@happyvertical/smrt-svelte 0.40.13 → 0.40.15

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 +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @happyvertical/smrt-svelte
2
2
 
3
- Svelte 5 component library for the SMRT framework. Provides UI components, browser AI integration (STT/TTS/LLM with warm cache), a theme system, permission-aware rendering, and module UI registry for agent admin panels.
3
+ Svelte 5 component library for the s-m-r-t framework. Provides UI components, browser AI integration (STT/TTS/LLM with warm cache), a theme system, permission-aware rendering, and module UI registry for agent admin panels.
4
4
 
5
5
  ## Installation
6
6
 
@@ -151,7 +151,7 @@ scaffold adopts AdminShell as its default chrome exactly this way; copy its
151
151
  | `@happyvertical/smrt-svelte/forms` | Form inputs (TextInput, Select, MoneyInput, etc.) |
152
152
  | `@happyvertical/smrt-svelte/layout` | Layout (Container, Grid, Header, Footer, Masthead, etc.) |
153
153
  | `@happyvertical/smrt-svelte/ui` | UI primitives (Button, Card, Badge, Pagination) |
154
- | `@happyvertical/smrt-ui/themes` | Canonical ThemeProvider, Material/Glass/Studio/SMRT presets, CSS generation |
154
+ | `@happyvertical/smrt-ui/themes` | Canonical ThemeProvider, Material/Glass/Studio/s-m-r-t presets, CSS generation |
155
155
  | `@happyvertical/smrt-ui/forms` | Provider-free foundational form controls and the agent interaction registry |
156
156
  | `@happyvertical/smrt-ui/data` | DataTable, CollectionList/ContentList, CollectionToolbar |
157
157
  | `@happyvertical/smrt-svelte/registry` | ModuleUIRegistry for agent admin panels |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-svelte",
3
- "version": "0.40.13",
3
+ "version": "0.40.15",
4
4
  "description": "Svelte 5 components for SMRT user management - auth, users, tenants, roles, permissions, groups",
5
5
  "type": "module",
6
6
  "smrtRawPrimitives": "strict",
@@ -104,10 +104,10 @@
104
104
  "@tanstack/db": "^0.6.14",
105
105
  "@tanstack/svelte-db": "^0.1.91",
106
106
  "esm-env": "^1.2.2",
107
- "@happyvertical/smrt-languages": "0.40.13",
108
- "@happyvertical/smrt-types": "0.40.13",
109
- "@happyvertical/smrt-web": "0.40.13",
110
- "@happyvertical/smrt-ui": "0.40.13"
107
+ "@happyvertical/smrt-languages": "0.40.15",
108
+ "@happyvertical/smrt-types": "0.40.15",
109
+ "@happyvertical/smrt-ui": "0.40.15",
110
+ "@happyvertical/smrt-web": "0.40.15"
111
111
  },
112
112
  "peerDependencies": {
113
113
  "@huggingface/transformers": ">=3.8.1",