@nation-a/ui 0.17.5 → 0.17.6
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +14 -9
- package/dist/index.js.map +1 -1
- package/dist/stats.html +1 -1
- package/dist/styled-system/styles.css +12 -8
- package/dist/types/components/Tabs/index.d.ts +30 -12
- package/dist/types/components/Tabs/tabs.recipe.d.ts +10 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8785,6 +8785,7 @@ const Ey = Mo(Hl), fb = _t({
|
|
|
8785
8785
|
},
|
|
8786
8786
|
list: {
|
|
8787
8787
|
display: "flex",
|
|
8788
|
+
gap: 4,
|
|
8788
8789
|
flexShrink: "0",
|
|
8789
8790
|
flexDirection: "row",
|
|
8790
8791
|
overflowX: "auto",
|
|
@@ -8799,11 +8800,9 @@ const Ey = Mo(Hl), fb = _t({
|
|
|
8799
8800
|
color: "content.neutral.subtlest",
|
|
8800
8801
|
cursor: "pointer",
|
|
8801
8802
|
display: "inline-flex",
|
|
8802
|
-
flexShrink:
|
|
8803
|
-
gap:
|
|
8803
|
+
flexShrink: 0,
|
|
8804
|
+
gap: 2,
|
|
8804
8805
|
justifyContent: "center",
|
|
8805
|
-
px: "4",
|
|
8806
|
-
py: "2",
|
|
8807
8806
|
textStyle: "label.md",
|
|
8808
8807
|
transition: "all",
|
|
8809
8808
|
transitionDuration: "normal",
|
|
@@ -8821,7 +8820,7 @@ const Ey = Mo(Hl), fb = _t({
|
|
|
8821
8820
|
}
|
|
8822
8821
|
},
|
|
8823
8822
|
content: {
|
|
8824
|
-
pt:
|
|
8823
|
+
pt: 4
|
|
8825
8824
|
},
|
|
8826
8825
|
indicator: {
|
|
8827
8826
|
width: "var(--width)",
|
|
@@ -8837,16 +8836,22 @@ const Ey = Mo(Hl), fb = _t({
|
|
|
8837
8836
|
list: {
|
|
8838
8837
|
borderBottomWidth: "1px",
|
|
8839
8838
|
borderColor: "background.neutral.selected"
|
|
8839
|
+
},
|
|
8840
|
+
trigger: {
|
|
8841
|
+
px: 0,
|
|
8842
|
+
pt: 3,
|
|
8843
|
+
pb: 1.5
|
|
8840
8844
|
}
|
|
8841
8845
|
},
|
|
8842
8846
|
enclosed: {
|
|
8843
8847
|
list: {
|
|
8844
|
-
|
|
8845
|
-
|
|
8846
|
-
gap: "16"
|
|
8848
|
+
rounded: "md",
|
|
8849
|
+
gap: 4
|
|
8847
8850
|
},
|
|
8848
8851
|
trigger: {
|
|
8849
|
-
|
|
8852
|
+
rounded: "full",
|
|
8853
|
+
px: 4,
|
|
8854
|
+
py: 2,
|
|
8850
8855
|
_selected: {
|
|
8851
8856
|
background: "background.neutral.selected"
|
|
8852
8857
|
}
|