From 3306f783eaab1a1d498bf0348fd80c9016020370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 19:11:55 +0000 Subject: [PATCH] Bump @nextui-org/react from 2.1.7 to 2.1.10 (#523) --- package-lock.json | 1054 ++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 528 insertions(+), 528 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54b8630..3b178a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@nextui-org/react": "^2.1.7", + "@nextui-org/react": "^2.1.10", "framer-motion": "^10.16.1" }, "devDependencies": { @@ -577,18 +577,18 @@ } }, "node_modules/@nextui-org/accordion": { - "version": "2.0.17", - "resolved": "https://registry.npmjs.org/@nextui-org/accordion/-/accordion-2.0.17.tgz", - "integrity": "sha512-UBqO/d5qSVaHqaxAKSE/AqbtLKhBpUvYViMSkio9n80LM35KTaPmD4knCV5ddGVb8S/Iv34GwvbPUuLlzmamag==", + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/@nextui-org/accordion/-/accordion-2.0.20.tgz", + "integrity": "sha512-nJ46qLDj8jusTVNGOTtvI4Hanr5HsTS9VQwAGg1pi4oUXTsAD7JO4ARQ4zFmLrxHMb8GQLBsMDH691LWKlQElg==", "dependencies": { - "@nextui-org/aria-utils": "2.0.5", - "@nextui-org/divider": "2.0.14", - "@nextui-org/framer-transitions": "2.0.5", + "@nextui-org/aria-utils": "2.0.7", + "@nextui-org/divider": "2.0.17", + "@nextui-org/framer-transitions": "2.0.7", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-icons": "2.0.3", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-aria-accordion-item": "2.0.3", "@react-aria/accordion": "3.0.0-alpha.20", "@react-aria/focus": "^3.14.0", @@ -604,11 +604,11 @@ } }, "node_modules/@nextui-org/aria-utils": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nextui-org/aria-utils/-/aria-utils-2.0.5.tgz", - "integrity": "sha512-pbfSGjQeGQoWMVHE9iCOPq2MSLPa2AIZwazdBO1QKyzfXGRCoJ6FM1zX+EvBrax/8+6DtZb9bZ6UzICr5ZLvVw==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@nextui-org/aria-utils/-/aria-utils-2.0.7.tgz", + "integrity": "sha512-Z5/JvPNyn96nW6qBMbGfPeplV9BXCKOPMFimVCVlqi6foeh2X4LqGifXpDa0szZli+Y1BFhGgIbpBAaQTzLS1A==", "dependencies": { - "@nextui-org/system": "2.0.5", + "@nextui-org/system": "2.0.7", "@react-aria/utils": "^3.19.0", "@react-stately/collections": "^3.10.0", "@react-types/overlays": "^3.8.1", @@ -619,14 +619,14 @@ } }, "node_modules/@nextui-org/avatar": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@nextui-org/avatar/-/avatar-2.0.15.tgz", - "integrity": "sha512-+6vzA46yoS2RUKdafzz8114kCVBNg+h3UPKgz5oGWTDtcy3+CVYOq1Tbc0s0QLaDynDh8pSV2Gmb6FNWWzyNcg==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@nextui-org/avatar/-/avatar-2.0.18.tgz", + "integrity": "sha512-ynLr4wRermmba5gdW4y+hUdGDzemrzvTgq9SkCLH9+gljkfMgVMKsZYcabat110HJMHs2Jg8aE4SFTZWj4AVng==", "dependencies": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-image": "2.0.2", "@react-aria/focus": "^3.14.0", "@react-aria/interactions": "^3.17.0", @@ -637,30 +637,30 @@ } }, "node_modules/@nextui-org/badge": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@nextui-org/badge/-/badge-2.0.13.tgz", - "integrity": "sha512-GjlbGqbX4At4YpymxpZoxRvGohw+tftq9CEjUFUtkQfun9oYQUvW3nofNRIYDfYfgr1RKuOC9vXlvmWNXELyBA==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/@nextui-org/badge/-/badge-2.0.16.tgz", + "integrity": "sha512-OmdLUUmpYUoduUPVTVHuicoMU9KWuOE0iaVINg0lLN4RATDPkKNLf3W2vhV996KBmaW3Dwd1R8kJZ13BrJdBvw==", "dependencies": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system-rsc": "2.0.3", - "@nextui-org/theme": "2.1.3" + "@nextui-org/system-rsc": "2.0.4", + "@nextui-org/theme": "2.1.6" }, "peerDependencies": { "react": ">=18" } }, "node_modules/@nextui-org/button": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@nextui-org/button/-/button-2.0.15.tgz", - "integrity": "sha512-xanWcfjxSiDqFbIH3QMnlh6X9bOtHI5o3DzQh5/PgZQh1uHxuu4AF3T8zq3pBiHwRp7CHyX9ByB0JYnLX+dScA==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@nextui-org/button/-/button-2.0.18.tgz", + "integrity": "sha512-XFgW7FQRlh1sVt3J2UKxvZxGHCPaK7wwzBLh3moRwPoJ16PjRYV4S9ijvW8tDl8/pvmXmCDjACFllZ7U39bUJQ==", "dependencies": { "@nextui-org/react-utils": "2.0.7", - "@nextui-org/ripple": "2.0.15", + "@nextui-org/ripple": "2.0.18", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/spinner": "2.0.13", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/spinner": "2.0.16", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-aria-button": "2.0.3", "@react-aria/button": "^3.8.1", "@react-aria/focus": "^3.14.0", @@ -674,15 +674,15 @@ } }, "node_modules/@nextui-org/card": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@nextui-org/card/-/card-2.0.15.tgz", - "integrity": "sha512-usb68c3ZPE4LbR9RtNM7LelJAciTYFvNuywv+rAH0cuDQvicaOc9wBFahqHwdBYVSMVikboJdCv9XTYpQ7R4UQ==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@nextui-org/card/-/card-2.0.18.tgz", + "integrity": "sha512-eYF6kCZlGifB/loHmCJRwbxHx/6iwMnz2gSs9kWrGmh1KWLB18Jr9m2eJQLLgVMiE3uQ86SiBZ5JxmZvXBk3pw==", "dependencies": { "@nextui-org/react-utils": "2.0.7", - "@nextui-org/ripple": "2.0.15", + "@nextui-org/ripple": "2.0.18", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-aria-button": "2.0.3", "@react-aria/button": "^3.8.1", "@react-aria/focus": "^3.14.0", @@ -695,14 +695,14 @@ } }, "node_modules/@nextui-org/checkbox": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/@nextui-org/checkbox/-/checkbox-2.0.16.tgz", - "integrity": "sha512-26nN9tI1tPsSwSgUTyFw/j+YVLp6TceUxhKDWbE0eoGjopSokE6KrrbetX24kNAo4+YDcEAGnSIV+sp1NiF8AA==", + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/@nextui-org/checkbox/-/checkbox-2.0.19.tgz", + "integrity": "sha512-c/VENfsSw8DFFbvsn48g7LHtUrG56PDEkvqy+GbPKVZadIrVH2mj1jKvjAzbcnwv4nBHc/EcWonkfPxXNUV4kA==", "dependencies": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@react-aria/checkbox": "^3.10.0", "@react-aria/focus": "^3.14.0", "@react-aria/interactions": "^3.17.0", @@ -718,15 +718,15 @@ } }, "node_modules/@nextui-org/chip": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@nextui-org/chip/-/chip-2.0.15.tgz", - "integrity": "sha512-F+ilv3VqTqS4V6VmMYY/TQNOziPTXx7Vfk4JFdnDiw4WfQ+cQRoT97YqY3/BRBGmlepEkvq202rge8+HbnIvCA==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@nextui-org/chip/-/chip-2.0.18.tgz", + "integrity": "sha512-2CCHgZVYEE574XpDU8Q5Q6twPtPQITSaV9SO7GOdZR+LsVtMCYSAJQou2bMOCZLHDVpM9NZ+0ur874/vI2/HXw==", "dependencies": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-icons": "2.0.3", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@react-aria/focus": "^3.14.0", "@react-aria/interactions": "^3.17.0", "@react-aria/utils": "^3.19.0", @@ -737,28 +737,28 @@ } }, "node_modules/@nextui-org/code": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@nextui-org/code/-/code-2.0.13.tgz", - "integrity": "sha512-INYSZF9V9BsGO1xwI+lTEXpYCLFhaD9h4/Dv5zJIp1kjeisYrLUlT4YE3XfyYOJEYm9Hcmg8D6hCp3waxZi74w==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/@nextui-org/code/-/code-2.0.16.tgz", + "integrity": "sha512-V6sLz/kkIrvMEc/3myIuJabPpRjCjODgsz/ejjtC/yIVuP6GFHInyCT2fAlGXCnWP+0e9rvo+hpINDtGeC4pEg==", "dependencies": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system-rsc": "2.0.3", - "@nextui-org/theme": "2.1.3" + "@nextui-org/system-rsc": "2.0.4", + "@nextui-org/theme": "2.1.6" }, "peerDependencies": { "react": ">=18" } }, "node_modules/@nextui-org/divider": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/@nextui-org/divider/-/divider-2.0.14.tgz", - "integrity": "sha512-iBK+8YEH/gQ7jbYi7Zo+l5PoRYRhhaaaXYT67iT4GyyL/Q/Hakp1DnbG6NL54KkqM725heeeLbhFGfUx7cGL4Q==", + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/@nextui-org/divider/-/divider-2.0.17.tgz", + "integrity": "sha512-RdsfF2bBCG+xh7FDBC0qNoG1R8OL3o157GSrzd4B6Jd9uqRFq7N0M41tnNq35i/uF9KsxIV7UxJPXK6VAezezQ==", "dependencies": { "@nextui-org/react-rsc-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system-rsc": "2.0.3", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system-rsc": "2.0.4", + "@nextui-org/theme": "2.1.6", "@react-types/shared": "^3.19.0" }, "peerDependencies": { @@ -766,16 +766,16 @@ } }, "node_modules/@nextui-org/dropdown": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@nextui-org/dropdown/-/dropdown-2.1.4.tgz", - "integrity": "sha512-OfT7DkEqGLYO/O3C0AYfp+Jz5tY2vf3JATuo8GrZ1bEeBpRADg+9WNryc3AggC80D2wUqw+6mhDJaWI69WahHQ==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@nextui-org/dropdown/-/dropdown-2.1.7.tgz", + "integrity": "sha512-SyoEAUo8sAXddO0e9iwp5Xax5+/DyAt3aFWKgJbOM6w44qBXO3OFIaQYx1I3vDk1DWUTqRArpwAyDFvhKbNWxw==", "dependencies": { - "@nextui-org/menu": "2.0.5", - "@nextui-org/popover": "2.1.3", + "@nextui-org/menu": "2.0.8", + "@nextui-org/popover": "2.1.6", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@react-aria/focus": "^3.14.0", "@react-aria/menu": "^3.10.1", "@react-aria/utils": "^3.19.0", @@ -788,12 +788,12 @@ } }, "node_modules/@nextui-org/framer-transitions": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nextui-org/framer-transitions/-/framer-transitions-2.0.5.tgz", - "integrity": "sha512-lf4u6cQZyCgxwX2HLYqos3czbt3174W6cyptxDSHW1VxZYlRhm4II31awR9ZGxaU0d4I2v5PJxNqj70oSNz2rg==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@nextui-org/framer-transitions/-/framer-transitions-2.0.7.tgz", + "integrity": "sha512-RfumPX06wLlW3DF+TAXvmE+/uTEZAPiYE7vv+qxoxRNW9ELpCylAKPmT9M+HL1HsiZjtgDOK6JrvWfcJnj/QRQ==", "dependencies": { "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5" + "@nextui-org/system": "2.0.7" }, "peerDependencies": { "framer-motion": ">=4.0.0", @@ -801,14 +801,14 @@ } }, "node_modules/@nextui-org/image": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@nextui-org/image/-/image-2.0.15.tgz", - "integrity": "sha512-1ydf2og7Pp+UUp/tiSsD9a5RMxsVo3vv+eh0DlfLmA0YPZkEJWjSnsCtUYrAWIBnbNrZOrnPQI6adoQAaWzY3g==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@nextui-org/image/-/image-2.0.18.tgz", + "integrity": "sha512-OoDufSvnoIdk460JMe0XzYwpiUjgvJdZj902QaKcA1FWEZCR3vs3MQYxZ8xokFEYGXLLsoC3InKGcKFHRzCKGg==", "dependencies": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-image": "2.0.2" }, "peerDependencies": { @@ -816,15 +816,15 @@ } }, "node_modules/@nextui-org/input": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@nextui-org/input/-/input-2.1.3.tgz", - "integrity": "sha512-bBPGP/q9RbOwqFozHWSIwrABPRSXnY7FBAWe0zsb8Wsv1tVtmDfsdzGE14O2ex9saE/0NE3iVlfK6vQh3J2bYQ==", + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/@nextui-org/input/-/input-2.1.6.tgz", + "integrity": "sha512-8kUXTE60mD3Ut8xsYv4sFSexVaL5mHXfRauAqOoBONQo/mZTuMiCKI8znWuNTj4ULQ36shcakY065F5v1kdEDg==", "dependencies": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-icons": "2.0.3", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@react-aria/focus": "^3.14.0", "@react-aria/interactions": "^3.17.0", "@react-aria/textfield": "^3.11.0", @@ -839,14 +839,14 @@ } }, "node_modules/@nextui-org/kbd": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/@nextui-org/kbd/-/kbd-2.0.14.tgz", - "integrity": "sha512-IyOrw7d9jTyCboF4pKXf4oQ8Hiip5G4GSHTV4YoFerSD2xEqotOCab6MMW062vfi4ZwBd1r5SEAI5vdGEJ2Vyg==", + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/@nextui-org/kbd/-/kbd-2.0.17.tgz", + "integrity": "sha512-5S5XFGOaBEBb3vrpAx19iD6G8QSwieHL7/EjfthqgGoOzJkUBPLXt4hZf358g6FOXoE2Qs3c476cApaVZOzddw==", "dependencies": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system-rsc": "2.0.3", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system-rsc": "2.0.4", + "@nextui-org/theme": "2.1.6", "@react-aria/utils": "^3.19.0" }, "peerDependencies": { @@ -854,15 +854,15 @@ } }, "node_modules/@nextui-org/link": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/@nextui-org/link/-/link-2.0.16.tgz", - "integrity": "sha512-tnEQ6NWTXIzbD70YIcXq+sTIegXTpKx1JoJzM/V71s1ObdrUc0r7RwBq7tj8UbNAzCel/ppxsJga2rlDSrDCIQ==", + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/@nextui-org/link/-/link-2.0.19.tgz", + "integrity": "sha512-fKi9sBQLoQOAzhaWttInKcngMQcKRcWA1JZEmyd1ptQ7msf6jJCY+KZ5s/d3keeUnrFX0TKtNEdbdbRCfn+6Xg==", "dependencies": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-icons": "2.0.3", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-aria-link": "2.0.12", "@react-aria/focus": "^3.14.0", "@react-aria/link": "^3.5.3", @@ -874,16 +874,16 @@ } }, "node_modules/@nextui-org/listbox": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@nextui-org/listbox/-/listbox-2.1.4.tgz", - "integrity": "sha512-6QTBDwLqTEe6gPtlYExldQMDOyfqOY0ypbWlAPZqpuzTLEbzTKQMAC8Tl8cK2nm5oPq253k9hj5sESWVRRiErA==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@nextui-org/listbox/-/listbox-2.1.7.tgz", + "integrity": "sha512-WcGlqhFmlMuCWsFdlYZUq7qKVxHjcpQC7takve/vztxGSHKyWXkoElS55jKjes62YGXRZ//U0dgF+3IJU58ApA==", "dependencies": { - "@nextui-org/aria-utils": "2.0.5", - "@nextui-org/divider": "2.0.14", + "@nextui-org/aria-utils": "2.0.7", + "@nextui-org/divider": "2.0.17", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-is-mobile": "2.0.3", "@react-aria/focus": "^3.13.0", "@react-aria/interactions": "^3.16.0", @@ -898,16 +898,16 @@ } }, "node_modules/@nextui-org/menu": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nextui-org/menu/-/menu-2.0.5.tgz", - "integrity": "sha512-6Osn2fut3pKcLRmzXSLbhOwNLYAUHqP8gXnA3umRm+Uafzfs/qTRgnHI8bqmyHhN8ZLRJUSQtVpR0RGxfPZG2Q==", + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/@nextui-org/menu/-/menu-2.0.8.tgz", + "integrity": "sha512-8QuNGfav0FhqxS4JpDDL7eTTP7eP5uiapNHmfPMdm3I7pugeH9OWOlrvc6EQ1TBIfT2tUHzE7wzpRwUlhPm6Lg==", "dependencies": { - "@nextui-org/aria-utils": "2.0.5", - "@nextui-org/divider": "2.0.14", + "@nextui-org/aria-utils": "2.0.7", + "@nextui-org/divider": "2.0.17", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-is-mobile": "2.0.3", "@react-aria/focus": "^3.13.0", "@react-aria/interactions": "^3.16.0", @@ -923,16 +923,16 @@ } }, "node_modules/@nextui-org/modal": { - "version": "2.0.17", - "resolved": "https://registry.npmjs.org/@nextui-org/modal/-/modal-2.0.17.tgz", - "integrity": "sha512-KGVpGDsDCszAqry1FxKg8JLX7HnKSKSDosL0ADNEYN7/paFaG8dlBGGxMR0d//hEWJqyjHMzjA7YFbvm3JcCOg==", + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/@nextui-org/modal/-/modal-2.0.20.tgz", + "integrity": "sha512-LE2HuyijyARMpdErGdlgpY6g3DLlqEPYbI5Bs/Fp7MIsubz2ZhN04EVSVxID2c8zIguIyte26yw93n9nV6+XHg==", "dependencies": { - "@nextui-org/framer-transitions": "2.0.5", + "@nextui-org/framer-transitions": "2.0.7", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-icons": "2.0.3", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-aria-button": "2.0.3", "@nextui-org/use-aria-modal-overlay": "2.0.3", "@nextui-org/use-disclosure": "2.0.3", @@ -951,15 +951,15 @@ } }, "node_modules/@nextui-org/navbar": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/@nextui-org/navbar/-/navbar-2.0.16.tgz", - "integrity": "sha512-vqZHekGQkIUYHYGww8krlVwSkmjYfYO3TOsnckcI0yB4id5ejmVE0tbglO0O1iD2RHsnC8baKXl9uNI96B65HQ==", + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/@nextui-org/navbar/-/navbar-2.0.19.tgz", + "integrity": "sha512-gETXFUSFd+NIBbkq5LnsoC5yQ7AugdLJZMpn4kgVy6zyq+N50LBIAir43I+k7+QllPHpF976vO58mCMkMfcKAQ==", "dependencies": { - "@nextui-org/framer-transitions": "2.0.5", + "@nextui-org/framer-transitions": "2.0.7", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-aria-toggle-button": "2.0.3", "@nextui-org/use-scroll-position": "2.0.2", "@react-aria/focus": "^3.14.0", @@ -976,15 +976,15 @@ } }, "node_modules/@nextui-org/pagination": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/@nextui-org/pagination/-/pagination-2.0.16.tgz", - "integrity": "sha512-hDmA25DG0AitgomJ0gOvC9wCTqcrRwtgeGWnHSoLNjQiBkTrlvuO3Gl+jUmoPC/XrJvF2zbgXTh7lalEd0+Dyg==", + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/@nextui-org/pagination/-/pagination-2.0.19.tgz", + "integrity": "sha512-A61AsUnOsI0fthd3paqQZoTzSp3oqlcMNd3Q8p7vRNAF2vESSvmVfgJlrITrwsOLkGoka13iotnj19NkdDNQMQ==", "dependencies": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-icons": "2.0.3", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-pagination": "2.0.2", "@react-aria/focus": "^3.14.0", "@react-aria/interactions": "^3.17.0", @@ -996,17 +996,17 @@ } }, "node_modules/@nextui-org/popover": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@nextui-org/popover/-/popover-2.1.3.tgz", - "integrity": "sha512-oy3ahnbcdUsy+hT62Hq9wXh9ySJivjscrBz8Aq3ax4nAJ5XLRiuDyn5NF7/FSkbVpB/L4rk52r1mw/752mZlVw==", + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/@nextui-org/popover/-/popover-2.1.6.tgz", + "integrity": "sha512-FlNvztOJX5ywSqY4fqq6cgAZN/rrQwC7IR+5WJ8P6tsobcEVmu9UfnT9VvXHlDY/EMnBScpgWfQJcrlF++B4rg==", "dependencies": { - "@nextui-org/aria-utils": "2.0.5", - "@nextui-org/button": "2.0.15", - "@nextui-org/framer-transitions": "2.0.5", + "@nextui-org/aria-utils": "2.0.7", + "@nextui-org/button": "2.0.18", + "@nextui-org/framer-transitions": "2.0.7", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-aria-button": "2.0.3", "@react-aria/dialog": "^3.5.4", "@react-aria/focus": "^3.14.0", @@ -1024,14 +1024,14 @@ } }, "node_modules/@nextui-org/progress": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@nextui-org/progress/-/progress-2.0.15.tgz", - "integrity": "sha512-PDBRbAvzotrfYgh5IGCayAjN05ZVc49V5h5XOPhVrxe1bi6Jt/bqejdnDTNa9nbtIvzP8MAARtKPdaMlS7jdGQ==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@nextui-org/progress/-/progress-2.0.18.tgz", + "integrity": "sha512-zAfQKKfcs1MJ2Wti7VvTgXKZYa6/fuZoKuCbG6WMiL5LiacQjavZzHxhNZz5ps4I5ihbhvpXg7HuiYdENC+E8A==", "dependencies": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-is-mounted": "2.0.2", "@react-aria/i18n": "^3.8.1", "@react-aria/progress": "^3.4.4", @@ -1043,14 +1043,14 @@ } }, "node_modules/@nextui-org/radio": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/@nextui-org/radio/-/radio-2.0.16.tgz", - "integrity": "sha512-ZDeHyKms3HXV2uZzgtG3HBAWyM8+iXoKM3FJ7GHgb/icZeEkKkl9Dsl24jFTSuTppzNXjKdE0YSqME6yV4FSCg==", + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/@nextui-org/radio/-/radio-2.0.19.tgz", + "integrity": "sha512-bS7DepD1kb11WQMEuqQ9/4b6lPnK/RpY6xFo9jUVMYrIBiefW3iT8bba3ZsCxQvxm+sQ1lOjWXn+GLDzVgWyJA==", "dependencies": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@react-aria/focus": "^3.14.0", "@react-aria/interactions": "^3.17.0", "@react-aria/radio": "^3.7.0", @@ -1065,45 +1065,45 @@ } }, "node_modules/@nextui-org/react": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/@nextui-org/react/-/react-2.1.7.tgz", - "integrity": "sha512-2q5qIBOD03orI2TDpcdOoqJwn3kgajfQZJS6KVTI9wYFVk/M2Bnt21fwBGi+QJjzHUtQ7ZmmkMaBbqpYmC0h+g==", - "dependencies": { - "@nextui-org/accordion": "2.0.17", - "@nextui-org/avatar": "2.0.15", - "@nextui-org/badge": "2.0.13", - "@nextui-org/button": "2.0.15", - "@nextui-org/card": "2.0.15", - "@nextui-org/checkbox": "2.0.16", - "@nextui-org/chip": "2.0.15", - "@nextui-org/code": "2.0.13", - "@nextui-org/divider": "2.0.14", - "@nextui-org/dropdown": "2.1.4", - "@nextui-org/image": "2.0.15", - "@nextui-org/input": "2.1.3", - "@nextui-org/kbd": "2.0.14", - "@nextui-org/link": "2.0.16", - "@nextui-org/listbox": "2.1.4", - "@nextui-org/menu": "2.0.5", - "@nextui-org/modal": "2.0.17", - "@nextui-org/navbar": "2.0.16", - "@nextui-org/pagination": "2.0.16", - "@nextui-org/popover": "2.1.3", - "@nextui-org/progress": "2.0.15", - "@nextui-org/radio": "2.0.16", - "@nextui-org/scroll-shadow": "2.1.3", - "@nextui-org/select": "2.1.5", - "@nextui-org/skeleton": "2.0.13", - "@nextui-org/snippet": "2.0.19", - "@nextui-org/spacer": "2.0.13", - "@nextui-org/spinner": "2.0.13", - "@nextui-org/switch": "2.0.15", - "@nextui-org/system": "2.0.5", - "@nextui-org/table": "2.0.17", - "@nextui-org/tabs": "2.0.15", - "@nextui-org/theme": "2.1.3", - "@nextui-org/tooltip": "2.0.18", - "@nextui-org/user": "2.0.16", + "version": "2.1.10", + "resolved": "https://registry.npmjs.org/@nextui-org/react/-/react-2.1.10.tgz", + "integrity": "sha512-jQ6Z5bNk2RWkORfVZ1nwVjMaQatUSrImBiZB8k1WbmuEhrrRUz3HEaVBzZUcUG8W9d01g7nI8SotJyNU83dfLw==", + "dependencies": { + "@nextui-org/accordion": "2.0.20", + "@nextui-org/avatar": "2.0.18", + "@nextui-org/badge": "2.0.16", + "@nextui-org/button": "2.0.18", + "@nextui-org/card": "2.0.18", + "@nextui-org/checkbox": "2.0.19", + "@nextui-org/chip": "2.0.18", + "@nextui-org/code": "2.0.16", + "@nextui-org/divider": "2.0.17", + "@nextui-org/dropdown": "2.1.7", + "@nextui-org/image": "2.0.18", + "@nextui-org/input": "2.1.6", + "@nextui-org/kbd": "2.0.17", + "@nextui-org/link": "2.0.19", + "@nextui-org/listbox": "2.1.7", + "@nextui-org/menu": "2.0.8", + "@nextui-org/modal": "2.0.20", + "@nextui-org/navbar": "2.0.19", + "@nextui-org/pagination": "2.0.19", + "@nextui-org/popover": "2.1.6", + "@nextui-org/progress": "2.0.18", + "@nextui-org/radio": "2.0.19", + "@nextui-org/scroll-shadow": "2.1.6", + "@nextui-org/select": "2.1.8", + "@nextui-org/skeleton": "2.0.16", + "@nextui-org/snippet": "2.0.22", + "@nextui-org/spacer": "2.0.16", + "@nextui-org/spinner": "2.0.16", + "@nextui-org/switch": "2.0.18", + "@nextui-org/system": "2.0.7", + "@nextui-org/table": "2.0.20", + "@nextui-org/tabs": "2.0.18", + "@nextui-org/theme": "2.1.6", + "@nextui-org/tooltip": "2.0.21", + "@nextui-org/user": "2.0.19", "@react-aria/visually-hidden": "^3.8.3" }, "peerDependencies": { @@ -1129,14 +1129,14 @@ } }, "node_modules/@nextui-org/ripple": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@nextui-org/ripple/-/ripple-2.0.15.tgz", - "integrity": "sha512-Zp2Zp6s9QuehbDlykKzfySwlglWAN1ZJl9za9IHHDzWWmalj+tS1fmvTepfnXajoxJOyQxtgbQuIsf5UONgkBA==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@nextui-org/ripple/-/ripple-2.0.18.tgz", + "integrity": "sha512-sLmtdk+mVQ0BUMjrJJ1beaRwGORauZ5eTbjdMSug7WgvwgsJX5WTqOIx3qZdcb/VmJtKaBli6SIyYe73fs/VAw==", "dependencies": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3" + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6" }, "peerDependencies": { "framer-motion": ">=4.0.0", @@ -1144,14 +1144,14 @@ } }, "node_modules/@nextui-org/scroll-shadow": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@nextui-org/scroll-shadow/-/scroll-shadow-2.1.3.tgz", - "integrity": "sha512-ppd5PTWZtBXuNK66FN8nffHhXp1jLGwkwoDpebGwDhcrlhvmQk+DUuS0bTu+pWUqx6wIuA27bACCNkWg4och4g==", + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/@nextui-org/scroll-shadow/-/scroll-shadow-2.1.6.tgz", + "integrity": "sha512-Ri7O8H9zDFQqTbnGWqD0KnuHppas6eY+dI7/Q0b3sLS/fNIVPwuVzYFibLaSnA/VkzBoRJhHRcaqUqka0a1rSA==", "dependencies": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-data-scroll-overflow": "2.1.0" }, "peerDependencies": { @@ -1159,20 +1159,20 @@ } }, "node_modules/@nextui-org/select": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nextui-org/select/-/select-2.1.5.tgz", - "integrity": "sha512-UYpl07UdHK5kGuOMfswkqeeFwWTlV61LQaarEVYWMsHrSmRFpQ+D+xnp7mIvqJ3iuencDokckqOiGDWhdTqIfA==", + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/@nextui-org/select/-/select-2.1.8.tgz", + "integrity": "sha512-8mstcoUZfowW52CYa7tnG4OOM5fBsy8/xyV30IiRHqx9FhraqPEifBN8q/X7Mj516PNXN8ojj9WX9CfivTN13w==", "dependencies": { - "@nextui-org/aria-utils": "2.0.5", - "@nextui-org/listbox": "2.1.4", - "@nextui-org/popover": "2.1.3", + "@nextui-org/aria-utils": "2.0.7", + "@nextui-org/listbox": "2.1.7", + "@nextui-org/popover": "2.1.6", "@nextui-org/react-utils": "2.0.7", - "@nextui-org/scroll-shadow": "2.1.3", + "@nextui-org/scroll-shadow": "2.1.6", "@nextui-org/shared-icons": "2.0.3", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/spinner": "2.0.13", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/spinner": "2.0.16", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-aria-button": "2.0.3", "@nextui-org/use-aria-multiselect": "2.1.0", "@react-aria/focus": "^3.13.0", @@ -1203,31 +1203,31 @@ } }, "node_modules/@nextui-org/skeleton": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@nextui-org/skeleton/-/skeleton-2.0.13.tgz", - "integrity": "sha512-U2e2iKgmDFSWvFqA6+L72L3Xt0l6ZziI7gId+dS5sC5Zi1OJer+XZF0Cj0z7oOTvj6UaSqTozv4LQ+Hg6+PBXQ==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/@nextui-org/skeleton/-/skeleton-2.0.16.tgz", + "integrity": "sha512-+GV0WG6HQrbfis/KblidhyAn9mIUFBCkJzvUWmohJ7INMNx/1RdhgcuDXiKvgYQ8ewjpZMpAVXAmQKhkpE0uFQ==", "dependencies": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system-rsc": "2.0.3", - "@nextui-org/theme": "2.1.3" + "@nextui-org/system-rsc": "2.0.4", + "@nextui-org/theme": "2.1.6" }, "peerDependencies": { "react": ">=18" } }, "node_modules/@nextui-org/snippet": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/@nextui-org/snippet/-/snippet-2.0.19.tgz", - "integrity": "sha512-cjg8KdRuVEpiesuhLS9MbSGIykJB5x3Kq3CFzu7dbqhyhzYahNFJdod5fIr4isjlAtZc/1iz7vybekR/snuzdA==", + "version": "2.0.22", + "resolved": "https://registry.npmjs.org/@nextui-org/snippet/-/snippet-2.0.22.tgz", + "integrity": "sha512-606bo8T4qaToxqiECNGyN/ZyLUkRHngEXi4RpHttP4O3Ze64EHq7tlu0bF3DjyJv+2vWIiZrJvi8VzJsAmfVvA==", "dependencies": { - "@nextui-org/button": "2.0.15", + "@nextui-org/button": "2.0.18", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-icons": "2.0.3", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", - "@nextui-org/tooltip": "2.0.18", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", + "@nextui-org/tooltip": "2.0.21", "@nextui-org/use-clipboard": "2.0.2", "@react-aria/focus": "^3.14.0", "@react-aria/utils": "^3.19.0" @@ -1238,42 +1238,42 @@ } }, "node_modules/@nextui-org/spacer": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@nextui-org/spacer/-/spacer-2.0.13.tgz", - "integrity": "sha512-wRpPm7UPHvzBsgq25qVm3POrs7aHAdH0KegAvyjwNW5vMSLG48D1jhBt80yeBqt9rYxBrfoGl4OApHC3OXDDqA==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/@nextui-org/spacer/-/spacer-2.0.16.tgz", + "integrity": "sha512-v8MKj40vFWnTyAONRNojrM2oTuK1jOhW5uI9yJ/dpA+eYWukEB/5kdMuGDXtVbcAFqvxro5+PAOFBYs+juvW+w==", "dependencies": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system-rsc": "2.0.3", - "@nextui-org/theme": "2.1.3" + "@nextui-org/system-rsc": "2.0.4", + "@nextui-org/theme": "2.1.6" }, "peerDependencies": { "react": ">=18" } }, "node_modules/@nextui-org/spinner": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@nextui-org/spinner/-/spinner-2.0.13.tgz", - "integrity": "sha512-pXFDu1/S0bwKyMiV4wJ4YZMhmLvg/p8KjYTP999E2Zlr0zxxaCRJ95GMl6kKxX73JD0YENJwE8n07jGI1lxs2Q==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/@nextui-org/spinner/-/spinner-2.0.16.tgz", + "integrity": "sha512-HqWrL8O6d4dqHVrJUriDlg+C5qCqnBKCCOW69JIS3dpkk4P4M47OgzAXL7fqv5MuU+1vvxCg/cRh0V9fPwjcag==", "dependencies": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system-rsc": "2.0.3", - "@nextui-org/theme": "2.1.3" + "@nextui-org/system-rsc": "2.0.4", + "@nextui-org/theme": "2.1.6" }, "peerDependencies": { "react": ">=18" } }, "node_modules/@nextui-org/switch": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@nextui-org/switch/-/switch-2.0.15.tgz", - "integrity": "sha512-29AC4Qc8skmzmtKPDQuS46/s7wpAGGhftl3ruJLfHBmR69ZyHMUNjwDEpyn9tiGOlINP1JWDGvF5/H69bnLdbA==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@nextui-org/switch/-/switch-2.0.18.tgz", + "integrity": "sha512-oqyaVBUgx3jBgIcFCGhPE9YKfZVqY/NSaWNvwyj7d4k8kr/cBkhZRkD+XN/DXcxXk/QPqJuyXSCg3IpnezUgHw==", "dependencies": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@react-aria/focus": "^3.14.0", "@react-aria/interactions": "^3.17.0", "@react-aria/switch": "^3.5.3", @@ -1287,11 +1287,11 @@ } }, "node_modules/@nextui-org/system": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nextui-org/system/-/system-2.0.5.tgz", - "integrity": "sha512-ke02e60ctxnXsxe77TRN6pWVY89aCCi0AXwyQIbgT9lfiVgUGWJa+f6am46ItCzeSkvIQ7j3XJBz717zu+GSRg==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@nextui-org/system/-/system-2.0.7.tgz", + "integrity": "sha512-aClgN+hvY5BcqYOrZjIQN4cfYV2esVsMPLPkvmzoGul87s+Lk3bBE0tZYQXgkqYRlpxk0sHZNk/dW6skvZQegA==", "dependencies": { - "@nextui-org/system-rsc": "2.0.3", + "@nextui-org/system-rsc": "2.0.4", "@react-aria/i18n": "^3.8.1", "@react-aria/overlays": "^3.16.0" }, @@ -1300,29 +1300,29 @@ } }, "node_modules/@nextui-org/system-rsc": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@nextui-org/system-rsc/-/system-rsc-2.0.3.tgz", - "integrity": "sha512-CfWl1JkHPtgSvq/Szz4oWQAg7b6L7wxxHEFzKcvNdhbX61IfE5PvnQMl5z8T9UTSIIwFv4P0ntP5kpKE895w2w==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@nextui-org/system-rsc/-/system-rsc-2.0.4.tgz", + "integrity": "sha512-qC1AgyFsYizEXTXgrAYGe393FzwkcPmr96F35fKcXtqu9KcIXf4Eac0EpXqu3niYMtfQu1uN7WYGXSQABmoDDw==", "dependencies": { "clsx": "^1.2.1", - "tailwind-variants": "^0.1.13" + "tailwind-variants": "^0.1.14" }, "peerDependencies": { "react": ">=18" } }, "node_modules/@nextui-org/table": { - "version": "2.0.17", - "resolved": "https://registry.npmjs.org/@nextui-org/table/-/table-2.0.17.tgz", - "integrity": "sha512-TfhLUsSfkh0eI41rG7InZnvktd05HwL0j0MyR/eDM3U274yRqIrWpQC8eKaXSsHrKsa5eTMwSVDhS+B5QdThfw==", + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/@nextui-org/table/-/table-2.0.20.tgz", + "integrity": "sha512-fxhBKQ1GKV+LoiFuP4LXZS41bnYztwwhz55qXzgzS9P9TTd075vxLXArk7p5DmxkA9ug7yAvgLXwLpDflYF9TQ==", "dependencies": { - "@nextui-org/checkbox": "2.0.16", + "@nextui-org/checkbox": "2.0.19", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-icons": "2.0.3", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/spacer": "2.0.13", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/spacer": "2.0.16", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@react-aria/focus": "^3.14.0", "@react-aria/interactions": "^3.17.0", "@react-aria/table": "^3.11.0", @@ -1338,16 +1338,16 @@ } }, "node_modules/@nextui-org/tabs": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@nextui-org/tabs/-/tabs-2.0.15.tgz", - "integrity": "sha512-9yRGB8bML8ECsU9dbdehV8D0Hxk6hAGtQpeZmz7l0JxRl77aEwDeqNlw+xAOlBXneUhhu7FgbUIZeB8VqbElEg==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@nextui-org/tabs/-/tabs-2.0.18.tgz", + "integrity": "sha512-ohsJCchJmEtUrFu8tV+SwcJdEkL3DZNamwRsh+X2RHkQ4XhVfhkSqmaXdHmmloY1hCJD+GxqVOZltwB0T5pFQQ==", "dependencies": { - "@nextui-org/aria-utils": "2.0.5", - "@nextui-org/framer-transitions": "2.0.5", + "@nextui-org/aria-utils": "2.0.7", + "@nextui-org/framer-transitions": "2.0.7", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-is-mounted": "2.0.2", "@nextui-org/use-update-effect": "2.0.2", "@react-aria/focus": "^3.14.0", @@ -1365,9 +1365,9 @@ } }, "node_modules/@nextui-org/theme": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@nextui-org/theme/-/theme-2.1.3.tgz", - "integrity": "sha512-VE+b+c6N3JrVMRty5ZX5Bg3Vg47CELpTy1KSMR4WncN6lS4qpdHqQ3+4riD9825NF4ndsXBOXt9HQwZEOenc2g==", + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/@nextui-org/theme/-/theme-2.1.6.tgz", + "integrity": "sha512-8QmH7SpZsSjbjaxkgZ8N6uUjQKOZjT0Vqi2VnPUejLoHGKgfgO+N48WsfXL7zBTYbfGmeOwpNL/68mztxGkwYQ==", "dependencies": { "@types/color": "^3.0.3", "@types/flat": "^5.0.2", @@ -1385,7 +1385,7 @@ "lodash.kebabcase": "^4.1.1", "lodash.mapkeys": "^4.6.0", "lodash.omit": "^4.5.0", - "tailwind-variants": "^0.1.13", + "tailwind-variants": "^0.1.14", "tailwindcss": "^3.2.7" }, "peerDependencies": { @@ -1393,16 +1393,16 @@ } }, "node_modules/@nextui-org/tooltip": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/@nextui-org/tooltip/-/tooltip-2.0.18.tgz", - "integrity": "sha512-5iL5I7dnrS9+DPQEigBY8f1Kf+SCpOAS4RtaOHMtkJXSqbIofu6pMKnHVLUuhTyaFuhCp+BfwA64m7MpGJn7Dg==", + "version": "2.0.21", + "resolved": "https://registry.npmjs.org/@nextui-org/tooltip/-/tooltip-2.0.21.tgz", + "integrity": "sha512-aW7wsYqvZR92KNwBwl/X1C6NZ0PffRietlrBlCY9R8KG6nomw2az8R7gaiPkBse4ifBzvm/SUFzo0QGRqv2i7Q==", "dependencies": { - "@nextui-org/aria-utils": "2.0.5", - "@nextui-org/framer-transitions": "2.0.5", + "@nextui-org/aria-utils": "2.0.7", + "@nextui-org/framer-transitions": "2.0.7", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@react-aria/interactions": "^3.17.0", "@react-aria/overlays": "^3.16.0", "@react-aria/tooltip": "^3.6.1", @@ -1619,15 +1619,15 @@ } }, "node_modules/@nextui-org/user": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/@nextui-org/user/-/user-2.0.16.tgz", - "integrity": "sha512-jnEauQ9Oa4JoiDQl1r651hGHTcYlQkxzPw9XidHww8WR/Wo2ciAR3PPkafnDa625Ff/36cRiwB+fwnlzZUBDhw==", + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/@nextui-org/user/-/user-2.0.19.tgz", + "integrity": "sha512-tIZv92UmMHK3u1AvSMac2Wg64dR3YUwCx+dmcRvH5WRGWGtkMo1obeiZf48EYmB6S3M8SlglNyHqBAGuV8BnQw==", "dependencies": { - "@nextui-org/avatar": "2.0.15", + "@nextui-org/avatar": "2.0.18", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@react-aria/focus": "^3.14.0", "@react-aria/utils": "^3.19.0" }, @@ -9189,9 +9189,9 @@ } }, "node_modules/tailwind-variants": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-0.1.13.tgz", - "integrity": "sha512-G2M7M74hjq0nAo6QdEfUJgF+0t9DecFUw91GC1P9YTnwMcfB3uChT5U5e2DuNU42xoOz15lzo7r0mPdMzZkylg==", + "version": "0.1.14", + "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-0.1.14.tgz", + "integrity": "sha512-qfOkSGP+cSolTTkJboldGmiM+w5uE77pazCRkwixEBsuaml9CmhN0E8qgH7QnZNmOTVSsgRK1tn/MsKOvOKVWA==", "dependencies": { "tailwind-merge": "^1.13.2" }, @@ -10613,18 +10613,18 @@ "optional": true }, "@nextui-org/accordion": { - "version": "2.0.17", - "resolved": "https://registry.npmjs.org/@nextui-org/accordion/-/accordion-2.0.17.tgz", - "integrity": "sha512-UBqO/d5qSVaHqaxAKSE/AqbtLKhBpUvYViMSkio9n80LM35KTaPmD4knCV5ddGVb8S/Iv34GwvbPUuLlzmamag==", + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/@nextui-org/accordion/-/accordion-2.0.20.tgz", + "integrity": "sha512-nJ46qLDj8jusTVNGOTtvI4Hanr5HsTS9VQwAGg1pi4oUXTsAD7JO4ARQ4zFmLrxHMb8GQLBsMDH691LWKlQElg==", "requires": { - "@nextui-org/aria-utils": "2.0.5", - "@nextui-org/divider": "2.0.14", - "@nextui-org/framer-transitions": "2.0.5", + "@nextui-org/aria-utils": "2.0.7", + "@nextui-org/divider": "2.0.17", + "@nextui-org/framer-transitions": "2.0.7", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-icons": "2.0.3", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-aria-accordion-item": "2.0.3", "@react-aria/accordion": "3.0.0-alpha.20", "@react-aria/focus": "^3.14.0", @@ -10636,11 +10636,11 @@ } }, "@nextui-org/aria-utils": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nextui-org/aria-utils/-/aria-utils-2.0.5.tgz", - "integrity": "sha512-pbfSGjQeGQoWMVHE9iCOPq2MSLPa2AIZwazdBO1QKyzfXGRCoJ6FM1zX+EvBrax/8+6DtZb9bZ6UzICr5ZLvVw==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@nextui-org/aria-utils/-/aria-utils-2.0.7.tgz", + "integrity": "sha512-Z5/JvPNyn96nW6qBMbGfPeplV9BXCKOPMFimVCVlqi6foeh2X4LqGifXpDa0szZli+Y1BFhGgIbpBAaQTzLS1A==", "requires": { - "@nextui-org/system": "2.0.5", + "@nextui-org/system": "2.0.7", "@react-aria/utils": "^3.19.0", "@react-stately/collections": "^3.10.0", "@react-types/overlays": "^3.8.1", @@ -10648,14 +10648,14 @@ } }, "@nextui-org/avatar": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@nextui-org/avatar/-/avatar-2.0.15.tgz", - "integrity": "sha512-+6vzA46yoS2RUKdafzz8114kCVBNg+h3UPKgz5oGWTDtcy3+CVYOq1Tbc0s0QLaDynDh8pSV2Gmb6FNWWzyNcg==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@nextui-org/avatar/-/avatar-2.0.18.tgz", + "integrity": "sha512-ynLr4wRermmba5gdW4y+hUdGDzemrzvTgq9SkCLH9+gljkfMgVMKsZYcabat110HJMHs2Jg8aE4SFTZWj4AVng==", "requires": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-image": "2.0.2", "@react-aria/focus": "^3.14.0", "@react-aria/interactions": "^3.17.0", @@ -10663,27 +10663,27 @@ } }, "@nextui-org/badge": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@nextui-org/badge/-/badge-2.0.13.tgz", - "integrity": "sha512-GjlbGqbX4At4YpymxpZoxRvGohw+tftq9CEjUFUtkQfun9oYQUvW3nofNRIYDfYfgr1RKuOC9vXlvmWNXELyBA==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/@nextui-org/badge/-/badge-2.0.16.tgz", + "integrity": "sha512-OmdLUUmpYUoduUPVTVHuicoMU9KWuOE0iaVINg0lLN4RATDPkKNLf3W2vhV996KBmaW3Dwd1R8kJZ13BrJdBvw==", "requires": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system-rsc": "2.0.3", - "@nextui-org/theme": "2.1.3" + "@nextui-org/system-rsc": "2.0.4", + "@nextui-org/theme": "2.1.6" } }, "@nextui-org/button": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@nextui-org/button/-/button-2.0.15.tgz", - "integrity": "sha512-xanWcfjxSiDqFbIH3QMnlh6X9bOtHI5o3DzQh5/PgZQh1uHxuu4AF3T8zq3pBiHwRp7CHyX9ByB0JYnLX+dScA==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@nextui-org/button/-/button-2.0.18.tgz", + "integrity": "sha512-XFgW7FQRlh1sVt3J2UKxvZxGHCPaK7wwzBLh3moRwPoJ16PjRYV4S9ijvW8tDl8/pvmXmCDjACFllZ7U39bUJQ==", "requires": { "@nextui-org/react-utils": "2.0.7", - "@nextui-org/ripple": "2.0.15", + "@nextui-org/ripple": "2.0.18", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/spinner": "2.0.13", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/spinner": "2.0.16", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-aria-button": "2.0.3", "@react-aria/button": "^3.8.1", "@react-aria/focus": "^3.14.0", @@ -10694,15 +10694,15 @@ } }, "@nextui-org/card": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@nextui-org/card/-/card-2.0.15.tgz", - "integrity": "sha512-usb68c3ZPE4LbR9RtNM7LelJAciTYFvNuywv+rAH0cuDQvicaOc9wBFahqHwdBYVSMVikboJdCv9XTYpQ7R4UQ==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@nextui-org/card/-/card-2.0.18.tgz", + "integrity": "sha512-eYF6kCZlGifB/loHmCJRwbxHx/6iwMnz2gSs9kWrGmh1KWLB18Jr9m2eJQLLgVMiE3uQ86SiBZ5JxmZvXBk3pw==", "requires": { "@nextui-org/react-utils": "2.0.7", - "@nextui-org/ripple": "2.0.15", + "@nextui-org/ripple": "2.0.18", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-aria-button": "2.0.3", "@react-aria/button": "^3.8.1", "@react-aria/focus": "^3.14.0", @@ -10712,14 +10712,14 @@ } }, "@nextui-org/checkbox": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/@nextui-org/checkbox/-/checkbox-2.0.16.tgz", - "integrity": "sha512-26nN9tI1tPsSwSgUTyFw/j+YVLp6TceUxhKDWbE0eoGjopSokE6KrrbetX24kNAo4+YDcEAGnSIV+sp1NiF8AA==", + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/@nextui-org/checkbox/-/checkbox-2.0.19.tgz", + "integrity": "sha512-c/VENfsSw8DFFbvsn48g7LHtUrG56PDEkvqy+GbPKVZadIrVH2mj1jKvjAzbcnwv4nBHc/EcWonkfPxXNUV4kA==", "requires": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@react-aria/checkbox": "^3.10.0", "@react-aria/focus": "^3.14.0", "@react-aria/interactions": "^3.17.0", @@ -10732,15 +10732,15 @@ } }, "@nextui-org/chip": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@nextui-org/chip/-/chip-2.0.15.tgz", - "integrity": "sha512-F+ilv3VqTqS4V6VmMYY/TQNOziPTXx7Vfk4JFdnDiw4WfQ+cQRoT97YqY3/BRBGmlepEkvq202rge8+HbnIvCA==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@nextui-org/chip/-/chip-2.0.18.tgz", + "integrity": "sha512-2CCHgZVYEE574XpDU8Q5Q6twPtPQITSaV9SO7GOdZR+LsVtMCYSAJQou2bMOCZLHDVpM9NZ+0ur874/vI2/HXw==", "requires": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-icons": "2.0.3", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@react-aria/focus": "^3.14.0", "@react-aria/interactions": "^3.17.0", "@react-aria/utils": "^3.19.0", @@ -10748,39 +10748,39 @@ } }, "@nextui-org/code": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@nextui-org/code/-/code-2.0.13.tgz", - "integrity": "sha512-INYSZF9V9BsGO1xwI+lTEXpYCLFhaD9h4/Dv5zJIp1kjeisYrLUlT4YE3XfyYOJEYm9Hcmg8D6hCp3waxZi74w==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/@nextui-org/code/-/code-2.0.16.tgz", + "integrity": "sha512-V6sLz/kkIrvMEc/3myIuJabPpRjCjODgsz/ejjtC/yIVuP6GFHInyCT2fAlGXCnWP+0e9rvo+hpINDtGeC4pEg==", "requires": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system-rsc": "2.0.3", - "@nextui-org/theme": "2.1.3" + "@nextui-org/system-rsc": "2.0.4", + "@nextui-org/theme": "2.1.6" } }, "@nextui-org/divider": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/@nextui-org/divider/-/divider-2.0.14.tgz", - "integrity": "sha512-iBK+8YEH/gQ7jbYi7Zo+l5PoRYRhhaaaXYT67iT4GyyL/Q/Hakp1DnbG6NL54KkqM725heeeLbhFGfUx7cGL4Q==", + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/@nextui-org/divider/-/divider-2.0.17.tgz", + "integrity": "sha512-RdsfF2bBCG+xh7FDBC0qNoG1R8OL3o157GSrzd4B6Jd9uqRFq7N0M41tnNq35i/uF9KsxIV7UxJPXK6VAezezQ==", "requires": { "@nextui-org/react-rsc-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system-rsc": "2.0.3", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system-rsc": "2.0.4", + "@nextui-org/theme": "2.1.6", "@react-types/shared": "^3.19.0" } }, "@nextui-org/dropdown": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@nextui-org/dropdown/-/dropdown-2.1.4.tgz", - "integrity": "sha512-OfT7DkEqGLYO/O3C0AYfp+Jz5tY2vf3JATuo8GrZ1bEeBpRADg+9WNryc3AggC80D2wUqw+6mhDJaWI69WahHQ==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@nextui-org/dropdown/-/dropdown-2.1.7.tgz", + "integrity": "sha512-SyoEAUo8sAXddO0e9iwp5Xax5+/DyAt3aFWKgJbOM6w44qBXO3OFIaQYx1I3vDk1DWUTqRArpwAyDFvhKbNWxw==", "requires": { - "@nextui-org/menu": "2.0.5", - "@nextui-org/popover": "2.1.3", + "@nextui-org/menu": "2.0.8", + "@nextui-org/popover": "2.1.6", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@react-aria/focus": "^3.14.0", "@react-aria/menu": "^3.10.1", "@react-aria/utils": "^3.19.0", @@ -10789,36 +10789,36 @@ } }, "@nextui-org/framer-transitions": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nextui-org/framer-transitions/-/framer-transitions-2.0.5.tgz", - "integrity": "sha512-lf4u6cQZyCgxwX2HLYqos3czbt3174W6cyptxDSHW1VxZYlRhm4II31awR9ZGxaU0d4I2v5PJxNqj70oSNz2rg==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@nextui-org/framer-transitions/-/framer-transitions-2.0.7.tgz", + "integrity": "sha512-RfumPX06wLlW3DF+TAXvmE+/uTEZAPiYE7vv+qxoxRNW9ELpCylAKPmT9M+HL1HsiZjtgDOK6JrvWfcJnj/QRQ==", "requires": { "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5" + "@nextui-org/system": "2.0.7" } }, "@nextui-org/image": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@nextui-org/image/-/image-2.0.15.tgz", - "integrity": "sha512-1ydf2og7Pp+UUp/tiSsD9a5RMxsVo3vv+eh0DlfLmA0YPZkEJWjSnsCtUYrAWIBnbNrZOrnPQI6adoQAaWzY3g==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@nextui-org/image/-/image-2.0.18.tgz", + "integrity": "sha512-OoDufSvnoIdk460JMe0XzYwpiUjgvJdZj902QaKcA1FWEZCR3vs3MQYxZ8xokFEYGXLLsoC3InKGcKFHRzCKGg==", "requires": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-image": "2.0.2" } }, "@nextui-org/input": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@nextui-org/input/-/input-2.1.3.tgz", - "integrity": "sha512-bBPGP/q9RbOwqFozHWSIwrABPRSXnY7FBAWe0zsb8Wsv1tVtmDfsdzGE14O2ex9saE/0NE3iVlfK6vQh3J2bYQ==", + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/@nextui-org/input/-/input-2.1.6.tgz", + "integrity": "sha512-8kUXTE60mD3Ut8xsYv4sFSexVaL5mHXfRauAqOoBONQo/mZTuMiCKI8znWuNTj4ULQ36shcakY065F5v1kdEDg==", "requires": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-icons": "2.0.3", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@react-aria/focus": "^3.14.0", "@react-aria/interactions": "^3.17.0", "@react-aria/textfield": "^3.11.0", @@ -10830,27 +10830,27 @@ } }, "@nextui-org/kbd": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/@nextui-org/kbd/-/kbd-2.0.14.tgz", - "integrity": "sha512-IyOrw7d9jTyCboF4pKXf4oQ8Hiip5G4GSHTV4YoFerSD2xEqotOCab6MMW062vfi4ZwBd1r5SEAI5vdGEJ2Vyg==", + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/@nextui-org/kbd/-/kbd-2.0.17.tgz", + "integrity": "sha512-5S5XFGOaBEBb3vrpAx19iD6G8QSwieHL7/EjfthqgGoOzJkUBPLXt4hZf358g6FOXoE2Qs3c476cApaVZOzddw==", "requires": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system-rsc": "2.0.3", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system-rsc": "2.0.4", + "@nextui-org/theme": "2.1.6", "@react-aria/utils": "^3.19.0" } }, "@nextui-org/link": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/@nextui-org/link/-/link-2.0.16.tgz", - "integrity": "sha512-tnEQ6NWTXIzbD70YIcXq+sTIegXTpKx1JoJzM/V71s1ObdrUc0r7RwBq7tj8UbNAzCel/ppxsJga2rlDSrDCIQ==", + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/@nextui-org/link/-/link-2.0.19.tgz", + "integrity": "sha512-fKi9sBQLoQOAzhaWttInKcngMQcKRcWA1JZEmyd1ptQ7msf6jJCY+KZ5s/d3keeUnrFX0TKtNEdbdbRCfn+6Xg==", "requires": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-icons": "2.0.3", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-aria-link": "2.0.12", "@react-aria/focus": "^3.14.0", "@react-aria/link": "^3.5.3", @@ -10859,16 +10859,16 @@ } }, "@nextui-org/listbox": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@nextui-org/listbox/-/listbox-2.1.4.tgz", - "integrity": "sha512-6QTBDwLqTEe6gPtlYExldQMDOyfqOY0ypbWlAPZqpuzTLEbzTKQMAC8Tl8cK2nm5oPq253k9hj5sESWVRRiErA==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@nextui-org/listbox/-/listbox-2.1.7.tgz", + "integrity": "sha512-WcGlqhFmlMuCWsFdlYZUq7qKVxHjcpQC7takve/vztxGSHKyWXkoElS55jKjes62YGXRZ//U0dgF+3IJU58ApA==", "requires": { - "@nextui-org/aria-utils": "2.0.5", - "@nextui-org/divider": "2.0.14", + "@nextui-org/aria-utils": "2.0.7", + "@nextui-org/divider": "2.0.17", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-is-mobile": "2.0.3", "@react-aria/focus": "^3.13.0", "@react-aria/interactions": "^3.16.0", @@ -10880,16 +10880,16 @@ } }, "@nextui-org/menu": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nextui-org/menu/-/menu-2.0.5.tgz", - "integrity": "sha512-6Osn2fut3pKcLRmzXSLbhOwNLYAUHqP8gXnA3umRm+Uafzfs/qTRgnHI8bqmyHhN8ZLRJUSQtVpR0RGxfPZG2Q==", + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/@nextui-org/menu/-/menu-2.0.8.tgz", + "integrity": "sha512-8QuNGfav0FhqxS4JpDDL7eTTP7eP5uiapNHmfPMdm3I7pugeH9OWOlrvc6EQ1TBIfT2tUHzE7wzpRwUlhPm6Lg==", "requires": { - "@nextui-org/aria-utils": "2.0.5", - "@nextui-org/divider": "2.0.14", + "@nextui-org/aria-utils": "2.0.7", + "@nextui-org/divider": "2.0.17", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-is-mobile": "2.0.3", "@react-aria/focus": "^3.13.0", "@react-aria/interactions": "^3.16.0", @@ -10902,16 +10902,16 @@ } }, "@nextui-org/modal": { - "version": "2.0.17", - "resolved": "https://registry.npmjs.org/@nextui-org/modal/-/modal-2.0.17.tgz", - "integrity": "sha512-KGVpGDsDCszAqry1FxKg8JLX7HnKSKSDosL0ADNEYN7/paFaG8dlBGGxMR0d//hEWJqyjHMzjA7YFbvm3JcCOg==", + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/@nextui-org/modal/-/modal-2.0.20.tgz", + "integrity": "sha512-LE2HuyijyARMpdErGdlgpY6g3DLlqEPYbI5Bs/Fp7MIsubz2ZhN04EVSVxID2c8zIguIyte26yw93n9nV6+XHg==", "requires": { - "@nextui-org/framer-transitions": "2.0.5", + "@nextui-org/framer-transitions": "2.0.7", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-icons": "2.0.3", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-aria-button": "2.0.3", "@nextui-org/use-aria-modal-overlay": "2.0.3", "@nextui-org/use-disclosure": "2.0.3", @@ -10926,15 +10926,15 @@ } }, "@nextui-org/navbar": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/@nextui-org/navbar/-/navbar-2.0.16.tgz", - "integrity": "sha512-vqZHekGQkIUYHYGww8krlVwSkmjYfYO3TOsnckcI0yB4id5ejmVE0tbglO0O1iD2RHsnC8baKXl9uNI96B65HQ==", + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/@nextui-org/navbar/-/navbar-2.0.19.tgz", + "integrity": "sha512-gETXFUSFd+NIBbkq5LnsoC5yQ7AugdLJZMpn4kgVy6zyq+N50LBIAir43I+k7+QllPHpF976vO58mCMkMfcKAQ==", "requires": { - "@nextui-org/framer-transitions": "2.0.5", + "@nextui-org/framer-transitions": "2.0.7", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-aria-toggle-button": "2.0.3", "@nextui-org/use-scroll-position": "2.0.2", "@react-aria/focus": "^3.14.0", @@ -10947,15 +10947,15 @@ } }, "@nextui-org/pagination": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/@nextui-org/pagination/-/pagination-2.0.16.tgz", - "integrity": "sha512-hDmA25DG0AitgomJ0gOvC9wCTqcrRwtgeGWnHSoLNjQiBkTrlvuO3Gl+jUmoPC/XrJvF2zbgXTh7lalEd0+Dyg==", + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/@nextui-org/pagination/-/pagination-2.0.19.tgz", + "integrity": "sha512-A61AsUnOsI0fthd3paqQZoTzSp3oqlcMNd3Q8p7vRNAF2vESSvmVfgJlrITrwsOLkGoka13iotnj19NkdDNQMQ==", "requires": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-icons": "2.0.3", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-pagination": "2.0.2", "@react-aria/focus": "^3.14.0", "@react-aria/interactions": "^3.17.0", @@ -10964,17 +10964,17 @@ } }, "@nextui-org/popover": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@nextui-org/popover/-/popover-2.1.3.tgz", - "integrity": "sha512-oy3ahnbcdUsy+hT62Hq9wXh9ySJivjscrBz8Aq3ax4nAJ5XLRiuDyn5NF7/FSkbVpB/L4rk52r1mw/752mZlVw==", + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/@nextui-org/popover/-/popover-2.1.6.tgz", + "integrity": "sha512-FlNvztOJX5ywSqY4fqq6cgAZN/rrQwC7IR+5WJ8P6tsobcEVmu9UfnT9VvXHlDY/EMnBScpgWfQJcrlF++B4rg==", "requires": { - "@nextui-org/aria-utils": "2.0.5", - "@nextui-org/button": "2.0.15", - "@nextui-org/framer-transitions": "2.0.5", + "@nextui-org/aria-utils": "2.0.7", + "@nextui-org/button": "2.0.18", + "@nextui-org/framer-transitions": "2.0.7", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-aria-button": "2.0.3", "@react-aria/dialog": "^3.5.4", "@react-aria/focus": "^3.14.0", @@ -10988,14 +10988,14 @@ } }, "@nextui-org/progress": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@nextui-org/progress/-/progress-2.0.15.tgz", - "integrity": "sha512-PDBRbAvzotrfYgh5IGCayAjN05ZVc49V5h5XOPhVrxe1bi6Jt/bqejdnDTNa9nbtIvzP8MAARtKPdaMlS7jdGQ==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@nextui-org/progress/-/progress-2.0.18.tgz", + "integrity": "sha512-zAfQKKfcs1MJ2Wti7VvTgXKZYa6/fuZoKuCbG6WMiL5LiacQjavZzHxhNZz5ps4I5ihbhvpXg7HuiYdENC+E8A==", "requires": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-is-mounted": "2.0.2", "@react-aria/i18n": "^3.8.1", "@react-aria/progress": "^3.4.4", @@ -11004,14 +11004,14 @@ } }, "@nextui-org/radio": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/@nextui-org/radio/-/radio-2.0.16.tgz", - "integrity": "sha512-ZDeHyKms3HXV2uZzgtG3HBAWyM8+iXoKM3FJ7GHgb/icZeEkKkl9Dsl24jFTSuTppzNXjKdE0YSqME6yV4FSCg==", + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/@nextui-org/radio/-/radio-2.0.19.tgz", + "integrity": "sha512-bS7DepD1kb11WQMEuqQ9/4b6lPnK/RpY6xFo9jUVMYrIBiefW3iT8bba3ZsCxQvxm+sQ1lOjWXn+GLDzVgWyJA==", "requires": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@react-aria/focus": "^3.14.0", "@react-aria/interactions": "^3.17.0", "@react-aria/radio": "^3.7.0", @@ -11023,45 +11023,45 @@ } }, "@nextui-org/react": { - "version": "2.1.7", - "resolved": "https://registry.npmjs.org/@nextui-org/react/-/react-2.1.7.tgz", - "integrity": "sha512-2q5qIBOD03orI2TDpcdOoqJwn3kgajfQZJS6KVTI9wYFVk/M2Bnt21fwBGi+QJjzHUtQ7ZmmkMaBbqpYmC0h+g==", - "requires": { - "@nextui-org/accordion": "2.0.17", - "@nextui-org/avatar": "2.0.15", - "@nextui-org/badge": "2.0.13", - "@nextui-org/button": "2.0.15", - "@nextui-org/card": "2.0.15", - "@nextui-org/checkbox": "2.0.16", - "@nextui-org/chip": "2.0.15", - "@nextui-org/code": "2.0.13", - "@nextui-org/divider": "2.0.14", - "@nextui-org/dropdown": "2.1.4", - "@nextui-org/image": "2.0.15", - "@nextui-org/input": "2.1.3", - "@nextui-org/kbd": "2.0.14", - "@nextui-org/link": "2.0.16", - "@nextui-org/listbox": "2.1.4", - "@nextui-org/menu": "2.0.5", - "@nextui-org/modal": "2.0.17", - "@nextui-org/navbar": "2.0.16", - "@nextui-org/pagination": "2.0.16", - "@nextui-org/popover": "2.1.3", - "@nextui-org/progress": "2.0.15", - "@nextui-org/radio": "2.0.16", - "@nextui-org/scroll-shadow": "2.1.3", - "@nextui-org/select": "2.1.5", - "@nextui-org/skeleton": "2.0.13", - "@nextui-org/snippet": "2.0.19", - "@nextui-org/spacer": "2.0.13", - "@nextui-org/spinner": "2.0.13", - "@nextui-org/switch": "2.0.15", - "@nextui-org/system": "2.0.5", - "@nextui-org/table": "2.0.17", - "@nextui-org/tabs": "2.0.15", - "@nextui-org/theme": "2.1.3", - "@nextui-org/tooltip": "2.0.18", - "@nextui-org/user": "2.0.16", + "version": "2.1.10", + "resolved": "https://registry.npmjs.org/@nextui-org/react/-/react-2.1.10.tgz", + "integrity": "sha512-jQ6Z5bNk2RWkORfVZ1nwVjMaQatUSrImBiZB8k1WbmuEhrrRUz3HEaVBzZUcUG8W9d01g7nI8SotJyNU83dfLw==", + "requires": { + "@nextui-org/accordion": "2.0.20", + "@nextui-org/avatar": "2.0.18", + "@nextui-org/badge": "2.0.16", + "@nextui-org/button": "2.0.18", + "@nextui-org/card": "2.0.18", + "@nextui-org/checkbox": "2.0.19", + "@nextui-org/chip": "2.0.18", + "@nextui-org/code": "2.0.16", + "@nextui-org/divider": "2.0.17", + "@nextui-org/dropdown": "2.1.7", + "@nextui-org/image": "2.0.18", + "@nextui-org/input": "2.1.6", + "@nextui-org/kbd": "2.0.17", + "@nextui-org/link": "2.0.19", + "@nextui-org/listbox": "2.1.7", + "@nextui-org/menu": "2.0.8", + "@nextui-org/modal": "2.0.20", + "@nextui-org/navbar": "2.0.19", + "@nextui-org/pagination": "2.0.19", + "@nextui-org/popover": "2.1.6", + "@nextui-org/progress": "2.0.18", + "@nextui-org/radio": "2.0.19", + "@nextui-org/scroll-shadow": "2.1.6", + "@nextui-org/select": "2.1.8", + "@nextui-org/skeleton": "2.0.16", + "@nextui-org/snippet": "2.0.22", + "@nextui-org/spacer": "2.0.16", + "@nextui-org/spinner": "2.0.16", + "@nextui-org/switch": "2.0.18", + "@nextui-org/system": "2.0.7", + "@nextui-org/table": "2.0.20", + "@nextui-org/tabs": "2.0.18", + "@nextui-org/theme": "2.1.6", + "@nextui-org/tooltip": "2.0.21", + "@nextui-org/user": "2.0.19", "@react-aria/visually-hidden": "^3.8.3" } }, @@ -11080,43 +11080,43 @@ } }, "@nextui-org/ripple": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@nextui-org/ripple/-/ripple-2.0.15.tgz", - "integrity": "sha512-Zp2Zp6s9QuehbDlykKzfySwlglWAN1ZJl9za9IHHDzWWmalj+tS1fmvTepfnXajoxJOyQxtgbQuIsf5UONgkBA==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@nextui-org/ripple/-/ripple-2.0.18.tgz", + "integrity": "sha512-sLmtdk+mVQ0BUMjrJJ1beaRwGORauZ5eTbjdMSug7WgvwgsJX5WTqOIx3qZdcb/VmJtKaBli6SIyYe73fs/VAw==", "requires": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3" + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6" } }, "@nextui-org/scroll-shadow": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@nextui-org/scroll-shadow/-/scroll-shadow-2.1.3.tgz", - "integrity": "sha512-ppd5PTWZtBXuNK66FN8nffHhXp1jLGwkwoDpebGwDhcrlhvmQk+DUuS0bTu+pWUqx6wIuA27bACCNkWg4och4g==", + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/@nextui-org/scroll-shadow/-/scroll-shadow-2.1.6.tgz", + "integrity": "sha512-Ri7O8H9zDFQqTbnGWqD0KnuHppas6eY+dI7/Q0b3sLS/fNIVPwuVzYFibLaSnA/VkzBoRJhHRcaqUqka0a1rSA==", "requires": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-data-scroll-overflow": "2.1.0" } }, "@nextui-org/select": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nextui-org/select/-/select-2.1.5.tgz", - "integrity": "sha512-UYpl07UdHK5kGuOMfswkqeeFwWTlV61LQaarEVYWMsHrSmRFpQ+D+xnp7mIvqJ3iuencDokckqOiGDWhdTqIfA==", + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/@nextui-org/select/-/select-2.1.8.tgz", + "integrity": "sha512-8mstcoUZfowW52CYa7tnG4OOM5fBsy8/xyV30IiRHqx9FhraqPEifBN8q/X7Mj516PNXN8ojj9WX9CfivTN13w==", "requires": { - "@nextui-org/aria-utils": "2.0.5", - "@nextui-org/listbox": "2.1.4", - "@nextui-org/popover": "2.1.3", + "@nextui-org/aria-utils": "2.0.7", + "@nextui-org/listbox": "2.1.7", + "@nextui-org/popover": "2.1.6", "@nextui-org/react-utils": "2.0.7", - "@nextui-org/scroll-shadow": "2.1.3", + "@nextui-org/scroll-shadow": "2.1.6", "@nextui-org/shared-icons": "2.0.3", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/spinner": "2.0.13", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/spinner": "2.0.16", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-aria-button": "2.0.3", "@nextui-org/use-aria-multiselect": "2.1.0", "@react-aria/focus": "^3.13.0", @@ -11139,64 +11139,64 @@ "requires": {} }, "@nextui-org/skeleton": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@nextui-org/skeleton/-/skeleton-2.0.13.tgz", - "integrity": "sha512-U2e2iKgmDFSWvFqA6+L72L3Xt0l6ZziI7gId+dS5sC5Zi1OJer+XZF0Cj0z7oOTvj6UaSqTozv4LQ+Hg6+PBXQ==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/@nextui-org/skeleton/-/skeleton-2.0.16.tgz", + "integrity": "sha512-+GV0WG6HQrbfis/KblidhyAn9mIUFBCkJzvUWmohJ7INMNx/1RdhgcuDXiKvgYQ8ewjpZMpAVXAmQKhkpE0uFQ==", "requires": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system-rsc": "2.0.3", - "@nextui-org/theme": "2.1.3" + "@nextui-org/system-rsc": "2.0.4", + "@nextui-org/theme": "2.1.6" } }, "@nextui-org/snippet": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/@nextui-org/snippet/-/snippet-2.0.19.tgz", - "integrity": "sha512-cjg8KdRuVEpiesuhLS9MbSGIykJB5x3Kq3CFzu7dbqhyhzYahNFJdod5fIr4isjlAtZc/1iz7vybekR/snuzdA==", + "version": "2.0.22", + "resolved": "https://registry.npmjs.org/@nextui-org/snippet/-/snippet-2.0.22.tgz", + "integrity": "sha512-606bo8T4qaToxqiECNGyN/ZyLUkRHngEXi4RpHttP4O3Ze64EHq7tlu0bF3DjyJv+2vWIiZrJvi8VzJsAmfVvA==", "requires": { - "@nextui-org/button": "2.0.15", + "@nextui-org/button": "2.0.18", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-icons": "2.0.3", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", - "@nextui-org/tooltip": "2.0.18", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", + "@nextui-org/tooltip": "2.0.21", "@nextui-org/use-clipboard": "2.0.2", "@react-aria/focus": "^3.14.0", "@react-aria/utils": "^3.19.0" } }, "@nextui-org/spacer": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@nextui-org/spacer/-/spacer-2.0.13.tgz", - "integrity": "sha512-wRpPm7UPHvzBsgq25qVm3POrs7aHAdH0KegAvyjwNW5vMSLG48D1jhBt80yeBqt9rYxBrfoGl4OApHC3OXDDqA==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/@nextui-org/spacer/-/spacer-2.0.16.tgz", + "integrity": "sha512-v8MKj40vFWnTyAONRNojrM2oTuK1jOhW5uI9yJ/dpA+eYWukEB/5kdMuGDXtVbcAFqvxro5+PAOFBYs+juvW+w==", "requires": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system-rsc": "2.0.3", - "@nextui-org/theme": "2.1.3" + "@nextui-org/system-rsc": "2.0.4", + "@nextui-org/theme": "2.1.6" } }, "@nextui-org/spinner": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@nextui-org/spinner/-/spinner-2.0.13.tgz", - "integrity": "sha512-pXFDu1/S0bwKyMiV4wJ4YZMhmLvg/p8KjYTP999E2Zlr0zxxaCRJ95GMl6kKxX73JD0YENJwE8n07jGI1lxs2Q==", + "version": "2.0.16", + "resolved": "https://registry.npmjs.org/@nextui-org/spinner/-/spinner-2.0.16.tgz", + "integrity": "sha512-HqWrL8O6d4dqHVrJUriDlg+C5qCqnBKCCOW69JIS3dpkk4P4M47OgzAXL7fqv5MuU+1vvxCg/cRh0V9fPwjcag==", "requires": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system-rsc": "2.0.3", - "@nextui-org/theme": "2.1.3" + "@nextui-org/system-rsc": "2.0.4", + "@nextui-org/theme": "2.1.6" } }, "@nextui-org/switch": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@nextui-org/switch/-/switch-2.0.15.tgz", - "integrity": "sha512-29AC4Qc8skmzmtKPDQuS46/s7wpAGGhftl3ruJLfHBmR69ZyHMUNjwDEpyn9tiGOlINP1JWDGvF5/H69bnLdbA==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@nextui-org/switch/-/switch-2.0.18.tgz", + "integrity": "sha512-oqyaVBUgx3jBgIcFCGhPE9YKfZVqY/NSaWNvwyj7d4k8kr/cBkhZRkD+XN/DXcxXk/QPqJuyXSCg3IpnezUgHw==", "requires": { "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@react-aria/focus": "^3.14.0", "@react-aria/interactions": "^3.17.0", "@react-aria/switch": "^3.5.3", @@ -11207,36 +11207,36 @@ } }, "@nextui-org/system": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nextui-org/system/-/system-2.0.5.tgz", - "integrity": "sha512-ke02e60ctxnXsxe77TRN6pWVY89aCCi0AXwyQIbgT9lfiVgUGWJa+f6am46ItCzeSkvIQ7j3XJBz717zu+GSRg==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@nextui-org/system/-/system-2.0.7.tgz", + "integrity": "sha512-aClgN+hvY5BcqYOrZjIQN4cfYV2esVsMPLPkvmzoGul87s+Lk3bBE0tZYQXgkqYRlpxk0sHZNk/dW6skvZQegA==", "requires": { - "@nextui-org/system-rsc": "2.0.3", + "@nextui-org/system-rsc": "2.0.4", "@react-aria/i18n": "^3.8.1", "@react-aria/overlays": "^3.16.0" } }, "@nextui-org/system-rsc": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@nextui-org/system-rsc/-/system-rsc-2.0.3.tgz", - "integrity": "sha512-CfWl1JkHPtgSvq/Szz4oWQAg7b6L7wxxHEFzKcvNdhbX61IfE5PvnQMl5z8T9UTSIIwFv4P0ntP5kpKE895w2w==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@nextui-org/system-rsc/-/system-rsc-2.0.4.tgz", + "integrity": "sha512-qC1AgyFsYizEXTXgrAYGe393FzwkcPmr96F35fKcXtqu9KcIXf4Eac0EpXqu3niYMtfQu1uN7WYGXSQABmoDDw==", "requires": { "clsx": "^1.2.1", - "tailwind-variants": "^0.1.13" + "tailwind-variants": "^0.1.14" } }, "@nextui-org/table": { - "version": "2.0.17", - "resolved": "https://registry.npmjs.org/@nextui-org/table/-/table-2.0.17.tgz", - "integrity": "sha512-TfhLUsSfkh0eI41rG7InZnvktd05HwL0j0MyR/eDM3U274yRqIrWpQC8eKaXSsHrKsa5eTMwSVDhS+B5QdThfw==", + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/@nextui-org/table/-/table-2.0.20.tgz", + "integrity": "sha512-fxhBKQ1GKV+LoiFuP4LXZS41bnYztwwhz55qXzgzS9P9TTd075vxLXArk7p5DmxkA9ug7yAvgLXwLpDflYF9TQ==", "requires": { - "@nextui-org/checkbox": "2.0.16", + "@nextui-org/checkbox": "2.0.19", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-icons": "2.0.3", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/spacer": "2.0.13", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/spacer": "2.0.16", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@react-aria/focus": "^3.14.0", "@react-aria/interactions": "^3.17.0", "@react-aria/table": "^3.11.0", @@ -11249,16 +11249,16 @@ } }, "@nextui-org/tabs": { - "version": "2.0.15", - "resolved": "https://registry.npmjs.org/@nextui-org/tabs/-/tabs-2.0.15.tgz", - "integrity": "sha512-9yRGB8bML8ECsU9dbdehV8D0Hxk6hAGtQpeZmz7l0JxRl77aEwDeqNlw+xAOlBXneUhhu7FgbUIZeB8VqbElEg==", + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@nextui-org/tabs/-/tabs-2.0.18.tgz", + "integrity": "sha512-ohsJCchJmEtUrFu8tV+SwcJdEkL3DZNamwRsh+X2RHkQ4XhVfhkSqmaXdHmmloY1hCJD+GxqVOZltwB0T5pFQQ==", "requires": { - "@nextui-org/aria-utils": "2.0.5", - "@nextui-org/framer-transitions": "2.0.5", + "@nextui-org/aria-utils": "2.0.7", + "@nextui-org/framer-transitions": "2.0.7", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@nextui-org/use-is-mounted": "2.0.2", "@nextui-org/use-update-effect": "2.0.2", "@react-aria/focus": "^3.14.0", @@ -11272,9 +11272,9 @@ } }, "@nextui-org/theme": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@nextui-org/theme/-/theme-2.1.3.tgz", - "integrity": "sha512-VE+b+c6N3JrVMRty5ZX5Bg3Vg47CELpTy1KSMR4WncN6lS4qpdHqQ3+4riD9825NF4ndsXBOXt9HQwZEOenc2g==", + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/@nextui-org/theme/-/theme-2.1.6.tgz", + "integrity": "sha512-8QmH7SpZsSjbjaxkgZ8N6uUjQKOZjT0Vqi2VnPUejLoHGKgfgO+N48WsfXL7zBTYbfGmeOwpNL/68mztxGkwYQ==", "requires": { "@types/color": "^3.0.3", "@types/flat": "^5.0.2", @@ -11292,21 +11292,21 @@ "lodash.kebabcase": "^4.1.1", "lodash.mapkeys": "^4.6.0", "lodash.omit": "^4.5.0", - "tailwind-variants": "^0.1.13", + "tailwind-variants": "^0.1.14", "tailwindcss": "^3.2.7" } }, "@nextui-org/tooltip": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/@nextui-org/tooltip/-/tooltip-2.0.18.tgz", - "integrity": "sha512-5iL5I7dnrS9+DPQEigBY8f1Kf+SCpOAS4RtaOHMtkJXSqbIofu6pMKnHVLUuhTyaFuhCp+BfwA64m7MpGJn7Dg==", + "version": "2.0.21", + "resolved": "https://registry.npmjs.org/@nextui-org/tooltip/-/tooltip-2.0.21.tgz", + "integrity": "sha512-aW7wsYqvZR92KNwBwl/X1C6NZ0PffRietlrBlCY9R8KG6nomw2az8R7gaiPkBse4ifBzvm/SUFzo0QGRqv2i7Q==", "requires": { - "@nextui-org/aria-utils": "2.0.5", - "@nextui-org/framer-transitions": "2.0.5", + "@nextui-org/aria-utils": "2.0.7", + "@nextui-org/framer-transitions": "2.0.7", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@react-aria/interactions": "^3.17.0", "@react-aria/overlays": "^3.16.0", "@react-aria/tooltip": "^3.6.1", @@ -11473,15 +11473,15 @@ "requires": {} }, "@nextui-org/user": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/@nextui-org/user/-/user-2.0.16.tgz", - "integrity": "sha512-jnEauQ9Oa4JoiDQl1r651hGHTcYlQkxzPw9XidHww8WR/Wo2ciAR3PPkafnDa625Ff/36cRiwB+fwnlzZUBDhw==", + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/@nextui-org/user/-/user-2.0.19.tgz", + "integrity": "sha512-tIZv92UmMHK3u1AvSMac2Wg64dR3YUwCx+dmcRvH5WRGWGtkMo1obeiZf48EYmB6S3M8SlglNyHqBAGuV8BnQw==", "requires": { - "@nextui-org/avatar": "2.0.15", + "@nextui-org/avatar": "2.0.18", "@nextui-org/react-utils": "2.0.7", "@nextui-org/shared-utils": "2.0.2", - "@nextui-org/system": "2.0.5", - "@nextui-org/theme": "2.1.3", + "@nextui-org/system": "2.0.7", + "@nextui-org/theme": "2.1.6", "@react-aria/focus": "^3.14.0", "@react-aria/utils": "^3.19.0" } @@ -16938,9 +16938,9 @@ "integrity": "sha512-3mFKyCo/MBcgyOTlrY8T7odzZFx+w+qKSMAmdFzRvqBfLlSigU6TZnlFHK0lkMwj9Bj8OYU+9yW9lmGuS0QEnQ==" }, "tailwind-variants": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-0.1.13.tgz", - "integrity": "sha512-G2M7M74hjq0nAo6QdEfUJgF+0t9DecFUw91GC1P9YTnwMcfB3uChT5U5e2DuNU42xoOz15lzo7r0mPdMzZkylg==", + "version": "0.1.14", + "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-0.1.14.tgz", + "integrity": "sha512-qfOkSGP+cSolTTkJboldGmiM+w5uE77pazCRkwixEBsuaml9CmhN0E8qgH7QnZNmOTVSsgRK1tn/MsKOvOKVWA==", "requires": { "tailwind-merge": "^1.13.2" } diff --git a/package.json b/package.json index 286f6b5..832db1e 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "license": "MIT", "dependencies": { - "@nextui-org/react": "^2.1.7", + "@nextui-org/react": "^2.1.10", "framer-motion": "^10.16.1" } }