Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions .changeset/five-bags-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
'@leafygreen-ui/gallery-indicator': patch
'@leafygreen-ui/inline-definition': patch
'@leafygreen-ui/loading-indicator': patch
'@leafygreen-ui/vertical-stepper': patch
'@leafygreen-ui/radio-box-group': patch
'@lg-chat/fixed-chat-window': patch
'@leafygreen-ui/feature-walls': patch
'@leafygreen-ui/input-option': patch
'@leafygreen-ui/progress-bar': patch
'@leafygreen-ui/search-input': patch
'@leafygreen-ui/split-button': patch
'@lg-tools/storybook-addon': patch
'@leafygreen-ui/code-editor': patch
'@leafygreen-ui/descendants': patch
'@leafygreen-ui/form-footer': patch
'@leafygreen-ui/section-nav': patch
'@leafygreen-ui/date-utils': patch
'@leafygreen-ui/form-field': patch
'@lg-tools/eslint-plugin': patch
'@leafygreen-ui/text-area': patch
'@lg-charts/chart-card': patch
'@lg-chat/message-feed': patch
'@leafygreen-ui/side-nav': patch
'@lg-chat/chat-layout': patch
'@lg-chat/chat-window': patch
'@leafygreen-ui/callout': patch
'@leafygreen-ui/popover': patch
'@leafygreen-ui/toolbar': patch
'@leafygreen-ui/drawer': patch
'@leafygreen-ui/modal': patch
'@leafygreen-ui/table': patch
'@lg-tools/validate': patch
'@lg-charts/legend': patch
'@leafygreen-ui/a11y': patch
'@leafygreen-ui/code': patch
'@leafygreen-ui/icon': patch
'@leafygreen-ui/logo': patch
'@leafygreen-ui/menu': patch
'@leafygreen-ui/tabs': patch
'@lg-tools/build': patch
'@lg-tools/link': patch
'@lg-tools/lint': patch
'@lg-tools/test': patch
---

