@vkzstudio/muza-ui 1.5.2 → 1.6.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.
Files changed (38) hide show
  1. package/dist/components/Button/Button.d.ts.map +1 -1
  2. package/dist/components/Button/Button.js +42 -40
  3. package/dist/components/Button/Button.stories.d.ts.map +1 -1
  4. package/dist/components/Carousel/Carousel.d.ts +99 -2
  5. package/dist/components/Carousel/Carousel.d.ts.map +1 -1
  6. package/dist/components/Carousel/Carousel.js +208 -151
  7. package/dist/components/Carousel/Carousel.stories.d.ts +2 -0
  8. package/dist/components/Carousel/Carousel.stories.d.ts.map +1 -1
  9. package/dist/components/Carousel/index.js +3 -2
  10. package/dist/components/DropdownMenu/DropdownMenu.d.ts +22 -3
  11. package/dist/components/DropdownMenu/DropdownMenu.d.ts.map +1 -1
  12. package/dist/components/DropdownMenu/DropdownMenu.js +131 -105
  13. package/dist/components/DropdownMenu/DropdownMenu.stories.d.ts +3 -2
  14. package/dist/components/DropdownMenu/DropdownMenu.stories.d.ts.map +1 -1
  15. package/dist/components/MarketNav/MarketNav.examples.d.ts.map +1 -1
  16. package/dist/components/MultiSelect/MultiSelect.d.ts.map +1 -1
  17. package/dist/components/MultiSelect/MultiSelect.js +28 -29
  18. package/dist/components/Select/Select.d.ts.map +1 -1
  19. package/dist/components/Select/Select.js +74 -100
  20. package/dist/components/Select/Select.stories.d.ts.map +1 -1
  21. package/dist/components/Select/SelectTrigger.d.ts +54 -0
  22. package/dist/components/Select/SelectTrigger.d.ts.map +1 -0
  23. package/dist/components/Select/SelectTrigger.js +57 -0
  24. package/dist/components/Select/SelectTrigger.stories.d.ts +11 -0
  25. package/dist/components/Select/SelectTrigger.stories.d.ts.map +1 -0
  26. package/dist/components/Select/index.d.ts +2 -0
  27. package/dist/components/Select/index.d.ts.map +1 -1
  28. package/dist/components/Select/index.js +6 -2
  29. package/dist/components/Select/utils.d.ts +10 -1
  30. package/dist/components/Select/utils.d.ts.map +1 -1
  31. package/dist/components/Select/utils.js +3 -5
  32. package/dist/components/UniversalFooter/UniversalFooter.js +1 -1
  33. package/dist/components/WebCheckoutNav/WebCheckoutNav.examples.d.ts.map +1 -1
  34. package/dist/index.js +354 -349
  35. package/dist/muza-ui.css +1 -1
  36. package/llms-full.md +133 -2
  37. package/llms.txt +2 -0
  38. package/package.json +2 -1
package/dist/index.js CHANGED
@@ -4,111 +4,113 @@ import { disabledLinkProps as n } from "./utils/disabledLinkProps.js";
4
4
  import { formatDate as s } from "./utils/formatDate.js";
5
5
  import { formatDateRange as l } from "./utils/formatDateRange.js";
6
6
  import { getSpacingVariants as x, spacingVariantDefinitions as f } from "./utils/spacing.js";
7
- import { TranslationContext as u, TranslationProvider as g, useMuzaTranslationContext as c, useMuzaTranslations as C } from "./translations/TranslationContext.js";
7
+ import { TranslationContext as d, TranslationProvider as g, useMuzaTranslationContext as c, useMuzaTranslations as C } from "./translations/TranslationContext.js";
8
8
  import { enTranslations as S } from "./translations/locales/en.js";
9
9
  import { csTranslations as I } from "./translations/locales/cs.js";
10
10
  import { skTranslations as M } from "./translations/locales/sk.js";
11
11
  import { resolvePluralTemplate as D } from "./translations/resolvePluralTemplate.js";
12
12
  import { Accordion as L, AccordionChevron as y, AccordionContent as P, AccordionFooter as v, AccordionHeader as k, AccordionItem as F, AccordionTitle as w, accordionChevronVariants as A, accordionContentInnerVariants as R, accordionFooterVariants as E, accordionItemVariants as U, accordionTitleVariants as G, accordionTriggerVariants as O } from "./components/Accordion/Accordion.js";
13
13
  import { Alert as z } from "./components/Alert/Alert.js";
14
- import { ArticleCard as K, articleCardMetaVariants as N, articleCardTitleVariants as _, articleCardVariants as j } from "./components/ArticleCard/ArticleCard.js";
15
- import { Avatar as W, AvatarFallback as Y, AvatarImage as Z } from "./components/Avatar/Avatar.js";
14
+ import { ArticleCard as K, articleCardMetaVariants as N, articleCardTitleVariants as _, articleCardVariants as W } from "./components/ArticleCard/ArticleCard.js";
15
+ import { Avatar as Q, AvatarFallback as Y, AvatarImage as Z } from "./components/Avatar/Avatar.js";
16
16
  import { Breadcrumb as J, BreadcrumbEllipsis as $, BreadcrumbItem as rr, BreadcrumbLink as or, BreadcrumbList as er, BreadcrumbPage as tr, BreadcrumbSeparator as ar } from "./components/Breadcrumb/Breadcrumb.js";
17
17
  import { Button as ir } from "./components/Button/Button.js";
18
18
  import { buttonVariants as pr } from "./components/Button/buttonVariants.js";
19
19
  import { ButtonArrow as mr, buttonArrowVariants as xr } from "./components/ButtonArrow/ButtonArrow.js";
20
- import { Calendar as dr, CalendarBase as ur, CalendarDayButton as gr } from "./components/Calendar/Calendar.js";
20
+ import { Calendar as ur, CalendarBase as dr, CalendarDayButton as gr } from "./components/Calendar/Calendar.js";
21
21
  import { Card as Cr, cardVariants as Tr } from "./components/Card/Card.js";
22
22
  import { CardCheckboxAmount as hr } from "./components/CardCheckboxAmount/CardCheckboxAmount.js";
