From de3732aec16056f86ff318dbbf5cd1e33e618973 Mon Sep 17 00:00:00 2001 From: grimsi <9295182+grimsi@users.noreply.github.com> Date: Sun, 15 Sep 2024 19:46:03 +0200 Subject: [PATCH] Refactored side-menu code --- .run/UI debug.run.xml | 2 +- package-lock.json | 1452 +++++++++-------- package.json | 4 +- src/main/frontend/App.tsx | 4 +- .../administration/ProfileManagement.tsx | 2 +- .../administration/SsoManagement.tsx | 15 + .../administration/withConfigPage.tsx | 2 +- .../components/general/withSideMenu.tsx | 60 + src/main/frontend/routes.tsx | 6 +- .../frontend/views/AdministrationView.tsx | 68 +- src/main/frontend/views/ProfileView.tsx | 61 +- 11 files changed, 858 insertions(+), 818 deletions(-) create mode 100644 src/main/frontend/components/administration/SsoManagement.tsx create mode 100644 src/main/frontend/components/general/withSideMenu.tsx diff --git a/.run/UI debug.run.xml b/.run/UI debug.run.xml index b656b83..ccfbe55 100644 --- a/.run/UI debug.run.xml +++ b/.run/UI debug.run.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index a1526c8..8331fc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0-ALPHA", "dependencies": { "@material-tailwind/react": "^2.1.9", - "@nextui-org/react": "^2.4.6", + "@nextui-org/react": "^2.4.8", "@phosphor-icons/react": "^2.1.7", "@polymer/polymer": "3.5.1", "@vaadin/bundles": "24.4.7", @@ -2596,17 +2596,17 @@ } }, "node_modules/@nextui-org/accordion": { - "version": "2.0.38", - "resolved": "https://registry.npmjs.org/@nextui-org/accordion/-/accordion-2.0.38.tgz", - "integrity": "sha512-kFCZU1VaKkUI295Fg3NxuQR2+kZ5vTH4ftIs0oByrOs0+l14dVQGFOd9ZV402fHNykZJt7Sk6oWjTp4Qwl83JA==", + "version": "2.0.40", + "resolved": "https://registry.npmjs.org/@nextui-org/accordion/-/accordion-2.0.40.tgz", + "integrity": "sha512-aJmhflLOXOFTjbBWlWto30hYzimw+sw1EZwSRG9CdxbjRact2dRfCLsZQmHkJW2ifVx51g/qLNE2NSFAi2L8dA==", "license": "MIT", "dependencies": { - "@nextui-org/aria-utils": "2.0.24", - "@nextui-org/divider": "2.0.31", - "@nextui-org/framer-utils": "2.0.24", - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/aria-utils": "2.0.26", + "@nextui-org/divider": "2.0.32", + "@nextui-org/framer-utils": "2.0.25", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-aria-accordion": "2.0.7", "@react-aria/button": "3.9.5", "@react-aria/focus": "3.17.1", @@ -2625,14 +2625,14 @@ } }, "node_modules/@nextui-org/aria-utils": { - "version": "2.0.24", - "resolved": "https://registry.npmjs.org/@nextui-org/aria-utils/-/aria-utils-2.0.24.tgz", - "integrity": "sha512-YD+YvT01zFqN1Ey137OeFl9SEhAYf2BoZz+ykWiIJlMjl/LY1d5WE0nkzsjMHh6MV3HgS6CExxlf7TuApN6Piw==", + "version": "2.0.26", + "resolved": "https://registry.npmjs.org/@nextui-org/aria-utils/-/aria-utils-2.0.26.tgz", + "integrity": "sha512-e81HxkNI3/HCPPJT9OVK0g0ivTkuqeeQ043WlAxvgf+upFTEvNN5vmsSKBfWGgfZpsVHgNyHIzwbHjy9zKePLQ==", "license": "MIT", "dependencies": { - "@nextui-org/react-rsc-utils": "2.0.13", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/system": "2.2.5", + "@nextui-org/react-rsc-utils": "2.0.14", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/system": "2.2.6", "@react-aria/utils": "3.24.1", "@react-stately/collections": "3.10.7", "@react-stately/overlays": "3.6.7", @@ -2645,21 +2645,21 @@ } }, "node_modules/@nextui-org/autocomplete": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nextui-org/autocomplete/-/autocomplete-2.1.5.tgz", - "integrity": "sha512-VcSe3B/CmIvfZnAJHHYKp3r83QrqI0T8v9jjrpQ0PN8qKOc7LmQUsvnAkBRuHCLlaC1xPwZtyJp0TJyRF8tM3w==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@nextui-org/autocomplete/-/autocomplete-2.1.7.tgz", + "integrity": "sha512-T3dF5akCXvJ21OxwPxAQmTjHoiB/GMUa2ppcJ9PStfCCPiI2vjwb4CO4q/duj/nXJIpQf/UfPhpSonnJ444o6g==", "license": "MIT", "dependencies": { - "@nextui-org/aria-utils": "2.0.24", - "@nextui-org/button": "2.0.37", - "@nextui-org/input": "2.2.4", - "@nextui-org/listbox": "2.1.25", - "@nextui-org/popover": "2.1.27", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/scroll-shadow": "2.1.19", + "@nextui-org/aria-utils": "2.0.26", + "@nextui-org/button": "2.0.38", + "@nextui-org/input": "2.2.5", + "@nextui-org/listbox": "2.1.27", + "@nextui-org/popover": "2.1.29", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/scroll-shadow": "2.1.20", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/spinner": "2.0.33", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/spinner": "2.0.34", "@nextui-org/use-aria-button": "2.0.10", "@nextui-org/use-safe-layout-effect": "2.0.6", "@react-aria/combobox": "3.9.1", @@ -2681,13 +2681,13 @@ } }, "node_modules/@nextui-org/avatar": { - "version": "2.0.32", - "resolved": "https://registry.npmjs.org/@nextui-org/avatar/-/avatar-2.0.32.tgz", - "integrity": "sha512-2dCpIKuGvbOVLJ6m2AkNhPqqamIin3FDqDLop2ILNhyAxgxPYitqE3JqsUA/hlZCzu79sZudruuubzHWzHqf0Q==", + "version": "2.0.33", + "resolved": "https://registry.npmjs.org/@nextui-org/avatar/-/avatar-2.0.33.tgz", + "integrity": "sha512-SPnIKM+34T/a+KCRCBiG8VwMBzu2/bap7IPHhmICtQ6KmG8Dzmazj3tGZsVt7HjhMRVY7e1vzev4IMaHqkIdRg==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-image": "2.0.6", "@react-aria/focus": "3.17.1", "@react-aria/interactions": "3.21.3", @@ -2701,13 +2701,13 @@ } }, "node_modules/@nextui-org/badge": { - "version": "2.0.31", - "resolved": "https://registry.npmjs.org/@nextui-org/badge/-/badge-2.0.31.tgz", - "integrity": "sha512-ayOw9j6Fa/RxZjk+2AhhBzXFm2Xv2RNYMrXAqGaJ+cbhofsqu8QnP0/4W+CiVXx8C0jpPmNAgSklRXgbKHs10Q==", + "version": "2.0.32", + "resolved": "https://registry.npmjs.org/@nextui-org/badge/-/badge-2.0.32.tgz", + "integrity": "sha512-vlV/SY0e7/AmpVP7hB57XoSOo95Fr3kRWcLfMx8yL8VDR2UWMFaMlrT7JTghdgTGFSO7L1Ov1BFwDRRKVe3eyg==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7" + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8" }, "peerDependencies": { "@nextui-org/system": ">=2.0.0", @@ -2717,14 +2717,14 @@ } }, "node_modules/@nextui-org/breadcrumbs": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/@nextui-org/breadcrumbs/-/breadcrumbs-2.0.12.tgz", - "integrity": "sha512-PCZI7xqu1UrjJcCkd6HwGJ+h2L5k6LMBQRVbD8/7jMKkJxpoQXC7h5uCtEeLG2CafVih4cUCBTuzUnsubtKLnQ==", + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/@nextui-org/breadcrumbs/-/breadcrumbs-2.0.13.tgz", + "integrity": "sha512-tdet47IBOwUaJL0PmxTuGH+ZI2nucyNwG3mX1OokfIXmq5HuMCGKaVFXaNP8mWb4Pii2bvtRqaqTfxmUb3kjGw==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/shared-utils": "2.0.8", "@react-aria/breadcrumbs": "3.5.13", "@react-aria/focus": "3.17.1", "@react-aria/utils": "3.24.1", @@ -2739,15 +2739,15 @@ } }, "node_modules/@nextui-org/button": { - "version": "2.0.37", - "resolved": "https://registry.npmjs.org/@nextui-org/button/-/button-2.0.37.tgz", - "integrity": "sha512-dBtdO30qfu+K4YYLNmmpUy16Q82H1ucY8A4NjP4iEAJ1sPunoAYvba7h9xabrpUKW9IOyItOThSesxsfpaXYug==", + "version": "2.0.38", + "resolved": "https://registry.npmjs.org/@nextui-org/button/-/button-2.0.38.tgz", + "integrity": "sha512-XbgyqBv+X7QirXeriGwkqkMOENpAxXRo+jzfMyBMvfsM3kwrFj92OSF1F7/dWDvcW7imVZB9o2Ci7LIppq9ZZQ==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/ripple": "2.0.32", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/spinner": "2.0.33", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/ripple": "2.0.33", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/spinner": "2.0.34", "@nextui-org/use-aria-button": "2.0.10", "@react-aria/button": "3.9.5", "@react-aria/focus": "3.17.1", @@ -2765,17 +2765,17 @@ } }, "node_modules/@nextui-org/calendar": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/@nextui-org/calendar/-/calendar-2.0.11.tgz", - "integrity": "sha512-pgCEekJHSr5QKxpJaABIFS2ItqgK8qZ7pKrCOJjmRHBh4Y9WGfndrIW6z3IkHZiO01CKJbpjb9ytTjufsU6kIA==", + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@nextui-org/calendar/-/calendar-2.0.12.tgz", + "integrity": "sha512-FnEnOQnsuyN+F+hy4LEJBvZZcfXMpDGgLkTdnDdoZObXQWwd0PWPjU8GzY+ukhhR5eiU7QIj2AADVRCvuAkiLA==", "license": "MIT", "dependencies": { "@internationalized/date": "^3.5.4", - "@nextui-org/button": "2.0.37", - "@nextui-org/framer-utils": "2.0.24", - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/button": "2.0.38", + "@nextui-org/framer-utils": "2.0.25", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-aria-button": "2.0.10", "@react-aria/calendar": "3.5.8", "@react-aria/focus": "3.17.1", @@ -2800,14 +2800,14 @@ } }, "node_modules/@nextui-org/card": { - "version": "2.0.33", - "resolved": "https://registry.npmjs.org/@nextui-org/card/-/card-2.0.33.tgz", - "integrity": "sha512-iO/ThbUz75YlcFrWO9EssMhOxbc9LN0SSk181+2QnPDbKls9wbkUEfGjq/d9k3h6jb9FaR5N5XwVpT4aUt2Usw==", + "version": "2.0.34", + "resolved": "https://registry.npmjs.org/@nextui-org/card/-/card-2.0.34.tgz", + "integrity": "sha512-2RYNPsQkM0FOifGCKmRBR3AuYgYCNmPV7dyA5M3D9Lf0APsHHtsXRA/GeIJ/AuPnglZrYBX8wpM5kLt3dnlQjQ==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/ripple": "2.0.32", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/ripple": "2.0.33", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-aria-button": "2.0.10", "@react-aria/button": "3.9.5", "@react-aria/focus": "3.17.1", @@ -2824,13 +2824,13 @@ } }, "node_modules/@nextui-org/checkbox": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@nextui-org/checkbox/-/checkbox-2.1.4.tgz", - "integrity": "sha512-74AD4imL064mvs4trQKQj/efwIZYaBt0TmXO6jV+6xGE6S9YjCAy+OBotrgRBG9fURQVQU1qJGnwwsOIdxCXkA==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nextui-org/checkbox/-/checkbox-2.1.5.tgz", + "integrity": "sha512-PSCWmxEzFPfeIJfoGAtbQS5T7JvBRblUMz5NdCMArA8MLvWW8EKL41cMPsqWjaUanjD0fAI8Q9HuDfBZnkcPbw==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-callback-ref": "2.0.6", "@nextui-org/use-safe-layout-effect": "2.0.6", "@react-aria/checkbox": "3.14.3", @@ -2851,14 +2851,14 @@ } }, "node_modules/@nextui-org/chip": { - "version": "2.0.32", - "resolved": "https://registry.npmjs.org/@nextui-org/chip/-/chip-2.0.32.tgz", - "integrity": "sha512-fGqXamG7xs+DvKPra+rJEkIAjaQwPi8FSvsJ4P4LWzQ3U+HjymEI07BW8xQmaLceHInbTLTfdbTjAYdGNzAdOQ==", + "version": "2.0.33", + "resolved": "https://registry.npmjs.org/@nextui-org/chip/-/chip-2.0.33.tgz", + "integrity": "sha512-6cQkMTV/34iPprjnfK6xlwkv5lnZjMsbYBN3ZqHHrQfV2zQg19ewFcuIw9XlRYA3pGYPpoycdOmSdQ6qXc66lQ==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/shared-utils": "2.0.8", "@react-aria/focus": "3.17.1", "@react-aria/interactions": "3.21.3", "@react-aria/utils": "3.24.1", @@ -2872,14 +2872,14 @@ } }, "node_modules/@nextui-org/code": { - "version": "2.0.32", - "resolved": "https://registry.npmjs.org/@nextui-org/code/-/code-2.0.32.tgz", - "integrity": "sha512-YBLCWDgR+ebWIr+noN02/ls+PsQV9leLskgPLFUfpRzHoXdGeUUhE8IjTv14KFP3XlW3Cf9ALFy3IgPuIZ+yuQ==", + "version": "2.0.33", + "resolved": "https://registry.npmjs.org/@nextui-org/code/-/code-2.0.33.tgz", + "integrity": "sha512-G2254ov2rsPxFEoJ0UHVHe+rSmNYwoHZc7STAtiTsJ2HfebZPQbNnfuCifMIpa+kgvHrMBGb85eGk0gy1R+ArA==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/system-rsc": "2.1.5" + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/system-rsc": "2.1.6" }, "peerDependencies": { "@nextui-org/theme": ">=2.1.0", @@ -2888,14 +2888,14 @@ } }, "node_modules/@nextui-org/date-input": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@nextui-org/date-input/-/date-input-2.1.3.tgz", - "integrity": "sha512-Y6d+AVPnM7uYy7boSHrk+cW/pft1fKbpXh/ed5omTgFx6rKRZ/agQmP5erMcmNzpv3Bis4wCc89WNnBtCjEZMw==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@nextui-org/date-input/-/date-input-2.1.4.tgz", + "integrity": "sha512-U8Pbe7EhMp9VTfFxB/32+A9N9cJJWswebIz1qpaPy0Hmr92AHS3c1qVTcspkop6wbIM8AnHWEST0QkR95IXPDA==", "license": "MIT", "dependencies": { "@internationalized/date": "^3.5.4", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@react-aria/datepicker": "3.10.1", "@react-aria/i18n": "3.11.1", "@react-aria/utils": "3.24.1", @@ -2911,20 +2911,20 @@ } }, "node_modules/@nextui-org/date-picker": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@nextui-org/date-picker/-/date-picker-2.1.6.tgz", - "integrity": "sha512-PycYKAm1tmew64aQWQtZfTbV73S4GPGYJnK6hr9W0iXUCOQQH5UbzLwdWGXnVXvtrJzczFQllaXaQccwWCeTzg==", + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/@nextui-org/date-picker/-/date-picker-2.1.8.tgz", + "integrity": "sha512-pokAFcrf6AdM53QHf1EzvqVhj8imQRZHWitK9eZPtIdGzJzx28dW0ir7ID0lQFMiNNIQTesSpBLzedTawbcJrg==", "license": "MIT", "dependencies": { "@internationalized/date": "^3.5.4", - "@nextui-org/aria-utils": "2.0.24", - "@nextui-org/button": "2.0.37", - "@nextui-org/calendar": "2.0.11", - "@nextui-org/date-input": "2.1.3", - "@nextui-org/popover": "2.1.27", - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/aria-utils": "2.0.26", + "@nextui-org/button": "2.0.38", + "@nextui-org/calendar": "2.0.12", + "@nextui-org/date-input": "2.1.4", + "@nextui-org/popover": "2.1.29", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/shared-utils": "2.0.8", "@react-aria/datepicker": "3.10.1", "@react-aria/i18n": "3.11.1", "@react-aria/utils": "3.24.1", @@ -2942,14 +2942,14 @@ } }, "node_modules/@nextui-org/divider": { - "version": "2.0.31", - "resolved": "https://registry.npmjs.org/@nextui-org/divider/-/divider-2.0.31.tgz", - "integrity": "sha512-z9GhrpmhXhJGuW0GSO1OP01mwDTSItuIRIz0VGpKOPVTqOzOMHkXN978wgNXqJ+knWZcaiF7WHvd83O05jmbkg==", + "version": "2.0.32", + "resolved": "https://registry.npmjs.org/@nextui-org/divider/-/divider-2.0.32.tgz", + "integrity": "sha512-2B2j3VmvVDFnMc9Uw7UWMkByA+osgnRmVwMZNZjl9g3oCycz3UDXotNJXjgsLocT8tGO8UwMcrdgo7QBZl52uw==", "license": "MIT", "dependencies": { - "@nextui-org/react-rsc-utils": "2.0.13", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/system-rsc": "2.1.5", + "@nextui-org/react-rsc-utils": "2.0.14", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/system-rsc": "2.1.6", "@react-types/shared": "3.23.1" }, "peerDependencies": { @@ -2959,16 +2959,16 @@ } }, "node_modules/@nextui-org/dropdown": { - "version": "2.1.29", - "resolved": "https://registry.npmjs.org/@nextui-org/dropdown/-/dropdown-2.1.29.tgz", - "integrity": "sha512-ujHJVHzOcfwqNqlkt14t8YV3AAn03sME7gBxujQcwtDFGYMJeP9pvTU24L/FjBEb3Fd1XdhjwowU/sTuVTK4Yg==", + "version": "2.1.31", + "resolved": "https://registry.npmjs.org/@nextui-org/dropdown/-/dropdown-2.1.31.tgz", + "integrity": "sha512-tP6c5MAhWK4hJ6U02oX6APUpjjrn97Zn7t+56Xx4YyQOSj0CJx18VF0JsU+MrjFZxPX3UBKU3B2zGBHOEGE4Kw==", "license": "MIT", "dependencies": { - "@nextui-org/aria-utils": "2.0.24", - "@nextui-org/menu": "2.0.28", - "@nextui-org/popover": "2.1.27", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/aria-utils": "2.0.26", + "@nextui-org/menu": "2.0.30", + "@nextui-org/popover": "2.1.29", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@react-aria/focus": "3.17.1", "@react-aria/menu": "3.14.1", "@react-aria/utils": "3.24.1", @@ -2984,13 +2984,13 @@ } }, "node_modules/@nextui-org/framer-utils": { - "version": "2.0.24", - "resolved": "https://registry.npmjs.org/@nextui-org/framer-utils/-/framer-utils-2.0.24.tgz", - "integrity": "sha512-Fc5ugVaLsXhd3bgJg+hvw20uaaz9gAxYY2ouS/3leN7QBSRAwpy3Dl+tX8BbLeyx3ZosVrHIJ3w4bhDMzFVk9Q==", + "version": "2.0.25", + "resolved": "https://registry.npmjs.org/@nextui-org/framer-utils/-/framer-utils-2.0.25.tgz", + "integrity": "sha512-bhQKDg4c5Da4II4UYLKyvYagusTd62eVwPqpfUP+GHZKKZcmRaS6MQZTh4xJYbpyh298S4jRSH/AUAiN/OK3TQ==", "license": "MIT", "dependencies": { - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/system": "2.2.5", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/system": "2.2.6", "@nextui-org/use-measure": "2.0.2" }, "peerDependencies": { @@ -3000,13 +3000,13 @@ } }, "node_modules/@nextui-org/image": { - "version": "2.0.31", - "resolved": "https://registry.npmjs.org/@nextui-org/image/-/image-2.0.31.tgz", - "integrity": "sha512-HxWaGUBtNaT9pLGvDo5Q2ruGxdhXYrdNcLvRhtoohiZeIKo1Y8jTbBUCVGxdxklTZAF3H7klrTcsdSwHTGfk0g==", + "version": "2.0.32", + "resolved": "https://registry.npmjs.org/@nextui-org/image/-/image-2.0.32.tgz", + "integrity": "sha512-JpE0O8qAeJpQA61ZnXNLH76to+dbx93PR5tTOxSvmTxtnuqVg4wl5ar/SBY3czibJPr0sj33k8Mv2EfULjoH7Q==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-image": "2.0.6" }, "peerDependencies": { @@ -3017,14 +3017,14 @@ } }, "node_modules/@nextui-org/input": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/@nextui-org/input/-/input-2.2.4.tgz", - "integrity": "sha512-CVeTwwUJn9pEJC+kq3Jg0nAFeYVGBbIU7U2YFSG8XJK2X75odj8RSQdVd3Dt2U/b5Mtwt5sBh9gMzCedtjffWg==", + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/@nextui-org/input/-/input-2.2.5.tgz", + "integrity": "sha512-xLgyKcnb+RatRZ62AbCFfTpS3exd2bPSSR75UFKylHHhgX+nvVOkX0dQgmr9e0V8IEECeRvbltw2s/laNFPTtg==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-safe-layout-effect": "2.0.6", "@react-aria/focus": "3.17.1", "@react-aria/interactions": "3.21.3", @@ -3043,14 +3043,14 @@ } }, "node_modules/@nextui-org/kbd": { - "version": "2.0.33", - "resolved": "https://registry.npmjs.org/@nextui-org/kbd/-/kbd-2.0.33.tgz", - "integrity": "sha512-1Q7vKKJjfn5RPMsySQEljo2clf03Ta4V4ZA4O92ktJ8YzbdNnDfUiWtfFxF64R183ZVfe869RBSpuOdzZLNuKQ==", + "version": "2.0.34", + "resolved": "https://registry.npmjs.org/@nextui-org/kbd/-/kbd-2.0.34.tgz", + "integrity": "sha512-sO6RJPgEFccFV8gmfYMTVeQ4f9PBYh09OieRpsZhN4HqdfWwEaeT6LrmdBko3XnJ0T6Me3tBrYULgKWcDcNogw==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/system-rsc": "2.1.5", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/system-rsc": "2.1.6", "@react-aria/utils": "3.24.1" }, "peerDependencies": { @@ -3060,14 +3060,14 @@ } }, "node_modules/@nextui-org/link": { - "version": "2.0.34", - "resolved": "https://registry.npmjs.org/@nextui-org/link/-/link-2.0.34.tgz", - "integrity": "sha512-497AvjzckEB/TE1eJEziS2QkxwCY81RPsWoApNSeHGdYrMO1tfgUFKATgadfBQjoba6FdCcLc2QaUapOetqFaA==", + "version": "2.0.35", + "resolved": "https://registry.npmjs.org/@nextui-org/link/-/link-2.0.35.tgz", + "integrity": "sha512-0XVUsSsysu+WMssokTlLHiMnjr1N6D2Uh3bIBcdFwSqmTLyq+Llgexlm6Fuv1wADRwsR8/DGFp3Pr826cv2Svg==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-aria-link": "2.0.19", "@react-aria/focus": "3.17.1", "@react-aria/link": "3.7.1", @@ -3082,15 +3082,15 @@ } }, "node_modules/@nextui-org/listbox": { - "version": "2.1.25", - "resolved": "https://registry.npmjs.org/@nextui-org/listbox/-/listbox-2.1.25.tgz", - "integrity": "sha512-WJqxhzPxADLIsenREaaoQ44bs3gQx5yqOvK86Jkiv/m9nXr0YuxZOJEsVa5GenkmyJBrEd6LkBV5cZ1TGNzbJw==", + "version": "2.1.27", + "resolved": "https://registry.npmjs.org/@nextui-org/listbox/-/listbox-2.1.27.tgz", + "integrity": "sha512-B9HW/k0awfXsYaNyjaqv/GvEioVzrsCsOdSxVQZgQ3wQ6jNXmGRe1/X6IKg0fIa+P0v379kSgAqrZcwfRpKnWw==", "license": "MIT", "dependencies": { - "@nextui-org/aria-utils": "2.0.24", - "@nextui-org/divider": "2.0.31", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/aria-utils": "2.0.26", + "@nextui-org/divider": "2.0.32", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-is-mobile": "2.0.9", "@react-aria/focus": "3.17.1", "@react-aria/interactions": "3.21.3", @@ -3108,16 +3108,16 @@ } }, "node_modules/@nextui-org/menu": { - "version": "2.0.28", - "resolved": "https://registry.npmjs.org/@nextui-org/menu/-/menu-2.0.28.tgz", - "integrity": "sha512-/bcIeBCGpauDkdz6VZvl1YXP5xpSSSYVTvhsChkcvzWzDXLG004uVAsw4kjP2i9OGxoehrjkl9wkIzCFCEdsHw==", + "version": "2.0.30", + "resolved": "https://registry.npmjs.org/@nextui-org/menu/-/menu-2.0.30.tgz", + "integrity": "sha512-hZRr/EQ5JxB6yQFmUhDSv9pyLTJmaB4SFC/t5A17UljRhMexlvTU6QpalYIkbY0R/bUXvOkTJNzsRgI5OOQ/aA==", "license": "MIT", "dependencies": { - "@nextui-org/aria-utils": "2.0.24", - "@nextui-org/divider": "2.0.31", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/use-aria-menu": "2.0.6", + "@nextui-org/aria-utils": "2.0.26", + "@nextui-org/divider": "2.0.32", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/use-aria-menu": "2.0.7", "@nextui-org/use-is-mobile": "2.0.9", "@react-aria/focus": "3.17.1", "@react-aria/interactions": "3.21.3", @@ -3136,17 +3136,17 @@ } }, "node_modules/@nextui-org/modal": { - "version": "2.0.39", - "resolved": "https://registry.npmjs.org/@nextui-org/modal/-/modal-2.0.39.tgz", - "integrity": "sha512-b0G5IRNrfQumx8mQQO92rn2iC2ueUuk4XKvxYYmYNpx3/qpdEP9tckozw+s0QFyZocRPY+yYa0pBtMBGC2lWGQ==", + "version": "2.0.41", + "resolved": "https://registry.npmjs.org/@nextui-org/modal/-/modal-2.0.41.tgz", + "integrity": "sha512-Sirn319xAf7E4cZqvQ0o0Vd3Xqy0FRSuhOTwp8dALMGTMY61c2nIyurgVCNP6hh8dMvMT7zQEPP9/LE0boFCEQ==", "license": "MIT", "dependencies": { - "@nextui-org/framer-utils": "2.0.24", - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/framer-utils": "2.0.25", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-aria-button": "2.0.10", - "@nextui-org/use-aria-modal-overlay": "2.0.11", + "@nextui-org/use-aria-modal-overlay": "2.0.13", "@nextui-org/use-disclosure": "2.0.10", "@react-aria/dialog": "3.5.14", "@react-aria/focus": "3.17.1", @@ -3165,16 +3165,16 @@ } }, "node_modules/@nextui-org/navbar": { - "version": "2.0.36", - "resolved": "https://registry.npmjs.org/@nextui-org/navbar/-/navbar-2.0.36.tgz", - "integrity": "sha512-uobdPsh4TSPm2Us74/Vey43z0/oRqWb6x4+eHIJf9VhYP9pY733N2n17v2mvU7SvcNhkold/PWfXPYiA8kMlug==", + "version": "2.0.37", + "resolved": "https://registry.npmjs.org/@nextui-org/navbar/-/navbar-2.0.37.tgz", + "integrity": "sha512-HuHXMU+V367LlvSGjqRPBNKmOERLvc4XWceva+KmiT99BLqHmMECkQVTR6ogO36eJUU96aR8JSfAiHLjvw5msw==", "license": "MIT", "dependencies": { - "@nextui-org/framer-utils": "2.0.24", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/framer-utils": "2.0.25", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-aria-toggle-button": "2.0.10", - "@nextui-org/use-scroll-position": "2.0.8", + "@nextui-org/use-scroll-position": "2.0.9", "@react-aria/focus": "3.17.1", "@react-aria/interactions": "3.21.3", "@react-aria/overlays": "3.22.1", @@ -3192,15 +3192,15 @@ } }, "node_modules/@nextui-org/pagination": { - "version": "2.0.35", - "resolved": "https://registry.npmjs.org/@nextui-org/pagination/-/pagination-2.0.35.tgz", - "integrity": "sha512-07KJgZcJBt2e9RY6TsiQm5qrjDLH+gT3yB7yQ4jPdCK9fkTB0r2kvTOYdPUvrtVJYRq2bwFCWOz+9mokdNfcwg==", + "version": "2.0.36", + "resolved": "https://registry.npmjs.org/@nextui-org/pagination/-/pagination-2.0.36.tgz", + "integrity": "sha512-VKs2vMj8dybNzb/WkAMmvFBsxdgBvpVihIA4eXSo2ve7fpcLjIF1iPLHuDgpSyv3h3dy009sQTVo3lVTVT1a6w==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/use-pagination": "2.0.9", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/use-pagination": "2.0.10", "@react-aria/focus": "3.17.1", "@react-aria/i18n": "3.11.1", "@react-aria/interactions": "3.21.3", @@ -3215,16 +3215,16 @@ } }, "node_modules/@nextui-org/popover": { - "version": "2.1.27", - "resolved": "https://registry.npmjs.org/@nextui-org/popover/-/popover-2.1.27.tgz", - "integrity": "sha512-UV42nqvUR9IOy7Hgc5S2Xo+2YWzBAHCcU+C/9O9SchXL0DyU/ol+IPqxuBxdJDi5fiFYr9mTBoPZgAEGDoJjDg==", + "version": "2.1.29", + "resolved": "https://registry.npmjs.org/@nextui-org/popover/-/popover-2.1.29.tgz", + "integrity": "sha512-qGjMnAQVHQNfG571h9Tah2MXPs5mhxcTIj4TuBgwPzQTWXjjeffaHV3FlHdg5PxjTpNZOdDfrg0eRhDqIjKocQ==", "license": "MIT", "dependencies": { - "@nextui-org/aria-utils": "2.0.24", - "@nextui-org/button": "2.0.37", - "@nextui-org/framer-utils": "2.0.24", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/aria-utils": "2.0.26", + "@nextui-org/button": "2.0.38", + "@nextui-org/framer-utils": "2.0.25", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-aria-button": "2.0.10", "@nextui-org/use-safe-layout-effect": "2.0.6", "@react-aria/dialog": "3.5.14", @@ -3246,13 +3246,13 @@ } }, "node_modules/@nextui-org/progress": { - "version": "2.0.33", - "resolved": "https://registry.npmjs.org/@nextui-org/progress/-/progress-2.0.33.tgz", - "integrity": "sha512-rP54lZbH7BSzX9sFj7k3ylrUpk10XDWngc1dB1M+GlPsI2XRnzI3s+GE9kuZG2+N6eL/KLVG1YOg8u9eAYnwpA==", + "version": "2.0.34", + "resolved": "https://registry.npmjs.org/@nextui-org/progress/-/progress-2.0.34.tgz", + "integrity": "sha512-rJmZCrLdufJKLsonJ37oPOEHEpZykD4c+0G749zcKOkRXHOD9DiQian2YoZEE/Yyf3pLdFQG3W9vSLbsgED3PQ==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-is-mounted": "2.0.6", "@react-aria/i18n": "3.11.1", "@react-aria/progress": "3.4.13", @@ -3267,13 +3267,13 @@ } }, "node_modules/@nextui-org/radio": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@nextui-org/radio/-/radio-2.1.4.tgz", - "integrity": "sha512-Y18TXvGVz/G1E3jjYmutSSx1EdQRs5iMCVZNS/Bz4avE9QMSrHl6fOhZIndrm8LwCTqn7lbKRQngZLN4tvPinQ==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nextui-org/radio/-/radio-2.1.5.tgz", + "integrity": "sha512-0tF/VkMQv+KeYmFQpkrpz9S7j7U8gqCet+F97Cz7fFjdb+Q3w9waBzg84QayD7EZdjsYW4FNSkjPeiBhLdVUsw==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@react-aria/focus": "3.17.1", "@react-aria/interactions": "3.21.3", "@react-aria/radio": "3.10.4", @@ -3291,54 +3291,54 @@ } }, "node_modules/@nextui-org/react": { - "version": "2.4.6", - "resolved": "https://registry.npmjs.org/@nextui-org/react/-/react-2.4.6.tgz", - "integrity": "sha512-8o/k5A5g0xXj6hmV2AulkAswQnZGt2WI64Coq+toWBTumQLcW6iAqPJBDztCDiz+6yiU6Nvk/1ZuZJeRs3XMRw==", + "version": "2.4.8", + "resolved": "https://registry.npmjs.org/@nextui-org/react/-/react-2.4.8.tgz", + "integrity": "sha512-ZwXg6As3A+Gs+Jyc42t4MHNupHEsh9YmEaypE20ikqIPTCLQnrGQ/RWOGwzZ2a9kZWbZ89a/3rJwZMRKdcemxg==", "license": "MIT", "dependencies": { - "@nextui-org/accordion": "2.0.38", - "@nextui-org/autocomplete": "2.1.5", - "@nextui-org/avatar": "2.0.32", - "@nextui-org/badge": "2.0.31", - "@nextui-org/breadcrumbs": "2.0.12", - "@nextui-org/button": "2.0.37", - "@nextui-org/calendar": "2.0.11", - "@nextui-org/card": "2.0.33", - "@nextui-org/checkbox": "2.1.4", - "@nextui-org/chip": "2.0.32", - "@nextui-org/code": "2.0.32", - "@nextui-org/date-input": "2.1.3", - "@nextui-org/date-picker": "2.1.6", - "@nextui-org/divider": "2.0.31", - "@nextui-org/dropdown": "2.1.29", - "@nextui-org/framer-utils": "2.0.24", - "@nextui-org/image": "2.0.31", - "@nextui-org/input": "2.2.4", - "@nextui-org/kbd": "2.0.33", - "@nextui-org/link": "2.0.34", - "@nextui-org/listbox": "2.1.25", - "@nextui-org/menu": "2.0.28", - "@nextui-org/modal": "2.0.39", - "@nextui-org/navbar": "2.0.36", - "@nextui-org/pagination": "2.0.35", - "@nextui-org/popover": "2.1.27", - "@nextui-org/progress": "2.0.33", - "@nextui-org/radio": "2.1.4", - "@nextui-org/ripple": "2.0.32", - "@nextui-org/scroll-shadow": "2.1.19", - "@nextui-org/select": "2.2.5", - "@nextui-org/skeleton": "2.0.31", - "@nextui-org/slider": "2.2.15", - "@nextui-org/snippet": "2.0.41", - "@nextui-org/spacer": "2.0.32", - "@nextui-org/spinner": "2.0.33", - "@nextui-org/switch": "2.0.33", - "@nextui-org/system": "2.2.5", - "@nextui-org/table": "2.0.39", - "@nextui-org/tabs": "2.0.35", - "@nextui-org/theme": "2.2.9", - "@nextui-org/tooltip": "2.0.39", - "@nextui-org/user": "2.0.33", + "@nextui-org/accordion": "2.0.40", + "@nextui-org/autocomplete": "2.1.7", + "@nextui-org/avatar": "2.0.33", + "@nextui-org/badge": "2.0.32", + "@nextui-org/breadcrumbs": "2.0.13", + "@nextui-org/button": "2.0.38", + "@nextui-org/calendar": "2.0.12", + "@nextui-org/card": "2.0.34", + "@nextui-org/checkbox": "2.1.5", + "@nextui-org/chip": "2.0.33", + "@nextui-org/code": "2.0.33", + "@nextui-org/date-input": "2.1.4", + "@nextui-org/date-picker": "2.1.8", + "@nextui-org/divider": "2.0.32", + "@nextui-org/dropdown": "2.1.31", + "@nextui-org/framer-utils": "2.0.25", + "@nextui-org/image": "2.0.32", + "@nextui-org/input": "2.2.5", + "@nextui-org/kbd": "2.0.34", + "@nextui-org/link": "2.0.35", + "@nextui-org/listbox": "2.1.27", + "@nextui-org/menu": "2.0.30", + "@nextui-org/modal": "2.0.41", + "@nextui-org/navbar": "2.0.37", + "@nextui-org/pagination": "2.0.36", + "@nextui-org/popover": "2.1.29", + "@nextui-org/progress": "2.0.34", + "@nextui-org/radio": "2.1.5", + "@nextui-org/ripple": "2.0.33", + "@nextui-org/scroll-shadow": "2.1.20", + "@nextui-org/select": "2.2.7", + "@nextui-org/skeleton": "2.0.32", + "@nextui-org/slider": "2.2.17", + "@nextui-org/snippet": "2.0.43", + "@nextui-org/spacer": "2.0.33", + "@nextui-org/spinner": "2.0.34", + "@nextui-org/switch": "2.0.34", + "@nextui-org/system": "2.2.6", + "@nextui-org/table": "2.0.40", + "@nextui-org/tabs": "2.0.37", + "@nextui-org/theme": "2.2.11", + "@nextui-org/tooltip": "2.0.41", + "@nextui-org/user": "2.0.34", "@react-aria/visually-hidden": "3.8.12" }, "peerDependencies": { @@ -3348,32 +3348,35 @@ } }, "node_modules/@nextui-org/react-rsc-utils": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@nextui-org/react-rsc-utils/-/react-rsc-utils-2.0.13.tgz", - "integrity": "sha512-QewsXtoQlMsR9stThdazKEImg9oyZkPLs7wsymhrzh6/HdQCl9bTdb6tJcROg4vg5LRYKGG11USSQO2nKlfCcQ==", - "license": "MIT" + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/@nextui-org/react-rsc-utils/-/react-rsc-utils-2.0.14.tgz", + "integrity": "sha512-s0GVgDhScyx+d9FtXd8BXf049REyaPvWsO4RRr7JDHrk91NlQ11Mqxka9o+8g5NX0rphI0rbe3/b1Dz+iQRx3w==", + "license": "MIT", + "peerDependencies": { + "react": ">=18" + } }, "node_modules/@nextui-org/react-utils": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/@nextui-org/react-utils/-/react-utils-2.0.16.tgz", - "integrity": "sha512-QdDoqzhx+4t9cDTVmtw5iOrfyLvpqyKsq8PARHUniCiQQDQd1ao7FCpzHgvU9poYcEdRk+Lsna66zbeMkFBB6w==", + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/@nextui-org/react-utils/-/react-utils-2.0.17.tgz", + "integrity": "sha512-U/b49hToVfhOM4dg4n57ZyUjLpts4JogQ139lfQBYPTb8z/ATNsJ3vLIqW5ZvDK6L0Er+JT11UVQ+03m7QMvaQ==", "license": "MIT", "dependencies": { - "@nextui-org/react-rsc-utils": "2.0.13", - "@nextui-org/shared-utils": "2.0.7" + "@nextui-org/react-rsc-utils": "2.0.14", + "@nextui-org/shared-utils": "2.0.8" }, "peerDependencies": { "react": ">=18" } }, "node_modules/@nextui-org/ripple": { - "version": "2.0.32", - "resolved": "https://registry.npmjs.org/@nextui-org/ripple/-/ripple-2.0.32.tgz", - "integrity": "sha512-xOqoHWzpvv5KRh7P8pXt3aZEmI1tyhiTNhrwjJaRME0d5xSA0gNzYhrjP5g0+Dxy4nKRDIZ1znJcd87KI07JFA==", + "version": "2.0.33", + "resolved": "https://registry.npmjs.org/@nextui-org/ripple/-/ripple-2.0.33.tgz", + "integrity": "sha512-Zsa60CXtGCF7weTCFbSfT0OlxlGHdd5b/sSJTYrmMZRHOIUpHW8kT0bxVYF/6X8nCCJYxzBKXUqdE3Y31fhNeQ==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7" + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8" }, "peerDependencies": { "@nextui-org/system": ">=2.0.0", @@ -3384,14 +3387,14 @@ } }, "node_modules/@nextui-org/scroll-shadow": { - "version": "2.1.19", - "resolved": "https://registry.npmjs.org/@nextui-org/scroll-shadow/-/scroll-shadow-2.1.19.tgz", - "integrity": "sha512-od5AnhX6iO0sHoTAVReWv1O1dbNCEeOBOFdnyzFins6ZC5EnAl/oBPR/KLd8glHtgM3Jt8dvIVlBXPEPZKZwaw==", + "version": "2.1.20", + "resolved": "https://registry.npmjs.org/@nextui-org/scroll-shadow/-/scroll-shadow-2.1.20.tgz", + "integrity": "sha512-8ULiUmbZ/Jzr1okI8Yzjzl5M4Ow3pJEm34hT5id0EaMIgklNa3Nnp/Dyp54JwwUbI8Kt3jOAMqkPitGIZyo5Ag==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/use-data-scroll-overflow": "2.1.6" + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/use-data-scroll-overflow": "2.1.7" }, "peerDependencies": { "@nextui-org/system": ">=2.0.0", @@ -3401,21 +3404,21 @@ } }, "node_modules/@nextui-org/select": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/@nextui-org/select/-/select-2.2.5.tgz", - "integrity": "sha512-Il1eigjSXOBgJ745nhn6TDPD1jj1avrnvk9WV/DCjOsFRwfstRnDzsS1aNpZKHqJgHhFRQZ1ivz8hA4x3Zgasg==", + "version": "2.2.7", + "resolved": "https://registry.npmjs.org/@nextui-org/select/-/select-2.2.7.tgz", + "integrity": "sha512-lA2EOjquhiHmLSInHFEarq64ZOQV37+ry1d8kvsqJ7R9dsqw1QEuMzH2Kk8/NqwrYMccHh5iAZ7PaLp90NSSxg==", "license": "MIT", "dependencies": { - "@nextui-org/aria-utils": "2.0.24", - "@nextui-org/listbox": "2.1.25", - "@nextui-org/popover": "2.1.27", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/scroll-shadow": "2.1.19", + "@nextui-org/aria-utils": "2.0.26", + "@nextui-org/listbox": "2.1.27", + "@nextui-org/popover": "2.1.29", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/scroll-shadow": "2.1.20", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/spinner": "2.0.33", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/spinner": "2.0.34", "@nextui-org/use-aria-button": "2.0.10", - "@nextui-org/use-aria-multiselect": "2.2.3", + "@nextui-org/use-aria-multiselect": "2.2.5", "@nextui-org/use-safe-layout-effect": "2.0.6", "@react-aria/focus": "3.17.1", "@react-aria/form": "3.0.5", @@ -3442,19 +3445,19 @@ } }, "node_modules/@nextui-org/shared-utils": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@nextui-org/shared-utils/-/shared-utils-2.0.7.tgz", - "integrity": "sha512-FxY3N0i1Al7Oz3yOQN0dSpG8UUrLIP3iYh3ubD7BhdQoZLl5xbG6++q1gqOzZXV+ZWeUFMY/or0ofzWxGHiOow==", + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/@nextui-org/shared-utils/-/shared-utils-2.0.8.tgz", + "integrity": "sha512-ZEtoMPXS+IjT8GvpJTS9IWDnT1JNCKV+NDqqgysAf1niJmOFLyJgl6dh/9n4ufcGf1GbSEQN+VhJasEw7ajYGQ==", "license": "MIT" }, "node_modules/@nextui-org/skeleton": { - "version": "2.0.31", - "resolved": "https://registry.npmjs.org/@nextui-org/skeleton/-/skeleton-2.0.31.tgz", - "integrity": "sha512-pT0l2skPP6Nq9edLJNQxUJI/WLKu4Lx5Vvs7nlE/9NpkxyQ805l4LiYsMD30dkjjxe+WpXtIjjAXY0BQqdid0Q==", + "version": "2.0.32", + "resolved": "https://registry.npmjs.org/@nextui-org/skeleton/-/skeleton-2.0.32.tgz", + "integrity": "sha512-dS0vuRrc4oWktW3wa/KFhcBNnV0oiDqKXP4BqRj7wgS01fOAqj3cJiqwUDLKO8GbEnxLkbqLBFcUoLgktpRszQ==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7" + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8" }, "peerDependencies": { "@nextui-org/system": ">=2.0.0", @@ -3464,14 +3467,14 @@ } }, "node_modules/@nextui-org/slider": { - "version": "2.2.15", - "resolved": "https://registry.npmjs.org/@nextui-org/slider/-/slider-2.2.15.tgz", - "integrity": "sha512-ImsxvxAJ2wxRL45y4IbVWThZI/vw2Gq/6qUVZFAwyF54dlro08eJZJIOOG7bKfA5Ob63JLfroUijrlZ9kGP5cA==", + "version": "2.2.17", + "resolved": "https://registry.npmjs.org/@nextui-org/slider/-/slider-2.2.17.tgz", + "integrity": "sha512-MgeJv3X+bT7Bw+LK1zba4vToOUzv8lCvDuGe0U5suJy1AKGN6uGDgSAxpIZhCYNWsuNRsopwdvsGtyeIjOEStA==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/tooltip": "2.0.39", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/tooltip": "2.0.41", "@react-aria/focus": "3.17.1", "@react-aria/i18n": "3.11.1", "@react-aria/interactions": "3.21.3", @@ -3488,17 +3491,17 @@ } }, "node_modules/@nextui-org/snippet": { - "version": "2.0.41", - "resolved": "https://registry.npmjs.org/@nextui-org/snippet/-/snippet-2.0.41.tgz", - "integrity": "sha512-ZZopaecAZbKJIdabwGVF3ahL2MM7L0zZII61SO3LDPAwqXOuta9ixMYk1XVCI0V2PVqTkabQgdpt1ZLgmFH+Kw==", + "version": "2.0.43", + "resolved": "https://registry.npmjs.org/@nextui-org/snippet/-/snippet-2.0.43.tgz", + "integrity": "sha512-PLxc9ph9CLj52L26XSv4vBmQcSytCNc3ZBxkOTBEqmLSHCWwGQExrqKPnVZTE1etr6dcULiy5vNIpD8R7taO8A==", "license": "MIT", "dependencies": { - "@nextui-org/button": "2.0.37", - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/button": "2.0.38", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/tooltip": "2.0.39", - "@nextui-org/use-clipboard": "2.0.6", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/tooltip": "2.0.41", + "@nextui-org/use-clipboard": "2.0.7", "@react-aria/focus": "3.17.1", "@react-aria/utils": "3.24.1" }, @@ -3511,14 +3514,14 @@ } }, "node_modules/@nextui-org/spacer": { - "version": "2.0.32", - "resolved": "https://registry.npmjs.org/@nextui-org/spacer/-/spacer-2.0.32.tgz", - "integrity": "sha512-NxqEYTig4OfkLDPlO2/jASB4gV8L9DLpsNZSqzaacIJZwk4BCTsNoBi3CuNt5ZsMoGYujtFP6QU0zH9fZbuzwA==", + "version": "2.0.33", + "resolved": "https://registry.npmjs.org/@nextui-org/spacer/-/spacer-2.0.33.tgz", + "integrity": "sha512-0YDtovMWuAVgBvVXUmplzohObGxMPFhisHXn6v+0nflAE9LiVeiXf121WVOEMrd08S7xvmrAANcMwo4TsYi49g==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/system-rsc": "2.1.5" + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/system-rsc": "2.1.6" }, "peerDependencies": { "@nextui-org/theme": ">=2.1.0", @@ -3527,14 +3530,14 @@ } }, "node_modules/@nextui-org/spinner": { - "version": "2.0.33", - "resolved": "https://registry.npmjs.org/@nextui-org/spinner/-/spinner-2.0.33.tgz", - "integrity": "sha512-c1wW4YEbzdn0t1MJAXhJ2W0PuNxrxtZg2DVqJeqh3180y4iQPYDzEy7oFoU0FpK53LcBPxjfsKHNL6v1pn+60A==", + "version": "2.0.34", + "resolved": "https://registry.npmjs.org/@nextui-org/spinner/-/spinner-2.0.34.tgz", + "integrity": "sha512-YKw/6xSLhsXU1k22OvYKyWhtJCHzW2bRAiieVSVG5xak3gYwknTds5H9s5uur+oAZVK9AkyAObD19QuZND32Jg==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/system-rsc": "2.1.5" + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/system-rsc": "2.1.6" }, "peerDependencies": { "@nextui-org/theme": ">=2.1.0", @@ -3543,13 +3546,13 @@ } }, "node_modules/@nextui-org/switch": { - "version": "2.0.33", - "resolved": "https://registry.npmjs.org/@nextui-org/switch/-/switch-2.0.33.tgz", - "integrity": "sha512-T7w+8+ex7Pey9HVGXkNft4D11mO5J9iPfmemfLbSOYqbSydcOuINuGRQ1QWy7X+lLYhhZBHb9Ykcf4QtR4dqTQ==", + "version": "2.0.34", + "resolved": "https://registry.npmjs.org/@nextui-org/switch/-/switch-2.0.34.tgz", + "integrity": "sha512-SczQiHswo8eR94ecDgcULIsSIPfYVncqfKllcHEGqAs9BDpZun44KK0/R0xhWuPpx5oqB60VeSABN7JtEAxF+Q==", "license": "MIT", "dependencies": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-safe-layout-effect": "2.0.6", "@react-aria/focus": "3.17.1", "@react-aria/interactions": "3.21.3", @@ -3567,14 +3570,14 @@ } }, "node_modules/@nextui-org/system": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/@nextui-org/system/-/system-2.2.5.tgz", - "integrity": "sha512-nrX6768aiyWtpxX3OTFBIVWR+v9nlMsC3KaBinNfek97sNm7gAfTHi7q5kylE3L5yIMpNG+DclAKpuxgDQEmvw==", + "version": "2.2.6", + "resolved": "https://registry.npmjs.org/@nextui-org/system/-/system-2.2.6.tgz", + "integrity": "sha512-tjIkOI0w32g68CGWleuSyIbEz8XBbeoNogR2lu7MWk3QovHCqgr4VVrP1cwMRYnwDPFQP3OpmH+NR9yzt+pIfg==", "license": "MIT", "dependencies": { "@internationalized/date": "^3.5.4", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/system-rsc": "2.1.5", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/system-rsc": "2.1.6", "@react-aria/i18n": "3.11.1", "@react-aria/overlays": "3.22.1", "@react-aria/utils": "3.24.1", @@ -3587,9 +3590,9 @@ } }, "node_modules/@nextui-org/system-rsc": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nextui-org/system-rsc/-/system-rsc-2.1.5.tgz", - "integrity": "sha512-tkJLAyJu34Rr5KUMMqoB7cZjOVXB+7a/7N4ushZfuiLdoYijgmcXFMzLxjm+tbt9zA5AV+ivsfbHvscg77dJ6w==", + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/@nextui-org/system-rsc/-/system-rsc-2.1.6.tgz", + "integrity": "sha512-Wl2QwEFjYwuvw26R1RH3ZY81PD8YmfgtIjFvJZRP2VEIT6rPvlQ4ojgqdrkVkQZQ0L/K+5ZLbTKgLEFkj5ysdQ==", "license": "MIT", "dependencies": { "@react-types/shared": "3.23.1", @@ -3601,16 +3604,16 @@ } }, "node_modules/@nextui-org/table": { - "version": "2.0.39", - "resolved": "https://registry.npmjs.org/@nextui-org/table/-/table-2.0.39.tgz", - "integrity": "sha512-VYvmrQ6GliwmzukKLZ7Nxp3sFXdskWZp8/BjwROLFE9Zco22CC0++7VPG3ebOYAIhi4e1Je+QUTx4/eh2wZZgg==", + "version": "2.0.40", + "resolved": "https://registry.npmjs.org/@nextui-org/table/-/table-2.0.40.tgz", + "integrity": "sha512-qDbSsu6mpWnr1Mt3DYTBzTFtN8Z5Gv7GDqECGcDVradkDVuJFZvkB9Ke392LcVZoXSk99Rpamq4WSWkEewBhWg==", "license": "MIT", "dependencies": { - "@nextui-org/checkbox": "2.1.4", - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/checkbox": "2.1.5", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/spacer": "2.0.32", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/spacer": "2.0.33", "@react-aria/focus": "3.17.1", "@react-aria/interactions": "3.21.3", "@react-aria/table": "3.14.1", @@ -3629,15 +3632,15 @@ } }, "node_modules/@nextui-org/tabs": { - "version": "2.0.35", - "resolved": "https://registry.npmjs.org/@nextui-org/tabs/-/tabs-2.0.35.tgz", - "integrity": "sha512-K6uDZbJwn1qLRw8XeBS2TwGQl9zKXg3Q1ShLzVG2IjTGHGNAn9lwkUzn0FNUNaU1GK2o8wOyKhX7K02J3Ev5fw==", + "version": "2.0.37", + "resolved": "https://registry.npmjs.org/@nextui-org/tabs/-/tabs-2.0.37.tgz", + "integrity": "sha512-IQicuDggxTL+JeW3fRoZR4Rr24EwinxAdfU1jqcvT6gZywumndV27+I00kARz8P03kobYoY9t73NY92qo8T5gg==", "license": "MIT", "dependencies": { - "@nextui-org/aria-utils": "2.0.24", - "@nextui-org/framer-utils": "2.0.24", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/aria-utils": "2.0.26", + "@nextui-org/framer-utils": "2.0.25", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-is-mounted": "2.0.6", "@nextui-org/use-update-effect": "2.0.6", "@react-aria/focus": "3.17.1", @@ -3658,9 +3661,9 @@ } }, "node_modules/@nextui-org/theme": { - "version": "2.2.9", - "resolved": "https://registry.npmjs.org/@nextui-org/theme/-/theme-2.2.9.tgz", - "integrity": "sha512-TN2I9sMriLaj00pXsIMlg19+UHeOdjzS2JV0u4gjL14mSbQl5BYNxgbvU3gbMqkZZQ6OpwT4RnT8RS+ks6TXCw==", + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/@nextui-org/theme/-/theme-2.2.11.tgz", + "integrity": "sha512-bg9+KNnFxcP3w/ugivEJtvQibODbTxfl6UdVvx7TCY8Rd269U7F2+nhnw1Qd1xJT5yZQnX6m//9wOoGtJV+6Kg==", "license": "MIT", "dependencies": { "clsx": "^1.2.1", @@ -3681,15 +3684,15 @@ } }, "node_modules/@nextui-org/tooltip": { - "version": "2.0.39", - "resolved": "https://registry.npmjs.org/@nextui-org/tooltip/-/tooltip-2.0.39.tgz", - "integrity": "sha512-DWP3XAmVb/SlcdI4SQodtT8ZyMzYMuvRbq4+JQwm+qq1+FGs55z15+8h9DRFQEseEEaDs0hCs6+kgbieZlUitw==", + "version": "2.0.41", + "resolved": "https://registry.npmjs.org/@nextui-org/tooltip/-/tooltip-2.0.41.tgz", + "integrity": "sha512-1c+vkCCszKcKl15HywlZ7UOL7c1UFgLudqBB/dEdWZiclT01BRiracMbcQ7McKHQCRl77Aa7LFv5x4wHOicWHQ==", "license": "MIT", "dependencies": { - "@nextui-org/aria-utils": "2.0.24", - "@nextui-org/framer-utils": "2.0.24", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/aria-utils": "2.0.26", + "@nextui-org/framer-utils": "2.0.25", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-safe-layout-effect": "2.0.6", "@react-aria/interactions": "3.21.3", "@react-aria/overlays": "3.22.1", @@ -3758,9 +3761,9 @@ } }, "node_modules/@nextui-org/use-aria-menu": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@nextui-org/use-aria-menu/-/use-aria-menu-2.0.6.tgz", - "integrity": "sha512-fGDF25E99THbgeDV2r2w4BHw5ZbGW3Lu6Y+vbLUcLBBh6x8/W8cqrpYFrzSUzn1RCun1t17yOAHZEV2rbvtMzA==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@nextui-org/use-aria-menu/-/use-aria-menu-2.0.7.tgz", + "integrity": "sha512-5U91zFiWTLXsOhE0W3CThsD5TmL3ANeTEtoimtPgSLWV9keZBD9Ja62WsnPZPPAWhmv7jtL0/qk4d/YOra7PVA==", "license": "MIT", "dependencies": { "@react-aria/i18n": "3.11.1", @@ -3779,9 +3782,9 @@ } }, "node_modules/@nextui-org/use-aria-modal-overlay": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/@nextui-org/use-aria-modal-overlay/-/use-aria-modal-overlay-2.0.11.tgz", - "integrity": "sha512-crMOCHyGIiBJiihxqidJCNR3AHH62uewfImDLEwyE/SlIkhAqW5jteUhkq0QfCSH4U/ydWisQ14niWDEgtzxXg==", + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/@nextui-org/use-aria-modal-overlay/-/use-aria-modal-overlay-2.0.13.tgz", + "integrity": "sha512-ifQxJwTX72lhVUofEVQqMbpe9vEUiCIqiimzlUjeVuE0cYOXaoJLEgPozHpYQrdjTNiwD5On0LLMRgz19XyAqw==", "license": "MIT", "dependencies": { "@react-aria/overlays": "3.22.1", @@ -3795,9 +3798,9 @@ } }, "node_modules/@nextui-org/use-aria-multiselect": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/@nextui-org/use-aria-multiselect/-/use-aria-multiselect-2.2.3.tgz", - "integrity": "sha512-VeRoyyUUVgJ7DrdfzU6onjohHxJfG7bmwpIfQyurMzvTZcmcVUGTnddAnRPVEoOro68tTAj4IuPs/4xkf1aXxg==", + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/@nextui-org/use-aria-multiselect/-/use-aria-multiselect-2.2.5.tgz", + "integrity": "sha512-Gxo2M0LdnFL4/WCi192ziFB8JmSZm6yZYT8RB021Z3iAPBu/Pp9GnWEPZu5g15mKnn3jW5Ecnfw03jTEAQBR+Q==", "license": "MIT", "dependencies": { "@react-aria/i18n": "3.11.1", @@ -3849,21 +3852,21 @@ } }, "node_modules/@nextui-org/use-clipboard": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@nextui-org/use-clipboard/-/use-clipboard-2.0.6.tgz", - "integrity": "sha512-UQbCoAX1vqEKYeMF8Xp2RdTqbDD8Or16+7W4f8OQc5+uaJeKaAL6LPITi5M5ipgruTvzM845XooHdiAStH322Q==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@nextui-org/use-clipboard/-/use-clipboard-2.0.7.tgz", + "integrity": "sha512-Bn1fF/goMwOA5DQyw3A4ebfgozwR8U5k5TAZMPiy1RBWgTFw7+lB0GNbH+DOnUGY5Vyztyaw6gtUyc3tVzJxeg==", "license": "MIT", "peerDependencies": { "react": ">=18" } }, "node_modules/@nextui-org/use-data-scroll-overflow": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@nextui-org/use-data-scroll-overflow/-/use-data-scroll-overflow-2.1.6.tgz", - "integrity": "sha512-z9XzBF64qjTSp6jTttMDEPku7Xpgci/tYTokEQHWgydRg3FZEaBqRgOOMeiXAV1Py/kQB062MjPSneUtwYlozA==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@nextui-org/use-data-scroll-overflow/-/use-data-scroll-overflow-2.1.7.tgz", + "integrity": "sha512-MP4YLjBWyIt0KyWPndXyhnkKgOLqTZ2aPY82Czjqn+eZk/l8BNo0nfA+dZFfbfEuPJgqdt/JDkMOrS+uq0+vkQ==", "license": "MIT", "dependencies": { - "@nextui-org/shared-utils": "2.0.7" + "@nextui-org/shared-utils": "2.0.8" }, "peerDependencies": { "react": ">=18" @@ -3926,12 +3929,12 @@ } }, "node_modules/@nextui-org/use-pagination": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@nextui-org/use-pagination/-/use-pagination-2.0.9.tgz", - "integrity": "sha512-p5Gssyb71/SjRezq2o1aRsYTmC9idziW3pLCJFpVwLGfgWNARf9C6NS1oQsqKgjF5lvzoa88soZRDhKKvRAt/g==", + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@nextui-org/use-pagination/-/use-pagination-2.0.10.tgz", + "integrity": "sha512-PD6M8QKngUnTJfyoGiZrnrfUtA1A9ZVUjmbONO/1kxPuUegv0ZOQeFECPP2h7SFPxsyOceL1T97rg/2YPS247g==", "license": "MIT", "dependencies": { - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/shared-utils": "2.0.8", "@react-aria/i18n": "3.11.1" }, "peerDependencies": { @@ -3948,9 +3951,9 @@ } }, "node_modules/@nextui-org/use-scroll-position": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@nextui-org/use-scroll-position/-/use-scroll-position-2.0.8.tgz", - "integrity": "sha512-sUuoLEPWxCNlgzayy3VZSneVA1rKSdh4kBuBbYJTp/g2yyrpZYnyYzWpeNJ4dhDQr1cpTDODehJekWPBhNN+uw==", + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@nextui-org/use-scroll-position/-/use-scroll-position-2.0.9.tgz", + "integrity": "sha512-tXbpb2bkKIjOp2I1uZ1T4T9Lxp0+Ta/TKu+5qvqsXkHRPbcoukdsquagYUDWK/fcumg72UPR8QP+na8KMn2gCg==", "license": "MIT", "peerDependencies": { "react": ">=18" @@ -3966,14 +3969,14 @@ } }, "node_modules/@nextui-org/user": { - "version": "2.0.33", - "resolved": "https://registry.npmjs.org/@nextui-org/user/-/user-2.0.33.tgz", - "integrity": "sha512-v6gGTlsaqM7Ndwtx9N/AAQFRICcIE5DuFxRZRqPfLa+jbZhJuWG2OSIATPeUOxgr8pKWpeV78nETdFKEKcsUPA==", + "version": "2.0.34", + "resolved": "https://registry.npmjs.org/@nextui-org/user/-/user-2.0.34.tgz", + "integrity": "sha512-7MN/xBaMhDJ0b+hB2YpGIm2DsC9CTpN1ab+EKwhUuWn26SgXw2FNu8CSHViyDEkvOP7sYKdHLp9UtSo/f3JnsQ==", "license": "MIT", "dependencies": { - "@nextui-org/avatar": "2.0.32", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/avatar": "2.0.33", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@react-aria/focus": "3.17.1", "@react-aria/utils": "3.24.1" }, @@ -16665,16 +16668,16 @@ } }, "@nextui-org/accordion": { - "version": "2.0.38", - "resolved": "https://registry.npmjs.org/@nextui-org/accordion/-/accordion-2.0.38.tgz", - "integrity": "sha512-kFCZU1VaKkUI295Fg3NxuQR2+kZ5vTH4ftIs0oByrOs0+l14dVQGFOd9ZV402fHNykZJt7Sk6oWjTp4Qwl83JA==", + "version": "2.0.40", + "resolved": "https://registry.npmjs.org/@nextui-org/accordion/-/accordion-2.0.40.tgz", + "integrity": "sha512-aJmhflLOXOFTjbBWlWto30hYzimw+sw1EZwSRG9CdxbjRact2dRfCLsZQmHkJW2ifVx51g/qLNE2NSFAi2L8dA==", "requires": { - "@nextui-org/aria-utils": "2.0.24", - "@nextui-org/divider": "2.0.31", - "@nextui-org/framer-utils": "2.0.24", - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/aria-utils": "2.0.26", + "@nextui-org/divider": "2.0.32", + "@nextui-org/framer-utils": "2.0.25", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-aria-accordion": "2.0.7", "@react-aria/button": "3.9.5", "@react-aria/focus": "3.17.1", @@ -16686,13 +16689,13 @@ } }, "@nextui-org/aria-utils": { - "version": "2.0.24", - "resolved": "https://registry.npmjs.org/@nextui-org/aria-utils/-/aria-utils-2.0.24.tgz", - "integrity": "sha512-YD+YvT01zFqN1Ey137OeFl9SEhAYf2BoZz+ykWiIJlMjl/LY1d5WE0nkzsjMHh6MV3HgS6CExxlf7TuApN6Piw==", + "version": "2.0.26", + "resolved": "https://registry.npmjs.org/@nextui-org/aria-utils/-/aria-utils-2.0.26.tgz", + "integrity": "sha512-e81HxkNI3/HCPPJT9OVK0g0ivTkuqeeQ043WlAxvgf+upFTEvNN5vmsSKBfWGgfZpsVHgNyHIzwbHjy9zKePLQ==", "requires": { - "@nextui-org/react-rsc-utils": "2.0.13", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/system": "2.2.5", + "@nextui-org/react-rsc-utils": "2.0.14", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/system": "2.2.6", "@react-aria/utils": "3.24.1", "@react-stately/collections": "3.10.7", "@react-stately/overlays": "3.6.7", @@ -16701,20 +16704,20 @@ } }, "@nextui-org/autocomplete": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nextui-org/autocomplete/-/autocomplete-2.1.5.tgz", - "integrity": "sha512-VcSe3B/CmIvfZnAJHHYKp3r83QrqI0T8v9jjrpQ0PN8qKOc7LmQUsvnAkBRuHCLlaC1xPwZtyJp0TJyRF8tM3w==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@nextui-org/autocomplete/-/autocomplete-2.1.7.tgz", + "integrity": "sha512-T3dF5akCXvJ21OxwPxAQmTjHoiB/GMUa2ppcJ9PStfCCPiI2vjwb4CO4q/duj/nXJIpQf/UfPhpSonnJ444o6g==", "requires": { - "@nextui-org/aria-utils": "2.0.24", - "@nextui-org/button": "2.0.37", - "@nextui-org/input": "2.2.4", - "@nextui-org/listbox": "2.1.25", - "@nextui-org/popover": "2.1.27", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/scroll-shadow": "2.1.19", + "@nextui-org/aria-utils": "2.0.26", + "@nextui-org/button": "2.0.38", + "@nextui-org/input": "2.2.5", + "@nextui-org/listbox": "2.1.27", + "@nextui-org/popover": "2.1.29", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/scroll-shadow": "2.1.20", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/spinner": "2.0.33", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/spinner": "2.0.34", "@nextui-org/use-aria-button": "2.0.10", "@nextui-org/use-safe-layout-effect": "2.0.6", "@react-aria/combobox": "3.9.1", @@ -16729,12 +16732,12 @@ } }, "@nextui-org/avatar": { - "version": "2.0.32", - "resolved": "https://registry.npmjs.org/@nextui-org/avatar/-/avatar-2.0.32.tgz", - "integrity": "sha512-2dCpIKuGvbOVLJ6m2AkNhPqqamIin3FDqDLop2ILNhyAxgxPYitqE3JqsUA/hlZCzu79sZudruuubzHWzHqf0Q==", + "version": "2.0.33", + "resolved": "https://registry.npmjs.org/@nextui-org/avatar/-/avatar-2.0.33.tgz", + "integrity": "sha512-SPnIKM+34T/a+KCRCBiG8VwMBzu2/bap7IPHhmICtQ6KmG8Dzmazj3tGZsVt7HjhMRVY7e1vzev4IMaHqkIdRg==", "requires": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-image": "2.0.6", "@react-aria/focus": "3.17.1", "@react-aria/interactions": "3.21.3", @@ -16742,22 +16745,22 @@ } }, "@nextui-org/badge": { - "version": "2.0.31", - "resolved": "https://registry.npmjs.org/@nextui-org/badge/-/badge-2.0.31.tgz", - "integrity": "sha512-ayOw9j6Fa/RxZjk+2AhhBzXFm2Xv2RNYMrXAqGaJ+cbhofsqu8QnP0/4W+CiVXx8C0jpPmNAgSklRXgbKHs10Q==", + "version": "2.0.32", + "resolved": "https://registry.npmjs.org/@nextui-org/badge/-/badge-2.0.32.tgz", + "integrity": "sha512-vlV/SY0e7/AmpVP7hB57XoSOo95Fr3kRWcLfMx8yL8VDR2UWMFaMlrT7JTghdgTGFSO7L1Ov1BFwDRRKVe3eyg==", "requires": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7" + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8" } }, "@nextui-org/breadcrumbs": { - "version": "2.0.12", - "resolved": "https://registry.npmjs.org/@nextui-org/breadcrumbs/-/breadcrumbs-2.0.12.tgz", - "integrity": "sha512-PCZI7xqu1UrjJcCkd6HwGJ+h2L5k6LMBQRVbD8/7jMKkJxpoQXC7h5uCtEeLG2CafVih4cUCBTuzUnsubtKLnQ==", + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/@nextui-org/breadcrumbs/-/breadcrumbs-2.0.13.tgz", + "integrity": "sha512-tdet47IBOwUaJL0PmxTuGH+ZI2nucyNwG3mX1OokfIXmq5HuMCGKaVFXaNP8mWb4Pii2bvtRqaqTfxmUb3kjGw==", "requires": { - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/shared-utils": "2.0.8", "@react-aria/breadcrumbs": "3.5.13", "@react-aria/focus": "3.17.1", "@react-aria/utils": "3.24.1", @@ -16766,14 +16769,14 @@ } }, "@nextui-org/button": { - "version": "2.0.37", - "resolved": "https://registry.npmjs.org/@nextui-org/button/-/button-2.0.37.tgz", - "integrity": "sha512-dBtdO30qfu+K4YYLNmmpUy16Q82H1ucY8A4NjP4iEAJ1sPunoAYvba7h9xabrpUKW9IOyItOThSesxsfpaXYug==", + "version": "2.0.38", + "resolved": "https://registry.npmjs.org/@nextui-org/button/-/button-2.0.38.tgz", + "integrity": "sha512-XbgyqBv+X7QirXeriGwkqkMOENpAxXRo+jzfMyBMvfsM3kwrFj92OSF1F7/dWDvcW7imVZB9o2Ci7LIppq9ZZQ==", "requires": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/ripple": "2.0.32", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/spinner": "2.0.33", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/ripple": "2.0.33", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/spinner": "2.0.34", "@nextui-org/use-aria-button": "2.0.10", "@react-aria/button": "3.9.5", "@react-aria/focus": "3.17.1", @@ -16784,16 +16787,16 @@ } }, "@nextui-org/calendar": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/@nextui-org/calendar/-/calendar-2.0.11.tgz", - "integrity": "sha512-pgCEekJHSr5QKxpJaABIFS2ItqgK8qZ7pKrCOJjmRHBh4Y9WGfndrIW6z3IkHZiO01CKJbpjb9ytTjufsU6kIA==", + "version": "2.0.12", + "resolved": "https://registry.npmjs.org/@nextui-org/calendar/-/calendar-2.0.12.tgz", + "integrity": "sha512-FnEnOQnsuyN+F+hy4LEJBvZZcfXMpDGgLkTdnDdoZObXQWwd0PWPjU8GzY+ukhhR5eiU7QIj2AADVRCvuAkiLA==", "requires": { "@internationalized/date": "^3.5.4", - "@nextui-org/button": "2.0.37", - "@nextui-org/framer-utils": "2.0.24", - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/button": "2.0.38", + "@nextui-org/framer-utils": "2.0.25", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-aria-button": "2.0.10", "@react-aria/calendar": "3.5.8", "@react-aria/focus": "3.17.1", @@ -16812,13 +16815,13 @@ } }, "@nextui-org/card": { - "version": "2.0.33", - "resolved": "https://registry.npmjs.org/@nextui-org/card/-/card-2.0.33.tgz", - "integrity": "sha512-iO/ThbUz75YlcFrWO9EssMhOxbc9LN0SSk181+2QnPDbKls9wbkUEfGjq/d9k3h6jb9FaR5N5XwVpT4aUt2Usw==", + "version": "2.0.34", + "resolved": "https://registry.npmjs.org/@nextui-org/card/-/card-2.0.34.tgz", + "integrity": "sha512-2RYNPsQkM0FOifGCKmRBR3AuYgYCNmPV7dyA5M3D9Lf0APsHHtsXRA/GeIJ/AuPnglZrYBX8wpM5kLt3dnlQjQ==", "requires": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/ripple": "2.0.32", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/ripple": "2.0.33", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-aria-button": "2.0.10", "@react-aria/button": "3.9.5", "@react-aria/focus": "3.17.1", @@ -16828,12 +16831,12 @@ } }, "@nextui-org/checkbox": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@nextui-org/checkbox/-/checkbox-2.1.4.tgz", - "integrity": "sha512-74AD4imL064mvs4trQKQj/efwIZYaBt0TmXO6jV+6xGE6S9YjCAy+OBotrgRBG9fURQVQU1qJGnwwsOIdxCXkA==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nextui-org/checkbox/-/checkbox-2.1.5.tgz", + "integrity": "sha512-PSCWmxEzFPfeIJfoGAtbQS5T7JvBRblUMz5NdCMArA8MLvWW8EKL41cMPsqWjaUanjD0fAI8Q9HuDfBZnkcPbw==", "requires": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-callback-ref": "2.0.6", "@nextui-org/use-safe-layout-effect": "2.0.6", "@react-aria/checkbox": "3.14.3", @@ -16848,13 +16851,13 @@ } }, "@nextui-org/chip": { - "version": "2.0.32", - "resolved": "https://registry.npmjs.org/@nextui-org/chip/-/chip-2.0.32.tgz", - "integrity": "sha512-fGqXamG7xs+DvKPra+rJEkIAjaQwPi8FSvsJ4P4LWzQ3U+HjymEI07BW8xQmaLceHInbTLTfdbTjAYdGNzAdOQ==", + "version": "2.0.33", + "resolved": "https://registry.npmjs.org/@nextui-org/chip/-/chip-2.0.33.tgz", + "integrity": "sha512-6cQkMTV/34iPprjnfK6xlwkv5lnZjMsbYBN3ZqHHrQfV2zQg19ewFcuIw9XlRYA3pGYPpoycdOmSdQ6qXc66lQ==", "requires": { - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/shared-utils": "2.0.8", "@react-aria/focus": "3.17.1", "@react-aria/interactions": "3.21.3", "@react-aria/utils": "3.24.1", @@ -16862,23 +16865,23 @@ } }, "@nextui-org/code": { - "version": "2.0.32", - "resolved": "https://registry.npmjs.org/@nextui-org/code/-/code-2.0.32.tgz", - "integrity": "sha512-YBLCWDgR+ebWIr+noN02/ls+PsQV9leLskgPLFUfpRzHoXdGeUUhE8IjTv14KFP3XlW3Cf9ALFy3IgPuIZ+yuQ==", + "version": "2.0.33", + "resolved": "https://registry.npmjs.org/@nextui-org/code/-/code-2.0.33.tgz", + "integrity": "sha512-G2254ov2rsPxFEoJ0UHVHe+rSmNYwoHZc7STAtiTsJ2HfebZPQbNnfuCifMIpa+kgvHrMBGb85eGk0gy1R+ArA==", "requires": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/system-rsc": "2.1.5" + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/system-rsc": "2.1.6" } }, "@nextui-org/date-input": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@nextui-org/date-input/-/date-input-2.1.3.tgz", - "integrity": "sha512-Y6d+AVPnM7uYy7boSHrk+cW/pft1fKbpXh/ed5omTgFx6rKRZ/agQmP5erMcmNzpv3Bis4wCc89WNnBtCjEZMw==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@nextui-org/date-input/-/date-input-2.1.4.tgz", + "integrity": "sha512-U8Pbe7EhMp9VTfFxB/32+A9N9cJJWswebIz1qpaPy0Hmr92AHS3c1qVTcspkop6wbIM8AnHWEST0QkR95IXPDA==", "requires": { "@internationalized/date": "^3.5.4", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@react-aria/datepicker": "3.10.1", "@react-aria/i18n": "3.11.1", "@react-aria/utils": "3.24.1", @@ -16888,19 +16891,19 @@ } }, "@nextui-org/date-picker": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@nextui-org/date-picker/-/date-picker-2.1.6.tgz", - "integrity": "sha512-PycYKAm1tmew64aQWQtZfTbV73S4GPGYJnK6hr9W0iXUCOQQH5UbzLwdWGXnVXvtrJzczFQllaXaQccwWCeTzg==", + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/@nextui-org/date-picker/-/date-picker-2.1.8.tgz", + "integrity": "sha512-pokAFcrf6AdM53QHf1EzvqVhj8imQRZHWitK9eZPtIdGzJzx28dW0ir7ID0lQFMiNNIQTesSpBLzedTawbcJrg==", "requires": { "@internationalized/date": "^3.5.4", - "@nextui-org/aria-utils": "2.0.24", - "@nextui-org/button": "2.0.37", - "@nextui-org/calendar": "2.0.11", - "@nextui-org/date-input": "2.1.3", - "@nextui-org/popover": "2.1.27", - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/aria-utils": "2.0.26", + "@nextui-org/button": "2.0.38", + "@nextui-org/calendar": "2.0.12", + "@nextui-org/date-input": "2.1.4", + "@nextui-org/popover": "2.1.29", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/shared-utils": "2.0.8", "@react-aria/datepicker": "3.10.1", "@react-aria/i18n": "3.11.1", "@react-aria/utils": "3.24.1", @@ -16912,26 +16915,26 @@ } }, "@nextui-org/divider": { - "version": "2.0.31", - "resolved": "https://registry.npmjs.org/@nextui-org/divider/-/divider-2.0.31.tgz", - "integrity": "sha512-z9GhrpmhXhJGuW0GSO1OP01mwDTSItuIRIz0VGpKOPVTqOzOMHkXN978wgNXqJ+knWZcaiF7WHvd83O05jmbkg==", + "version": "2.0.32", + "resolved": "https://registry.npmjs.org/@nextui-org/divider/-/divider-2.0.32.tgz", + "integrity": "sha512-2B2j3VmvVDFnMc9Uw7UWMkByA+osgnRmVwMZNZjl9g3oCycz3UDXotNJXjgsLocT8tGO8UwMcrdgo7QBZl52uw==", "requires": { - "@nextui-org/react-rsc-utils": "2.0.13", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/system-rsc": "2.1.5", + "@nextui-org/react-rsc-utils": "2.0.14", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/system-rsc": "2.1.6", "@react-types/shared": "3.23.1" } }, "@nextui-org/dropdown": { - "version": "2.1.29", - "resolved": "https://registry.npmjs.org/@nextui-org/dropdown/-/dropdown-2.1.29.tgz", - "integrity": "sha512-ujHJVHzOcfwqNqlkt14t8YV3AAn03sME7gBxujQcwtDFGYMJeP9pvTU24L/FjBEb3Fd1XdhjwowU/sTuVTK4Yg==", + "version": "2.1.31", + "resolved": "https://registry.npmjs.org/@nextui-org/dropdown/-/dropdown-2.1.31.tgz", + "integrity": "sha512-tP6c5MAhWK4hJ6U02oX6APUpjjrn97Zn7t+56Xx4YyQOSj0CJx18VF0JsU+MrjFZxPX3UBKU3B2zGBHOEGE4Kw==", "requires": { - "@nextui-org/aria-utils": "2.0.24", - "@nextui-org/menu": "2.0.28", - "@nextui-org/popover": "2.1.27", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/aria-utils": "2.0.26", + "@nextui-org/menu": "2.0.30", + "@nextui-org/popover": "2.1.29", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@react-aria/focus": "3.17.1", "@react-aria/menu": "3.14.1", "@react-aria/utils": "3.24.1", @@ -16940,33 +16943,33 @@ } }, "@nextui-org/framer-utils": { - "version": "2.0.24", - "resolved": "https://registry.npmjs.org/@nextui-org/framer-utils/-/framer-utils-2.0.24.tgz", - "integrity": "sha512-Fc5ugVaLsXhd3bgJg+hvw20uaaz9gAxYY2ouS/3leN7QBSRAwpy3Dl+tX8BbLeyx3ZosVrHIJ3w4bhDMzFVk9Q==", + "version": "2.0.25", + "resolved": "https://registry.npmjs.org/@nextui-org/framer-utils/-/framer-utils-2.0.25.tgz", + "integrity": "sha512-bhQKDg4c5Da4II4UYLKyvYagusTd62eVwPqpfUP+GHZKKZcmRaS6MQZTh4xJYbpyh298S4jRSH/AUAiN/OK3TQ==", "requires": { - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/system": "2.2.5", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/system": "2.2.6", "@nextui-org/use-measure": "2.0.2" } }, "@nextui-org/image": { - "version": "2.0.31", - "resolved": "https://registry.npmjs.org/@nextui-org/image/-/image-2.0.31.tgz", - "integrity": "sha512-HxWaGUBtNaT9pLGvDo5Q2ruGxdhXYrdNcLvRhtoohiZeIKo1Y8jTbBUCVGxdxklTZAF3H7klrTcsdSwHTGfk0g==", + "version": "2.0.32", + "resolved": "https://registry.npmjs.org/@nextui-org/image/-/image-2.0.32.tgz", + "integrity": "sha512-JpE0O8qAeJpQA61ZnXNLH76to+dbx93PR5tTOxSvmTxtnuqVg4wl5ar/SBY3czibJPr0sj33k8Mv2EfULjoH7Q==", "requires": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-image": "2.0.6" } }, "@nextui-org/input": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/@nextui-org/input/-/input-2.2.4.tgz", - "integrity": "sha512-CVeTwwUJn9pEJC+kq3Jg0nAFeYVGBbIU7U2YFSG8XJK2X75odj8RSQdVd3Dt2U/b5Mtwt5sBh9gMzCedtjffWg==", + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/@nextui-org/input/-/input-2.2.5.tgz", + "integrity": "sha512-xLgyKcnb+RatRZ62AbCFfTpS3exd2bPSSR75UFKylHHhgX+nvVOkX0dQgmr9e0V8IEECeRvbltw2s/laNFPTtg==", "requires": { - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-safe-layout-effect": "2.0.6", "@react-aria/focus": "3.17.1", "@react-aria/interactions": "3.21.3", @@ -16979,24 +16982,24 @@ } }, "@nextui-org/kbd": { - "version": "2.0.33", - "resolved": "https://registry.npmjs.org/@nextui-org/kbd/-/kbd-2.0.33.tgz", - "integrity": "sha512-1Q7vKKJjfn5RPMsySQEljo2clf03Ta4V4ZA4O92ktJ8YzbdNnDfUiWtfFxF64R183ZVfe869RBSpuOdzZLNuKQ==", + "version": "2.0.34", + "resolved": "https://registry.npmjs.org/@nextui-org/kbd/-/kbd-2.0.34.tgz", + "integrity": "sha512-sO6RJPgEFccFV8gmfYMTVeQ4f9PBYh09OieRpsZhN4HqdfWwEaeT6LrmdBko3XnJ0T6Me3tBrYULgKWcDcNogw==", "requires": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/system-rsc": "2.1.5", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/system-rsc": "2.1.6", "@react-aria/utils": "3.24.1" } }, "@nextui-org/link": { - "version": "2.0.34", - "resolved": "https://registry.npmjs.org/@nextui-org/link/-/link-2.0.34.tgz", - "integrity": "sha512-497AvjzckEB/TE1eJEziS2QkxwCY81RPsWoApNSeHGdYrMO1tfgUFKATgadfBQjoba6FdCcLc2QaUapOetqFaA==", + "version": "2.0.35", + "resolved": "https://registry.npmjs.org/@nextui-org/link/-/link-2.0.35.tgz", + "integrity": "sha512-0XVUsSsysu+WMssokTlLHiMnjr1N6D2Uh3bIBcdFwSqmTLyq+Llgexlm6Fuv1wADRwsR8/DGFp3Pr826cv2Svg==", "requires": { - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-aria-link": "2.0.19", "@react-aria/focus": "3.17.1", "@react-aria/link": "3.7.1", @@ -17005,14 +17008,14 @@ } }, "@nextui-org/listbox": { - "version": "2.1.25", - "resolved": "https://registry.npmjs.org/@nextui-org/listbox/-/listbox-2.1.25.tgz", - "integrity": "sha512-WJqxhzPxADLIsenREaaoQ44bs3gQx5yqOvK86Jkiv/m9nXr0YuxZOJEsVa5GenkmyJBrEd6LkBV5cZ1TGNzbJw==", + "version": "2.1.27", + "resolved": "https://registry.npmjs.org/@nextui-org/listbox/-/listbox-2.1.27.tgz", + "integrity": "sha512-B9HW/k0awfXsYaNyjaqv/GvEioVzrsCsOdSxVQZgQ3wQ6jNXmGRe1/X6IKg0fIa+P0v379kSgAqrZcwfRpKnWw==", "requires": { - "@nextui-org/aria-utils": "2.0.24", - "@nextui-org/divider": "2.0.31", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/aria-utils": "2.0.26", + "@nextui-org/divider": "2.0.32", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-is-mobile": "2.0.9", "@react-aria/focus": "3.17.1", "@react-aria/interactions": "3.21.3", @@ -17024,15 +17027,15 @@ } }, "@nextui-org/menu": { - "version": "2.0.28", - "resolved": "https://registry.npmjs.org/@nextui-org/menu/-/menu-2.0.28.tgz", - "integrity": "sha512-/bcIeBCGpauDkdz6VZvl1YXP5xpSSSYVTvhsChkcvzWzDXLG004uVAsw4kjP2i9OGxoehrjkl9wkIzCFCEdsHw==", + "version": "2.0.30", + "resolved": "https://registry.npmjs.org/@nextui-org/menu/-/menu-2.0.30.tgz", + "integrity": "sha512-hZRr/EQ5JxB6yQFmUhDSv9pyLTJmaB4SFC/t5A17UljRhMexlvTU6QpalYIkbY0R/bUXvOkTJNzsRgI5OOQ/aA==", "requires": { - "@nextui-org/aria-utils": "2.0.24", - "@nextui-org/divider": "2.0.31", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/use-aria-menu": "2.0.6", + "@nextui-org/aria-utils": "2.0.26", + "@nextui-org/divider": "2.0.32", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/use-aria-menu": "2.0.7", "@nextui-org/use-is-mobile": "2.0.9", "@react-aria/focus": "3.17.1", "@react-aria/interactions": "3.21.3", @@ -17045,16 +17048,16 @@ } }, "@nextui-org/modal": { - "version": "2.0.39", - "resolved": "https://registry.npmjs.org/@nextui-org/modal/-/modal-2.0.39.tgz", - "integrity": "sha512-b0G5IRNrfQumx8mQQO92rn2iC2ueUuk4XKvxYYmYNpx3/qpdEP9tckozw+s0QFyZocRPY+yYa0pBtMBGC2lWGQ==", + "version": "2.0.41", + "resolved": "https://registry.npmjs.org/@nextui-org/modal/-/modal-2.0.41.tgz", + "integrity": "sha512-Sirn319xAf7E4cZqvQ0o0Vd3Xqy0FRSuhOTwp8dALMGTMY61c2nIyurgVCNP6hh8dMvMT7zQEPP9/LE0boFCEQ==", "requires": { - "@nextui-org/framer-utils": "2.0.24", - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/framer-utils": "2.0.25", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-aria-button": "2.0.10", - "@nextui-org/use-aria-modal-overlay": "2.0.11", + "@nextui-org/use-aria-modal-overlay": "2.0.13", "@nextui-org/use-disclosure": "2.0.10", "@react-aria/dialog": "3.5.14", "@react-aria/focus": "3.17.1", @@ -17066,15 +17069,15 @@ } }, "@nextui-org/navbar": { - "version": "2.0.36", - "resolved": "https://registry.npmjs.org/@nextui-org/navbar/-/navbar-2.0.36.tgz", - "integrity": "sha512-uobdPsh4TSPm2Us74/Vey43z0/oRqWb6x4+eHIJf9VhYP9pY733N2n17v2mvU7SvcNhkold/PWfXPYiA8kMlug==", + "version": "2.0.37", + "resolved": "https://registry.npmjs.org/@nextui-org/navbar/-/navbar-2.0.37.tgz", + "integrity": "sha512-HuHXMU+V367LlvSGjqRPBNKmOERLvc4XWceva+KmiT99BLqHmMECkQVTR6ogO36eJUU96aR8JSfAiHLjvw5msw==", "requires": { - "@nextui-org/framer-utils": "2.0.24", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/framer-utils": "2.0.25", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-aria-toggle-button": "2.0.10", - "@nextui-org/use-scroll-position": "2.0.8", + "@nextui-org/use-scroll-position": "2.0.9", "@react-aria/focus": "3.17.1", "@react-aria/interactions": "3.21.3", "@react-aria/overlays": "3.22.1", @@ -17085,14 +17088,14 @@ } }, "@nextui-org/pagination": { - "version": "2.0.35", - "resolved": "https://registry.npmjs.org/@nextui-org/pagination/-/pagination-2.0.35.tgz", - "integrity": "sha512-07KJgZcJBt2e9RY6TsiQm5qrjDLH+gT3yB7yQ4jPdCK9fkTB0r2kvTOYdPUvrtVJYRq2bwFCWOz+9mokdNfcwg==", + "version": "2.0.36", + "resolved": "https://registry.npmjs.org/@nextui-org/pagination/-/pagination-2.0.36.tgz", + "integrity": "sha512-VKs2vMj8dybNzb/WkAMmvFBsxdgBvpVihIA4eXSo2ve7fpcLjIF1iPLHuDgpSyv3h3dy009sQTVo3lVTVT1a6w==", "requires": { - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/use-pagination": "2.0.9", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/use-pagination": "2.0.10", "@react-aria/focus": "3.17.1", "@react-aria/i18n": "3.11.1", "@react-aria/interactions": "3.21.3", @@ -17101,15 +17104,15 @@ } }, "@nextui-org/popover": { - "version": "2.1.27", - "resolved": "https://registry.npmjs.org/@nextui-org/popover/-/popover-2.1.27.tgz", - "integrity": "sha512-UV42nqvUR9IOy7Hgc5S2Xo+2YWzBAHCcU+C/9O9SchXL0DyU/ol+IPqxuBxdJDi5fiFYr9mTBoPZgAEGDoJjDg==", + "version": "2.1.29", + "resolved": "https://registry.npmjs.org/@nextui-org/popover/-/popover-2.1.29.tgz", + "integrity": "sha512-qGjMnAQVHQNfG571h9Tah2MXPs5mhxcTIj4TuBgwPzQTWXjjeffaHV3FlHdg5PxjTpNZOdDfrg0eRhDqIjKocQ==", "requires": { - "@nextui-org/aria-utils": "2.0.24", - "@nextui-org/button": "2.0.37", - "@nextui-org/framer-utils": "2.0.24", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/aria-utils": "2.0.26", + "@nextui-org/button": "2.0.38", + "@nextui-org/framer-utils": "2.0.25", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-aria-button": "2.0.10", "@nextui-org/use-safe-layout-effect": "2.0.6", "@react-aria/dialog": "3.5.14", @@ -17124,12 +17127,12 @@ } }, "@nextui-org/progress": { - "version": "2.0.33", - "resolved": "https://registry.npmjs.org/@nextui-org/progress/-/progress-2.0.33.tgz", - "integrity": "sha512-rP54lZbH7BSzX9sFj7k3ylrUpk10XDWngc1dB1M+GlPsI2XRnzI3s+GE9kuZG2+N6eL/KLVG1YOg8u9eAYnwpA==", + "version": "2.0.34", + "resolved": "https://registry.npmjs.org/@nextui-org/progress/-/progress-2.0.34.tgz", + "integrity": "sha512-rJmZCrLdufJKLsonJ37oPOEHEpZykD4c+0G749zcKOkRXHOD9DiQian2YoZEE/Yyf3pLdFQG3W9vSLbsgED3PQ==", "requires": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-is-mounted": "2.0.6", "@react-aria/i18n": "3.11.1", "@react-aria/progress": "3.4.13", @@ -17138,12 +17141,12 @@ } }, "@nextui-org/radio": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@nextui-org/radio/-/radio-2.1.4.tgz", - "integrity": "sha512-Y18TXvGVz/G1E3jjYmutSSx1EdQRs5iMCVZNS/Bz4avE9QMSrHl6fOhZIndrm8LwCTqn7lbKRQngZLN4tvPinQ==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nextui-org/radio/-/radio-2.1.5.tgz", + "integrity": "sha512-0tF/VkMQv+KeYmFQpkrpz9S7j7U8gqCet+F97Cz7fFjdb+Q3w9waBzg84QayD7EZdjsYW4FNSkjPeiBhLdVUsw==", "requires": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@react-aria/focus": "3.17.1", "@react-aria/interactions": "3.21.3", "@react-aria/radio": "3.10.4", @@ -17155,104 +17158,105 @@ } }, "@nextui-org/react": { - "version": "2.4.6", - "resolved": "https://registry.npmjs.org/@nextui-org/react/-/react-2.4.6.tgz", - "integrity": "sha512-8o/k5A5g0xXj6hmV2AulkAswQnZGt2WI64Coq+toWBTumQLcW6iAqPJBDztCDiz+6yiU6Nvk/1ZuZJeRs3XMRw==", + "version": "2.4.8", + "resolved": "https://registry.npmjs.org/@nextui-org/react/-/react-2.4.8.tgz", + "integrity": "sha512-ZwXg6As3A+Gs+Jyc42t4MHNupHEsh9YmEaypE20ikqIPTCLQnrGQ/RWOGwzZ2a9kZWbZ89a/3rJwZMRKdcemxg==", "requires": { - "@nextui-org/accordion": "2.0.38", - "@nextui-org/autocomplete": "2.1.5", - "@nextui-org/avatar": "2.0.32", - "@nextui-org/badge": "2.0.31", - "@nextui-org/breadcrumbs": "2.0.12", - "@nextui-org/button": "2.0.37", - "@nextui-org/calendar": "2.0.11", - "@nextui-org/card": "2.0.33", - "@nextui-org/checkbox": "2.1.4", - "@nextui-org/chip": "2.0.32", - "@nextui-org/code": "2.0.32", - "@nextui-org/date-input": "2.1.3", - "@nextui-org/date-picker": "2.1.6", - "@nextui-org/divider": "2.0.31", - "@nextui-org/dropdown": "2.1.29", - "@nextui-org/framer-utils": "2.0.24", - "@nextui-org/image": "2.0.31", - "@nextui-org/input": "2.2.4", - "@nextui-org/kbd": "2.0.33", - "@nextui-org/link": "2.0.34", - "@nextui-org/listbox": "2.1.25", - "@nextui-org/menu": "2.0.28", - "@nextui-org/modal": "2.0.39", - "@nextui-org/navbar": "2.0.36", - "@nextui-org/pagination": "2.0.35", - "@nextui-org/popover": "2.1.27", - "@nextui-org/progress": "2.0.33", - "@nextui-org/radio": "2.1.4", - "@nextui-org/ripple": "2.0.32", - "@nextui-org/scroll-shadow": "2.1.19", - "@nextui-org/select": "2.2.5", - "@nextui-org/skeleton": "2.0.31", - "@nextui-org/slider": "2.2.15", - "@nextui-org/snippet": "2.0.41", - "@nextui-org/spacer": "2.0.32", - "@nextui-org/spinner": "2.0.33", - "@nextui-org/switch": "2.0.33", - "@nextui-org/system": "2.2.5", - "@nextui-org/table": "2.0.39", - "@nextui-org/tabs": "2.0.35", - "@nextui-org/theme": "2.2.9", - "@nextui-org/tooltip": "2.0.39", - "@nextui-org/user": "2.0.33", + "@nextui-org/accordion": "2.0.40", + "@nextui-org/autocomplete": "2.1.7", + "@nextui-org/avatar": "2.0.33", + "@nextui-org/badge": "2.0.32", + "@nextui-org/breadcrumbs": "2.0.13", + "@nextui-org/button": "2.0.38", + "@nextui-org/calendar": "2.0.12", + "@nextui-org/card": "2.0.34", + "@nextui-org/checkbox": "2.1.5", + "@nextui-org/chip": "2.0.33", + "@nextui-org/code": "2.0.33", + "@nextui-org/date-input": "2.1.4", + "@nextui-org/date-picker": "2.1.8", + "@nextui-org/divider": "2.0.32", + "@nextui-org/dropdown": "2.1.31", + "@nextui-org/framer-utils": "2.0.25", + "@nextui-org/image": "2.0.32", + "@nextui-org/input": "2.2.5", + "@nextui-org/kbd": "2.0.34", + "@nextui-org/link": "2.0.35", + "@nextui-org/listbox": "2.1.27", + "@nextui-org/menu": "2.0.30", + "@nextui-org/modal": "2.0.41", + "@nextui-org/navbar": "2.0.37", + "@nextui-org/pagination": "2.0.36", + "@nextui-org/popover": "2.1.29", + "@nextui-org/progress": "2.0.34", + "@nextui-org/radio": "2.1.5", + "@nextui-org/ripple": "2.0.33", + "@nextui-org/scroll-shadow": "2.1.20", + "@nextui-org/select": "2.2.7", + "@nextui-org/skeleton": "2.0.32", + "@nextui-org/slider": "2.2.17", + "@nextui-org/snippet": "2.0.43", + "@nextui-org/spacer": "2.0.33", + "@nextui-org/spinner": "2.0.34", + "@nextui-org/switch": "2.0.34", + "@nextui-org/system": "2.2.6", + "@nextui-org/table": "2.0.40", + "@nextui-org/tabs": "2.0.37", + "@nextui-org/theme": "2.2.11", + "@nextui-org/tooltip": "2.0.41", + "@nextui-org/user": "2.0.34", "@react-aria/visually-hidden": "3.8.12" } }, "@nextui-org/react-rsc-utils": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@nextui-org/react-rsc-utils/-/react-rsc-utils-2.0.13.tgz", - "integrity": "sha512-QewsXtoQlMsR9stThdazKEImg9oyZkPLs7wsymhrzh6/HdQCl9bTdb6tJcROg4vg5LRYKGG11USSQO2nKlfCcQ==" + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/@nextui-org/react-rsc-utils/-/react-rsc-utils-2.0.14.tgz", + "integrity": "sha512-s0GVgDhScyx+d9FtXd8BXf049REyaPvWsO4RRr7JDHrk91NlQ11Mqxka9o+8g5NX0rphI0rbe3/b1Dz+iQRx3w==", + "requires": {} }, "@nextui-org/react-utils": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/@nextui-org/react-utils/-/react-utils-2.0.16.tgz", - "integrity": "sha512-QdDoqzhx+4t9cDTVmtw5iOrfyLvpqyKsq8PARHUniCiQQDQd1ao7FCpzHgvU9poYcEdRk+Lsna66zbeMkFBB6w==", + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/@nextui-org/react-utils/-/react-utils-2.0.17.tgz", + "integrity": "sha512-U/b49hToVfhOM4dg4n57ZyUjLpts4JogQ139lfQBYPTb8z/ATNsJ3vLIqW5ZvDK6L0Er+JT11UVQ+03m7QMvaQ==", "requires": { - "@nextui-org/react-rsc-utils": "2.0.13", - "@nextui-org/shared-utils": "2.0.7" + "@nextui-org/react-rsc-utils": "2.0.14", + "@nextui-org/shared-utils": "2.0.8" } }, "@nextui-org/ripple": { - "version": "2.0.32", - "resolved": "https://registry.npmjs.org/@nextui-org/ripple/-/ripple-2.0.32.tgz", - "integrity": "sha512-xOqoHWzpvv5KRh7P8pXt3aZEmI1tyhiTNhrwjJaRME0d5xSA0gNzYhrjP5g0+Dxy4nKRDIZ1znJcd87KI07JFA==", + "version": "2.0.33", + "resolved": "https://registry.npmjs.org/@nextui-org/ripple/-/ripple-2.0.33.tgz", + "integrity": "sha512-Zsa60CXtGCF7weTCFbSfT0OlxlGHdd5b/sSJTYrmMZRHOIUpHW8kT0bxVYF/6X8nCCJYxzBKXUqdE3Y31fhNeQ==", "requires": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7" + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8" } }, "@nextui-org/scroll-shadow": { - "version": "2.1.19", - "resolved": "https://registry.npmjs.org/@nextui-org/scroll-shadow/-/scroll-shadow-2.1.19.tgz", - "integrity": "sha512-od5AnhX6iO0sHoTAVReWv1O1dbNCEeOBOFdnyzFins6ZC5EnAl/oBPR/KLd8glHtgM3Jt8dvIVlBXPEPZKZwaw==", + "version": "2.1.20", + "resolved": "https://registry.npmjs.org/@nextui-org/scroll-shadow/-/scroll-shadow-2.1.20.tgz", + "integrity": "sha512-8ULiUmbZ/Jzr1okI8Yzjzl5M4Ow3pJEm34hT5id0EaMIgklNa3Nnp/Dyp54JwwUbI8Kt3jOAMqkPitGIZyo5Ag==", "requires": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/use-data-scroll-overflow": "2.1.6" + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/use-data-scroll-overflow": "2.1.7" } }, "@nextui-org/select": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/@nextui-org/select/-/select-2.2.5.tgz", - "integrity": "sha512-Il1eigjSXOBgJ745nhn6TDPD1jj1avrnvk9WV/DCjOsFRwfstRnDzsS1aNpZKHqJgHhFRQZ1ivz8hA4x3Zgasg==", + "version": "2.2.7", + "resolved": "https://registry.npmjs.org/@nextui-org/select/-/select-2.2.7.tgz", + "integrity": "sha512-lA2EOjquhiHmLSInHFEarq64ZOQV37+ry1d8kvsqJ7R9dsqw1QEuMzH2Kk8/NqwrYMccHh5iAZ7PaLp90NSSxg==", "requires": { - "@nextui-org/aria-utils": "2.0.24", - "@nextui-org/listbox": "2.1.25", - "@nextui-org/popover": "2.1.27", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/scroll-shadow": "2.1.19", + "@nextui-org/aria-utils": "2.0.26", + "@nextui-org/listbox": "2.1.27", + "@nextui-org/popover": "2.1.29", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/scroll-shadow": "2.1.20", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/spinner": "2.0.33", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/spinner": "2.0.34", "@nextui-org/use-aria-button": "2.0.10", - "@nextui-org/use-aria-multiselect": "2.2.3", + "@nextui-org/use-aria-multiselect": "2.2.5", "@nextui-org/use-safe-layout-effect": "2.0.6", "@react-aria/focus": "3.17.1", "@react-aria/form": "3.0.5", @@ -17269,27 +17273,27 @@ "requires": {} }, "@nextui-org/shared-utils": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@nextui-org/shared-utils/-/shared-utils-2.0.7.tgz", - "integrity": "sha512-FxY3N0i1Al7Oz3yOQN0dSpG8UUrLIP3iYh3ubD7BhdQoZLl5xbG6++q1gqOzZXV+ZWeUFMY/or0ofzWxGHiOow==" + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/@nextui-org/shared-utils/-/shared-utils-2.0.8.tgz", + "integrity": "sha512-ZEtoMPXS+IjT8GvpJTS9IWDnT1JNCKV+NDqqgysAf1niJmOFLyJgl6dh/9n4ufcGf1GbSEQN+VhJasEw7ajYGQ==" }, "@nextui-org/skeleton": { - "version": "2.0.31", - "resolved": "https://registry.npmjs.org/@nextui-org/skeleton/-/skeleton-2.0.31.tgz", - "integrity": "sha512-pT0l2skPP6Nq9edLJNQxUJI/WLKu4Lx5Vvs7nlE/9NpkxyQ805l4LiYsMD30dkjjxe+WpXtIjjAXY0BQqdid0Q==", + "version": "2.0.32", + "resolved": "https://registry.npmjs.org/@nextui-org/skeleton/-/skeleton-2.0.32.tgz", + "integrity": "sha512-dS0vuRrc4oWktW3wa/KFhcBNnV0oiDqKXP4BqRj7wgS01fOAqj3cJiqwUDLKO8GbEnxLkbqLBFcUoLgktpRszQ==", "requires": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7" + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8" } }, "@nextui-org/slider": { - "version": "2.2.15", - "resolved": "https://registry.npmjs.org/@nextui-org/slider/-/slider-2.2.15.tgz", - "integrity": "sha512-ImsxvxAJ2wxRL45y4IbVWThZI/vw2Gq/6qUVZFAwyF54dlro08eJZJIOOG7bKfA5Ob63JLfroUijrlZ9kGP5cA==", + "version": "2.2.17", + "resolved": "https://registry.npmjs.org/@nextui-org/slider/-/slider-2.2.17.tgz", + "integrity": "sha512-MgeJv3X+bT7Bw+LK1zba4vToOUzv8lCvDuGe0U5suJy1AKGN6uGDgSAxpIZhCYNWsuNRsopwdvsGtyeIjOEStA==", "requires": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/tooltip": "2.0.39", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/tooltip": "2.0.41", "@react-aria/focus": "3.17.1", "@react-aria/i18n": "3.11.1", "@react-aria/interactions": "3.21.3", @@ -17300,47 +17304,47 @@ } }, "@nextui-org/snippet": { - "version": "2.0.41", - "resolved": "https://registry.npmjs.org/@nextui-org/snippet/-/snippet-2.0.41.tgz", - "integrity": "sha512-ZZopaecAZbKJIdabwGVF3ahL2MM7L0zZII61SO3LDPAwqXOuta9ixMYk1XVCI0V2PVqTkabQgdpt1ZLgmFH+Kw==", + "version": "2.0.43", + "resolved": "https://registry.npmjs.org/@nextui-org/snippet/-/snippet-2.0.43.tgz", + "integrity": "sha512-PLxc9ph9CLj52L26XSv4vBmQcSytCNc3ZBxkOTBEqmLSHCWwGQExrqKPnVZTE1etr6dcULiy5vNIpD8R7taO8A==", "requires": { - "@nextui-org/button": "2.0.37", - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/button": "2.0.38", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/tooltip": "2.0.39", - "@nextui-org/use-clipboard": "2.0.6", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/tooltip": "2.0.41", + "@nextui-org/use-clipboard": "2.0.7", "@react-aria/focus": "3.17.1", "@react-aria/utils": "3.24.1" } }, "@nextui-org/spacer": { - "version": "2.0.32", - "resolved": "https://registry.npmjs.org/@nextui-org/spacer/-/spacer-2.0.32.tgz", - "integrity": "sha512-NxqEYTig4OfkLDPlO2/jASB4gV8L9DLpsNZSqzaacIJZwk4BCTsNoBi3CuNt5ZsMoGYujtFP6QU0zH9fZbuzwA==", + "version": "2.0.33", + "resolved": "https://registry.npmjs.org/@nextui-org/spacer/-/spacer-2.0.33.tgz", + "integrity": "sha512-0YDtovMWuAVgBvVXUmplzohObGxMPFhisHXn6v+0nflAE9LiVeiXf121WVOEMrd08S7xvmrAANcMwo4TsYi49g==", "requires": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/system-rsc": "2.1.5" + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/system-rsc": "2.1.6" } }, "@nextui-org/spinner": { - "version": "2.0.33", - "resolved": "https://registry.npmjs.org/@nextui-org/spinner/-/spinner-2.0.33.tgz", - "integrity": "sha512-c1wW4YEbzdn0t1MJAXhJ2W0PuNxrxtZg2DVqJeqh3180y4iQPYDzEy7oFoU0FpK53LcBPxjfsKHNL6v1pn+60A==", + "version": "2.0.34", + "resolved": "https://registry.npmjs.org/@nextui-org/spinner/-/spinner-2.0.34.tgz", + "integrity": "sha512-YKw/6xSLhsXU1k22OvYKyWhtJCHzW2bRAiieVSVG5xak3gYwknTds5H9s5uur+oAZVK9AkyAObD19QuZND32Jg==", "requires": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/system-rsc": "2.1.5" + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/system-rsc": "2.1.6" } }, "@nextui-org/switch": { - "version": "2.0.33", - "resolved": "https://registry.npmjs.org/@nextui-org/switch/-/switch-2.0.33.tgz", - "integrity": "sha512-T7w+8+ex7Pey9HVGXkNft4D11mO5J9iPfmemfLbSOYqbSydcOuINuGRQ1QWy7X+lLYhhZBHb9Ykcf4QtR4dqTQ==", + "version": "2.0.34", + "resolved": "https://registry.npmjs.org/@nextui-org/switch/-/switch-2.0.34.tgz", + "integrity": "sha512-SczQiHswo8eR94ecDgcULIsSIPfYVncqfKllcHEGqAs9BDpZun44KK0/R0xhWuPpx5oqB60VeSABN7JtEAxF+Q==", "requires": { - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-safe-layout-effect": "2.0.6", "@react-aria/focus": "3.17.1", "@react-aria/interactions": "3.21.3", @@ -17352,13 +17356,13 @@ } }, "@nextui-org/system": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/@nextui-org/system/-/system-2.2.5.tgz", - "integrity": "sha512-nrX6768aiyWtpxX3OTFBIVWR+v9nlMsC3KaBinNfek97sNm7gAfTHi7q5kylE3L5yIMpNG+DclAKpuxgDQEmvw==", + "version": "2.2.6", + "resolved": "https://registry.npmjs.org/@nextui-org/system/-/system-2.2.6.tgz", + "integrity": "sha512-tjIkOI0w32g68CGWleuSyIbEz8XBbeoNogR2lu7MWk3QovHCqgr4VVrP1cwMRYnwDPFQP3OpmH+NR9yzt+pIfg==", "requires": { "@internationalized/date": "^3.5.4", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/system-rsc": "2.1.5", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/system-rsc": "2.1.6", "@react-aria/i18n": "3.11.1", "@react-aria/overlays": "3.22.1", "@react-aria/utils": "3.24.1", @@ -17366,24 +17370,24 @@ } }, "@nextui-org/system-rsc": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nextui-org/system-rsc/-/system-rsc-2.1.5.tgz", - "integrity": "sha512-tkJLAyJu34Rr5KUMMqoB7cZjOVXB+7a/7N4ushZfuiLdoYijgmcXFMzLxjm+tbt9zA5AV+ivsfbHvscg77dJ6w==", + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/@nextui-org/system-rsc/-/system-rsc-2.1.6.tgz", + "integrity": "sha512-Wl2QwEFjYwuvw26R1RH3ZY81PD8YmfgtIjFvJZRP2VEIT6rPvlQ4ojgqdrkVkQZQ0L/K+5ZLbTKgLEFkj5ysdQ==", "requires": { "@react-types/shared": "3.23.1", "clsx": "^2.1.1" } }, "@nextui-org/table": { - "version": "2.0.39", - "resolved": "https://registry.npmjs.org/@nextui-org/table/-/table-2.0.39.tgz", - "integrity": "sha512-VYvmrQ6GliwmzukKLZ7Nxp3sFXdskWZp8/BjwROLFE9Zco22CC0++7VPG3ebOYAIhi4e1Je+QUTx4/eh2wZZgg==", + "version": "2.0.40", + "resolved": "https://registry.npmjs.org/@nextui-org/table/-/table-2.0.40.tgz", + "integrity": "sha512-qDbSsu6mpWnr1Mt3DYTBzTFtN8Z5Gv7GDqECGcDVradkDVuJFZvkB9Ke392LcVZoXSk99Rpamq4WSWkEewBhWg==", "requires": { - "@nextui-org/checkbox": "2.1.4", - "@nextui-org/react-utils": "2.0.16", + "@nextui-org/checkbox": "2.1.5", + "@nextui-org/react-utils": "2.0.17", "@nextui-org/shared-icons": "2.0.9", - "@nextui-org/shared-utils": "2.0.7", - "@nextui-org/spacer": "2.0.32", + "@nextui-org/shared-utils": "2.0.8", + "@nextui-org/spacer": "2.0.33", "@react-aria/focus": "3.17.1", "@react-aria/interactions": "3.21.3", "@react-aria/table": "3.14.1", @@ -17396,14 +17400,14 @@ } }, "@nextui-org/tabs": { - "version": "2.0.35", - "resolved": "https://registry.npmjs.org/@nextui-org/tabs/-/tabs-2.0.35.tgz", - "integrity": "sha512-K6uDZbJwn1qLRw8XeBS2TwGQl9zKXg3Q1ShLzVG2IjTGHGNAn9lwkUzn0FNUNaU1GK2o8wOyKhX7K02J3Ev5fw==", + "version": "2.0.37", + "resolved": "https://registry.npmjs.org/@nextui-org/tabs/-/tabs-2.0.37.tgz", + "integrity": "sha512-IQicuDggxTL+JeW3fRoZR4Rr24EwinxAdfU1jqcvT6gZywumndV27+I00kARz8P03kobYoY9t73NY92qo8T5gg==", "requires": { - "@nextui-org/aria-utils": "2.0.24", - "@nextui-org/framer-utils": "2.0.24", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/aria-utils": "2.0.26", + "@nextui-org/framer-utils": "2.0.25", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-is-mounted": "2.0.6", "@nextui-org/use-update-effect": "2.0.6", "@react-aria/focus": "3.17.1", @@ -17417,9 +17421,9 @@ } }, "@nextui-org/theme": { - "version": "2.2.9", - "resolved": "https://registry.npmjs.org/@nextui-org/theme/-/theme-2.2.9.tgz", - "integrity": "sha512-TN2I9sMriLaj00pXsIMlg19+UHeOdjzS2JV0u4gjL14mSbQl5BYNxgbvU3gbMqkZZQ6OpwT4RnT8RS+ks6TXCw==", + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/@nextui-org/theme/-/theme-2.2.11.tgz", + "integrity": "sha512-bg9+KNnFxcP3w/ugivEJtvQibODbTxfl6UdVvx7TCY8Rd269U7F2+nhnw1Qd1xJT5yZQnX6m//9wOoGtJV+6Kg==", "requires": { "clsx": "^2.1.1", "color": "^4.2.3", @@ -17436,14 +17440,14 @@ } }, "@nextui-org/tooltip": { - "version": "2.0.39", - "resolved": "https://registry.npmjs.org/@nextui-org/tooltip/-/tooltip-2.0.39.tgz", - "integrity": "sha512-DWP3XAmVb/SlcdI4SQodtT8ZyMzYMuvRbq4+JQwm+qq1+FGs55z15+8h9DRFQEseEEaDs0hCs6+kgbieZlUitw==", + "version": "2.0.41", + "resolved": "https://registry.npmjs.org/@nextui-org/tooltip/-/tooltip-2.0.41.tgz", + "integrity": "sha512-1c+vkCCszKcKl15HywlZ7UOL7c1UFgLudqBB/dEdWZiclT01BRiracMbcQ7McKHQCRl77Aa7LFv5x4wHOicWHQ==", "requires": { - "@nextui-org/aria-utils": "2.0.24", - "@nextui-org/framer-utils": "2.0.24", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/aria-utils": "2.0.26", + "@nextui-org/framer-utils": "2.0.25", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@nextui-org/use-safe-layout-effect": "2.0.6", "@react-aria/interactions": "3.21.3", "@react-aria/overlays": "3.22.1", @@ -17493,9 +17497,9 @@ } }, "@nextui-org/use-aria-menu": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@nextui-org/use-aria-menu/-/use-aria-menu-2.0.6.tgz", - "integrity": "sha512-fGDF25E99THbgeDV2r2w4BHw5ZbGW3Lu6Y+vbLUcLBBh6x8/W8cqrpYFrzSUzn1RCun1t17yOAHZEV2rbvtMzA==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@nextui-org/use-aria-menu/-/use-aria-menu-2.0.7.tgz", + "integrity": "sha512-5U91zFiWTLXsOhE0W3CThsD5TmL3ANeTEtoimtPgSLWV9keZBD9Ja62WsnPZPPAWhmv7jtL0/qk4d/YOra7PVA==", "requires": { "@react-aria/i18n": "3.11.1", "@react-aria/interactions": "3.21.3", @@ -17509,9 +17513,9 @@ } }, "@nextui-org/use-aria-modal-overlay": { - "version": "2.0.11", - "resolved": "https://registry.npmjs.org/@nextui-org/use-aria-modal-overlay/-/use-aria-modal-overlay-2.0.11.tgz", - "integrity": "sha512-crMOCHyGIiBJiihxqidJCNR3AHH62uewfImDLEwyE/SlIkhAqW5jteUhkq0QfCSH4U/ydWisQ14niWDEgtzxXg==", + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/@nextui-org/use-aria-modal-overlay/-/use-aria-modal-overlay-2.0.13.tgz", + "integrity": "sha512-ifQxJwTX72lhVUofEVQqMbpe9vEUiCIqiimzlUjeVuE0cYOXaoJLEgPozHpYQrdjTNiwD5On0LLMRgz19XyAqw==", "requires": { "@react-aria/overlays": "3.22.1", "@react-aria/utils": "3.24.1", @@ -17520,9 +17524,9 @@ } }, "@nextui-org/use-aria-multiselect": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/@nextui-org/use-aria-multiselect/-/use-aria-multiselect-2.2.3.tgz", - "integrity": "sha512-VeRoyyUUVgJ7DrdfzU6onjohHxJfG7bmwpIfQyurMzvTZcmcVUGTnddAnRPVEoOro68tTAj4IuPs/4xkf1aXxg==", + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/@nextui-org/use-aria-multiselect/-/use-aria-multiselect-2.2.5.tgz", + "integrity": "sha512-Gxo2M0LdnFL4/WCi192ziFB8JmSZm6yZYT8RB021Z3iAPBu/Pp9GnWEPZu5g15mKnn3jW5Ecnfw03jTEAQBR+Q==", "requires": { "@react-aria/i18n": "3.11.1", "@react-aria/interactions": "3.21.3", @@ -17561,17 +17565,17 @@ } }, "@nextui-org/use-clipboard": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@nextui-org/use-clipboard/-/use-clipboard-2.0.6.tgz", - "integrity": "sha512-UQbCoAX1vqEKYeMF8Xp2RdTqbDD8Or16+7W4f8OQc5+uaJeKaAL6LPITi5M5ipgruTvzM845XooHdiAStH322Q==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@nextui-org/use-clipboard/-/use-clipboard-2.0.7.tgz", + "integrity": "sha512-Bn1fF/goMwOA5DQyw3A4ebfgozwR8U5k5TAZMPiy1RBWgTFw7+lB0GNbH+DOnUGY5Vyztyaw6gtUyc3tVzJxeg==", "requires": {} }, "@nextui-org/use-data-scroll-overflow": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@nextui-org/use-data-scroll-overflow/-/use-data-scroll-overflow-2.1.6.tgz", - "integrity": "sha512-z9XzBF64qjTSp6jTttMDEPku7Xpgci/tYTokEQHWgydRg3FZEaBqRgOOMeiXAV1Py/kQB062MjPSneUtwYlozA==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@nextui-org/use-data-scroll-overflow/-/use-data-scroll-overflow-2.1.7.tgz", + "integrity": "sha512-MP4YLjBWyIt0KyWPndXyhnkKgOLqTZ2aPY82Czjqn+eZk/l8BNo0nfA+dZFfbfEuPJgqdt/JDkMOrS+uq0+vkQ==", "requires": { - "@nextui-org/shared-utils": "2.0.7" + "@nextui-org/shared-utils": "2.0.8" } }, "@nextui-org/use-disclosure": { @@ -17613,11 +17617,11 @@ "requires": {} }, "@nextui-org/use-pagination": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@nextui-org/use-pagination/-/use-pagination-2.0.9.tgz", - "integrity": "sha512-p5Gssyb71/SjRezq2o1aRsYTmC9idziW3pLCJFpVwLGfgWNARf9C6NS1oQsqKgjF5lvzoa88soZRDhKKvRAt/g==", + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@nextui-org/use-pagination/-/use-pagination-2.0.10.tgz", + "integrity": "sha512-PD6M8QKngUnTJfyoGiZrnrfUtA1A9ZVUjmbONO/1kxPuUegv0ZOQeFECPP2h7SFPxsyOceL1T97rg/2YPS247g==", "requires": { - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/shared-utils": "2.0.8", "@react-aria/i18n": "3.11.1" } }, @@ -17628,9 +17632,9 @@ "requires": {} }, "@nextui-org/use-scroll-position": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/@nextui-org/use-scroll-position/-/use-scroll-position-2.0.8.tgz", - "integrity": "sha512-sUuoLEPWxCNlgzayy3VZSneVA1rKSdh4kBuBbYJTp/g2yyrpZYnyYzWpeNJ4dhDQr1cpTDODehJekWPBhNN+uw==", + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/@nextui-org/use-scroll-position/-/use-scroll-position-2.0.9.tgz", + "integrity": "sha512-tXbpb2bkKIjOp2I1uZ1T4T9Lxp0+Ta/TKu+5qvqsXkHRPbcoukdsquagYUDWK/fcumg72UPR8QP+na8KMn2gCg==", "requires": {} }, "@nextui-org/use-update-effect": { @@ -17640,13 +17644,13 @@ "requires": {} }, "@nextui-org/user": { - "version": "2.0.33", - "resolved": "https://registry.npmjs.org/@nextui-org/user/-/user-2.0.33.tgz", - "integrity": "sha512-v6gGTlsaqM7Ndwtx9N/AAQFRICcIE5DuFxRZRqPfLa+jbZhJuWG2OSIATPeUOxgr8pKWpeV78nETdFKEKcsUPA==", + "version": "2.0.34", + "resolved": "https://registry.npmjs.org/@nextui-org/user/-/user-2.0.34.tgz", + "integrity": "sha512-7MN/xBaMhDJ0b+hB2YpGIm2DsC9CTpN1ab+EKwhUuWn26SgXw2FNu8CSHViyDEkvOP7sYKdHLp9UtSo/f3JnsQ==", "requires": { - "@nextui-org/avatar": "2.0.32", - "@nextui-org/react-utils": "2.0.16", - "@nextui-org/shared-utils": "2.0.7", + "@nextui-org/avatar": "2.0.33", + "@nextui-org/react-utils": "2.0.17", + "@nextui-org/shared-utils": "2.0.8", "@react-aria/focus": "3.17.1", "@react-aria/utils": "3.24.1" } diff --git a/package.json b/package.json index 1a16444..edaee18 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "module", "dependencies": { "@material-tailwind/react": "^2.1.9", - "@nextui-org/react": "^2.4.6", + "@nextui-org/react": "^2.4.8", "@phosphor-icons/react": "^2.1.7", "@polymer/polymer": "3.5.1", "@vaadin/bundles": "24.4.7", @@ -177,6 +177,6 @@ "workbox-core": "7.1.0", "workbox-precaching": "7.1.0" }, - "hash": "e4807cd1e75275abaaf1e41e23a8662d8fe4d7fb38029306089a3997a813d25e" + "hash": "0f5c2e2c0e435bad7d8e5153f11e7caac2a6024927de828fb8a6192acc6fd341" } } diff --git a/src/main/frontend/App.tsx b/src/main/frontend/App.tsx index 748e882..73e44f3 100644 --- a/src/main/frontend/App.tsx +++ b/src/main/frontend/App.tsx @@ -1,4 +1,4 @@ -import {Outlet, useNavigate} from 'react-router-dom'; +import {Outlet, useHref, useNavigate} from 'react-router-dom'; import "./main.css"; import "Frontend/util/custom-validators"; import {NextUIProvider} from "@nextui-org/react"; @@ -16,7 +16,7 @@ export default function App() { client.middlewares = [ErrorHandlingMiddleware]; return ( - + diff --git a/src/main/frontend/components/administration/ProfileManagement.tsx b/src/main/frontend/components/administration/ProfileManagement.tsx index ffa5940..a5fec30 100644 --- a/src/main/frontend/components/administration/ProfileManagement.tsx +++ b/src/main/frontend/components/administration/ProfileManagement.tsx @@ -86,7 +86,7 @@ export default function ProfileManagement() { /> }