@happyvertical/smrt-svelte 0.40.64 → 0.40.66

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
@@ -176,7 +176,7 @@ resolve against `smrt-ui`:
176
176
  | `@happyvertical/smrt-ui/feedback` | Modal, ConfirmDialog, LoadingOverlay, ProgressBar |
177
177
  | `@happyvertical/smrt-ui/chat` | Message bubble, reaction picker, typing indicator |
178
178
  | `@happyvertical/smrt-ui/registry` | ModuleUIRegistry for agent admin panels |
179
- | `@happyvertical/smrt-ui/themes` | Canonical ThemeProvider, Material/Glass/Studio/s-m-r-t presets, CSS generation |
179
+ | `@happyvertical/smrt-ui/themes` | Canonical ThemeProvider, Material/Glass/Studio/s-m-r-t/HappyVertical presets, CSS generation |
180
180
  | `@happyvertical/smrt-ui/i18n` | Client i18n (`useI18n`, `Trans`) — the counterpart to `smrt-svelte`'s `/i18n/server` |
181
181
  | `@happyvertical/smrt-ui/styles/tokens.css` | Design tokens CSS |
182
182
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-svelte",
3
- "version": "0.40.64",
3
+ "version": "0.40.66",
4
4
  "description": "Svelte 5 components for SMRT user management - auth, users, tenants, roles, permissions, groups",
5
5
  "type": "module",
6
6
  "smrtRawPrimitives": "strict",
@@ -101,14 +101,14 @@
101
101
  "access": "public"
102
102
  },
103
103
  "dependencies": {
104
- "@happyvertical/logger": "^0.86.1",
104
+ "@happyvertical/logger": "^0.86.3",
105
105
  "@tanstack/db": "^0.6.14",
106
106
  "@tanstack/svelte-db": "^0.1.91",
107
107
  "esm-env": "^1.2.2",
108
- "@happyvertical/smrt-languages": "0.40.64",
109
- "@happyvertical/smrt-types": "0.40.64",
110
- "@happyvertical/smrt-ui": "0.40.64",
111
- "@happyvertical/smrt-web": "0.40.64"
108
+ "@happyvertical/smrt-languages": "0.40.66",
109
+ "@happyvertical/smrt-types": "0.40.66",
110
+ "@happyvertical/smrt-ui": "0.40.66",
111
+ "@happyvertical/smrt-web": "0.40.66"
112
112
  },
113
113
  "peerDependencies": {
114
114
  "@huggingface/transformers": ">=3.8.1",