Skip to content

Commit e3c4ddf

Browse files
authored
feat: vendor LG drawer and toolbar COMPASS-9406 (#7120)
1 parent a9b2fa7 commit e3c4ddf

Some content is hidden

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

57 files changed

+2300
-0
lines changed

package-lock.json

Lines changed: 198 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,15 @@
4343
"@leafygreen-ui/code": "^16.0.2",
4444
"@leafygreen-ui/combobox": "^11.0.2",
4545
"@leafygreen-ui/confirmation-modal": "^6.0.2",
46+
"@leafygreen-ui/descendants": "^2.1.0",
4647
"@leafygreen-ui/emotion": "^4.0.9",
4748
"@leafygreen-ui/guide-cue": "^7.0.2",
4849
"@leafygreen-ui/hooks": "^8.3.4",
4950
"@leafygreen-ui/icon": "^13.1.2",
5051
"@leafygreen-ui/icon-button": "16.0.2",
5152
"@leafygreen-ui/info-sprinkle": "^4.0.2",
5253
"@leafygreen-ui/leafygreen-provider": "^4.0.2",
54+
"@leafygreen-ui/lib": "^15.2.0",
5355
"@leafygreen-ui/logo": "^10.0.2",
5456
"@leafygreen-ui/marketing-modal": "^5.0.2",
5557
"@leafygreen-ui/menu": "^29.0.5",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
export { TOOLBAR_WIDTH } from '../toolbar';
2+
3+
export const GRID_AREA = {
4+
drawer: 'drawer',
5+
content: 'content',
6+
toolbar: 'toolbar',
7+
innerDrawer: 'inner-drawer',
8+
};
9+
10+
export const PANEL_WIDTH = 432;

0 commit comments

Comments
 (0)