-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PhosphorIcon support to remaining WB packages (#2116)
## Summary: Replaces the `Icon` component with `PhosphorIcon` in the following packages: - `wonder-blocks-birthday-picker` - `wonder-blocks-form` - `wonder-blocks-search-field` This concludes the migration of all WB packages to `PhosphorIcon`. Issue: WB-1618, WB-1620, WB-1621 ## Test plan: Verify that the icons look correct in the following components: - `BirthdayPicker` <img width="1012" alt="Screenshot 2023-11-15 at 11 57 46 AM" src="https://github.com/Khan/wonder-blocks/assets/843075/da2ff4ad-cee0-4daf-bf71-fc0f1fbc3396"> - `Checkbox` <img width="862" alt="Screenshot 2023-11-15 at 11 56 09 AM" src="https://github.com/Khan/wonder-blocks/assets/843075/a6a0017a-c396-425b-8cb1-f5a12a8a6f40"> - `SearchField` <img width="1072" alt="Screenshot 2023-11-15 at 11 59 05 AM" src="https://github.com/Khan/wonder-blocks/assets/843075/157e0606-09b6-4dee-9e95-01a18665dd1f"> Author: jandrade Reviewers: jeresig Required Reviewers: Approved By: jeresig Checks: ✅ Chromatic - Get results on regular PRs (ubuntu-latest, 16.x), ✅ codecov/project, ✅ Test (ubuntu-latest, 16.x, 2/2), ✅ Test (ubuntu-latest, 16.x, 1/2), ✅ Check build sizes (ubuntu-latest, 16.x), ✅ Lint (ubuntu-latest, 16.x), ✅ Chromatic - Build on regular PRs / chromatic (ubuntu-latest, 16.x), ⏭ Chromatic - Skip on Release PR (changesets), 🚫 Chromatic - Get results on regular PRs, ✅ Publish npm snapshot (ubuntu-latest, 16.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 16.x), ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 16.x), ✅ gerald, ✅ Test (ubuntu-latest, 16.x, 2/2), ✅ Check build sizes (ubuntu-latest, 16.x), ✅ Lint (ubuntu-latest, 16.x), ✅ Test (ubuntu-latest, 16.x, 1/2), 🚫 Chromatic - Build on regular PRs / chromatic (ubuntu-latest, 16.x), ✅ Publish npm snapshot (ubuntu-latest, 16.x), ⏭ Chromatic - Skip on Release PR (changesets), ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 16.x), ✅ gerald, ✅ Check for .changeset entries for all changed files (ubuntu-latest, 16.x), ⏭ dependabot Pull Request URL: #2116
- Loading branch information
Showing
6 changed files
with
101 additions
and
83 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,7 @@ | ||
--- | ||
"@khanacademy/wonder-blocks-birthday-picker": patch | ||
"@khanacademy/wonder-blocks-search-field": patch | ||
"@khanacademy/wonder-blocks-form": patch | ||
--- | ||
|
||
Add PhosphorIcon support (replace Icon) |
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