@gobolt/genesis 0.0.7 → 0.0.9

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 (254) hide show
  1. package/README.md +18 -2
  2. package/dist/{AntdIcon-Bsnbyy6g.js → AntdIcon-BoLh1dP8.js} +37 -35
  3. package/dist/CheckOutlined-CeTKr6II.js +13 -0
  4. package/dist/{CloseCircleFilled-ZIY-u-27.js → CloseCircleFilled-DXCxlIQL.js} +2 -2
  5. package/dist/CloseOutlined-ClXDNn82.js +13 -0
  6. package/dist/{Compact-CJBo3f0u.js → Compact-CGY560JF.js} +45 -53
  7. package/dist/{ContextIsolator-CGkdKtc3.js → ContextIsolator-D5x2Ih51.js} +2 -2
  8. package/dist/{ExclamationCircleFilled-BICVVQIg.js → ExclamationCircleFilled-C0Kj5KQV.js} +2 -2
  9. package/dist/{CheckOutlined-DAynWe12.js → KeyCode-DM2sFh3-.js} +10 -20
  10. package/dist/LoadingOutlined-8EnJdZ7I.js +13 -0
  11. package/dist/Overflow-PBZD-PFm.js +360 -0
  12. package/dist/PurePanel-BqPLRtc2.js +203 -0
  13. package/dist/SearchOutlined-BP3Z2K6j.js +13 -0
  14. package/dist/{TextArea-3MOYYuAQ.js → TextArea-DKwCct3i.js} +26 -16
  15. package/dist/Typography-aGoDUl4R.js +710 -0
  16. package/dist/bundle.css +1204 -0
  17. package/dist/{button-BNV2qdrP.js → button-CDQgO1OK.js} +200 -197
  18. package/dist/collapse-Dtpt-6W_.js +20 -0
  19. package/dist/components/Badge/Badge.d.ts +6 -0
  20. package/dist/components/Badge/Badge.js +103 -0
  21. package/dist/components/Badge/__stories__/Badge.stories.d.ts +13 -0
  22. package/dist/components/Badge/__tests__/Badge.test.js +18 -0
  23. package/dist/components/Badge/icons/ASN.d.ts +2 -0
  24. package/dist/components/Badge/icons/ASN.js +23 -0
  25. package/dist/components/Badge/icons/Appointment.d.ts +2 -0
  26. package/dist/components/Badge/icons/Appointment.js +23 -0
  27. package/dist/components/Badge/icons/Inventory.d.ts +2 -0
  28. package/dist/components/Badge/icons/Inventory.js +23 -0
  29. package/dist/components/Badge/icons/Parcel.d.ts +2 -0
  30. package/dist/components/Badge/icons/Parcel.js +23 -0
  31. package/dist/components/Badge/icons/Product.d.ts +2 -0
  32. package/dist/components/Badge/icons/Product.js +23 -0
  33. package/dist/components/Badge/icons/Route.d.ts +2 -0
  34. package/dist/components/Badge/icons/Route.js +23 -0
  35. package/dist/components/Badge/icons/Shipment.d.ts +2 -0
  36. package/dist/components/Badge/icons/Shipment.js +23 -0
  37. package/dist/components/Badge/icons/ShoppingCart.d.ts +2 -0
  38. package/dist/components/Badge/icons/ShoppingCart.js +23 -0
  39. package/dist/components/Badge/icons/System.d.ts +2 -0
  40. package/dist/components/Badge/icons/System.js +23 -0
  41. package/dist/components/Badge/index.d.ts +2 -0
  42. package/dist/components/Badge/index.js +4 -0
  43. package/dist/components/Badge/styles.d.ts +3 -0
  44. package/dist/components/Badge/styles.js +34 -0
  45. package/dist/components/Breadcrumb/Breadcrumb.d.ts +8 -0
  46. package/dist/components/Breadcrumb/Breadcrumb.js +11 -0
  47. package/dist/components/Breadcrumb/Breadcrumb.types.d.ts +22 -0
  48. package/dist/components/Breadcrumb/Breadcrumb.types.js +1 -0
  49. package/dist/components/Breadcrumb/__stories__/Breadcrumb.stories.d.ts +10 -0
  50. package/dist/components/Breadcrumb/__tests__/Breadcrumb.test.js +23 -0
  51. package/dist/components/Breadcrumb/index.d.ts +3 -0
  52. package/dist/components/Breadcrumb/index.js +4 -0
  53. package/dist/components/Breadcrumb/styles.d.ts +27 -0
  54. package/dist/components/Breadcrumb/styles.js +2436 -0
  55. package/dist/components/Button/Button.d.ts +14 -0
  56. package/dist/components/Button/Button.js +22 -0
  57. package/dist/components/Button/__tests__/Button.test.js +16 -0
  58. package/dist/components/Button/styles.d.ts +16 -0
  59. package/dist/components/{atoms/button → Button}/styles.js +12 -12
  60. package/dist/components/{atoms/checkbox → Checkbox}/Checkbox.d.ts +2 -1
  61. package/dist/components/Checkbox/Checkbox.js +40 -0
  62. package/dist/components/{atoms/checkbox → Checkbox}/__tests__/Checkbox.test.js +1 -1
  63. package/dist/components/{atoms/checkbox → Checkbox}/styles.d.ts +5 -0
  64. package/dist/components/{atoms/checkbox → Checkbox}/styles.js +97 -96
  65. package/dist/components/ErrorBoundaryFallback/ErrorBoundaryFallback.d.ts +8 -0
  66. package/dist/components/ErrorBoundaryFallback/ErrorBoundaryFallback.js +40 -0
  67. package/dist/components/ErrorBoundaryFallback/index.d.ts +2 -0
  68. package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/styles.js +22 -21
  69. package/dist/components/Form/Form.d.ts +26 -0
  70. package/dist/components/Form/Form.js +8 -0
  71. package/dist/components/Form/__stories__/FormStory.js +93 -0
  72. package/dist/components/Form/__tests__/form.test.d.ts +1 -0
  73. package/dist/components/Form/__tests__/form.test.js +18 -0
  74. package/dist/components/Form/index.js +4 -0
  75. package/dist/components/Form/styles.d.ts +3 -0
  76. package/dist/components/Form/styles.js +5 -0
  77. package/dist/components/{atoms/input → Input}/Input.d.ts +1 -3
  78. package/dist/components/Input/Input.js +19 -0
  79. package/dist/components/{atoms/input → Input}/__stories__/Input.stories.d.ts +5 -1
  80. package/dist/components/Input/__tests__/Input.test.d.ts +1 -0
  81. package/dist/components/Input/__tests__/Input.test.js +24 -0
  82. package/dist/components/{atoms/input → Input}/styles.d.ts +2 -0
  83. package/dist/components/Input/styles.js +529 -0
  84. package/dist/components/Message/Message.d.ts +13 -0
  85. package/dist/components/Message/Message.js +78 -0
  86. package/dist/components/Message/__stories__/Message.stories.d.ts +15 -0
  87. package/dist/components/Message/__tests__/Message.test.d.ts +1 -0
  88. package/dist/components/Message/__tests__/Message.test.js +42 -0
  89. package/dist/components/Message/index.d.ts +2 -0
  90. package/dist/components/Message/index.js +4 -0
  91. package/dist/components/Message/styles.d.ts +8 -0
  92. package/dist/components/Message/styles.js +41 -0
  93. package/dist/components/Notification/Notification.d.ts +17 -0
  94. package/dist/components/Notification/Notification.js +1370 -0
  95. package/dist/components/Notification/NotificationRightChevron.d.ts +2 -0
  96. package/dist/components/Notification/NotificationRightChevron.js +23 -0
  97. package/dist/components/Notification/__stories__/Notification.stories.d.ts +10 -0
  98. package/dist/components/Notification/__tests__/Notification.test.d.ts +1 -0
  99. package/dist/components/Notification/__tests__/Notification.test.js +15 -0
  100. package/dist/components/Notification/index.d.ts +2 -0
  101. package/dist/components/Notification/index.js +4 -0
  102. package/dist/components/Notification/styles.d.ts +16 -0
  103. package/dist/components/Notification/styles.js +65 -0
  104. package/dist/components/Radio/Radio.d.ts +14 -0
  105. package/dist/components/Radio/Radio.js +28 -0
  106. package/dist/components/Radio/RadioGroup.d.ts +12 -0
  107. package/dist/components/Radio/RadioGroup.js +33 -0
  108. package/dist/components/Radio/__stories__/RadioGroup.stories.d.ts +9 -0
  109. package/dist/components/Radio/__tests__/RadioGroup.test.d.ts +1 -0
  110. package/dist/components/Radio/__tests__/RadioGroup.test.js +30 -0
  111. package/dist/components/Radio/index.d.ts +2 -0
  112. package/dist/components/Radio/index.js +4 -0
  113. package/dist/components/Radio/states/RadioChecked.d.ts +2 -0
  114. package/dist/components/Radio/states/RadioChecked.js +18 -0
  115. package/dist/components/Radio/states/RadioCheckedDisabled.d.ts +2 -0
  116. package/dist/components/Radio/states/RadioCheckedDisabled.js +18 -0
  117. package/dist/components/Radio/states/RadioCheckedFocussed.d.ts +2 -0
  118. package/dist/components/Radio/states/RadioCheckedFocussed.js +30 -0
  119. package/dist/components/Radio/states/RadioCheckedHover.d.ts +2 -0
  120. package/dist/components/Radio/states/RadioCheckedHover.js +18 -0
  121. package/dist/components/Radio/states/RadioUnchecked.d.ts +2 -0
  122. package/dist/components/Radio/states/RadioUnchecked.js +15 -0
  123. package/dist/components/Radio/states/RadioUncheckedDisabled.d.ts +2 -0
  124. package/dist/components/Radio/states/RadioUncheckedDisabled.js +15 -0
  125. package/dist/components/Radio/states/RadioUncheckedFocussed.d.ts +2 -0
  126. package/dist/components/Radio/states/RadioUncheckedFocussed.js +29 -0
  127. package/dist/components/Radio/states/RadioUncheckedHover.d.ts +2 -0
  128. package/dist/components/Radio/states/RadioUncheckedHover.js +18 -0
  129. package/dist/components/Select/DropdownChevron.d.ts +2 -0
  130. package/dist/components/Select/DropdownChevron.js +23 -0
  131. package/dist/components/Select/Select.d.ts +16 -0
  132. package/dist/components/Select/Select.js +36 -0
  133. package/dist/components/{atoms/select → Select}/__stories__/Select.stories.d.ts +3 -1
  134. package/dist/components/Select/__tests__/Select.test.d.ts +1 -0
  135. package/dist/components/{atoms/select → Select}/__tests__/Select.test.js +1165 -1140
  136. package/dist/components/Select/styles.d.ts +32 -0
  137. package/dist/components/{atoms/select → Select}/styles.js +1517 -1651
  138. package/dist/components/Toast/Toast.d.ts +14 -0
  139. package/dist/components/Toast/Toast.js +19 -0
  140. package/dist/components/Toast/__stories__/Toast.stories.d.ts +16 -0
  141. package/dist/components/Toast/__tests__/Toast.test.d.ts +1 -0
  142. package/dist/components/Toast/__tests__/Toast.test.js +18 -0
  143. package/dist/components/Toast/index.d.ts +2 -0
  144. package/dist/components/Toast/index.js +4 -0
  145. package/dist/components/Toast/styles.d.ts +10 -0
  146. package/dist/components/Toast/styles.js +54 -0
  147. package/dist/components/Typography/Typography.d.ts +15 -0
  148. package/dist/components/Typography/Typography.js +8 -0
  149. package/dist/components/{atoms/typography → Typography}/__stories__/Typography.stories.d.ts +1 -0
  150. package/dist/components/Typography/__tests__/Typography.test.d.ts +1 -0
  151. package/dist/components/Typography/__tests__/Typography.test.js +23 -0
  152. package/dist/components/Typography/index.js +4 -0
  153. package/dist/components/Typography/styles.d.ts +21 -0
  154. package/dist/components/Typography/styles.js +48 -0
  155. package/dist/components/index.d.ts +26 -14
  156. package/dist/components/index.js +23 -13
  157. package/dist/constants/index.d.ts +104 -0
  158. package/dist/constants/index.js +41 -7
  159. package/dist/{context-CZsFJmh6.js → context-BMW3aJEf.js} +162 -161
  160. package/dist/genesis/GenesisThemeBreakdown.js +54 -24
  161. package/dist/genesis/GenesisThemeDemo.d.ts +0 -2
  162. package/dist/genesis/GenesisThemeDemo.js +3 -4
  163. package/dist/genesis/styles.js +1095 -2186
  164. package/dist/{index-C7kFNqp2.js → index-1CBpubM3.js} +36 -36
  165. package/dist/{index-3MWkSVA1.js → index-BZAhCB_K.js} +6 -5
  166. package/dist/{index-D1v_7IIx.js → index-C0SmxWLS.js} +95 -94
  167. package/dist/index-C8haFnXI.js +1112 -0
  168. package/dist/{index-VDH3iLaC.js → index-CfDY25LP.js} +298 -309
  169. package/dist/{index-SAAXFt-P.js → index-DPW8XdWj.js} +255 -249
  170. package/dist/{index-BQO27mgE.js → index-bKlRxQp4.js} +52 -51
  171. package/dist/index-oK7z6jnz.js +22795 -0
  172. package/dist/index.d.ts +2 -0
  173. package/dist/index.js +31 -18
  174. package/dist/{isVisible-CNQjrJPN.js → isVisible-A-IfeFoT.js} +34 -33
  175. package/dist/{magic-string.es-BkUFmFT4.js → magic-string.es-D2FWSwU3.js} +1 -1
  176. package/dist/{SearchOutlined-DuzJkIiQ.js → pickAttrs-B0YTfcV1.js} +16 -26
  177. package/dist/providers/GenesisProvider.js +9 -5
  178. package/dist/providers/ThemeProvider.d.ts +2 -2
  179. package/dist/providers/ThemeProvider.js +4 -1
  180. package/dist/providers/ToastProvider.d.ts +13 -0
  181. package/dist/providers/ToastProvider.js +20 -0
  182. package/dist/providers/__stories__/GenesisProvider.stories.d.ts +6 -0
  183. package/dist/providers/index.d.ts +1 -1
  184. package/dist/providers/index.js +4 -4
  185. package/dist/providers/useGenesis.d.ts +7 -0
  186. package/dist/providers/useGenesis.js +6 -0
  187. package/dist/{setup-CMYVZCPF.js → setup-BvfREoHl.js} +6948 -6940
  188. package/dist/styles/design-tokens/border-tokens/BorderTokenList.js +22 -16
  189. package/dist/styles/design-tokens/sizing-tokens/SizingTokenList.js +21 -15
  190. package/dist/styles/design-tokens/{typography → typography-tokens}/TypographyTokens.stories.d.ts +1 -0
  191. package/dist/styles/design-tokens/variables.d.ts +17 -17
  192. package/dist/styles/design-tokens/variables.js +48 -48
  193. package/dist/styles/global-styles.d.ts +1 -0
  194. package/dist/styles/global-styles.js +13 -29
  195. package/dist/styles/theme/genesis-theme.d.ts +3 -0
  196. package/dist/styles/theme/genesis-theme.js +461 -277
  197. package/dist/styles/theme/genesis-theme.types.d.ts +46 -0
  198. package/dist/{Form-Cylpi4M4.js → styles-CT_fyXBd.js} +417 -424
  199. package/dist/test/setup.js +2 -1
  200. package/dist/useLocale-DT-z_vQ6.js +16 -0
  201. package/dist/{useVariants-CEpw6Ww6.js → useVariants-DvhXfgJY.js} +9 -8
  202. package/dist/warning-C63HNL9U.js +789 -0
  203. package/package.json +10 -4
  204. package/dist/Overflow-CP1M4Z0s.js +0 -369
  205. package/dist/components/atoms/button/Button.d.ts +0 -12
  206. package/dist/components/atoms/button/Button.js +0 -27
  207. package/dist/components/atoms/button/styles.d.ts +0 -12
  208. package/dist/components/atoms/checkbox/Checkbox.js +0 -13
  209. package/dist/components/atoms/index.d.ts +0 -1
  210. package/dist/components/atoms/index.js +0 -3
  211. package/dist/components/atoms/input/Input.js +0 -12
  212. package/dist/components/atoms/input/__tests__/Input.test.js +0 -28
  213. package/dist/components/atoms/input/styles.js +0 -415
  214. package/dist/components/atoms/select/Select.d.ts +0 -11
  215. package/dist/components/atoms/select/Select.js +0 -24
  216. package/dist/components/atoms/select/styles.d.ts +0 -15
  217. package/dist/components/atoms/typography/Typography.d.ts +0 -11
  218. package/dist/components/atoms/typography/Typography.js +0 -44
  219. package/dist/components/atoms/typography/__tests__/Typography.test.js +0 -16
  220. package/dist/components/atoms/typography/index.js +0 -4
  221. package/dist/components/atoms/typography/styles.d.ts +0 -11
  222. package/dist/components/atoms/typography/styles.js +0 -28
  223. package/dist/components/molecules/error-boundary-fallback/ErrorBoundaryFallback.d.ts +0 -10
  224. package/dist/components/molecules/error-boundary-fallback/ErrorBoundaryFallback.js +0 -35
  225. package/dist/components/molecules/error-boundary-fallback/index.d.ts +0 -1
  226. package/dist/components/molecules/form/Form.d.ts +0 -15
  227. package/dist/components/molecules/form/Form.js +0 -7
  228. package/dist/components/molecules/form/__stories__/FormStory.js +0 -90
  229. package/dist/components/molecules/form/index.js +0 -4
  230. package/dist/index-BPtFqhcp.js +0 -19110
  231. package/dist/index-BWys7dkb.js +0 -4462
  232. package/dist/styles/theme/global-styles.d.ts +0 -1
  233. package/dist/styles/theme/global-styles.js +0 -35
  234. /package/dist/components/{atoms/checkbox/__tests__/Checkbox.test.d.ts → Badge/__tests__/Badge.test.d.ts} +0 -0
  235. /package/dist/components/{atoms/input/__tests__/Input.test.d.ts → Breadcrumb/__tests__/Breadcrumb.test.d.ts} +0 -0
  236. /package/dist/components/{atoms/button → Button}/__stories__/Button.stories.d.ts +0 -0
  237. /package/dist/components/{atoms/select/__tests__/Select.test.d.ts → Button/__tests__/Button.test.d.ts} +0 -0
  238. /package/dist/components/{atoms/button → Button}/index.d.ts +0 -0
  239. /package/dist/components/{atoms/button → Button}/index.js +0 -0
  240. /package/dist/components/{atoms/checkbox → Checkbox}/__stories__/Checkbox.stories.d.ts +0 -0
  241. /package/dist/components/{atoms/typography/__tests__/Typography.test.d.ts → Checkbox/__tests__/Checkbox.test.d.ts} +0 -0
  242. /package/dist/components/{atoms/checkbox → Checkbox}/index.d.ts +0 -0
  243. /package/dist/components/{atoms/checkbox → Checkbox}/index.js +0 -0
  244. /package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/__stories__/ErrorBoundaryFallback.stories.d.ts +0 -0
  245. /package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/index.js +0 -0
  246. /package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/styles.d.ts +0 -0
  247. /package/dist/components/{molecules/form → Form}/__stories__/Form.stories.d.ts +0 -0
  248. /package/dist/components/{molecules/form → Form}/__stories__/FormStory.d.ts +0 -0
  249. /package/dist/components/{molecules/form → Form}/index.d.ts +0 -0
  250. /package/dist/components/{atoms/input → Input}/index.d.ts +0 -0
  251. /package/dist/components/{atoms/input → Input}/index.js +0 -0
  252. /package/dist/components/{atoms/select → Select}/index.d.ts +0 -0
  253. /package/dist/components/{atoms/select → Select}/index.js +0 -0
  254. /package/dist/components/{atoms/typography → Typography}/index.d.ts +0 -0
