@cambly/syntax-core 2.0.0 → 2.2.0

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.mjs CHANGED
@@ -1,9 +1,38 @@
1
1
  var __create = Object.create;
2
2
  var __defProp = Object.defineProperty;
3
+ var __defProps = Object.defineProperties;
3
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
4
6
  var __getOwnPropNames = Object.getOwnPropertyNames;
7
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
5
8
  var __getProtoOf = Object.getPrototypeOf;
6
9
  var __hasOwnProp = Object.prototype.hasOwnProperty;
10
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
11
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
12
+ var __spreadValues = (a, b) => {
13
+ for (var prop in b || (b = {}))
14
+ if (__hasOwnProp.call(b, prop))
15
+ __defNormalProp(a, prop, b[prop]);
16
+ if (__getOwnPropSymbols)
17
+ for (var prop of __getOwnPropSymbols(b)) {
18
+ if (__propIsEnum.call(b, prop))
19
+ __defNormalProp(a, prop, b[prop]);
20
+ }
21
+ return a;
22
+ };
23
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
24
+ var __objRest = (source, exclude) => {
25
+ var target = {};
26
+ for (var prop in source)
27
+ if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
28
+ target[prop] = source[prop];
29
+ if (source != null && __getOwnPropSymbols)
30
+ for (var prop of __getOwnPropSymbols(source)) {
31
+ if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
32
+ target[prop] = source[prop];
33
+ }
34
+ return target;
35
+ };
7
36
  var __commonJS = (cb, mod) => function __require() {
8
37
  return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
9
38
  };
