@gobolt/genesis 0.1.2 → 0.1.3
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 +33 -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
|
@@ -0,0 +1,549 @@
|
|
|
1
|
+
import { d as pe } from "./styled-components.browser.esm-C47QHsU4.js";
|
|
2
|
+
import { TYPE as oe, STATE as D } from "./constants/index.js";
|
|
3
|
+
import * as s from "react";
|
|
4
|
+
import { useContext as ee, useMemo as me, useState as ge, useRef as ve } from "react";
|
|
5
|
+
import { e as re, c as X } from "./presets-CSXMiWyc.js";
|
|
6
|
+
import { d as se, D as Ce } from "./index-DCopujxC.js";
|
|
7
|
+
import { F as U } from "./context-CQfFkrkv.js";
|
|
8
|
+
import { b as be, i as xe, a as ye } from "./index-Bxbr727t.js";
|
|
9
|
+
import { C as Q, g as he, m as Oe, w as we, a as te, n as Ee, q as ie } from "./CSSMotionList-DB0khM6h.js";
|
|
10
|
+
import { I as W, a as Pe } from "./Input--qsU-6vp.js";
|
|
11
|
+
import { p as $e } from "./pickAttrs-yFE4_vFd.js";
|
|
12
|
+
import { a as Ie } from "./statusUtils-Kj9kMuVg.js";
|
|
13
|
+
import { u as ae } from "./useSize-Ct1guc-z.js";
|
|
14
|
+
import { I as ue } from "./AntdIcon-DP6hPDqu.js";
|
|
15
|
+
import { o as Se } from "./omit-B_u6A-HL.js";
|
|
16
|
+
import { R as _e } from "./SearchOutlined-DJ3uHFwq.js";
|
|
17
|
+
import { c as ne } from "./reactNode-sKPeiqPL.js";
|
|
18
|
+
import { B as Ne } from "./button-CYVlK7G0.js";
|
|
19
|
+
import { u as ze } from "./Compact-DFcWZrNo.js";
|
|
20
|
+
import { T as je } from "./TextArea-CHo3cxKw.js";
|
|
21
|
+
var Me = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M942.2 486.2C847.4 286.5 704.1 186 512 186c-192.2 0-335.4 100.5-430.2 300.3a60.3 60.3 0 000 51.5C176.6 737.5 319.9 838 512 838c192.2 0 335.4-100.5 430.2-300.3 7.7-16.2 7.7-35 0-51.5zM512 766c-161.3 0-279.4-81.8-362.7-254C232.6 339.8 350.7 258 512 258c161.3 0 279.4 81.8 362.7 254C791.5 684.2 673.4 766 512 766zm-4-430c-97.2 0-176 78.8-176 176s78.8 176 176 176 176-78.8 176-176-78.8-176-176-176zm0 288c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112z" } }] }, name: "eye", theme: "outlined" }, Re = function(o, r) {
|
|
22
|
+
return /* @__PURE__ */ s.createElement(ue, re({}, o, {
|
|
23
|
+
ref: r,
|
|
24
|
+
icon: Me
|
|
25
|
+
}));
|
|
26
|
+
}, le = /* @__PURE__ */ s.forwardRef(Re);
|
|
27
|
+
process.env.NODE_ENV !== "production" && (le.displayName = "EyeOutlined");
|
|
28
|
+
const ke = (e) => {
|
|
29
|
+
const {
|
|
30
|
+
getPrefixCls: o,
|
|
31
|
+
direction: r
|
|
32
|
+
} = ee(Q), {
|
|
33
|
+
prefixCls: t,
|
|
34
|
+
className: n
|
|
35
|
+
} = e, u = o("input-group", t), C = o("input"), [d, x, b] = be(C), p = X(u, b, {
|
|
36
|
+
[`${u}-lg`]: e.size === "large",
|
|
37
|
+
[`${u}-sm`]: e.size === "small",
|
|
38
|
+
[`${u}-compact`]: e.compact,
|
|
39
|
+
[`${u}-rtl`]: r === "rtl"
|
|
40
|
+
}, x, n), m = ee(U), E = me(() => Object.assign(Object.assign({}, m), {
|
|
41
|
+
isFormItemInput: !1
|
|
42
|
+
}), [m]);
|
|
43
|
+
return process.env.NODE_ENV !== "production" && se("Input.Group").deprecated(!1, "Input.Group", "Space.Compact"), d(/* @__PURE__ */ s.createElement("span", {
|
|
44
|
+
className: p,
|
|
45
|
+
style: e.style,
|
|
46
|
+
onMouseEnter: e.onMouseEnter,
|
|
47
|
+
onMouseLeave: e.onMouseLeave,
|
|
48
|
+
onFocus: e.onFocus,
|
|
49
|
+
onBlur: e.onBlur
|
|
50
|
+
}, /* @__PURE__ */ s.createElement(U.Provider, {
|
|
51
|
+
value: E
|
|
52
|
+
}, e.children)));
|
|
53
|
+
}, Ae = (e) => {
|
|
54
|
+
const {
|
|
55
|
+
componentCls: o,
|
|
56
|
+
paddingXS: r
|
|
57
|
+
} = e;
|
|
58
|
+
return {
|
|
59
|
+
[o]: {
|
|
60
|
+
display: "inline-flex",
|
|
61
|
+
alignItems: "center",
|
|
62
|
+
flexWrap: "nowrap",
|
|
63
|
+
columnGap: r,
|
|
64
|
+
"&-rtl": {
|
|
65
|
+
direction: "rtl"
|
|
66
|
+
},
|
|
67
|
+
[`${o}-input`]: {
|
|
68
|
+
textAlign: "center",
|
|
69
|
+
paddingInline: e.paddingXXS
|
|
70
|
+
},
|
|
71
|
+
// ================= Size =================
|
|
72
|
+
[`&${o}-sm ${o}-input`]: {
|
|
73
|
+
paddingInline: e.calc(e.paddingXXS).div(2).equal()
|
|
74
|
+
},
|
|
75
|
+
[`&${o}-lg ${o}-input`]: {
|
|
76
|
+
paddingInline: e.paddingXS
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
};
|
|
80
|
+
}, Be = he(["Input", "OTP"], (e) => {
|
|
81
|
+
const o = Oe(e, xe(e));
|
|
82
|
+
return [Ae(o)];
|
|
83
|
+
}, ye);
|
|
84
|
+
var Te = function(e, o) {
|
|
85
|
+
var r = {};
|
|
86
|
+
for (var t in e) Object.prototype.hasOwnProperty.call(e, t) && o.indexOf(t) < 0 && (r[t] = e[t]);
|
|
87
|
+
if (e != null && typeof Object.getOwnPropertySymbols == "function") for (var n = 0, t = Object.getOwnPropertySymbols(e); n < t.length; n++)
|
|
88
|
+
o.indexOf(t[n]) < 0 && Object.prototype.propertyIsEnumerable.call(e, t[n]) && (r[t[n]] = e[t[n]]);
|
|
89
|
+
return r;
|
|
90
|
+
};
|
|
91
|
+
const Ve = /* @__PURE__ */ s.forwardRef((e, o) => {
|
|
92
|
+
const {
|
|
93
|
+
value: r,
|
|
94
|
+
onChange: t,
|
|
95
|
+
onActiveChange: n,
|
|
96
|
+
index: u,
|
|
97
|
+
mask: C
|
|
98
|
+
} = e, d = Te(e, ["value", "onChange", "onActiveChange", "index", "mask"]), x = r && typeof C == "string" ? C : r, b = (f) => {
|
|
99
|
+
t(u, f.target.value);
|
|
100
|
+
}, p = s.useRef(null);
|
|
101
|
+
s.useImperativeHandle(o, () => p.current);
|
|
102
|
+
const m = () => {
|
|
103
|
+
we(() => {
|
|
104
|
+
var f;
|
|
105
|
+
const y = (f = p.current) === null || f === void 0 ? void 0 : f.input;
|
|
106
|
+
document.activeElement === y && y && y.select();
|
|
107
|
+
});
|
|
108
|
+
}, E = (f) => {
|
|
109
|
+
const {
|
|
110
|
+
key: y,
|
|
111
|
+
ctrlKey: z,
|
|
112
|
+
metaKey: R
|
|
113
|
+
} = f;
|
|
114
|
+
y === "ArrowLeft" ? n(u - 1) : y === "ArrowRight" ? n(u + 1) : y === "z" && (z || R) && f.preventDefault(), m();
|
|
115
|
+
}, I = (f) => {
|
|
116
|
+
f.key === "Backspace" && !r && n(u - 1), m();
|
|
117
|
+
};
|
|
118
|
+
return /* @__PURE__ */ s.createElement(W, Object.assign({
|
|
119
|
+
type: C === !0 ? "password" : "text"
|
|
120
|
+
}, d, {
|
|
121
|
+
ref: p,
|
|
122
|
+
value: x,
|
|
123
|
+
onInput: b,
|
|
124
|
+
onFocus: m,
|
|
125
|
+
onKeyDown: E,
|
|
126
|
+
onKeyUp: I,
|
|
127
|
+
onMouseDown: m,
|
|
128
|
+
onMouseUp: m
|
|
129
|
+
}));
|
|
130
|
+
});
|
|
131
|
+
var De = function(e, o) {
|
|
132
|
+
var r = {};
|
|
133
|
+
for (var t in e) Object.prototype.hasOwnProperty.call(e, t) && o.indexOf(t) < 0 && (r[t] = e[t]);
|
|
134
|
+
if (e != null && typeof Object.getOwnPropertySymbols == "function") for (var n = 0, t = Object.getOwnPropertySymbols(e); n < t.length; n++)
|
|
135
|
+
o.indexOf(t[n]) < 0 && Object.prototype.propertyIsEnumerable.call(e, t[n]) && (r[t[n]] = e[t[n]]);
|
|
136
|
+
return r;
|
|
137
|
+
};
|
|
138
|
+
function H(e) {
|
|
139
|
+
return (e || "").split("");
|
|
140
|
+
}
|
|
141
|
+
const Fe = (e) => {
|
|
142
|
+
const {
|
|
143
|
+
index: o,
|
|
144
|
+
prefixCls: r,
|
|
145
|
+
separator: t
|
|
146
|
+
} = e, n = typeof t == "function" ? t(o) : t;
|
|
147
|
+
return n ? /* @__PURE__ */ s.createElement("span", {
|
|
148
|
+
className: `${r}-separator`
|
|
149
|
+
}, n) : null;
|
|
150
|
+
}, Le = /* @__PURE__ */ s.forwardRef((e, o) => {
|
|
151
|
+
const {
|
|
152
|
+
prefixCls: r,
|
|
153
|
+
length: t = 6,
|
|
154
|
+
size: n,
|
|
155
|
+
defaultValue: u,
|
|
156
|
+
value: C,
|
|
157
|
+
onChange: d,
|
|
158
|
+
formatter: x,
|
|
159
|
+
separator: b,
|
|
160
|
+
variant: p,
|
|
161
|
+
disabled: m,
|
|
162
|
+
status: E,
|
|
163
|
+
autoFocus: I,
|
|
164
|
+
mask: f,
|
|
165
|
+
type: y,
|
|
166
|
+
onInput: z,
|
|
167
|
+
inputMode: R
|
|
168
|
+
} = e, S = De(e, ["prefixCls", "length", "size", "defaultValue", "value", "onChange", "formatter", "separator", "variant", "disabled", "status", "autoFocus", "mask", "type", "onInput", "inputMode"]);
|
|
169
|
+
if (process.env.NODE_ENV !== "production") {
|
|
170
|
+
const i = se("Input.OTP");
|
|
171
|
+
process.env.NODE_ENV !== "production" && i(!(typeof f == "string" && f.length > 1), "usage", "`mask` prop should be a single character.");
|
|
172
|
+
}
|
|
173
|
+
const {
|
|
174
|
+
getPrefixCls: _,
|
|
175
|
+
direction: B
|
|
176
|
+
} = s.useContext(Q), P = _("otp", r), $ = $e(S, {
|
|
177
|
+
aria: !0,
|
|
178
|
+
data: !0,
|
|
179
|
+
attr: !0
|
|
180
|
+
}), [k, L, A] = Be(P), h = ae((i) => n ?? i), N = s.useContext(U), j = Ie(N.status, E), T = s.useMemo(() => Object.assign(Object.assign({}, N), {
|
|
181
|
+
status: j,
|
|
182
|
+
hasFeedback: !1,
|
|
183
|
+
feedbackIcon: null
|
|
184
|
+
}), [N, j]), w = s.useRef(null), O = s.useRef({});
|
|
185
|
+
s.useImperativeHandle(o, () => ({
|
|
186
|
+
focus: () => {
|
|
187
|
+
var i;
|
|
188
|
+
(i = O.current[0]) === null || i === void 0 || i.focus();
|
|
189
|
+
},
|
|
190
|
+
blur: () => {
|
|
191
|
+
var i;
|
|
192
|
+
for (let a = 0; a < t; a += 1)
|
|
193
|
+
(i = O.current[a]) === null || i === void 0 || i.blur();
|
|
194
|
+
},
|
|
195
|
+
nativeElement: w.current
|
|
196
|
+
}));
|
|
197
|
+
const K = (i) => x ? x(i) : i, [q, G] = s.useState(() => H(K(u || "")));
|
|
198
|
+
s.useEffect(() => {
|
|
199
|
+
C !== void 0 && G(H(C));
|
|
200
|
+
}, [C]);
|
|
201
|
+
const Y = te((i) => {
|
|
202
|
+
G(i), z && z(i), d && i.length === t && i.every((a) => a) && i.some((a, c) => q[c] !== a) && d(i.join(""));
|
|
203
|
+
}), J = te((i, a) => {
|
|
204
|
+
let c = Ee(q);
|
|
205
|
+
for (let v = 0; v < i; v += 1)
|
|
206
|
+
c[v] || (c[v] = "");
|
|
207
|
+
a.length <= 1 ? c[i] = a : c = c.slice(0, i).concat(H(a)), c = c.slice(0, t);
|
|
208
|
+
for (let v = c.length - 1; v >= 0 && !c[v]; v -= 1)
|
|
209
|
+
c.pop();
|
|
210
|
+
const V = K(c.map((v) => v || " ").join(""));
|
|
211
|
+
return c = H(V).map((v, Z) => v === " " && !c[Z] ? c[Z] : v), c;
|
|
212
|
+
}), l = (i, a) => {
|
|
213
|
+
var c;
|
|
214
|
+
const V = J(i, a), v = Math.min(i + a.length, t - 1);
|
|
215
|
+
v !== i && V[i] !== void 0 && ((c = O.current[v]) === null || c === void 0 || c.focus()), Y(V);
|
|
216
|
+
}, g = (i) => {
|
|
217
|
+
var a;
|
|
218
|
+
(a = O.current[i]) === null || a === void 0 || a.focus();
|
|
219
|
+
}, M = {
|
|
220
|
+
variant: p,
|
|
221
|
+
disabled: m,
|
|
222
|
+
status: j,
|
|
223
|
+
mask: f,
|
|
224
|
+
type: y,
|
|
225
|
+
inputMode: R
|
|
226
|
+
};
|
|
227
|
+
return k(/* @__PURE__ */ s.createElement("div", Object.assign({}, $, {
|
|
228
|
+
ref: w,
|
|
229
|
+
className: X(P, {
|
|
230
|
+
[`${P}-sm`]: h === "small",
|
|
231
|
+
[`${P}-lg`]: h === "large",
|
|
232
|
+
[`${P}-rtl`]: B === "rtl"
|
|
233
|
+
}, A, L)
|
|
234
|
+
}), /* @__PURE__ */ s.createElement(U.Provider, {
|
|
235
|
+
value: T
|
|
236
|
+
}, Array.from({
|
|
237
|
+
length: t
|
|
238
|
+
}).map((i, a) => {
|
|
239
|
+
const c = `otp-${a}`, V = q[a] || "";
|
|
240
|
+
return /* @__PURE__ */ s.createElement(s.Fragment, {
|
|
241
|
+
key: c
|
|
242
|
+
}, /* @__PURE__ */ s.createElement(Ve, Object.assign({
|
|
243
|
+
ref: (v) => {
|
|
244
|
+
O.current[a] = v;
|
|
245
|
+
},
|
|
246
|
+
index: a,
|
|
247
|
+
size: h,
|
|
248
|
+
htmlSize: 1,
|
|
249
|
+
className: `${P}-input`,
|
|
250
|
+
onChange: l,
|
|
251
|
+
value: V,
|
|
252
|
+
onActiveChange: g,
|
|
253
|
+
autoFocus: a === 0 && I
|
|
254
|
+
}, M)), a < t - 1 && /* @__PURE__ */ s.createElement(Fe, {
|
|
255
|
+
separator: b,
|
|
256
|
+
index: a,
|
|
257
|
+
prefixCls: P
|
|
258
|
+
}));
|
|
259
|
+
}))));
|
|
260
|
+
});
|
|
261
|
+
var Ke = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512 791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 000-51.5zm-63.57-320.64L836 122.88a8 8 0 00-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 000 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 000 11.31L155.17 889a8 8 0 0011.31 0l712.15-712.12a8 8 0 000-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 00-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 01146.2-106.69L401.31 546.2A112 112 0 01396 512z" } }, { tag: "path", attrs: { d: "M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 00227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 01-112 112z" } }] }, name: "eye-invisible", theme: "outlined" }, qe = function(o, r) {
|
|
262
|
+
return /* @__PURE__ */ s.createElement(ue, re({}, o, {
|
|
263
|
+
ref: r,
|
|
264
|
+
icon: Ke
|
|
265
|
+
}));
|
|
266
|
+
}, ce = /* @__PURE__ */ s.forwardRef(qe);
|
|
267
|
+
process.env.NODE_ENV !== "production" && (ce.displayName = "EyeInvisibleOutlined");
|
|
268
|
+
var Ge = function(e, o) {
|
|
269
|
+
var r = {};
|
|
270
|
+
for (var t in e) Object.prototype.hasOwnProperty.call(e, t) && o.indexOf(t) < 0 && (r[t] = e[t]);
|
|
271
|
+
if (e != null && typeof Object.getOwnPropertySymbols == "function") for (var n = 0, t = Object.getOwnPropertySymbols(e); n < t.length; n++)
|
|
272
|
+
o.indexOf(t[n]) < 0 && Object.prototype.propertyIsEnumerable.call(e, t[n]) && (r[t[n]] = e[t[n]]);
|
|
273
|
+
return r;
|
|
274
|
+
};
|
|
275
|
+
const He = (e) => e ? /* @__PURE__ */ s.createElement(le, null) : /* @__PURE__ */ s.createElement(ce, null), Ue = {
|
|
276
|
+
click: "onClick",
|
|
277
|
+
hover: "onMouseOver"
|
|
278
|
+
}, de = /* @__PURE__ */ s.forwardRef((e, o) => {
|
|
279
|
+
const {
|
|
280
|
+
disabled: r,
|
|
281
|
+
action: t = "click",
|
|
282
|
+
visibilityToggle: n = !0,
|
|
283
|
+
iconRender: u = He
|
|
284
|
+
} = e, C = s.useContext(Ce), d = r ?? C, x = typeof n == "object" && n.visible !== void 0, [b, p] = ge(() => x ? n.visible : !1), m = ve(null);
|
|
285
|
+
s.useEffect(() => {
|
|
286
|
+
x && p(n.visible);
|
|
287
|
+
}, [x, n]);
|
|
288
|
+
const E = Pe(m), I = () => {
|
|
289
|
+
var h;
|
|
290
|
+
if (d)
|
|
291
|
+
return;
|
|
292
|
+
b && E();
|
|
293
|
+
const N = !b;
|
|
294
|
+
p(N), typeof n == "object" && ((h = n.onVisibleChange) === null || h === void 0 || h.call(n, N));
|
|
295
|
+
}, f = (h) => {
|
|
296
|
+
const N = Ue[t] || "", j = u(b), T = {
|
|
297
|
+
[N]: I,
|
|
298
|
+
className: `${h}-icon`,
|
|
299
|
+
key: "passwordIcon",
|
|
300
|
+
onMouseDown: (w) => {
|
|
301
|
+
w.preventDefault();
|
|
302
|
+
},
|
|
303
|
+
onMouseUp: (w) => {
|
|
304
|
+
w.preventDefault();
|
|
305
|
+
}
|
|
306
|
+
};
|
|
307
|
+
return /* @__PURE__ */ s.cloneElement(/* @__PURE__ */ s.isValidElement(j) ? j : /* @__PURE__ */ s.createElement("span", null, j), T);
|
|
308
|
+
}, {
|
|
309
|
+
className: y,
|
|
310
|
+
prefixCls: z,
|
|
311
|
+
inputPrefixCls: R,
|
|
312
|
+
size: S
|
|
313
|
+
} = e, _ = Ge(e, ["className", "prefixCls", "inputPrefixCls", "size"]), {
|
|
314
|
+
getPrefixCls: B
|
|
315
|
+
} = s.useContext(Q), P = B("input", R), $ = B("input-password", z), k = n && f($), L = X($, y, {
|
|
316
|
+
[`${$}-${S}`]: !!S
|
|
317
|
+
}), A = Object.assign(Object.assign({}, Se(_, ["suffix", "iconRender", "visibilityToggle"])), {
|
|
318
|
+
type: b ? "text" : "password",
|
|
319
|
+
className: L,
|
|
320
|
+
prefixCls: P,
|
|
321
|
+
suffix: k
|
|
322
|
+
});
|
|
323
|
+
return S && (A.size = S), /* @__PURE__ */ s.createElement(W, Object.assign({
|
|
324
|
+
ref: ie(o, m)
|
|
325
|
+
}, A));
|
|
326
|
+
});
|
|
327
|
+
process.env.NODE_ENV !== "production" && (de.displayName = "Input.Password");
|
|
328
|
+
var Xe = function(e, o) {
|
|
329
|
+
var r = {};
|
|
330
|
+
for (var t in e) Object.prototype.hasOwnProperty.call(e, t) && o.indexOf(t) < 0 && (r[t] = e[t]);
|
|
331
|
+
if (e != null && typeof Object.getOwnPropertySymbols == "function") for (var n = 0, t = Object.getOwnPropertySymbols(e); n < t.length; n++)
|
|
332
|
+
o.indexOf(t[n]) < 0 && Object.prototype.propertyIsEnumerable.call(e, t[n]) && (r[t[n]] = e[t[n]]);
|
|
333
|
+
return r;
|
|
334
|
+
};
|
|
335
|
+
const fe = /* @__PURE__ */ s.forwardRef((e, o) => {
|
|
336
|
+
const {
|
|
337
|
+
prefixCls: r,
|
|
338
|
+
inputPrefixCls: t,
|
|
339
|
+
className: n,
|
|
340
|
+
size: u,
|
|
341
|
+
suffix: C,
|
|
342
|
+
enterButton: d = !1,
|
|
343
|
+
addonAfter: x,
|
|
344
|
+
loading: b,
|
|
345
|
+
disabled: p,
|
|
346
|
+
onSearch: m,
|
|
347
|
+
onChange: E,
|
|
348
|
+
onCompositionStart: I,
|
|
349
|
+
onCompositionEnd: f
|
|
350
|
+
} = e, y = Xe(e, ["prefixCls", "inputPrefixCls", "className", "size", "suffix", "enterButton", "addonAfter", "loading", "disabled", "onSearch", "onChange", "onCompositionStart", "onCompositionEnd"]), {
|
|
351
|
+
getPrefixCls: z,
|
|
352
|
+
direction: R
|
|
353
|
+
} = s.useContext(Q), S = s.useRef(!1), _ = z("input-search", r), B = z("input", t), {
|
|
354
|
+
compactSize: P
|
|
355
|
+
} = ze(_, R), $ = ae((l) => {
|
|
356
|
+
var g;
|
|
357
|
+
return (g = u ?? P) !== null && g !== void 0 ? g : l;
|
|
358
|
+
}), k = s.useRef(null), L = (l) => {
|
|
359
|
+
l != null && l.target && l.type === "click" && m && m(l.target.value, l, {
|
|
360
|
+
source: "clear"
|
|
361
|
+
}), E == null || E(l);
|
|
362
|
+
}, A = (l) => {
|
|
363
|
+
var g;
|
|
364
|
+
document.activeElement === ((g = k.current) === null || g === void 0 ? void 0 : g.input) && l.preventDefault();
|
|
365
|
+
}, h = (l) => {
|
|
366
|
+
var g, M;
|
|
367
|
+
m && m((M = (g = k.current) === null || g === void 0 ? void 0 : g.input) === null || M === void 0 ? void 0 : M.value, l, {
|
|
368
|
+
source: "input"
|
|
369
|
+
});
|
|
370
|
+
}, N = (l) => {
|
|
371
|
+
S.current || b || h(l);
|
|
372
|
+
}, j = typeof d == "boolean" ? /* @__PURE__ */ s.createElement(_e, null) : null, T = `${_}-button`;
|
|
373
|
+
let w;
|
|
374
|
+
const O = d || {}, K = O.type && O.type.__ANT_BUTTON === !0;
|
|
375
|
+
K || O.type === "button" ? w = ne(O, Object.assign({
|
|
376
|
+
onMouseDown: A,
|
|
377
|
+
onClick: (l) => {
|
|
378
|
+
var g, M;
|
|
379
|
+
(M = (g = O == null ? void 0 : O.props) === null || g === void 0 ? void 0 : g.onClick) === null || M === void 0 || M.call(g, l), h(l);
|
|
380
|
+
},
|
|
381
|
+
key: "enterButton"
|
|
382
|
+
}, K ? {
|
|
383
|
+
className: T,
|
|
384
|
+
size: $
|
|
385
|
+
} : {})) : w = /* @__PURE__ */ s.createElement(Ne, {
|
|
386
|
+
className: T,
|
|
387
|
+
type: d ? "primary" : void 0,
|
|
388
|
+
size: $,
|
|
389
|
+
disabled: p,
|
|
390
|
+
key: "enterButton",
|
|
391
|
+
onMouseDown: A,
|
|
392
|
+
onClick: h,
|
|
393
|
+
loading: b,
|
|
394
|
+
icon: j
|
|
395
|
+
}, d), x && (w = [w, ne(x, {
|
|
396
|
+
key: "addonAfter"
|
|
397
|
+
})]);
|
|
398
|
+
const q = X(_, {
|
|
399
|
+
[`${_}-rtl`]: R === "rtl",
|
|
400
|
+
[`${_}-${$}`]: !!$,
|
|
401
|
+
[`${_}-with-button`]: !!d
|
|
402
|
+
}, n), G = Object.assign(Object.assign({}, y), {
|
|
403
|
+
className: q,
|
|
404
|
+
prefixCls: B,
|
|
405
|
+
type: "search"
|
|
406
|
+
}), Y = (l) => {
|
|
407
|
+
S.current = !0, I == null || I(l);
|
|
408
|
+
}, J = (l) => {
|
|
409
|
+
S.current = !1, f == null || f(l);
|
|
410
|
+
};
|
|
411
|
+
return /* @__PURE__ */ s.createElement(W, Object.assign({
|
|
412
|
+
ref: ie(k, o),
|
|
413
|
+
onPressEnter: N
|
|
414
|
+
}, G, {
|
|
415
|
+
size: $,
|
|
416
|
+
onCompositionStart: Y,
|
|
417
|
+
onCompositionEnd: J,
|
|
418
|
+
addonAfter: w,
|
|
419
|
+
suffix: C,
|
|
420
|
+
onChange: L,
|
|
421
|
+
disabled: p
|
|
422
|
+
}));
|
|
423
|
+
});
|
|
424
|
+
process.env.NODE_ENV !== "production" && (fe.displayName = "Search");
|
|
425
|
+
const F = W;
|
|
426
|
+
F.Group = ke;
|
|
427
|
+
F.Search = fe;
|
|
428
|
+
F.TextArea = je;
|
|
429
|
+
F.Password = de;
|
|
430
|
+
F.OTP = Le;
|
|
431
|
+
const Qe = (e, o, r) => {
|
|
432
|
+
const t = {
|
|
433
|
+
color: e.inputs.onsurface.active,
|
|
434
|
+
borderColor: e[oe.secondary].active.borderColor,
|
|
435
|
+
ringColor: e[o].focussed.ringColor
|
|
436
|
+
}, n = {
|
|
437
|
+
color: e.status.success.default,
|
|
438
|
+
borderColor: e.status.success.default,
|
|
439
|
+
ringColor: e.status.success.ringColor
|
|
440
|
+
}, u = {
|
|
441
|
+
color: e.status.error.default,
|
|
442
|
+
borderColor: e.status.error.default,
|
|
443
|
+
ringColor: e.status.error.ringColor
|
|
444
|
+
}, C = r !== D.error && r !== D.success && r !== D.filled ? {
|
|
445
|
+
color: e.inputs.onsurface.active,
|
|
446
|
+
backgroundColor: e.inputs.surface.active,
|
|
447
|
+
borderColor: e.inputs.surface.border,
|
|
448
|
+
ringColor: e[o][r].ringColor
|
|
449
|
+
} : null;
|
|
450
|
+
return {
|
|
451
|
+
filled: t,
|
|
452
|
+
error: u,
|
|
453
|
+
success: n,
|
|
454
|
+
themeState: C
|
|
455
|
+
}[((p) => [D.filled, D.error, D.success].includes(p) ? p : "themeState")(r)];
|
|
456
|
+
}, We = ({ colors: e, borderRadius: o, components: r }, t, n, u, C) => {
|
|
457
|
+
const d = Qe(e, t, n), x = (b, p) => p && !b ? `${o.BorderRadiusMd}px 0px 0px ${o.BorderRadiusMd}px` : b && !p ? `0px ${o.BorderRadiusMd}px ${o.BorderRadiusMd}px 0px` : "0px";
|
|
458
|
+
return `
|
|
459
|
+
&.ant-input {
|
|
460
|
+
font-family: 'Inter', sans-serif;
|
|
461
|
+
color: ${d.color};
|
|
462
|
+
border-color: ${d.borderColor};
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.ant-input-group & {
|
|
466
|
+
&:focus-within {
|
|
467
|
+
outline: none;
|
|
468
|
+
color: ${d.color};
|
|
469
|
+
box-shadow: none;
|
|
470
|
+
border-color: ${e[t].focussed.borderColor};
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
.ant-input-group:focus-within {
|
|
475
|
+
outline: none;
|
|
476
|
+
box-shadow: 0 0 0 1px #fff, 0 0 0 3px ${e[t].focussed.ringColor};
|
|
477
|
+
border-radius: ${o.BorderRadiusMd}px;
|
|
478
|
+
transition: box-shadow 0.2s ease-in-out;
|
|
479
|
+
|
|
480
|
+
/* Hide focus styles on inner input when parent is focused */
|
|
481
|
+
.ant-input:focus-within {
|
|
482
|
+
box-shadow: none;
|
|
483
|
+
border-radius: 0;
|
|
484
|
+
border-radius: ${x(u, C)};
|
|
485
|
+
border-color: #ddd;
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
/* Remove inner input focus styles when in a group */
|
|
490
|
+
.ant-input-group .ant-input:focus,
|
|
491
|
+
.ant-input-group .ant-input:focus-visible,
|
|
492
|
+
.ant-input-group .ant-input:focus-within {
|
|
493
|
+
outline: none;
|
|
494
|
+
box-shadow: none;
|
|
495
|
+
border-color: ${e[t].focussed.borderColor};
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
/* Single focus ring on group */
|
|
499
|
+
.ant-input-group:focus-within {
|
|
500
|
+
outline: none;
|
|
501
|
+
box-shadow: 0 0 0 1px #fff, 0 0 0 3px ${e[t].focussed.ringColor};
|
|
502
|
+
border-radius: ${o.BorderRadiusMd}px;
|
|
503
|
+
transition: box-shadow 0.2s ease-in-out;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
/* Remove focus styles for standalone inputs */
|
|
507
|
+
&:not(.ant-input-group):focus-visible {
|
|
508
|
+
outline: none;
|
|
509
|
+
color: ${d.color};
|
|
510
|
+
box-shadow: 0 0 0 1px #fff, 0 0 0 3px ${e[t].focussed.ringColor};
|
|
511
|
+
border-radius: ${o.BorderRadiusMd}px;
|
|
512
|
+
border-color: ${e[t].focussed.borderColor};
|
|
513
|
+
transition: box-shadow 0.2s ease-in-out;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
&:not(.ant-input-group .ant-input):focus-visible {
|
|
517
|
+
outline: none;
|
|
518
|
+
color: ${d.color};
|
|
519
|
+
box-shadow: 0 0 0 1px #fff, 0 0 0 3px ${e[t].focussed.ringColor};
|
|
520
|
+
border-radius: ${o.BorderRadiusMd}px;
|
|
521
|
+
border-color: ${e[t].focussed.borderColor};
|
|
522
|
+
transition: box-shadow 0.2s ease-in-out;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
&.ant-input-group-wrapper {
|
|
526
|
+
.ant-input-group-addon {
|
|
527
|
+
padding-left: ${r.input.suffixPrefixHorPadding};
|
|
528
|
+
padding-right: ${r.input.suffixPrefixHorPadding};
|
|
529
|
+
padding-top: ${r.input.suffixPrefixVerPadding};
|
|
530
|
+
padding-bottom: ${r.input.suffixPrefixVerPadding};
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
`;
|
|
534
|
+
}, vt = pe(F)`
|
|
535
|
+
${({ theme: e, state: o, type: r = oe.primary, ...t }) => {
|
|
536
|
+
const n = !!t.addonBefore, u = !!t.addonAfter;
|
|
537
|
+
return We(
|
|
538
|
+
e,
|
|
539
|
+
r,
|
|
540
|
+
o,
|
|
541
|
+
n,
|
|
542
|
+
u
|
|
543
|
+
);
|
|
544
|
+
}}
|
|
545
|
+
`;
|
|
546
|
+
export {
|
|
547
|
+
vt as I,
|
|
548
|
+
F as a
|
|
549
|
+
};
|
package/dist/test/setup.d.ts
CHANGED
package/dist/test/setup.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { b as i, h as B, c as u, d as o, j as d, a as n, k as T, l as g, m as A, n as x, o as f, p as q, q as p, u as m, v as c, w as b, x as h, y as R, z as D, A as E, B as Q, C as I, f as F, D as L, E as P, F as V, G as k, H as w, I as S, J as v, K as M, L as H, M as N, N as O, O as W, P as j, Q as z, R as C, S as G, g as X, T as J, U as K, V as U, W as Y, X as Z, Y as _, Z as $, _ as ee, $ as ae, a0 as le, a1 as se, a2 as te, a3 as ye, a4 as re, i as ie, a5 as Be, a6 as ue, a7 as oe, a8 as de, a9 as ne, aa as Te, ab as ge, ac as Ae, ad as xe, ae as fe, af as qe, ag as pe, ah as me, ai as ce, aj as be, ak as he, al as Re, am as De, an as Ee, ao as Qe, r as Ie, e as Fe, s as Le, ap as Pe, aq as Ve, X as ke, ar as we, as as Se } from "../setup-aZdxWCJq.js";
|
|
3
3
|
import "../providers/GenesisProvider.js";
|
|
4
4
|
import "../providers/BreakpointThemeProvider.js";
|
|
5
|
-
import "../Typography-
|
|
6
|
-
import "../setup.types-
|
|
5
|
+
import "../Typography-B2J8CPnt.js";
|
|
6
|
+
import "../setup.types-CgFq66QX.js";
|
|
7
7
|
export {
|
|
8
8
|
i as act,
|
|
9
9
|
B as buildQueries,
|
|
10
10
|
u as cleanup,
|
|
11
11
|
o as configure,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
d as createEvent,
|
|
13
|
+
n as customRender,
|
|
14
|
+
T as findAllByAltText,
|
|
15
15
|
g as findAllByDisplayValue,
|
|
16
16
|
A as findAllByLabelText,
|
|
17
17
|
x as findAllByPlaceholderText,
|
|
@@ -21,33 +21,33 @@ export {
|
|
|
21
21
|
m as findAllByTitle,
|
|
22
22
|
c as findByAltText,
|
|
23
23
|
b as findByDisplayValue,
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
h as findByLabelText,
|
|
25
|
+
R as findByPlaceholderText,
|
|
26
26
|
D as findByRole,
|
|
27
27
|
E as findByTestId,
|
|
28
28
|
Q as findByText,
|
|
29
29
|
I as findByTitle,
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
30
|
+
F as fireEvent,
|
|
31
|
+
L as getAllByAltText,
|
|
32
|
+
P as getAllByDisplayValue,
|
|
33
|
+
V as getAllByLabelText,
|
|
34
|
+
k as getAllByPlaceholderText,
|
|
35
|
+
w as getAllByRole,
|
|
36
36
|
S as getAllByTestId,
|
|
37
37
|
v as getAllByText,
|
|
38
38
|
M as getAllByTitle,
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
39
|
+
H as getByAltText,
|
|
40
|
+
N as getByDisplayValue,
|
|
41
|
+
O as getByLabelText,
|
|
42
|
+
W as getByPlaceholderText,
|
|
43
|
+
j as getByRole,
|
|
44
|
+
z as getByTestId,
|
|
45
45
|
C as getByText,
|
|
46
46
|
G as getByTitle,
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
47
|
+
X as getConfig,
|
|
48
|
+
J as getDefaultNormalizer,
|
|
49
|
+
K as getElementError,
|
|
50
|
+
U as getMultipleElementsFoundError,
|
|
51
51
|
Y as getNodeText,
|
|
52
52
|
Z as getQueriesForElement,
|
|
53
53
|
_ as getRoles,
|
|
@@ -63,9 +63,9 @@ export {
|
|
|
63
63
|
Be as queries,
|
|
64
64
|
ue as queryAllByAltText,
|
|
65
65
|
oe as queryAllByAttribute,
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
66
|
+
de as queryAllByDisplayValue,
|
|
67
|
+
ne as queryAllByLabelText,
|
|
68
|
+
Te as queryAllByPlaceholderText,
|
|
69
69
|
ge as queryAllByRole,
|
|
70
70
|
Ae as queryAllByTestId,
|
|
71
71
|
xe as queryAllByText,
|
|
@@ -75,17 +75,17 @@ export {
|
|
|
75
75
|
me as queryByDisplayValue,
|
|
76
76
|
ce as queryByLabelText,
|
|
77
77
|
be as queryByPlaceholderText,
|
|
78
|
-
|
|
79
|
-
|
|
78
|
+
he as queryByRole,
|
|
79
|
+
Re as queryByTestId,
|
|
80
80
|
De as queryByText,
|
|
81
81
|
Ee as queryByTitle,
|
|
82
82
|
Qe as queryHelpers,
|
|
83
83
|
Ie as render,
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
84
|
+
Fe as renderHook,
|
|
85
|
+
Le as screen,
|
|
86
|
+
Pe as waitFor,
|
|
87
|
+
Ve as waitForElementToBeRemoved,
|
|
88
|
+
ke as within,
|
|
89
|
+
we as wrapAllByQueryWithSuggestion,
|
|
90
90
|
Se as wrapSingleQueryWithSuggestion
|
|
91
91
|
};
|
package/dist/test/setup.types.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import "../setup.types-
|
|
1
|
+
import "../setup.types-CgFq66QX.js";
|