@stokelp/ui 2.19.0 → 2.20.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 +7 -7
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +28 -6
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -15631,12 +15631,9 @@ const { withProvider: rL, withContext: Z4 } = e1(Ga), tL = rL(f("div"), "root"),
|
|
|
15631
15631
|
slots: A0.keys(),
|
|
15632
15632
|
base: {
|
|
15633
15633
|
root: {
|
|
15634
|
-
display: "inline-flex"
|
|
15635
|
-
height: "size-40"
|
|
15634
|
+
display: "inline-flex"
|
|
15636
15635
|
},
|
|
15637
15636
|
item: {
|
|
15638
|
-
width: "size-64",
|
|
15639
|
-
minWidth: "size-64",
|
|
15640
15637
|
appearance: "none",
|
|
15641
15638
|
cursor: "pointer",
|
|
15642
15639
|
display: "inline-flex",
|
|
@@ -15646,8 +15643,6 @@ const { withProvider: rL, withContext: Z4 } = e1(Ga), tL = rL(f("div"), "root"),
|
|
|
15646
15643
|
transitionTimingFunction: "default",
|
|
15647
15644
|
userSelect: "none",
|
|
15648
15645
|
verticalAlign: "middle",
|
|
15649
|
-
px: "14px",
|
|
15650
|
-
py: "space-10",
|
|
15651
15646
|
whiteSpace: "nowrap",
|
|
15652
15647
|
borderColor: "grey.100",
|
|
15653
15648
|
borderTopWidth: 1,
|
|
@@ -15691,6 +15686,33 @@ const { withProvider: rL, withContext: Z4 } = e1(Ga), tL = rL(f("div"), "root"),
|
|
|
15691
15686
|
}
|
|
15692
15687
|
}
|
|
15693
15688
|
}
|
|
15689
|
+
},
|
|
15690
|
+
defaultVariants: {
|
|
15691
|
+
size: "md"
|
|
15692
|
+
},
|
|
15693
|
+
variants: {
|
|
15694
|
+
size: {
|
|
15695
|
+
sm: {
|
|
15696
|
+
root: {
|
|
15697
|
+
height: "size-32"
|
|
15698
|
+
},
|
|
15699
|
+
item: {
|
|
15700
|
+
minWidth: "size-64",
|
|
15701
|
+
px: "14px",
|
|
15702
|
+
py: "space-8"
|
|
15703
|
+
}
|
|
15704
|
+
},
|
|
15705
|
+
md: {
|
|
15706
|
+
root: {
|
|
15707
|
+
height: "size-40"
|
|
15708
|
+
},
|
|
15709
|
+
item: {
|
|
15710
|
+
minWidth: "size-64",
|
|
15711
|
+
px: "14px",
|
|
15712
|
+
py: "space-10"
|
|
15713
|
+
}
|
|
15714
|
+
}
|
|
15715
|
+
}
|
|
15694
15716
|
}
|
|
15695
15717
|
}), c4 = q({
|
|
15696
15718
|
base: {
|