@histoire/controls 0.17.0 → 0.17.4
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/dist/index.es.js
CHANGED
|
@@ -776,7 +776,7 @@ const vc = { class: "-htw-my-1" }, Sc = ["id", "name", "value", "checked", "onCh
|
|
|
776
776
|
name: `${a}-radio_${o.title}`,
|
|
777
777
|
value: a,
|
|
778
778
|
checked: a === o.modelValue,
|
|
779
|
-
class: "htw-hidden",
|
|
779
|
+
class: "!htw-hidden",
|
|
780
780
|
onChange: (c) => s(a)
|
|
781
781
|
}, null, 40, Sc),
|
|
782
782
|
B("label", {
|
|
@@ -14865,7 +14865,7 @@ const $g = (n, t) => {
|
|
|
14865
14865
|
e[i] = s;
|
|
14866
14866
|
return e;
|
|
14867
14867
|
}, Fg = /* @__PURE__ */ $g(_g, [["__scopeId", "data-v-9f3f2832"]]), zg = { class: "htw-flex htw-flex-row htw-gap-1" }, Wg = ["value"], jg = {
|
|
14868
|
-
name: "
|
|
14868
|
+
name: "HstColorSelect",
|
|
14869
14869
|
inheritAttrs: !1
|
|
14870
14870
|
}, Kg = /* @__PURE__ */ X({
|
|
14871
14871
|
...jg,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@histoire/controls",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.4",
|
|
4
4
|
"description": "Prebuilt controls components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@codemirror/state": "^6.2.1",
|
|
39
39
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
40
40
|
"@codemirror/view": "^6.16.0",
|
|
41
|
-
"@histoire/shared": "^0.17.
|
|
42
|
-
"@histoire/vendors": "^0.17.
|
|
41
|
+
"@histoire/shared": "^0.17.4",
|
|
42
|
+
"@histoire/vendors": "^0.17.4"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/node": "^17.0.45",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"postcss-import": "^14.1.0",
|
|
56
56
|
"tailwindcss": "^3.3.3",
|
|
57
57
|
"typescript": "^4.9.5",
|
|
58
|
-
"vite": "^4.
|
|
58
|
+
"vite": "^4.5.0",
|
|
59
59
|
"vitest": "^0.34.1",
|
|
60
60
|
"vue": "^3.3.4",
|
|
61
61
|
"vue-tsc": "^1.8.8"
|