Skip to content

Commit

Permalink
Merge branch 'main' into brooke/lottie
Browse files Browse the repository at this point in the history
  • Loading branch information
spark33 authored Jul 7, 2023
2 parents 1292a0f + 3309d35 commit 92232af
Show file tree
Hide file tree
Showing 7 changed files with 86 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/three-lobsters-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@leafygreen-ui/icon': minor
---

Adds 'Federation' icon to glyph set
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
run: yarn

- name: Build packages
run: yarn build:packages
run: yarn build

- name: Build typescript
run: yarn build:ts
run: yarn tsc

- name: Build TSDoc
run: yarn docs:tsdoc
run: yarn build:docs

- name: Establish Chromatic baseline
uses: chromaui/action@v1
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"test": "npx ts-node ./scripts/test.ts",
"test:local": "yarn test",
"test:ssr": "yarn test --ssr",
"tsc": "turbo run tsc",
"unlink": "./scripts/unlink.sh",
"update:proptypes": "npx ts-node ./scripts/proptypes.ts",
"validate": "npm-run-all --parallel validate:*",
Expand Down
14 changes: 7 additions & 7 deletions packages/icon/README.md

Large diffs are not rendered by default.

65 changes: 65 additions & 0 deletions packages/icon/src/generated/Federation.tsx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions packages/icon/src/glyphs/Federation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions packages/icon/src/glyphs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ import Ellipsis from './Ellipsis.svg';
import Email from './Email.svg';
import Export from './Export.svg';
import Favorite from './Favorite.svg';
import Federation from './Federation.svg';
import File from './File.svg';
import Filter from './Filter.svg';
import Folder from './Folder.svg';
Expand Down Expand Up @@ -178,6 +179,7 @@ const _glyphs = {
Email,
Export,
Favorite,
Federation,
File,
Filter,
FullScreenEnter,
Expand Down

0 comments on commit 92232af

Please sign in to comment.