diff --git a/.changeset/pink-days-yawn.md b/.changeset/pink-days-yawn.md new file mode 100644 index 0000000000..e522676c82 --- /dev/null +++ b/.changeset/pink-days-yawn.md @@ -0,0 +1,49 @@ +--- +"@nextui-org/scroll-shadow": patch +"@nextui-org/autocomplete": patch +"@nextui-org/breadcrumbs": patch +"@nextui-org/date-picker": patch +"@nextui-org/date-input": patch +"@nextui-org/pagination": patch +"@nextui-org/accordion": patch +"@nextui-org/input-otp": patch +"@nextui-org/calendar": patch +"@nextui-org/checkbox": patch +"@nextui-org/dropdown": patch +"@nextui-org/progress": patch +"@nextui-org/skeleton": patch +"@nextui-org/divider": patch +"@nextui-org/listbox": patch +"@nextui-org/popover": patch +"@nextui-org/snippet": patch +"@nextui-org/spinner": patch +"@nextui-org/tooltip": patch +"@nextui-org/avatar": patch +"@nextui-org/button": patch +"@nextui-org/drawer": patch +"@nextui-org/navbar": patch +"@nextui-org/ripple": patch +"@nextui-org/select": patch +"@nextui-org/slider": patch +"@nextui-org/spacer": patch +"@nextui-org/switch": patch +"@nextui-org/alert": patch +"@nextui-org/badge": patch +"@nextui-org/image": patch +"@nextui-org/input": patch +"@nextui-org/modal": patch +"@nextui-org/radio": patch +"@nextui-org/table": patch +"@nextui-org/card": patch +"@nextui-org/chip": patch +"@nextui-org/code": patch +"@nextui-org/form": patch +"@nextui-org/link": patch +"@nextui-org/menu": patch +"@nextui-org/tabs": patch +"@nextui-org/user": patch +"@nextui-org/system-rsc": patch +"@nextui-org/kbd": patch +--- + +Fix peer deps diff --git a/packages/components/accordion/package.json b/packages/components/accordion/package.json index 7749793407..34fa39ab29 100644 --- a/packages/components/accordion/package.json +++ b/packages/components/accordion/package.json @@ -43,8 +43,8 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/aria-utils": "workspace:*", diff --git a/packages/components/alert/package.json b/packages/components/alert/package.json index 522e3a5d35..54e8506ee1 100644 --- a/packages/components/alert/package.json +++ b/packages/components/alert/package.json @@ -40,8 +40,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/react-utils": "workspace:*", diff --git a/packages/components/autocomplete/package.json b/packages/components/autocomplete/package.json index 492db8dc7b..de2228b56a 100644 --- a/packages/components/autocomplete/package.json +++ b/packages/components/autocomplete/package.json @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@nextui-org/system": ">=2.2.0", - "@nextui-org/theme": ">=2.2.0", + "@nextui-org/system": ">=2.3.0", + "@nextui-org/theme": ">=2.3.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" diff --git a/packages/components/avatar/package.json b/packages/components/avatar/package.json index a56f3e4e2a..0f631c108d 100644 --- a/packages/components/avatar/package.json +++ b/packages/components/avatar/package.json @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/badge/package.json b/packages/components/badge/package.json index e4043213e4..63d5963383 100644 --- a/packages/components/badge/package.json +++ b/packages/components/badge/package.json @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/breadcrumbs/package.json b/packages/components/breadcrumbs/package.json index c9d64789f7..9cd0dd5d7e 100644 --- a/packages/components/breadcrumbs/package.json +++ b/packages/components/breadcrumbs/package.json @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/react-utils": "workspace:*", diff --git a/packages/components/button/package.json b/packages/components/button/package.json index f27670da20..342fd6d54e 100644 --- a/packages/components/button/package.json +++ b/packages/components/button/package.json @@ -37,8 +37,8 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/calendar/package.json b/packages/components/calendar/package.json index 410a9660ca..3e45b3ad59 100644 --- a/packages/components/calendar/package.json +++ b/packages/components/calendar/package.json @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@nextui-org/system": ">=2.2.0", - "@nextui-org/theme": ">=2.2.0", + "@nextui-org/system": ">=2.3.0", + "@nextui-org/theme": ">=2.3.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" diff --git a/packages/components/card/package.json b/packages/components/card/package.json index 5c4cbbddee..97ff751231 100644 --- a/packages/components/card/package.json +++ b/packages/components/card/package.json @@ -37,8 +37,8 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/checkbox/package.json b/packages/components/checkbox/package.json index 1065d6664c..9d9dcd0f35 100644 --- a/packages/components/checkbox/package.json +++ b/packages/components/checkbox/package.json @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@nextui-org/system": ">=2.2.0", - "@nextui-org/theme": ">=2.2.0", + "@nextui-org/system": ">=2.3.0", + "@nextui-org/theme": ">=2.3.0", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" }, diff --git a/packages/components/chip/package.json b/packages/components/chip/package.json index 94ef2b42f7..5633afed62 100644 --- a/packages/components/chip/package.json +++ b/packages/components/chip/package.json @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/shared-icons": "workspace:*", diff --git a/packages/components/code/package.json b/packages/components/code/package.json index 931a1a8f43..4a0c6cb7d2 100644 --- a/packages/components/code/package.json +++ b/packages/components/code/package.json @@ -36,7 +36,7 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0" }, "dependencies": { "@nextui-org/system-rsc": "workspace:*", diff --git a/packages/components/date-input/package.json b/packages/components/date-input/package.json index e5c808e34b..6647585353 100644 --- a/packages/components/date-input/package.json +++ b/packages/components/date-input/package.json @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@nextui-org/system": ">=2.2.0", - "@nextui-org/theme": ">=2.2.0", + "@nextui-org/system": ">=2.3.0", + "@nextui-org/theme": ">=2.3.0", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" }, diff --git a/packages/components/date-picker/package.json b/packages/components/date-picker/package.json index a2918ebcca..f1803b09a3 100644 --- a/packages/components/date-picker/package.json +++ b/packages/components/date-picker/package.json @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@nextui-org/system": ">=2.2.0", - "@nextui-org/theme": ">=2.2.0", + "@nextui-org/system": ">=2.3.0", + "@nextui-org/theme": ">=2.3.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" diff --git a/packages/components/divider/package.json b/packages/components/divider/package.json index ce0949a899..08f9e967e2 100644 --- a/packages/components/divider/package.json +++ b/packages/components/divider/package.json @@ -36,7 +36,7 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/drawer/package.json b/packages/components/drawer/package.json index bd5b5ac5fa..8137705c95 100644 --- a/packages/components/drawer/package.json +++ b/packages/components/drawer/package.json @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/dropdown/package.json b/packages/components/dropdown/package.json index aec2ba934e..224241433a 100644 --- a/packages/components/dropdown/package.json +++ b/packages/components/dropdown/package.json @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@nextui-org/system": ">=2.2.0", - "@nextui-org/theme": ">=2.2.0", + "@nextui-org/system": ">=2.3.0", + "@nextui-org/theme": ">=2.3.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" diff --git a/packages/components/form/package.json b/packages/components/form/package.json index e68e9fa58f..70427e3e91 100644 --- a/packages/components/form/package.json +++ b/packages/components/form/package.json @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@nextui-org/system": ">=2.2.0", - "@nextui-org/theme": ">=2.2.0", + "@nextui-org/system": ">=2.3.0", + "@nextui-org/theme": ">=2.3.0", "react": ">=18", "react-dom": ">=18" }, diff --git a/packages/components/image/package.json b/packages/components/image/package.json index 27d045bfb5..59c2adad16 100644 --- a/packages/components/image/package.json +++ b/packages/components/image/package.json @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/input-otp/package.json b/packages/components/input-otp/package.json index e8aa0d84b0..59cb48065c 100644 --- a/packages/components/input-otp/package.json +++ b/packages/components/input-otp/package.json @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18", "react-dom": ">=18", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/input/package.json b/packages/components/input/package.json index 864d7bbab1..9ff92c3d77 100644 --- a/packages/components/input/package.json +++ b/packages/components/input/package.json @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/form": "workspace:*", diff --git a/packages/components/kbd/package.json b/packages/components/kbd/package.json index 8a90a771b3..7398629e16 100644 --- a/packages/components/kbd/package.json +++ b/packages/components/kbd/package.json @@ -36,7 +36,7 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0" }, "dependencies": { "@nextui-org/system-rsc": "workspace:*", diff --git a/packages/components/link/package.json b/packages/components/link/package.json index 188af6486f..dbabd77195 100644 --- a/packages/components/link/package.json +++ b/packages/components/link/package.json @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/listbox/package.json b/packages/components/listbox/package.json index 915ae4b483..e9cc777efb 100644 --- a/packages/components/listbox/package.json +++ b/packages/components/listbox/package.json @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/aria-utils": "workspace:*", diff --git a/packages/components/menu/package.json b/packages/components/menu/package.json index 14b169d3f4..2ef5a9b9a2 100644 --- a/packages/components/menu/package.json +++ b/packages/components/menu/package.json @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/divider": "workspace:*", diff --git a/packages/components/modal/package.json b/packages/components/modal/package.json index 258a778d96..199f09aab0 100644 --- a/packages/components/modal/package.json +++ b/packages/components/modal/package.json @@ -37,8 +37,8 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/use-disclosure": "workspace:*", diff --git a/packages/components/navbar/package.json b/packages/components/navbar/package.json index 2ca8616a5f..785d54b154 100644 --- a/packages/components/navbar/package.json +++ b/packages/components/navbar/package.json @@ -37,8 +37,8 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/pagination/package.json b/packages/components/pagination/package.json index 804b292d8e..9a095496a2 100644 --- a/packages/components/pagination/package.json +++ b/packages/components/pagination/package.json @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/popover/package.json b/packages/components/popover/package.json index cd692dc974..adddd151e8 100644 --- a/packages/components/popover/package.json +++ b/packages/components/popover/package.json @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@nextui-org/system": ">=2.2.0", - "@nextui-org/theme": ">=2.2.0", + "@nextui-org/system": ">=2.3.0", + "@nextui-org/theme": ">=2.3.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" diff --git a/packages/components/progress/package.json b/packages/components/progress/package.json index f02eca3831..62589ecf19 100644 --- a/packages/components/progress/package.json +++ b/packages/components/progress/package.json @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/radio/package.json b/packages/components/radio/package.json index 9ed1a57759..ddb05be8ab 100644 --- a/packages/components/radio/package.json +++ b/packages/components/radio/package.json @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/form": "workspace:*", diff --git a/packages/components/ripple/package.json b/packages/components/ripple/package.json index c8dbda8659..4c0bd5f933 100644 --- a/packages/components/ripple/package.json +++ b/packages/components/ripple/package.json @@ -37,8 +37,8 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/scroll-shadow/package.json b/packages/components/scroll-shadow/package.json index 497bdeb2f4..f31771340a 100644 --- a/packages/components/scroll-shadow/package.json +++ b/packages/components/scroll-shadow/package.json @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/select/package.json b/packages/components/select/package.json index c1bf229eee..ab19fc2520 100644 --- a/packages/components/select/package.json +++ b/packages/components/select/package.json @@ -34,8 +34,8 @@ "postpack": "clean-package restore" }, "peerDependencies": { - "@nextui-org/system": ">=2.2.0", - "@nextui-org/theme": ">=2.2.0", + "@nextui-org/system": ">=2.3.0", + "@nextui-org/theme": ">=2.3.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" diff --git a/packages/components/skeleton/package.json b/packages/components/skeleton/package.json index f93203db0f..b569e958df 100644 --- a/packages/components/skeleton/package.json +++ b/packages/components/skeleton/package.json @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/slider/package.json b/packages/components/slider/package.json index b2d517fd20..17781dba08 100644 --- a/packages/components/slider/package.json +++ b/packages/components/slider/package.json @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/snippet/package.json b/packages/components/snippet/package.json index 6d6980fc3d..cf8777d7a5 100644 --- a/packages/components/snippet/package.json +++ b/packages/components/snippet/package.json @@ -37,8 +37,8 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/button": "workspace:*", diff --git a/packages/components/spacer/package.json b/packages/components/spacer/package.json index c4834d77ab..14599286ad 100644 --- a/packages/components/spacer/package.json +++ b/packages/components/spacer/package.json @@ -36,7 +36,7 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0" }, "dependencies": { "@nextui-org/system-rsc": "workspace:*", diff --git a/packages/components/spinner/package.json b/packages/components/spinner/package.json index 2a186bce20..df39f4b696 100644 --- a/packages/components/spinner/package.json +++ b/packages/components/spinner/package.json @@ -38,7 +38,7 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0" }, "dependencies": { "@nextui-org/system-rsc": "workspace:*", diff --git a/packages/components/switch/package.json b/packages/components/switch/package.json index 1d28312c12..6de467780d 100644 --- a/packages/components/switch/package.json +++ b/packages/components/switch/package.json @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/table/package.json b/packages/components/table/package.json index df6fd815f6..2fddb54ffe 100644 --- a/packages/components/table/package.json +++ b/packages/components/table/package.json @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/checkbox": "workspace:*", diff --git a/packages/components/tabs/package.json b/packages/components/tabs/package.json index e736c80f5c..f68c015851 100644 --- a/packages/components/tabs/package.json +++ b/packages/components/tabs/package.json @@ -37,8 +37,8 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/tooltip/package.json b/packages/components/tooltip/package.json index 6b0c5eabda..754b960133 100644 --- a/packages/components/tooltip/package.json +++ b/packages/components/tooltip/package.json @@ -37,8 +37,8 @@ "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", "framer-motion": ">=11.5.6 || >=12.0.0-alpha.1", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/shared-utils": "workspace:*", diff --git a/packages/components/user/package.json b/packages/components/user/package.json index 277660a768..391c936830 100644 --- a/packages/components/user/package.json +++ b/packages/components/user/package.json @@ -36,8 +36,8 @@ "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0", - "@nextui-org/system": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0", + "@nextui-org/system": ">=2.3.0" }, "dependencies": { "@nextui-org/avatar": "workspace:*", diff --git a/packages/core/system-rsc/package.json b/packages/core/system-rsc/package.json index 801d1e786a..f51460eea9 100644 --- a/packages/core/system-rsc/package.json +++ b/packages/core/system-rsc/package.json @@ -35,7 +35,7 @@ }, "peerDependencies": { "react": ">=18 || >=19.0.0-rc.0", - "@nextui-org/theme": ">=2.2.0" + "@nextui-org/theme": ">=2.3.0" }, "devDependencies": { "react": "^18.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 27201ada3e..75f5b632d8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1624,11 +1624,11 @@ importers: specifier: workspace:* version: link:../../utilities/shared-utils '@nextui-org/system': - specifier: '>=2.2.0' - version: 2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.15(ts-node@10.9.2(@swc/core@1.9.2(@swc/helpers@0.5.15))(@types/node@15.14.9)(typescript@4.9.5))))(framer-motion@11.9.0(@emotion/is-prop-valid@1.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: '>=2.3.0' + version: 2.3.0(@nextui-org/theme@2.3.0(tailwindcss@3.4.15(ts-node@10.9.2(@swc/core@1.9.2(@swc/helpers@0.5.15))(@types/node@15.14.9)(typescript@4.9.5))))(framer-motion@11.9.0(@emotion/is-prop-valid@1.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@nextui-org/theme': - specifier: '>=2.2.0' - version: 2.2.11(tailwindcss@3.4.15(ts-node@10.9.2(@swc/core@1.9.2(@swc/helpers@0.5.15))(@types/node@15.14.9)(typescript@4.9.5))) + specifier: '>=2.3.0' + version: 2.3.0(tailwindcss@3.4.15(ts-node@10.9.2(@swc/core@1.9.2(@swc/helpers@0.5.15))(@types/node@15.14.9)(typescript@4.9.5))) '@react-aria/utils': specifier: 3.25.3 version: 3.25.3(react@18.3.1) @@ -5742,34 +5742,34 @@ packages: cpu: [x64] os: [win32] - '@nextui-org/react-rsc-utils@2.0.14': - resolution: {integrity: sha512-s0GVgDhScyx+d9FtXd8BXf049REyaPvWsO4RRr7JDHrk91NlQ11Mqxka9o+8g5NX0rphI0rbe3/b1Dz+iQRx3w==} + '@nextui-org/react-rsc-utils@2.0.15': + resolution: {integrity: sha512-2az/vddIe5WJqZOxUI7MrxPKiID45cKM3sKGwvTRrd9LRcs0aLcoX7+6kM+yvC+6725lSmJ4LOJG4jhC0UeOWQ==} peerDependencies: react: ^18.2.0 - '@nextui-org/react-utils@2.0.17': - resolution: {integrity: sha512-U/b49hToVfhOM4dg4n57ZyUjLpts4JogQ139lfQBYPTb8z/ATNsJ3vLIqW5ZvDK6L0Er+JT11UVQ+03m7QMvaQ==} + '@nextui-org/react-utils@2.0.18': + resolution: {integrity: sha512-4NqkM86aWS5zxj8NssgnKGrTNbnXiQcp/998uACnKBUHKuspwTIPTavWld5KNAS7Q42QKo0COBUP2Qx+jhaxdQ==} peerDependencies: react: ^18.2.0 - '@nextui-org/shared-utils@2.0.8': - resolution: {integrity: sha512-ZEtoMPXS+IjT8GvpJTS9IWDnT1JNCKV+NDqqgysAf1niJmOFLyJgl6dh/9n4ufcGf1GbSEQN+VhJasEw7ajYGQ==} + '@nextui-org/shared-utils@2.0.9': + resolution: {integrity: sha512-tb+bkkRb8Yb2kaQYKQF6VvxOCuIjwP9UWHUL7zgq3mjOVtHlzz9iqrNlcc3xCrOtNWIBQuI15MAUYeo3PXXeqg==} - '@nextui-org/system-rsc@2.1.6': - resolution: {integrity: sha512-Wl2QwEFjYwuvw26R1RH3ZY81PD8YmfgtIjFvJZRP2VEIT6rPvlQ4ojgqdrkVkQZQ0L/K+5ZLbTKgLEFkj5ysdQ==} + '@nextui-org/system-rsc@2.2.0': + resolution: {integrity: sha512-IIqqWmYtJwzK7nxb3JPSN7fUOL5CFR5f+G5zZKahDkmcu3bEe7ctZ0PaDR/jEne36VAwUAmmhW3Jw0Kw8GpzfA==} peerDependencies: - '@nextui-org/theme': '>=2.1.0' + '@nextui-org/theme': '>=2.2.0' react: ^18.2.0 - '@nextui-org/system@2.2.6': - resolution: {integrity: sha512-tjIkOI0w32g68CGWleuSyIbEz8XBbeoNogR2lu7MWk3QovHCqgr4VVrP1cwMRYnwDPFQP3OpmH+NR9yzt+pIfg==} + '@nextui-org/system@2.3.0': + resolution: {integrity: sha512-T059mJ8z372QbSLrWnV4SqKXKdbRHz+/6FnyR4eT+wX5dbv+Uk5wSkYgG+VdQXOtMyZ1R0FpUHJ+pJ3k5sNvFg==} peerDependencies: - framer-motion: '>=10.17.0' + framer-motion: '>=11.5.6 || >=12.0.0-alpha.1' react: ^18.2.0 react-dom: ^18.2.0 - '@nextui-org/theme@2.2.11': - resolution: {integrity: sha512-bg9+KNnFxcP3w/ugivEJtvQibODbTxfl6UdVvx7TCY8Rd269U7F2+nhnw1Qd1xJT5yZQnX6m//9wOoGtJV+6Kg==} + '@nextui-org/theme@2.3.0': + resolution: {integrity: sha512-MTWpjXeG+i9svlib8xMz17aK4GWijGoLZ4BRQv8JxvhZMUMuqPxkVeuMAXqg3dK9eF13KmtjCDf4K7d9/WkzYg==} peerDependencies: tailwindcss: '>=3.4.0' @@ -6549,11 +6549,6 @@ packages: react: ^18.2.0 react-dom: ^18.2.0 - '@react-aria/i18n@3.11.1': - resolution: {integrity: sha512-vuiBHw1kZruNMYeKkTGGnmPyMnM5T+gT8bz97H1FqIq1hQ6OPzmtBZ6W6l6OIMjeHI5oJo4utTwfZl495GALFQ==} - peerDependencies: - react: ^18.2.0 - '@react-aria/i18n@3.12.3': resolution: {integrity: sha512-0Tp/4JwnCVNKDfuknPF+/xf3/woOc8gUjTU2nCjO3mCVb4FU7KFtjxQ2rrx+6hpIVG6g+N9qfMjRa/ggVH0CJg==} peerDependencies: @@ -6589,12 +6584,6 @@ packages: react: ^18.2.0 react-dom: ^18.2.0 - '@react-aria/overlays@3.22.1': - resolution: {integrity: sha512-GHiFMWO4EQ6+j6b5QCnNoOYiyx1Gk8ZiwLzzglCI4q1NY5AG2EAmfU4Z1+Gtrf2S5Y0zHbumC7rs9GnPoGLUYg==} - peerDependencies: - react: ^18.2.0 - react-dom: ^18.2.0 - '@react-aria/overlays@3.23.4': resolution: {integrity: sha512-MZUW6SUlTWOwKuFTqUTxW5BnvdW3Y9cEwanWuz98NX3ST7JYe/3ZcZhb37/fGW4uoGHnQ9icEwVf0rbMrK2STg==} peerDependencies: @@ -6953,11 +6942,6 @@ packages: peerDependencies: react: ^18.2.0 - '@react-types/shared@3.23.1': - resolution: {integrity: sha512-5d+3HbFDxGZjhbMBeFHRQhexMFt4pUce3okyRtUVKbbedQFUrtXSBg9VszgF2RTeQDKDkMCIQDtz5ccP/Lk1gw==} - peerDependencies: - react: ^18.2.0 - '@react-types/shared@3.24.1': resolution: {integrity: sha512-AUQeGYEm/zDTN6zLzdXolDxz3Jk5dDL7f506F07U8tBwxNNI3WRdhU84G0/AaFikOZzDXhOZDr3MhQMzyE7Ydw==} peerDependencies: @@ -11541,9 +11525,6 @@ packages: lodash.debounce@4.0.8: resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} - lodash.foreach@4.5.0: - resolution: {integrity: sha512-aEXTF4d+m05rVOAUG3z4vZZ4xVexLKZGF0lIxuHZ1Hplpk/3B6Z1+/ICICYRLm7c41Z2xiejbkCkJoTlypoXhQ==} - lodash.get@4.4.2: resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==} @@ -11556,9 +11537,6 @@ packages: lodash.kebabcase@4.1.1: resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==} - lodash.mapkeys@4.6.0: - resolution: {integrity: sha512-0Al+hxpYvONWtg+ZqHpa/GaVzxuN3V7Xeo2p+bY06EaK/n+Y9R7nBePPN2o1LxmL0TWQSwP8LYZ008/hc9JzhA==} - lodash.memoize@4.1.2: resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==} @@ -11568,9 +11546,6 @@ packages: lodash.mergewith@4.6.2: resolution: {integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==} - lodash.omit@4.5.0: - resolution: {integrity: sha512-XeqSp49hNGmlkj2EJlfrQFIzQ6lXdNro9sddtQzcJY8QaoC2GO0DT7xaIokHeyM+mIT0mPMlPvkYzg2xCuHdZg==} - lodash.snakecase@4.1.1: resolution: {integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==} @@ -17226,53 +17201,50 @@ snapshots: '@next/swc-win32-x64-msvc@13.5.1': optional: true - '@nextui-org/react-rsc-utils@2.0.14(react@18.3.1)': + '@nextui-org/react-rsc-utils@2.0.15(react@18.3.1)': dependencies: react: 18.3.1 - '@nextui-org/react-utils@2.0.17(react@18.3.1)': + '@nextui-org/react-utils@2.0.18(react@18.3.1)': dependencies: - '@nextui-org/react-rsc-utils': 2.0.14(react@18.3.1) - '@nextui-org/shared-utils': 2.0.8 + '@nextui-org/react-rsc-utils': 2.0.15(react@18.3.1) + '@nextui-org/shared-utils': 2.0.9 react: 18.3.1 - '@nextui-org/shared-utils@2.0.8': {} + '@nextui-org/shared-utils@2.0.9': {} - '@nextui-org/system-rsc@2.1.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.15(ts-node@10.9.2(@swc/core@1.9.2(@swc/helpers@0.5.15))(@types/node@15.14.9)(typescript@4.9.5))))(react@18.3.1)': + '@nextui-org/system-rsc@2.2.0(@nextui-org/theme@2.3.0(tailwindcss@3.4.15(ts-node@10.9.2(@swc/core@1.9.2(@swc/helpers@0.5.15))(@types/node@15.14.9)(typescript@4.9.5))))(react@18.3.1)': dependencies: - '@nextui-org/theme': 2.2.11(tailwindcss@3.4.15(ts-node@10.9.2(@swc/core@1.9.2(@swc/helpers@0.5.15))(@types/node@15.14.9)(typescript@4.9.5))) - '@react-types/shared': 3.23.1(react@18.3.1) + '@nextui-org/theme': 2.3.0(tailwindcss@3.4.15(ts-node@10.9.2(@swc/core@1.9.2(@swc/helpers@0.5.15))(@types/node@15.14.9)(typescript@4.9.5))) + '@react-types/shared': 3.25.0(react@18.3.1) clsx: 1.2.1 react: 18.3.1 - '@nextui-org/system@2.2.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.15(ts-node@10.9.2(@swc/core@1.9.2(@swc/helpers@0.5.15))(@types/node@15.14.9)(typescript@4.9.5))))(framer-motion@11.9.0(@emotion/is-prop-valid@1.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@nextui-org/system@2.3.0(@nextui-org/theme@2.3.0(tailwindcss@3.4.15(ts-node@10.9.2(@swc/core@1.9.2(@swc/helpers@0.5.15))(@types/node@15.14.9)(typescript@4.9.5))))(framer-motion@11.9.0(@emotion/is-prop-valid@1.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@internationalized/date': 3.5.6 - '@nextui-org/react-utils': 2.0.17(react@18.3.1) - '@nextui-org/system-rsc': 2.1.6(@nextui-org/theme@2.2.11(tailwindcss@3.4.15(ts-node@10.9.2(@swc/core@1.9.2(@swc/helpers@0.5.15))(@types/node@15.14.9)(typescript@4.9.5))))(react@18.3.1) - '@react-aria/i18n': 3.11.1(react@18.3.1) - '@react-aria/overlays': 3.22.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@react-aria/utils': 3.24.1(react@18.3.1) - '@react-stately/utils': 3.10.1(react@18.3.1) + '@nextui-org/react-utils': 2.0.18(react@18.3.1) + '@nextui-org/system-rsc': 2.2.0(@nextui-org/theme@2.3.0(tailwindcss@3.4.15(ts-node@10.9.2(@swc/core@1.9.2(@swc/helpers@0.5.15))(@types/node@15.14.9)(typescript@4.9.5))))(react@18.3.1) + '@react-aria/i18n': 3.12.3(react@18.3.1) + '@react-aria/overlays': 3.23.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@react-aria/utils': 3.25.3(react@18.3.1) + '@react-stately/utils': 3.10.4(react@18.3.1) + '@react-types/datepicker': 3.8.3(react@18.3.1) framer-motion: 11.9.0(@emotion/is-prop-valid@1.3.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) transitivePeerDependencies: - '@nextui-org/theme' - '@nextui-org/theme@2.2.11(tailwindcss@3.4.15(ts-node@10.9.2(@swc/core@1.9.2(@swc/helpers@0.5.15))(@types/node@15.14.9)(typescript@4.9.5)))': + '@nextui-org/theme@2.3.0(tailwindcss@3.4.15(ts-node@10.9.2(@swc/core@1.9.2(@swc/helpers@0.5.15))(@types/node@15.14.9)(typescript@4.9.5)))': dependencies: + '@nextui-org/shared-utils': 2.0.9 clsx: 1.2.1 color: 4.2.3 color2k: 2.0.3 deepmerge: 4.3.1 flat: 5.0.2 - lodash.foreach: 4.5.0 - lodash.get: 4.4.2 - lodash.kebabcase: 4.1.1 - lodash.mapkeys: 4.6.0 - lodash.omit: 4.5.0 - tailwind-merge: 1.14.0 + tailwind-merge: 2.5.4 tailwind-variants: 0.1.20(tailwindcss@3.4.15(ts-node@10.9.2(@swc/core@1.9.2(@swc/helpers@0.5.15))(@types/node@15.14.9)(typescript@4.9.5))) tailwindcss: 3.4.15(ts-node@10.9.2(@swc/core@1.9.2(@swc/helpers@0.5.15))(@types/node@15.14.9)(typescript@4.9.5)) @@ -18437,18 +18409,6 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/i18n@3.11.1(react@18.3.1)': - dependencies: - '@internationalized/date': 3.5.6 - '@internationalized/message': 3.1.5 - '@internationalized/number': 3.5.4 - '@internationalized/string': 3.2.4 - '@react-aria/ssr': 3.9.6(react@18.3.1) - '@react-aria/utils': 3.25.3(react@18.3.1) - '@react-types/shared': 3.25.0(react@18.3.1) - '@swc/helpers': 0.5.15 - react: 18.3.1 - '@react-aria/i18n@3.12.3(react@18.3.1)': dependencies: '@internationalized/date': 3.5.6 @@ -18522,22 +18482,6 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@react-aria/overlays@3.22.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@react-aria/focus': 3.18.4(react@18.3.1) - '@react-aria/i18n': 3.12.3(react@18.3.1) - '@react-aria/interactions': 3.22.4(react@18.3.1) - '@react-aria/ssr': 3.9.6(react@18.3.1) - '@react-aria/utils': 3.25.3(react@18.3.1) - '@react-aria/visually-hidden': 3.8.17(react@18.3.1) - '@react-stately/overlays': 3.6.11(react@18.3.1) - '@react-types/button': 3.10.0(react@18.3.1) - '@react-types/overlays': 3.8.10(react@18.3.1) - '@react-types/shared': 3.25.0(react@18.3.1) - '@swc/helpers': 0.5.15 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - '@react-aria/overlays@3.23.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@react-aria/focus': 3.18.4(react@18.3.1) @@ -19120,10 +19064,6 @@ snapshots: '@react-types/shared': 3.25.0(react@18.3.1) react: 18.3.1 - '@react-types/shared@3.23.1(react@18.3.1)': - dependencies: - react: 18.3.1 - '@react-types/shared@3.24.1(react@18.3.1)': dependencies: react: 18.3.1 @@ -24616,8 +24556,6 @@ snapshots: lodash.debounce@4.0.8: {} - lodash.foreach@4.5.0: {} - lodash.get@4.4.2: {} lodash.isfunction@3.0.9: {} @@ -24626,16 +24564,12 @@ snapshots: lodash.kebabcase@4.1.1: {} - lodash.mapkeys@4.6.0: {} - lodash.memoize@4.1.2: {} lodash.merge@4.6.2: {} lodash.mergewith@4.6.2: {} - lodash.omit@4.5.0: {} - lodash.snakecase@4.1.1: {} lodash.sortby@4.7.0: {}