@kaio-xyz/design-system 1.1.50 → 1.1.52

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.js CHANGED
@@ -600,7 +600,7 @@ var style$e = {"root":"list-item-module__root__-fOHc","label":"list-item-module_
600
600
 
601
601
  var ListItem = function (_a) {
602
602
  var value = _a.value, label = _a.label, key = _a.key;
603
- return (jsxRuntime.jsx("li", { children: jsxRuntime.jsxs(Stack, { position: "horizontal-space", space: "m", className: style$e.root, dataAlignItems: "flex-start", children: [jsxRuntime.jsx("span", { className: style$e.label, children: label }), jsxRuntime.jsx("span", { className: style$e.value, children: value })] }) }, key));
603
+ return (jsxRuntime.jsx("li", { children: jsxRuntime.jsxs(Stack, { space: "m", className: style$e.root, children: [jsxRuntime.jsx("span", { className: style$e.label, children: label }), jsxRuntime.jsx("span", { className: style$e.value, children: value })] }) }, key));
604
604
  };
605
605
 
606
606
  var AccordionRoot = function (_a) {