@knkcs/anker 2.8.0 → 2.9.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.
@@ -1981,7 +1981,7 @@ var NavListGroup = ({ label, children }) => {
1981
1981
  children: label
1982
1982
  }
1983
1983
  ),
1984
- /* @__PURE__ */ jsx(Flex, { direction: "column", gap: "0.5", children })
1984
+ /* @__PURE__ */ jsx(Flex, { direction: "column", gap: "2", "data-testid": "nav-list-group-items", children })
1985
1985
  ] });
1986
1986
  };
1987
1987
  NavListGroup.displayName = "NavList.Group";
@@ -2001,7 +2001,7 @@ var NavListItem = ({
2001
2001
  justifyContent: collapsed ? "center" : "flex-start",
2002
2002
  gap: "var(--chakra-spacing-2)",
2003
2003
  paddingInline: "var(--chakra-spacing-3)",
2004
- paddingBlock: "var(--chakra-spacing-2)",
2004
+ paddingBlock: "var(--chakra-spacing-3)",
2005
2005
  borderRadius: "var(--chakra-radii-sm)",
2006
2006
  fontSize: "var(--chakra-font-sizes-sm)",
2007
2007
  fontWeight: active ? "var(--chakra-font-weights-medium)" : "var(--chakra-font-weights-normal)",