diff --git a/package-lock.json b/package-lock.json index 8eca35a..f9ef254 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "pulse-frontend", "version": "0.13.0-alpha", "dependencies": { - "@ciphera-net/ui": "^0.0.95", + "@ciphera-net/ui": "^0.1.0", "@ducanh2912/next-pwa": "^10.2.9", "@phosphor-icons/react": "^2.1.10", "@simplewebauthn/browser": "^13.2.2", @@ -1664,11 +1664,12 @@ } }, "node_modules/@ciphera-net/ui": { - "version": "0.0.95", - "resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.95/ddb41cb4513d4727f38e34f1a8a8d49a7fc9600d", - "integrity": "sha512-Bo0RLetcuPIwU7g5u6oNs9eftlD5Tb82356Ht/wQamx/6egUTZWnouXEEoOlKVhSPRACisys/AGnUQU6JPM+cA==", + "version": "0.1.0", + "resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.1.0/433d68844bdbbef83b38ede046b0b601a03a065f", + "integrity": "sha512-uDdHg8KHuaiTaPqxP/0uALnH1UOc0Oz8Z2FnlCGwL7ma2keUotDd/3ooYWIBtFMazeq7Qrq7VM0YrvHd8puqug==", "dependencies": { "@phosphor-icons/react": "^2.1.10", + "class-variance-authority": "^0.7.1", "clsx": "^2.1.0", "framer-motion": "^12.0.0", "sonner": "^2.0.7", @@ -6046,6 +6047,18 @@ "node": ">=6.0" } }, + "node_modules/class-variance-authority": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/class-variance-authority/-/class-variance-authority-0.7.1.tgz", + "integrity": "sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==", + "license": "Apache-2.0", + "dependencies": { + "clsx": "^2.1.1" + }, + "funding": { + "url": "https://polar.sh/cva" + } + }, "node_modules/client-only": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", diff --git a/package.json b/package.json index 3030cb1..0d1bcbf 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "test:watch": "vitest" }, "dependencies": { - "@ciphera-net/ui": "^0.0.95", + "@ciphera-net/ui": "^0.1.0", "@ducanh2912/next-pwa": "^10.2.9", "@phosphor-icons/react": "^2.1.10", "@simplewebauthn/browser": "^13.2.2",