Details
-
Task
-
Resolution: Done
-
Major - P3
-
None
-
8
-
Not Needed
-
Iteration Kraken
Description
All of the leafygreen components currently in use need to be updated to the latest version, which implements the new visual brand design.
We will regularly keep updating the Leafygreen components to catch up with patches throughout the duration of this project. The latest version of any component can be installed from a shell with the following shorthand:
npm i \
|
--save -w @mongodb-js/compass-components \ |
$(cat packages/compass-components/package.json | \ |
jq -r '.dependencies | keys | .[]' | \ |
grep '@leafygreen-ui' | \ |
xargs -I {} -n1 echo {}@latest | xargs \ |
)
|
Attachments
Issue Links
- is duplicated by
-
COMPASS-5560 Bundle new font from CDN
-
- Closed
-