23
- import { Carousel as Vr, CarouselContent as Mr, CarouselDots as Br, CarouselItem as Dr, CarouselNext as br, CarouselPrevious as Lr } from "./components/Carousel/Carousel.js";
24
- import { CategoryCard as Pr, CategoryCardSkeleton as vr, categoryCardVariants as kr } from "./components/CategoryCard/CategoryCard.js";
25
- import { CategoryIcon as wr, categoryIconVariants as Ar } from "./components/CategoryIcon/CategoryIcon.js";
26
- import { Checkbox as Er } from "./components/Checkbox/Checkbox.js";
27
- import { Chip as Gr, chipVariants as Or } from "./components/Chip/Chip.js";
28
- import { DatePicker as zr } from "./components/DatePicker/DatePicker.js";
29
- import { Presets as Kr, getDateRange as Nr } from "./components/DatePicker/utils/getDateRange.js";
23
+ import { Carousel as Vr, CarouselContent as Mr, CarouselDots as Br, CarouselItem as Dr, CarouselNext as br, CarouselPrevious as Lr, useCarousel as yr } from "./components/Carousel/Carousel.js";
24
+ import { CategoryCard as vr, CategoryCardSkeleton as kr, categoryCardVariants as Fr } from "./components/CategoryCard/CategoryCard.js";
25
+ import { CategoryIcon as Ar, categoryIconVariants as Rr } from "./components/CategoryIcon/CategoryIcon.js";
26
+ import { Checkbox as Ur } from "./components/Checkbox/Checkbox.js";
27
+ import { Chip as Or, chipVariants as Hr } from "./components/Chip/Chip.js";
28
+ import { DatePicker as Xr } from "./components/DatePicker/DatePicker.js";
29
+ import { Presets as Nr, getDateRange as _r } from "./components/DatePicker/utils/getDateRange.js";
30
30
  import { DatePickerButton as jr, datePickerButtonVariants as Qr } from "./components/DatePickerButton/DatePickerButton.js";
31
- import { Dialog as Yr, DialogClose as Zr, DialogContent as qr, DialogDescription as Jr, DialogFooter as $r, DialogHeader as ro, DialogOverlay as oo, DialogPortal as eo, DialogTitle as to, DialogTrigger as ao } from "./components/Dialog/Dialog.js";
32
- import { DotDivider as io, dotDividerVariants as so } from "./components/DotDivider/DotDivider.js";
33
- import { DropdownMenu as lo, DropdownMenuButtonItem as mo, DropdownMenuCheckboxItem as xo, DropdownMenuContent as fo, DropdownMenuItem as uo, DropdownMenuPortal as go, DropdownMenuRadioGroup as co, DropdownMenuRadioItem as Co, DropdownMenuSeparator as To, DropdownMenuTrigger as So, dropdownMenuItemVariants as ho } from "./components/DropdownMenu/DropdownMenu.js";
34
- import { DropdownSearchMenu as Vo, DropdownSearchMenuContent as Mo, DropdownSearchMenuItem as Bo, DropdownSearchMenuTrigger as Do } from "./components/DropdownSearchMenu/DropdownSearchMenu.js";
35
- import { EdgeButton as Lo, edgeButtonVariants as yo } from "./components/EdgeButton/EdgeButton.js";
36
- import { EmptyState as vo } from "./components/EmptyState/EmptyState.js";
37
- import { FileUpload as Fo } from "./components/FileUpload/FileUpload.js";
38
- import { Flex as Ao, flexLayoutDefaults as Ro, flexLayoutVariants as Eo, flexVariants as Uo } from "./components/Flex/Flex.js";
39
- import { HeartButton as Oo, heartButtonVariants as Ho } from "./components/HeartButton/HeartButton.js";
40
- import { ArrowsSorting as Xo, Barcode as Ko, BulletList as No, CZK as _o, CheckMinus as jo, Checked as Qo, Coins as Wo, Coins2Bold as Yo, Coins2Outline as Zo, Coins3 as qo, Colour as Jo, CurlyBrace as $o, CurlyBrace2 as re, Cutlery as oe, DoubleArrowRight as ee, EUR as te, EditorBold as ae, EditorItalic as ne, EditorStrikethrough as ie, EmptyCircle as se, ExternalLink as pe, EyeClosed as le, Facebook as me, Fingerprint as xe, FlagCz as fe, FlagEn as de, FlagSk as ue, HalfStar as ge, LayoutHorizontal as ce, LayoutVertical as Ce, Linkedin as Te, MagnifyingGlass as Se, MenuDotsVertical as he, MuzaIcon as Ie, NumberList as Ve, Plus as Me, RemoveTextFormat as Be, Reorder as De, SKMap as be, Scan as Le, Spinner as ye, TextH1 as Pe, TextH2 as ve, TextH3 as ke, XClose as Fe, XTwitter as we, Youtube as Ae } from "./components/Icons/CustomIcons.js";
41
- import { LogoMuza as Ee, LogoMuzaIn as Ue, LogoMuzaMarket as Ge, LogoMuzaPay as Oe, LogoMuzaPayPokladna as He } from "./components/Icons/CustomLogos.js";
42
- import { AppStoreBadge as Xe, ApplePayBadge as Ke, GooglePayBadge as Ne, GooglePlayBadge as _e, HuaweiBadge as je, MastercardBadge as Qe, VisaBadge as We } from "./components/Icons/CustomBadges.js";
31
+ import { Dialog as Zr, DialogClose as qr, DialogContent as Jr, DialogDescription as $r, DialogFooter as ro, DialogHeader as oo, DialogOverlay as eo, DialogPortal as to, DialogTitle as ao, DialogTrigger as no } from "./components/Dialog/Dialog.js";
32
+ import { DotDivider as so, dotDividerVariants as po } from "./components/DotDivider/DotDivider.js";
33
+ import { DropdownMenu as mo, DropdownMenuButtonItem as xo, DropdownMenuCheckboxItem as fo, DropdownMenuContent as uo, DropdownMenuItem as go, DropdownMenuPortal as co, DropdownMenuRadioGroup as Co, DropdownMenuRadioItem as To, DropdownMenuSeparator as So, DropdownMenuTrigger as ho, dropdownMenuItemVariants as Io } from "./components/DropdownMenu/DropdownMenu.js";
34
+ import { DropdownSearchMenu as Mo, DropdownSearchMenuContent as Bo, DropdownSearchMenuItem as Do, DropdownSearchMenuTrigger as bo } from "./components/DropdownSearchMenu/DropdownSearchMenu.js";
35
+ import { EdgeButton as yo, edgeButtonVariants as Po } from "./components/EdgeButton/EdgeButton.js";
36
+ import { EmptyState as ko } from "./components/EmptyState/EmptyState.js";
37
+ import { FileUpload as wo } from "./components/FileUpload/FileUpload.js";
38
+ import { Flex as Ro, flexLayoutDefaults as Eo, flexLayoutVariants as Uo, flexVariants as Go } from "./components/Flex/Flex.js";
39
+ import { HeartButton as Ho, heartButtonVariants as zo } from "./components/HeartButton/HeartButton.js";
40
+ import { ArrowsSorting as Ko, Barcode as No, BulletList as _o, CZK as Wo, CheckMinus as jo, Checked as Qo, Coins as Yo, Coins2Bold as Zo, Coins2Outline as qo, Coins3 as Jo, Colour as $o, CurlyBrace as re, CurlyBrace2 as oe, Cutlery as ee, DoubleArrowRight as te, EUR as ae, EditorBold as ne, EditorItalic as ie, EditorStrikethrough as se, EmptyCircle as pe, ExternalLink as le, EyeClosed as me, Facebook as xe, Fingerprint as fe, FlagCz as ue, FlagEn as de, FlagSk as ge, HalfStar as ce, LayoutHorizontal as Ce, LayoutVertical as Te, Linkedin as Se, MagnifyingGlass as he, MenuDotsVertical as Ie, MuzaIcon as Ve, NumberList as Me, Plus as Be, RemoveTextFormat as De, Reorder as be, SKMap as Le, Scan as ye, Spinner as Pe, TextH1 as ve, TextH2 as ke, TextH3 as Fe, XClose as we, XTwitter as Ae, Youtube as Re } from "./components/Icons/CustomIcons.js";
41
+ import { LogoMuza as Ue, LogoMuzaIn as Ge, LogoMuzaMarket as Oe, LogoMuzaPay as He, LogoMuzaPayPokladna as ze } from "./components/Icons/CustomLogos.js";
42
+ import { AppStoreBadge as Ke, ApplePayBadge as Ne, GooglePayBadge as _e, GooglePlayBadge as We, HuaweiBadge as je, MastercardBadge as Qe, VisaBadge as Ye } from "./components/Icons/CustomBadges.js";
43
43
  export * from "@solar-icons/react-perf";
