-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Icon] Some recently added, special case icons not available in dist #6272
Labels
4 - verified
Issues that have been released and confirmed resolved.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
Calcite (design)
Issues logged by Calcite designers.
estimate - 2
Small fix or update, may require updates to tests.
Milestone
Comments
macandcheese
added
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
0 - new
New issues that need assignment.
needs triage
Planning workflow - pending design/dev review.
labels
Jan 12, 2023
github-actions
bot
added
the
Calcite (design)
Issues logged by Calcite designers.
label
Jan 12, 2023
I think this partly a
|
This was referenced Jan 26, 2023
I've created issues for items 1 and 2. |
Correction, 2 is a valid issue. The icon util needs to be updated to properly handle the |
jcfranco
added
the
estimate - 2
Small fix or update, may require updates to tests.
label
Feb 2, 2023
I'm taking this one for our current milestone to sync up with the incoming UI icon update. cc @geospatialem |
jcfranco
added
2 - in development
Issues that are actively being worked on.
and removed
0 - new
New issues that need assignment.
needs triage
Planning workflow - pending design/dev review.
labels
Feb 3, 2023
jcfranco
added a commit
that referenced
this issue
Feb 6, 2023
**Related Issue:** #6272 ## Summary This fixes an issue where our icon names weren't mapped correctly to some newly added icons (e.g., `1x`, `1-8x`).
jcfranco
added
3 - installed
Issues that have been merged to master branch and are ready for final confirmation.
and removed
2 - in development
Issues that are actively being worked on.
labels
Feb 6, 2023
Installed and assigned for verification. |
geospatialem
added
4 - verified
Issues that have been released and confirmed resolved.
and removed
3 - installed
Issues that have been merged to master branch and are ready for final confirmation.
labels
Feb 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
4 - verified
Issues that have been released and confirmed resolved.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
Calcite (design)
Issues logged by Calcite designers.
estimate - 2
Small fix or update, may require updates to tests.
Actual Behavior
Some recently added icons with special cases (from what I gather, names that have
-f
or start with a number: https://github.com/Esri/calcite-components/blob/efd08f11effbd109a334e36ce817658966422a69/src/components/icon/utils.ts#L64) are not available in when used with CC / CC React. In a local development environment, some do seem to work, but still not all are available (or are available but being incorrectly referenced somehow)Expected Behavior
All icons are available for use, within
calcite-icon
component and when passed as property value to other components, likecombobox-item
Codepen: https://codepen.io/mac_and_cheese/pen/zYLwPoR?editors=1000
CodeSandbox: https://codesandbox.io/s/funny-jackson-tb8ufc?file=/src/App.js
Reproduction Sample
Above
Reproduction Steps
Visit either reproduction link, see missing icons.
Reproduction Version
Latest
Relevant Info
No response
Regression?
No response
Impact
No response
Esri team
Calcite (design)
The text was updated successfully, but these errors were encountered: