@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.
- package/README.md +18 -2
- package/dist/{AntdIcon-Bsnbyy6g.js → AntdIcon-BoLh1dP8.js} +37 -35
- package/dist/CheckOutlined-CeTKr6II.js +13 -0
- package/dist/{CloseCircleFilled-ZIY-u-27.js → CloseCircleFilled-DXCxlIQL.js} +2 -2
- package/dist/CloseOutlined-ClXDNn82.js +13 -0
- package/dist/{Compact-CJBo3f0u.js → Compact-CGY560JF.js} +45 -53
- package/dist/{ContextIsolator-CGkdKtc3.js → ContextIsolator-D5x2Ih51.js} +2 -2
- package/dist/{ExclamationCircleFilled-BICVVQIg.js → ExclamationCircleFilled-C0Kj5KQV.js} +2 -2
- package/dist/{CheckOutlined-DAynWe12.js → KeyCode-DM2sFh3-.js} +10 -20
- package/dist/LoadingOutlined-8EnJdZ7I.js +13 -0
- package/dist/Overflow-PBZD-PFm.js +360 -0
- package/dist/PurePanel-BqPLRtc2.js +203 -0
- package/dist/SearchOutlined-BP3Z2K6j.js +13 -0
- package/dist/{TextArea-3MOYYuAQ.js → TextArea-DKwCct3i.js} +26 -16
- package/dist/Typography-aGoDUl4R.js +710 -0
- package/dist/bundle.css +1204 -0
- package/dist/{button-BNV2qdrP.js → button-CDQgO1OK.js} +200 -197
- package/dist/collapse-Dtpt-6W_.js +20 -0
- package/dist/components/Badge/Badge.d.ts +6 -0
- package/dist/components/Badge/Badge.js +103 -0
- package/dist/components/Badge/__stories__/Badge.stories.d.ts +13 -0
- package/dist/components/Badge/__tests__/Badge.test.js +18 -0
- package/dist/components/Badge/icons/ASN.d.ts +2 -0
- package/dist/components/Badge/icons/ASN.js +23 -0
- package/dist/components/Badge/icons/Appointment.d.ts +2 -0
- package/dist/components/Badge/icons/Appointment.js +23 -0
- package/dist/components/Badge/icons/Inventory.d.ts +2 -0
- package/dist/components/Badge/icons/Inventory.js +23 -0
- package/dist/components/Badge/icons/Parcel.d.ts +2 -0
- package/dist/components/Badge/icons/Parcel.js +23 -0
- package/dist/components/Badge/icons/Product.d.ts +2 -0
- package/dist/components/Badge/icons/Product.js +23 -0
- package/dist/components/Badge/icons/Route.d.ts +2 -0
- package/dist/components/Badge/icons/Route.js +23 -0
- package/dist/components/Badge/icons/Shipment.d.ts +2 -0
- package/dist/components/Badge/icons/Shipment.js +23 -0
- package/dist/components/Badge/icons/ShoppingCart.d.ts +2 -0
- package/dist/components/Badge/icons/ShoppingCart.js +23 -0
- package/dist/components/Badge/icons/System.d.ts +2 -0
- package/dist/components/Badge/icons/System.js +23 -0
- package/dist/components/Badge/index.d.ts +2 -0
- package/dist/components/Badge/index.js +4 -0
- package/dist/components/Badge/styles.d.ts +3 -0
- package/dist/components/Badge/styles.js +34 -0
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +8 -0
- package/dist/components/Breadcrumb/Breadcrumb.js +11 -0
- package/dist/components/Breadcrumb/Breadcrumb.types.d.ts +22 -0
- package/dist/components/Breadcrumb/Breadcrumb.types.js +1 -0
- package/dist/components/Breadcrumb/__stories__/Breadcrumb.stories.d.ts +10 -0
- package/dist/components/Breadcrumb/__tests__/Breadcrumb.test.js +23 -0
- package/dist/components/Breadcrumb/index.d.ts +3 -0
- package/dist/components/Breadcrumb/index.js +4 -0
- package/dist/components/Breadcrumb/styles.d.ts +27 -0
- package/dist/components/Breadcrumb/styles.js +2436 -0
- package/dist/components/Button/Button.d.ts +14 -0
- package/dist/components/Button/Button.js +22 -0
- package/dist/components/Button/__tests__/Button.test.js +16 -0
- package/dist/components/Button/styles.d.ts +16 -0
- package/dist/components/{atoms/button → Button}/styles.js +12 -12
- package/dist/components/{atoms/checkbox → Checkbox}/Checkbox.d.ts +2 -1
- package/dist/components/Checkbox/Checkbox.js +40 -0
- package/dist/components/{atoms/checkbox → Checkbox}/__tests__/Checkbox.test.js +1 -1
- package/dist/components/{atoms/checkbox → Checkbox}/styles.d.ts +5 -0
- package/dist/components/{atoms/checkbox → Checkbox}/styles.js +97 -96
- package/dist/components/ErrorBoundaryFallback/ErrorBoundaryFallback.d.ts +8 -0
- package/dist/components/ErrorBoundaryFallback/ErrorBoundaryFallback.js +40 -0
- package/dist/components/ErrorBoundaryFallback/index.d.ts +2 -0
- package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/styles.js +22 -21
- package/dist/components/Form/Form.d.ts +26 -0
- package/dist/components/Form/Form.js +8 -0
- package/dist/components/Form/__stories__/FormStory.js +93 -0
- package/dist/components/Form/__tests__/form.test.d.ts +1 -0
- package/dist/components/Form/__tests__/form.test.js +18 -0
- package/dist/components/Form/index.js +4 -0
- package/dist/components/Form/styles.d.ts +3 -0
- package/dist/components/Form/styles.js +5 -0
- package/dist/components/{atoms/input → Input}/Input.d.ts +1 -3
- package/dist/components/Input/Input.js +19 -0
- package/dist/components/{atoms/input → Input}/__stories__/Input.stories.d.ts +5 -1
- package/dist/components/Input/__tests__/Input.test.d.ts +1 -0
- package/dist/components/Input/__tests__/Input.test.js +24 -0
- package/dist/components/{atoms/input → Input}/styles.d.ts +2 -0
- package/dist/components/Input/styles.js +529 -0
- package/dist/components/Message/Message.d.ts +13 -0
- package/dist/components/Message/Message.js +78 -0
- package/dist/components/Message/__stories__/Message.stories.d.ts +15 -0
- package/dist/components/Message/__tests__/Message.test.d.ts +1 -0
- package/dist/components/Message/__tests__/Message.test.js +42 -0
- package/dist/components/Message/index.d.ts +2 -0
- package/dist/components/Message/index.js +4 -0
- package/dist/components/Message/styles.d.ts +8 -0
- package/dist/components/Message/styles.js +41 -0
- package/dist/components/Notification/Notification.d.ts +17 -0
- package/dist/components/Notification/Notification.js +1370 -0
- package/dist/components/Notification/NotificationRightChevron.d.ts +2 -0
- package/dist/components/Notification/NotificationRightChevron.js +23 -0
- package/dist/components/Notification/__stories__/Notification.stories.d.ts +10 -0
- package/dist/components/Notification/__tests__/Notification.test.d.ts +1 -0
- package/dist/components/Notification/__tests__/Notification.test.js +15 -0
- package/dist/components/Notification/index.d.ts +2 -0
- package/dist/components/Notification/index.js +4 -0
- package/dist/components/Notification/styles.d.ts +16 -0
- package/dist/components/Notification/styles.js +65 -0
- package/dist/components/Radio/Radio.d.ts +14 -0
- package/dist/components/Radio/Radio.js +28 -0
- package/dist/components/Radio/RadioGroup.d.ts +12 -0
- package/dist/components/Radio/RadioGroup.js +33 -0
- package/dist/components/Radio/__stories__/RadioGroup.stories.d.ts +9 -0
- package/dist/components/Radio/__tests__/RadioGroup.test.d.ts +1 -0
- package/dist/components/Radio/__tests__/RadioGroup.test.js +30 -0
- package/dist/components/Radio/index.d.ts +2 -0
- package/dist/components/Radio/index.js +4 -0
- package/dist/components/Radio/states/RadioChecked.d.ts +2 -0
- package/dist/components/Radio/states/RadioChecked.js +18 -0
- package/dist/components/Radio/states/RadioCheckedDisabled.d.ts +2 -0
- package/dist/components/Radio/states/RadioCheckedDisabled.js +18 -0
- package/dist/components/Radio/states/RadioCheckedFocussed.d.ts +2 -0
- package/dist/components/Radio/states/RadioCheckedFocussed.js +30 -0
- package/dist/components/Radio/states/RadioCheckedHover.d.ts +2 -0
- package/dist/components/Radio/states/RadioCheckedHover.js +18 -0
- package/dist/components/Radio/states/RadioUnchecked.d.ts +2 -0
- package/dist/components/Radio/states/RadioUnchecked.js +15 -0
- package/dist/components/Radio/states/RadioUncheckedDisabled.d.ts +2 -0
- package/dist/components/Radio/states/RadioUncheckedDisabled.js +15 -0
- package/dist/components/Radio/states/RadioUncheckedFocussed.d.ts +2 -0
- package/dist/components/Radio/states/RadioUncheckedFocussed.js +29 -0
- package/dist/components/Radio/states/RadioUncheckedHover.d.ts +2 -0
- package/dist/components/Radio/states/RadioUncheckedHover.js +18 -0
- package/dist/components/Select/DropdownChevron.d.ts +2 -0
- package/dist/components/Select/DropdownChevron.js +23 -0
- package/dist/components/Select/Select.d.ts +16 -0
- package/dist/components/Select/Select.js +36 -0
- package/dist/components/{atoms/select → Select}/__stories__/Select.stories.d.ts +3 -1
- package/dist/components/Select/__tests__/Select.test.d.ts +1 -0
- package/dist/components/{atoms/select → Select}/__tests__/Select.test.js +1165 -1140
- package/dist/components/Select/styles.d.ts +32 -0
- package/dist/components/{atoms/select → Select}/styles.js +1517 -1651
- package/dist/components/Toast/Toast.d.ts +14 -0
- package/dist/components/Toast/Toast.js +19 -0
- package/dist/components/Toast/__stories__/Toast.stories.d.ts +16 -0
- package/dist/components/Toast/__tests__/Toast.test.d.ts +1 -0
- package/dist/components/Toast/__tests__/Toast.test.js +18 -0
- package/dist/components/Toast/index.d.ts +2 -0
- package/dist/components/Toast/index.js +4 -0
- package/dist/components/Toast/styles.d.ts +10 -0
- package/dist/components/Toast/styles.js +54 -0
- package/dist/components/Typography/Typography.d.ts +15 -0
- package/dist/components/Typography/Typography.js +8 -0
- package/dist/components/{atoms/typography → Typography}/__stories__/Typography.stories.d.ts +1 -0
- package/dist/components/Typography/__tests__/Typography.test.d.ts +1 -0
- package/dist/components/Typography/__tests__/Typography.test.js +23 -0
- package/dist/components/Typography/index.js +4 -0
- package/dist/components/Typography/styles.d.ts +21 -0
- package/dist/components/Typography/styles.js +48 -0
- package/dist/components/index.d.ts +26 -14
- package/dist/components/index.js +23 -13
- package/dist/constants/index.d.ts +104 -0
- package/dist/constants/index.js +41 -7
- package/dist/{context-CZsFJmh6.js → context-BMW3aJEf.js} +162 -161
- package/dist/genesis/GenesisThemeBreakdown.js +54 -24
- package/dist/genesis/GenesisThemeDemo.d.ts +0 -2
- package/dist/genesis/GenesisThemeDemo.js +3 -4
- package/dist/genesis/styles.js +1095 -2186
- package/dist/{index-C7kFNqp2.js → index-1CBpubM3.js} +36 -36
- package/dist/{index-3MWkSVA1.js → index-BZAhCB_K.js} +6 -5
- package/dist/{index-D1v_7IIx.js → index-C0SmxWLS.js} +95 -94
- package/dist/index-C8haFnXI.js +1112 -0
- package/dist/{index-VDH3iLaC.js → index-CfDY25LP.js} +298 -309
- package/dist/{index-SAAXFt-P.js → index-DPW8XdWj.js} +255 -249
- package/dist/{index-BQO27mgE.js → index-bKlRxQp4.js} +52 -51
- package/dist/index-oK7z6jnz.js +22795 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +31 -18
- package/dist/{isVisible-CNQjrJPN.js → isVisible-A-IfeFoT.js} +34 -33
- package/dist/{magic-string.es-BkUFmFT4.js → magic-string.es-D2FWSwU3.js} +1 -1
- package/dist/{SearchOutlined-DuzJkIiQ.js → pickAttrs-B0YTfcV1.js} +16 -26
- package/dist/providers/GenesisProvider.js +9 -5
- package/dist/providers/ThemeProvider.d.ts +2 -2
- package/dist/providers/ThemeProvider.js +4 -1
- package/dist/providers/ToastProvider.d.ts +13 -0
- package/dist/providers/ToastProvider.js +20 -0
- package/dist/providers/__stories__/GenesisProvider.stories.d.ts +6 -0
- package/dist/providers/index.d.ts +1 -1
- package/dist/providers/index.js +4 -4
- package/dist/providers/useGenesis.d.ts +7 -0
- package/dist/providers/useGenesis.js +6 -0
- package/dist/{setup-CMYVZCPF.js → setup-BvfREoHl.js} +6948 -6940
- package/dist/styles/design-tokens/border-tokens/BorderTokenList.js +22 -16
- package/dist/styles/design-tokens/sizing-tokens/SizingTokenList.js +21 -15
- package/dist/styles/design-tokens/{typography → typography-tokens}/TypographyTokens.stories.d.ts +1 -0
- package/dist/styles/design-tokens/variables.d.ts +17 -17
- package/dist/styles/design-tokens/variables.js +48 -48
- package/dist/styles/global-styles.d.ts +1 -0
- package/dist/styles/global-styles.js +13 -29
- package/dist/styles/theme/genesis-theme.d.ts +3 -0
- package/dist/styles/theme/genesis-theme.js +461 -277
- package/dist/styles/theme/genesis-theme.types.d.ts +46 -0
- package/dist/{Form-Cylpi4M4.js → styles-CT_fyXBd.js} +417 -424
- package/dist/test/setup.js +2 -1
- package/dist/useLocale-DT-z_vQ6.js +16 -0
- package/dist/{useVariants-CEpw6Ww6.js → useVariants-DvhXfgJY.js} +9 -8
- package/dist/warning-C63HNL9U.js +789 -0
- package/package.json +10 -4
- package/dist/Overflow-CP1M4Z0s.js +0 -369
- package/dist/components/atoms/button/Button.d.ts +0 -12
- package/dist/components/atoms/button/Button.js +0 -27
- package/dist/components/atoms/button/styles.d.ts +0 -12
- package/dist/components/atoms/checkbox/Checkbox.js +0 -13
- package/dist/components/atoms/index.d.ts +0 -1
- package/dist/components/atoms/index.js +0 -3
- package/dist/components/atoms/input/Input.js +0 -12
- package/dist/components/atoms/input/__tests__/Input.test.js +0 -28
- package/dist/components/atoms/input/styles.js +0 -415
- package/dist/components/atoms/select/Select.d.ts +0 -11
- package/dist/components/atoms/select/Select.js +0 -24
- package/dist/components/atoms/select/styles.d.ts +0 -15
- package/dist/components/atoms/typography/Typography.d.ts +0 -11
- package/dist/components/atoms/typography/Typography.js +0 -44
- package/dist/components/atoms/typography/__tests__/Typography.test.js +0 -16
- package/dist/components/atoms/typography/index.js +0 -4
- package/dist/components/atoms/typography/styles.d.ts +0 -11
- package/dist/components/atoms/typography/styles.js +0 -28
- package/dist/components/molecules/error-boundary-fallback/ErrorBoundaryFallback.d.ts +0 -10
- package/dist/components/molecules/error-boundary-fallback/ErrorBoundaryFallback.js +0 -35
- package/dist/components/molecules/error-boundary-fallback/index.d.ts +0 -1
- package/dist/components/molecules/form/Form.d.ts +0 -15
- package/dist/components/molecules/form/Form.js +0 -7
- package/dist/components/molecules/form/__stories__/FormStory.js +0 -90
- package/dist/components/molecules/form/index.js +0 -4
- package/dist/index-BPtFqhcp.js +0 -19110
- package/dist/index-BWys7dkb.js +0 -4462
- package/dist/styles/theme/global-styles.d.ts +0 -1
- package/dist/styles/theme/global-styles.js +0 -35
- /package/dist/components/{atoms/checkbox/__tests__/Checkbox.test.d.ts → Badge/__tests__/Badge.test.d.ts} +0 -0
- /package/dist/components/{atoms/input/__tests__/Input.test.d.ts → Breadcrumb/__tests__/Breadcrumb.test.d.ts} +0 -0
- /package/dist/components/{atoms/button → Button}/__stories__/Button.stories.d.ts +0 -0
- /package/dist/components/{atoms/select/__tests__/Select.test.d.ts → Button/__tests__/Button.test.d.ts} +0 -0
- /package/dist/components/{atoms/button → Button}/index.d.ts +0 -0
- /package/dist/components/{atoms/button → Button}/index.js +0 -0
- /package/dist/components/{atoms/checkbox → Checkbox}/__stories__/Checkbox.stories.d.ts +0 -0
- /package/dist/components/{atoms/typography/__tests__/Typography.test.d.ts → Checkbox/__tests__/Checkbox.test.d.ts} +0 -0
- /package/dist/components/{atoms/checkbox → Checkbox}/index.d.ts +0 -0
- /package/dist/components/{atoms/checkbox → Checkbox}/index.js +0 -0
- /package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/__stories__/ErrorBoundaryFallback.stories.d.ts +0 -0
- /package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/index.js +0 -0
- /package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/styles.d.ts +0 -0
- /package/dist/components/{molecules/form → Form}/__stories__/Form.stories.d.ts +0 -0
- /package/dist/components/{molecules/form → Form}/__stories__/FormStory.d.ts +0 -0
- /package/dist/components/{molecules/form → Form}/index.d.ts +0 -0
- /package/dist/components/{atoms/input → Input}/index.d.ts +0 -0
- /package/dist/components/{atoms/input → Input}/index.js +0 -0
- /package/dist/components/{atoms/select → Select}/index.d.ts +0 -0
- /package/dist/components/{atoms/select → Select}/index.js +0 -0
- /package/dist/components/{atoms/typography → Typography}/index.d.ts +0 -0
|
@@ -1,15 +1,21 @@
|
|
|
1
|
-
import { jsx as
|
|
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/
|
|
3
|
+
import "../../../components/Badge/styles.js";
|
|
4
|
+
import "../../../components/Breadcrumb/styles.js";
|
|
4
5
|
import "../../../providers/ThemeProvider.js";
|
|
5
|
-
import "../../../
|
|
6
|
-
import "../../../components/
|
|
7
|
-
import "../../../components/
|
|
8
|
-
import
|
|
9
|
-
import "../../../components/
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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:
|
|
30
|
+
borderRadius: r
|
|
25
31
|
}
|
|
26
32
|
}
|
|
27
33
|
)
|
|
28
|
-
] }),
|
|
29
|
-
const
|
|
30
|
-
size:
|
|
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__ */
|
|
39
|
+
return /* @__PURE__ */ t(n, { children: m.map(({ size: e, value: i }) => /* @__PURE__ */ t(d, { size: i }, e)) });
|
|
34
40
|
};
|
|
35
41
|
export {
|
|
36
|
-
|
|
42
|
+
L as BorderTokenList
|
|
37
43
|
};
|
|
@@ -1,14 +1,20 @@
|
|
|
1
|
-
import { jsx as t, Fragment as
|
|
2
|
-
import "../../../components
|
|
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 "../../../
|
|
5
|
-
import "../../../components/
|
|
6
|
-
import "../../../components/
|
|
7
|
-
import
|
|
8
|
-
import "../../../components/
|
|
9
|
-
import
|
|
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(
|
|
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
|
-
] }),
|
|
28
|
-
const
|
|
29
|
-
size:
|
|
30
|
-
value: Number(
|
|
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(
|
|
38
|
+
return /* @__PURE__ */ t(s, { children: m.map(({ size: r, value: e }) => /* @__PURE__ */ t(c, { size: e }, r)) });
|
|
33
39
|
};
|
|
34
40
|
export {
|
|
35
|
-
|
|
41
|
+
L as SizingTokenList
|
|
36
42
|
};
|
|
@@ -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
|
|
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 =
|
|
630
|
-
export declare const TypographyWideFontSizeDigits2 =
|
|
631
|
-
export declare const TypographyWideFontSizeDigits3 =
|
|
632
|
-
export declare const TypographyMediumFontSizeHeading3 =
|
|
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 =
|
|
651
|
-
export declare const TypographyMediumFontSizeDigits2 =
|
|
652
|
-
export declare const TypographyMediumFontSizeDigits3 =
|
|
653
|
-
export declare const TypographyNarrowFontSizeHeading3 =
|
|
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 =
|
|
659
|
-
export declare const TypographyNarrowFontSizeBody4 =
|
|
660
|
-
export declare const TypographyNarrowFontSizeBody5 =
|
|
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 =
|
|
672
|
-
export declare const TypographyNarrowFontSizeDigits2 =
|
|
673
|
-
export declare const TypographyNarrowFontSizeDigits3 =
|
|
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 =
|
|
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
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
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
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
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
|
-
|
|
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
|
-
|
|
666
|
-
|
|
667
|
-
|
|
665
|
+
ql as TypographyNarrowFontSizeSubHeading1,
|
|
666
|
+
Jl as TypographyNarrowFontSizeSubHeading2,
|
|
667
|
+
Ql as TypographyNarrowFontSizeSubHeading3,
|
|
668
668
|
Ho as TypographyPrimaryFontFamily,
|
|
669
669
|
al as TypographyWideFontSizeBody1,
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
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
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
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,33 +1,17 @@
|
|
|
1
|
-
import { f as
|
|
2
|
-
const e =
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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 {
|