@poveste/controls 0.4.0 → 0.5.0
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 +8 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @poveste/controls
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
The builtin control components — `Hst.Checkbox`, `Hst.Text`, `Hst.Select` and friends — used
|
|
4
|
+
to build the controls panel of a story.
|
|
4
5
|
|
|
5
|
-
|
|
6
|
+
Installed as a dependency of the framework plugins, so you do not normally add it yourself.
|
|
7
|
+
Reach for it directly only when building a plugin or a custom control.
|
|
8
|
+
|
|
9
|
+
[Controls guide](https://poveste.dev/guide/vue/controls.html) ·
|
|
10
|
+
[Source](https://github.com/poveste-dev/poveste/tree/main/packages/poveste-controls) ·
|
|
11
|
+
[Documentation](https://poveste.dev)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@poveste/controls",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.5.0",
|
|
5
5
|
"description": "Prebuilt controls components",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Sorin Gitlan"
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@codemirror/state": "^6.4.1",
|
|
39
39
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
40
40
|
"@codemirror/view": "^6.35.0",
|
|
41
|
-
"@poveste/shared": "^0.
|
|
42
|
-
"@poveste/vendors": "^0.
|
|
41
|
+
"@poveste/shared": "^0.5.0",
|
|
42
|
+
"@poveste/vendors": "^0.5.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@tailwindcss/cli": "^4.3.3",
|