removed unnecessary and unused packages
6 changes: 5 additions & 1 deletion charts/legend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@
"@leafygreen-ui/leafygreen-provider": "workspace:^5.0.0 || ^4.0.0 || ^3.2.0"
},
"devDependencies": {
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@faker-js/faker": "8.0.2",
"@leafygreen-ui/icon": "workspace:^",
"@lg-charts/core": "workspace:^",
"@lg-tools/build": "workspace:^"
"@lg-tools/build": "workspace:^",
"echarts": "^5.5.0"
},
"repository": {
"type": "git",
Expand Down
12 changes: 9 additions & 3 deletions chat/chat-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,25 @@
"@leafygreen-ui/palette": "workspace:^",
"@leafygreen-ui/polymorphic": "workspace:^",
"@leafygreen-ui/tokens": "workspace:^",
"@leafygreen-ui/typography": "workspace:^",
"@lg-tools/test-harnesses": "workspace:^"
"@leafygreen-ui/typography": "workspace:^"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "workspace:^5.0.0 || ^4.0.0 || ^3.2.0",
"@lg-chat/leafygreen-chat-provider": "workspace:^6.0.0"
},
"devDependencies": {
"@floating-ui/react": "^0.26.20",
"@lg-chat/chat-window": "workspace:^",
"@lg-chat/input-bar": "workspace:^",
"@lg-chat/message": "workspace:^",
"@lg-chat/message-feed": "workspace:^",
"@lg-chat/title-bar": "workspace:^"
"@lg-chat/title-bar": "workspace:^",
"@lg-tools/build": "workspace:^",
"clipboard": "^2.0.11",
"facepaint": "^1.2.1",
"highlight.js": "^11.10.0",
"highlightjs-graphql": "^1.0.2",
"polished": "^4.2.2"
},
"homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/chat/chat-layout",
"repository": {
Expand Down
11 changes: 8 additions & 3 deletions chat/chat-window/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,24 @@
"dependencies": {
"@leafygreen-ui/emotion": "workspace:^",
"@leafygreen-ui/lib": "workspace:^",
"@leafygreen-ui/palette": "workspace:^",
"@leafygreen-ui/tokens": "workspace:^",
"@lg-chat/title-bar": "workspace:^",
"react-keyed-flatten-children": "^2.2.1"
},
"devDependencies": {
"@floating-ui/react": "^0.26.20",
"@leafygreen-ui/drawer": "workspace:^",
"@leafygreen-ui/palette": "workspace:^",
"@lg-chat/input-bar": "workspace:^",
"@lg-chat/message": "workspace:^",
"@lg-chat/message-feed": "workspace:^",
"@lg-chat/message-feedback": "workspace:^",
"@lg-chat/message-prompts": "workspace:^",
"@lg-tools/build": "workspace:^"
"@lg-tools/build": "workspace:^",
"clipboard": "^2.0.11",
"facepaint": "^1.2.1",
"highlight.js": "^11.10.0",
"highlightjs-graphql": "^1.0.2",
"polished": "^4.2.2"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "workspace:^5.0.0 || ^4.0.0 || ^3.2.0",
Expand Down
1 change: 1 addition & 0 deletions chat/input-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@lg-chat/leafygreen-chat-provider": "workspace:^6.0.0"
},
"devDependencies": {
"@leafygreen-ui/badge": "workspace:^",
"@lg-tools/build": "workspace:^"
},
"exports": {
Expand Down
3 changes: 2 additions & 1 deletion chat/leafygreen-chat-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"access": "public"
},
"devDependencies": {
"@lg-tools/build": "workspace:^"
"@lg-tools/build": "workspace:^",
"use-resize-observer": "^9.1.0"
},
"exports": {
".": {
Expand Down
14 changes: 10 additions & 4 deletions chat/message-feed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,22 @@
"@leafygreen-ui/emotion": "workspace:^",
"@leafygreen-ui/icon": "workspace:^",
"@leafygreen-ui/lib": "workspace:^",
"@leafygreen-ui/palette": "workspace:^",
"@leafygreen-ui/tokens": "workspace:^",
"@lg-chat/message": "workspace:^",
"@lg-chat/message-rating": "workspace:^",
"react-intersection-observer": "^8.25.1",
"react-keyed-flatten-children": "^2.2.1"
},
"devDependencies": {
"@floating-ui/react": "^0.26.20",
"@leafygreen-ui/palette": "workspace:^",
"@lg-chat/message": "workspace:^",
"@lg-chat/message-prompts": "workspace:^",
"@lg-tools/build": "workspace:^"
"@lg-chat/message-rating": "workspace:^",
"@lg-tools/build": "workspace:^",
"clipboard": "^2.0.11",
"facepaint": "^1.2.1",
"highlight.js": "^11.10.0",
"highlightjs-graphql": "^1.0.2",
"polished": "^4.2.2"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "workspace:^5.0.0 || ^4.0.0 || ^3.2.0",
Expand Down
3 changes: 2 additions & 1 deletion chat/message-feedback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@
"@leafygreen-ui/icon": "workspace:^",
"@leafygreen-ui/icon-button": "workspace:^",
"@leafygreen-ui/lib": "workspace:^",
"@leafygreen-ui/palette": "workspace:^",
"@leafygreen-ui/text-area": "workspace:^",
"@leafygreen-ui/tokens": "workspace:^",
"@leafygreen-ui/typography": "workspace:^"
},
"devDependencies": {
"@leafygreen-ui/palette": "workspace:^",
"@leafygreen-ui/popover": "workspace:^",
"@lg-chat/message-rating": "workspace:^",
"@lg-tools/build": "workspace:^"
},
Expand Down
3 changes: 2 additions & 1 deletion chat/message-rating/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@
"@leafygreen-ui/icon": "workspace:^",
"@leafygreen-ui/icon-button": "workspace:^",
"@leafygreen-ui/lib": "workspace:^",
"@leafygreen-ui/palette": "workspace:^",
"@leafygreen-ui/tokens": "workspace:^"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "workspace:^5.0.0 || ^4.0.0 || ^3.2.0",
"@lg-chat/leafygreen-chat-provider": "workspace:^6.0.0"
},
"devDependencies": {
"@leafygreen-ui/palette": "workspace:^",
"@leafygreen-ui/typography": "workspace:^",
"@lg-tools/build": "workspace:^"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion chat/message/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"@leafygreen-ui/icon-button": "workspace:^",
"@leafygreen-ui/lib": "workspace:^",
"@leafygreen-ui/palette": "workspace:^",
"@leafygreen-ui/polymorphic": "workspace:^",
"@leafygreen-ui/tokens": "workspace:^",
"@leafygreen-ui/typography": "workspace:^",
"@lg-chat/lg-markdown": "workspace:^",
Expand All @@ -33,6 +32,7 @@
},
"devDependencies": {
"@emotion/styled": "^11.10.5",
"@leafygreen-ui/polymorphic": "workspace:^",
"@lg-tools/build": "workspace:^"
},
"peerDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions chat/title-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"@lg-chat/leafygreen-chat-provider": "workspace:^6.0.0"
},
"devDependencies": {
"@leafygreen-ui/icon": "workspace:^",
"@leafygreen-ui/icon-button": "workspace:^",
"@lg-tools/build": "workspace:^"
},
"exports": {
Expand Down
7 changes: 6 additions & 1 deletion deprecated-packages/fixed-chat-window/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@
"@lg-chat/message-feed": "workspace:^",
"@lg-chat/message-feedback": "workspace:^",
"@lg-chat/message-prompts": "workspace:^",
"@lg-tools/build": "workspace:^"
"@lg-tools/build": "workspace:^",
"clipboard": "^2.0.11",
"facepaint": "^1.2.1",
"highlight.js": "^11.10.0",
"highlightjs-graphql": "^1.0.2",
"polished": "^4.2.2"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "workspace:^5.0.0 || ^4.0.0 || ^3.2.0"
Expand Down
3 changes: 1 addition & 2 deletions packages/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
},
"dependencies": {
"@leafygreen-ui/emotion": "workspace:^",
"@leafygreen-ui/hooks": "workspace:^",
"@leafygreen-ui/lib": "workspace:^"
"@leafygreen-ui/hooks": "workspace:^"
},
"homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/a11y",
"repository": {
Expand Down
10 changes: 8 additions & 2 deletions packages/callout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,21 @@
},
"dependencies": {
"@leafygreen-ui/emotion": "workspace:^",
"@leafygreen-ui/icon": "workspace:^",
"@leafygreen-ui/lib": "workspace:^",
"@leafygreen-ui/palette": "workspace:^",
"@leafygreen-ui/tokens": "workspace:^",
"@leafygreen-ui/typography": "workspace:^"
},
"devDependencies": {
"@floating-ui/react": "^0.26.20",
"@leafygreen-ui/code": "workspace:^",
"@lg-tools/build": "workspace:^"
"@leafygreen-ui/icon": "workspace:^",
"@lg-tools/build": "workspace:^",
"clipboard": "^2.0.11",
"facepaint": "^1.2.1",
"highlight.js": "^11.10.0",
"highlightjs-graphql": "^1.0.2",
"polished": "^4.2.2"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "workspace:^5.0.0 || ^4.0.0 || ^3.2.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/code-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@
"@leafygreen-ui/tooltip": "workspace:^",
"@leafygreen-ui/typography": "workspace:^",
"@lezer/highlight": "^1.2.1",
"@lg-tools/test-harnesses": "^0.3.4",
"@replit/codemirror-lang-csharp": "^6.2.0",
"@uiw/codemirror-extensions-hyper-link": "^4.23.12",
"@wasm-fmt/clang-format": "^20.1.7",
"@wasm-fmt/gofmt": "^0.4.9",
"@wasm-fmt/ruff_fmt": "^0.10.0",
"codemirror": "^6.0.2",
"prettier": "2.8.8"
"codemirror": "^6.0.2"
},
"devDependencies": {
"@lg-tools/build": "workspace:^"
"@lg-tools/build": "workspace:^",
"@lg-tools/test-harnesses": "^0.3.4",
"prettier": "2.8.8"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "workspace:^5.0.0 || ^4.0.0 || ^3.2.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@lg-tools/build": "workspace:^"
},
"dependencies": {
"@leafygreen-ui/a11y": "workspace:^",
"@leafygreen-ui/button": "workspace:^",
Expand All @@ -46,16 +43,19 @@
"@leafygreen-ui/tokens": "workspace:^",
"@leafygreen-ui/tooltip": "workspace:^",
"@leafygreen-ui/typography": "workspace:^",
"@lg-tools/test-harnesses": "workspace:^",
"@types/facepaint": "^1.2.1",
"@types/highlight.js": "^10.1.0",
"clipboard": "^2.0.6",
"facepaint": "^1.2.1",
"highlight.js": "~11.5.0",
"highlightjs-graphql": "^1.0.1",
"lodash": "^4.17.21",
"polished": "^4.2.2"
},
"devDependencies": {
"@lg-tools/build": "workspace:^",
"@lg-tools/test-harnesses": "workspace:^",
"lodash": "^4.17.21"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "workspace:^5.0.0 || ^4.0.0 || ^3.2.0"
},
Expand Down
6 changes: 4 additions & 2 deletions packages/descendants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@
},
"devDependencies": {
"@faker-js/faker": "^8.0.0",
"@storybook/react": "8.6.14",
"@floating-ui/react": "^0.26.20",
"@leafygreen-ui/button": "workspace:^",
"@leafygreen-ui/emotion": "workspace:^",
"@leafygreen-ui/popover": "workspace:^",
"@lg-tools/build": "workspace:^"
"@lg-tools/build": "workspace:^",
"@storybook/react": "8.6.14",
"polished": "^4.2.2"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "workspace:^5.0.0 || ^4.0.0 || ^3.2.0"
Expand Down
8 changes: 3 additions & 5 deletions packages/drawer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,19 @@
"@leafygreen-ui/icon": "workspace:^",
"@leafygreen-ui/icon-button": "workspace:^",
"@leafygreen-ui/lib": "workspace:^",
"@leafygreen-ui/palette": "workspace:^",
"@leafygreen-ui/polymorphic": "workspace:^",
"@leafygreen-ui/resizable": "workspace:^",
"@leafygreen-ui/tabs": "workspace:^",
"@leafygreen-ui/tokens": "workspace:^",
"@leafygreen-ui/toolbar": "workspace:^",
"@leafygreen-ui/typography": "workspace:^",
"@lg-tools/test-harnesses": "workspace:^",
"polished": "^4.2.2",
"react-intersection-observer": "^8.25.1"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@leafygreen-ui/guide-cue": "workspace:^",
"@lg-tools/build": "workspace:^"
"@leafygreen-ui/palette": "workspace:^",
"@lg-tools/build": "workspace:^",
"@lg-tools/test-harnesses": "workspace:^"
},
"peerDependencies": {
"@leafygreen-ui/leafygreen-provider": "workspace:^5.0.0 || ^4.0.0 || ^3.2.0"
Expand Down
1 change: 0 additions & 1 deletion packages/feature-walls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@leafygreen-ui/vertical-stepper": "workspace:^"
},
"devDependencies": {
"@lg-tools/build": "workspace:^",
"@lg-tools/storybook-utils": "workspace:^"
},
"peerDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/form-field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"devDependencies": {
"@leafygreen-ui/button": "workspace:^",
"@leafygreen-ui/icon-button": "workspace:^",
"@lg-tools/build": "workspace:^"
"@lg-tools/build": "workspace:^",
"polished": "^4.2.2"
},
"homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/form-field",
"repository": {
Expand Down
Loading