@gobolt/genesis 0.0.8 → 0.0.10

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.
Files changed (170) hide show
  1. package/README.md +10 -0
  2. package/dist/{AntdIcon-c395a1c4.js → AntdIcon-BoLh1dP8.js} +66 -68
  3. package/dist/CheckOutlined-CeTKr6II.js +13 -0
  4. package/dist/{CloseCircleFilled-ddc51e7e.js → CloseCircleFilled-DXCxlIQL.js} +8 -11
  5. package/dist/{CloseOutlined-14b8bba1.js → CloseOutlined-ClXDNn82.js} +9 -12
  6. package/dist/{Compact-c39ed20d.js → Compact-CGY560JF.js} +63 -65
  7. package/dist/ContextIsolator-D5x2Ih51.js +20 -0
  8. package/dist/{ExclamationCircleFilled-23ef9812.js → ExclamationCircleFilled-C0Kj5KQV.js} +16 -22
  9. package/dist/KeyCode-DM2sFh3-.js +517 -0
  10. package/dist/LoadingOutlined-8EnJdZ7I.js +13 -0
  11. package/dist/{Overflow-a570fa69.js → Overflow-PBZD-PFm.js} +63 -64
  12. package/dist/{DownOutlined-64a4732a.js → PurePanel-BqPLRtc2.js} +67 -70
  13. package/dist/{SearchOutlined-a9014e08.js → SearchOutlined-BP3Z2K6j.js} +8 -11
  14. package/dist/{TextArea-20825221.js → TextArea-DKwCct3i.js} +583 -588
  15. package/dist/Typography-aGoDUl4R.js +710 -0
  16. package/dist/bundle.css +1204 -0
  17. package/dist/{button-fa1c119c.js → button-CDQgO1OK.js} +274 -278
  18. package/dist/{collapse-345bc884.js → collapse-Dtpt-6W_.js} +2 -2
  19. package/dist/compact-item-DH13cl8A.js +61 -0
  20. package/dist/components/Badge/Badge.d.ts +2 -2
  21. package/dist/components/Badge/Badge.js +63 -62
  22. package/dist/components/Badge/__tests__/Badge.test.js +11 -65
  23. package/dist/components/Badge/index.js +2 -21
  24. package/dist/components/Badge/styles.js +7 -8
  25. package/dist/components/Breadcrumb/Breadcrumb.js +8 -24
  26. package/dist/components/Breadcrumb/Breadcrumb.types.d.ts +21 -7
  27. package/dist/components/Breadcrumb/__tests__/Breadcrumb.test.js +13 -60
  28. package/dist/components/Breadcrumb/index.js +2 -25
  29. package/dist/components/Breadcrumb/styles.d.ts +10 -6
  30. package/dist/components/Breadcrumb/styles.js +787 -808
  31. package/dist/components/Button/Button.d.ts +6 -4
  32. package/dist/components/Button/Button.js +20 -40
  33. package/dist/components/Button/__tests__/Button.test.js +9 -54
  34. package/dist/components/Button/index.js +2 -20
  35. package/dist/components/Button/styles.d.ts +9 -5
  36. package/dist/components/Button/styles.js +19 -30
  37. package/dist/components/Checkbox/Checkbox.js +8 -38
  38. package/dist/components/Checkbox/__tests__/Checkbox.test.js +16 -62
  39. package/dist/components/Checkbox/index.js +2 -47
  40. package/dist/components/Checkbox/styles.d.ts +8 -1
  41. package/dist/components/Checkbox/styles.js +181 -188
  42. package/dist/components/ErrorBoundaryFallback/ErrorBoundaryFallback.d.ts +2 -4
  43. package/dist/components/ErrorBoundaryFallback/ErrorBoundaryFallback.js +19 -51
  44. package/dist/components/ErrorBoundaryFallback/index.d.ts +1 -0
  45. package/dist/components/ErrorBoundaryFallback/index.js +2 -49
  46. package/dist/components/ErrorBoundaryFallback/styles.d.ts +1 -3
  47. package/dist/components/ErrorBoundaryFallback/styles.js +34 -37
  48. package/dist/components/Form/Form.d.ts +18 -5
  49. package/dist/components/Form/Form.js +4 -45
  50. package/dist/components/Form/__stories__/FormStory.js +44 -81
  51. package/dist/components/Form/__tests__/form.test.d.ts +1 -0
  52. package/dist/components/Form/__tests__/form.test.js +18 -0
  53. package/dist/components/Form/index.js +2 -46
  54. package/dist/components/Form/styles.d.ts +3 -0
  55. package/dist/components/Form/styles.js +5 -0
  56. package/dist/components/Input/Input.js +6 -29
  57. package/dist/components/Input/__tests__/Input.test.js +21 -66
  58. package/dist/components/Input/index.js +2 -29
  59. package/dist/components/Input/styles.d.ts +5 -2
  60. package/dist/components/Input/styles.js +319 -332
  61. package/dist/components/Message/Message.d.ts +4 -4
  62. package/dist/components/Message/Message.js +53 -80
  63. package/dist/components/Message/__tests__/Message.test.js +24 -70
  64. package/dist/components/Message/index.js +2 -48
  65. package/dist/components/Message/styles.d.ts +4 -1
  66. package/dist/components/Message/styles.js +24 -18
  67. package/dist/components/Notification/Notification.d.ts +11 -10
  68. package/dist/components/Notification/Notification.js +306 -372
  69. package/dist/components/Notification/NotificationRightChevron.d.ts +2 -0
  70. package/dist/components/Notification/NotificationRightChevron.js +23 -0
  71. package/dist/components/Notification/__tests__/Notification.test.js +8 -69
  72. package/dist/components/Notification/index.js +2 -59
  73. package/dist/components/Notification/styles.d.ts +13 -3
  74. package/dist/components/Notification/styles.js +36 -20
  75. package/dist/components/Radio/Radio.js +20 -106
  76. package/dist/components/Radio/RadioGroup.js +18 -71
  77. package/dist/components/Radio/__stories__/RadioGroup.stories.d.ts +1 -1
  78. package/dist/components/Radio/__tests__/RadioGroup.test.js +15 -70
  79. package/dist/components/Radio/index.d.ts +1 -1
  80. package/dist/components/Radio/index.js +2 -56
  81. package/dist/components/Select/DropdownChevron.d.ts +2 -0
  82. package/dist/components/Select/DropdownChevron.js +23 -0
  83. package/dist/components/Select/Select.d.ts +9 -4
  84. package/dist/components/Select/Select.js +29 -41
  85. package/dist/components/Select/__tests__/Select.test.js +10752 -93
  86. package/dist/components/Select/index.js +2 -28
  87. package/dist/components/Select/styles.d.ts +20 -6
  88. package/dist/components/Select/styles.js +1381 -1370
  89. package/dist/components/Toast/Toast.d.ts +4 -4
  90. package/dist/components/Toast/Toast.js +8 -37
  91. package/dist/components/Toast/__stories__/Toast.stories.d.ts +1 -0
  92. package/dist/components/Toast/__tests__/Toast.test.js +10 -55
  93. package/dist/components/Toast/index.js +2 -46
  94. package/dist/components/Toast/styles.d.ts +6 -1
  95. package/dist/components/Toast/styles.js +36 -21
  96. package/dist/components/Typography/Typography.d.ts +7 -4
  97. package/dist/components/Typography/Typography.js +2 -42
  98. package/dist/components/Typography/__stories__/Typography.stories.d.ts +1 -0
  99. package/dist/components/Typography/__tests__/Typography.test.js +19 -56
  100. package/dist/components/Typography/index.js +2 -46
  101. package/dist/components/Typography/styles.d.ts +18 -4
  102. package/dist/components/Typography/styles.js +36 -43
  103. package/dist/components/index.d.ts +13 -5
  104. package/dist/components/index.js +24 -70
  105. package/dist/{context-3b8a39af.js → context-BMW3aJEf.js} +538 -548
  106. package/dist/genesis/GenesisThemeBreakdown.js +38 -55
  107. package/dist/genesis/GenesisThemeDemo.js +3 -53
  108. package/dist/genesis/styles.d.ts +6 -2
  109. package/dist/genesis/styles.js +496 -521
  110. package/dist/{index-e2b72ca8.js → index-1CBpubM3.js} +97 -102
  111. package/dist/index-BZAhCB_K.js +97 -0
  112. package/dist/{index-501fc13d.js → index-C0SmxWLS.js} +367 -392
  113. package/dist/index-C8haFnXI.js +1112 -0
  114. package/dist/index-CfDY25LP.js +873 -0
  115. package/dist/index-DPW8XdWj.js +952 -0
  116. package/dist/{index-8c8d2d0c.js → index-bKlRxQp4.js} +114 -114
  117. package/dist/index-oK7z6jnz.js +22795 -0
  118. package/dist/index.d.ts +1 -0
  119. package/dist/index.js +31 -77
  120. package/dist/{isVisible-729780f5.js → isVisible-A-IfeFoT.js} +67 -94
  121. package/dist/{magic-string.es-b7491176.js → magic-string.es-D2FWSwU3.js} +56 -103
  122. package/dist/{pickAttrs-00ba4687.js → pickAttrs-B0YTfcV1.js} +1 -1
  123. package/dist/providers/GenesisProvider.d.ts +0 -5
  124. package/dist/providers/GenesisProvider.js +9 -59
  125. package/dist/providers/ThemeProvider.d.ts +1 -2
  126. package/dist/providers/ThemeProvider.js +11 -13
  127. package/dist/providers/ToastProvider.d.ts +11 -4
  128. package/dist/providers/ToastProvider.js +10 -39
  129. package/dist/providers/index.d.ts +2 -3
  130. package/dist/providers/index.js +4 -51
  131. package/dist/providers/useGenesis.d.ts +7 -0
  132. package/dist/providers/useGenesis.js +6 -0
  133. package/dist/setup-BvfREoHl.js +33891 -0
  134. package/dist/{styled-components.browser.esm-02f500bc.js → styled-components.browser.esm-CZ1XM4o4.js} +72 -134
  135. package/dist/styles/design-tokens/border-tokens/BorderTokenList.js +15 -45
  136. package/dist/styles/design-tokens/sizing-tokens/SizingTokenList.js +15 -45
  137. package/dist/styles/design-tokens/{typography → typography-tokens}/TypographyTokens.stories.d.ts +1 -0
  138. package/dist/styles/design-tokens/variables.d.ts +10 -10
  139. package/dist/styles/design-tokens/variables.js +1 -1
  140. package/dist/styles/global-styles.d.ts +1 -0
  141. package/dist/styles/global-styles.js +14 -31
  142. package/dist/styles/theme/genesis-theme.js +257 -212
  143. package/dist/styles/theme/genesis-theme.types.d.ts +46 -0
  144. package/dist/styles/theme/index.js +4 -5
  145. package/dist/styles-CT_fyXBd.js +1808 -0
  146. package/dist/test/setup.js +3 -46
  147. package/dist/useLocale-DT-z_vQ6.js +16 -0
  148. package/dist/useVariants-DvhXfgJY.js +30 -0
  149. package/dist/utils/isAllEnglishString.js +1 -2
  150. package/dist/{presets-83ccb923.js → warning-C63HNL9U.js} +358 -356
  151. package/package.json +51 -43
  152. package/dist/CheckOutlined-52d9ac25.js +0 -29
  153. package/dist/ContextIsolator-b09b2c52.js +0 -20
  154. package/dist/EllipsisOutlined-60122660.js +0 -1115
  155. package/dist/InfoCircleFilled-c5f90c20.js +0 -16
  156. package/dist/RightOutlined-83515eb4.js +0 -16
  157. package/dist/compact-item-b8f85aa6.js +0 -75
  158. package/dist/index-0a886e53.js +0 -100
  159. package/dist/index-0b9ee239.js +0 -955
  160. package/dist/index-1a33c134.js +0 -1389
  161. package/dist/index-4003d75b.js +0 -3748
  162. package/dist/index-89035ea5.js +0 -3242
  163. package/dist/providers/ToastWrapper.d.ts +0 -7
  164. package/dist/providers/ToastWrapper.js +0 -56
  165. package/dist/setup-aaca7b6f.js +0 -21158
  166. package/dist/styles/theme/global-styles.d.ts +0 -1
  167. package/dist/styles/theme/global-styles.js +0 -36
  168. package/dist/useVariants-a0d64298.js +0 -30
  169. /package/dist/{presetColors-ccf8cb4c.js → presetColors-Cl8UP3Nw.js} +0 -0
  170. /package/dist/{reactNode-f4391605.js → reactNode-sKPeiqPL.js} +0 -0
