From a6a38d6fc6901cfd144c8baa7f087038d1584f78 Mon Sep 17 00:00:00 2001 From: Sven Reiser Date: Sun, 21 Jun 2026 12:12:16 +0200 Subject: [PATCH] fix(color): use the ui 0.5.0 warning token for the passphrase notice Bumps @mind-studio/ui to ^0.5.0 and swaps the passphrase dialog's amber-500 warning banner to the new semantic `warning` token (border-warning/40 bg-warning/10), instead of a raw palette color. Co-Authored-By: Claude Opus 4.8 (1M context) --- package-lock.json | 8 ++++---- package.json | 2 +- src/components/PassphraseDialog.tsx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 678c96f..3f84098 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@inrupt/solid-client-authn-browser": "^4.0.0", "@inrupt/solid-client-authn-node": "^3.1.0", "@mind-studio/core": "^0.7.0", - "@mind-studio/ui": "^0.4.0", + "@mind-studio/ui": "^0.5.0", "lucide-react": "^0.460.0", "next": "16.2.6", "react": "19.2.4", @@ -1513,9 +1513,9 @@ } }, "node_modules/@mind-studio/ui": { - "version": "0.4.0", - "resolved": "https://npm.pkg.github.com/download/@mind-studio/ui/0.4.0/4d57829589aba38f8123b53c858598ed84db4910", - "integrity": "sha512-GOMaHU1tR8z0JIOnOHMJBLcYDItcUuYVuxgBmsBXGoipoSxrknzVnarqiR/7Wm26AWkQ7ISyzDkDcFot6jTgyQ==", + "version": "0.5.0", + "resolved": "https://npm.pkg.github.com/download/@mind-studio/ui/0.5.0/3fc873067e04a306cb44015874f24eeaf683a6d9", + "integrity": "sha512-nJJN2RuP4KvFDyZYJSRnG68kHt6WXFyxyVYH8jCpK6l0Bj+T0+lj7lNuAUrW0bm2atE04NGkZjMAkmZoxjBxmQ==", "license": "MIT", "dependencies": { "@base-ui/react": "^1.5.0", diff --git a/package.json b/package.json index 5e26f64..b8cde33 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@inrupt/solid-client-authn-browser": "^4.0.0", "@inrupt/solid-client-authn-node": "^3.1.0", "@mind-studio/core": "^0.7.0", - "@mind-studio/ui": "^0.4.0", + "@mind-studio/ui": "^0.5.0", "lucide-react": "^0.460.0", "next": "16.2.6", "react": "19.2.4", diff --git a/src/components/PassphraseDialog.tsx b/src/components/PassphraseDialog.tsx index 7302666..32d2149 100644 --- a/src/components/PassphraseDialog.tsx +++ b/src/components/PassphraseDialog.tsx @@ -100,7 +100,7 @@ export default function PassphraseDialog({ {confirmRequired ? ( -

+

Heads up: there is no recovery. If you lose this passphrase, the encrypted files are unrecoverable.