@preply/ds-web-lib 10.0.0 → 11.1.0
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/dist/Accordion-B0hR-tcI.js +96 -0
- package/dist/AlertBannerProvider-Cf7w9AOq.js +76 -0
- package/dist/AlertDialog-BG-diKBi.js +475 -0
- package/dist/Avatar-B-JdqVyg.js +66 -0
- package/dist/AvatarWithStatus-CD9jEqEB.js +36 -0
- package/dist/Badge-Dd-CLBoW.js +50 -0
- package/dist/Box-BJBE9KNm.js +91 -0
- package/dist/BubbleCounter.module-BU2S0euA.js +16 -0
- package/dist/Button-C35BZJZT.js +91 -0
- package/dist/ButtonBase-8eUyTWxX.js +215 -0
- package/dist/Checkbox-CtolNbxI.js +108 -0
- package/dist/Chips-BRGw7Uup.js +99 -0
- package/dist/ChipsPrimitive-Bezq7ptE.js +1179 -0
- package/dist/CountryFlag-DVDKHmQH.js +43 -0
- package/dist/Dialog.module-Db2BJAn4.js +21 -0
- package/dist/DialogCloseButton-DjDd9Mid.js +98 -0
- package/dist/DialogDescription-8zw9t6pm.js +44 -0
- package/dist/DialogRoot-B67oJduC.js +335 -0
- package/dist/DialogRootContext-Bz8RW-Mq.js +12 -0
- package/dist/DialogTitle-C2Nn2ys-.js +43 -0
- package/dist/Divider-DvwDWB9_.js +17 -0
- package/dist/DropdownMenu.primitives-BrsTBvMk.js +4007 -0
- package/dist/FieldButton-B2slox8P.js +32 -0
- package/dist/FormControl-qnbQL1iF.js +128 -0
- package/dist/Heading-DA9gHfsx.js +71 -0
- package/dist/Icon-CixAeOSd.js +48 -0
- package/dist/IconButton-BPKpgfep.js +31 -0
- package/dist/InputContainer-CzzuOe_p.js +38 -0
- package/dist/LayoutFlex-e9auDvWD.js +86 -0
- package/dist/LayoutFlexItem-D9ziMmHe.js +48 -0
- package/dist/LayoutGridItem-Q8Lnvrri.js +34 -0
- package/dist/Link-CdoJVeER.js +66 -0
- package/dist/Loader-BMOxdJce.js +26 -0
- package/dist/OnboardingTooltip-B47_Yrsj.js +165 -0
- package/dist/OnboardingTour-DUUoI5WE.js +131 -0
- package/dist/PasswordField-Bx5YG62t.js +93 -0
- package/dist/PreplyLogo-abgOre30.js +112 -0
- package/dist/ProgressBar-CEU4GyHn.js +31 -0
- package/dist/ProgressSteps-BSqopxqv.js +45 -0
- package/dist/Select-Bo7PX_8V.js +124 -0
- package/dist/Slider-Crg4DEn_.js +64 -0
- package/dist/Spinner-Ck8KQA22.js +86 -0
- package/dist/Stars-D5QspUBE.js +72 -0
- package/dist/Steps-DbN5vFrP.js +173 -0
- package/dist/Switch-Ck_xB0ID.js +49 -0
- package/dist/Text-CaOF75Z-.js +121 -0
- package/dist/TextHighlighted-Dwq9Clgn.js +34 -0
- package/dist/TextInline-BcA4H2Tk.js +34 -0
- package/dist/Toast-wJAjSLfo.js +1019 -0
- package/dist/TokyoUIChevronDown-DGcVqR1z.js +14 -0
- package/dist/Tooltip-grvKQxTN.js +84 -0
- package/dist/VisuallyHidden-CtcHcZCK.js +29 -0
- package/dist/align-self-VrZUceie.js +42 -0
- package/dist/assets/Accordion.css +2 -2
- package/dist/assets/AlertBannerProvider.css +2 -2
- package/dist/assets/AlertDialog.css +2 -2
- package/dist/assets/Avatar.css +3 -3
- package/dist/assets/AvatarWithStatus.css +2 -2
- package/dist/assets/Badge.css +1 -1
- package/dist/assets/Box.css +3 -3
- package/dist/assets/BubbleCounter.css +1 -1
- package/dist/assets/Button.css +4 -4
- package/dist/assets/ButtonBase.css +40 -46
- package/dist/assets/Checkbox.css +1 -1
- package/dist/assets/Chips.css +2 -2
- package/dist/assets/ChipsPrimitive.css +2 -2
- package/dist/assets/CountryFlag.css +1 -1
- package/dist/assets/Dialog.css +13 -4
- package/dist/assets/Divider.css +1 -1
- package/dist/assets/DropdownMenu.css +2 -2
- package/dist/assets/FieldButton.css +3 -3
- package/dist/assets/FormControl.css +1 -1
- package/dist/assets/Heading.css +3 -3
- package/dist/assets/Icon.css +3 -3
- package/dist/assets/InputContainer.css +2 -2
- package/dist/assets/LayoutFlex.css +1 -1
- package/dist/assets/LayoutFlexItem.css +1 -1
- package/dist/assets/Link.css +3 -3
- package/dist/assets/Loader.css +1 -1
- package/dist/assets/OnboardingTooltip.css +6 -4
- package/dist/assets/OnboardingTour.css +3 -2
- package/dist/assets/PreplyLogo.css +1 -1
- package/dist/assets/ProgressBar.css +1 -1
- package/dist/assets/ProgressSteps.css +1 -1
- package/dist/assets/Select.css +2 -2
- package/dist/assets/Slider.css +1 -1
- package/dist/assets/Spinner.css +3 -3
- package/dist/assets/Stars.css +3 -3
- package/dist/assets/Steps.css +2 -2
- package/dist/assets/Switch.css +1 -1
- package/dist/assets/Text.css +3 -3
- package/dist/assets/TextHighlighted.css +3 -3
- package/dist/assets/TextInline.css +3 -3
- package/dist/assets/Toast.css +2 -2
- package/dist/assets/Tooltip.css +1 -1
- package/dist/assets/align-self.css +1 -1
- package/dist/assets/{IconTile.css → components.css} +9 -1
- package/dist/assets/exp-color.css +2 -2
- package/dist/assets/index.css +1 -1
- package/dist/assets/layout-gap.css +3 -3
- package/dist/assets/layout-grid.css +3 -3
- package/dist/assets/layout-hide.css +1 -1
- package/dist/assets/layout-padding.css +3 -3
- package/dist/assets/layout-relative.css +1 -1
- package/dist/assets/text-accent.css +2 -2
- package/dist/assets/text-centered.css +1 -1
- package/dist/assets/text-weight.css +2 -2
- package/dist/chunk-BVTlhY3a.js +24 -0
- package/dist/components/Accordion/Accordion.js +4 -60
- package/dist/components/Accordion/hooks/useOnOpenChange.js +19 -28
- package/dist/components/AlertBanner/AlertBanner.js +11 -26
- package/dist/components/AlertBanner/AlertBannerProvider.js +3 -8
- package/dist/components/AlertBanner/primitives/AlertBannerAction.js +11 -69
- package/dist/components/AlertBanner/primitives/AlertBannerIcon.js +77 -39
- package/dist/components/AlertBanner/primitives/AlertBannerRoot.js +26 -22
- package/dist/components/AlertBanner/primitives/AlertBannerText.js +11 -70
- package/dist/components/AlertDialog/AlertDialog.d.ts +3 -3
- package/dist/components/AlertDialog/AlertDialog.d.ts.map +1 -1
- package/dist/components/AlertDialog/AlertDialog.js +5 -94
- package/dist/components/Avatar/Avatar.js +3 -71
- package/dist/components/AvatarWithStatus/AvatarWithStatus.js +3 -43
- package/dist/components/Badge/Badge.js +4 -62
- package/dist/components/Box/Box.js +3 -95
- package/dist/components/BubbleCounter/BubbleCounter.js +23 -28
- package/dist/components/Button/Button.js +4 -80
- package/dist/components/CalloutBanner/CalloutBanner.js +61 -12
- package/dist/components/CalloutBanner/primitives/CalloutBannerDismissButton.js +50 -22
- package/dist/components/CalloutBanner/primitives/CalloutBannerIcon.js +86 -45
- package/dist/components/CalloutBanner/primitives/CalloutBannerRoot.js +50 -24
- package/dist/components/CalloutBanner/primitives/CalloutBannerText.js +41 -11
- package/dist/components/Checkbox/Checkbox.js +4 -78
- package/dist/components/Checkbox/hooks/useIndeterminate.js +24 -30
- package/dist/components/Chips/Chips.types.js +0 -1
- package/dist/components/Chips/DismissibleChips.js +117 -86
- package/dist/components/Chips/MultiSelectChips.js +98 -64
- package/dist/components/Chips/SingleSelectChips.js +94 -57
- package/dist/components/Chips/private/ChipsPrimitive.js +4 -17
- package/dist/components/CountryFlag/CountryFlag.js +3 -44
- package/dist/components/Dialog/Dialog.js +56 -31
- package/dist/components/Dialog/DialogSteps.js +40 -29
- package/dist/components/Dialog/primitives/DialogActions.js +26 -19
- package/dist/components/Dialog/primitives/DialogButtonStack.d.ts.map +1 -1
- package/dist/components/Dialog/primitives/DialogButtonStack.js +22 -15
- package/dist/components/Dialog/primitives/DialogCloseButton.d.ts +1 -1
- package/dist/components/Dialog/primitives/DialogCloseButton.d.ts.map +1 -1
- package/dist/components/Dialog/primitives/DialogCloseButton.js +4 -93
- package/dist/components/Dialog/primitives/DialogDescription.js +3 -43
- package/dist/components/Dialog/primitives/DialogFooter.js +37 -34
- package/dist/components/Dialog/primitives/DialogRoot.js +4 -1459
- package/dist/components/Dialog/primitives/DialogTitle.js +3 -42
- package/dist/components/Divider/Divider.js +3 -14
- package/dist/components/DropdownMenu/DropdownMenu.js +253 -188
- package/dist/components/DropdownMenu/primitives/DropdownMenu.primitives.js +5 -34
- package/dist/components/DropdownMenu/primitives/DropdownMenuSelectItem.primitives.js +121 -71
- package/dist/components/FieldButton/FieldButton.js +3 -37
- package/dist/components/FormControl/FormControl.js +3 -105
- package/dist/components/Heading/Heading.js +3 -78
- package/dist/components/Icon/Icon.js +4 -49
- package/dist/components/IconButton/IconButton.d.ts +5 -1
- package/dist/components/IconButton/IconButton.d.ts.map +1 -1
- package/dist/components/IconButton/IconButton.js +4 -28
- package/dist/components/IconTile/IconTile.js +11 -69
- package/dist/components/IntlFormatted/IntlFormattedAggregatedDateTime.js +16 -32
- package/dist/components/IntlFormatted/IntlFormattedCurrency.js +20 -42
- package/dist/components/IntlFormatted/IntlFormattedDate.js +73 -195
- package/dist/components/IntlFormatted/IntlFormattedTime.js +14 -24
- package/dist/components/IntlFormatted/Wrapper.js +14 -8
- package/dist/components/LayoutFlex/LayoutFlex.js +3 -100
- package/dist/components/LayoutFlex/style/getStyleAttrs.js +71 -143
- package/dist/components/LayoutFlex/tests/AlignItems.js +67 -97
- package/dist/components/LayoutFlex/tests/ColumnReverse.js +63 -100
- package/dist/components/LayoutFlex/tests/DataOverride.js +1498 -1093
- package/dist/components/LayoutFlex/tests/Default.js +19 -20
- package/dist/components/LayoutFlex/tests/Direction.js +65 -88
- package/dist/components/LayoutFlex/tests/Gap.js +115 -197
- package/dist/components/LayoutFlex/tests/HideInline.js +95 -136
- package/dist/components/LayoutFlex/tests/JustifyContent.js +75 -108
- package/dist/components/LayoutFlex/tests/Nowrap.js +35 -42
- package/dist/components/LayoutFlex/tests/Padding.js +207 -263
- package/dist/components/LayoutFlex/tests/Relative.js +49 -64
- package/dist/components/LayoutFlexItem/LayoutFlexItem.js +3 -54
- package/dist/components/LayoutGrid/LayoutGrid.js +26 -34
- package/dist/components/LayoutGridItem/LayoutGridItem.js +3 -41
- package/dist/components/Link/Link.js +3 -72
- package/dist/components/Loader/Loader.js +3 -32
- package/dist/components/NumberField/NumberField.js +33 -35
- package/dist/components/ObserveIntersection/ObserveIntersection.js +41 -42
- package/dist/components/OnboardingTooltip/OnboardingTooltip.js +4 -115
- package/dist/components/OnboardingTour/OnboardingTour.js +4 -114
- package/dist/components/PasswordField/PasswordField.js +3 -78
- package/dist/components/PreplyLogo/PreplyLogo.js +3 -81
- package/dist/components/ProgressBar/ProgressBar.js +3 -27
- package/dist/components/ProgressSteps/ProgressSteps.js +3 -48
- package/dist/components/Rating/Rating.js +29 -20
- package/dist/components/Rating/RatingInput.js +57 -59
- package/dist/components/Rating/Stars.js +4 -8
- package/dist/components/Rating/hooks/useHasError.js +11 -15
- package/dist/components/Rating/hooks/useHoverPercentage.js +37 -45
- package/dist/components/Rating/hooks/useInputState.js +18 -24
- package/dist/components/Rating/hooks/useLocalizations.js +12 -24
- package/dist/components/Rating/utils/roundToHalfDecimal.js +4 -4
- package/dist/components/SelectField/Select.js +5 -112
- package/dist/components/SelectField/SelectField.js +29 -24
- package/dist/components/SelectField/hooks/useBreakpointMatch.js +18 -19
- package/dist/components/ShowOnIntersection/ShowOnIntersection.js +32 -21
- package/dist/components/Slider/RangeSlider.js +62 -52
- package/dist/components/Slider/Slider.js +3 -10
- package/dist/components/Steps/Steps.js +4 -210
- package/dist/components/Switch/Switch.js +3 -51
- package/dist/components/Text/Text.js +3 -128
- package/dist/components/TextField/TextField.js +27 -29
- package/dist/components/TextHighlighted/TextHighlighted.js +3 -41
- package/dist/components/TextInline/TextInline.js +3 -40
- package/dist/components/TextareaField/TextareaField.js +26 -28
- package/dist/components/Toast/Toast.js +4 -1168
- package/dist/components/Tooltip/Tooltip.js +3 -66
- package/dist/components/deprecated/Chips/Chips.js +4 -76
- package/dist/components/deprecated/NativeSelectField/NativeSelect.js +40 -32
- package/dist/components/deprecated/NativeSelectField/NativeSelectField.js +34 -33
- package/dist/components/deprecated/index.js +5 -6
- package/dist/components/index.js +50 -150
- package/dist/components/private/ButtonBase/ButtonBase.d.ts +7 -11
- package/dist/components/private/ButtonBase/ButtonBase.d.ts.map +1 -1
- package/dist/components/private/ButtonBase/ButtonBase.js +3 -247
- package/dist/components/private/Input/Input.js +27 -19
- package/dist/components/private/Input/InputContainer.js +3 -5
- package/dist/components/private/Input/Textarea.js +24 -20
- package/dist/components/private/Input/index.js +2 -4
- package/dist/components/private/Spinner/Spinner.js +3 -52
- package/dist/components/private/VisuallyHidden/VisuallyHidden.js +3 -15
- package/dist/components-BIYP8wHJ.js +200 -0
- package/dist/exp-color-C5mKAN91.js +74 -0
- package/dist/floating-ui.utils.dom-CoeTbDZx.js +215 -0
- package/dist/index.js +50 -150
- package/dist/index.module-1c7ENvxc.js +7 -0
- package/dist/jsx-runtime-i4KUlhDu.js +743 -0
- package/dist/layout-gap.module-DLD8bcR4.js +95 -0
- package/dist/layout-grid.module-CZfhrKrB.js +101 -0
- package/dist/layout-hide.module-B1P0N4i3.js +53 -0
- package/dist/layout-padding-ugY-yd2q.js +389 -0
- package/dist/layout-relative.module-B5xrFD9j.js +6 -0
- package/dist/render-icon-Ch3b2dE0.js +290 -0
- package/dist/shared-styles/align-self/align-self.js +2 -36
- package/dist/shared-styles/exp-color/exp-color.js +2 -68
- package/dist/shared-styles/layout-gap/layout-gap.js +13 -7
- package/dist/shared-styles/layout-grid/layout-grid.js +28 -28
- package/dist/shared-styles/layout-grid-responsive-columns/layout-grid-responsive-columns.js +29 -43
- package/dist/shared-styles/layout-hide/layout-hide.js +8 -8
- package/dist/shared-styles/layout-padding/layout-padding.js +2 -5
- package/dist/shared-styles/layout-relative/layout-relative.js +14 -8
- package/dist/shared-styles/text-accent/text-accent.js +2 -25
- package/dist/shared-styles/text-centered/text-centered.js +2 -24
- package/dist/shared-styles/text-weight/text-weight.js +2 -15
- package/dist/store-sN_eYeZT.js +1064 -0
- package/dist/storybook-utils/consts.js +6 -8
- package/dist/storybook-utils/index.js +1 -5
- package/dist/text-accent-CfUFx-1K.js +30 -0
- package/dist/text-centered-Dwp2_-Yp.js +30 -0
- package/dist/text-weight-CwoqmM4o.js +21 -0
- package/dist/useBaseUiId-CWAD_PSs.js +13 -0
- package/dist/useBreakpointMatch-D9a3CTNK.js +338 -0
- package/dist/useButton-DHTh3Hm7.js +148 -0
- package/dist/useDialogClose-BzFIyWco.js +22 -0
- package/dist/useId-CJsH-2wV.js +34 -0
- package/dist/useOpenInteractionType-D8vA_ZKI.js +4104 -0
- package/dist/useRenderElement-ZBds6eRN.js +341 -0
- package/dist/utils/Orientation/OrientationProvider.js +54 -23
- package/dist/utils/Orientation/index.js +2 -4
- package/dist/utils/RovingTabIndex/RovingTabIndexProvider.js +70 -44
- package/dist/utils/RovingTabIndex/index.js +2 -4
- package/dist/utils/createRequiredContext.js +23 -13
- package/dist/utils/filterAttributesPassedByRadixUIAtRuntime.js +28 -25
- package/dist/utils/render-icon.js +3 -320
- package/dist/utils/shared-strings.js +24 -32
- package/dist/utils/useBreakpointMatch.d.ts.map +1 -1
- package/dist/utils/useBreakpointMatch.js +2 -183
- package/dist/utils/useControllableState/useControllableState.js +31 -25
- package/dist/utils/useMergeRefs.js +29 -14
- package/dist/utils/useStableCallback/useStableCallback.js +28 -13
- package/package.json +17 -22
- package/dist/AlertBannerProvider-DTx2Xp3V.js +0 -50
- package/dist/BubbleCounter.module-QMwXWFIS.js +0 -16
- package/dist/ChipsPrimitive-DzsaOWgY.js +0 -1244
- package/dist/Dialog.module-Ba1X7b3N.js +0 -29
- package/dist/DialogRootContext-BCXmmJAw.js +0 -15
- package/dist/DropdownMenu.primitives-CqJE9k4D.js +0 -5871
- package/dist/IconTile-D1G7MljH.js +0 -172
- package/dist/InputContainer-oHJlLWIi.js +0 -30
- package/dist/Slider-DB4Maswa.js +0 -55
- package/dist/Stars-C_mHop2H.js +0 -67
- package/dist/TokyoUIChevronDown-D_tD1yU8.js +0 -11
- package/dist/floating-ui.utils.dom-BvMNldxo.js +0 -234
- package/dist/index.module-Q9TzIR6B.js +0 -11
- package/dist/layout-gap.module-MKn_un_k.js +0 -97
- package/dist/layout-grid.module-P4B4WVUy.js +0 -103
- package/dist/layout-hide.module-Bpl3Pl-a.js +0 -55
- package/dist/layout-padding-D5I6rRlL.js +0 -373
- package/dist/layout-relative.module-1z75aSwo.js +0 -8
- package/dist/useBaseUiId-DavsGYu9.js +0 -8
- package/dist/useButton-fjQ0ak8m.js +0 -193
- package/dist/useId-BhIOp2JG.js +0 -28
- package/dist/useOpenInteractionType-DNYFqf-a.js +0 -2880
- package/dist/useRenderElement-BSthtPOr.js +0 -350
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { moduleClassNames, stringClassNames } from "@preply/ds-web-core";
|
|
2
|
+
import './assets/exp-color.css';var exp_color_module_default = {
|
|
3
|
+
ExpColor: "ExpColor__S0PGo",
|
|
4
|
+
"ExpColor--exp-color-grey-0": "ExpColor--exp-color-grey-0__DKudt",
|
|
5
|
+
"ExpColor--exp-color-grey-50": "ExpColor--exp-color-grey-50__lo7OH",
|
|
6
|
+
"ExpColor--exp-color-grey-100": "ExpColor--exp-color-grey-100__EtBtx",
|
|
7
|
+
"ExpColor--exp-color-grey-200": "ExpColor--exp-color-grey-200__KHF8X",
|
|
8
|
+
"ExpColor--exp-color-grey-300": "ExpColor--exp-color-grey-300__0u63D",
|
|
9
|
+
"ExpColor--exp-color-grey-400": "ExpColor--exp-color-grey-400__WaJzi",
|
|
10
|
+
"ExpColor--exp-color-grey-500": "ExpColor--exp-color-grey-500__1RSHd",
|
|
11
|
+
"ExpColor--exp-color-grey-600": "ExpColor--exp-color-grey-600__95yQU",
|
|
12
|
+
"ExpColor--exp-color-grey-700": "ExpColor--exp-color-grey-700__SSayo",
|
|
13
|
+
"ExpColor--exp-color-grey-800": "ExpColor--exp-color-grey-800__15Bou",
|
|
14
|
+
"ExpColor--exp-color-grey-900": "ExpColor--exp-color-grey-900__BKw9C",
|
|
15
|
+
"ExpColor--exp-color-pink-50": "ExpColor--exp-color-pink-50__SZLGx",
|
|
16
|
+
"ExpColor--exp-color-pink-100": "ExpColor--exp-color-pink-100__J0yFM",
|
|
17
|
+
"ExpColor--exp-color-pink-200": "ExpColor--exp-color-pink-200__dQ0mZ",
|
|
18
|
+
"ExpColor--exp-color-pink-300": "ExpColor--exp-color-pink-300__WYBWX",
|
|
19
|
+
"ExpColor--exp-color-pink-400": "ExpColor--exp-color-pink-400__7Jazs",
|
|
20
|
+
"ExpColor--exp-color-pink-500": "ExpColor--exp-color-pink-500__4X2bs",
|
|
21
|
+
"ExpColor--exp-color-pink-600": "ExpColor--exp-color-pink-600__Ph3VO",
|
|
22
|
+
"ExpColor--exp-color-pink-700": "ExpColor--exp-color-pink-700__nLJd1",
|
|
23
|
+
"ExpColor--exp-color-pink-800": "ExpColor--exp-color-pink-800__-fD0l",
|
|
24
|
+
"ExpColor--exp-color-yellow-50": "ExpColor--exp-color-yellow-50__EYcxx",
|
|
25
|
+
"ExpColor--exp-color-yellow-100": "ExpColor--exp-color-yellow-100__8n-ZP",
|
|
26
|
+
"ExpColor--exp-color-yellow-200": "ExpColor--exp-color-yellow-200__eOMK3",
|
|
27
|
+
"ExpColor--exp-color-yellow-300": "ExpColor--exp-color-yellow-300__JbUZg",
|
|
28
|
+
"ExpColor--exp-color-yellow-400": "ExpColor--exp-color-yellow-400__7NrMJ",
|
|
29
|
+
"ExpColor--exp-color-yellow-500": "ExpColor--exp-color-yellow-500__a3k-Q",
|
|
30
|
+
"ExpColor--exp-color-yellow-600": "ExpColor--exp-color-yellow-600__xBk-i",
|
|
31
|
+
"ExpColor--exp-color-yellow-700": "ExpColor--exp-color-yellow-700__xw4Kd",
|
|
32
|
+
"ExpColor--exp-color-yellow-800": "ExpColor--exp-color-yellow-800__vZmXG",
|
|
33
|
+
"ExpColor--exp-color-blue-50": "ExpColor--exp-color-blue-50__s2FXt",
|
|
34
|
+
"ExpColor--exp-color-blue-100": "ExpColor--exp-color-blue-100__TzrMW",
|
|
35
|
+
"ExpColor--exp-color-blue-200": "ExpColor--exp-color-blue-200__sVncU",
|
|
36
|
+
"ExpColor--exp-color-blue-300": "ExpColor--exp-color-blue-300__ooY38",
|
|
37
|
+
"ExpColor--exp-color-blue-400": "ExpColor--exp-color-blue-400__GGuoL",
|
|
38
|
+
"ExpColor--exp-color-blue-500": "ExpColor--exp-color-blue-500__N2NW9",
|
|
39
|
+
"ExpColor--exp-color-blue-600": "ExpColor--exp-color-blue-600__q-8xU",
|
|
40
|
+
"ExpColor--exp-color-blue-700": "ExpColor--exp-color-blue-700__5k-Gw",
|
|
41
|
+
"ExpColor--exp-color-blue-800": "ExpColor--exp-color-blue-800__MCpJf",
|
|
42
|
+
"ExpColor--exp-color-teal-50": "ExpColor--exp-color-teal-50__P9v3-",
|
|
43
|
+
"ExpColor--exp-color-teal-100": "ExpColor--exp-color-teal-100__Y8xbj",
|
|
44
|
+
"ExpColor--exp-color-teal-200": "ExpColor--exp-color-teal-200__yzxAu",
|
|
45
|
+
"ExpColor--exp-color-teal-300": "ExpColor--exp-color-teal-300__CC-oK",
|
|
46
|
+
"ExpColor--exp-color-teal-400": "ExpColor--exp-color-teal-400__fBHUW",
|
|
47
|
+
"ExpColor--exp-color-teal-500": "ExpColor--exp-color-teal-500__qt3Ny",
|
|
48
|
+
"ExpColor--exp-color-teal-600": "ExpColor--exp-color-teal-600__5EF-y",
|
|
49
|
+
"ExpColor--exp-color-teal-700": "ExpColor--exp-color-teal-700__o0qGK",
|
|
50
|
+
"ExpColor--exp-color-teal-800": "ExpColor--exp-color-teal-800__dntGK",
|
|
51
|
+
"ExpColor--exp-color-red-50": "ExpColor--exp-color-red-50__QFm4H",
|
|
52
|
+
"ExpColor--exp-color-red-100": "ExpColor--exp-color-red-100__gQ36l",
|
|
53
|
+
"ExpColor--exp-color-red-200": "ExpColor--exp-color-red-200__N7c7P",
|
|
54
|
+
"ExpColor--exp-color-red-300": "ExpColor--exp-color-red-300__uhkUo",
|
|
55
|
+
"ExpColor--exp-color-red-400": "ExpColor--exp-color-red-400__cNgdd",
|
|
56
|
+
"ExpColor--exp-color-red-500": "ExpColor--exp-color-red-500__VMSdk",
|
|
57
|
+
"ExpColor--exp-color-red-600": "ExpColor--exp-color-red-600__In2gH",
|
|
58
|
+
"ExpColor--exp-color-red-700": "ExpColor--exp-color-red-700__DPnKE",
|
|
59
|
+
"ExpColor--exp-color-red-800": "ExpColor--exp-color-red-800__MkRFA"
|
|
60
|
+
};
|
|
61
|
+
//#endregion
|
|
62
|
+
//#region src/shared-styles/exp-color/exp-color.ts
|
|
63
|
+
var EXP_COLOR = "ExpColor";
|
|
64
|
+
/**
|
|
65
|
+
* Note: be careful with styles specificity.
|
|
66
|
+
* It's possible that some of the styles will be overridden
|
|
67
|
+
* by other components/hooks, that were rendered after this one.
|
|
68
|
+
* See #incident-918 (https://preply.slack.com/archives/C05R913FCNR/p1694510587143179) for details
|
|
69
|
+
*/
|
|
70
|
+
var getExpColorClassNames = (expColor) => {
|
|
71
|
+
return moduleClassNames(exp_color_module_default, EXP_COLOR, [stringClassNames("exp-color", expColor)]);
|
|
72
|
+
};
|
|
73
|
+
//#endregion
|
|
74
|
+
export { getExpColorClassNames as t };
|
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { f as useRefWithInit, u as EMPTY_OBJECT } from "./useRenderElement-ZBds6eRN.js";
|
|
3
|
+
import * as React$1 from "react";
|
|
4
|
+
//#region ../../node_modules/@base-ui-components/utils/esm/useEventCallback.js
|
|
5
|
+
var useInsertionEffect = React$1[`useInsertionEffect${Math.random().toFixed(1)}`.slice(0, -3)];
|
|
6
|
+
var useSafeInsertionEffect = useInsertionEffect && useInsertionEffect !== React$1.useLayoutEffect ? useInsertionEffect : (fn) => fn();
|
|
7
|
+
function useEventCallback(callback) {
|
|
8
|
+
const stable = useRefWithInit(createStableCallback).current;
|
|
9
|
+
stable.next = callback;
|
|
10
|
+
useSafeInsertionEffect(stable.effect);
|
|
11
|
+
return stable.trampoline;
|
|
12
|
+
}
|
|
13
|
+
function createStableCallback() {
|
|
14
|
+
const stable = {
|
|
15
|
+
next: void 0,
|
|
16
|
+
callback: assertNotCalled,
|
|
17
|
+
trampoline: (...args) => {
|
|
18
|
+
var _stable$callback;
|
|
19
|
+
return (_stable$callback = stable.callback) === null || _stable$callback === void 0 ? void 0 : _stable$callback.call(stable, ...args);
|
|
20
|
+
},
|
|
21
|
+
effect: () => {
|
|
22
|
+
stable.callback = stable.next;
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
return stable;
|
|
26
|
+
}
|
|
27
|
+
function assertNotCalled() {
|
|
28
|
+
if (process.env.NODE_ENV !== "production") throw new Error("Base UI: Cannot call an event handler while rendering.");
|
|
29
|
+
}
|
|
30
|
+
//#endregion
|
|
31
|
+
//#region ../../node_modules/@base-ui-components/utils/esm/useIsoLayoutEffect.js
|
|
32
|
+
var noop = () => {};
|
|
33
|
+
var useIsoLayoutEffect = typeof document !== "undefined" ? React$1.useLayoutEffect : noop;
|
|
34
|
+
//#endregion
|
|
35
|
+
//#region ../../node_modules/@base-ui-components/react/esm/utils/createBaseUIEventDetails.js
|
|
36
|
+
/**
|
|
37
|
+
* Maps an open-change `reason` string to the corresponding native event type.
|
|
38
|
+
*/
|
|
39
|
+
/**
|
|
40
|
+
* Details of custom change events emitted by Base UI components.
|
|
41
|
+
*/
|
|
42
|
+
/**
|
|
43
|
+
* Details of custom generic events emitted by Base UI components.
|
|
44
|
+
*/
|
|
45
|
+
/**
|
|
46
|
+
* Creates a Base UI event details object with the given reason and utilities
|
|
47
|
+
* for preventing Base UI's internal event handling.
|
|
48
|
+
*/
|
|
49
|
+
function createChangeEventDetails(reason, event, customProperties) {
|
|
50
|
+
let canceled = false;
|
|
51
|
+
let allowPropagation = false;
|
|
52
|
+
const custom = customProperties !== null && customProperties !== void 0 ? customProperties : EMPTY_OBJECT;
|
|
53
|
+
return {
|
|
54
|
+
reason,
|
|
55
|
+
event: event !== null && event !== void 0 ? event : new Event("base-ui"),
|
|
56
|
+
cancel() {
|
|
57
|
+
canceled = true;
|
|
58
|
+
},
|
|
59
|
+
allowPropagation() {
|
|
60
|
+
allowPropagation = true;
|
|
61
|
+
},
|
|
62
|
+
get isCanceled() {
|
|
63
|
+
return canceled;
|
|
64
|
+
},
|
|
65
|
+
get isPropagationAllowed() {
|
|
66
|
+
return allowPropagation;
|
|
67
|
+
},
|
|
68
|
+
...custom
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
//#endregion
|
|
72
|
+
//#region ../../node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs
|
|
73
|
+
function hasWindow() {
|
|
74
|
+
return typeof window !== "undefined";
|
|
75
|
+
}
|
|
76
|
+
function getNodeName(node) {
|
|
77
|
+
if (isNode(node)) return (node.nodeName || "").toLowerCase();
|
|
78
|
+
return "#document";
|
|
79
|
+
}
|
|
80
|
+
function getWindow(node) {
|
|
81
|
+
var _node$ownerDocument;
|
|
82
|
+
return (node == null || (_node$ownerDocument = node.ownerDocument) == null ? void 0 : _node$ownerDocument.defaultView) || window;
|
|
83
|
+
}
|
|
84
|
+
function getDocumentElement(node) {
|
|
85
|
+
var _ref;
|
|
86
|
+
return (_ref = (isNode(node) ? node.ownerDocument : node.document) || window.document) == null ? void 0 : _ref.documentElement;
|
|
87
|
+
}
|
|
88
|
+
function isNode(value) {
|
|
89
|
+
if (!hasWindow()) return false;
|
|
90
|
+
return value instanceof Node || value instanceof getWindow(value).Node;
|
|
91
|
+
}
|
|
92
|
+
function isElement(value) {
|
|
93
|
+
if (!hasWindow()) return false;
|
|
94
|
+
return value instanceof Element || value instanceof getWindow(value).Element;
|
|
95
|
+
}
|
|
96
|
+
function isHTMLElement(value) {
|
|
97
|
+
if (!hasWindow()) return false;
|
|
98
|
+
return value instanceof HTMLElement || value instanceof getWindow(value).HTMLElement;
|
|
99
|
+
}
|
|
100
|
+
function isShadowRoot(value) {
|
|
101
|
+
if (!hasWindow() || typeof ShadowRoot === "undefined") return false;
|
|
102
|
+
return value instanceof ShadowRoot || value instanceof getWindow(value).ShadowRoot;
|
|
103
|
+
}
|
|
104
|
+
var invalidOverflowDisplayValues = /* @__PURE__ */ new Set(["inline", "contents"]);
|
|
105
|
+
function isOverflowElement(element) {
|
|
106
|
+
const { overflow, overflowX, overflowY, display } = getComputedStyle(element);
|
|
107
|
+
return /auto|scroll|overlay|hidden|clip/.test(overflow + overflowY + overflowX) && !invalidOverflowDisplayValues.has(display);
|
|
108
|
+
}
|
|
109
|
+
var tableElements = /* @__PURE__ */ new Set([
|
|
110
|
+
"table",
|
|
111
|
+
"td",
|
|
112
|
+
"th"
|
|
113
|
+
]);
|
|
114
|
+
function isTableElement(element) {
|
|
115
|
+
return tableElements.has(getNodeName(element));
|
|
116
|
+
}
|
|
117
|
+
var topLayerSelectors = [":popover-open", ":modal"];
|
|
118
|
+
function isTopLayer(element) {
|
|
119
|
+
return topLayerSelectors.some((selector) => {
|
|
120
|
+
try {
|
|
121
|
+
return element.matches(selector);
|
|
122
|
+
} catch (_e) {
|
|
123
|
+
return false;
|
|
124
|
+
}
|
|
125
|
+
});
|
|
126
|
+
}
|
|
127
|
+
var transformProperties = [
|
|
128
|
+
"transform",
|
|
129
|
+
"translate",
|
|
130
|
+
"scale",
|
|
131
|
+
"rotate",
|
|
132
|
+
"perspective"
|
|
133
|
+
];
|
|
134
|
+
var willChangeValues = [
|
|
135
|
+
"transform",
|
|
136
|
+
"translate",
|
|
137
|
+
"scale",
|
|
138
|
+
"rotate",
|
|
139
|
+
"perspective",
|
|
140
|
+
"filter"
|
|
141
|
+
];
|
|
142
|
+
var containValues = [
|
|
143
|
+
"paint",
|
|
144
|
+
"layout",
|
|
145
|
+
"strict",
|
|
146
|
+
"content"
|
|
147
|
+
];
|
|
148
|
+
function isContainingBlock(elementOrCss) {
|
|
149
|
+
const webkit = isWebKit();
|
|
150
|
+
const css = isElement(elementOrCss) ? getComputedStyle(elementOrCss) : elementOrCss;
|
|
151
|
+
return transformProperties.some((value) => css[value] ? css[value] !== "none" : false) || (css.containerType ? css.containerType !== "normal" : false) || !webkit && (css.backdropFilter ? css.backdropFilter !== "none" : false) || !webkit && (css.filter ? css.filter !== "none" : false) || willChangeValues.some((value) => (css.willChange || "").includes(value)) || containValues.some((value) => (css.contain || "").includes(value));
|
|
152
|
+
}
|
|
153
|
+
function getContainingBlock(element) {
|
|
154
|
+
let currentNode = getParentNode(element);
|
|
155
|
+
while (isHTMLElement(currentNode) && !isLastTraversableNode(currentNode)) {
|
|
156
|
+
if (isContainingBlock(currentNode)) return currentNode;
|
|
157
|
+
else if (isTopLayer(currentNode)) return null;
|
|
158
|
+
currentNode = getParentNode(currentNode);
|
|
159
|
+
}
|
|
160
|
+
return null;
|
|
161
|
+
}
|
|
162
|
+
function isWebKit() {
|
|
163
|
+
if (typeof CSS === "undefined" || !CSS.supports) return false;
|
|
164
|
+
return CSS.supports("-webkit-backdrop-filter", "none");
|
|
165
|
+
}
|
|
166
|
+
var lastTraversableNodeNames = /* @__PURE__ */ new Set([
|
|
167
|
+
"html",
|
|
168
|
+
"body",
|
|
169
|
+
"#document"
|
|
170
|
+
]);
|
|
171
|
+
function isLastTraversableNode(node) {
|
|
172
|
+
return lastTraversableNodeNames.has(getNodeName(node));
|
|
173
|
+
}
|
|
174
|
+
function getComputedStyle(element) {
|
|
175
|
+
return getWindow(element).getComputedStyle(element);
|
|
176
|
+
}
|
|
177
|
+
function getNodeScroll(element) {
|
|
178
|
+
if (isElement(element)) return {
|
|
179
|
+
scrollLeft: element.scrollLeft,
|
|
180
|
+
scrollTop: element.scrollTop
|
|
181
|
+
};
|
|
182
|
+
return {
|
|
183
|
+
scrollLeft: element.scrollX,
|
|
184
|
+
scrollTop: element.scrollY
|
|
185
|
+
};
|
|
186
|
+
}
|
|
187
|
+
function getParentNode(node) {
|
|
188
|
+
if (getNodeName(node) === "html") return node;
|
|
189
|
+
const result = node.assignedSlot || node.parentNode || isShadowRoot(node) && node.host || getDocumentElement(node);
|
|
190
|
+
return isShadowRoot(result) ? result.host : result;
|
|
191
|
+
}
|
|
192
|
+
function getNearestOverflowAncestor(node) {
|
|
193
|
+
const parentNode = getParentNode(node);
|
|
194
|
+
if (isLastTraversableNode(parentNode)) return node.ownerDocument ? node.ownerDocument.body : node.body;
|
|
195
|
+
if (isHTMLElement(parentNode) && isOverflowElement(parentNode)) return parentNode;
|
|
196
|
+
return getNearestOverflowAncestor(parentNode);
|
|
197
|
+
}
|
|
198
|
+
function getOverflowAncestors(node, list, traverseIframes) {
|
|
199
|
+
var _node$ownerDocument2;
|
|
200
|
+
if (list === void 0) list = [];
|
|
201
|
+
if (traverseIframes === void 0) traverseIframes = true;
|
|
202
|
+
const scrollableAncestor = getNearestOverflowAncestor(node);
|
|
203
|
+
const isBody = scrollableAncestor === ((_node$ownerDocument2 = node.ownerDocument) == null ? void 0 : _node$ownerDocument2.body);
|
|
204
|
+
const win = getWindow(scrollableAncestor);
|
|
205
|
+
if (isBody) {
|
|
206
|
+
const frameElement = getFrameElement(win);
|
|
207
|
+
return list.concat(win, win.visualViewport || [], isOverflowElement(scrollableAncestor) ? scrollableAncestor : [], frameElement && traverseIframes ? getOverflowAncestors(frameElement) : []);
|
|
208
|
+
}
|
|
209
|
+
return list.concat(scrollableAncestor, getOverflowAncestors(scrollableAncestor, [], traverseIframes));
|
|
210
|
+
}
|
|
211
|
+
function getFrameElement(win) {
|
|
212
|
+
return win.parent && Object.getPrototypeOf(win.parent) ? win.frameElement : null;
|
|
213
|
+
}
|
|
214
|
+
//#endregion
|
|
215
|
+
export { useEventCallback as S, isTableElement as _, getNodeName as a, createChangeEventDetails as b, getParentNode as c, isElement as d, isHTMLElement as f, isShadowRoot as g, isOverflowElement as h, getFrameElement as i, getWindow as l, isNode as m, getContainingBlock as n, getNodeScroll as o, isLastTraversableNode as p, getDocumentElement as r, getOverflowAncestors as s, getComputedStyle as t, isContainingBlock as u, isTopLayer as v, useIsoLayoutEffect as x, isWebKit as y };
|
package/dist/index.js
CHANGED
|
@@ -1,178 +1,78 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
1
|
+
import { t as Icon } from "./Icon-CixAeOSd.js";
|
|
2
|
+
import "./render-icon-Ch3b2dE0.js";
|
|
3
|
+
import "./jsx-runtime-i4KUlhDu.js";
|
|
4
|
+
import { t as Text } from "./Text-CaOF75Z-.js";
|
|
5
|
+
import { i as AccordionItem, n as AccordionContent, r as AccordionHeader, t as Accordion } from "./Accordion-B0hR-tcI.js";
|
|
6
|
+
import { t as AlertDialog } from "./AlertDialog-BG-diKBi.js";
|
|
7
|
+
import "./store-sN_eYeZT.js";
|
|
8
|
+
import { t as DialogRoot } from "./DialogRoot-B67oJduC.js";
|
|
9
|
+
import { t as DialogCloseButton } from "./DialogCloseButton-DjDd9Mid.js";
|
|
10
|
+
import { t as DialogDescription } from "./DialogDescription-8zw9t6pm.js";
|
|
11
|
+
import { t as DialogTitle } from "./DialogTitle-C2Nn2ys-.js";
|
|
12
|
+
import { t as Heading } from "./Heading-DA9gHfsx.js";
|
|
13
|
+
import { t as Button } from "./Button-C35BZJZT.js";
|
|
14
|
+
import { t as AlertBannerProvider } from "./AlertBannerProvider-Cf7w9AOq.js";
|
|
7
15
|
import { AlertBannerRoot } from "./components/AlertBanner/primitives/AlertBannerRoot.js";
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
16
|
+
import { AlertBannerCriticalIcon, AlertBannerIcon, AlertBannerPositiveIcon, AlertBannerWarningIcon } from "./components/AlertBanner/primitives/AlertBannerIcon.js";
|
|
17
|
+
import { a as AlertBannerText, i as AlertBannerAction, n as IconTile, r as AlertBanner, t as usePortalElement } from "./components-BIYP8wHJ.js";
|
|
18
|
+
import { t as Avatar } from "./Avatar-B-JdqVyg.js";
|
|
19
|
+
import { t as AvatarWithStatus } from "./AvatarWithStatus-CD9jEqEB.js";
|
|
20
|
+
import { t as Badge } from "./Badge-Dd-CLBoW.js";
|
|
21
|
+
import { t as Box } from "./Box-BJBE9KNm.js";
|
|
12
22
|
import { BubbleCounter } from "./components/BubbleCounter/BubbleCounter.js";
|
|
13
|
-
import {
|
|
23
|
+
import { CalloutBannerRoot } from "./components/CalloutBanner/primitives/CalloutBannerRoot.js";
|
|
14
24
|
import { CalloutBanner } from "./components/CalloutBanner/CalloutBanner.js";
|
|
25
|
+
import { t as IconButton } from "./IconButton-BPKpgfep.js";
|
|
15
26
|
import { CalloutBannerDismissButton } from "./components/CalloutBanner/primitives/CalloutBannerDismissButton.js";
|
|
16
27
|
import { CalloutBannerCriticalIcon, CalloutBannerIcon, CalloutBannerInfoIcon, CalloutBannerPositiveIcon, CalloutBannerWarningIcon } from "./components/CalloutBanner/primitives/CalloutBannerIcon.js";
|
|
17
|
-
import { CalloutBannerRoot } from "./components/CalloutBanner/primitives/CalloutBannerRoot.js";
|
|
18
28
|
import { CalloutBannerText } from "./components/CalloutBanner/primitives/CalloutBannerText.js";
|
|
19
|
-
import { Checkbox } from "./
|
|
29
|
+
import { t as Checkbox } from "./Checkbox-CtolNbxI.js";
|
|
30
|
+
import { t as CountryFlag } from "./CountryFlag-DVDKHmQH.js";
|
|
20
31
|
import { SingleSelectChips, SingleSelectChipsItem } from "./components/Chips/SingleSelectChips.js";
|
|
21
32
|
import { MultiSelectChips, MultiSelectChipsItem } from "./components/Chips/MultiSelectChips.js";
|
|
22
33
|
import { DismissibleChips, DismissibleChipsItem } from "./components/Chips/DismissibleChips.js";
|
|
23
|
-
import {
|
|
34
|
+
import { n as OnboardingTooltip } from "./OnboardingTooltip-B47_Yrsj.js";
|
|
35
|
+
import { t as createOnboardingTour } from "./OnboardingTour-DUUoI5WE.js";
|
|
24
36
|
import { Dialog } from "./components/Dialog/Dialog.js";
|
|
25
|
-
import { DialogRoot } from "./components/Dialog/primitives/DialogRoot.js";
|
|
26
|
-
import { DialogCloseButton } from "./components/Dialog/primitives/DialogCloseButton.js";
|
|
27
37
|
import { DialogFooter } from "./components/Dialog/primitives/DialogFooter.js";
|
|
28
|
-
import
|
|
29
|
-
import { DialogDescription } from "./components/Dialog/primitives/DialogDescription.js";
|
|
30
|
-
import { DialogActions } from "./components/Dialog/primitives/DialogActions.js";
|
|
38
|
+
import "./useBreakpointMatch-D9a3CTNK.js";
|
|
31
39
|
import { DialogButtonStack } from "./components/Dialog/primitives/DialogButtonStack.js";
|
|
40
|
+
import { DialogActions } from "./components/Dialog/primitives/DialogActions.js";
|
|
41
|
+
import { t as Steps } from "./Steps-DbN5vFrP.js";
|
|
42
|
+
import { t as ProgressSteps } from "./ProgressSteps-BSqopxqv.js";
|
|
32
43
|
import { DialogStep, DialogSteps, DialogStepsActions, DialogStepsNext, DialogStepsPrevious } from "./components/Dialog/DialogSteps.js";
|
|
33
|
-
import { Divider } from "./
|
|
44
|
+
import { t as Divider } from "./Divider-DvwDWB9_.js";
|
|
34
45
|
import { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuGroup, DropdownMenuItem, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSelect, DropdownMenuSelectOption, DropdownSubmenu } from "./components/DropdownMenu/DropdownMenu.js";
|
|
35
|
-
import { FieldButton } from "./
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import { Icon } from "./components/Icon/Icon.js";
|
|
40
|
-
import { IconButton } from "./components/IconButton/IconButton.js";
|
|
41
|
-
import { LayoutFlex } from "./components/LayoutFlex/LayoutFlex.js";
|
|
42
|
-
import { LayoutFlexItem } from "./components/LayoutFlexItem/LayoutFlexItem.js";
|
|
46
|
+
import { t as FieldButton } from "./FieldButton-B2slox8P.js";
|
|
47
|
+
import { t as FormControl } from "./FormControl-qnbQL1iF.js";
|
|
48
|
+
import { t as LayoutFlex } from "./LayoutFlex-e9auDvWD.js";
|
|
49
|
+
import { t as LayoutFlexItem } from "./LayoutFlexItem-D9ziMmHe.js";
|
|
43
50
|
import { LayoutGrid } from "./components/LayoutGrid/LayoutGrid.js";
|
|
44
|
-
import { LayoutGridItem } from "./
|
|
45
|
-
import { Link } from "./
|
|
46
|
-
import { Loader } from "./
|
|
51
|
+
import { t as LayoutGridItem } from "./LayoutGridItem-Q8Lnvrri.js";
|
|
52
|
+
import { t as Link } from "./Link-CdoJVeER.js";
|
|
53
|
+
import { t as Loader } from "./Loader-BMOxdJce.js";
|
|
47
54
|
import { NumberField } from "./components/NumberField/NumberField.js";
|
|
48
55
|
import { ObserveIntersection } from "./components/ObserveIntersection/ObserveIntersection.js";
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import { ProgressBar } from "./components/ProgressBar/ProgressBar.js";
|
|
53
|
-
import { ProgressSteps } from "./components/ProgressSteps/ProgressSteps.js";
|
|
56
|
+
import { t as PasswordField } from "./PasswordField-Bx5YG62t.js";
|
|
57
|
+
import { t as PreplyLogo } from "./PreplyLogo-abgOre30.js";
|
|
58
|
+
import { t as ProgressBar } from "./ProgressBar-CEU4GyHn.js";
|
|
54
59
|
import { Rating } from "./components/Rating/Rating.js";
|
|
55
60
|
import { RatingInput } from "./components/Rating/RatingInput.js";
|
|
61
|
+
import "./TokyoUIChevronDown-DGcVqR1z.js";
|
|
62
|
+
import "./Select-Bo7PX_8V.js";
|
|
56
63
|
import { SelectField, SelectFieldGroup, SelectFieldOption } from "./components/SelectField/SelectField.js";
|
|
57
64
|
import { ShowOnIntersection } from "./components/ShowOnIntersection/ShowOnIntersection.js";
|
|
58
|
-
import {
|
|
65
|
+
import { t as Slider } from "./Slider-Crg4DEn_.js";
|
|
59
66
|
import { RangeSlider } from "./components/Slider/RangeSlider.js";
|
|
60
|
-
import {
|
|
61
|
-
import { Switch } from "./components/Switch/Switch.js";
|
|
62
|
-
import { Text } from "./components/Text/Text.js";
|
|
67
|
+
import { t as Switch } from "./Switch-Ck_xB0ID.js";
|
|
63
68
|
import { TextareaField } from "./components/TextareaField/TextareaField.js";
|
|
64
69
|
import { TextField } from "./components/TextField/TextField.js";
|
|
65
|
-
import { TextHighlighted } from "./
|
|
66
|
-
import { TextInline } from "./
|
|
67
|
-
import { ToastProvider, showToast } from "./
|
|
68
|
-
import { Tooltip } from "./
|
|
70
|
+
import { t as TextHighlighted } from "./TextHighlighted-Dwq9Clgn.js";
|
|
71
|
+
import { t as TextInline } from "./TextInline-BcA4H2Tk.js";
|
|
72
|
+
import { n as ToastProvider, r as showToast } from "./Toast-wJAjSLfo.js";
|
|
73
|
+
import { t as Tooltip } from "./Tooltip-grvKQxTN.js";
|
|
69
74
|
import { IntlFormattedAggregatedDateTime } from "./components/IntlFormatted/IntlFormattedAggregatedDateTime.js";
|
|
70
75
|
import { IntlFormattedCurrency } from "./components/IntlFormatted/IntlFormattedCurrency.js";
|
|
71
76
|
import { IntlFormattedDate } from "./components/IntlFormatted/IntlFormattedDate.js";
|
|
72
77
|
import { IntlFormattedTime } from "./components/IntlFormatted/IntlFormattedTime.js";
|
|
73
|
-
|
|
74
|
-
export {
|
|
75
|
-
Accordion,
|
|
76
|
-
AccordionContent,
|
|
77
|
-
AccordionHeader,
|
|
78
|
-
AccordionItem,
|
|
79
|
-
AlertBanner,
|
|
80
|
-
A2 as AlertBannerAction,
|
|
81
|
-
AlertBannerCriticalIcon,
|
|
82
|
-
AlertBannerIcon,
|
|
83
|
-
AlertBannerPositiveIcon,
|
|
84
|
-
A as AlertBannerProvider,
|
|
85
|
-
AlertBannerRoot,
|
|
86
|
-
a as AlertBannerText,
|
|
87
|
-
AlertBannerWarningIcon,
|
|
88
|
-
AlertDialog,
|
|
89
|
-
Avatar,
|
|
90
|
-
AvatarWithStatus,
|
|
91
|
-
Badge,
|
|
92
|
-
Box,
|
|
93
|
-
BubbleCounter,
|
|
94
|
-
Button,
|
|
95
|
-
CalloutBanner,
|
|
96
|
-
CalloutBannerCriticalIcon,
|
|
97
|
-
CalloutBannerDismissButton,
|
|
98
|
-
CalloutBannerIcon,
|
|
99
|
-
CalloutBannerInfoIcon,
|
|
100
|
-
CalloutBannerPositiveIcon,
|
|
101
|
-
CalloutBannerRoot,
|
|
102
|
-
CalloutBannerText,
|
|
103
|
-
CalloutBannerWarningIcon,
|
|
104
|
-
Checkbox,
|
|
105
|
-
CountryFlag,
|
|
106
|
-
Dialog,
|
|
107
|
-
DialogActions,
|
|
108
|
-
DialogButtonStack,
|
|
109
|
-
DialogCloseButton,
|
|
110
|
-
DialogDescription,
|
|
111
|
-
DialogFooter,
|
|
112
|
-
DialogRoot,
|
|
113
|
-
DialogStep,
|
|
114
|
-
DialogSteps,
|
|
115
|
-
DialogStepsActions,
|
|
116
|
-
DialogStepsNext,
|
|
117
|
-
DialogStepsPrevious,
|
|
118
|
-
DialogTitle,
|
|
119
|
-
DismissibleChips,
|
|
120
|
-
DismissibleChipsItem,
|
|
121
|
-
Divider,
|
|
122
|
-
DropdownMenu,
|
|
123
|
-
DropdownMenuCheckboxItem,
|
|
124
|
-
DropdownMenuGroup,
|
|
125
|
-
DropdownMenuItem,
|
|
126
|
-
DropdownMenuRadioGroup,
|
|
127
|
-
DropdownMenuRadioItem,
|
|
128
|
-
DropdownMenuSelect,
|
|
129
|
-
DropdownMenuSelectOption,
|
|
130
|
-
DropdownSubmenu,
|
|
131
|
-
FieldButton,
|
|
132
|
-
FormControl,
|
|
133
|
-
Heading,
|
|
134
|
-
Icon,
|
|
135
|
-
IconButton,
|
|
136
|
-
I as IconTile,
|
|
137
|
-
IntlFormattedAggregatedDateTime,
|
|
138
|
-
IntlFormattedCurrency,
|
|
139
|
-
IntlFormattedDate,
|
|
140
|
-
IntlFormattedTime,
|
|
141
|
-
LayoutFlex,
|
|
142
|
-
LayoutFlexItem,
|
|
143
|
-
LayoutGrid,
|
|
144
|
-
LayoutGridItem,
|
|
145
|
-
Link,
|
|
146
|
-
Loader,
|
|
147
|
-
MultiSelectChips,
|
|
148
|
-
MultiSelectChipsItem,
|
|
149
|
-
NumberField,
|
|
150
|
-
ObserveIntersection,
|
|
151
|
-
OnboardingTooltip,
|
|
152
|
-
PasswordField,
|
|
153
|
-
PreplyLogo,
|
|
154
|
-
ProgressBar,
|
|
155
|
-
ProgressSteps,
|
|
156
|
-
RangeSlider,
|
|
157
|
-
Rating,
|
|
158
|
-
RatingInput,
|
|
159
|
-
SelectField,
|
|
160
|
-
SelectFieldGroup,
|
|
161
|
-
SelectFieldOption,
|
|
162
|
-
ShowOnIntersection,
|
|
163
|
-
SingleSelectChips,
|
|
164
|
-
SingleSelectChipsItem,
|
|
165
|
-
S as Slider,
|
|
166
|
-
Steps,
|
|
167
|
-
Switch,
|
|
168
|
-
Text,
|
|
169
|
-
TextField,
|
|
170
|
-
TextHighlighted,
|
|
171
|
-
TextInline,
|
|
172
|
-
TextareaField,
|
|
173
|
-
ToastProvider,
|
|
174
|
-
Tooltip,
|
|
175
|
-
createOnboardingTour,
|
|
176
|
-
showToast,
|
|
177
|
-
usePortalElement
|
|
178
|
-
};
|
|
78
|
+
export { Accordion, AccordionContent, AccordionHeader, AccordionItem, AlertBanner, AlertBannerAction, AlertBannerCriticalIcon, AlertBannerIcon, AlertBannerPositiveIcon, AlertBannerProvider, AlertBannerRoot, AlertBannerText, AlertBannerWarningIcon, AlertDialog, Avatar, AvatarWithStatus, Badge, Box, BubbleCounter, Button, CalloutBanner, CalloutBannerCriticalIcon, CalloutBannerDismissButton, CalloutBannerIcon, CalloutBannerInfoIcon, CalloutBannerPositiveIcon, CalloutBannerRoot, CalloutBannerText, CalloutBannerWarningIcon, Checkbox, CountryFlag, Dialog, DialogActions, DialogButtonStack, DialogCloseButton, DialogDescription, DialogFooter, DialogRoot, DialogStep, DialogSteps, DialogStepsActions, DialogStepsNext, DialogStepsPrevious, DialogTitle, DismissibleChips, DismissibleChipsItem, Divider, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuGroup, DropdownMenuItem, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSelect, DropdownMenuSelectOption, DropdownSubmenu, FieldButton, FormControl, Heading, Icon, IconButton, IconTile, IntlFormattedAggregatedDateTime, IntlFormattedCurrency, IntlFormattedDate, IntlFormattedTime, LayoutFlex, LayoutFlexItem, LayoutGrid, LayoutGridItem, Link, Loader, MultiSelectChips, MultiSelectChipsItem, NumberField, ObserveIntersection, OnboardingTooltip, PasswordField, PreplyLogo, ProgressBar, ProgressSteps, RangeSlider, Rating, RatingInput, SelectField, SelectFieldGroup, SelectFieldOption, ShowOnIntersection, SingleSelectChips, SingleSelectChipsItem, Slider, Steps, Switch, Text, TextField, TextHighlighted, TextInline, TextareaField, ToastProvider, Tooltip, createOnboardingTour, showToast, usePortalElement };
|