@kaio-xyz/design-system 1.1.76 → 1.1.78

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
@@ -508,11 +508,11 @@ var FormSelect = function (_a) {
508
508
  };
509
509
  FormSelect.displayName = "FormSelect";
510
510
 
511
- var style$k = {"root":"loader-module__root__qnInQ"};
511
+ var style$k = {"root":"loader-module__root__qnInQ","body":"loader-module__body__B-xBi"};
512
512
 
513
513
  var Loader = function (_a) {
514
- var text = _a.text, children = _a.children, className = _a.className, _b = _a.isLightOverlay, isLightOverlay = _b === void 0 ? false : _b;
515
- return (jsxRuntime.jsx("div", { className: clsx(style$k.root, className), "data-is-light-overlay": isLightOverlay, children: jsxRuntime.jsxs(Stack, { dataAlignItems: "center", children: [jsxRuntime.jsx(SpinnedIcon, { size: 50 }), text && jsxRuntime.jsx("p", { children: text }), children] }) }));
514
+ var text = _a.text, children = _a.children, className = _a.className, _b = _a.isLighter, isLighter = _b === void 0 ? false : _b;
515
+ return (jsxRuntime.jsx("div", { className: clsx(style$k.root, className), "data-is-lighter": isLighter, children: jsxRuntime.jsxs(Stack, { className: style$k.body, dataAlignItems: "center", children: [jsxRuntime.jsx(SpinnedIcon, { size: 50 }), text && jsxRuntime.jsx("p", { children: text }), children] }) }));
516
516
  };
517
517
 
518
518
  var style$j = {"root":"checkbox-module__root__W52jD","customCheckbox":"checkbox-module__customCheckbox__LACTE","label":"checkbox-module__label__ujd0G","frame":"checkbox-module__frame__njRTK","icon":"checkbox-module__icon__7kQzK"};