@stokelp/ui 2.54.0 → 2.56.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/dist/style.css +1 -1
- package/dist/ui.cjs +2 -2
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +21 -3
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -389,6 +389,11 @@ const { withProvider: tc, withContext: w2 } = Q(zd), ic = tc(f(W.Root), "root",
|
|
|
389
389
|
}
|
|
390
390
|
);
|
|
391
391
|
}, d9 = f("input", kd, {
|
|
392
|
+
defaultProps: {
|
|
393
|
+
onWheel: (h) => {
|
|
394
|
+
h.currentTarget.type === "number" && h.currentTarget.blur();
|
|
395
|
+
}
|
|
396
|
+
},
|
|
392
397
|
dataAttr: !0
|
|
393
398
|
}), Q7 = f(D.div, Ed, {
|
|
394
399
|
dataAttr: !0
|
|
@@ -18947,17 +18952,30 @@ const { withProvider: ep, withContext: w5 } = Q(ua, {
|
|
|
18947
18952
|
}
|
|
18948
18953
|
},
|
|
18949
18954
|
defaultVariants: {
|
|
18950
|
-
variant: "line"
|
|
18955
|
+
variant: "line",
|
|
18956
|
+
lineVariant: "primary"
|
|
18951
18957
|
},
|
|
18952
18958
|
variants: {
|
|
18959
|
+
lineVariant: {
|
|
18960
|
+
primary: {
|
|
18961
|
+
list: {
|
|
18962
|
+
color: "{colors.primary.100}"
|
|
18963
|
+
}
|
|
18964
|
+
},
|
|
18965
|
+
white: {
|
|
18966
|
+
list: {
|
|
18967
|
+
color: "white"
|
|
18968
|
+
}
|
|
18969
|
+
}
|
|
18970
|
+
},
|
|
18953
18971
|
variant: {
|
|
18954
18972
|
line: {
|
|
18955
18973
|
list: {
|
|
18956
18974
|
_horizontal: {
|
|
18957
|
-
boxShadow: "0 -2px 0 0 inset
|
|
18975
|
+
boxShadow: "0 -2px 0 0 inset"
|
|
18958
18976
|
},
|
|
18959
18977
|
_vertical: {
|
|
18960
|
-
boxShadow: "2px 0 0 0 inset
|
|
18978
|
+
boxShadow: "2px 0 0 0 inset"
|
|
18961
18979
|
}
|
|
18962
18980
|
},
|
|
18963
18981
|
indicator: {
|