Skip to content

Commit 3d2cfb3

Browse files
committed
fix: changeset
1 parent 4640f16 commit 3d2cfb3

File tree

41 files changed

+84
-74
lines changed

Some content is hidden

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

41 files changed

+84
-74
lines changed

.changeset/few-jars-flow.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
"@nextui-org/table": patch
33
"@nextui-org/accordion": patch
4+
"@nextui-org/alert": patch
45
"@nextui-org/autocomplete": patch
56
"@nextui-org/avatar": patch
7+
"@nextui-org/badge": patch
68
"@nextui-org/breadcrumbs": patch
79
"@nextui-org/button": patch
810
"@nextui-org/calendar": patch
@@ -11,9 +13,12 @@
1113
"@nextui-org/chip": patch
1214
"@nextui-org/date-input": patch
1315
"@nextui-org/date-picker": patch
14-
"@nextui-org/divider": patch
1516
"@nextui-org/dropdown": patch
1617
"@nextui-org/input": patch
18+
"@nextui-org/code": patch
19+
"@nextui-org/divider": patch
20+
"@nextui-org/image": patch
21+
"@nextui-org/drawer": patch
1722
"@nextui-org/kbd": patch
1823
"@nextui-org/link": patch
1924
"@nextui-org/listbox": patch
@@ -24,8 +29,13 @@
2429
"@nextui-org/popover": patch
2530
"@nextui-org/progress": patch
2631
"@nextui-org/radio": patch
32+
"@nextui-org/scroll-shadow": patch
33+
"@nextui-org/ripple": patch
2734
"@nextui-org/select": patch
2835
"@nextui-org/slider": patch
36+
"@nextui-org/skeleton": patch
37+
"@nextui-org/spacer": patch
38+
"@nextui-org/spinner": patch
2939
"@nextui-org/snippet": patch
3040
"@nextui-org/switch": patch
3141
"@nextui-org/tabs": patch

packages/components/accordion/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"react": ">=18",
4444
"react-dom": ">=18",
4545
"framer-motion": ">=11.5.6",
46-
"@nextui-org/theme": ">=2.1.0",
47-
"@nextui-org/system": ">=2.0.0"
46+
"@nextui-org/theme": ">=2.3.0",
47+
"@nextui-org/system": ">=2.3.0"
4848
},
4949
"dependencies": {
5050
"@nextui-org/aria-utils": "workspace:*",

packages/components/alert/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"peerDependencies": {
4141
"react": ">=18",
4242
"react-dom": ">=18",
43-
"@nextui-org/theme": ">=2.1.0",
44-
"@nextui-org/system": ">=2.0.0"
43+
"@nextui-org/theme": ">=2.3.0",
44+
"@nextui-org/system": ">=2.3.0"
4545
},
4646
"dependencies": {
4747
"@nextui-org/react-utils": "workspace:*",

packages/components/autocomplete/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"postpack": "clean-package restore"
3535
},
3636
"peerDependencies": {
37-
"@nextui-org/system": ">=2.0.0",
38-
"@nextui-org/theme": ">=2.1.0",
37+
"@nextui-org/system": ">=2.3.0",
38+
"@nextui-org/theme": ">=2.3.0",
3939
"framer-motion": ">=11.5.6",
4040
"react": ">=18",
4141
"react-dom": ">=18"

packages/components/avatar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"peerDependencies": {
3737
"react": ">=18",
3838
"react-dom": ">=18",
39-
"@nextui-org/theme": ">=2.1.0",
40-
"@nextui-org/system": ">=2.0.0"
39+
"@nextui-org/theme": ">=2.3.0",
40+
"@nextui-org/system": ">=2.3.0"
4141
},
4242
"dependencies": {
4343
"@nextui-org/shared-utils": "workspace:*",

packages/components/badge/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"peerDependencies": {
3737
"react": ">=18",
3838
"react-dom": ">=18",
39-
"@nextui-org/theme": ">=2.1.0",
40-
"@nextui-org/system": ">=2.0.0"
39+
"@nextui-org/theme": ">=2.3.0",
40+
"@nextui-org/system": ">=2.3.0"
4141
},
4242
"dependencies": {
4343
"@nextui-org/shared-utils": "workspace:*",

packages/components/breadcrumbs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"peerDependencies": {
3737
"react": ">=18",
3838
"react-dom": ">=18",
39-
"@nextui-org/theme": ">=2.1.0",
40-
"@nextui-org/system": ">=2.0.0"
39+
"@nextui-org/theme": ">=2.3.0",
40+
"@nextui-org/system": ">=2.3.0"
4141
},
4242
"dependencies": {
4343
"@nextui-org/react-utils": "workspace:*",

packages/components/button/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"react": ">=18",
3838
"react-dom": ">=18",
3939
"framer-motion": ">=11.5.6",
40-
"@nextui-org/theme": ">=2.1.0",
41-
"@nextui-org/system": ">=2.0.0"
40+
"@nextui-org/theme": ">=2.3.0",
41+
"@nextui-org/system": ">=2.3.0"
4242
},
4343
"dependencies": {
4444
"@nextui-org/shared-utils": "workspace:*",

packages/components/card/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"react": ">=18",
3838
"react-dom": ">=18",
3939
"framer-motion": ">=11.5.6",
40-
"@nextui-org/theme": ">=2.1.0",
41-
"@nextui-org/system": ">=2.0.0"
40+
"@nextui-org/theme": ">=2.3.0",
41+
"@nextui-org/system": ">=2.3.0"
4242
},
4343
"dependencies": {
4444
"@nextui-org/shared-utils": "workspace:*",

packages/components/checkbox/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"postpack": "clean-package restore"
3535
},
3636
"peerDependencies": {
37-
"@nextui-org/system": ">=2.0.0",
38-
"@nextui-org/theme": ">=2.1.0",
37+
"@nextui-org/system": ">=2.3.0",
38+
"@nextui-org/theme": ">=2.3.0",
3939
"react": ">=18",
4040
"react-dom": ">=18"
4141
},

packages/components/chip/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"peerDependencies": {
3737
"react": ">=18",
3838
"react-dom": ">=18",
39-
"@nextui-org/theme": ">=2.1.0",
40-
"@nextui-org/system": ">=2.0.0"
39+
"@nextui-org/theme": ">=2.3.0",
40+
"@nextui-org/system": ">=2.3.0"
4141
},
4242
"dependencies": {
4343
"@nextui-org/shared-icons": "workspace:*",

packages/components/code/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"peerDependencies": {
3737
"react": ">=18",
3838
"react-dom": ">=18",
39-
"@nextui-org/theme": ">=2.1.0"
39+
"@nextui-org/theme": ">=2.3.0"
4040
},
4141
"dependencies": {
4242
"@nextui-org/system-rsc": "workspace:*",

packages/components/divider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"peerDependencies": {
3737
"react": ">=18",
3838
"react-dom": ">=18",
39-
"@nextui-org/theme": ">=2.1.0"
39+
"@nextui-org/theme": ">=2.3.0"
4040
},
4141
"dependencies": {
4242
"@nextui-org/shared-utils": "workspace:*",

packages/components/drawer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"react": ">=18",
3838
"react-dom": ">=18",
3939
"@nextui-org/theme": ">=2.0.0",
40-
"@nextui-org/system": ">=2.0.0"
40+
"@nextui-org/system": ">=2.3.0"
4141
},
4242
"dependencies": {
4343
"@nextui-org/shared-utils": "workspace:*",

packages/components/dropdown/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"postpack": "clean-package restore"
3535
},
3636
"peerDependencies": {
37-
"@nextui-org/system": ">=2.0.0",
38-
"@nextui-org/theme": ">=2.1.0",
37+
"@nextui-org/system": ">=2.3.0",
38+
"@nextui-org/theme": ">=2.3.0",
3939
"framer-motion": ">=11.5.6",
4040
"react": ">=18",
4141
"react-dom": ">=18"

packages/components/image/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"peerDependencies": {
3737
"react": ">=18",
3838
"react-dom": ">=18",
39-
"@nextui-org/theme": ">=2.1.0",
40-
"@nextui-org/system": ">=2.0.0"
39+
"@nextui-org/theme": ">=2.3.0",
40+
"@nextui-org/system": ">=2.3.0"
4141
},
4242
"dependencies": {
4343
"@nextui-org/shared-utils": "workspace:*",

packages/components/input/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"peerDependencies": {
3737
"react": ">=18",
3838
"react-dom": ">=18",
39-
"@nextui-org/theme": ">=2.1.0",
40-
"@nextui-org/system": ">=2.0.0"
39+
"@nextui-org/theme": ">=2.3.0",
40+
"@nextui-org/system": ">=2.3.0"
4141
},
4242
"dependencies": {
4343
"@nextui-org/react-utils": "workspace:*",

packages/components/kbd/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"peerDependencies": {
3737
"react": ">=18",
3838
"react-dom": ">=18",
39-
"@nextui-org/theme": ">=2.1.0"
39+
"@nextui-org/theme": ">=2.3.0"
4040
},
4141
"dependencies": {
4242
"@nextui-org/system-rsc": "workspace:*",

packages/components/link/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"peerDependencies": {
3737
"react": ">=18",
3838
"react-dom": ">=18",
39-
"@nextui-org/theme": ">=2.1.0",
40-
"@nextui-org/system": ">=2.0.0"
39+
"@nextui-org/theme": ">=2.3.0",
40+
"@nextui-org/system": ">=2.3.0"
4141
},
4242
"dependencies": {
4343
"@nextui-org/shared-utils": "workspace:*",

packages/components/listbox/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"peerDependencies": {
3737
"react": ">=18",
3838
"react-dom": ">=18",
39-
"@nextui-org/theme": ">=2.1.0",
40-
"@nextui-org/system": ">=2.0.0"
39+
"@nextui-org/theme": ">=2.3.0",
40+
"@nextui-org/system": ">=2.3.0"
4141
},
4242
"dependencies": {
4343
"@nextui-org/react-utils": "workspace:*",

packages/components/menu/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"peerDependencies": {
3737
"react": ">=18",
3838
"react-dom": ">=18",
39-
"@nextui-org/theme": ">=2.1.0",
40-
"@nextui-org/system": ">=2.0.0"
39+
"@nextui-org/theme": ">=2.3.0",
40+
"@nextui-org/system": ">=2.3.0"
4141
},
4242
"dependencies": {
4343
"@nextui-org/divider": "workspace:*",

packages/components/modal/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"react": ">=18",
3838
"react-dom": ">=18",
3939
"framer-motion": ">=11.5.6",
40-
"@nextui-org/theme": ">=2.1.0",
41-
"@nextui-org/system": ">=2.0.0"
40+
"@nextui-org/theme": ">=2.3.0",
41+
"@nextui-org/system": ">=2.3.0"
4242
},
4343
"dependencies": {
4444
"@nextui-org/use-disclosure": "workspace:*",

packages/components/navbar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"react": ">=18",
3838
"react-dom": ">=18",
3939
"framer-motion": ">=11.5.6",
40-
"@nextui-org/theme": ">=2.1.0",
41-
"@nextui-org/system": ">=2.0.0"
40+
"@nextui-org/theme": ">=2.3.0",
41+
"@nextui-org/system": ">=2.3.0"
4242
},
4343
"dependencies": {
4444
"@nextui-org/shared-utils": "workspace:*",

packages/components/pagination/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"peerDependencies": {
3737
"react": ">=18",
3838
"react-dom": ">=18",
39-
"@nextui-org/theme": ">=2.1.0",
40-
"@nextui-org/system": ">=2.0.0"
39+
"@nextui-org/theme": ">=2.3.0",
40+
"@nextui-org/system": ">=2.3.0"
4141
},
4242
"dependencies": {
4343
"@nextui-org/shared-utils": "workspace:*",

packages/components/popover/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"postpack": "clean-package restore"
3535
},
3636
"peerDependencies": {
37-
"@nextui-org/system": ">=2.0.0",
38-
"@nextui-org/theme": ">=2.1.0",
37+
"@nextui-org/system": ">=2.3.0",
38+
"@nextui-org/theme": ">=2.3.0",
3939
"framer-motion": ">=11.5.6",
4040
"react": ">=18",
4141
"react-dom": ">=18"

packages/components/progress/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"peerDependencies": {
3737
"react": ">=18",
3838
"react-dom": ">=18",
39-
"@nextui-org/theme": ">=2.1.0",
40-
"@nextui-org/system": ">=2.0.0"
39+
"@nextui-org/theme": ">=2.3.0",
40+
"@nextui-org/system": ">=2.3.0"
4141
},
4242
"dependencies": {
4343
"@nextui-org/shared-utils": "workspace:*",

packages/components/radio/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"peerDependencies": {
3737
"react": ">=18",
3838
"react-dom": ">=18",
39-
"@nextui-org/theme": ">=2.1.0",
40-
"@nextui-org/system": ">=2.0.0"
39+
"@nextui-org/theme": ">=2.3.0",
40+
"@nextui-org/system": ">=2.3.0"
4141
},
4242
"dependencies": {
4343
"@nextui-org/shared-utils": "workspace:*",

packages/components/ripple/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"react": ">=18",
3838
"react-dom": ">=18",
3939
"framer-motion": ">=11.5.6",
40-
"@nextui-org/theme": ">=2.1.0",
41-
"@nextui-org/system": ">=2.0.0"
40+
"@nextui-org/theme": ">=2.3.0",
41+
"@nextui-org/system": ">=2.3.0"
4242
},
4343
"dependencies": {
4444
"@nextui-org/shared-utils": "workspace:*",

packages/components/scroll-shadow/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"peerDependencies": {
3737
"react": ">=18",
3838
"react-dom": ">=18",
39-
"@nextui-org/theme": ">=2.1.0",
40-
"@nextui-org/system": ">=2.0.0"
39+
"@nextui-org/theme": ">=2.3.0",
40+
"@nextui-org/system": ">=2.3.0"
4141
},
4242
"dependencies": {
4343
"@nextui-org/shared-utils": "workspace:*",

packages/components/select/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"postpack": "clean-package restore"
3535
},
3636
"peerDependencies": {
37-
"@nextui-org/system": ">=2.0.0",
38-
"@nextui-org/theme": ">=2.1.0",
37+
"@nextui-org/system": ">=2.3.0",
38+
"@nextui-org/theme": ">=2.3.0",
3939
"framer-motion": ">=11.5.6",
4040
"react": ">=18",
4141
"react-dom": ">=18"

packages/components/skeleton/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"peerDependencies": {
3737
"react": ">=18",
3838
"react-dom": ">=18",
39-
"@nextui-org/theme": ">=2.1.0",
40-
"@nextui-org/system": ">=2.0.0"
39+
"@nextui-org/theme": ">=2.3.0",
40+
"@nextui-org/system": ">=2.3.0"
4141
},
4242
"dependencies": {
4343
"@nextui-org/shared-utils": "workspace:*",

packages/components/slider/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"peerDependencies": {
3737
"react": ">=18",
3838
"react-dom": ">=18",
39-
"@nextui-org/theme": ">=2.1.0",
40-
"@nextui-org/system": ">=2.0.0"
39+
"@nextui-org/theme": ">=2.3.0",
40+
"@nextui-org/system": ">=2.3.0"
4141
},
4242
"dependencies": {
4343
"@nextui-org/shared-utils": "workspace:*",

packages/components/snippet/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"react": ">=18",
3838
"react-dom": ">=18",
3939
"framer-motion": ">=11.5.6",
40-
"@nextui-org/theme": ">=2.1.0",
41-
"@nextui-org/system": ">=2.0.0"
40+
"@nextui-org/theme": ">=2.3.0",
41+
"@nextui-org/system": ">=2.3.0"
4242
},
4343
"dependencies": {
4444
"@nextui-org/button": "workspace:*",

packages/components/spacer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"peerDependencies": {
3737
"react": ">=18",
3838
"react-dom": ">=18",
39-
"@nextui-org/theme": ">=2.1.0"
39+
"@nextui-org/theme": ">=2.3.0"
4040
},
4141
"dependencies": {
4242
"@nextui-org/system-rsc": "workspace:*",

0 commit comments

Comments
 (0)