@kaio-xyz/design-system 1.1.18 → 1.1.19

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
@@ -335,6 +335,7 @@ var style$r = {"root":"badge-module__root__rXpaz"};
335
335
  var BadgeStatuses = {
336
336
  success: "success",
337
337
  rejected: "rejected",
338
+ none: "none",
338
339
  warning: "warning",
339
340
  loading: "loading"
340
341
  };
@@ -902,6 +903,7 @@ var Drawer = function (_a) {
902
903
 
903
904
  exports.Accordion = Accordion;
904
905
  exports.Badge = Badge;
906
+ exports.BadgeStatuses = BadgeStatuses;
905
907
  exports.Button = Button;
906
908
  exports.Checkbox = Checkbox;
907
909
  exports.Clipboard = Clipboard;