@nation-a/ui 0.16.23 → 0.16.25

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
@@ -7847,7 +7847,6 @@ const Og = ht({
7847
7847
  slots: si.keys(),
7848
7848
  base: {
7849
7849
  root: {
7850
- bg: "surface.layer_1",
7851
7850
  zIndex: 10
7852
7851
  },
7853
7852
  list: {
@@ -7875,19 +7874,22 @@ const Og = ht({
7875
7874
  rounded: "lg",
7876
7875
  cursor: "pointer",
7877
7876
  _hover: {
7878
- bg: "background.neutral.selected"
7877
+ bg: "#00000012",
7878
+ _dark: {
7879
+ bg: "#FFFFFF12"
7880
+ }
7879
7881
  },
7880
7882
  _selected: {
7881
7883
  color: "content.neutral.default",
7882
- bg: "background.neutral.default"
7884
+ bg: "#00000008",
7885
+ _dark: {
7886
+ bg: "#FFFFFF08"
7887
+ }
7883
7888
  }
7884
7889
  }
7885
7890
  }
7886
7891
  }), { withRootProvider: jg, withContext: Sl } = It(Og), Ng = jg(ii), zg = Sl(
7887
- ({ icon: t, label: e, ...n }) => /* @__PURE__ */ D(ai, { ...n, children: [
7888
- t,
7889
- e
7890
- ] }),
7892
+ ({ ...t }) => /* @__PURE__ */ b(ai, { ...t, children: t.children }),
7891
7893
  "trigger"
7892
7894
  ), Wg = Sl(li, "list"), oy = {
7893
7895
  Root: Ng,