@happyvertical/smrt-playground 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 +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @happyvertical/smrt-playground
|
|
2
2
|
|
|
3
|
-
Shared playground discovery, runtime helpers, and host components for
|
|
3
|
+
Shared playground discovery, runtime helpers, and host components for s-m-r-t UI packages.
|
|
4
4
|
|
|
5
5
|
## Purpose
|
|
6
6
|
|
|
@@ -10,7 +10,7 @@ This package is about previews, not app routing.
|
|
|
10
10
|
|
|
11
11
|
## Surface Model
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
s-m-r-t UI packages can expose three different surfaces:
|
|
14
14
|
|
|
15
15
|
- `./svelte` for reusable components
|
|
16
16
|
- `./playground` for preview metadata
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-playground",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.15",
|
|
4
4
|
"description": "Shared playground discovery, runtime, and host components for SMRT UI packages",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"fast-glob": "3.3.3",
|
|
31
31
|
"tsx": "^4.23.0",
|
|
32
|
-
"@happyvertical/smrt-ui": "0.40.
|
|
32
|
+
"@happyvertical/smrt-ui": "0.40.15"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"svelte": "^5.56.4",
|