@@ -3,16 +3,14 @@ var P = function() {
3
3
  return P = Object.assign || function(t) {
4
4
  for (var n, r = 1, o = arguments.length; r < o; r++) {
5
5
  n = arguments[r];
6
- for (var s in n)
7
- Object.prototype.hasOwnProperty.call(n, s) && (t[s] = n[s]);
6
+ for (var s in n) Object.prototype.hasOwnProperty.call(n, s) && (t[s] = n[s]);
8
7
  }
9
8
  return t;
10
9
  }, P.apply(this, arguments);
11
10
  };
12
11
  function W(e, t, n) {
13
- if (n || arguments.length === 2)
14
- for (var r = 0, o = t.length, s; r < o; r++)
15
- (s || !(r in t)) && (s || (s = Array.prototype.slice.call(t, 0, r)), s[r] = t[r]);
12
+ if (n || arguments.length === 2) for (var r = 0, o = t.length, s; r < o; r++)
13
+ (s || !(r in t)) && (s || (s = Array.prototype.slice.call(t, 0, r)), s[r] = t[r]);
16
14
  return e.concat(s || Array.prototype.slice.call(t));
17
15
  }
18
16
  function nn(e) {
@@ -165,8 +163,8 @@ function Fe(e) {
165
163
  return _;
166
164
  }
167
165
  function gn(e, t) {
168
- for (; T() && e + A !== 47 + 10; )
169
- if (e + A === 42 + 42 && Y() === 47)
166
+ for (; T() && e + A !== 57; )
167
+ if (e + A === 84 && Y() === 47)
170
168
  break;
171
169
  return "/*" + Pe(t, _ - 1) + "*" + Ke(e === 47 ? e : T());
172
170
  }
@@ -354,8 +352,7 @@ function At(e, t, n) {
354
352
  case 4968:
355
353
  return l(l(e, /(.+:)(flex-)?(.*)/, y + "box-pack:$3" + w + "flex-pack:$3"), /s.+-b[^;]+/, "justify") + y + e + e;
356
354
  case 4200:
357
- if (!M(e, /flex-|baseline/))
358
- return w + "grid-column-align" + J(e, t) + e;
355
+ if (!M(e, /flex-|baseline/)) return w + "grid-column-align" + J(e, t) + e;
359
356
  break;
360
357
  case 2592:
361
358
  case 3360:
@@ -432,8 +429,7 @@ function be(e, t) {
432
429
  function Sn(e, t, n, r) {
433
430
  switch (e.type) {
434
431
  case an:
435
- if (e.children.length)
436
- break;
432
+ if (e.children.length) break;
437
433
  case sn:
438
434
  case Xe:
439
435
  return e.return = e.return || e.value;
@@ -442,8 +438,7 @@ function Sn(e, t, n, r) {
442
438
  case bt:
443
439
  return e.return = e.value + "{" + be(e.children, r) + "}";
444
440
  case Ce:
445
- if (!D(e.value = e.props.join(",")))
446
- return "";
441
+ if (!D(e.value = e.props.join(","))) return "";
447
442
  }
448
443
  return D(n = be(e.children, r)) ? e.return = e.value + "{" + n + "}" : "";
449
444
  }
@@ -541,8 +536,7 @@ To resolve this only create new StyledComponents outside of any render method an
541
536
  try {
542
537
  var s = !0;
543
538
  console.error = function(i) {
544
- for (var c = [], a = 1; a < arguments.length; a++)
545
- c[a - 1] = arguments[a];
539
+ for (var c = [], a = 1; a < arguments.length; a++) c[a - 1] = arguments[a];
546
540
  it.test(i) ? (s = !1, de.delete(r)) : o.apply(void 0, W([i], c, !1));
547
541
  }, Qt(), s && !de.has(r) && (console.warn(r), de.add(r));
548
542
  } catch (i) {
@@ -564,13 +558,11 @@ var In = /(a)(d)/gi, fe = 52, ct = function(e) {
564
558
  };
565
559
  function Ge(e) {
566
560
  var t, n = "";
567
- for (t = Math.abs(e); t > fe; t = t / fe | 0)
568
- n = ct(t % fe) + n;
561
+ for (t = Math.abs(e); t > fe; t = t / fe | 0) n = ct(t % fe) + n;
569
562
  return (ct(t % fe) + n).replace(In, "$1-$2");
570
563
  }
571
564
  var je, Rt = 5381, G = function(e, t) {
572
- for (var n = t.length; n; )
573
- e = 33 * e ^ t.charCodeAt(--n);
565
+ for (var n = t.length; n; ) e = 33 * e ^ t.charCodeAt(--n);
574
566
  return e;
575
567
  }, _t = function(e) {
576
568
  return G(Rt, e);
@@ -621,24 +613,17 @@ function H(e, t) {
621
613
  return e && t ? "".concat(e, " ").concat(t) : e || t || "";
622
614
  }
623
615
  function He(e, t) {
624
- if (e.length === 0)
625
- return "";
626
- for (var n = e[0], r = 1; r < e.length; r++)
627
- n += t ? t + e[r] : e[r];
616
+ if (e.length === 0) return "";
617
+ for (var n = e[0], r = 1; r < e.length; r++) n += e[r];
628
618
  return n;
629
619
  }
630
620
  function te(e) {
631
621
  return e !== null && typeof e == "object" && e.constructor.name === Object.name && !("props" in e && e.$$typeof);
632
622
  }
633
623
  function Ye(e, t, n) {
634
- if (n === void 0 && (n = !1), !n && !te(e) && !Array.isArray(e))
635
- return t;
636
- if (Array.isArray(t))
637
- for (var r = 0; r < t.length; r++)
638
- e[r] = Ye(e[r], t[r]);
639
- else if (te(t))
640
- for (var r in t)
641
- e[r] = Ye(e[r], t[r]);
624
+ if (n === void 0 && (n = !1), !n && !te(e) && !Array.isArray(e)) return t;
625
+ if (Array.isArray(t)) for (var r = 0; r < t.length; r++) e[r] = Ye(e[r], t[r]);
626
+ else if (te(t)) for (var r in t) e[r] = Ye(e[r], t[r]);
642
627
  return e;
643
628
  }
644
629
  function Qe(e, t) {
@@ -687,17 +672,14 @@ as for instance in your render method then you may be running into this limitati
687
672
  Has styled-components' style tag been unmounted or altered by another script?
688
673
  `, 18: "ThemeProvider: Please make sure your useTheme hook is within a `<ThemeProvider>`" } : {};
689
674
  function Ln() {
690
- for (var e = [], t = 0; t < arguments.length; t++)
691
- e[t] = arguments[t];
692
- for (var n = e[0], r = [], o = 1, s = e.length; o < s; o += 1)
693
- r.push(e[o]);
675
+ for (var e = [], t = 0; t < arguments.length; t++) e[t] = arguments[t];
676
+ for (var n = e[0], r = [], o = 1, s = e.length; o < s; o += 1) r.push(e[o]);
694
677
  return r.forEach(function(i) {
695
678
  n = n.replace(/%[a-z]/, i);
696
679
  }), n;
697
680
  }
698
681
  function $(e) {
699
- for (var t = [], n = 1; n < arguments.length; n++)
700
- t[n - 1] = arguments[n];
682
+ for (var t = [], n = 1; n < arguments.length; n++) t[n - 1] = arguments[n];
701
683
  return process.env.NODE_ENV === "production" ? new Error("An error occurred. See https://github.com/styled-components/styled-components/blob/main/packages/styled-components/src/utils/errors.md#".concat(e, " for more information.").concat(t.length > 0 ? " Args: ".concat(t.join(", ")) : "")) : new Error(Ln.apply(void 0, W([zn[e]], t, !1)).trim());
702
684
  }
703
685
  var Vn = function() {
@@ -705,49 +687,37 @@ var Vn = function() {
705
687
  this.groupSizes = new Uint32Array(512), this.length = 512, this.tag = t;
706
688
  }
707
689
  return e.prototype.indexOfGroup = function(t) {
708
- for (var n = 0, r = 0; r < t; r++)
709
- n += this.groupSizes[r];
690
+ for (var n = 0, r = 0; r < t; r++) n += this.groupSizes[r];
710
691
  return n;
711
692
  }, e.prototype.insertRules = function(t, n) {
712
693
  if (t >= this.groupSizes.length) {
713
- for (var r = this.groupSizes, o = r.length, s = o; t >= s; )
714
- if ((s <<= 1) < 0)
715
- throw $(16, "".concat(t));
694
+ for (var r = this.groupSizes, o = r.length, s = o; t >= s; ) if ((s <<= 1) < 0) throw $(16, "".concat(t));
716
695
  this.groupSizes = new Uint32Array(s), this.groupSizes.set(r), this.length = s;
717
- for (var i = o; i < s; i++)
718
- this.groupSizes[i] = 0;
696
+ for (var i = o; i < s; i++) this.groupSizes[i] = 0;
719
697
  }
720
- for (var c = this.indexOfGroup(t + 1), a = (i = 0, n.length); i < a; i++)
721
- this.tag.insertRule(c, n[i]) && (this.groupSizes[t]++, c++);
698
+ for (var c = this.indexOfGroup(t + 1), a = (i = 0, n.length); i < a; i++) this.tag.insertRule(c, n[i]) && (this.groupSizes[t]++, c++);
722
699
  }, e.prototype.clearGroup = function(t) {
723
700
  if (t < this.length) {
724
701
  var n = this.groupSizes[t], r = this.indexOfGroup(t), o = r + n;
725
702
  this.groupSizes[t] = 0;
726
- for (var s = r; s < o; s++)
727
- this.tag.deleteRule(r);
703
+ for (var s = r; s < o; s++) this.tag.deleteRule(r);
728
704
  }
729
705
  }, e.prototype.getGroup = function(t) {
730
706
  var n = "";
731
- if (t >= this.length || this.groupSizes[t] === 0)
732
- return n;
733
- for (var r = this.groupSizes[t], o = this.indexOfGroup(t), s = o + r, i = o; i < s; i++)
734
- n += "".concat(this.tag.getRule(i)).concat(Ze);
707
+ if (t >= this.length || this.groupSizes[t] === 0) return n;
708
+ for (var r = this.groupSizes[t], o = this.indexOfGroup(t), s = o + r, i = o; i < s; i++) n += "".concat(this.tag.getRule(i)).concat(Ze);
735
709
  return n;
736
710
  }, e;
737
711
  }(), Fn = 1 << 30, we = /* @__PURE__ */ new Map(), Ee = /* @__PURE__ */ new Map(), Se = 1, he = function(e) {
738
- if (we.has(e))
739
- return we.get(e);
740
- for (; Ee.has(Se); )
741
- Se++;
712
+ if (we.has(e)) return we.get(e);
713
+ for (; Ee.has(Se); ) Se++;
742
714
  var t = Se++;
743
- if (process.env.NODE_ENV !== "production" && ((0 | t) < 0 || t > Fn))
744
- throw $(16, "".concat(t));
715
+ if (process.env.NODE_ENV !== "production" && ((0 | t) < 0 || t > Fn)) throw $(16, "".concat(t));
745
716
  return we.set(e, t), Ee.set(t, e), t;
746
717
  }, Bn = function(e, t) {
747
718
  Se = t + 1, we.set(e, t), Ee.set(t, e);
748
719
  }, Gn = "style[".concat(q, "][").concat(Pt, '="').concat(Ie, '"]'), Hn = new RegExp("^".concat(q, '\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)')), Yn = function(e, t, n) {
749
- for (var r, o = n.split(","), s = 0, i = o.length; s < i; s++)
750
- (r = o[s]) && e.registerName(t, r);
720
+ for (var r, o = n.split(","), s = 0, i = o.length; s < i; s++) (r = o[s]) && e.registerName(t, r);
751
721
  }, Wn = function(e, t) {
752
722
  for (var n, r = ((n = t.textContent) !== null && n !== void 0 ? n : "").split(Ze), o = [], s = 0, i = r.length; s < i; s++) {
753
723
  var c = r[s].trim();
@@ -756,8 +726,7 @@ var Vn = function() {
756
726
  if (a) {
757
727
  var u = 0 | parseInt(a[1], 10), f = a[2];
758
728
  u !== 0 && (Bn(f, u), Yn(e, f, a[3]), e.getTag().insertRules(u, o)), o.length = 0;
759
- } else
760
- o.push(c);
729
+ } else o.push(c);
761
730
  }
762
731
  }
763
732
  }, dt = function(e) {
@@ -780,12 +749,10 @@ var Lt = function(e) {
780
749
  }, Un = function() {
781
750
  function e(t) {
782
751
  this.element = Lt(t), this.element.appendChild(document.createTextNode("")), this.sheet = function(n) {
783
- if (n.sheet)
784
- return n.sheet;
752
+ if (n.sheet) return n.sheet;
785
753
  for (var r = document.styleSheets, o = 0, s = r.length; o < s; o++) {
786
754
  var i = r[o];
787
- if (i.ownerNode === n)
788
- return i;
755
+ if (i.ownerNode === n) return i;
789
756
  }
790
757
  throw $(17);
791
758
  }(this.element), this.length = 0;
@@ -838,17 +805,14 @@ var Lt = function(e) {
838
805
  var h = function(C) {
839
806
  return Ee.get(C);
840
807
  }(d);
841
- if (h === void 0)
842
- return "continue";
808
+ if (h === void 0) return "continue";
843
809
  var g = s.names.get(h), b = i.getGroup(d);
844
- if (g === void 0 || !g.size || b.length === 0)
845
- return "continue";
810
+ if (g === void 0 || !g.size || b.length === 0) return "continue";
846
811
  var x = "".concat(q, ".g").concat(d, '[id="').concat(h, '"]'), I = "";
847
812
  g !== void 0 && g.forEach(function(C) {
848
813
  C.length > 0 && (I += "".concat(C, ","));
849
814
  }), a += "".concat(b).concat(x, '{content:"').concat(I, '"}').concat(Ze);
850
- }, f = 0; f < c; f++)
851
- u(f);
815
+ }, f = 0; f < c; f++) u(f);
852
816
  return a;
853
817
  }(o);
854
818
  });
@@ -870,8 +834,7 @@ var Lt = function(e) {
870
834
  }, e.prototype.hasNameForId = function(t, n) {
871
835
  return this.names.has(t) && this.names.get(t).has(n);
872
836
  }, e.prototype.registerName = function(t, n) {
873
- if (he(t), this.names.has(t))
874
- this.names.get(t).add(n);
837
+ if (he(t), this.names.has(t)) this.names.get(t).add(n);
875
838
  else {
876
839
  var r = /* @__PURE__ */ new Set();
877
840
  r.add(n), this.names.set(t, r);
@@ -894,7 +857,7 @@ function Vt(e, t) {
894
857
  });
895
858
  }
896
859
  function er(e) {
897
- var t, n, r, o = e === void 0 ? ee : e, s = o.options, i = s === void 0 ? ee : s, c = o.plugins, a = c === void 0 ? Oe : c, u = function(h, g, b) {
860
+ var t, n, r, o = ee, s = o.options, i = s === void 0 ? ee : s, c = o.plugins, a = c === void 0 ? Oe : c, u = function(h, g, b) {
898
861
  return b.startsWith(n) && b.endsWith(n) && b.replaceAll(n, "").length > 0 ? ".".concat(t) : h;
899
862
  }, f = a.slice();
900
863
  f.push(function(h) {
@@ -939,8 +902,7 @@ var ht = function() {
939
902
  function mt(e) {
940
903
  for (var t = "", n = 0; n < e.length; n++) {
941
904
  var r = e[n];
942
- if (n === 1 && r === "-" && e[0] === "-")
943
- return e;
905
+ if (n === 1 && r === "-" && e[0] === "-") return e;
944
906
  nr(r) ? t += "-" + r.toLowerCase() : t += r;
945
907
  }
946
908
  return t.startsWith("ms-") ? "-" + t : t;
@@ -956,13 +918,10 @@ var Bt = function(e) {
956
918
  return r;
957
919
  };
958
920
  function F(e, t, n, r) {
959
- if (Bt(e))
960
- return [];
961
- if (Je(e))
962
- return [".".concat(e.styledComponentId)];
921
+ if (Bt(e)) return [];
922
+ if (Je(e)) return [".".concat(e.styledComponentId)];
963
923
  if (U(e)) {
964
- if (!U(s = e) || s.prototype && s.prototype.isReactComponent || !t)
965
- return [e];
924
+ if (!U(s = e) || s.prototype && s.prototype.isReactComponent || !t) return [e];
966
925
  var o = e(t);
967
926
  return process.env.NODE_ENV === "production" || typeof o != "object" || Array.isArray(o) || o instanceof ht || te(o) || o === null || console.error("".concat(Dt(e), " is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details.")), F(o, t, n, r);
968
927
  }
@@ -974,8 +933,7 @@ function F(e, t, n, r) {
974
933
  function Ht(e) {
975
934
  for (var t = 0; t < e.length; t += 1) {
976
935
  var n = e[t];
977
- if (U(n) && !Je(n))
978
- return !1;
936
+ if (U(n) && !Je(n)) return !1;
979
937
  }
980
938
  return !0;
981
939
  }
@@ -985,22 +943,19 @@ var rr = _t(Ie), or = function() {
985
943
  }
986
944
  return e.prototype.generateAndInjectStyles = function(t, n, r) {
987
945
  var o = this.baseStyle ? this.baseStyle.generateAndInjectStyles(t, n, r) : "";
988
- if (this.isStatic && !r.hash)
989
- if (this.staticRulesId && n.hasNameForId(this.componentId, this.staticRulesId))
990
- o = H(o, this.staticRulesId);
991
- else {
992
- var s = He(F(this.rules, t, n, r)), i = Ge(G(this.baseHash, s) >>> 0);
993
- if (!n.hasNameForId(this.componentId, i)) {
994
- var c = r(s, ".".concat(i), void 0, this.componentId);
995
- n.insertRules(this.componentId, i, c);
996
- }
997
- o = H(o, i), this.staticRulesId = i;
946
+ if (this.isStatic && !r.hash) if (this.staticRulesId && n.hasNameForId(this.componentId, this.staticRulesId)) o = H(o, this.staticRulesId);
947
+ else {
948
+ var s = He(F(this.rules, t, n, r)), i = Ge(G(this.baseHash, s) >>> 0);
949
+ if (!n.hasNameForId(this.componentId, i)) {
950
+ var c = r(s, ".".concat(i), void 0, this.componentId);
951
+ n.insertRules(this.componentId, i, c);
998
952
  }
953
+ o = H(o, i), this.staticRulesId = i;
954
+ }
999
955
  else {
1000
956
  for (var a = G(this.baseHash, r.hash), u = "", f = 0; f < this.rules.length; f++) {
1001
957
  var d = this.rules[f];
1002
- if (typeof d == "string")
1003
- u += d, process.env.NODE_ENV !== "production" && (a = G(a, d));
958
+ if (typeof d == "string") u += d, process.env.NODE_ENV !== "production" && (a = G(a, d));
1004
959
  else if (d) {
1005
960
  var h = He(F(d, t, n, r));
1006
961
  a = G(a, h + f), u += h;
@@ -1017,23 +972,19 @@ var rr = _t(Ie), or = function() {
1017
972
  ne.Consumer;
1018
973
  function ur() {
1019
974
  var e = wt(ne);
1020
- if (!e)
1021
- throw $(18);
975
+ if (!e) throw $(18);
1022
976
  return e;
1023
977
  }
1024
978
  function lr(e) {
1025
979
  var t = R.useContext(ne), n = en(function() {
1026
980
  return function(r, o) {
1027
- if (!r)
1028
- throw $(14);
981
+ if (!r) throw $(14);
1029
982
  if (U(r)) {
1030
983
  var s = r(o);
1031
- if (process.env.NODE_ENV !== "production" && (s === null || Array.isArray(s) || typeof s != "object"))
1032
- throw $(7);
984
+ if (process.env.NODE_ENV !== "production" && (s === null || Array.isArray(s) || typeof s != "object")) throw $(7);
1033
985
  return s;
1034
986
  }
1035
- if (Array.isArray(r) || typeof r != "object")
1036
- throw $(8);
987
+ if (Array.isArray(r) || typeof r != "object") throw $(8);
1037
988
  return o ? P(P({}, o), r) : r;
1038
989
  }(e.theme, t);
1039
990
  }, [e.theme, t]);
@@ -1056,8 +1007,7 @@ function sr(e, t, n) {
1056
1007
  b = function(S, E) {
1057
1008
  return x(S, E) && I(S, E);
1058
1009
  };
1059
- } else
1060
- b = x;
1010
+ } else b = x;
1061
1011
  }
1062
1012
  var C = new or(n, h, r ? o.componentStyle : void 0);
1063
1013
  function k(S, E) {
@@ -1067,13 +1017,11 @@ function sr(e, t, n) {
1067
1017
  var tt = Ot(p, Zt, Ut) || ee, j = function(ue, ie, le) {
1068
1018
  for (var K, B = P(P({}, ie), { className: void 0, theme: le }), De = 0; De < ue.length; De += 1) {
1069
1019
  var pe = U(K = ue[De]) ? K(B) : K;
1070
- for (var L in pe)
1071
- B[L] = L === "className" ? H(B[L], pe[L]) : L === "style" ? P(P({}, B[L]), pe[L]) : pe[L];
1020
+ for (var L in pe) B[L] = L === "className" ? H(B[L], pe[L]) : L === "style" ? P(P({}, B[L]), pe[L]) : pe[L];
1072
1021
  }
1073
1022
  return ie.className && (B.className = H(B.className, ie.className)), B;
1074
1023
  }(X, p, tt), oe = j.as || Kt, se = {};
1075
- for (var O in j)
1076
- j[O] === void 0 || O[0] === "$" || O === "as" || O === "theme" && j.theme === tt || (O === "forwardedAs" ? se.as = j.forwardedAs : Re && !Re(O, oe) || (se[O] = j[O], Re || process.env.NODE_ENV !== "development" || on(O) || gt.has(O) || !Be.has(oe) || (gt.add(O), console.warn('styled-components: it looks like an unknown prop "'.concat(O, '" is being sent through to the DOM, which will likely trigger a React console error. If you would like automatic filtering of unknown props, you can opt-into that behavior via `<StyleSheetManager shouldForwardProp={...}>` (connect an API like `@emotion/is-prop-valid`) or consider using transient props (`$` prefix for automatic filtering.)')))));
1024
+ for (var O in j) j[O] === void 0 || O[0] === "$" || O === "as" || O === "theme" && j.theme === tt || (O === "forwardedAs" ? se.as = j.forwardedAs : Re && !Re(O, oe) || (se[O] = j[O], Re || process.env.NODE_ENV !== "development" || on(O) || gt.has(O) || !Be.has(oe) || (gt.add(O), console.warn('styled-components: it looks like an unknown prop "'.concat(O, '" is being sent through to the DOM, which will likely trigger a React console error. If you would like automatic filtering of unknown props, you can opt-into that behavior via `<StyleSheetManager shouldForwardProp={...}>` (connect an API like `@emotion/is-prop-valid`) or consider using transient props (`$` prefix for automatic filtering.)')))));
1077
1025
  var _e = function(ue, ie) {
1078
1026
  var le = qe(), K = ue.generateAndInjectStyles(ie, le.styleSheet, le.stylis);
1079
1027
  return process.env.NODE_ENV !== "production" && nt(K), K;
@@ -1089,13 +1037,11 @@ function sr(e, t, n) {
1089
1037
  return this._foldedDefaultProps;
1090
1038
  }, set: function(S) {
1091
1039
  this._foldedDefaultProps = r ? function(E) {
1092
- for (var m = [], p = 1; p < arguments.length; p++)
1093
- m[p - 1] = arguments[p];
1094
- for (var z = 0, X = m; z < X.length; z++)
1095
- Ye(E, X[z], !0);
1040
+ for (var m = [], p = 1; p < arguments.length; p++) m[p - 1] = arguments[p];
1041
+ for (var z = 0, X = m; z < X.length; z++) Ye(E, X[z], !0);
1096
1042
  return E;
1097
1043
  }({}, o.defaultProps, S) : S;
1098
- } }), process.env.NODE_ENV !== "production" && (It(d, h), v.warnTooManyClasses = function(S, E) {
1044
+ } }), process.env.NODE_ENV !== "production" && (It(d, h), v.warnTooManyClasses = /* @__PURE__ */ function(S, E) {
1099
1045
  var m = {}, p = !1;
1100
1046
  return function(z) {
1101
1047
  if (!p && (m[z] = !0, Object.keys(m).length >= 200)) {
@@ -1117,27 +1063,22 @@ Example:
1117
1063
  }), s && zt(v, e, { attrs: !0, componentStyle: !0, displayName: !0, foldedComponentIds: !0, shouldForwardProp: !0, styledComponentId: !0, target: !0 }), v;
1118
1064
  }
1119
1065
  function yt(e, t) {
1120
- for (var n = [e[0]], r = 0, o = t.length; r < o; r += 1)
1121
- n.push(t[r], e[r + 1]);
1066
+ for (var n = [e[0]], r = 0, o = t.length; r < o; r += 1) n.push(t[r], e[r + 1]);
1122
1067
  return n;
1123
1068
  }
1124
1069
  var vt = function(e) {
1125
1070
  return Object.assign(e, { isCss: !0 });
1126
1071
  };
1127
1072
  function Yt(e) {
1128
- for (var t = [], n = 1; n < arguments.length; n++)
1129
- t[n - 1] = arguments[n];
1130
- if (U(e) || te(e))
1131
- return vt(F(yt(Oe, W([e], t, !0))));
1073
+ for (var t = [], n = 1; n < arguments.length; n++) t[n - 1] = arguments[n];
1074
+ if (U(e) || te(e)) return vt(F(yt(Oe, W([e], t, !0))));
1132
1075
  var r = e;
1133
1076
  return t.length === 0 && r.length === 1 && typeof r[0] == "string" ? F(r) : vt(F(yt(r, t)));
1134
1077
  }
1135
1078
  function Ue(e, t, n) {
1136
- if (n === void 0 && (n = ee), !t)
1137
- throw $(1, t);
1079
+ if (n === void 0 && (n = ee), !t) throw $(1, t);
1138
1080
  var r = function(o) {
1139
- for (var s = [], i = 1; i < arguments.length; i++)
1140
- s[i - 1] = arguments[i];
1081
+ for (var s = [], i = 1; i < arguments.length; i++) s[i - 1] = arguments[i];
1141
1082
  return e(t, n, Yt.apply(void 0, W([o], s, !1)));
1142
1083
  };
1143
1084
  return r.attrs = function(o) {
@@ -1166,8 +1107,7 @@ var ar = function() {
1166
1107
  }, e;
1167
1108
  }();
1168
1109
  function pr(e) {
1169
- for (var t = [], n = 1; n < arguments.length; n++)
1170
- t[n - 1] = arguments[n];
1110
+ for (var t = [], n = 1; n < arguments.length; n++) t[n - 1] = arguments[n];
1171
1111
  var r = Yt.apply(void 0, W([e], t, !1)), o = "sc-global-".concat(Tt(JSON.stringify(r))), s = new ar(r, o);
1172
1112
  process.env.NODE_ENV !== "production" && It(o);
1173
1113
  var i = function(a) {
@@ -1175,15 +1115,13 @@ function pr(e) {
1175
1115
  return process.env.NODE_ENV !== "production" && R.Children.count(a.children) && console.warn("The global style component ".concat(o, " was given child JSX. createGlobalStyle does not render children.")), process.env.NODE_ENV !== "production" && r.some(function(h) {
1176
1116
  return typeof h == "string" && h.indexOf("@import") !== -1;
1177
1117
  }) && console.warn("Please do not use @import CSS syntax in createGlobalStyle at this time, as the CSSOM APIs we use in production do not handle it well. Instead, we recommend using a library such as react-helmet to inject a typical <link> meta tag to the stylesheet, or simply embedding it manually in your index.html <head> section for a simpler app."), u.styleSheet.server && c(d, a, u.styleSheet, f, u.stylis), R.useLayoutEffect(function() {
1178
- if (!u.styleSheet.server)
1179
- return c(d, a, u.styleSheet, f, u.stylis), function() {
1180
- return s.removeStyles(d, u.styleSheet);
1181
- };
1118
+ if (!u.styleSheet.server) return c(d, a, u.styleSheet, f, u.stylis), function() {
1119
+ return s.removeStyles(d, u.styleSheet);
1120
+ };
1182
1121
  }, [d, a, u.styleSheet, f, u.stylis]), null;
1183
1122
  };
1184
1123
  function c(a, u, f, d, h) {
1185
- if (s.isStatic)
1186
- s.renderStyles(a, An, f, h);
1124
+ if (s.isStatic) s.renderStyles(a, An, f, h);
1187
1125
  else {
1188
1126
  var g = P(P({}, u), { theme: Ot(u, d, i.defaultProps) });
1189
1127
  s.renderStyles(a, g, f, h);
@@ -1,49 +1,19 @@
1
- import { jsx as t, Fragment as e, jsxs as n } from "react/jsx-runtime";
2
- import { n as s } from "../../../styled-components.browser.esm-02f500bc.js";
3
- import "../../../components/Button/styles.js";
1
+ import { jsx as t, Fragment as n, jsxs as s } from "react/jsx-runtime";
2
+ import { n as p } from "../../../styled-components.browser.esm-CZ1XM4o4.js";
3
+ import "../../../components/Badge/styles.js";
4
+ import "../../../components/Breadcrumb/styles.js";
4
5
  import "../../../providers/ThemeProvider.js";
6
+ import { a } from "../../../Typography-aGoDUl4R.js";
7
+ import "../../../components/Button/styles.js";
5
8
  import "../../../components/Checkbox/styles.js";
6
9
  import "../../../components/ErrorBoundaryFallback/styles.js";
7
- import { T as a } from "../../../index-89035ea5.js";
8
10
  import "../../../components/Input/styles.js";
11
+ import "../../../components/Message/styles.js";
12
+ import "../../../components/Notification/styles.js";
9
13
  import "react";
10
14
  import "../../../components/Select/styles.js";
11
- import "../../../components/Badge/styles.js";
12
15
  import "../../../components/Toast/styles.js";
13
- import "../../../button-fa1c119c.js";
14
- import "../../../presets-83ccb923.js";
15
- import "../../../isVisible-729780f5.js";
16
- import "../../../index-4003d75b.js";
17
- import "react-dom";
18
- import "../../../index-e2b72ca8.js";
19
- import "../../../reactNode-f4391605.js";
20
- import "../../../Compact-c39ed20d.js";
21
- import "../../../presetColors-ccf8cb4c.js";
22
- import "../../../compact-item-b8f85aa6.js";
23
- import "../../../AntdIcon-c395a1c4.js";
24
- import "../../theme/genesis-theme.js";
25
- import "../variables.js";
26
- import "../../../context-3b8a39af.js";
27
- import "../../../ExclamationCircleFilled-23ef9812.js";
28
- import "../../../CloseCircleFilled-ddc51e7e.js";
29
- import "../../../constants/index.js";
30
- import "../../../components/Typography/styles.js";
31
- import "../../../index-501fc13d.js";
32
- import "../../../index-8c8d2d0c.js";
33
- import "../../../CheckOutlined-52d9ac25.js";
34
- import "../../../index-0b9ee239.js";
35
- import "../../../index-1a33c134.js";
36
- import "../../../ContextIsolator-b09b2c52.js";
37
- import "../../../TextArea-20825221.js";
38
- import "../../../useVariants-a0d64298.js";
39
- import "../../../CloseOutlined-14b8bba1.js";
40
- import "../../../InfoCircleFilled-c5f90c20.js";
41
- import "../../../pickAttrs-00ba4687.js";
42
- import "../../../collapse-345bc884.js";
43
- import "../../../SearchOutlined-a9014e08.js";
44
- import "../../../Overflow-a570fa69.js";
45
- import "../../../DownOutlined-64a4732a.js";
46
- const d = ({ size: r }) => /* @__PURE__ */ n("div", { style: { display: "flex", alignItems: "center" }, children: [
16
+ const d = ({ size: r }) => /* @__PURE__ */ s("div", { style: { display: "flex", alignItems: "center" }, children: [
47
17
  /* @__PURE__ */ t(a, { children: r }),
48
18
  /* @__PURE__ */ t(
49
19
  "div",
@@ -61,13 +31,13 @@ const d = ({ size: r }) => /* @__PURE__ */ n("div", { style: { display: "flex",
61
31
  }
62
32
  }
63
33
  )
64
- ] }), ir = () => {
65
- const r = s(), { borderRadius: m } = r, p = Object.entries(m).map(([i, o]) => ({
66
- size: i,
67
- value: Number(o)
34
+ ] }), L = () => {
35
+ const r = p(), { borderRadius: o } = r, m = Object.entries(o).map(([e, i]) => ({
36
+ size: e,
37
+ value: Number(i)
68
38
  }));
69
- return /* @__PURE__ */ t(e, { children: p.map(({ size: i, value: o }) => /* @__PURE__ */ t(d, { size: o }, i)) });
39
+ return /* @__PURE__ */ t(n, { children: m.map(({ size: e, value: i }) => /* @__PURE__ */ t(d, { size: i }, e)) });
70
40
  };
71
41
  export {
72
- ir as BorderTokenList
42
+ L as BorderTokenList
73
43
  };
@@ -1,50 +1,20 @@
1
- import { jsx as t, Fragment as n, jsxs as s } from "react/jsx-runtime";
2
- import "../../../components/Button/styles.js";
1
+ import { jsx as t, Fragment as s, jsxs as p } from "react/jsx-runtime";
2
+ import { n as a } from "../../../styled-components.browser.esm-CZ1XM4o4.js";
3
+ import "../../../components/Badge/styles.js";
4
+ import "../../../components/Breadcrumb/styles.js";
3
5
  import "../../../providers/ThemeProvider.js";
6
+ import { a as l } from "../../../Typography-aGoDUl4R.js";
7
+ import "../../../components/Button/styles.js";
4
8
  import "../../../components/Checkbox/styles.js";
5
9
  import "../../../components/ErrorBoundaryFallback/styles.js";
6
- import { T as a } from "../../../index-89035ea5.js";
7
10
  import "../../../components/Input/styles.js";
11
+ import "../../../components/Message/styles.js";
12
+ import "../../../components/Notification/styles.js";
8
13
  import "react";
9
14
  import "../../../components/Select/styles.js";
10
- import { n as l } from "../../../styled-components.browser.esm-02f500bc.js";
11
- import "../../../components/Badge/styles.js";
12
15
  import "../../../components/Toast/styles.js";
13
- import "../../../button-fa1c119c.js";
14
- import "../../../presets-83ccb923.js";
15
- import "../../../isVisible-729780f5.js";
16
- import "../../../index-4003d75b.js";
17
- import "react-dom";
18
- import "../../../index-e2b72ca8.js";
19
- import "../../../reactNode-f4391605.js";
20
- import "../../../Compact-c39ed20d.js";
21
- import "../../../presetColors-ccf8cb4c.js";
22
- import "../../../compact-item-b8f85aa6.js";
23
- import "../../../AntdIcon-c395a1c4.js";
24
- import "../../theme/genesis-theme.js";
25
- import "../variables.js";
26
- import "../../../context-3b8a39af.js";
27
- import "../../../ExclamationCircleFilled-23ef9812.js";
28
- import "../../../CloseCircleFilled-ddc51e7e.js";
29
- import "../../../constants/index.js";
30
- import "../../../components/Typography/styles.js";
31
- import "../../../index-501fc13d.js";
32
- import "../../../index-8c8d2d0c.js";
33
- import "../../../CheckOutlined-52d9ac25.js";
34
- import "../../../index-0b9ee239.js";
35
- import "../../../index-1a33c134.js";
36
- import "../../../ContextIsolator-b09b2c52.js";
37
- import "../../../TextArea-20825221.js";
38
- import "../../../useVariants-a0d64298.js";
39
- import "../../../CloseOutlined-14b8bba1.js";
40
- import "../../../InfoCircleFilled-c5f90c20.js";
41
- import "../../../pickAttrs-00ba4687.js";
42
- import "../../../collapse-345bc884.js";
43
- import "../../../SearchOutlined-a9014e08.js";
44
- import "../../../Overflow-a570fa69.js";
45
- import "../../../DownOutlined-64a4732a.js";
46
- const c = ({ size: i }) => /* @__PURE__ */ s("div", { style: { display: "flex", alignItems: "center" }, children: [
47
- /* @__PURE__ */ t(a, { children: i }),
16
+ const c = ({ size: i }) => /* @__PURE__ */ p("div", { style: { display: "flex", alignItems: "center" }, children: [
17
+ /* @__PURE__ */ t(l, { children: i }),
48
18
  /* @__PURE__ */ t(
49
19
  "div",
50
20
  {
@@ -60,13 +30,13 @@ const c = ({ size: i }) => /* @__PURE__ */ s("div", { style: { display: "flex",
60
30
  }
61
31
  }
62
32
  )
63
- ] }), ot = ({ isHalfSizing: i = !1 }) => {
64
- const m = l(), { sizing: p } = m, e = Object.entries(p).map(([r, o]) => ({
33
+ ] }), L = ({ isHalfSizing: i = !1 }) => {
34
+ const n = a(), { sizing: o } = n, m = Object.entries(o).map(([r, e]) => ({
65
35
  size: r,
66
- value: Number(o)
36
+ value: Number(e)
67
37
  }));
68
- return /* @__PURE__ */ t(n, { children: e.map(({ size: r, value: o }) => /* @__PURE__ */ t(c, { size: o }, r)) });
38
+ return /* @__PURE__ */ t(s, { children: m.map(({ size: r, value: e }) => /* @__PURE__ */ t(c, { size: e }, r)) });
69
39
  };
70
40
  export {
71
- ot as SizingTokenList
41
+ L as SizingTokenList
72
42
  };
@@ -5,3 +5,4 @@ declare const meta: Meta<typeof Typography>;
5
5
  export default meta;
6
6
  type Story = StoryObj<typeof Typography>;
7
7
  export declare const TypographyTokens: Story;
8
+ export declare const DigitTokens: Story;