Package Exports
- @spectrum-css/icon
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@spectrum-css/icon) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@spectrum-css/icon
The icons component contains all UI icons used for components, as well as CSS for workflow icons.
Updating from A4U
To update from A4U:
- Update the versions of the A4U packages in
package.json, if necesssary - Make sure you've executed
npm installin the root of the project within the Adobe network sonode_modules/@spectrum/spectrum-iconsis present - Run
npm run update - Commit the new files with
git add .; git commit -m "Update icons"