@gobolt/genesis 0.1.2 → 0.1.5
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 +7 -7
- package/dist/{AntdIcon-nCNB0J1E.js → AntdIcon-DP6hPDqu.js} +40 -39
- package/dist/CSSMotionList-DB0khM6h.js +22193 -0
- package/dist/{CheckCircleFilled-BKgizvyl.js → CheckCircleFilled-B-wrMduA.js} +2 -2
- package/dist/{CheckOutlined-cEBrx_Ag.js → CheckOutlined-DTEHi_xG.js} +2 -2
- package/dist/{ClockCircleOutlined-BaXQuLIn.js → ClockCircleOutlined-DGGcYjVd.js} +2 -2
- package/dist/{CloseCircleFilled-B9e7yFwo.js → CloseCircleFilled-WEQ0SaSW.js} +2 -2
- package/dist/{CloseOutlined-ogxnm7Oy.js → CloseOutlined-DzgBOns1.js} +2 -2
- package/dist/{Compact-Du9689ax.js → Compact-DFcWZrNo.js} +49 -49
- package/dist/Context-2_suFYDs.js +5 -0
- package/dist/{ContextIsolator-BmfhJgG0.js → ContextIsolator-CUJnq-4F.js} +2 -2
- package/dist/{DownOutlined-Dcq69ZKM.js → DownOutlined-Bv7ua5i8.js} +23 -22
- package/dist/EllipsisOutlined-BodkguEc.js +1118 -0
- package/dist/{ExclamationCircleFilled-BHELVsTg.js → ExclamationCircleFilled-x8Sr29BN.js} +2 -2
- package/dist/Input--qsU-6vp.js +424 -0
- package/dist/KeyCode-B3vHb2gY.js +155 -0
- package/dist/{Keyframes-C9_aCDvn.js → Keyframes-CyO2Aeq-.js} +7 -7
- package/dist/{LoadingOutlined-C1qu6ymP.js → LoadingOutlined-DOi5EGOl.js} +2 -2
- package/dist/{MinusCircleOutlined-Shz0RRQV.js → MinusCircleOutlined-BcKxYRyN.js} +2 -2
- package/dist/{Overflow-DWf4XIal.js → Overflow-CVbsx7Gn.js} +95 -95
- package/dist/{SearchOutlined-DNj-7b_h.js → SearchOutlined-DJ3uHFwq.js} +2 -2
- package/dist/{Skeleton-BVN4pcVe.js → Skeleton-CudViN0a.js} +166 -163
- package/dist/TextArea-CHo3cxKw.js +404 -0
- package/dist/{Typography-CoZ5qD-t.js → Typography-B2J8CPnt.js} +263 -247
- package/dist/_baseIsEqual-VdxFOa4v.js +1084 -0
- package/dist/{_commonjsHelpers-BkfeUUK-.js → _commonjsHelpers-B4e78b8K.js} +1 -1
- package/dist/{asyncToGenerator-CKP9bEZn.js → asyncToGenerator-CVBdSr4C.js} +27 -27
- package/dist/button-CYVlK7G0.js +1430 -0
- package/dist/components/Avatar/Avatar.js +8 -7
- package/dist/components/Avatar/__stories__/Avatar.stories.d.ts +0 -1
- package/dist/components/Avatar/__tests__/Avatar.test.js +1 -1
- package/dist/components/Avatar/styles.d.ts +1 -2
- package/dist/components/Avatar/styles.js +161 -159
- package/dist/components/Badge/Badge.js +8 -7
- package/dist/components/Badge/__stories__/Badge.stories.d.ts +0 -1
- package/dist/components/Badge/__tests__/Badge.test.js +1 -1
- package/dist/components/Badge/styles.d.ts +0 -1
- package/dist/components/Badge/styles.js +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +0 -1
- package/dist/components/Breadcrumb/Breadcrumb.js +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.types.d.ts +0 -1
- package/dist/components/Breadcrumb/__stories__/Breadcrumb.stories.d.ts +0 -1
- package/dist/components/Breadcrumb/__tests__/Breadcrumb.test.js +3 -3
- package/dist/components/Breadcrumb/styles.d.ts +0 -1
- package/dist/components/Breadcrumb/styles.js +58 -58
- package/dist/components/Button/Button.d.ts +0 -1
- package/dist/components/Button/__stories__/Button.stories.d.ts +0 -1
- package/dist/components/Button/__tests__/Button.test.js +5 -4
- package/dist/components/Button/styles.d.ts +0 -1
- package/dist/components/Button/styles.js +2 -2
- package/dist/components/Card/__stories__/Card.stories.d.ts +0 -1
- package/dist/components/Card/__tests__/Card.test.js +1 -1
- package/dist/components/Card/styles.d.ts +0 -1
- package/dist/components/Card/styles.js +2 -2
- package/dist/components/Checkbox/Checkbox.d.ts +0 -1
- package/dist/components/Checkbox/Checkbox.js +11 -11
- package/dist/components/Checkbox/__stories__/Checkbox.stories.d.ts +0 -1
- package/dist/components/Checkbox/__tests__/Checkbox.test.js +16 -15
- package/dist/components/Checkbox/styles.d.ts +3 -4
- package/dist/components/Checkbox/styles.js +2 -2
- package/dist/components/Dashboard/__mocks__/dashboard-data.d.ts +0 -1
- package/dist/components/Dashboard/__stories__/Dashboard.stories.d.ts +0 -1
- package/dist/components/Dashboard/__stories__/DashboardLayoutContent.js +222 -223
- package/dist/components/Dashboard/__stories__/DashboardLayoutHeader.js +13 -12
- package/dist/components/Dashboard/__stories__/DashboardLayoutStory.d.ts +0 -1
- package/dist/components/Dashboard/__stories__/DashboardLayoutStory.js +10 -9
- package/dist/components/Dashboard/__stories__/charts/LineChart.js +72 -74
- package/dist/components/Dashboard/__tests__/Dashboard.test.js +1 -1
- package/dist/components/Dashboard/styles.d.ts +0 -1
- package/dist/components/Dashboard/styles.js +1 -1
- package/dist/components/DatePicker/DatePicker.d.ts +0 -1
- package/dist/components/DatePicker/DatePicker.js +1 -1
- package/dist/components/DatePicker/__stories__/DatePicker.stories.d.ts +0 -1
- package/dist/components/DatePicker/__tests__/DatePicker.test.js +2 -2
- package/dist/components/DateRangePicker/DateRangePicker.d.ts +0 -1
- package/dist/components/DateRangePicker/DateRangePicker.js +1 -1
- package/dist/components/DateRangePicker/__stories__/DateRangePicker.stories.d.ts +0 -1
- package/dist/components/DateRangePicker/__tests__/DateRangePicker.test.js +2 -2
- package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +2 -2
- package/dist/components/ErrorBoundary/ErrorBoundary.js +8 -7
- package/dist/components/ErrorBoundary/__stories__/ErrorBoundary.stories.d.ts +0 -1
- package/dist/components/ErrorBoundary/__tests__/ErrorBoundary.test.js +25 -20
- package/dist/components/ErrorBoundary/styles.d.ts +0 -1
- package/dist/components/ErrorBoundary/styles.js +1 -1
- package/dist/components/ErrorBoundaryFallback/ErrorBoundaryFallback.js +16 -15
- package/dist/components/ErrorBoundaryFallback/__stories__/ErrorBoundaryFallback.stories.d.ts +0 -1
- package/dist/components/ErrorBoundaryFallback/styles.js +13 -13
- package/dist/components/Form/Form.d.ts +0 -1
- package/dist/components/Form/Form.js +2 -2
- package/dist/components/Form/__stories__/Form.stories.d.ts +0 -1
- package/dist/components/Form/__stories__/FormStory.js +11 -10
- package/dist/components/Form/__tests__/form.test.js +7 -6
- package/dist/components/Form/index.js +1 -1
- package/dist/components/Form/styles.d.ts +0 -1
- package/dist/components/Form/styles.js +10 -2
- package/dist/components/FormBrandon/Form.d.ts +25 -0
- package/dist/components/FormBrandon/Form.js +18 -0
- package/dist/components/FormBrandon/__stories__/Form.stories.d.ts +6 -0
- package/dist/components/FormBrandon/__stories__/FormStory.d.ts +1 -0
- package/dist/components/FormBrandon/__stories__/FormStory.js +172 -0
- package/dist/components/FormBrandon/__tests__/form.test.js +19 -0
- package/dist/components/FormBrandon/index.d.ts +2 -0
- package/dist/components/FormBrandon/index.js +4 -0
- package/dist/components/FormBrandon/styles.d.ts +2 -0
- package/dist/components/FormBrandon/styles.js +13 -0
- package/dist/components/Glyph/Glyph.js +2 -2
- package/dist/components/Glyph/__stories__/Glyph.stories.d.ts +0 -1
- package/dist/components/Glyph/styles.d.ts +0 -1
- package/dist/components/Glyph/styles.js +1 -1
- package/dist/components/Input/Input.d.ts +0 -1
- package/dist/components/Input/Input.js +9 -10
- package/dist/components/Input/__stories__/Input.stories.d.ts +0 -1
- package/dist/components/Input/__tests__/Input.test.js +21 -20
- package/dist/components/Input/styles.d.ts +5 -6
- package/dist/components/Input/styles.js +4 -119
- package/dist/components/Layout/Content/Content.d.ts +0 -1
- package/dist/components/Layout/Content/ResponsiveContent.js +14 -13
- package/dist/components/Layout/Content/styles.d.ts +0 -1
- package/dist/components/Layout/Content/styles.js +1 -1
- package/dist/components/Layout/MainLayout/MainLayout.d.ts +0 -1
- package/dist/components/Layout/MainLayout/MainLayout.js +1 -1
- package/dist/components/Layout/MainLayout/__stories__/MainLayout.stories.d.ts +0 -1
- package/dist/components/Layout/MainLayout/styles.js +1 -1
- package/dist/components/Layout/__stories__/Layout.stories.d.ts +0 -1
- package/dist/components/Layout/__tests__/Layout.test.js +1 -1
- package/dist/components/Message/Message.d.ts +0 -1
- package/dist/components/Message/Message.js +13 -12
- package/dist/components/Message/__stories__/Message.stories.d.ts +0 -1
- package/dist/components/Message/__tests__/Message.test.js +6 -5
- package/dist/components/Message/styles.js +1 -1
- package/dist/components/Notification/Notification.js +122 -55
- package/dist/components/Notification/NotificationBadge/NotificationBadge.js +2 -2
- package/dist/components/Notification/NotificationBadge/__stories__/NotificationBadge.stories.d.ts +0 -1
- package/dist/components/Notification/NotificationBadge/__tests__/NotificationBadge.test.js +4 -4
- package/dist/components/Notification/NotificationBadge/styles.js +1 -1
- package/dist/components/Notification/__stories__/Notification.stories.d.ts +0 -1
- package/dist/components/Notification/__tests__/Notification.test.js +3 -3
- package/dist/components/Notification/styles.js +1 -1
- package/dist/components/Popover/Popover.d.ts +1 -1
- package/dist/components/Popover/Popover.js +14 -11
- package/dist/components/Popover/__stories__/Popover.stories.d.ts +0 -1
- package/dist/components/Popover/__tests__/Popover.test.js +19 -26
- package/dist/components/Popover/styles.d.ts +0 -1
- package/dist/components/Popover/styles.js +2 -2
- package/dist/components/Progress/Progress.js +29 -27
- package/dist/components/Progress/Progress.util.d.ts +0 -1
- package/dist/components/Progress/Progress.util.js +8 -7
- package/dist/components/Progress/ProgressText.d.ts +0 -1
- package/dist/components/Progress/ProgressText.js +8 -7
- package/dist/components/Progress/__stories__/Progress.stories.d.ts +0 -1
- package/dist/components/Progress/__tests__/Progress.test.js +4 -4
- package/dist/components/Progress/styles.d.ts +0 -1
- package/dist/components/Progress/styles.js +217 -214
- package/dist/components/Radio/Radio.d.ts +0 -1
- package/dist/components/Radio/Radio.js +9 -8
- package/dist/components/Radio/RadioGroup.js +1 -1
- package/dist/components/Radio/__stories__/RadioGroup.stories.d.ts +0 -1
- package/dist/components/Radio/__tests__/RadioGroup.test.js +8 -7
- package/dist/components/Row/Row.d.ts +0 -1
- package/dist/components/Row/Row.js +29 -26
- package/dist/components/Row/RowActions/RowActions.js +8 -7
- package/dist/components/Row/RowActions/styles.js +1 -1
- package/dist/components/Row/RowLabelValue/RowLabelValue.d.ts +0 -1
- package/dist/components/Row/RowLabelValue/RowLabelValue.js +7 -6
- package/dist/components/Row/RowLabelValue/styles.js +2 -2
- package/dist/components/Row/__stories__/Row.stories.d.ts +0 -1
- package/dist/components/Row/__tests__/Row.test.js +3 -3
- package/dist/components/Row/styles.d.ts +0 -1
- package/dist/components/Row/styles.js +1 -1
- package/dist/components/SegmentedControls/__stories__/SegmentedControls.stories.d.ts +0 -1
- package/dist/components/SegmentedControls/__tests__/SegmentedControls.test.js +1 -1
- package/dist/components/SegmentedControls/styles.d.ts +1 -2
- package/dist/components/SegmentedControls/styles.js +214 -203
- package/dist/components/Select/Select.d.ts +0 -1
- package/dist/components/Select/Select.js +10 -11
- package/dist/components/Select/__stories__/Select.stories.d.ts +0 -1
- package/dist/components/Select/__tests__/Select.test.js +49 -10754
- package/dist/components/Select/styles.d.ts +0 -1
- package/dist/components/Select/styles.js +2 -2
- package/dist/components/Shapes/__stories__/Shapes.stories.d.ts +0 -1
- package/dist/components/Shapes/__tests__/Shapes.test.js +1 -1
- package/dist/components/Switch/__stories__/Switch.stories.d.ts +0 -1
- package/dist/components/Switch/__tests__/Switch.test.js +3 -3
- package/dist/components/Switch/styles.d.ts +0 -1
- package/dist/components/Switch/styles.js +74 -74
- package/dist/components/Table/Table.js +1 -1
- package/dist/components/Table/__mocks__/table-mocks.d.ts +0 -1
- package/dist/components/Table/__mocks__/table-mocks.js +10 -9
- package/dist/components/Table/__stories__/Table.stories.d.ts +0 -1
- package/dist/components/Table/__tests__/Table.test.js +1 -1
- package/dist/components/Table/styles.d.ts +0 -1
- package/dist/components/Table/styles.js +2 -2
- package/dist/components/Tabs/__stories__/Tabs.stories.d.ts +0 -1
- package/dist/components/Tabs/__tests__/Tabs.test.js +3 -3
- package/dist/components/Tabs/styles.d.ts +0 -1
- package/dist/components/Tabs/styles.js +2 -2
- package/dist/components/Tile/__stories__/Tile.stories.d.ts +0 -1
- package/dist/components/Tile/__tests__/Tile.test.js +1 -1
- package/dist/components/Tile/styles.d.ts +0 -1
- package/dist/components/Tile/styles.js +1 -1
- package/dist/components/Toast/Toast.d.ts +0 -1
- package/dist/components/Toast/Toast.js +9 -8
- package/dist/components/Toast/__stories__/Toast.stories.d.ts +0 -1
- package/dist/components/Toast/__tests__/Toast.test.js +6 -5
- package/dist/components/Toast/index.js +1 -1
- package/dist/components/Toast/styles.js +1 -1
- package/dist/components/Tooltip/Tooltip.js +8 -7
- package/dist/components/Tooltip/__stories__/Tooltip.stories.d.ts +0 -1
- package/dist/components/Tooltip/__tests__/Tooltip.test.js +1 -1
- package/dist/components/Tooltip/styles.d.ts +0 -1
- package/dist/components/Tooltip/styles.js +2 -2
- package/dist/components/Typography/Typography.d.ts +0 -1
- package/dist/components/Typography/Typography.js +1 -1
- package/dist/components/Typography/__stories__/Typography.stories.d.ts +0 -1
- package/dist/components/Typography/__tests__/Typography.test.js +14 -13
- package/dist/components/Typography/index.js +1 -1
- package/dist/components/Typography/styles.d.ts +0 -1
- package/dist/components/Typography/styles.js +2 -2
- package/dist/components/index.d.ts +0 -2
- package/dist/components/index.js +46 -48
- package/dist/{context-DIFtNa4d.js → context-CQfFkrkv.js} +285 -278
- package/dist/{dropdown-Dp_PTQ2u.js → dropdown-BlRB2LxQ.js} +492 -491
- package/dist/{generateCategoricalChart-7ceYaiZ2.js → generateCategoricalChart-CqByWmje.js} +7189 -6383
- package/dist/genesis/GenesisThemeBreakdown.d.ts +0 -1
- package/dist/genesis/GenesisThemeBreakdown.js +9 -8
- package/dist/genesis/GenesisThemeDemo.d.ts +0 -1
- package/dist/genesis/GenesisThemeDemo.stories.d.ts +0 -1
- package/dist/genesis/{labs/Lab.stories.d.ts → Lab.stories.d.ts} +0 -1
- package/dist/genesis/styles.d.ts +0 -1
- package/dist/genesis/styles.js +3 -3
- package/dist/{iconBase-LROS5hdG.js → iconBase-DSKTHwal.js} +9 -9
- package/dist/index-B7FXyiY_.js +104 -0
- package/dist/{index-B_1Ge8na.js → index-BHCqeC4j.js} +190 -183
- package/dist/index-BZ050Dyl.js +292 -0
- package/dist/{index-BpZSuIUV.js → index-Br3D3cFM.js} +23 -23
- package/dist/{index-DOsPeIWJ.js → index-Bxbr727t.js} +260 -265
- package/dist/index-C2K1BzmJ.js +3400 -0
- package/dist/{styles-D1vKDy9V.js → index-CupwdUIJ.js} +596 -603
- package/dist/{index-BQM5OniU.js → index-CzMIlMTV.js} +111 -111
- package/dist/index-DCopujxC.js +772 -0
- package/dist/index-DRGbc-fW.js +780 -0
- package/dist/index-DavB5GQ3.js +5221 -0
- package/dist/index-RAH9f-qb.js +540 -0
- package/dist/{index-BPVue1Yd.js → index-RtWhGOwR.js} +152 -150
- package/dist/index-Y0KgiFZb.js +909 -0
- package/dist/{index-DRGX1Wem.js → index-sX7KZ-nU.js} +414 -402
- package/dist/index.js +53 -55
- package/dist/interface/appointment.d.ts +0 -1
- package/dist/interface/appointmentV2.d.ts +0 -1
- package/dist/interface/appointmentsState.d.ts +0 -1
- package/dist/interface/deliveryPartner.d.ts +0 -1
- package/dist/interface/route.d.ts +0 -1
- package/dist/interface/routeAnalysis.d.ts +0 -1
- package/dist/interface/routeAutomationJob.d.ts +0 -1
- package/dist/interface/routeAutomationLog.d.ts +0 -1
- package/dist/interface/serviceArea.d.ts +0 -1
- package/dist/interface/vehicle.d.ts +0 -1
- package/dist/{magic-string.es-BKBb7z-1.js → magic-string.es-D4UQQyt0.js} +265 -264
- package/dist/{motion-CUN72xsH.js → motion-C-XpKcZG.js} +6 -5
- package/dist/{pickAttrs-CleuMJFR.js → pickAttrs-yFE4_vFd.js} +1 -1
- package/dist/{presets-Djh_L_6R.js → presets-CSXMiWyc.js} +176 -176
- package/dist/providers/BreakpointThemeProvider.d.ts +0 -1
- package/dist/providers/BreakpointThemeProvider.js +5 -5
- package/dist/providers/GenesisProvider.d.ts +0 -1
- package/dist/providers/GenesisProvider.js +1 -1
- package/dist/providers/ToastProvider.d.ts +0 -1
- package/dist/providers/ToastProvider.js +10 -9
- package/dist/providers/__stories__/GenesisProvider.stories.d.ts +0 -1
- package/dist/providers/index.js +1 -1
- package/dist/providers/useGenesis.d.ts +0 -1
- package/dist/providers/useGenesis.js +2 -2
- package/dist/{roundedArrow-DI_Q-xdU.js → roundedArrow-BxPlu4Hq.js} +2 -2
- package/dist/setup-aZdxWCJq.js +13976 -0
- package/dist/setup.types-CgFq66QX.js +9261 -0
- package/dist/shadow-9lsz-71t.js +13 -0
- package/dist/statusUtils-Kj9kMuVg.js +15 -0
- package/dist/{styleChecker-Cotu61d0.js → styleChecker-CSH9LQtm.js} +3 -3
- package/dist/{styled-components.browser.esm-CZ1XM4o4.js → styled-components.browser.esm-C47QHsU4.js} +371 -304
- package/dist/styles/design-tokens/border-tokens/BorderTokenList.js +11 -10
- package/dist/styles/design-tokens/border-tokens/BorderTokens.stories.d.ts +0 -1
- package/dist/styles/design-tokens/color-tokens/ColorTokens.stories.d.ts +0 -1
- package/dist/styles/design-tokens/sizing-tokens/SizingTokenList.js +9 -8
- package/dist/styles/design-tokens/sizing-tokens/index.stories.d.ts +0 -1
- package/dist/styles/design-tokens/typography-tokens/TypographyTokens.stories.d.ts +0 -1
- package/dist/styles/global-styles.d.ts +0 -1
- package/dist/styles/global-styles.js +1 -1
- package/dist/styles/theme/genesis-theme.d.ts +0 -1
- package/dist/styles/theme/genesis-theme.js +285 -337
- package/dist/styles/theme/genesis-theme.test.d.ts +1 -0
- package/dist/styles/theme/genesis-theme.test.js +69 -0
- package/dist/styles/theme/theme-tree/ThemeTree.js +488 -488
- package/dist/styles/theme/theme-tree/ThemeTree.stories.d.ts +0 -1
- package/dist/styles-DNay6iFa.js +292 -0
- package/dist/styles-Wpm1RiGr.js +9212 -0
- package/dist/styles-XuoEGUZZ.js +549 -0
- package/dist/test/setup.d.ts +0 -1
- package/dist/test/setup.js +35 -35
- package/dist/test/setup.types.d.ts +0 -1
- package/dist/test/setup.types.js +1 -1
- package/dist/{toArray-U3Az44CO.js → toArray-D5kvYi_U.js} +1 -1
- package/dist/useBreakpoint-ByLol0R9.js +88 -0
- package/dist/useCSSVarCls-YfJY1twF.js +10 -0
- package/dist/{useIcons-Ck4JP1m9.js → useIcons-CoxuumP_.js} +16 -16
- package/dist/{useId-D2tzlufo.js → useId-DLf1xVuv.js} +3 -3
- package/dist/useLocale-BQ3mKRyJ.js +16 -0
- package/dist/{useMergedState-D6toxSxh.js → useMergedState-D1-TbeEv.js} +2 -2
- package/dist/useSize-Ct1guc-z.js +9 -0
- package/dist/useVariants-C6UAAu9f.js +19 -0
- package/dist/{useZIndex-DhyHuZTN.js → useZIndex-tgX56o1r.js} +7 -6
- package/dist/utils/icon-util.js +48 -44
- package/dist/vi.B5EKKJdE-BsDIxc7v.js +14087 -0
- package/package.json +45 -24
- package/dist/EllipsisOutlined-DGMph0Bj.js +0 -1115
- package/dist/KeyCode-DM2sFh3-.js +0 -517
- package/dist/TextArea-Bkf9hh7l.js +0 -708
- package/dist/_baseIsEqual-L0-w1QRI.js +0 -598
- package/dist/button-BwqpCxVM.js +0 -1406
- package/dist/clsx-OuTLNxxd.js +0 -16
- package/dist/index-BRUI9igj.js +0 -11
- package/dist/index-BbTV2Cw5.js +0 -22638
- package/dist/index-BeGv28kJ.js +0 -5173
- package/dist/index-BvOLXELm.js +0 -102
- package/dist/index-CLSrpQRW.js +0 -416
- package/dist/index-CbVOl2U6.js +0 -288
- package/dist/index-D0U6r5O7.js +0 -780
- package/dist/index-DEu2PVzQ.js +0 -538
- package/dist/index-DLdU7Tpd.js +0 -183
- package/dist/index-DNQ-jnBx.js +0 -3321
- package/dist/index-DWjq9XYj.js +0 -899
- package/dist/responsiveObserver-dCkpy7Cb.js +0 -73
- package/dist/setup-DwHFLWUb.js +0 -24713
- package/dist/setup.types-dBtAXXGp.js +0 -8824
- package/dist/shadow-BoMGMNn3.js +0 -13
- package/dist/styles-CWdUpZom.js +0 -289
- package/dist/styles-qerRs7Rn.js +0 -9196
- package/dist/useBreakpoint-TkMv121M.js +0 -22
- package/dist/useCSSVarCls-Dau77fzS.js +0 -11
- package/dist/useLocale-CTfNpakL.js +0 -16
- package/dist/useSize-DSq4r6zy.js +0 -9
- package/dist/useVariants-DrLzUVLU.js +0 -30
- package/dist/utils/getAppointmentColor.d.ts +0 -4
- package/dist/utils/getAppointmentColor.js +0 -91
- package/dist/utils/isAllEnglishString.d.ts +0 -1
- package/dist/utils/isAllEnglishString.js +0 -8
- package/dist/utils/isAllEnglishString.test.js +0 -8
- package/dist/utils/parseAddress.d.ts +0 -3
- package/dist/utils/parseAddress.js +0 -19
- /package/dist/{utils/isAllEnglishString.test.d.ts → components/FormBrandon/__tests__/form.test.d.ts} +0 -0
|
@@ -1,91 +1,91 @@
|
|
|
1
|
-
import { Size1 as
|
|
2
|
-
const
|
|
1
|
+
import { Size1 as g, BorderRadiusMd as F, Size2 as c, Size6 as m, Size5 as H, BorderRadiusSm as W, Size25 as T, ColorGrayWhite as s, ColorGrayBlack as k, ColorGray900 as w, ColorGray800 as B, ColorGray700 as y, ColorGray600 as E, ColorGray500 as h, ColorGray400 as x, ColorGray300 as D, ColorGray200 as M, ColorGray100 as l, ColorPurple900 as N, ColorPurple800 as A, ColorPurple700 as R, ColorPurple600 as G, ColorPurple500 as L, ColorPurple400 as O, ColorPurple300 as P, ColorPurple200 as Y, ColorPurple100 as X, ColorBlue900 as I, ColorBlue800 as K, ColorBlue700 as V, ColorBlue600 as j, ColorBlue500 as q, ColorBlue400 as J, ColorBlue300 as Q, ColorBlue200 as U, ColorBlue100 as Z, ColorSky900 as S, ColorSky800 as _, ColorSky700 as f, ColorSky600 as $, ColorSky500 as ee, ColorSky400 as ie, ColorSky300 as re, ColorSky200 as oe, ColorSky100 as te, ColorGreen900 as ne, ColorGreen800 as ae, ColorGreen700 as le, ColorGreen600 as ge, ColorGreen500 as ce, ColorGreen400 as pe, ColorGreen300 as de, ColorGreen200 as se, ColorGreen100 as ye, ColorYellow900 as he, ColorYellow800 as Se, ColorYellow700 as fe, ColorYellow600 as ue, ColorYellow500 as u, ColorYellow400 as ze, ColorYellow300 as Ce, ColorYellow200 as ve, ColorYellow100 as be, ColorOrange900 as Fe, ColorOrange800 as me, ColorOrange700 as He, ColorOrange600 as We, ColorOrange500 as Te, ColorOrange400 as ke, ColorOrange300 as we, ColorOrange200 as Be, ColorOrange100 as Ee, ColorRed900 as xe, ColorRed800 as De, ColorRed700 as Me, ColorRed600 as Ne, ColorRed500 as Ae, ColorRed400 as Re, ColorRed300 as Ge, ColorRed200 as Le, ColorRed100 as Oe, TypographyNarrowFontSizeDigits3 as Pe, TypographyNarrowFontSizeDigits2 as Ye, TypographyNarrowFontSizeDigits1 as Xe, TypographyNarrowFontSizeLink3 as Ie, TypographyNarrowFontSizeLink2 as Ke, TypographyNarrowFontSizeLink1 as Ve, TypographyNarrowFontSizeLabel3 as je, TypographyNarrowFontSizeLabel2 as qe, TypographyNarrowFontSizeLabel1 as Je, TypographyNarrowFontSizeOverline3 as Qe, TypographyNarrowFontSizeOverline2 as Ue, TypographyNarrowFontSizeOverline1 as Ze, TypographyNarrowFontSizeMessage as _e, TypographyNarrowFontSizeBody5 as $e, TypographyNarrowFontSizeBody4 as ei, TypographyNarrowFontSizeBody3 as ii, TypographyNarrowFontSizeBody2 as ri, TypographyNarrowFontSizeBody1 as oi, TypographyNarrowFontSizeSubHeading3 as ti, TypographyNarrowFontSizeSubHeading2 as ni, TypographyNarrowFontSizeSubHeading1 as ai, TypographyNarrowFontSizeHeading3 as li, TypographyNarrowFontSizeHeading2 as gi, TypographyNarrowFontSizeHeading1 as ci, TypographyNarrowFontSizeDisplay3 as pi, TypographyNarrowFontSizeDisplay2 as di, TypographyNarrowFontSizeDisplay1 as si, TypographyMediumFontSizeDigits3 as yi, TypographyMediumFontSizeDigits2 as hi, TypographyMediumFontSizeDigits1 as Si, TypographyMediumFontSizeLink3 as fi, TypographyMediumFontSizeLink2 as ui, TypographyMediumFontSizeLink1 as zi, TypographyMediumFontSizeLabel3 as Ci, TypographyMediumFontSizeLabel2 as vi, TypographyMediumFontSizeLabel1 as bi, TypographyMediumFontSizeOverline3 as Fi, TypographyMediumFontSizeOverline2 as mi, TypographyMediumFontSizeOverline1 as Hi, TypographyMediumFontSizeMessage as Wi, TypographyMediumFontSizeBody5 as Ti, TypographyMediumFontSizeBody4 as ki, TypographyMediumFontSizeBody3 as wi, TypographyMediumFontSizeBody2 as Bi, TypographyMediumFontSizeBody1 as Ei, TypographyMediumFontSizeSubHeading3 as xi, TypographyMediumFontSizeSubHeading2 as Di, TypographyMediumFontSizeSubHeading1 as Mi, TypographyMediumFontSizeHeading3 as Ni, TypographyMediumFontSizeHeading2 as Ai, TypographyMediumFontSizeHeading1 as Ri, TypographyMediumFontSizeDisplay3 as Gi, TypographyMediumFontSizeDisplay2 as Li, TypographyMediumFontSizeDisplay1 as Oi, TypographyWideFontSizeDigits3 as Pi, TypographyWideFontSizeDigits2 as Yi, TypographyWideFontSizeDigits1 as Xi, TypographyWideFontSizeLink3 as Ii, TypographyWideFontSizeLink2 as Ki, TypographyWideFontSizeLink1 as Vi, TypographyWideFontSizeLabel3 as ji, TypographyWideFontSizeLabel2 as qi, TypographyWideFontSizeLabel1 as Ji, TypographyWideFontSizeOverline3 as Qi, TypographyWideFontSizeOverline2 as Ui, TypographyWideFontSizeOverline1 as Zi, TypographyWideFontSizeMessage as _i, TypographyWideFontSizeBody5 as $i, TypographyWideFontSizeBody4 as er, TypographyWideFontSizeBody3 as ir, TypographyWideFontSizeBody2 as rr, TypographyWideFontSizeBody1 as or, TypographyWideFontSizeSubHeading3 as tr, TypographyWideFontSizeSubHeading2 as nr, TypographyWideFontSizeSubHeading1 as ar, TypographyWideFontSizeHeading3 as lr, TypographyWideFontSizeHeading2 as gr, TypographyWideFontSizeHeading1 as cr, TypographyWideFontSizeDisplay3 as pr, TypographyWideFontSizeDisplay2 as dr, TypographyWideFontSizeDisplay1 as sr, TypographyPrimaryFontFamily as yr, BorderRadiusRounded as hr, BorderRadiusXxxl as Sr, BorderRadiusXxl as fr, BorderRadiusXl as ur, BorderRadiusLg as zr, BorderRadiusXs as Cr, BorderRadiusNone as vr, Size4 as p, Size3 as d, Size025 as br, Size15 as Fr, Size05 as mr, Size64 as Hr, Size50 as Wr, Size43 as Tr, Size39 as kr, Size35 as wr, Size34 as Br, Size32 as Er, Size30 as xr, Size28 as Dr, Size27 as Mr, Size24 as Nr, Size20 as Ar, Size18 as Rr, Size16 as Gr, Size14 as Lr, Size13 as Or, Size12 as Pr, Size10 as Yr, Size8 as Xr, Size7 as Ir } from "../design-tokens/variables.js";
|
|
2
|
+
const Kr = {
|
|
3
3
|
wide: 1280,
|
|
4
4
|
medium: 1024,
|
|
5
5
|
narrow: 480
|
|
6
|
-
},
|
|
7
|
-
BorderRadiusNone:
|
|
8
|
-
BorderRadiusXs:
|
|
9
|
-
BorderRadiusSm:
|
|
10
|
-
BorderRadiusMd:
|
|
11
|
-
BorderRadiusLg:
|
|
12
|
-
BorderRadiusXl:
|
|
13
|
-
BorderRadiusXxl:
|
|
14
|
-
BorderRadiusXxxl:
|
|
15
|
-
BorderRadiusRounded:
|
|
16
|
-
},
|
|
17
|
-
Size1:
|
|
6
|
+
}, a = {
|
|
7
|
+
BorderRadiusNone: vr,
|
|
8
|
+
BorderRadiusXs: Cr,
|
|
9
|
+
BorderRadiusSm: W,
|
|
10
|
+
BorderRadiusMd: F,
|
|
11
|
+
BorderRadiusLg: zr,
|
|
12
|
+
BorderRadiusXl: ur,
|
|
13
|
+
BorderRadiusXxl: fr,
|
|
14
|
+
BorderRadiusXxxl: Sr,
|
|
15
|
+
BorderRadiusRounded: hr
|
|
16
|
+
}, o = {
|
|
17
|
+
Size1: g,
|
|
18
18
|
// 4px
|
|
19
|
-
Size2:
|
|
19
|
+
Size2: c,
|
|
20
20
|
// 8px
|
|
21
|
-
Size3:
|
|
21
|
+
Size3: d,
|
|
22
22
|
// 12px
|
|
23
|
-
Size4:
|
|
23
|
+
Size4: p,
|
|
24
24
|
// 16px
|
|
25
|
-
Size5:
|
|
25
|
+
Size5: H,
|
|
26
26
|
// 20px
|
|
27
|
-
Size6:
|
|
27
|
+
Size6: m,
|
|
28
28
|
// 24px
|
|
29
|
-
Size7:
|
|
29
|
+
Size7: Ir,
|
|
30
30
|
// 28px
|
|
31
|
-
Size8:
|
|
31
|
+
Size8: Xr,
|
|
32
32
|
// 32px
|
|
33
|
-
Size10:
|
|
33
|
+
Size10: Yr,
|
|
34
34
|
// 40px
|
|
35
|
-
Size12:
|
|
35
|
+
Size12: Pr,
|
|
36
36
|
// 48px
|
|
37
|
-
Size13:
|
|
37
|
+
Size13: Or,
|
|
38
38
|
// 52px
|
|
39
|
-
Size14:
|
|
39
|
+
Size14: Lr,
|
|
40
40
|
// 56px
|
|
41
|
-
Size16:
|
|
41
|
+
Size16: Gr,
|
|
42
42
|
// 64px
|
|
43
|
-
Size18:
|
|
43
|
+
Size18: Rr,
|
|
44
44
|
// 72px
|
|
45
|
-
Size20:
|
|
45
|
+
Size20: Ar,
|
|
46
46
|
// 80px
|
|
47
|
-
Size24:
|
|
47
|
+
Size24: Nr,
|
|
48
48
|
// 96px
|
|
49
|
-
Size27:
|
|
49
|
+
Size27: Mr,
|
|
50
50
|
// 108px
|
|
51
|
-
Size28:
|
|
51
|
+
Size28: Dr,
|
|
52
52
|
// 112px
|
|
53
|
-
Size30:
|
|
53
|
+
Size30: xr,
|
|
54
54
|
// 120px
|
|
55
|
-
Size32:
|
|
55
|
+
Size32: Er,
|
|
56
56
|
// 128px
|
|
57
|
-
Size34:
|
|
57
|
+
Size34: Br,
|
|
58
58
|
// 136px
|
|
59
|
-
Size35:
|
|
59
|
+
Size35: wr,
|
|
60
60
|
// 140px
|
|
61
|
-
Size39:
|
|
61
|
+
Size39: kr,
|
|
62
62
|
// 156px
|
|
63
|
-
Size43:
|
|
63
|
+
Size43: Tr,
|
|
64
64
|
// 172px
|
|
65
|
-
Size50:
|
|
65
|
+
Size50: Wr,
|
|
66
66
|
// 200px
|
|
67
|
-
Size64:
|
|
67
|
+
Size64: Hr,
|
|
68
68
|
// 256px
|
|
69
|
-
Size05:
|
|
69
|
+
Size05: mr,
|
|
70
70
|
// 2px
|
|
71
|
-
Size15:
|
|
71
|
+
Size15: Fr,
|
|
72
72
|
// 6px
|
|
73
|
-
Size025:
|
|
73
|
+
Size025: br,
|
|
74
74
|
// 1px
|
|
75
|
-
Size25:
|
|
75
|
+
Size25: T,
|
|
76
76
|
// 10px
|
|
77
|
-
xs:
|
|
77
|
+
xs: g,
|
|
78
78
|
// 4px
|
|
79
|
-
sm:
|
|
79
|
+
sm: c,
|
|
80
80
|
// 8px
|
|
81
|
-
md:
|
|
81
|
+
md: d,
|
|
82
82
|
// 12px
|
|
83
|
-
lg:
|
|
83
|
+
lg: p,
|
|
84
84
|
// 16px
|
|
85
85
|
typography1: 12,
|
|
86
86
|
typography2: 14,
|
|
87
87
|
typography3: 16
|
|
88
|
-
},
|
|
88
|
+
}, lo = {
|
|
89
89
|
display1: "display1",
|
|
90
90
|
display2: "display2",
|
|
91
91
|
display3: "display3",
|
|
@@ -113,620 +113,620 @@ const Vo = {
|
|
|
113
113
|
digits1: "digits1",
|
|
114
114
|
digits2: "digits2",
|
|
115
115
|
digits3: "digits3"
|
|
116
|
-
},
|
|
116
|
+
}, Vr = {
|
|
117
117
|
display1: {
|
|
118
|
-
fontSize:
|
|
118
|
+
fontSize: sr,
|
|
119
119
|
lineHeight: "3.5rem",
|
|
120
120
|
fontWeight: 700,
|
|
121
121
|
letterSpacing: "0"
|
|
122
122
|
},
|
|
123
123
|
display2: {
|
|
124
|
-
fontSize:
|
|
124
|
+
fontSize: dr,
|
|
125
125
|
lineHeight: "3rem",
|
|
126
126
|
fontWeight: 700,
|
|
127
127
|
letterSpacing: "0"
|
|
128
128
|
},
|
|
129
129
|
display3: {
|
|
130
|
-
fontSize:
|
|
130
|
+
fontSize: pr,
|
|
131
131
|
lineHeight: "2.5rem",
|
|
132
132
|
fontWeight: 700,
|
|
133
133
|
letterSpacing: "0"
|
|
134
134
|
},
|
|
135
135
|
heading1: {
|
|
136
|
-
fontSize:
|
|
136
|
+
fontSize: cr,
|
|
137
137
|
lineHeight: "2rem",
|
|
138
138
|
fontWeight: 700,
|
|
139
139
|
letterSpacing: "0"
|
|
140
140
|
},
|
|
141
141
|
heading2: {
|
|
142
|
-
fontSize:
|
|
142
|
+
fontSize: gr,
|
|
143
143
|
lineHeight: "1.75rem",
|
|
144
144
|
fontWeight: 700,
|
|
145
145
|
letterSpacing: "0"
|
|
146
146
|
},
|
|
147
147
|
heading3: {
|
|
148
|
-
fontSize:
|
|
148
|
+
fontSize: lr,
|
|
149
149
|
lineHeight: "1.5rem",
|
|
150
150
|
fontWeight: 700,
|
|
151
151
|
letterSpacing: "0"
|
|
152
152
|
},
|
|
153
153
|
subHeading1: {
|
|
154
|
-
fontSize:
|
|
154
|
+
fontSize: ar,
|
|
155
155
|
lineHeight: "1.25rem",
|
|
156
156
|
fontWeight: 600,
|
|
157
157
|
letterSpacing: "0"
|
|
158
158
|
},
|
|
159
159
|
subHeading2: {
|
|
160
|
-
fontSize:
|
|
160
|
+
fontSize: nr,
|
|
161
161
|
lineHeight: "1.25rem",
|
|
162
162
|
fontWeight: 600,
|
|
163
163
|
letterSpacing: "0"
|
|
164
164
|
},
|
|
165
165
|
subHeading3: {
|
|
166
|
-
fontSize:
|
|
166
|
+
fontSize: tr,
|
|
167
167
|
lineHeight: "1rem",
|
|
168
168
|
fontWeight: 600,
|
|
169
169
|
letterSpacing: "0"
|
|
170
170
|
},
|
|
171
171
|
body1: {
|
|
172
|
-
fontSize:
|
|
172
|
+
fontSize: or,
|
|
173
173
|
lineHeight: "1.5rem",
|
|
174
174
|
fontWeight: 400,
|
|
175
175
|
letterSpacing: "0"
|
|
176
176
|
},
|
|
177
177
|
body2: {
|
|
178
|
-
fontSize:
|
|
178
|
+
fontSize: rr,
|
|
179
179
|
lineHeight: "1.25rem",
|
|
180
180
|
fontWeight: 400,
|
|
181
181
|
letterSpacing: "0"
|
|
182
182
|
},
|
|
183
183
|
body3: {
|
|
184
|
-
fontSize:
|
|
184
|
+
fontSize: ir,
|
|
185
185
|
lineHeight: "1rem",
|
|
186
186
|
fontWeight: 400,
|
|
187
187
|
letterSpacing: "0"
|
|
188
188
|
},
|
|
189
189
|
body4: {
|
|
190
|
-
fontSize:
|
|
190
|
+
fontSize: er,
|
|
191
191
|
lineHeight: "0.875rem",
|
|
192
192
|
fontWeight: 400,
|
|
193
193
|
letterSpacing: "0"
|
|
194
194
|
},
|
|
195
195
|
body5: {
|
|
196
|
-
fontSize:
|
|
196
|
+
fontSize: $i,
|
|
197
197
|
lineHeight: "0.75rem",
|
|
198
198
|
fontWeight: 400,
|
|
199
199
|
letterSpacing: "0"
|
|
200
200
|
},
|
|
201
201
|
message: {
|
|
202
|
-
fontSize:
|
|
202
|
+
fontSize: _i,
|
|
203
203
|
lineHeight: "23px",
|
|
204
204
|
fontWeight: 400,
|
|
205
205
|
letterSpacing: "0"
|
|
206
206
|
},
|
|
207
207
|
overline1: {
|
|
208
|
-
fontSize:
|
|
208
|
+
fontSize: Zi,
|
|
209
209
|
lineHeight: "0.75rem",
|
|
210
210
|
fontWeight: 500,
|
|
211
211
|
letterSpacing: "0"
|
|
212
212
|
},
|
|
213
213
|
overline2: {
|
|
214
|
-
fontSize:
|
|
214
|
+
fontSize: Ui,
|
|
215
215
|
lineHeight: "0.75rem",
|
|
216
216
|
fontWeight: 500,
|
|
217
217
|
letterSpacing: "0"
|
|
218
218
|
},
|
|
219
219
|
overline3: {
|
|
220
|
-
fontSize:
|
|
220
|
+
fontSize: Qi,
|
|
221
221
|
lineHeight: "0.75rem",
|
|
222
222
|
fontWeight: 500,
|
|
223
223
|
letterSpacing: "0"
|
|
224
224
|
},
|
|
225
225
|
label1: {
|
|
226
|
-
fontSize:
|
|
226
|
+
fontSize: Ji,
|
|
227
227
|
lineHeight: "1rem",
|
|
228
228
|
fontWeight: 500,
|
|
229
229
|
letterSpacing: "0"
|
|
230
230
|
},
|
|
231
231
|
label2: {
|
|
232
|
-
fontSize:
|
|
232
|
+
fontSize: qi,
|
|
233
233
|
lineHeight: "1rem",
|
|
234
234
|
fontWeight: 500,
|
|
235
235
|
letterSpacing: "0"
|
|
236
236
|
},
|
|
237
237
|
label3: {
|
|
238
|
-
fontSize:
|
|
238
|
+
fontSize: ji,
|
|
239
239
|
lineHeight: "1rem",
|
|
240
240
|
fontWeight: 500,
|
|
241
241
|
letterSpacing: "0"
|
|
242
242
|
},
|
|
243
243
|
link1: {
|
|
244
|
-
fontSize:
|
|
244
|
+
fontSize: Vi,
|
|
245
245
|
lineHeight: "1.5rem",
|
|
246
246
|
fontWeight: 500,
|
|
247
247
|
letterSpacing: "0"
|
|
248
248
|
},
|
|
249
249
|
link2: {
|
|
250
|
-
fontSize:
|
|
250
|
+
fontSize: Ki,
|
|
251
251
|
lineHeight: "1.25rem",
|
|
252
252
|
fontWeight: 500,
|
|
253
253
|
letterSpacing: "0"
|
|
254
254
|
},
|
|
255
255
|
link3: {
|
|
256
|
-
fontSize:
|
|
256
|
+
fontSize: Ii,
|
|
257
257
|
lineHeight: "1rem",
|
|
258
258
|
fontWeight: 500,
|
|
259
259
|
letterSpacing: "0"
|
|
260
260
|
},
|
|
261
261
|
digits1: {
|
|
262
|
-
fontSize:
|
|
262
|
+
fontSize: Xi,
|
|
263
263
|
lineHeight: "3.5rem",
|
|
264
264
|
fontWeight: 700,
|
|
265
265
|
letterSpacing: "0"
|
|
266
266
|
},
|
|
267
267
|
digits2: {
|
|
268
|
-
fontSize:
|
|
268
|
+
fontSize: Yi,
|
|
269
269
|
lineHeight: "3rem",
|
|
270
270
|
fontWeight: 700,
|
|
271
271
|
letterSpacing: "0"
|
|
272
272
|
},
|
|
273
273
|
digits3: {
|
|
274
|
-
fontSize:
|
|
274
|
+
fontSize: Pi,
|
|
275
275
|
lineHeight: "2.5rem",
|
|
276
276
|
fontWeight: 700,
|
|
277
277
|
letterSpacing: "0"
|
|
278
278
|
}
|
|
279
|
-
},
|
|
279
|
+
}, jr = {
|
|
280
280
|
display1: {
|
|
281
|
-
fontSize:
|
|
281
|
+
fontSize: Oi,
|
|
282
282
|
lineHeight: "3.5rem",
|
|
283
283
|
fontWeight: 700,
|
|
284
284
|
letterSpacing: "0"
|
|
285
285
|
},
|
|
286
286
|
display2: {
|
|
287
|
-
fontSize:
|
|
287
|
+
fontSize: Li,
|
|
288
288
|
lineHeight: "3rem",
|
|
289
289
|
fontWeight: 700,
|
|
290
290
|
letterSpacing: "0"
|
|
291
291
|
},
|
|
292
292
|
display3: {
|
|
293
|
-
fontSize:
|
|
293
|
+
fontSize: Gi,
|
|
294
294
|
lineHeight: "2.5rem",
|
|
295
295
|
fontWeight: 700,
|
|
296
296
|
letterSpacing: "0"
|
|
297
297
|
},
|
|
298
298
|
heading1: {
|
|
299
|
-
fontSize:
|
|
299
|
+
fontSize: Ri,
|
|
300
300
|
lineHeight: "2rem",
|
|
301
301
|
fontWeight: 700,
|
|
302
302
|
letterSpacing: "0"
|
|
303
303
|
},
|
|
304
304
|
heading2: {
|
|
305
|
-
fontSize:
|
|
305
|
+
fontSize: Ai,
|
|
306
306
|
lineHeight: "1.75rem",
|
|
307
307
|
fontWeight: 700,
|
|
308
308
|
letterSpacing: "0"
|
|
309
309
|
},
|
|
310
310
|
heading3: {
|
|
311
|
-
fontSize:
|
|
311
|
+
fontSize: Ni,
|
|
312
312
|
lineHeight: "1.5rem",
|
|
313
313
|
fontWeight: 700,
|
|
314
314
|
letterSpacing: "0"
|
|
315
315
|
},
|
|
316
316
|
subHeading1: {
|
|
317
|
-
fontSize:
|
|
317
|
+
fontSize: Mi,
|
|
318
318
|
lineHeight: "1.25rem",
|
|
319
319
|
fontWeight: 600,
|
|
320
320
|
letterSpacing: "0"
|
|
321
321
|
},
|
|
322
322
|
subHeading2: {
|
|
323
|
-
fontSize:
|
|
323
|
+
fontSize: Di,
|
|
324
324
|
lineHeight: "1.25rem",
|
|
325
325
|
fontWeight: 600,
|
|
326
326
|
letterSpacing: "0"
|
|
327
327
|
},
|
|
328
328
|
subHeading3: {
|
|
329
|
-
fontSize:
|
|
329
|
+
fontSize: xi,
|
|
330
330
|
lineHeight: "1rem",
|
|
331
331
|
fontWeight: 600,
|
|
332
332
|
letterSpacing: "0"
|
|
333
333
|
},
|
|
334
334
|
body1: {
|
|
335
|
-
fontSize:
|
|
335
|
+
fontSize: Ei,
|
|
336
336
|
lineHeight: "1.5rem",
|
|
337
337
|
fontWeight: 400,
|
|
338
338
|
letterSpacing: "0"
|
|
339
339
|
},
|
|
340
340
|
body2: {
|
|
341
|
-
fontSize:
|
|
341
|
+
fontSize: Bi,
|
|
342
342
|
lineHeight: "1.25rem",
|
|
343
343
|
fontWeight: 400,
|
|
344
344
|
letterSpacing: "0"
|
|
345
345
|
},
|
|
346
346
|
body3: {
|
|
347
|
-
fontSize:
|
|
347
|
+
fontSize: wi,
|
|
348
348
|
lineHeight: "1rem",
|
|
349
349
|
fontWeight: 400,
|
|
350
350
|
letterSpacing: "0"
|
|
351
351
|
},
|
|
352
352
|
body4: {
|
|
353
|
-
fontSize:
|
|
353
|
+
fontSize: ki,
|
|
354
354
|
lineHeight: "0.875rem",
|
|
355
355
|
fontWeight: 400,
|
|
356
356
|
letterSpacing: "0"
|
|
357
357
|
},
|
|
358
358
|
body5: {
|
|
359
|
-
fontSize:
|
|
359
|
+
fontSize: Ti,
|
|
360
360
|
lineHeight: "0.75rem",
|
|
361
361
|
fontWeight: 400,
|
|
362
362
|
letterSpacing: "0"
|
|
363
363
|
},
|
|
364
364
|
message: {
|
|
365
|
-
fontSize:
|
|
365
|
+
fontSize: Wi,
|
|
366
366
|
lineHeight: "23px",
|
|
367
367
|
fontWeight: 400,
|
|
368
368
|
letterSpacing: "0"
|
|
369
369
|
},
|
|
370
370
|
overline1: {
|
|
371
|
-
fontSize:
|
|
371
|
+
fontSize: Hi,
|
|
372
372
|
lineHeight: "0.75rem",
|
|
373
373
|
fontWeight: 500,
|
|
374
374
|
letterSpacing: "0"
|
|
375
375
|
},
|
|
376
376
|
overline2: {
|
|
377
|
-
fontSize:
|
|
377
|
+
fontSize: mi,
|
|
378
378
|
lineHeight: "0.75rem",
|
|
379
379
|
fontWeight: 500,
|
|
380
380
|
letterSpacing: "0"
|
|
381
381
|
},
|
|
382
382
|
overline3: {
|
|
383
|
-
fontSize:
|
|
383
|
+
fontSize: Fi,
|
|
384
384
|
lineHeight: "0.75rem",
|
|
385
385
|
fontWeight: 500,
|
|
386
386
|
letterSpacing: "0"
|
|
387
387
|
},
|
|
388
388
|
label1: {
|
|
389
|
-
fontSize:
|
|
389
|
+
fontSize: bi,
|
|
390
390
|
lineHeight: "1rem",
|
|
391
391
|
fontWeight: 500,
|
|
392
392
|
letterSpacing: "0"
|
|
393
393
|
},
|
|
394
394
|
label2: {
|
|
395
|
-
fontSize:
|
|
395
|
+
fontSize: vi,
|
|
396
396
|
lineHeight: "1rem",
|
|
397
397
|
fontWeight: 500,
|
|
398
398
|
letterSpacing: "0"
|
|
399
399
|
},
|
|
400
400
|
label3: {
|
|
401
|
-
fontSize:
|
|
401
|
+
fontSize: Ci,
|
|
402
402
|
lineHeight: "1rem",
|
|
403
403
|
fontWeight: 500,
|
|
404
404
|
letterSpacing: "0"
|
|
405
405
|
},
|
|
406
406
|
link1: {
|
|
407
|
-
fontSize:
|
|
407
|
+
fontSize: zi,
|
|
408
408
|
lineHeight: "1.5rem",
|
|
409
409
|
fontWeight: 500,
|
|
410
410
|
letterSpacing: "0"
|
|
411
411
|
},
|
|
412
412
|
link2: {
|
|
413
|
-
fontSize:
|
|
413
|
+
fontSize: ui,
|
|
414
414
|
lineHeight: "1.25rem",
|
|
415
415
|
fontWeight: 500,
|
|
416
416
|
letterSpacing: "0"
|
|
417
417
|
},
|
|
418
418
|
link3: {
|
|
419
|
-
fontSize:
|
|
419
|
+
fontSize: fi,
|
|
420
420
|
lineHeight: "1rem",
|
|
421
421
|
fontWeight: 500,
|
|
422
422
|
letterSpacing: "0"
|
|
423
423
|
},
|
|
424
424
|
digits1: {
|
|
425
|
-
fontSize:
|
|
425
|
+
fontSize: Si,
|
|
426
426
|
lineHeight: "3.5rem",
|
|
427
427
|
fontWeight: 700,
|
|
428
428
|
letterSpacing: "0"
|
|
429
429
|
},
|
|
430
430
|
digits2: {
|
|
431
|
-
fontSize:
|
|
431
|
+
fontSize: hi,
|
|
432
432
|
lineHeight: "3rem",
|
|
433
433
|
fontWeight: 700,
|
|
434
434
|
letterSpacing: "0"
|
|
435
435
|
},
|
|
436
436
|
digits3: {
|
|
437
|
-
fontSize:
|
|
437
|
+
fontSize: yi,
|
|
438
438
|
lineHeight: "2.5rem",
|
|
439
439
|
fontWeight: 700,
|
|
440
440
|
letterSpacing: "0"
|
|
441
441
|
}
|
|
442
|
-
},
|
|
442
|
+
}, qr = {
|
|
443
443
|
display1: {
|
|
444
|
-
fontSize:
|
|
444
|
+
fontSize: si,
|
|
445
445
|
lineHeight: "3.5rem",
|
|
446
446
|
fontWeight: 700,
|
|
447
447
|
letterSpacing: "0"
|
|
448
448
|
},
|
|
449
449
|
display2: {
|
|
450
|
-
fontSize:
|
|
450
|
+
fontSize: di,
|
|
451
451
|
lineHeight: "3rem",
|
|
452
452
|
fontWeight: 700,
|
|
453
453
|
letterSpacing: "0"
|
|
454
454
|
},
|
|
455
455
|
display3: {
|
|
456
|
-
fontSize:
|
|
456
|
+
fontSize: pi,
|
|
457
457
|
lineHeight: "2.5rem",
|
|
458
458
|
fontWeight: 700,
|
|
459
459
|
letterSpacing: "0"
|
|
460
460
|
},
|
|
461
461
|
heading1: {
|
|
462
|
-
fontSize:
|
|
462
|
+
fontSize: ci,
|
|
463
463
|
lineHeight: "2rem",
|
|
464
464
|
fontWeight: 700,
|
|
465
465
|
letterSpacing: "0"
|
|
466
466
|
},
|
|
467
467
|
heading2: {
|
|
468
|
-
fontSize:
|
|
468
|
+
fontSize: gi,
|
|
469
469
|
lineHeight: "1.75rem",
|
|
470
470
|
fontWeight: 700,
|
|
471
471
|
letterSpacing: "0"
|
|
472
472
|
},
|
|
473
473
|
heading3: {
|
|
474
|
-
fontSize:
|
|
474
|
+
fontSize: li,
|
|
475
475
|
lineHeight: "1.5rem",
|
|
476
476
|
fontWeight: 700,
|
|
477
477
|
letterSpacing: "0"
|
|
478
478
|
},
|
|
479
479
|
subHeading1: {
|
|
480
|
-
fontSize:
|
|
480
|
+
fontSize: ai,
|
|
481
481
|
lineHeight: "1.25rem",
|
|
482
482
|
fontWeight: 600,
|
|
483
483
|
letterSpacing: "0"
|
|
484
484
|
},
|
|
485
485
|
subHeading2: {
|
|
486
|
-
fontSize:
|
|
486
|
+
fontSize: ni,
|
|
487
487
|
lineHeight: "1.25rem",
|
|
488
488
|
fontWeight: 600,
|
|
489
489
|
letterSpacing: "0"
|
|
490
490
|
},
|
|
491
491
|
subHeading3: {
|
|
492
|
-
fontSize:
|
|
492
|
+
fontSize: ti,
|
|
493
493
|
lineHeight: "1rem",
|
|
494
494
|
fontWeight: 600,
|
|
495
495
|
letterSpacing: "0"
|
|
496
496
|
},
|
|
497
497
|
body1: {
|
|
498
|
-
fontSize:
|
|
498
|
+
fontSize: oi,
|
|
499
499
|
lineHeight: "1.5rem",
|
|
500
500
|
fontWeight: 400,
|
|
501
501
|
letterSpacing: "0"
|
|
502
502
|
},
|
|
503
503
|
body2: {
|
|
504
|
-
fontSize:
|
|
504
|
+
fontSize: ri,
|
|
505
505
|
lineHeight: "1.25rem",
|
|
506
506
|
fontWeight: 400,
|
|
507
507
|
letterSpacing: "0"
|
|
508
508
|
},
|
|
509
509
|
body3: {
|
|
510
|
-
fontSize:
|
|
510
|
+
fontSize: ii,
|
|
511
511
|
lineHeight: "1rem",
|
|
512
512
|
fontWeight: 400,
|
|
513
513
|
letterSpacing: "0"
|
|
514
514
|
},
|
|
515
515
|
body4: {
|
|
516
|
-
fontSize:
|
|
516
|
+
fontSize: ei,
|
|
517
517
|
lineHeight: "0.875rem",
|
|
518
518
|
fontWeight: 400,
|
|
519
519
|
letterSpacing: "0"
|
|
520
520
|
},
|
|
521
521
|
body5: {
|
|
522
|
-
fontSize:
|
|
522
|
+
fontSize: $e,
|
|
523
523
|
lineHeight: "0.75rem",
|
|
524
524
|
fontWeight: 400,
|
|
525
525
|
letterSpacing: "0"
|
|
526
526
|
},
|
|
527
527
|
message: {
|
|
528
|
-
fontSize:
|
|
528
|
+
fontSize: _e,
|
|
529
529
|
lineHeight: "23px",
|
|
530
530
|
fontWeight: 400,
|
|
531
531
|
letterSpacing: "0"
|
|
532
532
|
},
|
|
533
533
|
overline1: {
|
|
534
|
-
fontSize:
|
|
534
|
+
fontSize: Ze,
|
|
535
535
|
lineHeight: "0.75rem",
|
|
536
536
|
fontWeight: 500,
|
|
537
537
|
letterSpacing: "0"
|
|
538
538
|
},
|
|
539
539
|
overline2: {
|
|
540
|
-
fontSize:
|
|
540
|
+
fontSize: Ue,
|
|
541
541
|
lineHeight: "0.75rem",
|
|
542
542
|
fontWeight: 500,
|
|
543
543
|
letterSpacing: "0"
|
|
544
544
|
},
|
|
545
545
|
overline3: {
|
|
546
|
-
fontSize:
|
|
546
|
+
fontSize: Qe,
|
|
547
547
|
lineHeight: "0.75rem",
|
|
548
548
|
fontWeight: 500,
|
|
549
549
|
letterSpacing: "0"
|
|
550
550
|
},
|
|
551
551
|
label1: {
|
|
552
|
-
fontSize:
|
|
552
|
+
fontSize: Je,
|
|
553
553
|
lineHeight: "1rem",
|
|
554
554
|
fontWeight: 500,
|
|
555
555
|
letterSpacing: "0"
|
|
556
556
|
},
|
|
557
557
|
label2: {
|
|
558
|
-
fontSize:
|
|
558
|
+
fontSize: qe,
|
|
559
559
|
lineHeight: "1rem",
|
|
560
560
|
fontWeight: 500,
|
|
561
561
|
letterSpacing: "0"
|
|
562
562
|
},
|
|
563
563
|
label3: {
|
|
564
|
-
fontSize:
|
|
564
|
+
fontSize: je,
|
|
565
565
|
lineHeight: "1rem",
|
|
566
566
|
fontWeight: 500,
|
|
567
567
|
letterSpacing: "0"
|
|
568
568
|
},
|
|
569
569
|
link1: {
|
|
570
|
-
fontSize:
|
|
570
|
+
fontSize: Ve,
|
|
571
571
|
lineHeight: "1.5rem",
|
|
572
572
|
fontWeight: 500,
|
|
573
573
|
letterSpacing: "0"
|
|
574
574
|
},
|
|
575
575
|
link2: {
|
|
576
|
-
fontSize:
|
|
576
|
+
fontSize: Ke,
|
|
577
577
|
lineHeight: "1.25rem",
|
|
578
578
|
fontWeight: 500,
|
|
579
579
|
letterSpacing: "0"
|
|
580
580
|
},
|
|
581
581
|
link3: {
|
|
582
|
-
fontSize:
|
|
582
|
+
fontSize: Ie,
|
|
583
583
|
lineHeight: "1rem",
|
|
584
584
|
fontWeight: 500,
|
|
585
585
|
letterSpacing: "0"
|
|
586
586
|
},
|
|
587
587
|
digits1: {
|
|
588
|
-
fontSize:
|
|
588
|
+
fontSize: Xe,
|
|
589
589
|
lineHeight: "3.5rem",
|
|
590
590
|
fontWeight: 700,
|
|
591
591
|
letterSpacing: "0"
|
|
592
592
|
},
|
|
593
593
|
digits2: {
|
|
594
|
-
fontSize:
|
|
594
|
+
fontSize: Ye,
|
|
595
595
|
lineHeight: "3rem",
|
|
596
596
|
fontWeight: 700,
|
|
597
597
|
letterSpacing: "0"
|
|
598
598
|
},
|
|
599
599
|
digits3: {
|
|
600
|
-
fontSize:
|
|
600
|
+
fontSize: Pe,
|
|
601
601
|
lineHeight: "2.5rem",
|
|
602
602
|
fontWeight: 700,
|
|
603
603
|
letterSpacing: "0"
|
|
604
604
|
}
|
|
605
|
-
},
|
|
606
|
-
fontFamily:
|
|
607
|
-
wide:
|
|
608
|
-
medium:
|
|
609
|
-
narrow:
|
|
610
|
-
},
|
|
605
|
+
}, Jr = {
|
|
606
|
+
fontFamily: yr,
|
|
607
|
+
wide: Vr,
|
|
608
|
+
medium: jr,
|
|
609
|
+
narrow: qr
|
|
610
|
+
}, i = {
|
|
611
611
|
red: {
|
|
612
|
-
100:
|
|
613
|
-
200:
|
|
614
|
-
300:
|
|
615
|
-
400:
|
|
616
|
-
500:
|
|
617
|
-
600:
|
|
618
|
-
700:
|
|
619
|
-
800:
|
|
620
|
-
900:
|
|
612
|
+
100: Oe,
|
|
613
|
+
200: Le,
|
|
614
|
+
300: Ge,
|
|
615
|
+
400: Re,
|
|
616
|
+
500: Ae,
|
|
617
|
+
600: Ne,
|
|
618
|
+
700: Me,
|
|
619
|
+
800: De,
|
|
620
|
+
900: xe
|
|
621
621
|
},
|
|
622
622
|
orange: {
|
|
623
|
-
100:
|
|
624
|
-
200:
|
|
625
|
-
300:
|
|
626
|
-
400:
|
|
627
|
-
500:
|
|
628
|
-
600:
|
|
629
|
-
700:
|
|
630
|
-
800:
|
|
631
|
-
900:
|
|
623
|
+
100: Ee,
|
|
624
|
+
200: Be,
|
|
625
|
+
300: we,
|
|
626
|
+
400: ke,
|
|
627
|
+
500: Te,
|
|
628
|
+
600: We,
|
|
629
|
+
700: He,
|
|
630
|
+
800: me,
|
|
631
|
+
900: Fe
|
|
632
632
|
},
|
|
633
633
|
yellow: {
|
|
634
|
-
100:
|
|
635
|
-
200:
|
|
636
|
-
300:
|
|
637
|
-
400:
|
|
638
|
-
500:
|
|
639
|
-
600:
|
|
640
|
-
700:
|
|
641
|
-
800:
|
|
642
|
-
900:
|
|
634
|
+
100: be,
|
|
635
|
+
200: ve,
|
|
636
|
+
300: Ce,
|
|
637
|
+
400: ze,
|
|
638
|
+
500: u,
|
|
639
|
+
600: ue,
|
|
640
|
+
700: fe,
|
|
641
|
+
800: Se,
|
|
642
|
+
900: he
|
|
643
643
|
},
|
|
644
644
|
green: {
|
|
645
|
-
100:
|
|
646
|
-
200:
|
|
647
|
-
300:
|
|
648
|
-
400:
|
|
649
|
-
500:
|
|
650
|
-
600:
|
|
651
|
-
700:
|
|
652
|
-
800:
|
|
653
|
-
900:
|
|
645
|
+
100: ye,
|
|
646
|
+
200: se,
|
|
647
|
+
300: de,
|
|
648
|
+
400: pe,
|
|
649
|
+
500: ce,
|
|
650
|
+
600: ge,
|
|
651
|
+
700: le,
|
|
652
|
+
800: ae,
|
|
653
|
+
900: ne
|
|
654
654
|
},
|
|
655
655
|
sky: {
|
|
656
|
-
100:
|
|
657
|
-
200:
|
|
658
|
-
300:
|
|
659
|
-
400:
|
|
660
|
-
500:
|
|
661
|
-
600:
|
|
662
|
-
700:
|
|
663
|
-
800:
|
|
664
|
-
900:
|
|
656
|
+
100: te,
|
|
657
|
+
200: oe,
|
|
658
|
+
300: re,
|
|
659
|
+
400: ie,
|
|
660
|
+
500: ee,
|
|
661
|
+
600: $,
|
|
662
|
+
700: f,
|
|
663
|
+
800: _,
|
|
664
|
+
900: S
|
|
665
665
|
},
|
|
666
666
|
blue: {
|
|
667
|
-
100:
|
|
668
|
-
200:
|
|
669
|
-
300:
|
|
670
|
-
400:
|
|
671
|
-
500:
|
|
672
|
-
600:
|
|
673
|
-
700:
|
|
674
|
-
800:
|
|
675
|
-
900:
|
|
667
|
+
100: Z,
|
|
668
|
+
200: U,
|
|
669
|
+
300: Q,
|
|
670
|
+
400: J,
|
|
671
|
+
500: q,
|
|
672
|
+
600: j,
|
|
673
|
+
700: V,
|
|
674
|
+
800: K,
|
|
675
|
+
900: I
|
|
676
676
|
},
|
|
677
677
|
purple: {
|
|
678
|
-
100:
|
|
679
|
-
200:
|
|
680
|
-
300:
|
|
681
|
-
400:
|
|
682
|
-
500:
|
|
683
|
-
600:
|
|
684
|
-
700:
|
|
685
|
-
800:
|
|
686
|
-
900:
|
|
678
|
+
100: X,
|
|
679
|
+
200: Y,
|
|
680
|
+
300: P,
|
|
681
|
+
400: O,
|
|
682
|
+
500: L,
|
|
683
|
+
600: G,
|
|
684
|
+
700: R,
|
|
685
|
+
800: A,
|
|
686
|
+
900: N
|
|
687
687
|
},
|
|
688
688
|
gray: {
|
|
689
|
-
100:
|
|
690
|
-
200:
|
|
691
|
-
300:
|
|
692
|
-
400:
|
|
693
|
-
500:
|
|
694
|
-
600:
|
|
695
|
-
700:
|
|
696
|
-
800:
|
|
697
|
-
900:
|
|
698
|
-
black:
|
|
699
|
-
white:
|
|
689
|
+
100: l,
|
|
690
|
+
200: M,
|
|
691
|
+
300: D,
|
|
692
|
+
400: x,
|
|
693
|
+
500: h,
|
|
694
|
+
600: E,
|
|
695
|
+
700: y,
|
|
696
|
+
800: B,
|
|
697
|
+
900: w,
|
|
698
|
+
black: k,
|
|
699
|
+
white: s
|
|
700
700
|
}
|
|
701
|
-
},
|
|
701
|
+
}, Qr = {
|
|
702
702
|
padding: {
|
|
703
|
-
verPadding:
|
|
703
|
+
verPadding: o.Size25,
|
|
704
704
|
// 25px
|
|
705
|
-
horPadding:
|
|
705
|
+
horPadding: o.Size6
|
|
706
706
|
// 10px
|
|
707
707
|
},
|
|
708
|
-
gap:
|
|
708
|
+
gap: o.Size2,
|
|
709
709
|
// 8px
|
|
710
|
-
radius:
|
|
710
|
+
radius: a.BorderRadiusMd
|
|
711
711
|
// 6px
|
|
712
|
-
},
|
|
712
|
+
}, Ur = {
|
|
713
713
|
padding: {
|
|
714
714
|
verPadding: 10,
|
|
715
715
|
horPadding: 12
|
|
716
716
|
},
|
|
717
|
-
gap:
|
|
717
|
+
gap: o.Size2,
|
|
718
718
|
// 8px
|
|
719
|
-
radius:
|
|
719
|
+
radius: a.BorderRadiusSm
|
|
720
720
|
// 6px
|
|
721
|
-
},
|
|
721
|
+
}, Zr = {
|
|
722
722
|
suffixPrefixVerPadding: 11,
|
|
723
723
|
// special case - see sizing in FIGMA
|
|
724
|
-
suffixPrefixHorPadding:
|
|
725
|
-
},
|
|
724
|
+
suffixPrefixHorPadding: o.Size2
|
|
725
|
+
}, t = {
|
|
726
726
|
color: "#6C6C6C",
|
|
727
727
|
backgroundColor: "#EEEEEE",
|
|
728
728
|
borderColor: "#CBCBCB"
|
|
729
|
-
},
|
|
729
|
+
}, n = {
|
|
730
730
|
color: "#CF3237",
|
|
731
731
|
backgroundColor: "#FFEBEE",
|
|
732
732
|
borderColor: "#FFEBEE"
|
|
@@ -763,66 +763,20 @@ const Vo = {
|
|
|
763
763
|
},
|
|
764
764
|
inputs: {
|
|
765
765
|
onsurface: {
|
|
766
|
-
active: "#384DF6",
|
|
767
766
|
focus: "#384DF6"
|
|
768
767
|
}
|
|
769
768
|
},
|
|
770
|
-
onsurface: {
|
|
771
|
-
"copy-disabled": "#6C6C6C",
|
|
772
|
-
copy: "#3E3E3E",
|
|
773
|
-
"copy-dark": "#222222"
|
|
774
|
-
},
|
|
775
|
-
surface: {
|
|
776
|
-
border: "#CBCBCB"
|
|
777
|
-
},
|
|
778
769
|
transparent: "transparent"
|
|
779
770
|
}, r = {
|
|
780
771
|
interactive: {
|
|
781
|
-
primary: {
|
|
782
|
-
active: "#30606B",
|
|
783
|
-
hover: "#00282B",
|
|
784
|
-
pressed: "#214148",
|
|
785
|
-
onsurface: "#FFFFFF"
|
|
786
|
-
},
|
|
787
|
-
secondary: {
|
|
788
|
-
active: "#9A9A9A",
|
|
789
|
-
hover: "#222222",
|
|
790
|
-
pressed: "#101010",
|
|
791
|
-
onsurface: "#3E3E3E"
|
|
792
|
-
},
|
|
793
772
|
tertiary: {
|
|
794
773
|
active: "#FFCA7D",
|
|
795
774
|
hover: "#E7A13C",
|
|
796
775
|
pressed: "#B27330",
|
|
797
776
|
onsurface: "#222222"
|
|
798
|
-
},
|
|
799
|
-
link: {
|
|
800
|
-
active: "#30606B"
|
|
801
|
-
},
|
|
802
|
-
utility: {
|
|
803
|
-
active: "#FFF",
|
|
804
|
-
onsurface: "#222222",
|
|
805
|
-
border: "#CBCBCB",
|
|
806
|
-
hover: "#DEEFF3",
|
|
807
|
-
pressed: "#CBCBCB"
|
|
808
777
|
}
|
|
809
|
-
}
|
|
810
|
-
|
|
811
|
-
onsurface: {
|
|
812
|
-
active: "#384DF6",
|
|
813
|
-
focus: "#384DF6"
|
|
814
|
-
}
|
|
815
|
-
},
|
|
816
|
-
onsurface: {
|
|
817
|
-
"copy-disabled": "#6C6C6C",
|
|
818
|
-
copy: "#3E3E3E",
|
|
819
|
-
"copy-dark": "#222222"
|
|
820
|
-
},
|
|
821
|
-
surface: {
|
|
822
|
-
border: "#CBCBCB"
|
|
823
|
-
},
|
|
824
|
-
transparent: "transparent"
|
|
825
|
-
}, H = {
|
|
778
|
+
}
|
|
779
|
+
}, z = {
|
|
826
780
|
primary: {
|
|
827
781
|
active: {
|
|
828
782
|
color: e.interactive.primary.onsurface,
|
|
@@ -846,7 +800,7 @@ const Vo = {
|
|
|
846
800
|
ringColor: e.inputs.onsurface.focus
|
|
847
801
|
},
|
|
848
802
|
error: {
|
|
849
|
-
...
|
|
803
|
+
...n,
|
|
850
804
|
ringColor: e.inputs.onsurface.focus
|
|
851
805
|
},
|
|
852
806
|
default: {
|
|
@@ -855,7 +809,7 @@ const Vo = {
|
|
|
855
809
|
borderColor: e.interactive.primary.active,
|
|
856
810
|
ringColor: e.inputs.onsurface.focus
|
|
857
811
|
},
|
|
858
|
-
disabled:
|
|
812
|
+
disabled: t
|
|
859
813
|
},
|
|
860
814
|
secondary: {
|
|
861
815
|
active: {
|
|
@@ -880,7 +834,7 @@ const Vo = {
|
|
|
880
834
|
ringColor: e.inputs.onsurface.focus
|
|
881
835
|
},
|
|
882
836
|
error: {
|
|
883
|
-
...
|
|
837
|
+
...n,
|
|
884
838
|
ringColor: e.inputs.onsurface.focus
|
|
885
839
|
},
|
|
886
840
|
default: {
|
|
@@ -889,7 +843,7 @@ const Vo = {
|
|
|
889
843
|
borderColor: e.interactive.secondary.active,
|
|
890
844
|
ringColor: e.inputs.onsurface.focus
|
|
891
845
|
},
|
|
892
|
-
disabled:
|
|
846
|
+
disabled: t
|
|
893
847
|
},
|
|
894
848
|
tertiary: {
|
|
895
849
|
active: {
|
|
@@ -914,7 +868,7 @@ const Vo = {
|
|
|
914
868
|
ringColor: e.inputs.onsurface.focus
|
|
915
869
|
},
|
|
916
870
|
error: {
|
|
917
|
-
...
|
|
871
|
+
...n,
|
|
918
872
|
ringColor: e.inputs.onsurface.focus
|
|
919
873
|
},
|
|
920
874
|
default: {
|
|
@@ -923,7 +877,7 @@ const Vo = {
|
|
|
923
877
|
borderColor: e.interactive.tertiary.active,
|
|
924
878
|
ringColor: e.inputs.onsurface.focus
|
|
925
879
|
},
|
|
926
|
-
disabled:
|
|
880
|
+
disabled: t
|
|
927
881
|
},
|
|
928
882
|
utility: {
|
|
929
883
|
active: {
|
|
@@ -948,7 +902,7 @@ const Vo = {
|
|
|
948
902
|
ringColor: e.inputs.onsurface.focus
|
|
949
903
|
},
|
|
950
904
|
error: {
|
|
951
|
-
...
|
|
905
|
+
...n,
|
|
952
906
|
ringColor: e.inputs.onsurface.focus
|
|
953
907
|
},
|
|
954
908
|
default: {
|
|
@@ -957,7 +911,7 @@ const Vo = {
|
|
|
957
911
|
borderColor: e.interactive.secondary.active,
|
|
958
912
|
ringColor: e.inputs.onsurface.focus
|
|
959
913
|
},
|
|
960
|
-
disabled:
|
|
914
|
+
disabled: t
|
|
961
915
|
},
|
|
962
916
|
status: {
|
|
963
917
|
error: {
|
|
@@ -975,7 +929,7 @@ const Vo = {
|
|
|
975
929
|
"surface-hover": "#A7DFAF"
|
|
976
930
|
},
|
|
977
931
|
warning: {
|
|
978
|
-
default:
|
|
932
|
+
default: u,
|
|
979
933
|
ringColor: e.inputs.onsurface.focus,
|
|
980
934
|
onsurface: "#704819",
|
|
981
935
|
surface: "#FFF2DF",
|
|
@@ -1033,18 +987,18 @@ const Vo = {
|
|
|
1033
987
|
onsurface: "#222222"
|
|
1034
988
|
},
|
|
1035
989
|
link: {
|
|
1036
|
-
active:
|
|
1037
|
-
hover:
|
|
1038
|
-
disabled:
|
|
990
|
+
active: f,
|
|
991
|
+
hover: S,
|
|
992
|
+
disabled: l,
|
|
1039
993
|
current: "#384DF6"
|
|
1040
994
|
},
|
|
1041
995
|
...e.interactive
|
|
1042
996
|
},
|
|
1043
997
|
inputs: {
|
|
1044
998
|
surface: {
|
|
1045
|
-
active:
|
|
1046
|
-
border:
|
|
1047
|
-
disabled:
|
|
999
|
+
active: s,
|
|
1000
|
+
border: h,
|
|
1001
|
+
disabled: l,
|
|
1048
1002
|
checked: "#384DF6",
|
|
1049
1003
|
"checked-hover": "#24319D"
|
|
1050
1004
|
},
|
|
@@ -1064,19 +1018,13 @@ const Vo = {
|
|
|
1064
1018
|
transparent: "transparent",
|
|
1065
1019
|
onsurface: {
|
|
1066
1020
|
copy: "#3E3E3E",
|
|
1067
|
-
"copy-light":
|
|
1021
|
+
"copy-light": y,
|
|
1068
1022
|
"copy-dark": "#222222",
|
|
1069
1023
|
"copy-disabled": "#6C6C6C"
|
|
1070
1024
|
}
|
|
1071
|
-
},
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
ringColor: r.inputs.onsurface.focus
|
|
1075
|
-
}, r.interactive.tertiary.onsurface, r.interactive.tertiary.active, r.interactive.tertiary.active, r.inputs.onsurface.focus, {
|
|
1076
|
-
link: (F, m, g),
|
|
1077
|
-
...r.interactive
|
|
1078
|
-
};
|
|
1079
|
-
const ei = {
|
|
1025
|
+
}, _r = z;
|
|
1026
|
+
i.gray.white, i.gray.white, i.gray.white, i.gray.white, i.gray[600], i.gray.white, i.gray.white, i.gray.white, i.gray.white, i.gray[600], i.gray.white, i.gray.white, i.gray.white, i.gray.white, i.gray[600], r.interactive.tertiary.onsurface, r.interactive.tertiary.active, r.interactive.tertiary.active, r.interactive.tertiary.onsurface, r.interactive.tertiary.hover, r.interactive.tertiary.hover, r.interactive.tertiary.onsurface, r.interactive.tertiary.pressed, r.interactive.tertiary.pressed, r.interactive.tertiary.onsurface, r.interactive.tertiary.active, r.interactive.tertiary.active, r.interactive.tertiary.onsurface, r.interactive.tertiary.active, r.interactive.tertiary.active;
|
|
1027
|
+
const $r = {
|
|
1080
1028
|
general: {
|
|
1081
1029
|
1: "box-shadow: 0px 4px 16px 0px #00000026",
|
|
1082
1030
|
2: "box-shadow: 0px 8px 24px -4px #00000026",
|
|
@@ -1090,58 +1038,58 @@ const ei = {
|
|
|
1090
1038
|
inputs: {
|
|
1091
1039
|
1: "box-shadow: 0px 1px 2px 0px #0000001F"
|
|
1092
1040
|
}
|
|
1093
|
-
},
|
|
1041
|
+
}, eo = {
|
|
1094
1042
|
instant: 0,
|
|
1095
1043
|
veryfast: 0.15,
|
|
1096
1044
|
fast: 0.33,
|
|
1097
1045
|
medium: 0.5,
|
|
1098
1046
|
slow: 1,
|
|
1099
1047
|
veryslow: 2
|
|
1100
|
-
},
|
|
1048
|
+
}, io = {
|
|
1101
1049
|
"ver-padding": 4,
|
|
1102
1050
|
"right-padding": 8,
|
|
1103
1051
|
"left-padding": 8,
|
|
1104
1052
|
radius: 50
|
|
1105
|
-
},
|
|
1106
|
-
"ver-padding":
|
|
1107
|
-
"hor-padding":
|
|
1108
|
-
radius:
|
|
1109
|
-
gap:
|
|
1110
|
-
},
|
|
1111
|
-
"ver-padding":
|
|
1112
|
-
"hor-padding":
|
|
1113
|
-
gap:
|
|
1114
|
-
},
|
|
1115
|
-
button:
|
|
1116
|
-
utilityButton:
|
|
1117
|
-
input:
|
|
1118
|
-
row:
|
|
1119
|
-
badge:
|
|
1120
|
-
popover:
|
|
1121
|
-
},
|
|
1122
|
-
breakpoints:
|
|
1123
|
-
sizing:
|
|
1124
|
-
borderRadius:
|
|
1125
|
-
typography:
|
|
1126
|
-
allColors:
|
|
1127
|
-
components:
|
|
1128
|
-
motion:
|
|
1129
|
-
shadows:
|
|
1130
|
-
getStatusColor:
|
|
1131
|
-
},
|
|
1132
|
-
...
|
|
1133
|
-
colors:
|
|
1053
|
+
}, ro = {
|
|
1054
|
+
"ver-padding": o.Size1,
|
|
1055
|
+
"hor-padding": o.Size2,
|
|
1056
|
+
radius: a.BorderRadiusMd,
|
|
1057
|
+
gap: o.Size1
|
|
1058
|
+
}, oo = {
|
|
1059
|
+
"ver-padding": o.Size5,
|
|
1060
|
+
"hor-padding": o.Size6,
|
|
1061
|
+
gap: o.Size2
|
|
1062
|
+
}, to = {
|
|
1063
|
+
button: Qr,
|
|
1064
|
+
utilityButton: Ur,
|
|
1065
|
+
input: Zr,
|
|
1066
|
+
row: oo,
|
|
1067
|
+
badge: io,
|
|
1068
|
+
popover: ro
|
|
1069
|
+
}, no = (v, b) => v.status[b].default, C = {
|
|
1070
|
+
breakpoints: Kr,
|
|
1071
|
+
sizing: o,
|
|
1072
|
+
borderRadius: a,
|
|
1073
|
+
typography: Jr,
|
|
1074
|
+
allColors: i,
|
|
1075
|
+
components: to,
|
|
1076
|
+
motion: eo,
|
|
1077
|
+
shadows: $r,
|
|
1078
|
+
getStatusColor: no
|
|
1079
|
+
}, go = {
|
|
1080
|
+
...C,
|
|
1081
|
+
colors: z,
|
|
1134
1082
|
mode: "light"
|
|
1135
|
-
},
|
|
1136
|
-
...
|
|
1137
|
-
colors:
|
|
1083
|
+
}, co = {
|
|
1084
|
+
...C,
|
|
1085
|
+
colors: _r,
|
|
1138
1086
|
mode: "dark"
|
|
1139
1087
|
};
|
|
1140
1088
|
export {
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1089
|
+
lo as TypographySizeKey,
|
|
1090
|
+
C as baseTokens,
|
|
1091
|
+
Kr as breakpoints,
|
|
1092
|
+
co as darkTheme,
|
|
1093
|
+
go as lightTheme,
|
|
1094
|
+
o as sizing
|
|
1147
1095
|
};
|