Skip to content

Commit

Permalink
fix: renamed files, removed icon
Browse files Browse the repository at this point in the history
  • Loading branch information
molok0aleks99 committed Nov 20, 2024
1 parent 9dc5652 commit 6664282
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 88 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/deploy-lido-ui-v4.yml

This file was deleted.

30 changes: 15 additions & 15 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy
name: Deploy lido-ui-v4

on:
push:
branches:
- main
- lido-ui-v4

permissions:
contents: write
Expand Down Expand Up @@ -34,20 +34,20 @@ jobs:
- name: Build Components
run: yarn build

- name: Publish to NPM
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
yarn release
# - name: Publish to NPM
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# run: |
# echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
# yarn release

- name: Build Storybook
run: yarn build-storybook

- name: Deploy to GitHub Pages
uses: lidofinance/github-pages-action@v1
with:
branch: gh-pages
folder: storybook-static
# - name: Deploy to GitHub Pages
# uses: lidofinance/github-pages-action@v1
# with:
# branch: gh-pages
# folder: storybook-static
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

[Release workflow](https://github.com/lidofinance/ui/blob/main/.github/workflows/deploy.yml) is triggered automatically on pushes to `lido-ui-v4`. It will:
[Release workflow](https://github.com/lidofinance/ui/blob/lido-ui-v4/.github/workflows/deploy.yml) is triggered automatically on pushes to `lido-ui-v4`. It will:

- Build all packages
- Run tests
Expand Down
16 changes: 0 additions & 16 deletions packages/icons/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -302,22 +302,6 @@ export const ArrowBottom = React.forwardRef(function ArrowBottom(
)
})

export const ArrowIcon = React.forwardRef(function ArrowIcon(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>,
) {
return (
<svg viewBox='0 0 24 24' fill='currentColor' ref={svgRef} {...props}>
<path
fillRule='evenodd'
clipRule='evenodd'
d='M12 15.848l-4-4L8.849 11l3.575 3.576L16 11l.849.848-4 4a.6.6 0 01-.849 0z'
fill='#000'
/>
</svg>
)
})

export const ArrowLeft = React.forwardRef(function ArrowLeft(
props: React.SVGProps<SVGSVGElement>,
svgRef?: React.Ref<SVGSVGElement>,
Expand Down
3 changes: 0 additions & 3 deletions packages/icons/svg/arrow-icon.svg

This file was deleted.

0 comments on commit 6664282

Please sign in to comment.