@dbx-tools/ui-email 0.6.59 → 0.6.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -126,7 +126,7 @@ import { AuthGate } from "@dbx-tools/ui-email/react";
126
126
 
127
127
  `AuthGate` is the sign-in screen for an app fronted by the `@dbx-tools/email`
128
128
  auth plugin - typically one published through
129
- [`@dbx-tools/cli-tunnel`](../../cli/tunnel), where the hosting platform's own
129
+ [`@dbx-tools/tunnel`](../../node/tunnel), where the hosting platform's own
130
130
  identity-aware proxy is not in the request path. It calls the plugin's
131
131
  `/api/email/auth/*` routes: on mount it checks `status`, renders `children`
132
132
  straight through when the gate is off or a session already exists, and otherwise
package/package.json CHANGED
@@ -24,11 +24,11 @@
24
24
  "typescript": "^5.9.3"
25
25
  },
26
26
  "dependencies": {
27
- "@dbx-tools/shared-core": "0.6.59",
28
- "@dbx-tools/shared-email": "0.6.59",
29
- "@dbx-tools/shared-email-template": "0.6.59",
30
- "@dbx-tools/ui-appkit": "0.6.59",
31
- "@dbx-tools/ui-branding": "0.6.59",
27
+ "@dbx-tools/shared-core": "0.6.61",
28
+ "@dbx-tools/shared-email": "0.6.61",
29
+ "@dbx-tools/shared-email-template": "0.6.61",
30
+ "@dbx-tools/ui-appkit": "0.6.61",
31
+ "@dbx-tools/ui-branding": "0.6.61",
32
32
  "lucide-react": "^0.554.0",
33
33
  "react": "^19.2.4",
34
34
  "react-dom": "^19.2.4"
@@ -37,7 +37,7 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "version": "0.6.59",
40
+ "version": "0.6.61",
41
41
  "type": "module",
42
42
  "exports": {
43
43
  "./react": "./src/react/index.ts",