@@ -1,15 +1,21 @@
1
- import { jsx as r, Fragment as s, jsxs as m } from "react/jsx-runtime";
1
+ import { jsx as t, Fragment as n, jsxs as s } from "react/jsx-runtime";
2
2
  import { n as p } from "../../../styled-components.browser.esm-CZ1XM4o4.js";
3
- import "../../../components/atoms/button/styles.js";
3
+ import "../../../components/Badge/styles.js";
4
+ import "../../../components/Breadcrumb/styles.js";
4
5
  import "../../../providers/ThemeProvider.js";
5
- import "../../../components/atoms/input/styles.js";
6
- import "../../../components/atoms/select/styles.js";
7
- import "../../../components/atoms/checkbox/styles.js";
8
- import a from "../../../components/atoms/typography/Typography.js";
9
- import "../../../components/molecules/error-boundary-fallback/styles.js";
10
- const d = ({ size: e }) => /* @__PURE__ */ m("div", { style: { display: "flex", alignItems: "center" }, children: [
11
- /* @__PURE__ */ r(a, { children: e }),
12
- /* @__PURE__ */ r(
6
+ import { a } from "../../../Typography-aGoDUl4R.js";
7
+ import "../../../components/Button/styles.js";
8
+ import "../../../components/Checkbox/styles.js";
9
+ import "../../../components/ErrorBoundaryFallback/styles.js";
10
+ import "../../../components/Input/styles.js";
11
+ import "../../../components/Message/styles.js";
12
+ import "../../../components/Notification/styles.js";
13
+ import "react";
14
+ import "../../../components/Select/styles.js";
15
+ import "../../../components/Toast/styles.js";
16
+ const d = ({ size: r }) => /* @__PURE__ */ s("div", { style: { display: "flex", alignItems: "center" }, children: [
17
+ /* @__PURE__ */ t(a, { children: r }),
18
+ /* @__PURE__ */ t(
13
19
  "div",
14
20
  {
15
21
  style: {
@@ -21,17 +27,17 @@ const d = ({ size: e }) => /* @__PURE__ */ m("div", { style: { display: "flex",
21
27
  alignItems: "center",
22
28
  display: "flex",
23
29
  marginLeft: 8,
24
- borderRadius: e
30
+ borderRadius: r
25
31
  }
26
32
  }
27
33
  )
28
- ] }), j = () => {
29
- const e = p(), { borderRadius: o } = e, n = Object.entries(o).map(([t, i]) => ({
30
- size: t,
34
+ ] }), L = () => {
35
+ const r = p(), { borderRadius: o } = r, m = Object.entries(o).map(([e, i]) => ({
36
+ size: e,
31
37
  value: Number(i)
32
38
  }));
33
- return /* @__PURE__ */ r(s, { children: n.map(({ size: t, value: i }) => /* @__PURE__ */ r(d, { size: i }, t)) });
39
+ return /* @__PURE__ */ t(n, { children: m.map(({ size: e, value: i }) => /* @__PURE__ */ t(d, { size: i }, e)) });
34
40
  };
35
41
  export {
36
- j as BorderTokenList
42
+ L as BorderTokenList
37
43
  };
@@ -1,14 +1,20 @@
1
- import { jsx as t, Fragment as m, jsxs as p } from "react/jsx-runtime";
2
- import "../../../components/atoms/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";
4
- import "../../../components/atoms/input/styles.js";
5
- import "../../../components/atoms/select/styles.js";
6
- import "../../../components/atoms/checkbox/styles.js";
7
- import a from "../../../components/atoms/typography/Typography.js";
8
- import "../../../components/molecules/error-boundary-fallback/styles.js";
9
- import { n as l } from "../../../styled-components.browser.esm-CZ1XM4o4.js";
6
+ import { a as l } from "../../../Typography-aGoDUl4R.js";
7
+ import "../../../components/Button/styles.js";
8
+ import "../../../components/Checkbox/styles.js";
9
+ import "../../../components/ErrorBoundaryFallback/styles.js";
10
+ import "../../../components/Input/styles.js";
11
+ import "../../../components/Message/styles.js";
12
+ import "../../../components/Notification/styles.js";
13
+ import "react";
14
+ import "../../../components/Select/styles.js";
15
+ import "../../../components/Toast/styles.js";
10
16
  const c = ({ size: i }) => /* @__PURE__ */ p("div", { style: { display: "flex", alignItems: "center" }, children: [
11
- /* @__PURE__ */ t(a, { children: i }),
17
+ /* @__PURE__ */ t(l, { children: i }),
12
18
  /* @__PURE__ */ t(
13
19
  "div",
14
20
  {
@@ -24,13 +30,13 @@ const c = ({ size: i }) => /* @__PURE__ */ p("div", { style: { display: "flex",
24
30
  }
25
31
  }
26
32
  )
27
- ] }), T = ({ isHalfSizing: i = !1 }) => {
28
- const r = l(), { sizing: o } = r, s = Object.entries(o).map(([e, n]) => ({
29
- size: e,
30
- value: Number(n)
33
+ ] }), L = ({ isHalfSizing: i = !1 }) => {
34
+ const n = a(), { sizing: o } = n, m = Object.entries(o).map(([r, e]) => ({
35
+ size: r,
36
+ value: Number(e)
31
37
  }));
32
- return /* @__PURE__ */ t(m, { children: s.map(({ size: e, value: n }) => /* @__PURE__ */ t(c, { size: n }, e)) });
38
+ return /* @__PURE__ */ t(s, { children: m.map(({ size: r, value: e }) => /* @__PURE__ */ t(c, { size: e }, r)) });
33
39
  };
34
40
  export {
35
- T as SizingTokenList
41
+ L as SizingTokenList
36
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;
@@ -84,7 +84,7 @@ export declare const BorderRadiusXl = 12;
84
84
  export declare const BorderRadiusXxl = 16;
85
85
  export declare const BorderRadiusXxxl = 24;
86
86
  export declare const BorderRadiusRounded = 999;
87
- export declare const TypographyPrimaryFontFamily = "Inter";
87
+ export declare const TypographyPrimaryFontFamily = "'Inter', sans-serif !important";
88
88
  export declare const Size1 = 4;
89
89
  export declare const Size2 = 8;
90
90
  export declare const Size3 = 12;
@@ -607,8 +607,7 @@ export declare const TypographyNarrowFontSizeHeading1 = 32;
607
607
  export declare const TypographyNarrowFontSizeHeading2 = 24;
608
608
  export declare const TypographyWideFontSizeBody1 = 16;
609
609
  export declare const TypographyMediumFontSizeBody1 = 16;
610
- export declare const TypographyNarrowFontSizeBody1 = 16;
611
- export declare const TypographyWideFontSizeHeading3 = 24;
610
+ export declare const TypographyWideFontSizeHeading3 = 16;
612
611
  export declare const TypographyWideFontSizeSubHeading1 = 20;
613
612
  export declare const TypographyWideFontSizeSubHeading2 = 16;
614
613
  export declare const TypographyWideFontSizeSubHeading3 = 14;
@@ -626,10 +625,10 @@ export declare const TypographyWideFontSizeLabel3 = 12;
626
625
  export declare const TypographyWideFontSizeLink1 = 16;
627
626
  export declare const TypographyWideFontSizeLink2 = 14;
628
627
  export declare const TypographyWideFontSizeLink3 = 12;
629
- export declare const TypographyWideFontSizeDigits1 = 16;
630
- export declare const TypographyWideFontSizeDigits2 = 14;
631
- export declare const TypographyWideFontSizeDigits3 = 12;
632
- export declare const TypographyMediumFontSizeHeading3 = 24;
628
+ export declare const TypographyWideFontSizeDigits1 = 96;
629
+ export declare const TypographyWideFontSizeDigits2 = 48;
630
+ export declare const TypographyWideFontSizeDigits3 = 16;
631
+ export declare const TypographyMediumFontSizeHeading3 = 16;
633
632
  export declare const TypographyMediumFontSizeSubHeading1 = 20;
634
633
  export declare const TypographyMediumFontSizeSubHeading2 = 16;
635
634
  export declare const TypographyMediumFontSizeSubHeading3 = 14;
@@ -647,17 +646,18 @@ export declare const TypographyMediumFontSizeLabel3 = 12;
647
646
  export declare const TypographyMediumFontSizeLink1 = 16;
648
647
  export declare const TypographyMediumFontSizeLink2 = 14;
649
648
  export declare const TypographyMediumFontSizeLink3 = 12;
650
- export declare const TypographyMediumFontSizeDigits1 = 16;
651
- export declare const TypographyMediumFontSizeDigits2 = 14;
652
- export declare const TypographyMediumFontSizeDigits3 = 12;
653
- export declare const TypographyNarrowFontSizeHeading3 = 24;
649
+ export declare const TypographyMediumFontSizeDigits1 = 96;
650
+ export declare const TypographyMediumFontSizeDigits2 = 48;
651
+ export declare const TypographyMediumFontSizeDigits3 = 16;
652
+ export declare const TypographyNarrowFontSizeHeading3 = 16;
654
653
  export declare const TypographyNarrowFontSizeSubHeading1 = 20;
655
654
  export declare const TypographyNarrowFontSizeSubHeading2 = 16;
656
655
  export declare const TypographyNarrowFontSizeSubHeading3 = 14;
656
+ export declare const TypographyNarrowFontSizeBody1 = 12;
657
657
  export declare const TypographyNarrowFontSizeBody2 = 14;
658
- export declare const TypographyNarrowFontSizeBody3 = 12;
659
- export declare const TypographyNarrowFontSizeBody4 = 12;
660
- export declare const TypographyNarrowFontSizeBody5 = 12;
658
+ export declare const TypographyNarrowFontSizeBody3 = 16;
659
+ export declare const TypographyNarrowFontSizeBody4 = 18;
660
+ export declare const TypographyNarrowFontSizeBody5 = 20;
661
661
  export declare const TypographyNarrowFontSizeMessage = 14;
662
662
  export declare const TypographyNarrowFontSizeOverline1 = 12;
663
663
  export declare const TypographyNarrowFontSizeOverline2 = 12;
@@ -668,9 +668,9 @@ export declare const TypographyNarrowFontSizeLabel3 = 12;
668
668
  export declare const TypographyNarrowFontSizeLink1 = 16;
669
669
  export declare const TypographyNarrowFontSizeLink2 = 14;
670
670
  export declare const TypographyNarrowFontSizeLink3 = 12;
671
- export declare const TypographyNarrowFontSizeDigits1 = 16;
672
- export declare const TypographyNarrowFontSizeDigits2 = 14;
673
- export declare const TypographyNarrowFontSizeDigits3 = 12;
671
+ export declare const TypographyNarrowFontSizeDigits1 = 96;
672
+ export declare const TypographyNarrowFontSizeDigits2 = 48;
673
+ export declare const TypographyNarrowFontSizeDigits3 = 16;
674
674
  export declare const colors: {
675
675
  PRIMARY: string;
676
676
  PRIMARY_LIGHT: string;
@@ -1,4 +1,4 @@
1
- const k = "#f9d4d5", n = "#f3a9ab", v = "#ee7d81", t = "#e85257", H = "#cf3237", e = "#aa292d", N = "#842023", G = "#5f1719", R = "#3a0e0f", M = "#ffe9dc", a = "#ffd3b8", O = "#ffbc95", r = "#ffa671", F = "#ff904e", i = "#d17640", w = "#a35c32", A = "#754224", V = "#472816", E = "#fff2df", c = "#ffe5be", W = "#ffd79e", s = "#ffca7d", x = "#ffbd5d", S = "#e7a13c", U = "#b27330", _ = "#704819", X = "#442c0f", Y = "#d3efd7", l = "#a7dfaf", K = "#7ad086", u = "#5bc16b", j = "#32863e", g = "#296e33", q = "#205628", J = "#173e1d", Q = "#0e2511", Z = "#deeff3", $ = "#bcdfe7", d = "#9bcfdb", oo = "#79bfcf", m = "#58afc3", f = "#337e8e", no = "#30606b", to = "#214148", eo = "#00282b", ao = "#d7dbfd", C = "#afb8fb", ro = "#8894fa", p = "#6071f8", io = "#384df6", y = "#2e3fca", co = "#24319d", so = "#1a2371", So = "#101645", lo = "#f3e0f3", z = "#e7c1e7", uo = "#daa3da", h = "#ce84ce", go = "#c265c2", L = "#9f539f", mo = "#7c417c", fo = "#592e59", Co = "#361c36", o = "#f4f4f4", I = "#eeeeee", po = "#dfdfdf", yo = "#cbcbcb", zo = "#9a9a9a", b = "#7f7f7f", ho = "#6c6c6c", D = "#3e3e3e", T = "#222222", P = "#101010", B = "#ffffff", Lo = 0, Io = 1, bo = 4, Do = 6, To = 8, Po = 12, Bo = 16, ko = 24, vo = 999, Ho = "Inter", No = 4, Go = 8, Ro = 12, Mo = 16, Oo = 20, Fo = 24, wo = 28, Ao = 32, Vo = 40, Eo = 48, Wo = 52, xo = 56, Uo = 64, _o = 72, Xo = 80, Yo = 96, Ko = 108, jo = 112, qo = 120, Jo = 128, Qo = 136, Zo = 144, $o = 156, on = 172, nn = 200, tn = 256, en = 2, an = 6, rn = 1, cn = 10, sn = "#32863e", Sn = "#296e33", ln = "#d3efd7", un = "#205628", gn = "#a7dfaf", dn = "#337e8e", mn = "#205628", fn = "#a7dfaf", Cn = "#cf3237", pn = "#aa292d", yn = "#f9d4d5", zn = "#f3a9ab", hn = "#842023", Ln = "#f3a9ab", In = "#842023", bn = "#ffbd5d", Dn = "#fff2df", Tn = "#ffe5be", Pn = "#704819", Bn = "#442c0f", kn = "#ffe5be", vn = "#a35c32", Hn = "#384df6", Nn = "#d7dbfd", Gn = "#afb8fb", Rn = "#2e3fca", Mn = "#24319d", On = "#afb8fb", Fn = "#24319d", wn = "#9a9a9a", An = "#f4f4f4", Vn = "#3e3e3e", En = "#eeeeee", Wn = "#222222", xn = "#6c6c6c", Un = "#eeeeee", _n = "#30606b", Xn = "#00282b", Yn = "#214148", Kn = "#ffffff", jn = "#eeeeee", qn = "#9a9a9a", Jn = "#222222", Qn = "#101010", Zn = "#3e3e3e", $n = "#eeeeee", ot = "#ffca7d", nt = "#e7a13c", tt = "#b27330", et = "#222222", at = "#eeeeee", rt = "#ffffff", it = "#deeff3", ct = "#cbcbcb", st = "#cbcbcb", St = "#222222", lt = "#eeeeee", ut = "#30606b", gt = "#00282b", dt = "#9bcfdb", mt = "#79bfcf", ft = "#f4f4f4", Ct = "#ffffff", pt = "#deeff3", yt = "#9bcfdb", zt = "#eeeeee", ht = "#3e3e3e", Lt = "#deeff3", It = "#ffffff", bt = "#f4f4f4", Dt = "#eeeeee", Tt = "#cbcbcb", Pt = "#3e3e3e", Bt = "#222222", kt = "#101010", vt = "#3e3e3e", Ht = "#dfdfdf", Nt = "#3e3e3e", Gt = "#6c6c6c", Rt = "#6c6c6c", Mt = "#222222", Ot = "#3e3e3e", Ft = "#6c6c6c", wt = "#ffffff", At = "#f4f4f4", Vt = "#ffffff", Et = "#ffffff", Wt = "#384df6", xt = "#24319d", Ut = "#9a9a9a", _t = "#f4f4f4", Xt = "#222222", Yt = "#6c6c6c", Kt = "#6c6c6c", jt = "#384df6", qt = "#1a2371", Jt = "#dfdfdf", Qt = "#5bc16b", Zt = "#cf3237", $t = "#6071f8", oe = "#00282b", ne = "#30606b", te = "#ffbd5d", ee = "#b27330", ae = "#58afc3", re = "#5bc16b", ie = "#ffe5be", ce = "#e7c1e7", se = "#ffbd5d", Se = "#384df6", le = "#32863e", ue = "#cf3237", ge = "#3e3e3e", de = "#ffffff", me = "#3e3e3e", fe = "#d17640", Ce = "#ffe9dc", pe = "#d17640", ye = "#296e33", ze = "#d3efd7", he = "#296e33", Le = "#9f539f", Ie = "#f3e0f3", be = "#9f539f", De = "#32863e", Te = "#d3efd7", Pe = "#173e1d", Be = "#d3efd7", ke = "#205628", ve = "#337e8e", He = "#a7dfaf", Ne = "#205628", Ge = "#cf3237", Re = "#f9d4d5", Me = "#5f1719", Oe = "#842023", Fe = "#f9d4d5", we = "#842023", Ae = "#f3a9ab", Ve = "#ffbd5d", Ee = "#704819", We = "#b27330", xe = "#fff2df", Ue = "#ffe5be", _e = "#b27330", Xe = "#ffe5be", Ye = "#384df6", Ke = "#1a2371", je = "#24319d", qe = "#d7dbfd", Je = "#d7dbfd", Qe = "#24319d", Ze = "#afb8fb", $e = "#9a9a9a", oa = "#3e3e3e", na = "#f4f4f4", ta = "#6c6c6c", ea = "#eeeeee", aa = "#6c6c6c", ra = "#eeeeee", ia = "#30606b", ca = "#00282b", sa = "#214148", Sa = "#ffffff", la = "#6c6c6c", ua = "#eeeeee", ga = "#cbcbcb", da = "#ffffff", ma = "#f4f4f4", fa = "#6c6c6c", Ca = "#ffca7d", pa = "#e7a13c", ya = "#b27330", za = "#222222", ha = "#6c6c6c", La = "#222222", Ia = "#00282b", ba = "#3e3e3e", Da = "#3e3e3e", Ta = "#ffffff", Pa = "#6c6c6c", Ba = "#9bcfdb", ka = "#79bfcf", va = "#30606b", Ha = "#00282b", Na = "#f4f4f4", Ga = "#ffffff", Ra = "#deeff3", Ma = "#9bcfdb", Oa = "#6c6c6c", Fa = "#f4f4f4", wa = "#30606b", Aa = "#222222", Va = "#101010", Ea = "#3e3e3e", Wa = "#3e3e3e", xa = "#eeeeee", Ua = "#ffffff", _a = "#f4f4f4", Xa = "#eeeeee", Ya = "#3e3e3e", Ka = "#ffffff", ja = "#eeeeee", qa = "#dfdfdf", Ja = "#ffffff", Qa = "#ffffff", Za = "#dfdfdf", $a = "#222222", or = "#3e3e3e", nr = "#222222", tr = "#ffffff", er = "#384df6", ar = "#24319d", rr = "#9a9a9a", ir = "#f4f4f4", cr = "#f4f4f4", sr = "#9a9a9a", Sr = "#dfdfdf", lr = "#384df6", ur = "#1a2371", gr = "#222222", dr = "#205628", mr = "#842023", fr = "#24319d", Cr = "#00282b", pr = "#30606b", yr = "#ffbd5d", zr = "#b27330", hr = "#58afc3", Lr = "#5bc16b", Ir = "#ffe5be", br = "#e7c1e7", Dr = "#ffbd5d", Tr = "#384df6", Pr = "#32863e", Br = "#cf3237", kr = "#eeeeee", vr = "#101010", Hr = "#f4f4f4", Nr = "#ffd3b8", Gr = "#d17640", Rr = "#ffd3b8", Mr = "#a7dfaf", Or = "#296e33", Fr = "#a7dfaf", wr = "#e7c1e7", Ar = "#9f539f", Vr = "#e7c1e7", Er = 16, Wr = 20, xr = 24, Ur = 32, _r = 40, Xr = 48, Yr = 56, Kr = 48, jr = 72, qr = 108, Jr = 156, Qr = 200, Zr = 0.20000000298023224, $r = 0.33000001311302185, oi = 0.5, ni = 1, ti = 2, ei = 1, ai = 2, ri = 4, ii = 6, ci = { type: "number" }, si = 2, Si = 4, li = 6, ui = 8, gi = 12, di = 16, mi = 24, fi = 999, Ci = 6, pi = 24, yi = 10, zi = 8, hi = 4, Li = 12, Ii = 10, bi = 4, Di = 8, Ti = 10, Pi = 40, Bi = 6, ki = 8, vi = 8, Hi = 11, Ni = 24, Gi = 20, Ri = 8, Mi = 4, Oi = 24, Fi = 16, wi = 16, Ai = 8, Vi = 4, Ei = 4, Wi = 4, xi = 999, Ui = 16, _i = 16, Xi = 8, Yi = 4, Ki = 12, ji = 16, qi = 12, Ji = 8, Qi = 16, Zi = 16, $i = 8, oc = 16, nc = 16, tc = 8, ec = 16, ac = 8, rc = 32, ic = 32, cc = 6, sc = 40, Sc = 40, lc = 16, uc = { type: "number" }, gc = 12, dc = 64, mc = 2, fc = 2, Cc = 48, pc = 24, yc = 20, zc = 999, hc = 16, Lc = 24, Ic = 4, bc = 40, Dc = 48, Tc = 6, Pc = 16, Bc = 6, kc = 8, vc = 4, Hc = 8, Nc = 6, Gc = 4, Rc = 4, Mc = 10, Oc = 32, Fc = 4, wc = 8, Ac = 8, Vc = 7, Ec = 16, Wc = 12, xc = 8, Uc = 4, _c = 24, Xc = 16, Yc = 16, Kc = 8, jc = 4, qc = 4, Jc = 4, Qc = 999, Zc = 12, $c = 12, os = 8, ns = 4, ts = 12, es = 16, as = 12, rs = 8, is = 16, cs = 16, ss = 8, Ss = 12, ls = 16, us = 8, gs = 16, ds = 8, ms = 24, fs = 24, Cs = 6, ps = 24, ys = 24, zs = 8, hs = { type: "number" }, Ls = 8, Is = 48, bs = 2, Ds = 2, Ts = 48, Ps = 24, Bs = 20, ks = 999, vs = 12, Hs = 16, Ns = 4, Gs = 16, Rs = 16, Ms = 6, Os = 24, Fs = 10, ws = 8, As = 4, Vs = 12, Es = 10, Ws = 4, xs = 8, Us = 10, _s = 40, Xs = 6, Ys = 8, Ks = 8, js = 11, qs = 32, Js = 24, Qs = 8, Zs = 4, $s = 32, oS = 24, nS = 16, tS = 8, eS = 4, aS = 4, rS = 4, iS = 999, cS = 16, sS = 16, SS = 8, lS = 4, uS = 12, gS = 16, dS = 12, mS = 8, fS = 16, CS = 16, pS = 8, yS = 16, zS = 16, hS = 8, LS = 16, IS = 8, bS = 32, DS = 32, TS = 6, PS = 40, BS = 40, kS = 24, vS = { type: "number" }, HS = 16, NS = 80, GS = 2, RS = 2, MS = 48, OS = 24, FS = 20, wS = 999, AS = 16, VS = 24, ES = 4, WS = 48, xS = 56, US = 72, _S = 56, XS = 40, YS = 40, KS = 32, jS = 64, qS = 52, JS = 40, QS = 40, ZS = 24, $S = 48, ol = 40, nl = 32, tl = 32, el = 24, al = 16, rl = 16, il = 16, cl = 24, sl = 20, Sl = 16, ll = 14, ul = 14, gl = 12, dl = 12, ml = 12, fl = 14, Cl = 12, pl = 12, yl = 12, zl = 16, hl = 14, Ll = 12, Il = 16, bl = 14, Dl = 12, Tl = 16, Pl = 14, Bl = 12, kl = 24, vl = 20, Hl = 16, Nl = 14, Gl = 14, Rl = 12, Ml = 12, Ol = 12, Fl = 14, wl = 12, Al = 12, Vl = 12, El = 16, Wl = 14, xl = 12, Ul = 16, _l = 14, Xl = 12, Yl = 16, Kl = 14, jl = 12, ql = 24, Jl = 20, Ql = 16, Zl = 14, $l = 14, ou = 12, nu = 12, tu = 12, eu = 14, au = 12, ru = 12, iu = 12, cu = 16, su = 14, Su = 12, lu = 16, uu = 14, gu = 12, du = 16, mu = 14, fu = 12, Cu = {
1
+ const k = "#f9d4d5", n = "#f3a9ab", v = "#ee7d81", t = "#e85257", H = "#cf3237", e = "#aa292d", N = "#842023", G = "#5f1719", R = "#3a0e0f", M = "#ffe9dc", a = "#ffd3b8", O = "#ffbc95", r = "#ffa671", F = "#ff904e", i = "#d17640", w = "#a35c32", A = "#754224", V = "#472816", E = "#fff2df", c = "#ffe5be", W = "#ffd79e", s = "#ffca7d", x = "#ffbd5d", S = "#e7a13c", U = "#b27330", _ = "#704819", X = "#442c0f", Y = "#d3efd7", l = "#a7dfaf", K = "#7ad086", u = "#5bc16b", j = "#32863e", g = "#296e33", q = "#205628", J = "#173e1d", Q = "#0e2511", Z = "#deeff3", $ = "#bcdfe7", d = "#9bcfdb", oo = "#79bfcf", m = "#58afc3", f = "#337e8e", no = "#30606b", to = "#214148", eo = "#00282b", ao = "#d7dbfd", C = "#afb8fb", ro = "#8894fa", p = "#6071f8", io = "#384df6", y = "#2e3fca", co = "#24319d", so = "#1a2371", So = "#101645", lo = "#f3e0f3", z = "#e7c1e7", uo = "#daa3da", h = "#ce84ce", go = "#c265c2", L = "#9f539f", mo = "#7c417c", fo = "#592e59", Co = "#361c36", o = "#f4f4f4", I = "#eeeeee", po = "#dfdfdf", yo = "#cbcbcb", zo = "#9a9a9a", b = "#7f7f7f", ho = "#6c6c6c", D = "#3e3e3e", T = "#222222", P = "#101010", B = "#ffffff", Lo = 0, Io = 1, bo = 4, Do = 6, To = 8, Po = 12, Bo = 16, ko = 24, vo = 999, Ho = "'Inter', sans-serif !important", No = 4, Go = 8, Ro = 12, Mo = 16, Oo = 20, Fo = 24, wo = 28, Ao = 32, Vo = 40, Eo = 48, Wo = 52, xo = 56, Uo = 64, _o = 72, Xo = 80, Yo = 96, Ko = 108, jo = 112, qo = 120, Jo = 128, Qo = 136, Zo = 144, $o = 156, on = 172, nn = 200, tn = 256, en = 2, an = 6, rn = 1, cn = 10, sn = "#32863e", Sn = "#296e33", ln = "#d3efd7", un = "#205628", gn = "#a7dfaf", dn = "#337e8e", mn = "#205628", fn = "#a7dfaf", Cn = "#cf3237", pn = "#aa292d", yn = "#f9d4d5", zn = "#f3a9ab", hn = "#842023", Ln = "#f3a9ab", In = "#842023", bn = "#ffbd5d", Dn = "#fff2df", Tn = "#ffe5be", Pn = "#704819", Bn = "#442c0f", kn = "#ffe5be", vn = "#a35c32", Hn = "#384df6", Nn = "#d7dbfd", Gn = "#afb8fb", Rn = "#2e3fca", Mn = "#24319d", On = "#afb8fb", Fn = "#24319d", wn = "#9a9a9a", An = "#f4f4f4", Vn = "#3e3e3e", En = "#eeeeee", Wn = "#222222", xn = "#6c6c6c", Un = "#eeeeee", _n = "#30606b", Xn = "#00282b", Yn = "#214148", Kn = "#ffffff", jn = "#eeeeee", qn = "#9a9a9a", Jn = "#222222", Qn = "#101010", Zn = "#3e3e3e", $n = "#eeeeee", ot = "#ffca7d", nt = "#e7a13c", tt = "#b27330", et = "#222222", at = "#eeeeee", rt = "#ffffff", it = "#deeff3", ct = "#cbcbcb", st = "#cbcbcb", St = "#222222", lt = "#eeeeee", ut = "#30606b", gt = "#00282b", dt = "#9bcfdb", mt = "#79bfcf", ft = "#f4f4f4", Ct = "#ffffff", pt = "#deeff3", yt = "#9bcfdb", zt = "#eeeeee", ht = "#3e3e3e", Lt = "#deeff3", It = "#ffffff", bt = "#f4f4f4", Dt = "#eeeeee", Tt = "#cbcbcb", Pt = "#3e3e3e", Bt = "#222222", kt = "#101010", vt = "#3e3e3e", Ht = "#dfdfdf", Nt = "#3e3e3e", Gt = "#6c6c6c", Rt = "#6c6c6c", Mt = "#222222", Ot = "#3e3e3e", Ft = "#6c6c6c", wt = "#ffffff", At = "#f4f4f4", Vt = "#ffffff", Et = "#ffffff", Wt = "#384df6", xt = "#24319d", Ut = "#9a9a9a", _t = "#f4f4f4", Xt = "#222222", Yt = "#6c6c6c", Kt = "#6c6c6c", jt = "#384df6", qt = "#1a2371", Jt = "#dfdfdf", Qt = "#5bc16b", Zt = "#cf3237", $t = "#6071f8", oe = "#00282b", ne = "#30606b", te = "#ffbd5d", ee = "#b27330", ae = "#58afc3", re = "#5bc16b", ie = "#ffe5be", ce = "#e7c1e7", se = "#ffbd5d", Se = "#384df6", le = "#32863e", ue = "#cf3237", ge = "#3e3e3e", de = "#ffffff", me = "#3e3e3e", fe = "#d17640", Ce = "#ffe9dc", pe = "#d17640", ye = "#296e33", ze = "#d3efd7", he = "#296e33", Le = "#9f539f", Ie = "#f3e0f3", be = "#9f539f", De = "#32863e", Te = "#d3efd7", Pe = "#173e1d", Be = "#d3efd7", ke = "#205628", ve = "#337e8e", He = "#a7dfaf", Ne = "#205628", Ge = "#cf3237", Re = "#f9d4d5", Me = "#5f1719", Oe = "#842023", Fe = "#f9d4d5", we = "#842023", Ae = "#f3a9ab", Ve = "#ffbd5d", Ee = "#704819", We = "#b27330", xe = "#fff2df", Ue = "#ffe5be", _e = "#b27330", Xe = "#ffe5be", Ye = "#384df6", Ke = "#1a2371", je = "#24319d", qe = "#d7dbfd", Je = "#d7dbfd", Qe = "#24319d", Ze = "#afb8fb", $e = "#9a9a9a", oa = "#3e3e3e", na = "#f4f4f4", ta = "#6c6c6c", ea = "#eeeeee", aa = "#6c6c6c", ra = "#eeeeee", ia = "#30606b", ca = "#00282b", sa = "#214148", Sa = "#ffffff", la = "#6c6c6c", ua = "#eeeeee", ga = "#cbcbcb", da = "#ffffff", ma = "#f4f4f4", fa = "#6c6c6c", Ca = "#ffca7d", pa = "#e7a13c", ya = "#b27330", za = "#222222", ha = "#6c6c6c", La = "#222222", Ia = "#00282b", ba = "#3e3e3e", Da = "#3e3e3e", Ta = "#ffffff", Pa = "#6c6c6c", Ba = "#9bcfdb", ka = "#79bfcf", va = "#30606b", Ha = "#00282b", Na = "#f4f4f4", Ga = "#ffffff", Ra = "#deeff3", Ma = "#9bcfdb", Oa = "#6c6c6c", Fa = "#f4f4f4", wa = "#30606b", Aa = "#222222", Va = "#101010", Ea = "#3e3e3e", Wa = "#3e3e3e", xa = "#eeeeee", Ua = "#ffffff", _a = "#f4f4f4", Xa = "#eeeeee", Ya = "#3e3e3e", Ka = "#ffffff", ja = "#eeeeee", qa = "#dfdfdf", Ja = "#ffffff", Qa = "#ffffff", Za = "#dfdfdf", $a = "#222222", or = "#3e3e3e", nr = "#222222", tr = "#ffffff", er = "#384df6", ar = "#24319d", rr = "#9a9a9a", ir = "#f4f4f4", cr = "#f4f4f4", sr = "#9a9a9a", Sr = "#dfdfdf", lr = "#384df6", ur = "#1a2371", gr = "#222222", dr = "#205628", mr = "#842023", fr = "#24319d", Cr = "#00282b", pr = "#30606b", yr = "#ffbd5d", zr = "#b27330", hr = "#58afc3", Lr = "#5bc16b", Ir = "#ffe5be", br = "#e7c1e7", Dr = "#ffbd5d", Tr = "#384df6", Pr = "#32863e", Br = "#cf3237", kr = "#eeeeee", vr = "#101010", Hr = "#f4f4f4", Nr = "#ffd3b8", Gr = "#d17640", Rr = "#ffd3b8", Mr = "#a7dfaf", Or = "#296e33", Fr = "#a7dfaf", wr = "#e7c1e7", Ar = "#9f539f", Vr = "#e7c1e7", Er = 16, Wr = 20, xr = 24, Ur = 32, _r = 40, Xr = 48, Yr = 56, Kr = 48, jr = 72, qr = 108, Jr = 156, Qr = 200, Zr = 0.20000000298023224, $r = 0.33000001311302185, oi = 0.5, ni = 1, ti = 2, ei = 1, ai = 2, ri = 4, ii = 6, ci = { type: "number" }, si = 2, Si = 4, li = 6, ui = 8, gi = 12, di = 16, mi = 24, fi = 999, Ci = 6, pi = 24, yi = 10, zi = 8, hi = 4, Li = 12, Ii = 10, bi = 4, Di = 8, Ti = 10, Pi = 40, Bi = 6, ki = 8, vi = 8, Hi = 11, Ni = 24, Gi = 20, Ri = 8, Mi = 4, Oi = 24, Fi = 16, wi = 16, Ai = 8, Vi = 4, Ei = 4, Wi = 4, xi = 999, Ui = 16, _i = 16, Xi = 8, Yi = 4, Ki = 12, ji = 16, qi = 12, Ji = 8, Qi = 16, Zi = 16, $i = 8, oc = 16, nc = 16, tc = 8, ec = 16, ac = 8, rc = 32, ic = 32, cc = 6, sc = 40, Sc = 40, lc = 16, uc = { type: "number" }, gc = 12, dc = 64, mc = 2, fc = 2, Cc = 48, pc = 24, yc = 20, zc = 999, hc = 16, Lc = 24, Ic = 4, bc = 40, Dc = 48, Tc = 6, Pc = 16, Bc = 6, kc = 8, vc = 4, Hc = 8, Nc = 6, Gc = 4, Rc = 4, Mc = 10, Oc = 32, Fc = 4, wc = 8, Ac = 8, Vc = 7, Ec = 16, Wc = 12, xc = 8, Uc = 4, _c = 24, Xc = 16, Yc = 16, Kc = 8, jc = 4, qc = 4, Jc = 4, Qc = 999, Zc = 12, $c = 12, os = 8, ns = 4, ts = 12, es = 16, as = 12, rs = 8, is = 16, cs = 16, ss = 8, Ss = 12, ls = 16, us = 8, gs = 16, ds = 8, ms = 24, fs = 24, Cs = 6, ps = 24, ys = 24, zs = 8, hs = { type: "number" }, Ls = 8, Is = 48, bs = 2, Ds = 2, Ts = 48, Ps = 24, Bs = 20, ks = 999, vs = 12, Hs = 16, Ns = 4, Gs = 16, Rs = 16, Ms = 6, Os = 24, Fs = 10, ws = 8, As = 4, Vs = 12, Es = 10, Ws = 4, xs = 8, Us = 10, _s = 40, Xs = 6, Ys = 8, Ks = 8, js = 11, qs = 32, Js = 24, Qs = 8, Zs = 4, $s = 32, oS = 24, nS = 16, tS = 8, eS = 4, aS = 4, rS = 4, iS = 999, cS = 16, sS = 16, SS = 8, lS = 4, uS = 12, gS = 16, dS = 12, mS = 8, fS = 16, CS = 16, pS = 8, yS = 16, zS = 16, hS = 8, LS = 16, IS = 8, bS = 32, DS = 32, TS = 6, PS = 40, BS = 40, kS = 24, vS = { type: "number" }, HS = 16, NS = 80, GS = 2, RS = 2, MS = 48, OS = 24, FS = 20, wS = 999, AS = 16, VS = 24, ES = 4, WS = 48, xS = 56, US = 72, _S = 56, XS = 40, YS = 40, KS = 32, jS = 64, qS = 52, JS = 40, QS = 40, ZS = 24, $S = 48, ol = 40, nl = 32, tl = 32, el = 24, al = 16, rl = 16, il = 16, cl = 20, sl = 16, Sl = 14, ll = 14, ul = 12, gl = 12, dl = 12, ml = 14, fl = 12, Cl = 12, pl = 12, yl = 16, zl = 14, hl = 12, Ll = 16, Il = 14, bl = 12, Dl = 96, Tl = 48, Pl = 16, Bl = 16, kl = 20, vl = 16, Hl = 14, Nl = 14, Gl = 12, Rl = 12, Ml = 12, Ol = 14, Fl = 12, wl = 12, Al = 12, Vl = 16, El = 14, Wl = 12, xl = 16, Ul = 14, _l = 12, Xl = 96, Yl = 48, Kl = 16, jl = 16, ql = 20, Jl = 16, Ql = 14, Zl = 12, $l = 14, ou = 16, nu = 18, tu = 20, eu = 14, au = 12, ru = 12, iu = 12, cu = 16, su = 14, Su = 12, lu = 16, uu = 14, gu = 12, du = 96, mu = 48, fu = 16, Cu = {
2
2
  PRIMARY: f,
3
3
  // bolt green
4
4
  PRIMARY_LIGHT: m,
@@ -612,33 +612,33 @@ export {
612
612
  wo as Size7,
613
613
  Ao as Size8,
614
614
  rl as TypographyMediumFontSizeBody1,
615
- Gl as TypographyMediumFontSizeBody2,
616
- Rl as TypographyMediumFontSizeBody3,
617
- Ml as TypographyMediumFontSizeBody4,
618
- Ol as TypographyMediumFontSizeBody5,
619
- Yl as TypographyMediumFontSizeDigits1,
620
- Kl as TypographyMediumFontSizeDigits2,
621
- jl as TypographyMediumFontSizeDigits3,
615
+ Nl as TypographyMediumFontSizeBody2,
616
+ Gl as TypographyMediumFontSizeBody3,
617
+ Rl as TypographyMediumFontSizeBody4,
618
+ Ml as TypographyMediumFontSizeBody5,
619
+ Xl as TypographyMediumFontSizeDigits1,
620
+ Yl as TypographyMediumFontSizeDigits2,
621
+ Kl as TypographyMediumFontSizeDigits3,
622
622
  jS as TypographyMediumFontSizeDisplay1,
623
623
  qS as TypographyMediumFontSizeDisplay2,
624
624
  JS as TypographyMediumFontSizeDisplay3,
625
625
  QS as TypographyMediumFontSizeHeading1,
626
626
  ZS as TypographyMediumFontSizeHeading2,
627
- kl as TypographyMediumFontSizeHeading3,
628
- El as TypographyMediumFontSizeLabel1,
629
- Wl as TypographyMediumFontSizeLabel2,
630
- xl as TypographyMediumFontSizeLabel3,
631
- Ul as TypographyMediumFontSizeLink1,
632
- _l as TypographyMediumFontSizeLink2,
633
- Xl as TypographyMediumFontSizeLink3,
634
- Fl as TypographyMediumFontSizeMessage,
635
- wl as TypographyMediumFontSizeOverline1,
636
- Al as TypographyMediumFontSizeOverline2,
637
- Vl as TypographyMediumFontSizeOverline3,
638
- vl as TypographyMediumFontSizeSubHeading1,
639
- Hl as TypographyMediumFontSizeSubHeading2,
640
- Nl as TypographyMediumFontSizeSubHeading3,
641
- il as TypographyNarrowFontSizeBody1,
627
+ Bl as TypographyMediumFontSizeHeading3,
628
+ Vl as TypographyMediumFontSizeLabel1,
629
+ El as TypographyMediumFontSizeLabel2,
630
+ Wl as TypographyMediumFontSizeLabel3,
631
+ xl as TypographyMediumFontSizeLink1,
632
+ Ul as TypographyMediumFontSizeLink2,
633
+ _l as TypographyMediumFontSizeLink3,
634
+ Ol as TypographyMediumFontSizeMessage,
635
+ Fl as TypographyMediumFontSizeOverline1,
636
+ wl as TypographyMediumFontSizeOverline2,
637
+ Al as TypographyMediumFontSizeOverline3,
638
+ kl as TypographyMediumFontSizeSubHeading1,
639
+ vl as TypographyMediumFontSizeSubHeading2,
640
+ Hl as TypographyMediumFontSizeSubHeading3,
641
+ Zl as TypographyNarrowFontSizeBody1,
642
642
  $l as TypographyNarrowFontSizeBody2,
643
643
  ou as TypographyNarrowFontSizeBody3,
644
644
  nu as TypographyNarrowFontSizeBody4,
@@ -651,7 +651,7 @@ export {
651
651
  nl as TypographyNarrowFontSizeDisplay3,
652
652
  tl as TypographyNarrowFontSizeHeading1,
653
653
  el as TypographyNarrowFontSizeHeading2,
654
- ql as TypographyNarrowFontSizeHeading3,
654
+ jl as TypographyNarrowFontSizeHeading3,
655
655
  cu as TypographyNarrowFontSizeLabel1,
656
656
  su as TypographyNarrowFontSizeLabel2,
657
657
  Su as TypographyNarrowFontSizeLabel3,
@@ -662,36 +662,36 @@ export {
662
662
  au as TypographyNarrowFontSizeOverline1,
663
663
  ru as TypographyNarrowFontSizeOverline2,
664
664
  iu as TypographyNarrowFontSizeOverline3,
665
- Jl as TypographyNarrowFontSizeSubHeading1,
666
- Ql as TypographyNarrowFontSizeSubHeading2,
667
- Zl as TypographyNarrowFontSizeSubHeading3,
665
+ ql as TypographyNarrowFontSizeSubHeading1,
666
+ Jl as TypographyNarrowFontSizeSubHeading2,
667
+ Ql as TypographyNarrowFontSizeSubHeading3,
668
668
  Ho as TypographyPrimaryFontFamily,
669
669
  al as TypographyWideFontSizeBody1,
670
- ul as TypographyWideFontSizeBody2,
671
- gl as TypographyWideFontSizeBody3,
672
- dl as TypographyWideFontSizeBody4,
673
- ml as TypographyWideFontSizeBody5,
674
- Tl as TypographyWideFontSizeDigits1,
675
- Pl as TypographyWideFontSizeDigits2,
676
- Bl as TypographyWideFontSizeDigits3,
670
+ ll as TypographyWideFontSizeBody2,
671
+ ul as TypographyWideFontSizeBody3,
672
+ gl as TypographyWideFontSizeBody4,
673
+ dl as TypographyWideFontSizeBody5,
674
+ Dl as TypographyWideFontSizeDigits1,
675
+ Tl as TypographyWideFontSizeDigits2,
676
+ Pl as TypographyWideFontSizeDigits3,
677
677
  US as TypographyWideFontSizeDisplay1,
678
678
  _S as TypographyWideFontSizeDisplay2,
679
679
  XS as TypographyWideFontSizeDisplay3,
680
680
  YS as TypographyWideFontSizeHeading1,
681
681
  KS as TypographyWideFontSizeHeading2,
682
- cl as TypographyWideFontSizeHeading3,
683
- zl as TypographyWideFontSizeLabel1,
684
- hl as TypographyWideFontSizeLabel2,
685
- Ll as TypographyWideFontSizeLabel3,
686
- Il as TypographyWideFontSizeLink1,
687
- bl as TypographyWideFontSizeLink2,
688
- Dl as TypographyWideFontSizeLink3,
689
- fl as TypographyWideFontSizeMessage,
690
- Cl as TypographyWideFontSizeOverline1,
691
- pl as TypographyWideFontSizeOverline2,
692
- yl as TypographyWideFontSizeOverline3,
693
- sl as TypographyWideFontSizeSubHeading1,
694
- Sl as TypographyWideFontSizeSubHeading2,
695
- ll as TypographyWideFontSizeSubHeading3,
682
+ il as TypographyWideFontSizeHeading3,
683
+ yl as TypographyWideFontSizeLabel1,
684
+ zl as TypographyWideFontSizeLabel2,
685
+ hl as TypographyWideFontSizeLabel3,
686
+ Ll as TypographyWideFontSizeLink1,
687
+ Il as TypographyWideFontSizeLink2,
688
+ bl as TypographyWideFontSizeLink3,
689
+ ml as TypographyWideFontSizeMessage,
690
+ fl as TypographyWideFontSizeOverline1,
691
+ Cl as TypographyWideFontSizeOverline2,
692
+ pl as TypographyWideFontSizeOverline3,
693
+ cl as TypographyWideFontSizeSubHeading1,
694
+ sl as TypographyWideFontSizeSubHeading2,
695
+ Sl as TypographyWideFontSizeSubHeading3,
696
696
  Cu as colors
697
697
  };
@@ -1 +1,2 @@
1
+
1
2
  export declare const GlobalStyles: import('react').NamedExoticComponent<import('styled-components').ExecutionProps & object>;
@@ -1,33 +1,17 @@
1
- import { f as a } from "../styled-components.browser.esm-CZ1XM4o4.js";
2
- const e = a`
3
- h1, h2, h3, h4, h5, h6 {
4
- font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
5
- font-weight: 700;
6
- @media (max-width: ${({ theme: o }) => o.breakpoints.narrow}) {
7
- color: ${({ theme: o }) => o.typography.narrow.heading1.color};
8
- }
9
- @media (max-width: ${({ theme: o }) => o.breakpoints.medium}) {
10
- color: ${({ theme: o }) => o.typography.medium.heading1.color};
11
- }
12
- @media (min-width: ${({ theme: o }) => o.breakpoints.wide}) {
13
- color: ${({ theme: o }) => o.typography.wide.heading1.color};
14
- }
15
- },
1
+ import { f as o } from "../styled-components.browser.esm-CZ1XM4o4.js";
2
+ const e = o`
3
+ * {
4
+ margin: 0;
5
+ padding: 0;
6
+ box-sizing: border-box;
7
+ }
8
+
16
9
  body {
17
- font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
18
- @media (max-width: ${({ theme: o }) => o.breakpoints.narrow}) {
19
- background: ${({ theme: o }) => o.typography.narrow.body1.background};
20
- color: ${({ theme: o }) => o.typography.narrow.body1.color};
21
- }
22
- @media (max-width: ${({ theme: o }) => o.breakpoints.medium}) {
23
- background: ${({ theme: o }) => o.typography.medium.body1.background};
24
- color: ${({ theme: o }) => o.typography.medium.body1.color};
25
- }
26
- @media (min-width: ${({ theme: o }) => o.breakpoints.wide}) {
27
- background: ${({ theme: o }) => o.typography.wide.body1.background};
28
- color: ${({ theme: o }) => o.typography.wide.body1.color};
29
- }
30
- transition: background 0.2s ease-in, color 0.2s ease-in;
10
+ font-family: 'Inter', 'Roboto Mono', -apple-system, BlinkMacSystemFont,
11
+ 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell,
12
+ 'Helvetica Neue', sans-serif;
13
+ -webkit-font-smoothing: antialiased;
14
+ -moz-osx-font-smoothing: grayscale;
31
15
  }
32
16
  `;
33
17
  export {
@@ -40,6 +40,9 @@ export declare const sizing: {
40
40
  sm: number;
41
41
  md: number;
42
42
  lg: number;
43
+ typography1: number;
44
+ typography2: number;
45
+ typography3: number;
43
46
  };
44
47
  export declare const TypographySizeKey: {
45
48
  display1: string;