-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add future Icon (release branch) (#5153)
* feat(Icon): add future Icon (#4973) * feat: add illustrations entrypoint * chore(storybook): link to Material Symbols CDN * feat(future/Icon): add prop to mirror in RTL * docs(future/Icon): add api specification * docs(future/Icon): update usage guidelines * feat(future/Icon): add props for accessibility * feat(future/Icon): add string suggestions for name * feat(future/Icon): handle RTL icons that are not a direct mirror * docs(future/Icon): add list of default icon set * docs(DosAndDonts): update styles so items are the same height * chore: update root test command to not watch * docs(DosAndDonts): update styles for single col to span full width * feat(Notification): update icons to use future Icon * chore(tsconfig): resolve json in storybook * chore(DosAndDonts): update to use new icon * chore(ResourceLinks): update to use new icon * fix(future/Tag): fix cautionary icon colour * refactor: update Icon usage in some components * chore: fix lint:fix script * fix(Popover): fix icon color * feat(codemod): add codemod to upgrade Icon to Future Icon (#5080) * refactor: rename getTagName to getKaioTagName and abstract traversing * feat(codemod): add util getKaioTagNamesByRegex * refactor(transformSource): make tag name generic * feat(updateJsxElementWithNewProps): add arg to update tag name * feat(codemod): add codemod for upgrading icons * feat(upgradeIconV1): transform CaMonogramIcon to Brand * feat(updateKaioImport): add util to update imports * feat(upgradeIconV1): transform SpinnerIcon to LoadingSpinner
- Loading branch information
1 parent
6798c3c
commit 17951f3
Showing
174 changed files
with
7,432 additions
and
964 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@kaizen/components": minor | ||
--- | ||
|
||
Add future Icon and update internal icon usages (excluding Buttons). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
--- | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@kaizen/components": patch | ||
--- | ||
|
||
Fix future Tag cautionary icon colour. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.