@@ -31,7 +60,7 @@ var require_classnames = __commonJS({
31
60
  "use strict";
32
61
  var hasOwn = {}.hasOwnProperty;
33
62
  var nativeCodeString = "[native code]";
34
- function classNames7() {
63
+ function classNames8() {
35
64
  var classes = [];
36
65
  for (var i = 0; i < arguments.length; i++) {
37
66
  var arg = arguments[i];
@@ -42,7 +71,7 @@ var require_classnames = __commonJS({
42
71
  classes.push(arg);
43
72
  } else if (Array.isArray(arg)) {
44
73
  if (arg.length) {
45
- var inner = classNames7.apply(null, arg);
74
+ var inner = classNames8.apply(null, arg);
46
75
  if (inner) {
47
76
  classes.push(inner);
48
77
  }
@@ -62,14 +91,14 @@ var require_classnames = __commonJS({
62
91
  return classes.join(" ");
63
92
  }
64
93
  if (typeof module !== "undefined" && module.exports) {
65
- classNames7.default = classNames7;
66
- module.exports = classNames7;
94
+ classNames8.default = classNames8;
95
+ module.exports = classNames8;
67
96
  } else if (typeof define === "function" && typeof define.amd === "object" && define.amd) {
68
97
  define("classnames", [], function() {
69
- return classNames7;
98
+ return classNames8;
70
99
  });
71
100
  } else {
72
- window.classNames = classNames7;
101
+ window.classNames = classNames8;
73
102
  }
74
103
  })();
75
104
  }
@@ -99,30 +128,231 @@ var Avatar = ({
99
128
  };
100
129
  var Avatar_default = Avatar;
101
130
 
102
- // src/Button/Button.tsx
131
+ // src/Box/Box.tsx
103
132
  var import_classnames2 = __toESM(require_classnames());
104
133
 
105
- // css-module:./colors.module.css#css-module
134
+ // css-module:./Box.module.css#css-module
135
+ var Box_module_default = { "box": "_box_sfdi9_1", "flexWrap": "_flexWrap_sfdi9_5", "alignItemscenter": "_alignItemscenter_sfdi9_10", "alignItemsstart": "_alignItemsstart_sfdi9_14", "alignItemsend": "_alignItemsend_sfdi9_18", "alignItemsstretch": "_alignItemsstretch_sfdi9_22", "alignItemsbaseline": "_alignItemsbaseline_sfdi9_26", "alignItemscenterSmall": "_alignItemscenterSmall_sfdi9_32", "alignItemsstartSmall": "_alignItemsstartSmall_sfdi9_36", "alignItemsendSmall": "_alignItemsendSmall_sfdi9_40", "alignItemsstretchSmall": "_alignItemsstretchSmall_sfdi9_44", "alignItemsbaselineSmall": "_alignItemsbaselineSmall_sfdi9_48", "alignItemscenterLarge": "_alignItemscenterLarge_sfdi9_55", "alignItemsstartLarge": "_alignItemsstartLarge_sfdi9_59", "alignItemsendLarge": "_alignItemsendLarge_sfdi9_63", "alignItemsstretchLarge": "_alignItemsstretchLarge_sfdi9_67", "alignItemsbaselineLarge": "_alignItemsbaselineLarge_sfdi9_71", "alignSelfcenter": "_alignSelfcenter_sfdi9_77", "alignSelfstart": "_alignSelfstart_sfdi9_81", "alignSelfend": "_alignSelfend_sfdi9_85", "alignSelfstretch": "_alignSelfstretch_sfdi9_89", "alignSelfbaseline": "_alignSelfbaseline_sfdi9_93", "alignSelfauto": "_alignSelfauto_sfdi9_97", "roundingsm": "_roundingsm_sfdi9_102", "roundingmd": "_roundingmd_sfdi9_106", "roundinglg": "_roundinglg_sfdi9_110", "roundingxl": "_roundingxl_sfdi9_114", "roundingpill": "_roundingpill_sfdi9_118", "block": "_block_sfdi9_123", "flex": "_flex_sfdi9_5", "inlineBlock": "_inlineBlock_sfdi9_131", "none": "_none_sfdi9_135", "visuallyHidden": "_visuallyHidden_sfdi9_139", "blockSmall": "_blockSmall_sfdi9_153", "flexSmall": "_flexSmall_sfdi9_157", "inlineBlockSmall": "_inlineBlockSmall_sfdi9_161", "noneSmall": "_noneSmall_sfdi9_165", "visuallyHiddenSmall": "_visuallyHiddenSmall_sfdi9_169", "blockLarge": "_blockLarge_sfdi9_184", "flexLarge": "_flexLarge_sfdi9_188", "inlineBlockLarge": "_inlineBlockLarge_sfdi9_192", "noneLarge": "_noneLarge_sfdi9_196", "visuallyHiddenLarge": "_visuallyHiddenLarge_sfdi9_200", "column": "_column_sfdi9_214", "row": "_row_sfdi9_218", "columnSmall": "_columnSmall_sfdi9_224", "rowSmall": "_rowSmall_sfdi9_228", "columnLarge": "_columnLarge_sfdi9_235", "rowLarge": "_rowLarge_sfdi9_239", "gap0": "_gap0_sfdi9_245", "gap1": "_gap1_sfdi9_249", "gap2": "_gap2_sfdi9_253", "gap3": "_gap3_sfdi9_257", "gap4": "_gap4_sfdi9_261", "gap5": "_gap5_sfdi9_265", "gap6": "_gap6_sfdi9_269", "gap7": "_gap7_sfdi9_273", "gap8": "_gap8_sfdi9_277", "gap9": "_gap9_sfdi9_281", "gap10": "_gap10_sfdi9_285", "gap11": "_gap11_sfdi9_289", "gap12": "_gap12_sfdi9_293", "justifyContentcenter": "_justifyContentcenter_sfdi9_298", "justifyContentstart": "_justifyContentstart_sfdi9_302", "justifyContentend": "_justifyContentend_sfdi9_306", "justifyContentbetween": "_justifyContentbetween_sfdi9_310", "justifyContentaround": "_justifyContentaround_sfdi9_314", "justifyContentevenly": "_justifyContentevenly_sfdi9_318", "justifyContentcenterSmall": "_justifyContentcenterSmall_sfdi9_324", "justifyContentstartSmall": "_justifyContentstartSmall_sfdi9_328", "justifyContentendSmall": "_justifyContentendSmall_sfdi9_332", "justifyContentbetweenSmall": "_justifyContentbetweenSmall_sfdi9_336", "justifyContentaroundSmall": "_justifyContentaroundSmall_sfdi9_340", "justifyContentevenlySmall": "_justifyContentevenlySmall_sfdi9_344", "justifyContentcenterLarge": "_justifyContentcenterLarge_sfdi9_351", "justifyContentstartLarge": "_justifyContentstartLarge_sfdi9_355", "justifyContentendLarge": "_justifyContentendLarge_sfdi9_359", "justifyContentbetweenLarge": "_justifyContentbetweenLarge_sfdi9_363", "justifyContentaroundLarge": "_justifyContentaroundLarge_sfdi9_367", "justifyContentevenlyLarge": "_justifyContentevenlyLarge_sfdi9_371", "fixed": "_fixed_sfdi9_377", "relative": "_relative_sfdi9_381", "absolute": "_absolute_sfdi9_385" };
136
+
137
+ // css-module:./margin.module.css#css-module
138
+ var margin_module_default = { "marginBottom-12": "_marginBottom-12_1whn1_2", "marginBottom-11": "_marginBottom-11_1whn1_6", "marginBottom-10": "_marginBottom-10_1whn1_10", "marginBottom-9": "_marginBottom-9_1whn1_14", "marginBottom-8": "_marginBottom-8_1whn1_18", "marginBottom-7": "_marginBottom-7_1whn1_22", "marginBottom-6": "_marginBottom-6_1whn1_26", "marginBottom-5": "_marginBottom-5_1whn1_30", "marginBottom-4": "_marginBottom-4_1whn1_34", "marginBottom-3": "_marginBottom-3_1whn1_38", "marginBottom-2": "_marginBottom-2_1whn1_42", "marginBottom-1": "_marginBottom-1_1whn1_2", "marginBottom0": "_marginBottom0_1whn1_50", "marginBottom1": "_marginBottom1_1whn1_54", "marginBottom2": "_marginBottom2_1whn1_58", "marginBottom3": "_marginBottom3_1whn1_62", "marginBottom4": "_marginBottom4_1whn1_66", "marginBottom5": "_marginBottom5_1whn1_70", "marginBottom6": "_marginBottom6_1whn1_74", "marginBottom7": "_marginBottom7_1whn1_78", "marginBottom8": "_marginBottom8_1whn1_82", "marginBottom9": "_marginBottom9_1whn1_86", "marginBottom10": "_marginBottom10_1whn1_90", "marginBottom11": "_marginBottom11_1whn1_94", "marginBottom12": "_marginBottom12_1whn1_98", "marginBottomauto": "_marginBottomauto_1whn1_102", "marginEnd-12": "_marginEnd-12_1whn1_107", "marginEnd-11": "_marginEnd-11_1whn1_111", "marginEnd-10": "_marginEnd-10_1whn1_115", "marginEnd-9": "_marginEnd-9_1whn1_119", "marginEnd-8": "_marginEnd-8_1whn1_123", "marginEnd-7": "_marginEnd-7_1whn1_127", "marginEnd-6": "_marginEnd-6_1whn1_131", "marginEnd-5": "_marginEnd-5_1whn1_135", "marginEnd-4": "_marginEnd-4_1whn1_139", "marginEnd-3": "_marginEnd-3_1whn1_143", "marginEnd-2": "_marginEnd-2_1whn1_147", "marginEnd-1": "_marginEnd-1_1whn1_107", "marginEnd0": "_marginEnd0_1whn1_155", "marginEnd1": "_marginEnd1_1whn1_159", "marginEnd2": "_marginEnd2_1whn1_163", "marginEnd3": "_marginEnd3_1whn1_167", "marginEnd4": "_marginEnd4_1whn1_171", "marginEnd5": "_marginEnd5_1whn1_175", "marginEnd6": "_marginEnd6_1whn1_179", "marginEnd7": "_marginEnd7_1whn1_183", "marginEnd8": "_marginEnd8_1whn1_187", "marginEnd9": "_marginEnd9_1whn1_191", "marginEnd10": "_marginEnd10_1whn1_195", "marginEnd11": "_marginEnd11_1whn1_199", "marginEnd12": "_marginEnd12_1whn1_203", "marginEndauto": "_marginEndauto_1whn1_207", "marginStart-12": "_marginStart-12_1whn1_212", "marginStart-11": "_marginStart-11_1whn1_216", "marginStart-10": "_marginStart-10_1whn1_220", "marginStart-9": "_marginStart-9_1whn1_224", "marginStart-8": "_marginStart-8_1whn1_228", "marginStart-7": "_marginStart-7_1whn1_232", "marginStart-6": "_marginStart-6_1whn1_236", "marginStart-5": "_marginStart-5_1whn1_240", "marginStart-4": "_marginStart-4_1whn1_244", "marginStart-3": "_marginStart-3_1whn1_248", "marginStart-2": "_marginStart-2_1whn1_252", "marginStart-1": "_marginStart-1_1whn1_212", "marginStart0": "_marginStart0_1whn1_260", "marginStart1": "_marginStart1_1whn1_264", "marginStart2": "_marginStart2_1whn1_268", "marginStart3": "_marginStart3_1whn1_272", "marginStart4": "_marginStart4_1whn1_276", "marginStart5": "_marginStart5_1whn1_280", "marginStart6": "_marginStart6_1whn1_284", "marginStart7": "_marginStart7_1whn1_288", "marginStart8": "_marginStart8_1whn1_292", "marginStart9": "_marginStart9_1whn1_296", "marginStart10": "_marginStart10_1whn1_300", "marginStart11": "_marginStart11_1whn1_304", "marginStart12": "_marginStart12_1whn1_308", "marginStartauto": "_marginStartauto_1whn1_312", "marginTop-12": "_marginTop-12_1whn1_317", "marginTop-11": "_marginTop-11_1whn1_321", "marginTop-10": "_marginTop-10_1whn1_325", "marginTop-9": "_marginTop-9_1whn1_329", "marginTop-8": "_marginTop-8_1whn1_333", "marginTop-7": "_marginTop-7_1whn1_337", "marginTop-6": "_marginTop-6_1whn1_341", "marginTop-5": "_marginTop-5_1whn1_345", "marginTop-4": "_marginTop-4_1whn1_349", "marginTop-3": "_marginTop-3_1whn1_353", "marginTop-2": "_marginTop-2_1whn1_357", "marginTop-1": "_marginTop-1_1whn1_317", "marginTop0": "_marginTop0_1whn1_365", "marginTop1": "_marginTop1_1whn1_369", "marginTop2": "_marginTop2_1whn1_373", "marginTop3": "_marginTop3_1whn1_377", "marginTop4": "_marginTop4_1whn1_381", "marginTop5": "_marginTop5_1whn1_385", "marginTop6": "_marginTop6_1whn1_389", "marginTop7": "_marginTop7_1whn1_393", "marginTop8": "_marginTop8_1whn1_397", "marginTop9": "_marginTop9_1whn1_401", "marginTop10": "_marginTop10_1whn1_405", "marginTop11": "_marginTop11_1whn1_409", "marginTop12": "_marginTop12_1whn1_413", "marginTopauto": "_marginTopauto_1whn1_417", "marginBottom-12Small": "_marginBottom-12Small_1whn1_423", "marginBottom-11Small": "_marginBottom-11Small_1whn1_427", "marginBottom-10Small": "_marginBottom-10Small_1whn1_431", "marginBottom-9Small": "_marginBottom-9Small_1whn1_435", "marginBottom-8Small": "_marginBottom-8Small_1whn1_439", "marginBottom-7Small": "_marginBottom-7Small_1whn1_443", "marginBottom-6Small": "_marginBottom-6Small_1whn1_447", "marginBottom-5Small": "_marginBottom-5Small_1whn1_451", "marginBottom-4Small": "_marginBottom-4Small_1whn1_455", "marginBottom-3Small": "_marginBottom-3Small_1whn1_459", "marginBottom-2Small": "_marginBottom-2Small_1whn1_463", "marginBottom-1Small": "_marginBottom-1Small_1whn1_467", "marginBottom0Small": "_marginBottom0Small_1whn1_471", "marginBottom1Small": "_marginBottom1Small_1whn1_475", "marginBottom2Small": "_marginBottom2Small_1whn1_479", "marginBottom3Small": "_marginBottom3Small_1whn1_483", "marginBottom4Small": "_marginBottom4Small_1whn1_487", "marginBottom5Small": "_marginBottom5Small_1whn1_491", "marginBottom6Small": "_marginBottom6Small_1whn1_495", "marginBottom7Small": "_marginBottom7Small_1whn1_499", "marginBottom8Small": "_marginBottom8Small_1whn1_503", "marginBottom9Small": "_marginBottom9Small_1whn1_507", "marginBottom10Small": "_marginBottom10Small_1whn1_511", "marginBottom11Small": "_marginBottom11Small_1whn1_515", "marginBottom12Small": "_marginBottom12Small_1whn1_519", "marginBottomautoSmall": "_marginBottomautoSmall_1whn1_523", "marginEnd-12Small": "_marginEnd-12Small_1whn1_527", "marginEnd-11Small": "_marginEnd-11Small_1whn1_531", "marginEnd-10Small": "_marginEnd-10Small_1whn1_535", "marginEnd-9Small": "_marginEnd-9Small_1whn1_539", "marginEnd-8Small": "_marginEnd-8Small_1whn1_543", "marginEnd-7Small": "_marginEnd-7Small_1whn1_547", "marginEnd-6Small": "_marginEnd-6Small_1whn1_551", "marginEnd-5Small": "_marginEnd-5Small_1whn1_555", "marginEnd-4Small": "_marginEnd-4Small_1whn1_559", "marginEnd-3Small": "_marginEnd-3Small_1whn1_563", "marginEnd-2Small": "_marginEnd-2Small_1whn1_567", "marginEnd-1Small": "_marginEnd-1Small_1whn1_571", "marginEnd0Small": "_marginEnd0Small_1whn1_575", "marginEnd1Small": "_marginEnd1Small_1whn1_579", "marginEnd2Small": "_marginEnd2Small_1whn1_583", "marginEnd3Small": "_marginEnd3Small_1whn1_587", "marginEnd4Small": "_marginEnd4Small_1whn1_591", "marginEnd5Small": "_marginEnd5Small_1whn1_595", "marginEnd6Small": "_marginEnd6Small_1whn1_599", "marginEnd7Small": "_marginEnd7Small_1whn1_603", "marginEnd8Small": "_marginEnd8Small_1whn1_607", "marginEnd9Small": "_marginEnd9Small_1whn1_611", "marginEnd10Small": "_marginEnd10Small_1whn1_615", "marginEnd11Small": "_marginEnd11Small_1whn1_619", "marginEnd12Small": "_marginEnd12Small_1whn1_623", "marginEndautoSmall": "_marginEndautoSmall_1whn1_627", "marginStart-12Small": "_marginStart-12Small_1whn1_631", "marginStart-11Small": "_marginStart-11Small_1whn1_635", "marginStart-10Small": "_marginStart-10Small_1whn1_639", "marginStart-9Small": "_marginStart-9Small_1whn1_643", "marginStart-8Small": "_marginStart-8Small_1whn1_647", "marginStart-7Small": "_marginStart-7Small_1whn1_651", "marginStart-6Small": "_marginStart-6Small_1whn1_655", "marginStart-5Small": "_marginStart-5Small_1whn1_659", "marginStart-4Small": "_marginStart-4Small_1whn1_663", "marginStart-3Small": "_marginStart-3Small_1whn1_667", "marginStart-2Small": "_marginStart-2Small_1whn1_671", "marginStart-1Small": "_marginStart-1Small_1whn1_675", "marginStart0Small": "_marginStart0Small_1whn1_679", "marginStart1Small": "_marginStart1Small_1whn1_683", "marginStart2Small": "_marginStart2Small_1whn1_687", "marginStart3Small": "_marginStart3Small_1whn1_691", "marginStart4Small": "_marginStart4Small_1whn1_695", "marginStart5Small": "_marginStart5Small_1whn1_699", "marginStart6Small": "_marginStart6Small_1whn1_703", "marginStart7Small": "_marginStart7Small_1whn1_707", "marginStart8Small": "_marginStart8Small_1whn1_711", "marginStart9Small": "_marginStart9Small_1whn1_715", "marginStart10Small": "_marginStart10Small_1whn1_719", "marginStart11Small": "_marginStart11Small_1whn1_723", "marginStart12Small": "_marginStart12Small_1whn1_727", "marginStartautoSmall": "_marginStartautoSmall_1whn1_731", "marginTop-12Small": "_marginTop-12Small_1whn1_735", "marginTop-11Small": "_marginTop-11Small_1whn1_739", "marginTop-10Small": "_marginTop-10Small_1whn1_743", "marginTop-9Small": "_marginTop-9Small_1whn1_747", "marginTop-8Small": "_marginTop-8Small_1whn1_751", "marginTop-7Small": "_marginTop-7Small_1whn1_755", "marginTop-6Small": "_marginTop-6Small_1whn1_759", "marginTop-5Small": "_marginTop-5Small_1whn1_763", "marginTop-4Small": "_marginTop-4Small_1whn1_767", "marginTop-3Small": "_marginTop-3Small_1whn1_771", "marginTop-2Small": "_marginTop-2Small_1whn1_775", "marginTop-1Small": "_marginTop-1Small_1whn1_779", "marginTop0Small": "_marginTop0Small_1whn1_783", "marginTop1Small": "_marginTop1Small_1whn1_787", "marginTop2Small": "_marginTop2Small_1whn1_791", "marginTop3Small": "_marginTop3Small_1whn1_795", "marginTop4Small": "_marginTop4Small_1whn1_799", "marginTop5Small": "_marginTop5Small_1whn1_803", "marginTop6Small": "_marginTop6Small_1whn1_807", "marginTop7Small": "_marginTop7Small_1whn1_811", "marginTop8Small": "_marginTop8Small_1whn1_815", "marginTop9Small": "_marginTop9Small_1whn1_819", "marginTop10Small": "_marginTop10Small_1whn1_823", "marginTop11Small": "_marginTop11Small_1whn1_827", "marginTop12Small": "_marginTop12Small_1whn1_831", "marginTopautoSmall": "_marginTopautoSmall_1whn1_835", "marginBottom-12Large": "_marginBottom-12Large_1whn1_842", "marginBottom-11Large": "_marginBottom-11Large_1whn1_846", "marginBottom-10Large": "_marginBottom-10Large_1whn1_850", "marginBottom-9Large": "_marginBottom-9Large_1whn1_854", "marginBottom-8Large": "_marginBottom-8Large_1whn1_858", "marginBottom-7Large": "_marginBottom-7Large_1whn1_862", "marginBottom-6Large": "_marginBottom-6Large_1whn1_866", "marginBottom-5Large": "_marginBottom-5Large_1whn1_870", "marginBottom-4Large": "_marginBottom-4Large_1whn1_874", "marginBottom-3Large": "_marginBottom-3Large_1whn1_878", "marginBottom-2Large": "_marginBottom-2Large_1whn1_882", "marginBottom-1Large": "_marginBottom-1Large_1whn1_886", "marginBottom0Large": "_marginBottom0Large_1whn1_890", "marginBottom1Large": "_marginBottom1Large_1whn1_894", "marginBottom2Large": "_marginBottom2Large_1whn1_898", "marginBottom3Large": "_marginBottom3Large_1whn1_902", "marginBottom4Large": "_marginBottom4Large_1whn1_906", "marginBottom5Large": "_marginBottom5Large_1whn1_910", "marginBottom6Large": "_marginBottom6Large_1whn1_914", "marginBottom7Large": "_marginBottom7Large_1whn1_918", "marginBottom8Large": "_marginBottom8Large_1whn1_922", "marginBottom9Large": "_marginBottom9Large_1whn1_926", "marginBottom10Large": "_marginBottom10Large_1whn1_930", "marginBottom11Large": "_marginBottom11Large_1whn1_934", "marginBottom12Large": "_marginBottom12Large_1whn1_938", "marginBottomautoLarge": "_marginBottomautoLarge_1whn1_942", "marginEnd-12Large": "_marginEnd-12Large_1whn1_946", "marginEnd-11Large": "_marginEnd-11Large_1whn1_950", "marginEnd-10Large": "_marginEnd-10Large_1whn1_954", "marginEnd-9Large": "_marginEnd-9Large_1whn1_958", "marginEnd-8Large": "_marginEnd-8Large_1whn1_962", "marginEnd-7Large": "_marginEnd-7Large_1whn1_966", "marginEnd-6Large": "_marginEnd-6Large_1whn1_970", "marginEnd-5Large": "_marginEnd-5Large_1whn1_974", "marginEnd-4Large": "_marginEnd-4Large_1whn1_978", "marginEnd-3Large": "_marginEnd-3Large_1whn1_982", "marginEnd-2Large": "_marginEnd-2Large_1whn1_986", "marginEnd-1Large": "_marginEnd-1Large_1whn1_990", "marginEnd0Large": "_marginEnd0Large_1whn1_994", "marginEnd1Large": "_marginEnd1Large_1whn1_998", "marginEnd2Large": "_marginEnd2Large_1whn1_1002", "marginEnd3Large": "_marginEnd3Large_1whn1_1006", "marginEnd4Large": "_marginEnd4Large_1whn1_1010", "marginEnd5Large": "_marginEnd5Large_1whn1_1014", "marginEnd6Large": "_marginEnd6Large_1whn1_1018", "marginEnd7Large": "_marginEnd7Large_1whn1_1022", "marginEnd8Large": "_marginEnd8Large_1whn1_1026", "marginEnd9Large": "_marginEnd9Large_1whn1_1030", "marginEnd10Large": "_marginEnd10Large_1whn1_1034", "marginEnd11Large": "_marginEnd11Large_1whn1_1038", "marginEnd12Large": "_marginEnd12Large_1whn1_1042", "marginEndautoLarge": "_marginEndautoLarge_1whn1_1046", "marginStart-12Large": "_marginStart-12Large_1whn1_1050", "marginStart-11Large": "_marginStart-11Large_1whn1_1054", "marginStart-10Large": "_marginStart-10Large_1whn1_1058", "marginStart-9Large": "_marginStart-9Large_1whn1_1062", "marginStart-8Large": "_marginStart-8Large_1whn1_1066", "marginStart-7Large": "_marginStart-7Large_1whn1_1070", "marginStart-6Large": "_marginStart-6Large_1whn1_1074", "marginStart-5Large": "_marginStart-5Large_1whn1_1078", "marginStart-4Large": "_marginStart-4Large_1whn1_1082", "marginStart-3Large": "_marginStart-3Large_1whn1_1086", "marginStart-2Large": "_marginStart-2Large_1whn1_1090", "marginStart-1Large": "_marginStart-1Large_1whn1_1094", "marginStart0Large": "_marginStart0Large_1whn1_1098", "marginStart1Large": "_marginStart1Large_1whn1_1102", "marginStart2Large": "_marginStart2Large_1whn1_1106", "marginStart3Large": "_marginStart3Large_1whn1_1110", "marginStart4Large": "_marginStart4Large_1whn1_1114", "marginStart5Large": "_marginStart5Large_1whn1_1118", "marginStart6Large": "_marginStart6Large_1whn1_1122", "marginStart7Large": "_marginStart7Large_1whn1_1126", "marginStart8Large": "_marginStart8Large_1whn1_1130", "marginStart9Large": "_marginStart9Large_1whn1_1134", "marginStart10Large": "_marginStart10Large_1whn1_1138", "marginStart11Large": "_marginStart11Large_1whn1_1142", "marginStart12Large": "_marginStart12Large_1whn1_1146", "marginStartautoLarge": "_marginStartautoLarge_1whn1_1150", "marginTop-12Large": "_marginTop-12Large_1whn1_1154", "marginTop-11Large": "_marginTop-11Large_1whn1_1158", "marginTop-10Large": "_marginTop-10Large_1whn1_1162", "marginTop-9Large": "_marginTop-9Large_1whn1_1166", "marginTop-8Large": "_marginTop-8Large_1whn1_1170", "marginTop-7Large": "_marginTop-7Large_1whn1_1174", "marginTop-6Large": "_marginTop-6Large_1whn1_1178", "marginTop-5Large": "_marginTop-5Large_1whn1_1182", "marginTop-4Large": "_marginTop-4Large_1whn1_1186", "marginTop-3Large": "_marginTop-3Large_1whn1_1190", "marginTop-2Large": "_marginTop-2Large_1whn1_1194", "marginTop-1Large": "_marginTop-1Large_1whn1_1198", "marginTop0Large": "_marginTop0Large_1whn1_1202", "marginTop1Large": "_marginTop1Large_1whn1_1206", "marginTop2Large": "_marginTop2Large_1whn1_1210", "marginTop3Large": "_marginTop3Large_1whn1_1214", "marginTop4Large": "_marginTop4Large_1whn1_1218", "marginTop5Large": "_marginTop5Large_1whn1_1222", "marginTop6Large": "_marginTop6Large_1whn1_1226", "marginTop7Large": "_marginTop7Large_1whn1_1230", "marginTop8Large": "_marginTop8Large_1whn1_1234", "marginTop9Large": "_marginTop9Large_1whn1_1238", "marginTop10Large": "_marginTop10Large_1whn1_1242", "marginTop11Large": "_marginTop11Large_1whn1_1246", "marginTop12Large": "_marginTop12Large_1whn1_1250", "marginTopautoLarge": "_marginTopautoLarge_1whn1_1254" };
139
+
140
+ // css-module:./padding.module.css#css-module
141
+ var padding_module_default = { "paddingX0": "_paddingX0_1aqye_2", "paddingX1": "_paddingX1_1aqye_7", "paddingX2": "_paddingX2_1aqye_12", "paddingX3": "_paddingX3_1aqye_17", "paddingX4": "_paddingX4_1aqye_22", "paddingX5": "_paddingX5_1aqye_27", "paddingX6": "_paddingX6_1aqye_32", "paddingX7": "_paddingX7_1aqye_37", "paddingX8": "_paddingX8_1aqye_42", "paddingX9": "_paddingX9_1aqye_47", "paddingX10": "_paddingX10_1aqye_52", "paddingX11": "_paddingX11_1aqye_57", "paddingX12": "_paddingX12_1aqye_62", "paddingY0": "_paddingY0_1aqye_67", "paddingY1": "_paddingY1_1aqye_72", "paddingY2": "_paddingY2_1aqye_77", "paddingY3": "_paddingY3_1aqye_82", "paddingY4": "_paddingY4_1aqye_87", "paddingY5": "_paddingY5_1aqye_92", "paddingY6": "_paddingY6_1aqye_97", "paddingY7": "_paddingY7_1aqye_102", "paddingY8": "_paddingY8_1aqye_107", "paddingY9": "_paddingY9_1aqye_112", "paddingY10": "_paddingY10_1aqye_117", "paddingY11": "_paddingY11_1aqye_122", "paddingY12": "_paddingY12_1aqye_127", "paddingX0Small": "_paddingX0Small_1aqye_134", "paddingX1Small": "_paddingX1Small_1aqye_139", "paddingX2Small": "_paddingX2Small_1aqye_144", "paddingX3Small": "_paddingX3Small_1aqye_149", "paddingX4Small": "_paddingX4Small_1aqye_154", "paddingX5Small": "_paddingX5Small_1aqye_159", "paddingX6Small": "_paddingX6Small_1aqye_164", "paddingX7Small": "_paddingX7Small_1aqye_169", "paddingX8Small": "_paddingX8Small_1aqye_174", "paddingX9Small": "_paddingX9Small_1aqye_179", "paddingX10Small": "_paddingX10Small_1aqye_184", "paddingX11Small": "_paddingX11Small_1aqye_189", "paddingX12Small": "_paddingX12Small_1aqye_194", "paddingY0Small": "_paddingY0Small_1aqye_199", "paddingY1Small": "_paddingY1Small_1aqye_204", "paddingY2Small": "_paddingY2Small_1aqye_209", "paddingY3Small": "_paddingY3Small_1aqye_214", "paddingY4Small": "_paddingY4Small_1aqye_219", "paddingY5Small": "_paddingY5Small_1aqye_224", "paddingY6Small": "_paddingY6Small_1aqye_229", "paddingY7Small": "_paddingY7Small_1aqye_234", "paddingY8Small": "_paddingY8Small_1aqye_239", "paddingY9Small": "_paddingY9Small_1aqye_244", "paddingY10Small": "_paddingY10Small_1aqye_249", "paddingY11Small": "_paddingY11Small_1aqye_254", "paddingY12Small": "_paddingY12Small_1aqye_259", "paddingX0Large": "_paddingX0Large_1aqye_267", "paddingX1Large": "_paddingX1Large_1aqye_272", "paddingX2Large": "_paddingX2Large_1aqye_277", "paddingX3Large": "_paddingX3Large_1aqye_282", "paddingX4Large": "_paddingX4Large_1aqye_287", "paddingX5Large": "_paddingX5Large_1aqye_292", "paddingX6Large": "_paddingX6Large_1aqye_297", "paddingX7Large": "_paddingX7Large_1aqye_302", "paddingX8Large": "_paddingX8Large_1aqye_307", "paddingX9Large": "_paddingX9Large_1aqye_312", "paddingX10Large": "_paddingX10Large_1aqye_317", "paddingX11Large": "_paddingX11Large_1aqye_322", "paddingX12Large": "_paddingX12Large_1aqye_327", "paddingY0Large": "_paddingY0Large_1aqye_332", "paddingY1Large": "_paddingY1Large_1aqye_337", "paddingY2Large": "_paddingY2Large_1aqye_342", "paddingY3Large": "_paddingY3Large_1aqye_347", "paddingY4Large": "_paddingY4Large_1aqye_352", "paddingY5Large": "_paddingY5Large_1aqye_357", "paddingY6Large": "_paddingY6Large_1aqye_362", "paddingY7Large": "_paddingY7Large_1aqye_367", "paddingY8Large": "_paddingY8Large_1aqye_372", "paddingY9Large": "_paddingY9Large_1aqye_377", "paddingY10Large": "_paddingY10Large_1aqye_382", "paddingY11Large": "_paddingY11Large_1aqye_387", "paddingY12Large": "_paddingY12Large_1aqye_392" };
142
+
143
+ // css-module:../colors/colors.module.css#css-module
106
144
  var colors_module_default = { "inheritColor": "_inheritColor_j1pwm_2", "destructive700Color": "_destructive700Color_j1pwm_6", "gray700Color": "_gray700Color_j1pwm_10", "gray900Color": "_gray900Color_j1pwm_14", "primary700Color": "_primary700Color_j1pwm_18", "whiteColor": "_whiteColor_j1pwm_22", "blackBackgroundColor": "_blackBackgroundColor_j1pwm_27", "destructive100BackgroundColor": "_destructive100BackgroundColor_j1pwm_31", "destructive200BackgroundColor": "_destructive200BackgroundColor_j1pwm_35", "destructive300BackgroundColor": "_destructive300BackgroundColor_j1pwm_39", "destructive700BackgroundColor": "_destructive700BackgroundColor_j1pwm_43", "destructive800BackgroundColor": "_destructive800BackgroundColor_j1pwm_47", "destructive900BackgroundColor": "_destructive900BackgroundColor_j1pwm_51", "gray10BackgroundColor": "_gray10BackgroundColor_j1pwm_55", "gray30BackgroundColor": "_gray30BackgroundColor_j1pwm_59", "gray80BackgroundColor": "_gray80BackgroundColor_j1pwm_63", "gray100BackgroundColor": "_gray100BackgroundColor_j1pwm_67", "gray200BackgroundColor": "_gray200BackgroundColor_j1pwm_71", "gray300BackgroundColor": "_gray300BackgroundColor_j1pwm_75", "gray700BackgroundColor": "_gray700BackgroundColor_j1pwm_79", "gray800BackgroundColor": "_gray800BackgroundColor_j1pwm_83", "gray900BackgroundColor": "_gray900BackgroundColor_j1pwm_87", "orange100BackgroundColor": "_orange100BackgroundColor_j1pwm_91", "orange200BackgroundColor": "_orange200BackgroundColor_j1pwm_95", "orange300BackgroundColor": "_orange300BackgroundColor_j1pwm_99", "orange700BackgroundColor": "_orange700BackgroundColor_j1pwm_103", "orange800BackgroundColor": "_orange800BackgroundColor_j1pwm_107", "orange900BackgroundColor": "_orange900BackgroundColor_j1pwm_111", "primary100BackgroundColor": "_primary100BackgroundColor_j1pwm_115", "primary200BackgroundColor": "_primary200BackgroundColor_j1pwm_119", "primary300BackgroundColor": "_primary300BackgroundColor_j1pwm_123", "primary700BackgroundColor": "_primary700BackgroundColor_j1pwm_127", "primary800BackgroundColor": "_primary800BackgroundColor_j1pwm_131", "primary900BackgroundColor": "_primary900BackgroundColor_j1pwm_135", "success100BackgroundColor": "_success100BackgroundColor_j1pwm_139", "success200BackgroundColor": "_success200BackgroundColor_j1pwm_143", "success300BackgroundColor": "_success300BackgroundColor_j1pwm_147", "success700BackgroundColor": "_success700BackgroundColor_j1pwm_151", "success800BackgroundColor": "_success800BackgroundColor_j1pwm_155", "success900BackgroundColor": "_success900BackgroundColor_j1pwm_159", "purple100BackgroundColor": "_purple100BackgroundColor_j1pwm_163", "purple200BackgroundColor": "_purple200BackgroundColor_j1pwm_167", "purple300BackgroundColor": "_purple300BackgroundColor_j1pwm_171", "purple700BackgroundColor": "_purple700BackgroundColor_j1pwm_175", "purple800BackgroundColor": "_purple800BackgroundColor_j1pwm_179", "purple900BackgroundColor": "_purple900BackgroundColor_j1pwm_183", "whiteBackgroundColor": "_whiteBackgroundColor_j1pwm_187", "yellow100BackgroundColor": "_yellow100BackgroundColor_j1pwm_191", "yellow200BackgroundColor": "_yellow200BackgroundColor_j1pwm_195", "yellow300BackgroundColor": "_yellow300BackgroundColor_j1pwm_199", "yellow700BackgroundColor": "_yellow700BackgroundColor_j1pwm_203", "yellow800BackgroundColor": "_yellow800BackgroundColor_j1pwm_207", "yellow900BackgroundColor": "_yellow900BackgroundColor_j1pwm_211" };
107
145
 
146
+ // src/Box/Box.tsx
147
+ import { jsx as jsx2 } from "react/jsx-runtime";
148
+ function Box(props) {
149
+ var _c;
150
+ const _a = props, { as: BoxElement = "div", children } = _a, boxProps = __objRest(_a, ["as", "children"]);
151
+ const _b = boxProps, {
152
+ alignItems: alignItems,
153
+ smAlignItems,
154
+ lgAlignItems,
155
+ alignSelf,
156
+ color,
157
+ direction,
158
+ smDirection,
159
+ lgDirection,
160
+ display,
161
+ smDisplay,
162
+ lgDisplay,
163
+ flexWrap,
164
+ gap: gap2,
165
+ justifyContent,
166
+ smJustifyContent,
167
+ lgJustifyContent,
168
+ margin: margin,
169
+ marginBottom,
170
+ marginEnd,
171
+ marginStart,
172
+ marginTop,
173
+ smMargin,
174
+ smMarginBottom,
175
+ smMarginEnd,
176
+ smMarginStart,
177
+ smMarginTop,
178
+ lgMargin,
179
+ lgMarginBottom,
180
+ lgMarginEnd,
181
+ lgMarginStart,
182
+ lgMarginTop,
183
+ padding: padding,
184
+ paddingX,
185
+ paddingY,
186
+ smPadding,
187
+ smPaddingX,
188
+ smPaddingY,
189
+ lgPadding,
190
+ lgPaddingX,
191
+ lgPaddingY,
192
+ position,
193
+ rounding,
194
+ dangerouslySetInlineStyle: dangerouslySetInlineStyle,
195
+ height,
196
+ maxHeight,
197
+ maxWidth,
198
+ minHeight,
199
+ minWidth,
200
+ width
201
+ } = _b, maybePassThroughProps = __objRest(_b, [
202
+ // Classname
203
+ "alignItems",
204
+ "smAlignItems",
205
+ "lgAlignItems",
206
+ "alignSelf",
207
+ "color",
208
+ "direction",
209
+ "smDirection",
210
+ "lgDirection",
211
+ "display",
212
+ "smDisplay",
213
+ "lgDisplay",
214
+ "flexWrap",
215
+ "gap",
216
+ "justifyContent",
217
+ "smJustifyContent",
218
+ "lgJustifyContent",
219
+ // Margin
220
+ "margin",
221
+ "marginBottom",
222
+ "marginEnd",
223
+ "marginStart",
224
+ "marginTop",
225
+ "smMargin",
226
+ "smMarginBottom",
227
+ "smMarginEnd",
228
+ "smMarginStart",
229
+ "smMarginTop",
230
+ "lgMargin",
231
+ "lgMarginBottom",
232
+ "lgMarginEnd",
233
+ "lgMarginStart",
234
+ "lgMarginTop",
235
+ // Padding
236
+ "padding",
237
+ "paddingX",
238
+ "paddingY",
239
+ "smPadding",
240
+ "smPaddingX",
241
+ "smPaddingY",
242
+ "lgPadding",
243
+ "lgPaddingX",
244
+ "lgPaddingY",
245
+ "position",
246
+ "rounding",
247
+ // Style
248
+ "dangerouslySetInlineStyle",
249
+ "height",
250
+ "maxHeight",
251
+ "maxWidth",
252
+ "minHeight",
253
+ "minWidth",
254
+ "width"
255
+ ]);
256
+ const parsedProps = {
257
+ className: (0, import_classnames2.default)(
258
+ Box_module_default.box,
259
+ alignItems && Box_module_default[`alignItems${alignItems}`],
260
+ smAlignItems && Box_module_default[`alignItems${smAlignItems}Small`],
261
+ lgAlignItems && Box_module_default[`alignItems${lgAlignItems}Large`],
262
+ alignSelf && Box_module_default[`alignSelf${alignSelf}`],
263
+ color && colors_module_default[`${color}BackgroundColor`],
264
+ direction && Box_module_default[direction],
265
+ smDirection && Box_module_default[`${smDirection}Small`],
266
+ lgDirection && Box_module_default[`${lgDirection}Large`],
267
+ display && Box_module_default[display],
268
+ smDisplay && Box_module_default[`${smDisplay}Small`],
269
+ lgDisplay && Box_module_default[`${lgDisplay}Large`],
270
+ flexWrap && Box_module_default.flexWrap,
271
+ gap2 != null && Box_module_default[`gap${gap2}`],
272
+ margin != null && !marginBottom && margin_module_default[`marginBottom${margin}`],
273
+ margin != null && !marginEnd && margin_module_default[`marginEnd${margin}`],
274
+ margin != null && !marginStart && margin_module_default[`marginStart${margin}`],
275
+ margin != null && !marginTop && margin_module_default[`marginTop${margin}`],
276
+ marginBottom != null && margin_module_default[`marginBottom${marginBottom}`],
277
+ marginEnd != null && margin_module_default[`marginEnd${marginEnd}`],
278
+ marginStart != null && margin_module_default[`marginStart${marginStart}`],
279
+ marginTop != null && margin_module_default[`marginTop${marginTop}`],
280
+ smMargin != null && !smMarginBottom && margin_module_default[`marginBottom${smMargin}Small`],
281
+ smMargin != null && !smMarginEnd && margin_module_default[`marginEnd${smMargin}Small`],
282
+ smMargin != null && !smMarginStart && margin_module_default[`marginStart${smMargin}Small`],
283
+ smMargin != null && !smMarginTop && margin_module_default[`marginTop${smMargin}Small`],
284
+ smMarginBottom != null && margin_module_default[`marginBottom${smMarginBottom}Small`],
285
+ smMarginEnd != null && margin_module_default[`marginEnd${smMarginEnd}Small`],
286
+ smMarginStart != null && margin_module_default[`marginStart${smMarginStart}Small`],
287
+ smMarginTop != null && margin_module_default[`marginTop${smMarginTop}Small`],
288
+ lgMargin != null && !lgMarginBottom && margin_module_default[`marginBottom${lgMargin}Large`],
289
+ lgMargin != null && !lgMarginEnd && margin_module_default[`marginEnd${lgMargin}Large`],
290
+ lgMargin != null && !lgMarginStart && margin_module_default[`marginStart${lgMargin}Large`],
291
+ lgMargin != null && !lgMarginTop && margin_module_default[`marginTop${lgMargin}Large`],
292
+ lgMarginBottom != null && margin_module_default[`marginBottom${lgMarginBottom}Large`],
293
+ lgMarginEnd != null && margin_module_default[`marginEnd${lgMarginEnd}Large`],
294
+ lgMarginStart != null && margin_module_default[`marginStart${lgMarginStart}Large`],
295
+ lgMarginTop != null && margin_module_default[`marginTop${lgMarginTop}Large`],
296
+ padding != null && !paddingX && padding_module_default[`paddingX${padding}`],
297
+ padding != null && !paddingY && padding_module_default[`paddingY${padding}`],
298
+ paddingX != null && padding_module_default[`paddingX${paddingX}`],
299
+ paddingY != null && padding_module_default[`paddingY${paddingY}`],
300
+ smPadding != null && !smPaddingX && padding_module_default[`paddingX${smPadding}Small`],
301
+ smPadding != null && !smPaddingY && padding_module_default[`paddingY${smPadding}Small`],
302
+ smPaddingX != null && padding_module_default[`paddingX${smPaddingX}Small`],
303
+ smPaddingY != null && padding_module_default[`paddingY${smPaddingY}Small`],
304
+ lgPadding != null && !lgPaddingX && padding_module_default[`paddingX${lgPadding}Large`],
305
+ lgPadding != null && !lgPaddingX && padding_module_default[`paddingY${lgPadding}Large`],
306
+ lgPaddingX != null && padding_module_default[`paddingX${lgPaddingX}Large`],
307
+ lgPaddingY != null && padding_module_default[`paddingY${lgPaddingY}Large`],
308
+ justifyContent && Box_module_default[`justifyContent${justifyContent}`],
309
+ smJustifyContent && Box_module_default[`justifyContent${smJustifyContent}Small`],
310
+ lgJustifyContent && Box_module_default[`justifyContent${lgJustifyContent}Large`],
311
+ position && position !== "static" && Box_module_default[position],
312
+ rounding && rounding !== "none" && Box_module_default[`rounding${rounding}`]
313
+ ),
314
+ style: __spreadValues({
315
+ height,
316
+ maxHeight,
317
+ maxWidth,
318
+ minHeight,
319
+ minWidth,
320
+ width
321
+ }, (_c = dangerouslySetInlineStyle == null ? void 0 : dangerouslySetInlineStyle.__style) != null ? _c : {})
322
+ };
323
+ const passthroughProps = Object.entries(maybePassThroughProps).reduce((acc, [key]) => {
324
+ if (key === "id" || key.startsWith("aria-") || key.startsWith("data-testid")) {
325
+ acc[key] = maybePassThroughProps[key];
326
+ }
327
+ return acc;
328
+ }, {});
329
+ return /* @__PURE__ */ jsx2(BoxElement, __spreadProps(__spreadValues(__spreadValues({}, parsedProps), passthroughProps), { children }));
330
+ }
331
+
332
+ // src/Button/Button.tsx
333
+ var import_classnames3 = __toESM(require_classnames());
334
+
335
+ // css-module:./colors.module.css#css-module
336
+ var colors_module_default2 = { "inheritColor": "_inheritColor_j1pwm_2", "destructive700Color": "_destructive700Color_j1pwm_6", "gray700Color": "_gray700Color_j1pwm_10", "gray900Color": "_gray900Color_j1pwm_14", "primary700Color": "_primary700Color_j1pwm_18", "whiteColor": "_whiteColor_j1pwm_22", "blackBackgroundColor": "_blackBackgroundColor_j1pwm_27", "destructive100BackgroundColor": "_destructive100BackgroundColor_j1pwm_31", "destructive200BackgroundColor": "_destructive200BackgroundColor_j1pwm_35", "destructive300BackgroundColor": "_destructive300BackgroundColor_j1pwm_39", "destructive700BackgroundColor": "_destructive700BackgroundColor_j1pwm_43", "destructive800BackgroundColor": "_destructive800BackgroundColor_j1pwm_47", "destructive900BackgroundColor": "_destructive900BackgroundColor_j1pwm_51", "gray10BackgroundColor": "_gray10BackgroundColor_j1pwm_55", "gray30BackgroundColor": "_gray30BackgroundColor_j1pwm_59", "gray80BackgroundColor": "_gray80BackgroundColor_j1pwm_63", "gray100BackgroundColor": "_gray100BackgroundColor_j1pwm_67", "gray200BackgroundColor": "_gray200BackgroundColor_j1pwm_71", "gray300BackgroundColor": "_gray300BackgroundColor_j1pwm_75", "gray700BackgroundColor": "_gray700BackgroundColor_j1pwm_79", "gray800BackgroundColor": "_gray800BackgroundColor_j1pwm_83", "gray900BackgroundColor": "_gray900BackgroundColor_j1pwm_87", "orange100BackgroundColor": "_orange100BackgroundColor_j1pwm_91", "orange200BackgroundColor": "_orange200BackgroundColor_j1pwm_95", "orange300BackgroundColor": "_orange300BackgroundColor_j1pwm_99", "orange700BackgroundColor": "_orange700BackgroundColor_j1pwm_103", "orange800BackgroundColor": "_orange800BackgroundColor_j1pwm_107", "orange900BackgroundColor": "_orange900BackgroundColor_j1pwm_111", "primary100BackgroundColor": "_primary100BackgroundColor_j1pwm_115", "primary200BackgroundColor": "_primary200BackgroundColor_j1pwm_119", "primary300BackgroundColor": "_primary300BackgroundColor_j1pwm_123", "primary700BackgroundColor": "_primary700BackgroundColor_j1pwm_127", "primary800BackgroundColor": "_primary800BackgroundColor_j1pwm_131", "primary900BackgroundColor": "_primary900BackgroundColor_j1pwm_135", "success100BackgroundColor": "_success100BackgroundColor_j1pwm_139", "success200BackgroundColor": "_success200BackgroundColor_j1pwm_143", "success300BackgroundColor": "_success300BackgroundColor_j1pwm_147", "success700BackgroundColor": "_success700BackgroundColor_j1pwm_151", "success800BackgroundColor": "_success800BackgroundColor_j1pwm_155", "success900BackgroundColor": "_success900BackgroundColor_j1pwm_159", "purple100BackgroundColor": "_purple100BackgroundColor_j1pwm_163", "purple200BackgroundColor": "_purple200BackgroundColor_j1pwm_167", "purple300BackgroundColor": "_purple300BackgroundColor_j1pwm_171", "purple700BackgroundColor": "_purple700BackgroundColor_j1pwm_175", "purple800BackgroundColor": "_purple800BackgroundColor_j1pwm_179", "purple900BackgroundColor": "_purple900BackgroundColor_j1pwm_183", "whiteBackgroundColor": "_whiteBackgroundColor_j1pwm_187", "yellow100BackgroundColor": "_yellow100BackgroundColor_j1pwm_191", "yellow200BackgroundColor": "_yellow200BackgroundColor_j1pwm_195", "yellow300BackgroundColor": "_yellow300BackgroundColor_j1pwm_199", "yellow700BackgroundColor": "_yellow700BackgroundColor_j1pwm_203", "yellow800BackgroundColor": "_yellow800BackgroundColor_j1pwm_207", "yellow900BackgroundColor": "_yellow900BackgroundColor_j1pwm_211" };
337
+
108
338
  // src/colors/backgroundColor.ts
109
339
  function backgroundColor(color) {
110
340
  switch (color) {
111
341
  case "secondary":
112
- return colors_module_default.primary100BackgroundColor;
342
+ return colors_module_default2.primary100BackgroundColor;
113
343
  case "destructive-primary":
114
- return colors_module_default.destructive700BackgroundColor;
344
+ return colors_module_default2.destructive700BackgroundColor;
115
345
  case "destructive-secondary":
116
- return colors_module_default.destructive100BackgroundColor;
346
+ return colors_module_default2.destructive100BackgroundColor;
117
347
  case "success":
118
- return colors_module_default.success700BackgroundColor;
348
+ return colors_module_default2.success700BackgroundColor;
119
349
  case "tertiary":
120
350
  case "destructive-tertiary":
121
- return colors_module_default.whiteBackgroundColor;
351
+ return colors_module_default2.whiteBackgroundColor;
122
352
  case "branded":
123
- return colors_module_default.yellow700BackgroundColor;
353
+ return colors_module_default2.yellow700BackgroundColor;
124
354
  default:
125
- return colors_module_default.primary700BackgroundColor;
355
+ return colors_module_default2.primary700BackgroundColor;
126
356
  }
127
357
  }
128
358
 
@@ -131,14 +361,14 @@ function foregroundColor(color) {
131
361
  switch (color) {
132
362
  case "secondary":
133
363
  case "tertiary":
134
- return colors_module_default.primary700Color;
364
+ return colors_module_default2.primary700Color;
135
365
  case "destructive-secondary":
136
366
  case "destructive-tertiary":
137
- return colors_module_default.destructive700Color;
367
+ return colors_module_default2.destructive700Color;
138
368
  case "branded":
139
- return colors_module_default.gray900Color;
369
+ return colors_module_default2.gray900Color;
140
370
  default:
141
- return colors_module_default.whiteColor;
371
+ return colors_module_default2.whiteColor;
142
372
  }
143
373
  }
144
374
 
@@ -157,7 +387,7 @@ var ButtonGroupContext_default = ButtonGroupContext;
157
387
  var Button_module_default = { "button": "_button_1p2nl_1", "buttonGap": "_buttonGap_1p2nl_9", "fullWidth": "_fullWidth_1p2nl_50", "sm": "_sm_1p2nl_54", "md": "_md_1p2nl_61", "lg": "_lg_1p2nl_68", "icon": "_icon_1p2nl_75", "smIcon": "_smIcon_1p2nl_79", "mdIcon": "_mdIcon_1p2nl_86", "lgIcon": "_lgIcon_1p2nl_93", "textContainer": "_textContainer_1p2nl_100", "loading": "_loading_1p2nl_115", "syntaxButtonLoadingRotate": "_syntaxButtonLoadingRotate_1p2nl_1", "loadingCircle": "_loadingCircle_1p2nl_119", "buttonText": "_buttonText_1p2nl_127", "buttonTextSmall": "_buttonTextSmall_1p2nl_134", "buttonTextMedium": "_buttonTextMedium_1p2nl_138", "buttonTextLarge": "_buttonTextLarge_1p2nl_142" };
158
388
 
159
389
  // src/Button/Button.tsx
160
- import { jsx as jsx2, jsxs } from "react/jsx-runtime";
390
+ import { jsx as jsx3, jsxs } from "react/jsx-runtime";
161
391
  var textVariant = {
162
392
  // Replace with `Typography` once it lands in `syntax-core`
163
393
  ["sm"]: Button_module_default.buttonTextSmall,
@@ -200,7 +430,7 @@ var Button = ({
200
430
  title: tooltip,
201
431
  disabled: disabled || loading,
202
432
  onClick,
203
- className: (0, import_classnames2.default)(
433
+ className: (0, import_classnames3.default)(
204
434
  Button_module_default.button,
205
435
  foregroundColor(color),
206
436
  backgroundColor(color),
@@ -211,17 +441,17 @@ var Button = ({
211
441
  }
212
442
  ),
213
443
  children: [
214
- !loading && StartIcon && /* @__PURE__ */ jsx2(StartIcon, { className: (0, import_classnames2.default)(Button_module_default.icon, iconSize[size]) }),
215
- (loading && loadingText || !loading && text) && /* @__PURE__ */ jsx2("div", { className: Button_module_default.textContainer, children: /* @__PURE__ */ jsx2("div", { className: (0, import_classnames2.default)(Button_module_default.buttonText, textVariant[size]), children: loading ? loadingText : text }) }),
216
- !loading && EndIcon && /* @__PURE__ */ jsx2(EndIcon, { className: (0, import_classnames2.default)(Button_module_default.icon, iconSize[size]) }),
217
- loading && /* @__PURE__ */ jsx2(
444
+ !loading && StartIcon && /* @__PURE__ */ jsx3(StartIcon, { className: (0, import_classnames3.default)(Button_module_default.icon, iconSize[size]) }),
445
+ (loading && loadingText || !loading && text) && /* @__PURE__ */ jsx3("div", { className: Button_module_default.textContainer, children: /* @__PURE__ */ jsx3("div", { className: (0, import_classnames3.default)(Button_module_default.buttonText, textVariant[size]), children: loading ? loadingText : text }) }),
446
+ !loading && EndIcon && /* @__PURE__ */ jsx3(EndIcon, { className: (0, import_classnames3.default)(Button_module_default.icon, iconSize[size]) }),
447
+ loading && /* @__PURE__ */ jsx3(
218
448
  "svg",
219
449
  {
220
- className: (0, import_classnames2.default)(Button_module_default.loading, foregroundColor(color)),
450
+ className: (0, import_classnames3.default)(Button_module_default.loading, foregroundColor(color)),
221
451
  viewBox: "22 22 44 44",
222
452
  width: loadingIconSize[size],
223
453
  height: loadingIconSize[size],
224
- children: /* @__PURE__ */ jsx2(
454
+ children: /* @__PURE__ */ jsx3(
225
455
  "circle",
226
456
  {
227
457
  className: Button_module_default.loadingCircle,
@@ -247,8 +477,8 @@ import { useMemo } from "react";
247
477
  var ButtonGroup_module_default = { "buttonGroup": "_buttonGroup_184aa_1", "horizontal": "_horizontal_184aa_6", "vertical": "_vertical_184aa_10", "smallGap": "_smallGap_184aa_14", "mediumGap": "_mediumGap_184aa_18", "largeGap": "_largeGap_184aa_22" };
248
478
 
249
479
  // src/ButtonGroup/ButtonGroup.tsx
250
- var import_classnames3 = __toESM(require_classnames());
251
- import { jsx as jsx3 } from "react/jsx-runtime";
480
+ var import_classnames4 = __toESM(require_classnames());
481
+ import { jsx as jsx4 } from "react/jsx-runtime";
252
482
  var gap = {
253
483
  ["sm"]: ButtonGroup_module_default.smallGap,
254
484
  ["md"]: ButtonGroup_module_default.mediumGap,
@@ -265,11 +495,11 @@ var ButtonGroup = ({
265
495
  () => ({ disabled, fullWidth, size }),
266
496
  [disabled, fullWidth, size]
267
497
  );
268
- const classnames2 = (0, import_classnames3.default)(ButtonGroup_module_default.buttonGroup, gap[size], {
498
+ const classnames2 = (0, import_classnames4.default)(ButtonGroup_module_default.buttonGroup, gap[size], {
269
499
  [ButtonGroup_module_default.horizontal]: orientation === "horizontal",
270
500
  [ButtonGroup_module_default.vertical]: orientation === "vertical"
271
501
  });
272
- return /* @__PURE__ */ jsx3(ButtonGroupContext_default.Provider, { value: context, children: /* @__PURE__ */ jsx3("div", { className: classnames2, children }) });
502
+ return /* @__PURE__ */ jsx4(ButtonGroupContext_default.Provider, { value: context, children: /* @__PURE__ */ jsx4("div", { className: classnames2, children }) });
273
503
  };
274
504
  var ButtonGroup_default = ButtonGroup;
275
505
 
@@ -277,47 +507,44 @@ var ButtonGroup_default = ButtonGroup;
277
507
  var Card_module_default = { "card": "_card_hvz2b_1" };
278
508
 
279
509
  // src/Card/Card.tsx
280
- import { jsx as jsx4 } from "react/jsx-runtime";
510
+ import { jsx as jsx5 } from "react/jsx-runtime";
281
511
  var Card = ({
282
512
  children
283
- }) => /* @__PURE__ */ jsx4("div", { className: Card_module_default.card, children });
513
+ }) => /* @__PURE__ */ jsx5("div", { className: Card_module_default.card, children });
284
514
  var Card_default = Card;
285
515
 
286
516
  // css-module:./Divider.module.css#css-module
287
517
  var Divider_module_default = { "divider": "_divider_1ddgq_1" };
288
518
 
289
519
  // src/Divider/Divider.tsx
290
- import { jsx as jsx5 } from "react/jsx-runtime";
520
+ import { jsx as jsx6 } from "react/jsx-runtime";
291
521
  function Divider({}) {
292
- return /* @__PURE__ */ jsx5("hr", { className: Divider_module_default.divider });
522
+ return /* @__PURE__ */ jsx6("hr", { className: Divider_module_default.divider });
293
523
  }
294
524
  Divider.displayName = "Divider";
295
525
 
296
526
  // src/Typography/Typography.tsx
297
- var import_classnames4 = __toESM(require_classnames());
527
+ var import_classnames5 = __toESM(require_classnames());
298
528
 
299
529
  // css-module:./Typography.module.css#css-module
300
530
  var Typography_module_default = { "typography": "_typography_1krnf_1", "size100": "_size100_1krnf_8", "size200": "_size200_1krnf_12", "size300": "_size300_1krnf_16", "size500": "_size500_1krnf_20", "size600": "_size600_1krnf_24", "size700": "_size700_1krnf_28", "size800": "_size800_1krnf_32", "center": "_center_1krnf_37", "forceLeft": "_forceLeft_1krnf_41", "forceRight": "_forceRight_1krnf_45", "start": "_start_1krnf_49", "end": "_end_1krnf_53", "bold": "_bold_1krnf_58", "regular": "_regular_1krnf_62", "semiBold": "_semiBold_1krnf_66", "heavy": "_heavy_1krnf_70", "underline": "_underline_1krnf_74", "inline": "_inline_1krnf_78", "uppercase": "_uppercase_1krnf_82" };
301
531
 
302
- // css-module:../colors/colors.module.css#css-module
303
- var colors_module_default2 = { "inheritColor": "_inheritColor_j1pwm_2", "destructive700Color": "_destructive700Color_j1pwm_6", "gray700Color": "_gray700Color_j1pwm_10", "gray900Color": "_gray900Color_j1pwm_14", "primary700Color": "_primary700Color_j1pwm_18", "whiteColor": "_whiteColor_j1pwm_22", "blackBackgroundColor": "_blackBackgroundColor_j1pwm_27", "destructive100BackgroundColor": "_destructive100BackgroundColor_j1pwm_31", "destructive200BackgroundColor": "_destructive200BackgroundColor_j1pwm_35", "destructive300BackgroundColor": "_destructive300BackgroundColor_j1pwm_39", "destructive700BackgroundColor": "_destructive700BackgroundColor_j1pwm_43", "destructive800BackgroundColor": "_destructive800BackgroundColor_j1pwm_47", "destructive900BackgroundColor": "_destructive900BackgroundColor_j1pwm_51", "gray10BackgroundColor": "_gray10BackgroundColor_j1pwm_55", "gray30BackgroundColor": "_gray30BackgroundColor_j1pwm_59", "gray80BackgroundColor": "_gray80BackgroundColor_j1pwm_63", "gray100BackgroundColor": "_gray100BackgroundColor_j1pwm_67", "gray200BackgroundColor": "_gray200BackgroundColor_j1pwm_71", "gray300BackgroundColor": "_gray300BackgroundColor_j1pwm_75", "gray700BackgroundColor": "_gray700BackgroundColor_j1pwm_79", "gray800BackgroundColor": "_gray800BackgroundColor_j1pwm_83", "gray900BackgroundColor": "_gray900BackgroundColor_j1pwm_87", "orange100BackgroundColor": "_orange100BackgroundColor_j1pwm_91", "orange200BackgroundColor": "_orange200BackgroundColor_j1pwm_95", "orange300BackgroundColor": "_orange300BackgroundColor_j1pwm_99", "orange700BackgroundColor": "_orange700BackgroundColor_j1pwm_103", "orange800BackgroundColor": "_orange800BackgroundColor_j1pwm_107", "orange900BackgroundColor": "_orange900BackgroundColor_j1pwm_111", "primary100BackgroundColor": "_primary100BackgroundColor_j1pwm_115", "primary200BackgroundColor": "_primary200BackgroundColor_j1pwm_119", "primary300BackgroundColor": "_primary300BackgroundColor_j1pwm_123", "primary700BackgroundColor": "_primary700BackgroundColor_j1pwm_127", "primary800BackgroundColor": "_primary800BackgroundColor_j1pwm_131", "primary900BackgroundColor": "_primary900BackgroundColor_j1pwm_135", "success100BackgroundColor": "_success100BackgroundColor_j1pwm_139", "success200BackgroundColor": "_success200BackgroundColor_j1pwm_143", "success300BackgroundColor": "_success300BackgroundColor_j1pwm_147", "success700BackgroundColor": "_success700BackgroundColor_j1pwm_151", "success800BackgroundColor": "_success800BackgroundColor_j1pwm_155", "success900BackgroundColor": "_success900BackgroundColor_j1pwm_159", "purple100BackgroundColor": "_purple100BackgroundColor_j1pwm_163", "purple200BackgroundColor": "_purple200BackgroundColor_j1pwm_167", "purple300BackgroundColor": "_purple300BackgroundColor_j1pwm_171", "purple700BackgroundColor": "_purple700BackgroundColor_j1pwm_175", "purple800BackgroundColor": "_purple800BackgroundColor_j1pwm_179", "purple900BackgroundColor": "_purple900BackgroundColor_j1pwm_183", "whiteBackgroundColor": "_whiteBackgroundColor_j1pwm_187", "yellow100BackgroundColor": "_yellow100BackgroundColor_j1pwm_191", "yellow200BackgroundColor": "_yellow200BackgroundColor_j1pwm_195", "yellow300BackgroundColor": "_yellow300BackgroundColor_j1pwm_199", "yellow700BackgroundColor": "_yellow700BackgroundColor_j1pwm_203", "yellow800BackgroundColor": "_yellow800BackgroundColor_j1pwm_207", "yellow900BackgroundColor": "_yellow900BackgroundColor_j1pwm_211" };
304
-
305
532
  // src/Typography/Typography.tsx
306
- import { jsx as jsx6 } from "react/jsx-runtime";
533
+ import { jsx as jsx7 } from "react/jsx-runtime";
307
534
  function textColor(color) {
308
535
  switch (color) {
309
536
  case "gray700":
310
- return colors_module_default2.gray700Color;
537
+ return colors_module_default.gray700Color;
311
538
  case "white":
312
- return colors_module_default2.whiteColor;
539
+ return colors_module_default.whiteColor;
313
540
  case "inherit":
314
- return colors_module_default2.inheritColor;
541
+ return colors_module_default.inheritColor;
315
542
  case "primary":
316
- return colors_module_default2.primary700Color;
543
+ return colors_module_default.primary700Color;
317
544
  case "destructive-primary":
318
- return colors_module_default2.destructive700Color;
545
+ return colors_module_default.destructive700Color;
319
546
  default:
320
- return colors_module_default2.gray900Color;
547
+ return colors_module_default.gray900Color;
321
548
  }
322
549
  }
323
550
  var Typography = ({
@@ -333,10 +560,10 @@ var Typography = ({
333
560
  weight = "regular"
334
561
  }) => {
335
562
  const Tag = as;
336
- return /* @__PURE__ */ jsx6(
563
+ return /* @__PURE__ */ jsx7(
337
564
  Tag,
338
565
  {
339
- className: (0, import_classnames4.default)(
566
+ className: (0, import_classnames5.default)(
340
567
  Typography_module_default.typography,
341
568
  Typography_module_default[align],
342
569
  Typography_module_default[weight],
@@ -354,7 +581,7 @@ var Typography = ({
354
581
  var Typography_default = Typography;
355
582
 
356
583
  // src/Heading/Heading.tsx
357
- import { jsx as jsx7 } from "react/jsx-runtime";
584
+ import { jsx as jsx8 } from "react/jsx-runtime";
358
585
  var Heading = ({
359
586
  align = "start",
360
587
  as = "h1",
@@ -363,19 +590,19 @@ var Heading = ({
363
590
  size = 500
364
591
  }) => {
365
592
  const weight = [700, 800].includes(size) ? "heavy" : "bold";
366
- return /* @__PURE__ */ jsx7(Typography_default, { align, as, color, size, weight, children });
593
+ return /* @__PURE__ */ jsx8(Typography_default, { align, as, color, size, weight, children });
367
594
  };
368
595
  var Heading_default = Heading;
369
596
 
370
597
  // src/IconButton/IconButton.tsx
371
- var import_classnames5 = __toESM(require_classnames());
598
+ var import_classnames6 = __toESM(require_classnames());
372
599
  import { useContext as useContext2 } from "react";
373
600
 
374
601
  // css-module:./IconButton.module.css#css-module
375
602
  var IconButton_module_default = { "iconButton": "_iconButton_dzhn0_1", "sm": "_sm_dzhn0_46", "md": "_md_dzhn0_51", "lg": "_lg_dzhn0_56", "smIcon": "_smIcon_dzhn0_61", "mdIcon": "_mdIcon_dzhn0_68", "lgIcon": "_lgIcon_dzhn0_75" };
376
603
 
377
604
  // src/IconButton/IconButton.tsx
378
- import { jsx as jsx8 } from "react/jsx-runtime";
605
+ import { jsx as jsx9 } from "react/jsx-runtime";
379
606
  var iconSize2 = {
380
607
  ["sm"]: IconButton_module_default.smIcon,
381
608
  ["md"]: IconButton_module_default.mdIcon,
@@ -393,7 +620,7 @@ var IconButton = ({
393
620
  const contextProps = useContext2(ButtonGroupContext_default);
394
621
  const size = (contextProps == null ? void 0 : contextProps.size) || sizeProp;
395
622
  const disabled = (contextProps == null ? void 0 : contextProps.disabled) || disabledProp;
396
- return /* @__PURE__ */ jsx8(
623
+ return /* @__PURE__ */ jsx9(
397
624
  "button",
398
625
  {
399
626
  "aria-label": accessibilityLabel,
@@ -401,27 +628,27 @@ var IconButton = ({
401
628
  title: tooltip,
402
629
  disabled,
403
630
  onClick,
404
- className: (0, import_classnames5.default)(
631
+ className: (0, import_classnames6.default)(
405
632
  IconButton_module_default.iconButton,
406
633
  foregroundColor(color),
407
634
  backgroundColor(color),
408
635
  IconButton_module_default[size]
409
636
  ),
410
- children: /* @__PURE__ */ jsx8(Icon, { className: iconSize2[size] })
637
+ children: /* @__PURE__ */ jsx9(Icon, { className: iconSize2[size] })
411
638
  }
412
639
  );
413
640
  };
414
641
  var IconButton_default = IconButton;
415
642
 
416
643
  // src/Checkbox/Checkbox.tsx
417
- var import_classnames6 = __toESM(require_classnames());
644
+ var import_classnames7 = __toESM(require_classnames());
418
645
  import { useState } from "react";
419
646
 
420
647
  // css-module:./Checkbox.module.css#css-module
421
648
  var Checkbox_module_default = { "mainContainer": "_mainContainer_p0un4_1", "checkboxContainer": "_checkboxContainer_p0un4_8", "inputOverlay": "_inputOverlay_p0un4_13", "focusedCheckbox": "_focusedCheckbox_p0un4_21", "checkbox": "_checkbox_p0un4_8", "uncheckedBox": "_uncheckedBox_p0un4_35", "uncheckedBorder": "_uncheckedBorder_p0un4_39", "uncheckedErrorBorder": "_uncheckedErrorBorder_p0un4_43", "checkedBox": "_checkedBox_p0un4_47", "checkedNonError": "_checkedNonError_p0un4_51", "checkedError": "_checkedError_p0un4_55", "sm": "_sm_p0un4_59", "md": "_md_p0un4_65" };
422
649
 
423
650
  // src/Checkbox/Checkbox.tsx
424
- import { jsx as jsx9, jsxs as jsxs2 } from "react/jsx-runtime";
651
+ import { jsx as jsx10, jsxs as jsxs2 } from "react/jsx-runtime";
425
652
  var typographySize = {
426
653
  sm: 100,
427
654
  md: 200
@@ -439,24 +666,24 @@ var Checkbox = ({
439
666
  onChange
440
667
  }) => {
441
668
  const [isFocused, setIsFocused] = useState(false);
442
- const checkboxStyling = (0, import_classnames6.default)(Checkbox_module_default.checkbox, Checkbox_module_default[size]);
443
- const uncheckedStyling = (0, import_classnames6.default)(checkboxStyling, Checkbox_module_default.uncheckedBox, {
669
+ const checkboxStyling = (0, import_classnames7.default)(Checkbox_module_default.checkbox, Checkbox_module_default[size]);
670
+ const uncheckedStyling = (0, import_classnames7.default)(checkboxStyling, Checkbox_module_default.uncheckedBox, {
444
671
  [Checkbox_module_default.uncheckedBorder]: !error,
445
672
  [Checkbox_module_default.uncheckedErrorBorder]: error,
446
673
  [Checkbox_module_default.focusedCheckbox]: isFocused
447
674
  });
448
- const checkedStyling = (0, import_classnames6.default)(checkboxStyling, Checkbox_module_default.checkedBox, {
675
+ const checkedStyling = (0, import_classnames7.default)(checkboxStyling, Checkbox_module_default.checkedBox, {
449
676
  [Checkbox_module_default.checkedNonError]: !error,
450
677
  [Checkbox_module_default.checkedError]: error,
451
678
  [Checkbox_module_default.focusedCheckbox]: isFocused
452
679
  });
453
- return /* @__PURE__ */ jsxs2("label", { className: (0, import_classnames6.default)(Checkbox_module_default.mainContainer), children: [
680
+ return /* @__PURE__ */ jsxs2("label", { className: (0, import_classnames7.default)(Checkbox_module_default.mainContainer), children: [
454
681
  /* @__PURE__ */ jsxs2("div", { className: Checkbox_module_default.checkboxContainer, children: [
455
- /* @__PURE__ */ jsx9(
682
+ /* @__PURE__ */ jsx10(
456
683
  "input",
457
684
  {
458
685
  type: "checkbox",
459
- className: (0, import_classnames6.default)(Checkbox_module_default.inputOverlay, Checkbox_module_default[size]),
686
+ className: (0, import_classnames7.default)(Checkbox_module_default.inputOverlay, Checkbox_module_default[size]),
460
687
  checked,
461
688
  onChange,
462
689
  disabled,
@@ -468,7 +695,7 @@ var Checkbox = ({
468
695
  }
469
696
  }
470
697
  ),
471
- /* @__PURE__ */ jsx9("div", { className: checked ? checkedStyling : uncheckedStyling, children: checked && /* @__PURE__ */ jsx9("svg", { "aria-hidden": "true", viewBox: "0 0 24 24", width: iconWidth[size], children: /* @__PURE__ */ jsx9(
698
+ /* @__PURE__ */ jsx10("div", { className: checked ? checkedStyling : uncheckedStyling, children: checked && /* @__PURE__ */ jsx10("svg", { "aria-hidden": "true", viewBox: "0 0 24 24", width: iconWidth[size], children: /* @__PURE__ */ jsx10(
472
699
  "path",
473
700
  {
474
701
  fill: "#fff",
@@ -476,7 +703,7 @@ var Checkbox = ({
476
703
  }
477
704
  ) }) })
478
705
  ] }),
479
- /* @__PURE__ */ jsx9(
706
+ /* @__PURE__ */ jsx10(
480
707
  Typography_default,
481
708
  {
482
709
  size: typographySize[size],
@@ -492,21 +719,21 @@ var Checkbox_default = Checkbox;
492
719
  var MiniActionCard_module_default = { "miniActionCard": "_miniActionCard_qebkn_1", "card": "_card_qebkn_9" };
493
720
 
494
721
  // src/MiniActionCard/MiniActionCard.tsx
495
- import { jsx as jsx10 } from "react/jsx-runtime";
722
+ import { jsx as jsx11 } from "react/jsx-runtime";
496
723
  var MiniActionCard = ({
497
724
  children
498
- }) => /* @__PURE__ */ jsx10("div", { className: MiniActionCard_module_default.miniActionCard, children });
725
+ }) => /* @__PURE__ */ jsx11("div", { className: MiniActionCard_module_default.miniActionCard, children });
499
726
  var MiniActionCard_default = MiniActionCard;
500
727
 
501
728
  // src/RadioButton/RadioButton.tsx
502
- var import_classnames7 = __toESM(require_classnames());
729
+ var import_classnames8 = __toESM(require_classnames());
503
730
  import { useState as useState2 } from "react";
504
731
 
505
732
  // css-module:./RadioButton.module.css#css-module
506
733
  var RadioButton_module_default = { "radioButton": "_radioButton_1dde1_1", "focusedRadioButton": "_focusedRadioButton_1dde1_8", "smBase": "_smBase_1dde1_13", "mdBase": "_mdBase_1dde1_18", "radioStyleOverride": "_radioStyleOverride_1dde1_23", "smOverride": "_smOverride_1dde1_28", "mdOverride": "_mdOverride_1dde1_33", "outer": "_outer_1dde1_38", "sm": "_sm_1dde1_13", "md": "_md_1dde1_18", "errorOuterBackgroundColor": "_errorOuterBackgroundColor_1dde1_57", "outerBackgroundColor": "_outerBackgroundColor_1dde1_61", "background": "_background_1dde1_65", "errorBorderColor": "_errorBorderColor_1dde1_71", "borderColor": "_borderColor_1dde1_75", "circle": "_circle_1dde1_79", "smInner": "_smInner_1dde1_83", "mdInner": "_mdInner_1dde1_89" };
507
734
 
508
735
  // src/RadioButton/RadioButton.tsx
509
- import { jsx as jsx11, jsxs as jsxs3 } from "react/jsx-runtime";
736
+ import { jsx as jsx12, jsxs as jsxs3 } from "react/jsx-runtime";
510
737
  var RadioButton = ({
511
738
  checked = false,
512
739
  disabled = false,
@@ -520,16 +747,16 @@ var RadioButton = ({
520
747
  return /* @__PURE__ */ jsxs3(
521
748
  "label",
522
749
  {
523
- className: (0, import_classnames7.default)(RadioButton_module_default.radioButton, {
750
+ className: (0, import_classnames8.default)(RadioButton_module_default.radioButton, {
524
751
  [RadioButton_module_default.smBase]: size === "sm",
525
752
  [RadioButton_module_default.mdBase]: size === "md"
526
753
  }),
527
754
  children: [
528
- /* @__PURE__ */ jsx11(
755
+ /* @__PURE__ */ jsx12(
529
756
  "input",
530
757
  {
531
758
  type: "radio",
532
- className: (0, import_classnames7.default)(RadioButton_module_default.radioStyleOverride, {
759
+ className: (0, import_classnames8.default)(RadioButton_module_default.radioStyleOverride, {
533
760
  [RadioButton_module_default.smOverride]: size === "sm",
534
761
  [RadioButton_module_default.mdOverride]: size === "md"
535
762
  }),
@@ -545,35 +772,35 @@ var RadioButton = ({
545
772
  }
546
773
  }
547
774
  ),
548
- checked ? /* @__PURE__ */ jsx11(
775
+ checked ? /* @__PURE__ */ jsx12(
549
776
  "div",
550
777
  {
551
- className: (0, import_classnames7.default)(RadioButton_module_default.outer, RadioButton_module_default[size], {
778
+ className: (0, import_classnames8.default)(RadioButton_module_default.outer, RadioButton_module_default[size], {
552
779
  [RadioButton_module_default.errorOuterBackgroundColor]: error,
553
780
  [RadioButton_module_default.outerBackgroundColor]: !error,
554
781
  [RadioButton_module_default.focusedRadioButton]: isFocused
555
782
  }),
556
- children: /* @__PURE__ */ jsx11(
783
+ children: /* @__PURE__ */ jsx12(
557
784
  "div",
558
785
  {
559
- className: (0, import_classnames7.default)(RadioButton_module_default.circle, {
786
+ className: (0, import_classnames8.default)(RadioButton_module_default.circle, {
560
787
  [RadioButton_module_default.smInner]: size === "sm",
561
788
  [RadioButton_module_default.mdInner]: size === "md"
562
789
  })
563
790
  }
564
791
  )
565
792
  }
566
- ) : /* @__PURE__ */ jsx11(
793
+ ) : /* @__PURE__ */ jsx12(
567
794
  "div",
568
795
  {
569
- className: (0, import_classnames7.default)(RadioButton_module_default.background, RadioButton_module_default[size], {
796
+ className: (0, import_classnames8.default)(RadioButton_module_default.background, RadioButton_module_default[size], {
570
797
  [RadioButton_module_default.errorBorderColor]: error,
571
798
  [RadioButton_module_default.borderColor]: !error,
572
799
  [RadioButton_module_default.focusedRadioButton]: isFocused
573
800
  })
574
801
  }
575
802
  ),
576
- /* @__PURE__ */ jsx11(
803
+ /* @__PURE__ */ jsx12(
577
804
  Typography_default,
578
805
  {
579
806
  size: size === "md" ? 200 : 100,
@@ -588,6 +815,7 @@ var RadioButton = ({
588
815
  var RadioButton_default = RadioButton;
589
816
  export {
590
817
  Avatar_default as Avatar,
818
+ Box,
591
819
  Button_default as Button,
592
820
  ButtonGroup_default as ButtonGroup,
593
821
  Card_default as Card,