@cfx-dev/ui-components 5.0.21 → 5.0.23

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 (189) hide show
  1. package/dist/CarouselControls-CJ3tupLr.js +41 -0
  2. package/dist/Combination-BNueeiCk.js +2227 -0
  3. package/dist/{Combination-N-vN9BB-.js → Combination-DFRGuWx2.js} +50 -48
  4. package/dist/{DropdownContent-BTzahw95.js → DropdownContent-DCqFWnzj.js} +10 -10
  5. package/dist/assets/all_css.css +2 -1
  6. package/dist/assets/css/Button.css +1 -1
  7. package/dist/assets/css/CarouselControls.css +1 -0
  8. package/dist/assets/css/CarouselItem.css +1 -0
  9. package/dist/assets/css/RangeInput.css +1 -1
  10. package/dist/assets/css/Text.css +1 -1
  11. package/dist/assets/general/global.css +1 -1
  12. package/dist/assets/general/themes.css +1 -1
  13. package/dist/cfxIcons-YyDWNxmM.js +110 -0
  14. package/dist/cfxIconsXLarge-Dw37ZSw2.js +110 -0
  15. package/dist/components/Accordion/AccordionShowcase.js +2 -2
  16. package/dist/components/Badge/BadgeShowcase.js +3 -3
  17. package/dist/components/BurgerMenu/BurgerMenuShowcase.js +4 -4
  18. package/dist/components/Carousel/Carousel.d.ts +24 -0
  19. package/dist/components/Carousel/Carousel.js +125 -0
  20. package/dist/components/Carousel/Carousel.types.d.ts +41 -0
  21. package/dist/components/Carousel/Carousel.types.js +1 -0
  22. package/dist/components/Carousel/CarouselControls.d.ts +8 -0
  23. package/dist/components/Carousel/CarouselControls.js +8 -0
  24. package/dist/components/Carousel/CarouselItem.d.ts +11 -0
  25. package/dist/components/Carousel/CarouselItem.js +85 -0
  26. package/dist/components/Carousel/CarouselShowcase.d.ts +6 -0
  27. package/dist/components/Carousel/CarouselShowcase.js +177 -0
  28. package/dist/components/Carousel/index.d.ts +4 -0
  29. package/dist/components/Carousel/index.js +6 -0
  30. package/dist/components/Carousel/playIcon.d.ts +6 -0
  31. package/dist/components/Carousel/playIcon.js +25 -0
  32. package/dist/components/Checkbox/Checkbox.js +7 -7
  33. package/dist/components/Checkbox/CheckboxShowcase.js +5 -5
  34. package/dist/components/ClipboardButton/ClipboardButton.js +9 -9
  35. package/dist/components/ControlBox/ControlBox.js +10 -10
  36. package/dist/components/Decorate/Decorate.js +5 -5
  37. package/dist/components/DropdownContent/DropdownContent.js +1 -1
  38. package/dist/components/DropdownContent/index.js +1 -1
  39. package/dist/components/DropdownMenu/DropdownMenu.js +12 -12
  40. package/dist/components/DropdownSelect/DropdownSelect.js +1 -1
  41. package/dist/components/DropdownSelect/DropdownSelectShowcase.js +4 -4
  42. package/dist/components/Flex/FlexShowcase.js +4 -4
  43. package/dist/components/Flyout/Flyout.js +1 -1
  44. package/dist/components/Flyout/FlyoutShowcase.js +3 -3
  45. package/dist/components/FormField/FormFieldShowcase.js +1 -1
  46. package/dist/components/Icon/Icon.js +2 -2
  47. package/dist/components/Icons/IconsShowcase.js +1 -1
  48. package/dist/components/Icons/cfx-icons/Close.js +2 -2
  49. package/dist/components/Icons/cfx-icons/Copy.js +3 -3
  50. package/dist/components/Icons/cfx-icons/DownChevron.js +2 -2
  51. package/dist/components/Icons/cfx-icons/Filter.js +6 -6
  52. package/dist/components/Icons/cfx-icons/Heart.js +2 -2
  53. package/dist/components/Icons/cfx-icons/HeartFilled.js +2 -2
  54. package/dist/components/Icons/cfx-icons/LeftArrow.js +2 -2
  55. package/dist/components/Icons/cfx-icons/LeftChevron.js +2 -2
  56. package/dist/components/Icons/cfx-icons/MoreInfo.js +4 -4
  57. package/dist/components/Icons/cfx-icons/Play.js +5 -5
  58. package/dist/components/Icons/cfx-icons/Plus.js +2 -2
  59. package/dist/components/Icons/cfx-icons/Refresh.js +3 -3
  60. package/dist/components/Icons/cfx-icons/Search.js +2 -2
  61. package/dist/components/Icons/cfx-icons/ServerList.js +2 -2
  62. package/dist/components/Icons/cfx-icons/ServerReconnect.js +7 -7
  63. package/dist/components/Icons/cfx-icons/Square.js +3 -3
  64. package/dist/components/Icons/cfx-icons/SquareFilled.js +7 -7
  65. package/dist/components/Icons/cfx-icons/Trash.js +2 -2
  66. package/dist/components/Icons/cfx-icons/Undo.js +3 -3
  67. package/dist/components/Icons/cfx-icons/User.js +5 -5
  68. package/dist/components/Icons/cfx-icons/Users.js +3 -3
  69. package/dist/components/Icons/cfx-icons/Verified.js +4 -4
  70. package/dist/components/Icons/cfx-icons/Warning.js +2 -2
  71. package/dist/components/Icons/cfx-iconsXLarge/Close.js +2 -2
  72. package/dist/components/Icons/cfx-iconsXLarge/Copy.js +3 -3
  73. package/dist/components/Icons/cfx-iconsXLarge/DownChevron.js +2 -2
  74. package/dist/components/Icons/cfx-iconsXLarge/Filter.js +2 -2
  75. package/dist/components/Icons/cfx-iconsXLarge/Heart.js +5 -5
  76. package/dist/components/Icons/cfx-iconsXLarge/HeartFilled.js +2 -2
  77. package/dist/components/Icons/cfx-iconsXLarge/LeftArrow.js +2 -2
  78. package/dist/components/Icons/cfx-iconsXLarge/LeftChevron.js +2 -2
  79. package/dist/components/Icons/cfx-iconsXLarge/MoreInfo.js +4 -4
  80. package/dist/components/Icons/cfx-iconsXLarge/Play.js +5 -5
  81. package/dist/components/Icons/cfx-iconsXLarge/Plus.js +2 -2
  82. package/dist/components/Icons/cfx-iconsXLarge/Refresh.js +3 -3
  83. package/dist/components/Icons/cfx-iconsXLarge/Search.js +2 -2
  84. package/dist/components/Icons/cfx-iconsXLarge/ServerList.js +2 -2
  85. package/dist/components/Icons/cfx-iconsXLarge/ServerReconnect.js +7 -7
  86. package/dist/components/Icons/cfx-iconsXLarge/Square.js +3 -3
  87. package/dist/components/Icons/cfx-iconsXLarge/SquareFilled.js +4 -4
  88. package/dist/components/Icons/cfx-iconsXLarge/Trash.js +2 -2
  89. package/dist/components/Icons/cfx-iconsXLarge/Undo.js +4 -4
  90. package/dist/components/Icons/cfx-iconsXLarge/User.js +5 -5
  91. package/dist/components/Icons/cfx-iconsXLarge/Users.js +3 -3
  92. package/dist/components/Icons/cfx-iconsXLarge/Verified.js +4 -4
  93. package/dist/components/Icons/cfx-iconsXLarge/VisibilityOff.js +2 -2
  94. package/dist/components/Icons/cfx-iconsXLarge/Warning.js +2 -2
  95. package/dist/components/Icons/index.js +2 -2
  96. package/dist/components/InfoPanel/InfoPanelShowcase.js +9 -9
  97. package/dist/components/Input/InputShowcase.js +19 -19
  98. package/dist/components/Input/RichInput.js +1 -1
  99. package/dist/components/InputDropzone/InputDropzone.js +340 -304
  100. package/dist/components/Link/LinkShowcase.js +5 -5
  101. package/dist/components/Logos/LogosShowcase.js +2 -2
  102. package/dist/components/Logos/cfx/Icon.js +7 -7
  103. package/dist/components/Logos/cfx/Logo.js +3 -3
  104. package/dist/components/Logos/cfx/Wordmark.js +2 -2
  105. package/dist/components/Logos/discord/Icon.js +5 -5
  106. package/dist/components/Logos/fivem/Icon.js +2 -2
  107. package/dist/components/Logos/fivem/WhiteLogo.js +2 -2
  108. package/dist/components/Logos/github/Icon.js +7 -7
  109. package/dist/components/Logos/google/Icon.js +6 -6
  110. package/dist/components/Logos/google/Wordmark.js +3 -3
  111. package/dist/components/Logos/index.js +7 -7
  112. package/dist/components/Logos/patreon/Icon.js +7 -7
  113. package/dist/components/Logos/patreon/Wordmark.js +5 -5
  114. package/dist/components/Logos/redm/CompositeLogo.js +2 -2
  115. package/dist/components/Logos/rockstar/Icon.js +2 -2
  116. package/dist/components/Logos/tebex/Icon.js +7 -7
  117. package/dist/components/Logos/tebex/Wordmark.js +2 -2
  118. package/dist/components/Logos/x/Icon.js +3 -3
  119. package/dist/components/Modal/Modal.js +1 -1
  120. package/dist/components/Modal/ModalShowcase.js +3 -3
  121. package/dist/components/OnScreenSensor.js +1 -1
  122. package/dist/components/Overlay/Overlay.js +1 -1
  123. package/dist/components/Popover/PopoverShowcase.js +6 -6
  124. package/dist/components/Prose/Prose.js +3 -3
  125. package/dist/components/Range/Range.js +1 -1
  126. package/dist/components/Scrollable/ScrollableShowcase.js +2 -2
  127. package/dist/components/Select/Select.js +109 -109
  128. package/dist/components/Select/SelectShowcase.js +21 -21
  129. package/dist/components/Skeleton/SkeletonShowcase.js +4 -4
  130. package/dist/components/Slider/Slider.js +1 -1
  131. package/dist/components/Switch/Switch.js +14 -14
  132. package/dist/components/TableResponsiveText/TableResponsiveText.js +2 -2
  133. package/dist/components/Tabular/TabularShowcase.js +12 -12
  134. package/dist/{index-CfQtbUfi.js → index-8cuIcSMB.js} +5 -5
  135. package/dist/index-BcJ929FX.js +20 -0
  136. package/dist/{index-kbBuAY0m.js → index-BcnrbBqR.js} +2 -2
  137. package/dist/{index-BgyFvlVL.js → index-Bg26abkD.js} +2 -2
  138. package/dist/{index-9LBuZ7x4.js → index-BzirdFxK.js} +5 -5
  139. package/dist/{index-Cl_RnsqN.js → index-CUyjBl1Y.js} +2 -2
  140. package/dist/index-CZVyC53C.js +20 -0
  141. package/dist/{index-DwfZyjnS.js → index-CaQzR2YA.js} +2 -2
  142. package/dist/{index-D5SMGei3.js → index-CzUzkeQx.js} +9 -9
  143. package/dist/{index-Cy4ZbWBL.js → index-DqqOUOlj.js} +2 -2
  144. package/dist/{index-3ctv5u9o.js → index-DwdZ_SPo.js} +2 -2
  145. package/dist/{index-Bj7QGXdt.js → index-DxFgF-nY.js} +2 -2
  146. package/dist/main.d.ts +11 -2
  147. package/dist/main.js +279 -257
  148. package/dist/styles-scss/_ui.scss +186 -6
  149. package/dist/styles-scss/tokens.scss +12 -135
  150. package/dist/utils/contexts/AnalyticsContext/AnalyticsContext.d.ts +12 -0
  151. package/dist/utils/contexts/AnalyticsContext/AnalyticsContext.js +9 -0
  152. package/dist/utils/contexts/AnalyticsContext/AnalyticsProvider.d.ts +9 -0
  153. package/dist/utils/contexts/AnalyticsContext/AnalyticsProvider.js +33 -0
  154. package/dist/utils/contexts/AnalyticsContext/index.d.ts +6 -0
  155. package/dist/utils/contexts/AnalyticsContext/index.js +10 -0
  156. package/dist/utils/contexts/AnalyticsContext/useAnalytics.d.ts +1 -0
  157. package/dist/utils/contexts/AnalyticsContext/useAnalytics.js +8 -0
  158. package/dist/utils/contexts/AnalyticsContext/useSiteLinkClick.d.ts +7 -0
  159. package/dist/utils/contexts/AnalyticsContext/useSiteLinkClick.js +22 -0
  160. package/dist/utils/contexts/MediaQueryContext/MediaQueryContext.d.ts +11 -0
  161. package/dist/utils/contexts/MediaQueryContext/MediaQueryContext.js +11 -0
  162. package/dist/utils/contexts/MediaQueryContext/MediaQueryContextProvider.d.ts +6 -0
  163. package/dist/utils/contexts/MediaQueryContext/MediaQueryContextProvider.js +38 -0
  164. package/dist/utils/contexts/MediaQueryContext/index.d.ts +4 -0
  165. package/dist/utils/contexts/MediaQueryContext/index.js +8 -0
  166. package/dist/utils/contexts/MediaQueryContext/useMediaQuery.d.ts +2 -0
  167. package/dist/utils/contexts/MediaQueryContext/useMediaQuery.js +8 -0
  168. package/dist/utils/contexts/StoreContext/StoreContext.d.ts +15 -0
  169. package/dist/utils/contexts/StoreContext/StoreContext.js +21 -0
  170. package/dist/utils/contexts/StoreContext/index.d.ts +2 -0
  171. package/dist/utils/contexts/StoreContext/index.js +4 -0
  172. package/dist/utils/formatBytes.d.ts +1 -0
  173. package/dist/utils/formatBytes.js +12 -0
  174. package/dist/utils/hooks/useCarousel.d.ts +11 -0
  175. package/dist/utils/hooks/useCarousel.js +1276 -0
  176. package/dist/utils/hooks/useOutlet.js +1 -1
  177. package/dist/utils/truncateWithEllipsis.d.ts +1 -0
  178. package/dist/utils/truncateWithEllipsis.js +6 -0
  179. package/package.json +4 -3
  180. package/dist/Combination-CcTTSYNP.js +0 -2209
  181. package/dist/assets/css/CountryFlag.css +0 -1
  182. package/dist/cfxIcons-0xD_EEXT.js +0 -110
  183. package/dist/cfxIconsXLarge-D0vz6Yd_.js +0 -110
  184. package/dist/components/CountryFlag/CountryFlag.d.ts +0 -12
  185. package/dist/components/CountryFlag/CountryFlag.js +0 -25
  186. package/dist/components/CountryFlag/index.d.ts +0 -2
  187. package/dist/components/CountryFlag/index.js +0 -4
  188. package/dist/index-B_NGoq0d.js +0 -20
  189. package/dist/index-Cn_D8a9-.js +0 -20
