@gobolt/genesis 0.0.7 → 0.0.8
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 +8 -2
- package/dist/AntdIcon-c395a1c4.js +204 -0
- package/dist/CheckOutlined-52d9ac25.js +29 -0
- package/dist/{CloseCircleFilled-ZIY-u-27.js → CloseCircleFilled-ddc51e7e.js} +11 -8
- package/dist/CloseOutlined-14b8bba1.js +16 -0
- package/dist/Compact-c39ed20d.js +179 -0
- package/dist/ContextIsolator-b09b2c52.js +20 -0
- package/dist/DownOutlined-64a4732a.js +206 -0
- package/dist/EllipsisOutlined-60122660.js +1115 -0
- package/dist/{ExclamationCircleFilled-BICVVQIg.js → ExclamationCircleFilled-23ef9812.js} +22 -16
- package/dist/InfoCircleFilled-c5f90c20.js +16 -0
- package/dist/Overflow-a570fa69.js +361 -0
- package/dist/RightOutlined-83515eb4.js +16 -0
- package/dist/SearchOutlined-a9014e08.js +16 -0
- package/dist/{TextArea-3MOYYuAQ.js → TextArea-20825221.js} +597 -582
- package/dist/{button-BNV2qdrP.js → button-fa1c119c.js} +287 -280
- package/dist/collapse-345bc884.js +20 -0
- package/dist/compact-item-b8f85aa6.js +75 -0
- package/dist/components/Badge/Badge.d.ts +6 -0
- package/dist/components/Badge/Badge.js +102 -0
- package/dist/components/Badge/__stories__/Badge.stories.d.ts +13 -0
- package/dist/components/Badge/__tests__/Badge.test.js +72 -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 +23 -0
- package/dist/components/Badge/styles.d.ts +3 -0
- package/dist/components/Badge/styles.js +35 -0
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +8 -0
- package/dist/components/Breadcrumb/Breadcrumb.js +27 -0
- package/dist/components/Breadcrumb/Breadcrumb.types.d.ts +8 -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 +70 -0
- package/dist/components/Breadcrumb/index.d.ts +3 -0
- package/dist/components/Breadcrumb/index.js +27 -0
- package/dist/components/Breadcrumb/styles.d.ts +23 -0
- package/dist/components/Breadcrumb/styles.js +2457 -0
- package/dist/components/Button/Button.js +42 -0
- package/dist/components/Button/__tests__/Button.test.js +61 -0
- package/dist/components/Button/index.js +22 -0
- package/dist/components/{atoms/button → Button}/styles.js +30 -19
- package/dist/components/{atoms/checkbox → Checkbox}/Checkbox.d.ts +2 -1
- package/dist/components/Checkbox/Checkbox.js +70 -0
- package/dist/components/Checkbox/__tests__/Checkbox.test.js +64 -0
- package/dist/components/Checkbox/index.js +49 -0
- package/dist/components/{atoms/checkbox → Checkbox}/styles.d.ts +1 -3
- package/dist/components/{atoms/checkbox → Checkbox}/styles.js +165 -157
- package/dist/components/ErrorBoundaryFallback/ErrorBoundaryFallback.js +72 -0
- package/dist/components/ErrorBoundaryFallback/index.js +51 -0
- package/dist/components/ErrorBoundaryFallback/styles.d.ts +3 -0
- package/dist/components/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/styles.js +38 -34
- package/dist/components/{molecules/form → Form}/Form.d.ts +2 -4
- package/dist/components/Form/Form.js +49 -0
- package/dist/components/Form/__stories__/FormStory.js +130 -0
- package/dist/components/Form/index.js +48 -0
- package/dist/components/{atoms/input → Input}/Input.d.ts +1 -3
- package/dist/components/Input/Input.js +42 -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 +69 -0
- package/dist/components/Input/index.js +31 -0
- package/dist/components/{atoms/input → Input}/styles.d.ts +2 -3
- package/dist/components/Input/styles.js +542 -0
- package/dist/components/Message/Message.d.ts +13 -0
- package/dist/components/Message/Message.js +105 -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 +88 -0
- package/dist/components/Message/index.d.ts +2 -0
- package/dist/components/Message/index.js +50 -0
- package/dist/components/Message/styles.d.ts +5 -0
- package/dist/components/Message/styles.js +35 -0
- package/dist/components/Notification/Notification.d.ts +16 -0
- package/dist/components/Notification/Notification.js +1436 -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 +76 -0
- package/dist/components/Notification/index.d.ts +2 -0
- package/dist/components/Notification/index.js +61 -0
- package/dist/components/Notification/styles.d.ts +6 -0
- package/dist/components/Notification/styles.js +49 -0
- package/dist/components/Radio/Radio.d.ts +14 -0
- package/dist/components/Radio/Radio.js +114 -0
- package/dist/components/Radio/RadioGroup.d.ts +12 -0
- package/dist/components/Radio/RadioGroup.js +86 -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 +85 -0
- package/dist/components/Radio/index.d.ts +2 -0
- package/dist/components/Radio/index.js +58 -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/{atoms/select → Select}/Select.d.ts +1 -1
- package/dist/components/Select/Select.js +48 -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/Select/__tests__/Select.test.js +101 -0
- package/dist/components/Select/index.js +30 -0
- package/dist/components/{atoms/select → Select}/styles.d.ts +4 -1
- package/dist/components/Select/styles.js +3723 -0
- package/dist/components/Toast/Toast.d.ts +14 -0
- package/dist/components/Toast/Toast.js +48 -0
- package/dist/components/Toast/__stories__/Toast.stories.d.ts +15 -0
- package/dist/components/Toast/__tests__/Toast.test.d.ts +1 -0
- package/dist/components/Toast/__tests__/Toast.test.js +63 -0
- package/dist/components/Toast/index.d.ts +2 -0
- package/dist/components/Toast/index.js +48 -0
- package/dist/components/Toast/styles.d.ts +5 -0
- package/dist/components/Toast/styles.js +39 -0
- package/dist/components/{atoms/typography → Typography}/Typography.d.ts +2 -1
- package/dist/components/Typography/Typography.js +48 -0
- package/dist/components/Typography/__tests__/Typography.test.d.ts +1 -0
- package/dist/components/Typography/__tests__/Typography.test.js +60 -0
- package/dist/components/Typography/index.js +48 -0
- package/dist/components/Typography/styles.d.ts +7 -0
- package/dist/components/Typography/styles.js +55 -0
- package/dist/components/index.d.ts +18 -14
- package/dist/components/index.js +70 -14
- package/dist/constants/index.d.ts +104 -0
- package/dist/constants/index.js +41 -7
- package/dist/{context-CZsFJmh6.js → context-3b8a39af.js} +547 -536
- package/dist/genesis/GenesisThemeBreakdown.js +69 -22
- package/dist/genesis/GenesisThemeDemo.d.ts +0 -2
- package/dist/genesis/GenesisThemeDemo.js +53 -4
- package/dist/genesis/styles.d.ts +2 -6
- package/dist/genesis/styles.js +1144 -2210
- package/dist/index-0a886e53.js +100 -0
- package/dist/{index-SAAXFt-P.js → index-0b9ee239.js} +347 -338
- package/dist/index-1a33c134.js +1389 -0
- package/dist/index-4003d75b.js +3748 -0
- package/dist/{index-D1v_7IIx.js → index-501fc13d.js} +369 -343
- package/dist/index-89035ea5.js +3242 -0
- package/dist/{index-BQO27mgE.js → index-8c8d2d0c.js} +123 -122
- package/dist/{index-C7kFNqp2.js → index-e2b72ca8.js} +107 -102
- package/dist/index.d.ts +1 -0
- package/dist/index.js +77 -18
- package/dist/{isVisible-CNQjrJPN.js → isVisible-729780f5.js} +110 -82
- package/dist/{magic-string.es-BkUFmFT4.js → magic-string.es-b7491176.js} +103 -56
- package/dist/{SearchOutlined-DuzJkIiQ.js → pickAttrs-00ba4687.js} +16 -26
- package/dist/presets-83ccb923.js +787 -0
- package/dist/providers/GenesisProvider.d.ts +5 -0
- package/dist/providers/GenesisProvider.js +59 -5
- package/dist/providers/ThemeProvider.d.ts +2 -1
- package/dist/providers/ThemeProvider.js +16 -11
- package/dist/providers/ToastProvider.d.ts +6 -0
- package/dist/providers/ToastProvider.js +49 -0
- package/dist/providers/ToastWrapper.d.ts +7 -0
- package/dist/providers/ToastWrapper.js +56 -0
- package/dist/providers/__stories__/GenesisProvider.stories.d.ts +6 -0
- package/dist/providers/index.d.ts +3 -2
- package/dist/providers/index.js +51 -4
- package/dist/setup-aaca7b6f.js +21158 -0
- package/dist/{styled-components.browser.esm-CZ1XM4o4.js → styled-components.browser.esm-02f500bc.js} +134 -72
- package/dist/styles/design-tokens/border-tokens/BorderTokenList.js +54 -18
- package/dist/styles/design-tokens/sizing-tokens/SizingTokenList.js +51 -15
- package/dist/styles/design-tokens/variables.d.ts +7 -7
- package/dist/styles/design-tokens/variables.js +48 -48
- package/dist/styles/global-styles.js +4 -3
- package/dist/styles/theme/genesis-theme.d.ts +3 -0
- package/dist/styles/theme/genesis-theme.js +402 -263
- package/dist/styles/theme/global-styles.js +4 -3
- package/dist/styles/theme/index.js +5 -4
- package/dist/test/setup.js +46 -2
- package/dist/useVariants-a0d64298.js +30 -0
- package/dist/utils/isAllEnglishString.js +2 -1
- package/package.json +34 -28
- package/dist/AntdIcon-Bsnbyy6g.js +0 -200
- package/dist/CheckOutlined-DAynWe12.js +0 -527
- package/dist/Compact-CJBo3f0u.js +0 -185
- package/dist/ContextIsolator-CGkdKtc3.js +0 -20
- package/dist/Form-Cylpi4M4.js +0 -1815
- package/dist/Overflow-CP1M4Z0s.js +0 -369
- package/dist/compact-item-DH13cl8A.js +0 -61
- package/dist/components/atoms/button/Button.js +0 -27
- package/dist/components/atoms/button/index.js +0 -4
- package/dist/components/atoms/checkbox/Checkbox.js +0 -13
- package/dist/components/atoms/checkbox/__tests__/Checkbox.test.js +0 -18
- package/dist/components/atoms/checkbox/index.js +0 -4
- 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/index.js +0 -4
- package/dist/components/atoms/input/styles.js +0 -415
- package/dist/components/atoms/select/Select.js +0 -24
- package/dist/components/atoms/select/__tests__/Select.test.js +0 -10735
- package/dist/components/atoms/select/index.js +0 -4
- package/dist/components/atoms/select/styles.js +0 -3868
- 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.js +0 -35
- package/dist/components/molecules/error-boundary-fallback/index.js +0 -4
- package/dist/components/molecules/error-boundary-fallback/styles.d.ts +0 -1
- 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-3MWkSVA1.js +0 -96
- package/dist/index-BPtFqhcp.js +0 -19110
- package/dist/index-BWys7dkb.js +0 -4462
- package/dist/index-VDH3iLaC.js +0 -884
- package/dist/setup-CMYVZCPF.js +0 -33883
- package/dist/useVariants-CEpw6Ww6.js +0 -29
- /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}/Button.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}/styles.d.ts +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/{molecules/error-boundary-fallback → ErrorBoundaryFallback}/ErrorBoundaryFallback.d.ts +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.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/select → Select}/index.d.ts +0 -0
- /package/dist/components/{atoms/typography → Typography}/__stories__/Typography.stories.d.ts +0 -0
- /package/dist/components/{atoms/typography → Typography}/index.d.ts +0 -0
- /package/dist/{presetColors-Cl8UP3Nw.js → presetColors-ccf8cb4c.js} +0 -0
- /package/dist/{reactNode-sKPeiqPL.js → reactNode-f4391605.js} +0 -0
|
@@ -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;
|
|
@@ -629,7 +628,7 @@ export declare const TypographyWideFontSizeLink3 = 12;
|
|
|
629
628
|
export declare const TypographyWideFontSizeDigits1 = 16;
|
|
630
629
|
export declare const TypographyWideFontSizeDigits2 = 14;
|
|
631
630
|
export declare const TypographyWideFontSizeDigits3 = 12;
|
|
632
|
-
export declare const TypographyMediumFontSizeHeading3 =
|
|
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;
|
|
@@ -650,14 +649,15 @@ export declare const TypographyMediumFontSizeLink3 = 12;
|
|
|
650
649
|
export declare const TypographyMediumFontSizeDigits1 = 16;
|
|
651
650
|
export declare const TypographyMediumFontSizeDigits2 = 14;
|
|
652
651
|
export declare const TypographyMediumFontSizeDigits3 = 12;
|
|
653
|
-
export declare const TypographyNarrowFontSizeHeading3 =
|
|
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;
|
|
@@ -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", 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 = 16, Tl = 14, Pl = 12, 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 = 16, Yl = 14, Kl = 12, 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 = 16, mu = 14, fu = 12, 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,5 +1,6 @@
|
|
|
1
|
-
import { f as
|
|
2
|
-
|
|
1
|
+
import { f as r } from "../styled-components.browser.esm-02f500bc.js";
|
|
2
|
+
import "react";
|
|
3
|
+
const i = r`
|
|
3
4
|
h1, h2, h3, h4, h5, h6 {
|
|
4
5
|
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
|
5
6
|
font-weight: 700;
|
|
@@ -31,5 +32,5 @@ const e = a`
|
|
|
31
32
|
}
|
|
32
33
|
`;
|
|
33
34
|
export {
|
|
34
|
-
|
|
35
|
+
i as GlobalStyles
|
|
35
36
|
};
|