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