chore: update @ciphera-net/ui dependency to version 0.0.68 and update icon URLs in layout-content.tsx for improved asset management

This commit is contained in:
Usman Baig
2026-02-27 13:02:30 +01:00
parent 908b8c0900
commit f933c2fb71
3 changed files with 10 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ const CIPHERA_APPS: CipheraApp[] = [
id: 'pulse', id: 'pulse',
name: 'Pulse', name: 'Pulse',
description: 'Your current app — Privacy-first analytics', description: 'Your current app — Privacy-first analytics',
icon: '/pulse_icon_no_margins.png', icon: 'https://ciphera.net/pulse_icon_no_margins.png',
href: 'https://pulse.ciphera.net', href: 'https://pulse.ciphera.net',
isAvailable: false, // * Current app isAvailable: false, // * Current app
}, },
@@ -30,15 +30,15 @@ const CIPHERA_APPS: CipheraApp[] = [
id: 'drop', id: 'drop',
name: 'Drop', name: 'Drop',
description: 'Secure file sharing', description: 'Secure file sharing',
icon: '/drop_icon_no_margins.png', icon: 'https://ciphera.net/drop_icon_no_margins.png',
href: 'https://drop.ciphera.net', href: 'https://drop.ciphera.net',
isAvailable: true, isAvailable: true,
}, },
{ {
id: 'auth', id: 'auth',
name: 'Ciphera Account', name: 'Auth',
description: 'Manage your account settings', description: 'Your Ciphera account settings',
icon: '/auth_icon_no_margins.png', icon: 'https://ciphera.net/auth_icon_no_margins.png',
href: 'https://auth.ciphera.net', href: 'https://auth.ciphera.net',
isAvailable: true, isAvailable: true,
}, },

8
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "pulse-frontend", "name": "pulse-frontend",
"version": "0.11.1-alpha", "version": "0.11.1-alpha",
"dependencies": { "dependencies": {
"@ciphera-net/ui": "^0.0.66", "@ciphera-net/ui": "^0.0.68",
"@ducanh2912/next-pwa": "^10.2.9", "@ducanh2912/next-pwa": "^10.2.9",
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.0",
"@simplewebauthn/browser": "^13.2.2", "@simplewebauthn/browser": "^13.2.2",
@@ -1543,9 +1543,9 @@
} }
}, },
"node_modules/@ciphera-net/ui": { "node_modules/@ciphera-net/ui": {
"version": "0.0.66", "version": "0.0.68",
"resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.66/a70ac6be09bae9522063f0a741f711b189540dd4", "resolved": "https://npm.pkg.github.com/download/@ciphera-net/ui/0.0.68/4c31bce4d7686b305680bfc5c86c78fc7ea9467d",
"integrity": "sha512-Ui8ehDiOkceiojoM4UULXDE12QrZCWDQYyhylncw1+AyyfyA3mdBsJiwiRtiHiOqDHFuckuDEnFSLOMozwFIJg==", "integrity": "sha512-QO9H4vhKAJFtH0DTMhEhI2Q3nedy7JUK4jFRV9ofZTRAF2JCrYx53eEIiGInQmaTD4bMR649EE6bpz8hLknqtw==",
"dependencies": { "dependencies": {
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.0",
"clsx": "^2.1.0", "clsx": "^2.1.0",

View File

@@ -10,7 +10,7 @@
"type-check": "tsc --noEmit" "type-check": "tsc --noEmit"
}, },
"dependencies": { "dependencies": {
"@ciphera-net/ui": "^0.0.66", "@ciphera-net/ui": "^0.0.68",
"@ducanh2912/next-pwa": "^10.2.9", "@ducanh2912/next-pwa": "^10.2.9",
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.0",
"@simplewebauthn/browser": "^13.2.2", "@simplewebauthn/browser": "^13.2.2",