@happyvertical/smrt-ui 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.
- package/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# @happyvertical/smrt-ui
|
|
2
2
|
|
|
3
|
-
The domain-agnostic Svelte 5 component foundation for
|
|
4
|
-
shared `--smrt-*` design tokens, render without a
|
|
3
|
+
The domain-agnostic Svelte 5 component foundation for s-m-r-t. Components use the
|
|
4
|
+
shared `--smrt-*` design tokens, render without a s-m-r-t Provider, and can be used
|
|
5
5
|
by any package or application without pulling domain dependencies into the UI
|
|
6
6
|
layer.
|
|
7
7
|
|
|
@@ -105,7 +105,7 @@ separate so the UI can show a proposal before it changes user state.
|
|
|
105
105
|
## Themes
|
|
106
106
|
|
|
107
107
|
`@happyvertical/smrt-ui/themes` is the canonical theme API and includes the
|
|
108
|
-
Material, Glass, Studio, and
|
|
108
|
+
Material, Glass, Studio, and s-m-r-t presets. The old `/theme` path forwards to the
|
|
109
109
|
same provider and context for compatibility.
|
|
110
110
|
|
|
111
111
|
```svelte
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-ui",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.15",
|
|
4
4
|
"description": "Domain-agnostic Svelte 5 UI runtime for SMRT: primitives, i18n client, theme system, and module UI registry",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
},
|
|
125
125
|
"dependencies": {
|
|
126
126
|
"esm-env": "^1.2.2",
|
|
127
|
-
"@happyvertical/smrt-types": "0.40.
|
|
127
|
+
"@happyvertical/smrt-types": "0.40.15"
|
|
128
128
|
},
|
|
129
129
|
"peerDependencies": {
|
|
130
130
|
"svelte": "^5.56.4"
|