package/dist/main.js CHANGED
@@ -1,265 +1,287 @@
1
1
  import { mergeRefs as r } from "./utils/mergeRefs.js";
2
2
  import { clsx as a } from "./utils/clsx.js";
3
3
  import { getValue as m } from "./utils/getValue.js";
4
- import { usePopoverController as x } from "./utils/hooks/usePopoverController.js";
5
- import { useInstance as l } from "./utils/hooks/useInstance.js";
6
- import { useDynamicRef as s } from "./utils/hooks/useDynamicRef.js";
7
- import { useGlobalKeyboardEvent as d } from "./utils/hooks/useGlobalKeyboardEvent.js";
8
- import { useKeyboardClose as T } from "./utils/hooks/useKeyboardClose.js";
9
- import { useWindowResize as E } from "./utils/hooks/useWindowResize.js";
10
- import { useOutlet as R } from "./utils/hooks/useOutlet.js";
11
- import { CLIPBOARD_TITLE_APPEARANCE as L, useClipboardComponent as S } from "./utils/hooks/useClipboardComponent.js";
12
- import { formatDate as B, formatLocaleDate as D, formatShortDate as O } from "./utils/formatDate.js";
13
- import { CURRENCY_MAP as A, FREE_PRICE_TEXT as P, formatCurrency as b } from "./utils/formatCurrency.js";
14
- import { identity as k, invoke as h, noop as v, returnFalse as M, returnTrue as U } from "./utils/functional.js";
15
- import { Linkify as w, defaultLinkReplacer as z, defaultLinkReplacerx as V, isExternalUrl as Y, linkify as G, linkifyx as H, matchLinkNodes as K, matchLinks as X } from "./utils/links.js";
16
- import { clamp as Q, clamp01 as j, minmax as J } from "./utils/math.js";
17
- import { isFalseString as q, isTrueString as $, normalizeSlashes as oo, replaceRange as eo, splitByIndices as ro, unicodeCharAt as to } from "./utils/string.js";
18
- import { debounce as fo, throttle as mo } from "./utils/execution.js";
19
- import { getColor as xo } from "./utils/color.js";
20
- import { ui as lo } from "./utils/ui/ui.js";
21
- import { BorderRadiusEnum as so, ColorEnum as io, MediaQueryEnum as co, MediaQueryValuesMap as To, OffsetEnum as Io, SpacerEnum as Eo, SpacingEnum as Co, TextSizeEnum as Ro, ZIndexEnum as go } from "./utils/ui/ui.types.js";
22
- import { isInEnum as So } from "./utils/enum.js";
23
- import { joaat32 as Bo } from "./utils/joaat32.js";
24
- import { default as Oo } from "./components/IconButton/IconButton.js";
25
- import { Accordion as Ao, AccordionContent as Po, AccordionHeader as bo, AccordionItem as Fo, AccordionTrigger as ko } from "./components/Accordion/Accordion.js";
26
- import { default as vo } from "./components/ClipboardButton/ClipboardButton.js";
27
- import { default as Uo } from "./components/Checkbox/Checkbox.js";
28
- import { default as wo, ButtonContent as zo, getButtonClassName as Vo } from "./components/Button/Button.js";
29
- import { ButtonBar as Go } from "./components/Button/ButtonBar.js";
30
- import { LinkButton as Ko } from "./components/Button/LinkButton.js";
31
- import { BurgerMenuButton as Wo } from "./components/BurgerMenu/BurgerMenuButton.js";
32
- import { BurgerMenu as jo } from "./components/BurgerMenu/BurgerMenu.js";
33
- import { default as Zo, getLinkClassName as qo, getLinkStyles as $o } from "./components/Link/Link.js";
34
- import { default as ee } from "./components/Link/ButtonLink.js";
35
- import { Avatar as te } from "./components/Avatar/Avatar.js";
36
- import { BACKDROP_OUTLET_ID as fe, default as me } from "./components/BackdropPortal/BackdropPortal.js";
37
- import { Badge as xe } from "./components/Badge/Badge.js";
38
- import { default as le } from "./components/ControlBox/ControlBox.js";
39
- import { default as se } from "./components/CountryFlag/CountryFlag.js";
40
- import { default as de } from "./components/Decorate/Decorate.js";
41
- import { Dot as Te } from "./components/Dot/Dot.js";
42
- import { FLYOUT_OUTLET_ID as Ee, FLYOUT_ROOT_ID as Ce, FLYOUT_ROOT_SHRINK_CLASSNAME as Re, Flyout as ge } from "./components/Flyout/Flyout.js";
43
- import { Logos as Se } from "./components/Logos/index.js";
44
- import { I as Be } from "./cfxIcons-0xD_EEXT.js";
45
- import { I as Oe } from "./cfxIconsXLarge-D0vz6Yd_.js";
46
- import { Icon as Ae } from "./components/Icon/Icon.js";
47
- import { Indicator as be } from "./components/Indicator/Indicator.js";
48
- import { default as ke } from "./components/InfoPanel/InfoPanel.js";
49
- import { default as ve } from "./components/Input/Input.js";
50
- import { default as Ue } from "./components/Input/RichInput.js";
51
- import { default as we } from "./components/StyledInput/StyledInput.js";
52
- import { Interactive as Ve } from "./components/Interactive/Interactive.js";
53
- import { Island as Ge, IslandCorner as He } from "./components/Island/Island.js";
54
- import { default as Xe } from "./components/Box/Box.js";
55
- import { stringPropFormater as Qe } from "./components/RSC/Box/Box.js";
56
- import { Center as Je } from "./components/Layout/Center/Center.js";
57
- import { default as qe } from "./components/Flex/Flex.js";
58
- import { FlexAlignItemsEnum as or, FlexDirectionEnum as er, FlexJustifyContentEnum as rr, FlexWrapEnum as tr } from "./components/RSC/Flex/Flex.types.js";
59
- import { FlexRestricter as fr } from "./components/RSC/Flex/FlexRestricter.js";
60
- import { Pad as pr } from "./components/Layout/Pad/Pad.js";
61
- import { Page as nr } from "./components/Layout/Page/Page.js";
62
- import { R as ur } from "./Rail-CHFAf3wJ.js";
63
- import { Scrollable as ir } from "./components/Scrollable/Scrollable.js";
64
- import { VirtualScrollable as cr } from "./components/Scrollable/VirtualScrollable.js";
65
- import { Loaf as Ir } from "./components/Loaf/Loaf.js";
66
- import { Modal as Cr } from "./components/Modal/Modal.js";
67
- import { NavList as gr } from "./components/NavList/NavList.js";
68
- import { OVERLAY_OUTLET_ID as Sr, Overlay as yr } from "./components/Overlay/Overlay.js";
69
- import { default as Dr } from "./components/Pagination/Pagination.js";
70
- import { Popover as _r } from "./components/Popover/Popover.js";
71
- import { PremiumBadge as Pr } from "./components/PremiumBadge/PremiumBadge.js";
72
- import { Prose as Fr } from "./components/Prose/Prose.js";
73
- import { Radio as hr } from "./components/Radio/Radio.js";
74
- import { Select as Mr } from "./components/Select/Select.js";
75
- import { DropdownSelect as Nr } from "./components/DropdownSelect/DropdownSelect.js";
76
- import { default as zr } from "./components/DropdownMenu/DropdownMenu.js";
77
- import { Separator as Yr } from "./components/Separator/Separator.js";
78
- import { Shroud as Hr } from "./components/Shroud/Shroud.js";
79
- import { Slider as Xr } from "./components/Slider/Slider.js";
80
- import { default as Qr } from "./components/Range/Range.js";
81
- import { default as Jr } from "./components/Range/RangeInput.js";
82
- import { default as qr } from "./components/Range/RangeWithInputs.js";
83
- import { Spacer as ot } from "./components/Spacer/Spacer.js";
84
- import { Style as rt, useContextualStyle as tt } from "./components/Style/Style.js";
85
- import { default as ft } from "./components/Switch/Switch.js";
86
- import { ToggleGroup as pt } from "./components/ToggleGroup/ToggleGroup.js";
87
- import { Tabular as nt } from "./components/Tabular/Tabular.js";
88
- import { DataTable as ut, DataTableHeaderItem as st, DataTableRow as it } from "./components/DataTable/DataTable.js";
89
- import { Table as ct } from "./components/Table/index.js";
90
- import { default as It } from "./components/TableResponsiveText/TableResponsiveText.js";
91
- import { DEFAULT_TEXT_COLOR as Ct, TEXT_OPACITY_MAP as Rt, Text as gt, TextBlock as Lt, getTextOpacity as St, lineHeightResponsiveValueFormatter as yt, textSizeResponsiveValueFormatter as Bt } from "./components/Text/Text.js";
92
- import { default as Ot } from "./components/Label/Label.js";
93
- import { Textarea as At } from "./components/Textarea/Textarea.js";
94
- import { default as bt } from "./components/StyledTextarea/StyledTextarea.js";
95
- import { TITLE_OUTLET_ID as kt, Title as ht, titleGetCoords as vt, titleGetCssStyle as Mt } from "./components/Title/Title.js";
96
- import { default as Nt } from "./components/InputDropzone/InputDropzone.js";
97
- import { default as zt } from "./components/InputDropzone/ItemPreview.js";
98
- import { default as Yt } from "./components/Skeleton/Skeleton.js";
99
- import { OnScreenSensor as Ht } from "./components/OnScreenSensor.js";
100
- import { Symbols as Xt } from "./components/Symbols.js";
101
- import { default as Qt } from "./components/Table/TableIconButton.js";
4
+ import { default as x } from "./utils/contexts/AnalyticsContext/AnalyticsContext.js";
5
+ import { AnalyticsProvider as n } from "./utils/contexts/AnalyticsContext/AnalyticsProvider.js";
6
+ import { default as s } from "./utils/contexts/AnalyticsContext/useAnalytics.js";
7
+ import { default as d } from "./utils/contexts/AnalyticsContext/useSiteLinkClick.js";
8
+ import { default as T } from "./utils/contexts/MediaQueryContext/MediaQueryContext.js";
9
+ import { default as I } from "./utils/contexts/MediaQueryContext/MediaQueryContextProvider.js";
10
+ import { default as S } from "./utils/contexts/MediaQueryContext/useMediaQuery.js";
11
+ import { default as R } from "./utils/contexts/StoreContext/StoreContext.js";
12
+ import { formatBytes as y } from "./utils/formatBytes.js";
13
+ import { truncateWithEllipsis as A } from "./utils/truncateWithEllipsis.js";
14
+ import { usePopoverController as O } from "./utils/hooks/usePopoverController.js";
15
+ import { useInstance as P } from "./utils/hooks/useInstance.js";
16
+ import { useDynamicRef as b } from "./utils/hooks/useDynamicRef.js";
17
+ import { useGlobalKeyboardEvent as v } from "./utils/hooks/useGlobalKeyboardEvent.js";
18
+ import { useKeyboardClose as M } from "./utils/hooks/useKeyboardClose.js";
19
+ import { useWindowResize as N } from "./utils/hooks/useWindowResize.js";
20
+ import { useOutlet as z } from "./utils/hooks/useOutlet.js";
21
+ import { CLIPBOARD_TITLE_APPEARANCE as Y, useClipboardComponent as Q } from "./utils/hooks/useClipboardComponent.js";
22
+ import { formatDate as H, formatLocaleDate as K, formatShortDate as W } from "./utils/formatDate.js";
23
+ import { CURRENCY_MAP as j, FREE_PRICE_TEXT as J, formatCurrency as Z } from "./utils/formatCurrency.js";
24
+ import { identity as $, invoke as ee, noop as oe, returnFalse as re, returnTrue as te } from "./utils/functional.js";
25
+ import { Linkify as fe, defaultLinkReplacer as me, defaultLinkReplacerx as pe, isExternalUrl as xe, linkify as le, linkifyx as ne, matchLinkNodes as ue, matchLinks as se } from "./utils/links.js";
26
+ import { clamp as de, clamp01 as ce, minmax as Te } from "./utils/math.js";
27
+ import { isFalseString as Ie, isTrueString as Ee, normalizeSlashes as Se, replaceRange as Le, splitByIndices as Re, unicodeCharAt as ge } from "./utils/string.js";
28
+ import { debounce as Be, throttle as Ae } from "./utils/execution.js";
29
+ import { getColor as Oe } from "./utils/color.js";
30
+ import { ui as Pe } from "./utils/ui/ui.js";
31
+ import { BorderRadiusEnum as be, ColorEnum as Fe, MediaQueryEnum as ve, MediaQueryValuesMap as he, OffsetEnum as Me, SpacerEnum as Ue, SpacingEnum as Ne, TextSizeEnum as we, ZIndexEnum as ze } from "./utils/ui/ui.types.js";
32
+ import { isInEnum as Ye } from "./utils/enum.js";
33
+ import { joaat32 as Ge } from "./utils/joaat32.js";
34
+ import { default as Ke } from "./components/IconButton/IconButton.js";
35
+ import { Accordion as Xe, AccordionContent as je, AccordionHeader as Je, AccordionItem as Ze, AccordionTrigger as qe } from "./components/Accordion/Accordion.js";
36
+ import { default as eo } from "./components/ClipboardButton/ClipboardButton.js";
37
+ import { default as ro } from "./components/Checkbox/Checkbox.js";
38
+ import { default as ao, ButtonContent as fo, getButtonClassName as mo } from "./components/Button/Button.js";
39
+ import { ButtonBar as xo } from "./components/Button/ButtonBar.js";
40
+ import { LinkButton as no } from "./components/Button/LinkButton.js";
41
+ import { BurgerMenuButton as so } from "./components/BurgerMenu/BurgerMenuButton.js";
42
+ import { BurgerMenu as co } from "./components/BurgerMenu/BurgerMenu.js";
43
+ import { default as Co, getLinkClassName as Io, getLinkStyles as Eo } from "./components/Link/Link.js";
44
+ import { default as Lo } from "./components/Link/ButtonLink.js";
45
+ import { Avatar as go } from "./components/Avatar/Avatar.js";
46
+ import { BACKDROP_OUTLET_ID as Bo, default as Ao } from "./components/BackdropPortal/BackdropPortal.js";
47
+ import { Badge as Oo } from "./components/Badge/Badge.js";
48
+ import { default as Po } from "./components/Carousel/Carousel.js";
49
+ import { C as bo } from "./CarouselControls-CJ3tupLr.js";
50
+ import { default as vo } from "./components/ControlBox/ControlBox.js";
51
+ import { default as Mo } from "./components/Decorate/Decorate.js";
52
+ import { Dot as No } from "./components/Dot/Dot.js";
53
+ import { FLYOUT_OUTLET_ID as zo, FLYOUT_ROOT_ID as Vo, FLYOUT_ROOT_SHRINK_CLASSNAME as Yo, Flyout as Qo } from "./components/Flyout/Flyout.js";
54
+ import { Logos as Ho } from "./components/Logos/index.js";
55
+ import { I as Wo } from "./cfxIcons-YyDWNxmM.js";
56
+ import { I as jo } from "./cfxIconsXLarge-Dw37ZSw2.js";
57
+ import { Icon as Zo } from "./components/Icon/Icon.js";
58
+ import { Indicator as $o } from "./components/Indicator/Indicator.js";
59
+ import { default as or } from "./components/InfoPanel/InfoPanel.js";
60
+ import { default as tr } from "./components/Input/Input.js";
61
+ import { default as fr } from "./components/Input/RichInput.js";
62
+ import { default as pr } from "./components/StyledInput/StyledInput.js";
63
+ import { Interactive as lr } from "./components/Interactive/Interactive.js";
64
+ import { Island as ur, IslandCorner as sr } from "./components/Island/Island.js";
65
+ import { default as dr } from "./components/Box/Box.js";
66
+ import { stringPropFormater as Tr } from "./components/RSC/Box/Box.js";
67
+ import { Center as Ir } from "./components/Layout/Center/Center.js";
68
+ import { default as Sr } from "./components/Flex/Flex.js";
69
+ import { FlexAlignItemsEnum as Rr, FlexDirectionEnum as gr, FlexJustifyContentEnum as yr, FlexWrapEnum as Br } from "./components/RSC/Flex/Flex.types.js";
70
+ import { FlexRestricter as Dr } from "./components/RSC/Flex/FlexRestricter.js";
71
+ import { Pad as _r } from "./components/Layout/Pad/Pad.js";
72
+ import { Page as kr } from "./components/Layout/Page/Page.js";
73
+ import { R as Fr } from "./Rail-CHFAf3wJ.js";
74
+ import { Scrollable as hr } from "./components/Scrollable/Scrollable.js";
75
+ import { VirtualScrollable as Ur } from "./components/Scrollable/VirtualScrollable.js";
76
+ import { Loaf as wr } from "./components/Loaf/Loaf.js";
77
+ import { Modal as Vr } from "./components/Modal/Modal.js";
78
+ import { NavList as Qr } from "./components/NavList/NavList.js";
79
+ import { OVERLAY_OUTLET_ID as Hr, Overlay as Kr } from "./components/Overlay/Overlay.js";
80
+ import { default as Xr } from "./components/Pagination/Pagination.js";
81
+ import { Popover as Jr } from "./components/Popover/Popover.js";
82
+ import { PremiumBadge as qr } from "./components/PremiumBadge/PremiumBadge.js";
83
+ import { Prose as et } from "./components/Prose/Prose.js";
84
+ import { Radio as rt } from "./components/Radio/Radio.js";
85
+ import { Select as at } from "./components/Select/Select.js";
86
+ import { DropdownSelect as mt } from "./components/DropdownSelect/DropdownSelect.js";
87
+ import { default as xt } from "./components/DropdownMenu/DropdownMenu.js";
88
+ import { Separator as nt } from "./components/Separator/Separator.js";
89
+ import { Shroud as st } from "./components/Shroud/Shroud.js";
90
+ import { Slider as dt } from "./components/Slider/Slider.js";
91
+ import { default as Tt } from "./components/Range/Range.js";
92
+ import { default as It } from "./components/Range/RangeInput.js";
93
+ import { default as St } from "./components/Range/RangeWithInputs.js";
94
+ import { Spacer as Rt } from "./components/Spacer/Spacer.js";
95
+ import { Style as yt, useContextualStyle as Bt } from "./components/Style/Style.js";
96
+ import { default as Dt } from "./components/Switch/Switch.js";
97
+ import { ToggleGroup as _t } from "./components/ToggleGroup/ToggleGroup.js";
98
+ import { Tabular as kt } from "./components/Tabular/Tabular.js";
99
+ import { DataTable as Ft, DataTableHeaderItem as vt, DataTableRow as ht } from "./components/DataTable/DataTable.js";
100
+ import { Table as Ut } from "./components/Table/index.js";
101
+ import { default as wt } from "./components/TableResponsiveText/TableResponsiveText.js";
102
+ import { DEFAULT_TEXT_COLOR as Vt, TEXT_OPACITY_MAP as Yt, Text as Qt, TextBlock as Gt, getTextOpacity as Ht, lineHeightResponsiveValueFormatter as Kt, textSizeResponsiveValueFormatter as Wt } from "./components/Text/Text.js";
103
+ import { default as jt } from "./components/Label/Label.js";
104
+ import { Textarea as Zt } from "./components/Textarea/Textarea.js";
105
+ import { default as $t } from "./components/StyledTextarea/StyledTextarea.js";
106
+ import { TITLE_OUTLET_ID as oa, Title as ra, titleGetCoords as ta, titleGetCssStyle as aa } from "./components/Title/Title.js";
107
+ import { default as ma } from "./components/InputDropzone/InputDropzone.js";
108
+ import { default as xa } from "./components/InputDropzone/ItemPreview.js";
109
+ import { default as na } from "./components/Skeleton/Skeleton.js";
110
+ import { OnScreenSensor as sa } from "./components/OnScreenSensor.js";
111
+ import { Symbols as da } from "./components/Symbols.js";
112
+ import { default as Ta } from "./components/Table/TableIconButton.js";
102
113
  export {
103
- Ao as Accordion,
104
- Po as AccordionContent,
105
- bo as AccordionHeader,
106
- Fo as AccordionItem,
107
- ko as AccordionTrigger,
108
- te as Avatar,
109
- fe as BACKDROP_OUTLET_ID,
110
- me as BackdropPortal,
111
- xe as Badge,
112
- so as BorderRadiusEnum,
113
- Xe as Box,
114
- jo as BurgerMenu,
115
- Wo as BurgerMenuButton,
116
- wo as Button,
117
- Go as ButtonBar,
118
- zo as ButtonContent,
119
- ee as ButtonLink,
120
- L as CLIPBOARD_TITLE_APPEARANCE,
121
- A as CURRENCY_MAP,
122
- Je as Center,
123
- Uo as Checkbox,
124
- vo as ClipboardButton,
125
- io as ColorEnum,
126
- le as ControlBox,
127
- se as CountryFlag,
128
- Ct as DEFAULT_TEXT_COLOR,
129
- ut as DataTable,
130
- st as DataTableHeaderItem,
131
- it as DataTableRow,
132
- de as Decorate,
133
- Te as Dot,
134
- zr as DropdownMenu,
135
- Nr as DropdownSelect,
136
- zt as DropzoneItemPreview,
137
- Ee as FLYOUT_OUTLET_ID,
138
- Ce as FLYOUT_ROOT_ID,
139
- Re as FLYOUT_ROOT_SHRINK_CLASSNAME,
140
- P as FREE_PRICE_TEXT,
141
- qe as Flex,
142
- or as FlexAlignItemsEnum,
143
- er as FlexDirectionEnum,
144
- rr as FlexJustifyContentEnum,
145
- fr as FlexRestricter,
146
- tr as FlexWrapEnum,
147
- ge as Flyout,
148
- Ae as Icon,
149
- Oo as IconButton,
150
- Be as Icons,
151
- Oe as IconsXLarge,
152
- be as Indicator,
153
- ke as InfoPanel,
154
- ve as Input,
155
- Nt as InputDropzone,
156
- Ve as Interactive,
157
- Ge as Island,
158
- He as IslandCorner,
159
- Ot as Label,
160
- Zo as Link,
161
- Ko as LinkButton,
162
- w as Linkify,
163
- Ir as Loaf,
164
- Se as Logos,
165
- co as MediaQueryEnum,
166
- To as MediaQueryValuesMap,
167
- Cr as Modal,
168
- gr as NavList,
169
- Sr as OVERLAY_OUTLET_ID,
170
- Io as OffsetEnum,
171
- Ht as OnScreenSensor,
172
- yr as Overlay,
173
- pr as Pad,
174
- nr as Page,
175
- Dr as Pagination,
176
- _r as Popover,
177
- Pr as PremiumBadge,
178
- Fr as Prose,
179
- hr as Radio,
180
- ur as Rail,
181
- Qr as Range,
182
- Jr as RangeInput,
183
- qr as RangeWithInputs,
184
- Ue as RichInput,
185
- ir as Scrollable,
186
- Mr as Select,
187
- Yr as Separator,
188
- Hr as Shroud,
189
- Yt as Skeleton,
190
- Xr as Slider,
191
- ot as Spacer,
192
- Eo as SpacerEnum,
193
- Co as SpacingEnum,
194
- rt as Style,
195
- we as StyledInput,
196
- bt as StyledTextarea,
197
- ft as Switch,
198
- Xt as Symbols,
199
- Rt as TEXT_OPACITY_MAP,
200
- kt as TITLE_OUTLET_ID,
201
- ct as Table,
202
- Qt as TableIconButton,
203
- It as TableResponsiveText,
204
- nt as Tabular,
205
- gt as Text,
206
- Lt as TextBlock,
207
- Ro as TextSizeEnum,
208
- At as Textarea,
209
- ht as Title,
210
- pt as ToggleGroup,
211
- cr as VirtualScrollable,
212
- go as ZIndexEnum,
213
- Q as clamp,
214
- j as clamp01,
114
+ Xe as Accordion,
115
+ je as AccordionContent,
116
+ Je as AccordionHeader,
117
+ Ze as AccordionItem,
118
+ qe as AccordionTrigger,
119
+ x as AnalyticsContext,
120
+ n as AnalyticsProvider,
121
+ go as Avatar,
122
+ Bo as BACKDROP_OUTLET_ID,
123
+ Ao as BackdropPortal,
124
+ Oo as Badge,
125
+ be as BorderRadiusEnum,
126
+ dr as Box,
127
+ co as BurgerMenu,
128
+ so as BurgerMenuButton,
129
+ ao as Button,
130
+ xo as ButtonBar,
131
+ fo as ButtonContent,
132
+ Lo as ButtonLink,
133
+ Y as CLIPBOARD_TITLE_APPEARANCE,
134
+ j as CURRENCY_MAP,
135
+ Po as Carousel,
136
+ bo as CarouselControls,
137
+ Ir as Center,
138
+ ro as Checkbox,
139
+ eo as ClipboardButton,
140
+ Fe as ColorEnum,
141
+ vo as ControlBox,
142
+ Vt as DEFAULT_TEXT_COLOR,
143
+ Ft as DataTable,
144
+ vt as DataTableHeaderItem,
145
+ ht as DataTableRow,
146
+ Mo as Decorate,
147
+ No as Dot,
148
+ xt as DropdownMenu,
149
+ mt as DropdownSelect,
150
+ xa as DropzoneItemPreview,
151
+ zo as FLYOUT_OUTLET_ID,
152
+ Vo as FLYOUT_ROOT_ID,
153
+ Yo as FLYOUT_ROOT_SHRINK_CLASSNAME,
154
+ J as FREE_PRICE_TEXT,
155
+ Sr as Flex,
156
+ Rr as FlexAlignItemsEnum,
157
+ gr as FlexDirectionEnum,
158
+ yr as FlexJustifyContentEnum,
159
+ Dr as FlexRestricter,
160
+ Br as FlexWrapEnum,
161
+ Qo as Flyout,
162
+ Zo as Icon,
163
+ Ke as IconButton,
164
+ Wo as Icons,
165
+ jo as IconsXLarge,
166
+ $o as Indicator,
167
+ or as InfoPanel,
168
+ tr as Input,
169
+ ma as InputDropzone,
170
+ lr as Interactive,
171
+ ur as Island,
172
+ sr as IslandCorner,
173
+ jt as Label,
174
+ Co as Link,
175
+ no as LinkButton,
176
+ fe as Linkify,
177
+ wr as Loaf,
178
+ Ho as Logos,
179
+ T as MediaQueryContext,
180
+ I as MediaQueryContextProvider,
181
+ ve as MediaQueryEnum,
182
+ he as MediaQueryValuesMap,
183
+ Vr as Modal,
184
+ Qr as NavList,
185
+ Hr as OVERLAY_OUTLET_ID,
186
+ Me as OffsetEnum,
187
+ sa as OnScreenSensor,
188
+ Kr as Overlay,
189
+ _r as Pad,
190
+ kr as Page,
191
+ Xr as Pagination,
192
+ Jr as Popover,
193
+ qr as PremiumBadge,
194
+ et as Prose,
195
+ rt as Radio,
196
+ Fr as Rail,
197
+ Tt as Range,
198
+ It as RangeInput,
199
+ St as RangeWithInputs,
200
+ fr as RichInput,
201
+ hr as Scrollable,
202
+ at as Select,
203
+ nt as Separator,
204
+ st as Shroud,
205
+ na as Skeleton,
206
+ dt as Slider,
207
+ Rt as Spacer,
208
+ Ue as SpacerEnum,
209
+ Ne as SpacingEnum,
210
+ yt as Style,
211
+ pr as StyledInput,
212
+ $t as StyledTextarea,
213
+ Dt as Switch,
214
+ da as Symbols,
215
+ Yt as TEXT_OPACITY_MAP,
216
+ oa as TITLE_OUTLET_ID,
217
+ Ut as Table,
218
+ Ta as TableIconButton,
219
+ wt as TableResponsiveText,
220
+ kt as Tabular,
221
+ Qt as Text,
222
+ Gt as TextBlock,
223
+ we as TextSizeEnum,
224
+ Zt as Textarea,
225
+ ra as Title,
226
+ _t as ToggleGroup,
227
+ Ur as VirtualScrollable,
228
+ ze as ZIndexEnum,
229
+ de as clamp,
230
+ ce as clamp01,
215
231
  a as clsx,
216
- fo as debounce,
217
- z as defaultLinkReplacer,
218
- V as defaultLinkReplacerx,
219
- b as formatCurrency,
220
- B as formatDate,
221
- D as formatLocaleDate,
222
- O as formatShortDate,
223
- Vo as getButtonClassName,
224
- xo as getColor,
225
- qo as getLinkClassName,
226
- $o as getLinkStyles,
227
- St as getTextOpacity,
232
+ R as createStoreContext,
233
+ Be as debounce,
234
+ me as defaultLinkReplacer,
235
+ pe as defaultLinkReplacerx,
236
+ y as formatBytes,
237
+ Z as formatCurrency,
238
+ H as formatDate,
239
+ K as formatLocaleDate,
240
+ W as formatShortDate,
241
+ mo as getButtonClassName,
242
+ Oe as getColor,
243
+ Io as getLinkClassName,
244
+ Eo as getLinkStyles,
245
+ Ht as getTextOpacity,
228
246
  m as getValue,
229
- k as identity,
230
- h as invoke,
231
- Y as isExternalUrl,
232
- q as isFalseString,
233
- So as isInEnum,
234
- $ as isTrueString,
235
- Bo as joaat32,
236
- yt as lineHeightResponsiveValueFormatter,
237
- G as linkify,
238
- H as linkifyx,
239
- K as matchLinkNodes,
240
- X as matchLinks,
247
+ $ as identity,
248
+ ee as invoke,
249
+ xe as isExternalUrl,
250
+ Ie as isFalseString,
251
+ Ye as isInEnum,
252
+ Ee as isTrueString,
253
+ Ge as joaat32,
254
+ Kt as lineHeightResponsiveValueFormatter,
255
+ le as linkify,
256
+ ne as linkifyx,
257
+ ue as matchLinkNodes,
258
+ se as matchLinks,
241
259
  r as mergeRefs,
242
- J as minmax,
243
- v as noop,
244
- oo as normalizeSlashes,
245
- eo as replaceRange,
246
- M as returnFalse,
247
- U as returnTrue,
248
- ro as splitByIndices,
249
- Qe as stringPropFormater,
250
- Bt as textSizeResponsiveValueFormatter,
251
- mo as throttle,
252
- vt as titleGetCoords,
253
- Mt as titleGetCssStyle,
254
- lo as ui,
255
- to as unicodeCharAt,
256
- S as useClipboardComponent,
257
- tt as useContextualStyle,
258
- s as useDynamicRef,
259
- d as useGlobalKeyboardEvent,
260
- l as useInstance,
261
- T as useKeyboardClose,
262
- R as useOutlet,
263
- x as usePopoverController,
264
- E as useWindowResize
260
+ Te as minmax,
261
+ oe as noop,
262
+ Se as normalizeSlashes,
263
+ Le as replaceRange,
264
+ re as returnFalse,
265
+ te as returnTrue,
266
+ Re as splitByIndices,
267
+ Tr as stringPropFormater,
268
+ Wt as textSizeResponsiveValueFormatter,
269
+ Ae as throttle,
270
+ ta as titleGetCoords,
271
+ aa as titleGetCssStyle,
272
+ A as truncateWithEllipsis,
273
+ Pe as ui,
274
+ ge as unicodeCharAt,
275
+ s as useAnalytics,
276
+ Q as useClipboardComponent,
277
+ Bt as useContextualStyle,
278
+ b as useDynamicRef,
279
+ v as useGlobalKeyboardEvent,
280
+ P as useInstance,
281
+ M as useKeyboardClose,
282
+ S as useMediaQuery,
283
+ z as useOutlet,
284
+ O as usePopoverController,
285
+ d as useSiteLinkClick,
286
+ N as useWindowResize
265
287
  };