-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: UI / UX
-
8
-
Iteration Kraken
-
Not Needed
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 \ )
- is duplicated by
-
COMPASS-5560 Bundle new font from CDN
- Closed