@nation-a/ui 0.17.5 → 0.17.7

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.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: "0",
8803
- gap: "2",
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: "4"
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
- p: "16px 0 0 16px",
8845
- borderRadius: "md",
8846
- gap: "16"
8848
+ rounded: "md",
8849
+ gap: 4
8847
8850
  },
8848
8851
  trigger: {
8849
- borderRadius: "full",
8852
+ rounded: "full",
8853
+ px: 4,
8854
+ py: 2,
8850
8855
  _selected: {
8851
8856
  background: "background.neutral.selected"
8852
8857
  }