diff --git a/.publish/ai/package.json b/.publish/ai/package.json index b609ccbd..cdd3f55c 100644 --- a/.publish/ai/package.json +++ b/.publish/ai/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ai", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "Zero-dependency Claude (Anthropic) client for WrNexus apps.", "license": "MIT", diff --git a/.publish/authz/package.json b/.publish/authz/package.json index 7932a3b5..08d04f17 100644 --- a/.publish/authz/package.json +++ b/.publish/authz/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/authz", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "@wrnexus/authz — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/cli/package.json b/.publish/cli/package.json index a570a9a2..a081da06 100644 --- a/.publish/cli/package.json +++ b/.publish/cli/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/cli", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "@wrnexus/cli — part of the WrNexus framework.", "license": "MIT", @@ -28,16 +28,16 @@ "wrnexus": "./dist/index.js" }, "dependencies": { - "@wrnexus/core": "^0.2.72", - "@wrnexus/router": "^0.2.72", - "@wrnexus/csr": "^0.2.72", - "@wrnexus/compiler": "^0.2.72", - "@wrnexus/styles": "^0.2.72", - "@wrnexus/dev-server": "^0.2.72", - "@wrnexus/ui": "^0.2.72", - "@wrnexus/validation": "^0.2.72", - "@wrnexus/i18n": "^0.2.72", - "@wrnexus/db": "^0.2.72" + "@wrnexus/core": "^0.2.73", + "@wrnexus/router": "^0.2.73", + "@wrnexus/csr": "^0.2.73", + "@wrnexus/compiler": "^0.2.73", + "@wrnexus/styles": "^0.2.73", + "@wrnexus/dev-server": "^0.2.73", + "@wrnexus/ui": "^0.2.73", + "@wrnexus/validation": "^0.2.73", + "@wrnexus/i18n": "^0.2.73", + "@wrnexus/db": "^0.2.73" }, "files": [ "dist" diff --git a/.publish/compiler/package.json b/.publish/compiler/package.json index 28ecf2b5..72f733c6 100644 --- a/.publish/compiler/package.json +++ b/.publish/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/compiler", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "@wrnexus/compiler — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/core/package.json b/.publish/core/package.json index f8014e4c..3ce94f03 100644 --- a/.publish/core/package.json +++ b/.publish/core/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/core", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "@wrnexus/core — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/csr/package.json b/.publish/csr/package.json index cfdc11ec..0c14f594 100644 --- a/.publish/csr/package.json +++ b/.publish/csr/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/csr", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "@wrnexus/csr — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.72" + "@wrnexus/core": "^0.2.73" }, "files": [ "dist" diff --git a/.publish/db/package.json b/.publish/db/package.json index 10cc8b90..e04d281a 100644 --- a/.publish/db/package.json +++ b/.publish/db/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/db", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "@wrnexus/db — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/dev-server/package.json b/.publish/dev-server/package.json index 39d1f6c8..93e243a2 100644 --- a/.publish/dev-server/package.json +++ b/.publish/dev-server/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/dev-server", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "@wrnexus/dev-server — part of the WrNexus framework.", "license": "MIT", @@ -25,18 +25,18 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.72", - "@wrnexus/router": "^0.2.72", - "@wrnexus/ssr": "^0.2.72", - "@wrnexus/csr": "^0.2.72", - "@wrnexus/compiler": "^0.2.72", - "@wrnexus/styles": "^0.2.72", - "@wrnexus/ui": "^0.2.72", - "@wrnexus/validation": "^0.2.72", - "@wrnexus/i18n": "^0.2.72", - "@wrnexus/db": "^0.2.72", - "@wrnexus/pubsub": "^0.2.72", - "@wrnexus/uploader": "^0.2.72" + "@wrnexus/core": "^0.2.73", + "@wrnexus/router": "^0.2.73", + "@wrnexus/ssr": "^0.2.73", + "@wrnexus/csr": "^0.2.73", + "@wrnexus/compiler": "^0.2.73", + "@wrnexus/styles": "^0.2.73", + "@wrnexus/ui": "^0.2.73", + "@wrnexus/validation": "^0.2.73", + "@wrnexus/i18n": "^0.2.73", + "@wrnexus/db": "^0.2.73", + "@wrnexus/pubsub": "^0.2.73", + "@wrnexus/uploader": "^0.2.73" }, "files": [ "dist" diff --git a/.publish/encryption/package.json b/.publish/encryption/package.json index d8d8cf45..5dab604a 100644 --- a/.publish/encryption/package.json +++ b/.publish/encryption/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/encryption", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "@wrnexus/encryption — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/helpers/package.json b/.publish/helpers/package.json index 6644ddcf..aa8b0098 100644 --- a/.publish/helpers/package.json +++ b/.publish/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/helpers", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "Safe convenience helpers for WrNexus request contexts and common application flows.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.72" + "@wrnexus/core": "^0.2.73" }, "files": [ "dist" diff --git a/.publish/i18n/package.json b/.publish/i18n/package.json index c5f0a6d1..bd132978 100644 --- a/.publish/i18n/package.json +++ b/.publish/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/i18n", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "@wrnexus/i18n — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.72" + "@wrnexus/core": "^0.2.73" }, "files": [ "dist" diff --git a/.publish/jwt/package.json b/.publish/jwt/package.json index df03c98b..48ab8223 100644 --- a/.publish/jwt/package.json +++ b/.publish/jwt/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/jwt", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "@wrnexus/jwt — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/mobile/package.json b/.publish/mobile/package.json index 27272dea..33cab969 100644 --- a/.publish/mobile/package.json +++ b/.publish/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/mobile", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "@wrnexus/mobile — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/native": "^0.2.72" + "@wrnexus/native": "^0.2.73" }, "files": [ "dist" diff --git a/.publish/native/package.json b/.publish/native/package.json index f79f7d1a..148fcc0c 100644 --- a/.publish/native/package.json +++ b/.publish/native/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/native", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "@wrnexus/native — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/oauth/package.json b/.publish/oauth/package.json index 8d088424..82047f1d 100644 --- a/.publish/oauth/package.json +++ b/.publish/oauth/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/oauth", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "@wrnexus/oauth — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/pubsub/package.json b/.publish/pubsub/package.json index d74c6179..a16671e2 100644 --- a/.publish/pubsub/package.json +++ b/.publish/pubsub/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/pubsub", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "@wrnexus/pubsub — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/queue/package.json b/.publish/queue/package.json index d2788fee..e1ae23ea 100644 --- a/.publish/queue/package.json +++ b/.publish/queue/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/queue", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "@wrnexus/queue — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/reactive/package.json b/.publish/reactive/package.json index b3b535c3..995f4751 100644 --- a/.publish/reactive/package.json +++ b/.publish/reactive/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/reactive", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "@wrnexus/reactive — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/router/package.json b/.publish/router/package.json index f3c9a6cb..36a01207 100644 --- a/.publish/router/package.json +++ b/.publish/router/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/router", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "@wrnexus/router — part of the WrNexus framework.", "license": "MIT", @@ -21,8 +21,8 @@ } }, "dependencies": { - "@wrnexus/compiler": "^0.2.72", - "@wrnexus/core": "^0.2.72" + "@wrnexus/compiler": "^0.2.73", + "@wrnexus/core": "^0.2.73" }, "files": [ "dist" diff --git a/.publish/ssr/package.json b/.publish/ssr/package.json index b67a1cab..db25d9e8 100644 --- a/.publish/ssr/package.json +++ b/.publish/ssr/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/ssr", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "@wrnexus/ssr — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/core": "^0.2.72" + "@wrnexus/core": "^0.2.73" }, "files": [ "dist" diff --git a/.publish/styles/package.json b/.publish/styles/package.json index 71f10afc..1707d783 100644 --- a/.publish/styles/package.json +++ b/.publish/styles/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/styles", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "@wrnexus/styles — part of the WrNexus framework.", "license": "MIT", @@ -21,7 +21,7 @@ } }, "dependencies": { - "@wrnexus/uploader": "^0.2.72" + "@wrnexus/uploader": "^0.2.73" }, "files": [ "dist" diff --git a/.publish/test/package.json b/.publish/test/package.json index 3703337c..d2c9a51d 100644 --- a/.publish/test/package.json +++ b/.publish/test/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/test", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "@wrnexus/test — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/tracking/package.json b/.publish/tracking/package.json index f827b429..9e141a81 100644 --- a/.publish/tracking/package.json +++ b/.publish/tracking/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/tracking", - "version": "0.2.72", + "version": "0.2.73", "type": "module", "description": "@wrnexus/tracking — part of the WrNexus framework.", "license": "MIT", diff --git a/.publish/ui/COMPONENTS.md b/.publish/ui/COMPONENTS.md index d0cec520..e247c6e1 100644 --- a/.publish/ui/COMPONENTS.md +++ b/.publish/ui/COMPONENTS.md @@ -513,7 +513,7 @@ Reusable share button component. Reusable sign in link component. - Mount: `data-component="SignInLink"` -- Props: `label: string = "Sign in with password"`, `description: string = "Use your username or email and password"`, `href: string = ""`, `type: string = "button"`, `variant: string = "secondary"`, `disabled: boolean = false`, `icon: string = "icon-[lucide--lock-keyhole]"`, `class: string = ""` +- Props: `label: string = "Sign in with password"`, `description: string = "Use your username or email and password"`, `href: string = ""`, `type: string = "button"`, `variant: string = "secondary"`, `disabled: boolean = false`, `icon: string = "icon-[lucide--lock-keyhole]"`, `tone: string = "password"`, `class: string = ""` - Slots: None - Events: None diff --git a/.publish/ui/component-reference.json b/.publish/ui/component-reference.json index e5868a41..276298e3 100644 --- a/.publish/ui/component-reference.json +++ b/.publish/ui/component-reference.json @@ -40327,6 +40327,12 @@ "required": false, "default": "\"icon-[lucide--lock-keyhole]\"" }, + { + "name": "tone", + "type": "string", + "required": false, + "default": "\"password\"" + }, { "name": "class", "type": "string", diff --git a/.publish/ui/components/PasskeyButton.wrn b/.publish/ui/components/PasskeyButton.wrn index 302e2ca3..ecc8b203 100644 --- a/.publish/ui/components/PasskeyButton.wrn +++ b/.publish/ui/components/PasskeyButton.wrn @@ -12,15 +12,15 @@ component PasskeyButton { {#if href} - + {label}{#if description}{description}{/if} - + {:else} {/if} diff --git a/.publish/ui/components/SignInLink.wrn b/.publish/ui/components/SignInLink.wrn index 699c2b90..343af26d 100644 --- a/.publish/ui/components/SignInLink.wrn +++ b/.publish/ui/components/SignInLink.wrn @@ -7,21 +7,22 @@ component SignInLink { variant = "secondary" disabled = false icon = "icon-[lucide--lock-keyhole]" + tone = "password" class = "" } view { {#if href} - + {#if tone == "account"}{:else}{/if} {label}{#if description}{description}{/if} - + {:else} {/if} diff --git a/.publish/ui/components/alert.wrn b/.publish/ui/components/alert.wrn index c875e270..715287d4 100644 --- a/.publish/ui/components/alert.wrn +++ b/.publish/ui/components/alert.wrn @@ -11,7 +11,7 @@ component Alert { view {