Skip to content

Commit bb382b0

Browse files
committed
wip
1 parent a6f8780 commit bb382b0

File tree

64 files changed

+2925
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+2925
-8
lines changed

package-lock.json

Lines changed: 196 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compass-components/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"@leafygreen-ui/icon-button": "16.0.2",
5151
"@leafygreen-ui/info-sprinkle": "^4.0.2",
5252
"@leafygreen-ui/leafygreen-provider": "^4.0.2",
53+
"@leafygreen-ui/lib": "^15.2.0",
5354
"@leafygreen-ui/logo": "^10.0.2",
5455
"@leafygreen-ui/marketing-modal": "^5.0.2",
5556
"@leafygreen-ui/menu": "^29.0.5",
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export const HEADER_HEIGHT = 48;
2+
export const MOBILE_BREAKPOINT = 390;

0 commit comments

Comments
 (0)