@stokelp/ui 2.55.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 +1 -1
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +16 -3
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -18952,17 +18952,30 @@ const { withProvider: ep, withContext: w5 } = Q(ua, {
|
|
|
18952
18952
|
}
|
|
18953
18953
|
},
|
|
18954
18954
|
defaultVariants: {
|
|
18955
|
-
variant: "line"
|
|
18955
|
+
variant: "line",
|
|
18956
|
+
lineVariant: "primary"
|
|
18956
18957
|
},
|
|
18957
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
|
+
},
|
|
18958
18971
|
variant: {
|
|
18959
18972
|
line: {
|
|
18960
18973
|
list: {
|
|
18961
18974
|
_horizontal: {
|
|
18962
|
-
boxShadow: "0 -2px 0 0 inset
|
|
18975
|
+
boxShadow: "0 -2px 0 0 inset"
|
|
18963
18976
|
},
|
|
18964
18977
|
_vertical: {
|
|
18965
|
-
boxShadow: "2px 0 0 0 inset
|
|
18978
|
+
boxShadow: "2px 0 0 0 inset"
|
|
18966
18979
|
}
|
|
18967
18980
|
},
|
|
18968
18981
|
indicator: {
|