44
- import { Input as qe } from "./components/Input/Input.js";
45
- import { InputOTP as $e, inputOTPCellVariants as rt } from "./components/InputOTP/InputOTP.js";
46
- import { useWebOtpAutofill as et } from "./components/InputOTP/useWebOtpAutofill.js";
47
- import { Lightbox as at, LightboxGalleryOnlyImage as nt, LightboxTrigger as it } from "./components/Lightbox/Lightbox.js";
48
- import { Item as pt } from "react-photoswipe-gallery";
49
- import { LanguageSwitcher as mt, languageSwitcherChevronVariants as xt, languageSwitcherTriggerVariants as ft } from "./components/LanguageSwitcher/LanguageSwitcher.js";
50
- import { Loader as ut } from "./components/Loader/Loader.js";
51
- import { LoginScreen as ct } from "./components/LoginScreen/LoginScreen.js";
52
- import { LoginScreenItem as Tt } from "./components/LoginScreen/LoginScreenItem.js";
53
- import { DEFAULT_LOGIN_GLB_PATH as ht } from "./components/LoginScreen/LoginScreen3D/LoginScreen3DModel.js";
54
- import { MultiSelect as Vt } from "./components/MultiSelect/MultiSelect.js";
55
- import { useTheme as Bt } from "./components/MuzaUIProvider/theme/ThemeProvider.js";
56
- import { setThemeVariables as bt } from "./components/MuzaUIProvider/theme/setThemeVariables.js";
57
- import { themePresets as yt } from "./components/MuzaUIProvider/theme/themePresets.js";
58
- import { formatShadesAsObject as vt, generateColorShades as kt } from "./components/MuzaUIProvider/theme/colorShades.js";
59
- import { MuzaUIProvider as wt } from "./components/MuzaUIProvider/MuzaUIProvider.js";
60
- import { OfferCard as Rt, offerCardDescriptionVariants as Et, offerCardTitleVariants as Ut, offerCardVariants as Gt } from "./components/OfferCard/OfferCard.js";
61
- import { PageContainer as Ht, pageContainerVariants as zt } from "./components/PageContainer/PageContainer.js";
62
- import { Pagination as Kt } from "./components/Pagination/Pagination.js";
63
- import { PartnerCard as _t, partnerCardTitleVariants as jt, partnerCardVariants as Qt } from "./components/PartnerCard/PartnerCard.js";
64
- import { PasswordInput as Yt } from "./components/PasswordInput/PasswordInput.js";
65
- import { PhoneInput as qt } from "./components/PhoneInput/PhoneInput.js";
66
- import { PinIndicator as $t } from "./components/PinIndicator/PinIndicator.js";
67
- import { Popover as oa, PopoverAnchor as ea, PopoverContent as ta, PopoverTrigger as aa } from "./components/Popover/Popover.js";
68
- import { Progress as ia, progressVariants as sa } from "./components/Progress/Progress.js";
69
- import { RadioGroup as la, RadioGroupItem as ma } from "./components/Radio/Radio.js";
70
- import { Rating as fa } from "./components/Rating/Rating.js";
71
- import { RatingBlock as ua } from "./components/RatingBlock/RatingBlock.js";
72
- import { ReorderableGroup as ca, ReorderableHandle as Ca, ReorderableItem as Ta, ReorderableStaticItem as Sa, useReorderableGroup as ha, useReorderableItem as Ia } from "./components/Reorderable/Reorderable.js";
73
- import { ReorderableTable as Ma } from "./components/ReorderableTable/ReorderableTable.js";
74
- import { Searchbar as Da } from "./components/Searchbar/Searchbar.js";
75
- import { SearchFilters as La, SearchFiltersSkeleton as ya } from "./components/SearchFilters/SearchFilters.js";
76
- import { Select as va } from "./components/Select/Select.js";
77
- import { SegmentedControl as Fa, SegmentedControlItem as wa } from "./components/SegmentedControl/SegmentedControl.js";
78
- import { Sheet as Ra, SheetBody as Ea, SheetClose as Ua, SheetContent as Ga, SheetDescription as Oa, SheetFooter as Ha, SheetHeader as za, SheetOverlay as Xa, SheetPortal as Ka, SheetTitle as Na, SheetTrigger as _a, sheetContentVariants as ja } from "./components/Sheet/Sheet.js";
79
- import { SegmentedIconControl as Wa, SegmentedIconControlItem as Ya } from "./components/SegmentedIconControl/SegmentedIconControl.js";
80
- import { Slider as qa, sliderThumbVariants as Ja, sliderTrackVariants as $a, sliderVariants as rn } from "./components/Slider/Slider.js";
81
- import { SliderIndicators as en } from "./components/SliderIndicators/SliderIndicators.js";
82
- import { ToastContainer as an } from "./components/Toast/ToastContainer.js";
83
- import { Toast as sn, toast as pn } from "./components/Toast/Toast.js";
84
- import { Stepper as mn } from "./components/Stepper/Stepper.js";
85
- import { SwipeButton as fn } from "./components/SwipeButton/SwipeButton.js";
86
- import { Switch as un } from "./components/Switch/Switch.js";
87
- import { Tag as cn, tagVariants as Cn } from "./components/Tag/Tag.js";
88
- import { Textarea as Sn } from "./components/Textarea/Textarea.js";
89
- import { TextEditor as In } from "./components/TextEditor/TextEditor.js";
90
- import { ToolbarButton as Mn, toolbarButtonVariants as Bn } from "./components/TextEditor/ToolbarButton.js";
91
- import { ToolbarSeparator as bn } from "./components/TextEditor/ToolbarSeparator.js";
92
- import { TimePicker as yn } from "./components/TimePicker/TimePicker.js";
93
- import { Toggle as vn, toggleVariants as kn } from "./components/Toggle/Toggle.js";
94
- import { ToggleCheckButton as wn, toggleCheckButtonVariants as An } from "./components/ToggleCheckButton/ToggleCheckButton.js";
95
- import { ToggleGroup as En, ToggleGroupItem as Un } from "./components/ToggleGroup/ToggleGroup.js";
96
- import { TransactionsListView as On, TransactionsListViewSkeleton as Hn } from "./components/TransactionsListView/TransactionsListView.js";
97
- import { Tooltip as Xn, TooltipContent as Kn, TooltipProvider as Nn, TooltipTrigger as _n } from "./components/Tooltip/Tooltip.js";
98
- import { Typography as Qn, typographyVariants as Wn } from "./components/Typography/Typography.js";
99
- import { TypographyLink as Zn, typographyLinkVariants as qn } from "./components/TypographyLink/TypographyLink.js";
100
- import { VoucherCard as $n, voucherCardDescriptionVariants as ri, voucherCardTitleVariants as oi, voucherCardVariants as ei } from "./components/VoucherCard/VoucherCard.js";
101
- import { UniversalFooter as ai, UniversalFooterAppBadges as ni, UniversalFooterBody as ii, UniversalFooterBottom as si, UniversalFooterBottomGroup as pi, UniversalFooterContactList as li, UniversalFooterCopyright as mi, UniversalFooterLink as xi, UniversalFooterLogo as fi, UniversalFooterSection as di, UniversalFooterSections as ui, UniversalFooterSeparator as gi, UniversalFooterSocialLink as ci, UniversalFooterSocialList as Ci, UniversalFooterTop as Ti } from "./components/UniversalFooter/UniversalFooter.js";
102
- import { DataTable as hi, dataTableCellVariants as Ii } from "./components/DataTable/DataTable.js";
103
- import { ExpandableTable as Mi } from "./components/ExpandableTable/ExpandableTable.js";
104
- import { ResponsiveLayoutTable as Di } from "./components/ResponsiveLayoutTable/ResponsiveLayoutTable.js";
105
- import { Skeleton as Li } from "./components/Skeleton/Skeleton.js";
106
- import { useBreakpoints as Pi, useIsMax2xl as vi, useIsMax3xl as ki, useIsMaxLg as Fi, useIsMaxMd as wi, useIsMaxSm as Ai, useIsMaxXl as Ri, useIsMaxXs as Ei, useIsMin2xl as Ui, useIsMin3xl as Gi, useIsMinLg as Oi, useIsMinMd as Hi, useIsMinSm as zi, useIsMinXl as Xi, useIsMinXs as Ki } from "./hooks/use-is-breakpoint.js";
107
- import { DESKTOP_BREAKPOINT as _i, useIsDesktop as ji } from "./hooks/use-is-desktop.js";
108
- import { useIsMobile as Wi } from "./hooks/use-is-mobile.js";
109
- import { TABLET_BREAKPOINT as Zi, useIsTablet as qi } from "./hooks/use-is-tablet.js";
110
- import { useIsomorphicLayoutEffect as $i } from "./hooks/use-isomorphic-layout-effect.js";
111
- import { useMediaQuery as os } from "./hooks/use-media-query.js";
44
+ import { Input as Je } from "./components/Input/Input.js";
45
+ import { InputOTP as rt, inputOTPCellVariants as ot } from "./components/InputOTP/InputOTP.js";
46
+ import { useWebOtpAutofill as tt } from "./components/InputOTP/useWebOtpAutofill.js";
47
+ import { Lightbox as nt, LightboxGalleryOnlyImage as it, LightboxTrigger as st } from "./components/Lightbox/Lightbox.js";
48
+ import { Item as lt } from "react-photoswipe-gallery";
49
+ import { LanguageSwitcher as xt, languageSwitcherChevronVariants as ft, languageSwitcherTriggerVariants as ut } from "./components/LanguageSwitcher/LanguageSwitcher.js";
50
+ import { Loader as gt } from "./components/Loader/Loader.js";
51
+ import { LoginScreen as Ct } from "./components/LoginScreen/LoginScreen.js";
52
+ import { LoginScreenItem as St } from "./components/LoginScreen/LoginScreenItem.js";
53
+ import { DEFAULT_LOGIN_GLB_PATH as It } from "./components/LoginScreen/LoginScreen3D/LoginScreen3DModel.js";
54
+ import { MultiSelect as Mt } from "./components/MultiSelect/MultiSelect.js";
55
+ import { useTheme as Dt } from "./components/MuzaUIProvider/theme/ThemeProvider.js";
56
+ import { setThemeVariables as Lt } from "./components/MuzaUIProvider/theme/setThemeVariables.js";
57
+ import { themePresets as Pt } from "./components/MuzaUIProvider/theme/themePresets.js";
58
+ import { formatShadesAsObject as kt, generateColorShades as Ft } from "./components/MuzaUIProvider/theme/colorShades.js";
59
+ import { MuzaUIProvider as At } from "./components/MuzaUIProvider/MuzaUIProvider.js";
60
+ import { OfferCard as Et, offerCardDescriptionVariants as Ut, offerCardTitleVariants as Gt, offerCardVariants as Ot } from "./components/OfferCard/OfferCard.js";
61
+ import { PageContainer as zt, pageContainerVariants as Xt } from "./components/PageContainer/PageContainer.js";
62
+ import { Pagination as Nt } from "./components/Pagination/Pagination.js";
63
+ import { PartnerCard as Wt, partnerCardTitleVariants as jt, partnerCardVariants as Qt } from "./components/PartnerCard/PartnerCard.js";
64
+ import { PasswordInput as Zt } from "./components/PasswordInput/PasswordInput.js";
65
+ import { PhoneInput as Jt } from "./components/PhoneInput/PhoneInput.js";
66
+ import { PinIndicator as ra } from "./components/PinIndicator/PinIndicator.js";
67
+ import { Popover as ea, PopoverAnchor as ta, PopoverContent as aa, PopoverTrigger as na } from "./components/Popover/Popover.js";
68
+ import { Progress as sa, progressVariants as pa } from "./components/Progress/Progress.js";
69
+ import { RadioGroup as ma, RadioGroupItem as xa } from "./components/Radio/Radio.js";
70
+ import { Rating as ua } from "./components/Rating/Rating.js";
71
+ import { RatingBlock as ga } from "./components/RatingBlock/RatingBlock.js";
72
+ import { ReorderableGroup as Ca, ReorderableHandle as Ta, ReorderableItem as Sa, ReorderableStaticItem as ha, useReorderableGroup as Ia, useReorderableItem as Va } from "./components/Reorderable/Reorderable.js";
73
+ import { ReorderableTable as Ba } from "./components/ReorderableTable/ReorderableTable.js";
74
+ import { Searchbar as ba } from "./components/Searchbar/Searchbar.js";
75
+ import { SearchFilters as ya, SearchFiltersSkeleton as Pa } from "./components/SearchFilters/SearchFilters.js";
76
+ import { Select as ka } from "./components/Select/Select.js";
77
+ import { SelectTrigger as wa } from "./components/Select/SelectTrigger.js";
78
+ import { triggerWrapperVariants as Ra } from "./components/Select/utils.js";
79
+ import { SegmentedControl as Ua, SegmentedControlItem as Ga } from "./components/SegmentedControl/SegmentedControl.js";
80
+ import { Sheet as Ha, SheetBody as za, SheetClose as Xa, SheetContent as Ka, SheetDescription as Na, SheetFooter as _a, SheetHeader as Wa, SheetOverlay as ja, SheetPortal as Qa, SheetTitle as Ya, SheetTrigger as Za, sheetContentVariants as qa } from "./components/Sheet/Sheet.js";
81
+ import { SegmentedIconControl as $a, SegmentedIconControlItem as rn } from "./components/SegmentedIconControl/SegmentedIconControl.js";
82
+ import { Slider as en, sliderThumbVariants as tn, sliderTrackVariants as an, sliderVariants as nn } from "./components/Slider/Slider.js";
83
+ import { SliderIndicators as pn } from "./components/SliderIndicators/SliderIndicators.js";
84
+ import { ToastContainer as mn } from "./components/Toast/ToastContainer.js";
85
+ import { Toast as fn, toast as un } from "./components/Toast/Toast.js";
86
+ import { Stepper as gn } from "./components/Stepper/Stepper.js";
87
+ import { SwipeButton as Cn } from "./components/SwipeButton/SwipeButton.js";
88
+ import { Switch as Sn } from "./components/Switch/Switch.js";
89
+ import { Tag as In, tagVariants as Vn } from "./components/Tag/Tag.js";
90
+ import { Textarea as Bn } from "./components/Textarea/Textarea.js";
91
+ import { TextEditor as bn } from "./components/TextEditor/TextEditor.js";
92
+ import { ToolbarButton as yn, toolbarButtonVariants as Pn } from "./components/TextEditor/ToolbarButton.js";
93
+ import { ToolbarSeparator as kn } from "./components/TextEditor/ToolbarSeparator.js";
94
+ import { TimePicker as wn } from "./components/TimePicker/TimePicker.js";
95
+ import { Toggle as Rn, toggleVariants as En } from "./components/Toggle/Toggle.js";
96
+ import { ToggleCheckButton as Gn, toggleCheckButtonVariants as On } from "./components/ToggleCheckButton/ToggleCheckButton.js";
97
+ import { ToggleGroup as zn, ToggleGroupItem as Xn } from "./components/ToggleGroup/ToggleGroup.js";
98
+ import { TransactionsListView as Nn, TransactionsListViewSkeleton as _n } from "./components/TransactionsListView/TransactionsListView.js";
99
+ import { Tooltip as jn, TooltipContent as Qn, TooltipProvider as Yn, TooltipTrigger as Zn } from "./components/Tooltip/Tooltip.js";
100
+ import { Typography as Jn, typographyVariants as $n } from "./components/Typography/Typography.js";
101
+ import { TypographyLink as oi, typographyLinkVariants as ei } from "./components/TypographyLink/TypographyLink.js";
102
+ import { VoucherCard as ai, voucherCardDescriptionVariants as ni, voucherCardTitleVariants as ii, voucherCardVariants as si } from "./components/VoucherCard/VoucherCard.js";
103
+ import { UniversalFooter as li, UniversalFooterAppBadges as mi, UniversalFooterBody as xi, UniversalFooterBottom as fi, UniversalFooterBottomGroup as ui, UniversalFooterContactList as di, UniversalFooterCopyright as gi, UniversalFooterLink as ci, UniversalFooterLogo as Ci, UniversalFooterSection as Ti, UniversalFooterSections as Si, UniversalFooterSeparator as hi, UniversalFooterSocialLink as Ii, UniversalFooterSocialList as Vi, UniversalFooterTop as Mi } from "./components/UniversalFooter/UniversalFooter.js";
104
+ import { DataTable as Di, dataTableCellVariants as bi } from "./components/DataTable/DataTable.js";
105
+ import { ExpandableTable as yi } from "./components/ExpandableTable/ExpandableTable.js";
106
+ import { ResponsiveLayoutTable as vi } from "./components/ResponsiveLayoutTable/ResponsiveLayoutTable.js";
107
+ import { Skeleton as Fi } from "./components/Skeleton/Skeleton.js";
108
+ import { useBreakpoints as Ai, useIsMax2xl as Ri, useIsMax3xl as Ei, useIsMaxLg as Ui, useIsMaxMd as Gi, useIsMaxSm as Oi, useIsMaxXl as Hi, useIsMaxXs as zi, useIsMin2xl as Xi, useIsMin3xl as Ki, useIsMinLg as Ni, useIsMinMd as _i, useIsMinSm as Wi, useIsMinXl as ji, useIsMinXs as Qi } from "./hooks/use-is-breakpoint.js";
109
+ import { DESKTOP_BREAKPOINT as Zi, useIsDesktop as qi } from "./hooks/use-is-desktop.js";
110
+ import { useIsMobile as $i } from "./hooks/use-is-mobile.js";
111
+ import { TABLET_BREAKPOINT as os, useIsTablet as es } from "./hooks/use-is-tablet.js";
112
+ import { useIsomorphicLayoutEffect as as } from "./hooks/use-isomorphic-layout-effect.js";
113
+ import { useMediaQuery as is } from "./hooks/use-media-query.js";
112
114
  export {
113
115
  L as Accordion,
114
116
  y as AccordionChevron,
@@ -118,14 +120,14 @@ export {
118
120
  F as AccordionItem,
119
121
  w as AccordionTitle,
120
122
  z as Alert,
121
- Xe as AppStoreBadge,
122
- Ke as ApplePayBadge,
123
- Xo as ArrowsSorting,
123
+ Ke as AppStoreBadge,
124
+ Ne as ApplePayBadge,
125
+ Ko as ArrowsSorting,
124
126
  K as ArticleCard,
125
- W as Avatar,
127
+ Q as Avatar,
126
128
  Y as AvatarFallback,
127
129
  Z as AvatarImage,
128
- Ko as Barcode,
130
+ No as Barcode,
129
131
  J as Breadcrumb,
130
132
  $ as BreadcrumbEllipsis,
131
133
  rr as BreadcrumbItem,
@@ -133,12 +135,12 @@ export {
133
135
  er as BreadcrumbList,
134
136
  tr as BreadcrumbPage,
135
137
  ar as BreadcrumbSeparator,
136
- No as BulletList,
138
+ _o as BulletList,
137
139
  ir as Button,
138
140
  mr as ButtonArrow,
139
- _o as CZK,
140
- dr as Calendar,
141
- ur as CalendarBase,
141
+ Wo as CZK,
142
+ ur as Calendar,
143
+ dr as CalendarBase,
142
144
  gr as CalendarDayButton,
143
145
  Cr as Card,
144
146
  hr as CardCheckboxAmount,
@@ -148,199 +150,200 @@ export {
148
150
  Dr as CarouselItem,
149
151
  br as CarouselNext,
150
152
  Lr as CarouselPrevious,
151
- Pr as CategoryCard,
152
- vr as CategoryCardSkeleton,
153
- wr as CategoryIcon,
153
+ vr as CategoryCard,
154
+ kr as CategoryCardSkeleton,
155
+ Ar as CategoryIcon,
154
156
  jo as CheckMinus,
155
- Er as Checkbox,
157
+ Ur as Checkbox,
156
158
  Qo as Checked,
157
- Gr as Chip,
158
- Wo as Coins,
159
- Yo as Coins2Bold,
160
- Zo as Coins2Outline,
161
- qo as Coins3,
162
- Jo as Colour,
163
- $o as CurlyBrace,
164
- re as CurlyBrace2,
165
- oe as Cutlery,
166
- ht as DEFAULT_LOGIN_GLB_PATH,
167
- _i as DESKTOP_BREAKPOINT,
168
- hi as DataTable,
169
- zr as DatePicker,
159
+ Or as Chip,
160
+ Yo as Coins,
161
+ Zo as Coins2Bold,
162
+ qo as Coins2Outline,
163
+ Jo as Coins3,
164
+ $o as Colour,
165
+ re as CurlyBrace,
166
+ oe as CurlyBrace2,
167
+ ee as Cutlery,
168
+ It as DEFAULT_LOGIN_GLB_PATH,
169
+ Zi as DESKTOP_BREAKPOINT,
170
+ Di as DataTable,
171
+ Xr as DatePicker,
170
172
  jr as DatePickerButton,
171
- Yr as Dialog,
172
- Zr as DialogClose,
173
- qr as DialogContent,
174
- Jr as DialogDescription,
175
- $r as DialogFooter,
176
- ro as DialogHeader,
177
- oo as DialogOverlay,
178
- eo as DialogPortal,
179
- to as DialogTitle,
180
- ao as DialogTrigger,
181
- io as DotDivider,
182
- ee as DoubleArrowRight,
183
- lo as DropdownMenu,
184
- mo as DropdownMenuButtonItem,
185
- xo as DropdownMenuCheckboxItem,
186
- fo as DropdownMenuContent,
187
- uo as DropdownMenuItem,
188
- go as DropdownMenuPortal,
189
- co as DropdownMenuRadioGroup,
190
- Co as DropdownMenuRadioItem,
191
- To as DropdownMenuSeparator,
192
- So as DropdownMenuTrigger,
193
- Vo as DropdownSearchMenu,
194
- Mo as DropdownSearchMenuContent,
195
- Bo as DropdownSearchMenuItem,
196
- Do as DropdownSearchMenuTrigger,
197
- te as EUR,
198
- Lo as EdgeButton,
199
- ae as EditorBold,
200
- ne as EditorItalic,
201
- ie as EditorStrikethrough,
202
- se as EmptyCircle,
203
- vo as EmptyState,
204
- Mi as ExpandableTable,
205
- pe as ExternalLink,
206
- le as EyeClosed,
207
- me as Facebook,
208
- Fo as FileUpload,
209
- xe as Fingerprint,
210
- fe as FlagCz,
173
+ Zr as Dialog,
174
+ qr as DialogClose,
175
+ Jr as DialogContent,
176
+ $r as DialogDescription,
177
+ ro as DialogFooter,
178
+ oo as DialogHeader,
179
+ eo as DialogOverlay,
180
+ to as DialogPortal,
181
+ ao as DialogTitle,
182
+ no as DialogTrigger,
183
+ so as DotDivider,
184
+ te as DoubleArrowRight,
185
+ mo as DropdownMenu,
186
+ xo as DropdownMenuButtonItem,
187
+ fo as DropdownMenuCheckboxItem,
188
+ uo as DropdownMenuContent,
189
+ go as DropdownMenuItem,
190
+ co as DropdownMenuPortal,
191
+ Co as DropdownMenuRadioGroup,
192
+ To as DropdownMenuRadioItem,
193
+ So as DropdownMenuSeparator,
194
+ ho as DropdownMenuTrigger,
195
+ Mo as DropdownSearchMenu,
196
+ Bo as DropdownSearchMenuContent,
197
+ Do as DropdownSearchMenuItem,
198
+ bo as DropdownSearchMenuTrigger,
199
+ ae as EUR,
200
+ yo as EdgeButton,
201
+ ne as EditorBold,
202
+ ie as EditorItalic,
203
+ se as EditorStrikethrough,
204
+ pe as EmptyCircle,
205
+ ko as EmptyState,
206
+ yi as ExpandableTable,
207
+ le as ExternalLink,
208
+ me as EyeClosed,
209
+ xe as Facebook,
210
+ wo as FileUpload,
211
+ fe as Fingerprint,
212
+ ue as FlagCz,
211
213
  de as FlagEn,
212
- ue as FlagSk,
213
- Ao as Flex,
214
- Ne as GooglePayBadge,
215
- _e as GooglePlayBadge,
216
- ge as HalfStar,
217
- Oo as HeartButton,
214
+ ge as FlagSk,
215
+ Ro as Flex,
216
+ _e as GooglePayBadge,
217
+ We as GooglePlayBadge,
218
+ ce as HalfStar,
219
+ Ho as HeartButton,
218
220
  je as HuaweiBadge,
219
- qe as Input,
220
- $e as InputOTP,
221
- mt as LanguageSwitcher,
222
- ce as LayoutHorizontal,
223
- Ce as LayoutVertical,
224
- at as Lightbox,
225
- nt as LightboxGalleryOnlyImage,
226
- pt as LightboxItem,
227
- it as LightboxTrigger,
228
- Te as Linkedin,
229
- ut as Loader,
230
- ct as LoginScreen,
231
- Tt as LoginScreenItem,
232
- Ee as LogoMuza,
233
- Ue as LogoMuzaIn,
234
- Ge as LogoMuzaMarket,
235
- Oe as LogoMuzaPay,
236
- He as LogoMuzaPayPokladna,
237
- Se as MagnifyingGlass,
221
+ Je as Input,
222
+ rt as InputOTP,
223
+ xt as LanguageSwitcher,
224
+ Ce as LayoutHorizontal,
225
+ Te as LayoutVertical,
226
+ nt as Lightbox,
227
+ it as LightboxGalleryOnlyImage,
228
+ lt as LightboxItem,
229
+ st as LightboxTrigger,
230
+ Se as Linkedin,
231
+ gt as Loader,
232
+ Ct as LoginScreen,
233
+ St as LoginScreenItem,
234
+ Ue as LogoMuza,
235
+ Ge as LogoMuzaIn,
236
+ Oe as LogoMuzaMarket,
237
+ He as LogoMuzaPay,
238
+ ze as LogoMuzaPayPokladna,
239
+ he as MagnifyingGlass,
238
240
  Qe as MastercardBadge,
239
- he as MenuDotsVertical,
240
- Vt as MultiSelect,
241
- Ie as MuzaIcon,
242
- wt as MuzaUIProvider,
243
- Ve as NumberList,
244
- Rt as OfferCard,
245
- Ht as PageContainer,
246
- Kt as Pagination,
247
- _t as PartnerCard,
248
- Yt as PasswordInput,
249
- qt as PhoneInput,
250
- $t as PinIndicator,
251
- Me as Plus,
252
- oa as Popover,
253
- ea as PopoverAnchor,
254
- ta as PopoverContent,
255
- aa as PopoverTrigger,
256
- Kr as Presets,
257
- ia as Progress,
258
- la as RadioGroup,
259
- ma as RadioGroupItem,
260
- fa as Rating,
261
- ua as RatingBlock,
262
- Be as RemoveTextFormat,
263
- De as Reorder,
264
- ca as ReorderableGroup,
265
- Ca as ReorderableHandle,
266
- Ta as ReorderableItem,
267
- Sa as ReorderableStaticItem,
268
- Ma as ReorderableTable,
269
- Di as ResponsiveLayoutTable,
270
- be as SKMap,
271
- Le as Scan,
272
- La as SearchFilters,
273
- ya as SearchFiltersSkeleton,
274
- Da as Searchbar,
275
- Fa as SegmentedControl,
276
- wa as SegmentedControlItem,
277
- Wa as SegmentedIconControl,
278
- Ya as SegmentedIconControlItem,
279
- va as Select,
280
- Ra as Sheet,
281
- Ea as SheetBody,
282
- Ua as SheetClose,
283
- Ga as SheetContent,
284
- Oa as SheetDescription,
285
- Ha as SheetFooter,
286
- za as SheetHeader,
287
- Xa as SheetOverlay,
288
- Ka as SheetPortal,
289
- Na as SheetTitle,
290
- _a as SheetTrigger,
291
- Li as Skeleton,
292
- qa as Slider,
293
- en as SliderIndicators,
294
- ye as Spinner,
295
- mn as Stepper,
296
- fn as SwipeButton,
297
- un as Switch,
298
- Zi as TABLET_BREAKPOINT,
299
- cn as Tag,
300
- In as TextEditor,
301
- Pe as TextH1,
302
- ve as TextH2,
303
- ke as TextH3,
304
- Sn as Textarea,
305
- yn as TimePicker,
306
- sn as Toast,
307
- an as ToastContainer,
308
- vn as Toggle,
309
- wn as ToggleCheckButton,
310
- En as ToggleGroup,
311
- Un as ToggleGroupItem,
312
- Mn as ToolbarButton,
313
- bn as ToolbarSeparator,
314
- Xn as Tooltip,
315
- Kn as TooltipContent,
316
- Nn as TooltipProvider,
317
- _n as TooltipTrigger,
318
- On as TransactionsListView,
319
- Hn as TransactionsListViewSkeleton,
320
- u as TranslationContext,
241
+ Ie as MenuDotsVertical,
242
+ Mt as MultiSelect,
243
+ Ve as MuzaIcon,
244
+ At as MuzaUIProvider,
245
+ Me as NumberList,
246
+ Et as OfferCard,
247
+ zt as PageContainer,
248
+ Nt as Pagination,
249
+ Wt as PartnerCard,
250
+ Zt as PasswordInput,
251
+ Jt as PhoneInput,
252
+ ra as PinIndicator,
253
+ Be as Plus,
254
+ ea as Popover,
255
+ ta as PopoverAnchor,
256
+ aa as PopoverContent,
257
+ na as PopoverTrigger,
258
+ Nr as Presets,
259
+ sa as Progress,
260
+ ma as RadioGroup,
261
+ xa as RadioGroupItem,
262
+ ua as Rating,
263
+ ga as RatingBlock,
264
+ De as RemoveTextFormat,
265
+ be as Reorder,
266
+ Ca as ReorderableGroup,
267
+ Ta as ReorderableHandle,
268
+ Sa as ReorderableItem,
269
+ ha as ReorderableStaticItem,
270
+ Ba as ReorderableTable,
271
+ vi as ResponsiveLayoutTable,
272
+ Le as SKMap,
273
+ ye as Scan,
274
+ ya as SearchFilters,
275
+ Pa as SearchFiltersSkeleton,
276
+ ba as Searchbar,
277
+ Ua as SegmentedControl,
278
+ Ga as SegmentedControlItem,
279
+ $a as SegmentedIconControl,
280
+ rn as SegmentedIconControlItem,
281
+ ka as Select,
282
+ wa as SelectTrigger,
283
+ Ha as Sheet,
284
+ za as SheetBody,
285
+ Xa as SheetClose,
286
+ Ka as SheetContent,
287
+ Na as SheetDescription,
288
+ _a as SheetFooter,
289
+ Wa as SheetHeader,
290
+ ja as SheetOverlay,
291
+ Qa as SheetPortal,
292
+ Ya as SheetTitle,
293
+ Za as SheetTrigger,
294
+ Fi as Skeleton,
295
+ en as Slider,
296
+ pn as SliderIndicators,
297
+ Pe as Spinner,
298
+ gn as Stepper,
299
+ Cn as SwipeButton,
300
+ Sn as Switch,
301
+ os as TABLET_BREAKPOINT,
302
+ In as Tag,
303
+ bn as TextEditor,
304
+ ve as TextH1,
305
+ ke as TextH2,
306
+ Fe as TextH3,
307
+ Bn as Textarea,
308
+ wn as TimePicker,
309
+ fn as Toast,
310
+ mn as ToastContainer,
311
+ Rn as Toggle,
312
+ Gn as ToggleCheckButton,
313
+ zn as ToggleGroup,
314
+ Xn as ToggleGroupItem,
315
+ yn as ToolbarButton,
316
+ kn as ToolbarSeparator,
317
+ jn as Tooltip,
318
+ Qn as TooltipContent,
319
+ Yn as TooltipProvider,
320
+ Zn as TooltipTrigger,
321
+ Nn as TransactionsListView,
322
+ _n as TransactionsListViewSkeleton,
323
+ d as TranslationContext,
321
324
  g as TranslationProvider,
322
- Qn as Typography,
323
- Zn as TypographyLink,
324
- ai as UniversalFooter,
325
- ni as UniversalFooterAppBadges,
326
- ii as UniversalFooterBody,
327
- si as UniversalFooterBottom,
328
- pi as UniversalFooterBottomGroup,
329
- li as UniversalFooterContactList,
330
- mi as UniversalFooterCopyright,
331
- xi as UniversalFooterLink,
332
- fi as UniversalFooterLogo,
333
- di as UniversalFooterSection,
334
- ui as UniversalFooterSections,
335
- gi as UniversalFooterSeparator,
336
- ci as UniversalFooterSocialLink,
337
- Ci as UniversalFooterSocialList,
338
- Ti as UniversalFooterTop,
339
- We as VisaBadge,
340
- $n as VoucherCard,
341
- Fe as XClose,
342
- we as XTwitter,
343
- Ae as Youtube,
325
+ Jn as Typography,
326
+ oi as TypographyLink,
327
+ li as UniversalFooter,
328
+ mi as UniversalFooterAppBadges,
329
+ xi as UniversalFooterBody,
330
+ fi as UniversalFooterBottom,
331
+ ui as UniversalFooterBottomGroup,
332
+ di as UniversalFooterContactList,
333
+ gi as UniversalFooterCopyright,
334
+ ci as UniversalFooterLink,
335
+ Ci as UniversalFooterLogo,
336
+ Ti as UniversalFooterSection,
337
+ Si as UniversalFooterSections,
338
+ hi as UniversalFooterSeparator,
339
+ Ii as UniversalFooterSocialLink,
340
+ Vi as UniversalFooterSocialList,
341
+ Mi as UniversalFooterTop,
342
+ Ye as VisaBadge,
343
+ ai as VoucherCard,
344
+ we as XClose,
345
+ Ae as XTwitter,
346
+ Re as Youtube,
344
347
  A as accordionChevronVariants,
345
348
  R as accordionContentInnerVariants,
346
349
  E as accordionFooterVariants,
@@ -349,85 +352,87 @@ export {
349
352
  O as accordionTriggerVariants,
350
353
  N as articleCardMetaVariants,
351
354
  _ as articleCardTitleVariants,
352
- j as articleCardVariants,
355
+ W as articleCardVariants,
353
356
  xr as buttonArrowVariants,
354
357
  pr as buttonVariants,
355
358
  Tr as cardVariants,
356
- kr as categoryCardVariants,
357
- Ar as categoryIconVariants,
358
- Or as chipVariants,
359
+ Fr as categoryCardVariants,
360
+ Rr as categoryIconVariants,
361
+ Hr as chipVariants,
359
362
  t as cn,
360
363
  I as csTranslations,
361
- Ii as dataTableCellVariants,
364
+ bi as dataTableCellVariants,
362
365
  Qr as datePickerButtonVariants,
363
366
  n as disabledLinkProps,
364
- so as dotDividerVariants,
365
- ho as dropdownMenuItemVariants,
366
- yo as edgeButtonVariants,
367
+ po as dotDividerVariants,
368
+ Io as dropdownMenuItemVariants,
369
+ Po as edgeButtonVariants,
367
370
  S as enTranslations,
368
- Ro as flexLayoutDefaults,
369
- Eo as flexLayoutVariants,
370
- Uo as flexVariants,
371
+ Eo as flexLayoutDefaults,
372
+ Uo as flexLayoutVariants,
373
+ Go as flexVariants,
371
374
  s as formatDate,
372
375
  l as formatDateRange,
373
- vt as formatShadesAsObject,
374
- kt as generateColorShades,
375
- Nr as getDateRange,
376
+ kt as formatShadesAsObject,
377
+ Ft as generateColorShades,
378
+ _r as getDateRange,
376
379
  x as getSpacingVariants,
377
- Ho as heartButtonVariants,
378
- rt as inputOTPCellVariants,
379
- xt as languageSwitcherChevronVariants,
380
- ft as languageSwitcherTriggerVariants,
381
- Et as offerCardDescriptionVariants,
382
- Ut as offerCardTitleVariants,
383
- Gt as offerCardVariants,
384
- zt as pageContainerVariants,
380
+ zo as heartButtonVariants,
381
+ ot as inputOTPCellVariants,
382
+ ft as languageSwitcherChevronVariants,
383
+ ut as languageSwitcherTriggerVariants,
384
+ Ut as offerCardDescriptionVariants,
385
+ Gt as offerCardTitleVariants,
386
+ Ot as offerCardVariants,
387
+ Xt as pageContainerVariants,
385
388
  jt as partnerCardTitleVariants,
386
389
  Qt as partnerCardVariants,
387
- sa as progressVariants,
390
+ pa as progressVariants,
388
391
  D as resolvePluralTemplate,
389
- bt as setThemeVariables,
390
- ja as sheetContentVariants,
392
+ Lt as setThemeVariables,
393
+ qa as sheetContentVariants,
391
394
  M as skTranslations,
392
- Ja as sliderThumbVariants,
393
- $a as sliderTrackVariants,
394
- rn as sliderVariants,
395
+ tn as sliderThumbVariants,
396
+ an as sliderTrackVariants,
397
+ nn as sliderVariants,
395
398
  f as spacingVariantDefinitions,
396
- Cn as tagVariants,
397
- yt as themePresets,
398
- pn as toast,
399
- An as toggleCheckButtonVariants,
400
- kn as toggleVariants,
401
- Bn as toolbarButtonVariants,
402
- qn as typographyLinkVariants,
403
- Wn as typographyVariants,
404
- Pi as useBreakpoints,
405
- ji as useIsDesktop,
406
- vi as useIsMax2xl,
407
- ki as useIsMax3xl,
408
- Fi as useIsMaxLg,
409
- wi as useIsMaxMd,
410
- Ai as useIsMaxSm,
411
- Ri as useIsMaxXl,
412
- Ei as useIsMaxXs,
413
- Ui as useIsMin2xl,
414
- Gi as useIsMin3xl,
415
- Oi as useIsMinLg,
416
- Hi as useIsMinMd,
417
- zi as useIsMinSm,
418
- Xi as useIsMinXl,
419
- Ki as useIsMinXs,
420
- Wi as useIsMobile,
421
- qi as useIsTablet,
422
- $i as useIsomorphicLayoutEffect,
423
- os as useMediaQuery,
399
+ Vn as tagVariants,
400
+ Pt as themePresets,
401
+ un as toast,
402
+ On as toggleCheckButtonVariants,
403
+ En as toggleVariants,
404
+ Pn as toolbarButtonVariants,
405
+ Ra as triggerWrapperVariants,
406
+ ei as typographyLinkVariants,
407
+ $n as typographyVariants,
408
+ Ai as useBreakpoints,
409
+ yr as useCarousel,
410
+ qi as useIsDesktop,
411
+ Ri as useIsMax2xl,
412
+ Ei as useIsMax3xl,
413
+ Ui as useIsMaxLg,
414
+ Gi as useIsMaxMd,
415
+ Oi as useIsMaxSm,
416
+ Hi as useIsMaxXl,
417
+ zi as useIsMaxXs,
418
+ Xi as useIsMin2xl,
419
+ Ki as useIsMin3xl,
420
+ Ni as useIsMinLg,
421
+ _i as useIsMinMd,
422
+ Wi as useIsMinSm,
423
+ ji as useIsMinXl,
424
+ Qi as useIsMinXs,
425
+ $i as useIsMobile,
426
+ es as useIsTablet,
427
+ as as useIsomorphicLayoutEffect,
428
+ is as useMediaQuery,
424
429
  c as useMuzaTranslationContext,
425
430
  C as useMuzaTranslations,
426
- ha as useReorderableGroup,
427
- Ia as useReorderableItem,
428
- Bt as useTheme,
429
- et as useWebOtpAutofill,
430
- ri as voucherCardDescriptionVariants,
431
- oi as voucherCardTitleVariants,
432
- ei as voucherCardVariants
431
+ Ia as useReorderableGroup,
432
+ Va as useReorderableItem,
433
+ Dt as useTheme,
434
+ tt as useWebOtpAutofill,
435
+ ni as voucherCardDescriptionVariants,
436
+ ii as voucherCardTitleVariants,
437
+ si as voucherCardVariants
433
438
  };