@uniformdev/csk-components 6.0.123-alpha.1 → 6.1.63-alpha.1

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 (256) hide show
  1. package/README.md +74 -81
  2. package/dist/ThemeSwitcher-EUDUX3QI.mjs +1 -0
  3. package/dist/accordion-item-7IKL6Z6Q.mjs +1 -0
  4. package/dist/accordion-item-MORC2F2Q.mjs +1 -0
  5. package/dist/banner-WOYK426U.mjs +1 -0
  6. package/dist/carousel-ALNEGOPM.mjs +1 -0
  7. package/dist/carousel-HKYR3ZBB.mjs +1 -0
  8. package/dist/chunk-27WJUZYR.mjs +1 -0
  9. package/dist/chunk-3JU2XCD2.mjs +1 -0
  10. package/dist/chunk-47YB4P2Q.mjs +1 -0
  11. package/dist/chunk-6CKVLOIH.mjs +1 -0
  12. package/dist/{chunk-PMMAALCQ.mjs → chunk-AOFJCDRO.mjs} +1 -1
  13. package/dist/{chunk-2BMAPB63.mjs → chunk-AWTML4I7.mjs} +1 -1
  14. package/dist/chunk-CZ4X5ZBK.mjs +1 -0
  15. package/dist/chunk-D673IM2U.mjs +1 -0
  16. package/dist/chunk-I6SUO5WR.mjs +1 -0
  17. package/dist/chunk-JT77BVIX.mjs +1 -0
  18. package/dist/chunk-LPAOEOU4.mjs +1 -0
  19. package/dist/chunk-MKOFM4XK.mjs +1 -0
  20. package/dist/chunk-NKINOJY6.mjs +1 -0
  21. package/dist/chunk-OKUDTS22.mjs +1 -0
  22. package/dist/chunk-OL6JBPZ4.mjs +1 -0
  23. package/dist/chunk-OY6ZJNCE.mjs +1 -0
  24. package/dist/chunk-PLKWUEFW.mjs +1 -0
  25. package/dist/chunk-QPQGRQKI.mjs +1 -0
  26. package/dist/chunk-VWWXSA5H.mjs +1 -0
  27. package/dist/chunk-XKCRANRQ.mjs +1 -0
  28. package/dist/chunk-XYU3TGOU.mjs +1 -0
  29. package/dist/chunk-Y337A266.mjs +7 -0
  30. package/dist/chunk-YQYDZJ65.mjs +1 -0
  31. package/dist/chunk-ZAHWFLY4.mjs +1 -0
  32. package/dist/{chunk-V4EBWEG4.mjs → chunk-ZWDCDE5W.mjs} +1 -1
  33. package/dist/components/canvas/emptyPlaceholders.d.mts +5 -4
  34. package/dist/components/canvas/emptyPlaceholders.mjs +1 -1
  35. package/dist/components/canvas/index.d.mts +4 -648
  36. package/dist/components/canvas/index.mjs +1 -1
  37. package/dist/components/canvas/serverClient.d.mts +694 -0
  38. package/dist/components/canvas/serverClient.mjs +1 -0
  39. package/dist/components/canvas/serverOnly.d.mts +41 -0
  40. package/dist/components/canvas/serverOnly.mjs +1 -0
  41. package/dist/components/ui/index.d.mts +24 -33
  42. package/dist/components/ui/index.mjs +1 -1
  43. package/dist/content/components/canvas/Accordion/accordion.tsx +8 -7
  44. package/dist/content/components/canvas/Accordion/index.tsx +2 -2
  45. package/dist/content/components/canvas/AccordionItem/accordion-item.tsx +9 -7
  46. package/dist/content/components/canvas/AccordionItem/index.tsx +4 -6
  47. package/dist/content/components/canvas/Badge/badge.tsx +12 -5
  48. package/dist/content/components/canvas/Badge/index.tsx +2 -3
  49. package/dist/content/components/canvas/Badge/style-utils.ts +6 -6
  50. package/dist/content/components/canvas/Banner/banner.tsx +24 -36
  51. package/dist/content/components/canvas/Banner/index.tsx +7 -11
  52. package/dist/content/components/canvas/Breadcrumbs/breadcrumbs.tsx +21 -22
  53. package/dist/content/components/canvas/Breadcrumbs/index.tsx +4 -7
  54. package/dist/content/components/canvas/Button/button.tsx +19 -11
  55. package/dist/content/components/canvas/Button/index.tsx +3 -5
  56. package/dist/content/components/canvas/Card/card.tsx +9 -9
  57. package/dist/content/components/canvas/Card/index.tsx +3 -3
  58. package/dist/content/components/canvas/Carousel/carousel.tsx +9 -7
  59. package/dist/content/components/canvas/Carousel/index.tsx +4 -4
  60. package/dist/content/components/canvas/Container/container.tsx +7 -6
  61. package/dist/content/components/canvas/Container/index.tsx +3 -3
  62. package/dist/content/components/canvas/CookieConsent/cookie-consent.tsx +126 -0
  63. package/dist/content/components/canvas/CookieConsent/empty-placeholder.tsx +12 -0
  64. package/dist/content/components/canvas/CookieConsent/index.tsx +26 -0
  65. package/dist/content/components/canvas/Countdown/countdown.tsx +9 -7
  66. package/dist/content/components/canvas/Countdown/index.tsx +2 -3
  67. package/dist/content/components/canvas/DemoHero/atoms.tsx +29 -32
  68. package/dist/content/components/canvas/DemoHero/columns-variant.tsx +4 -4
  69. package/dist/content/components/canvas/DemoHero/default-variant.tsx +4 -4
  70. package/dist/content/components/canvas/DemoHero/demo-hero.tsx +41 -18
  71. package/dist/content/components/canvas/DemoHero/fixed-hero.tsx +13 -6
  72. package/dist/content/components/canvas/DemoHero/flexible-hero.tsx +8 -2
  73. package/dist/content/components/canvas/DemoHero/index.tsx +3 -4
  74. package/dist/content/components/canvas/Divider/divider.tsx +5 -2
  75. package/dist/content/components/canvas/Divider/index.tsx +2 -2
  76. package/dist/content/components/canvas/Flex/flex.tsx +9 -6
  77. package/dist/content/components/canvas/Flex/index.tsx +6 -6
  78. package/dist/content/components/canvas/FlexItem/flex-item.tsx +7 -4
  79. package/dist/content/components/canvas/FlexItem/index.tsx +4 -5
  80. package/dist/content/components/canvas/Footer/footer.tsx +9 -8
  81. package/dist/content/components/canvas/Footer/index.tsx +2 -3
  82. package/dist/content/components/canvas/Grid/grid.tsx +9 -7
  83. package/dist/content/components/canvas/Grid/index.tsx +5 -5
  84. package/dist/content/components/canvas/GridItem/grid-item.tsx +10 -8
  85. package/dist/content/components/canvas/GridItem/index.tsx +5 -5
  86. package/dist/content/components/canvas/Header/header.tsx +10 -7
  87. package/dist/content/components/canvas/Header/index.tsx +2 -3
  88. package/dist/content/components/canvas/IconLabel/icon-label.tsx +16 -8
  89. package/dist/content/components/canvas/IconLabel/index.tsx +4 -5
  90. package/dist/content/components/canvas/Image/image.tsx +13 -7
  91. package/dist/content/components/canvas/Image/index.tsx +2 -3
  92. package/dist/content/components/canvas/ImageGallery/empty-placeholder.tsx +1 -1
  93. package/dist/content/components/canvas/ImageGallery/gallery-inner.tsx +6 -6
  94. package/dist/content/components/canvas/ImageGallery/image-gallery.tsx +20 -33
  95. package/dist/content/components/canvas/ImageGallery/index.tsx +11 -12
  96. package/dist/content/components/canvas/Link/index.tsx +2 -3
  97. package/dist/content/components/canvas/Link/link.tsx +7 -4
  98. package/dist/content/components/canvas/Modal/index.tsx +2 -2
  99. package/dist/content/components/canvas/Modal/modal.tsx +9 -10
  100. package/dist/content/components/canvas/NavigationFlyout/desktop.tsx +9 -13
  101. package/dist/content/components/canvas/NavigationFlyout/index.tsx +21 -3
  102. package/dist/content/components/canvas/NavigationFlyout/mobile.tsx +10 -13
  103. package/dist/content/components/canvas/NavigationFlyout/{navigation-flyout.tsx → navigation-flyout-client.tsx} +26 -20
  104. package/dist/content/components/canvas/NavigationGroup/desktop.tsx +7 -10
  105. package/dist/content/components/canvas/NavigationGroup/index.tsx +20 -3
  106. package/dist/content/components/canvas/NavigationGroup/mobile.tsx +9 -8
  107. package/dist/content/components/canvas/NavigationGroup/{navigation-group.tsx → navigation-group-client.tsx} +21 -18
  108. package/dist/content/components/canvas/NavigationLink/index.tsx +2 -4
  109. package/dist/content/components/canvas/NavigationLink/navigation-link.tsx +12 -9
  110. package/dist/content/components/canvas/Page/index.tsx +7 -7
  111. package/dist/content/components/canvas/Page/page.tsx +9 -18
  112. package/dist/content/components/canvas/Review/default-variant.tsx +2 -2
  113. package/dist/content/components/canvas/Review/empty-placeholder.tsx +6 -3
  114. package/dist/content/components/canvas/Review/index.tsx +6 -6
  115. package/dist/content/components/canvas/Review/multi-column-variant.tsx +2 -2
  116. package/dist/content/components/canvas/Review/review.tsx +11 -11
  117. package/dist/content/components/canvas/RichText/index.tsx +7 -6
  118. package/dist/content/components/canvas/RichText/rich-text.tsx +23 -6
  119. package/dist/content/components/canvas/Section/columns-variant.tsx +4 -4
  120. package/dist/content/components/canvas/Section/default-variant.tsx +6 -6
  121. package/dist/content/components/canvas/Section/empty-placeholder.tsx +5 -2
  122. package/dist/content/components/canvas/Section/index.tsx +2 -2
  123. package/dist/content/components/canvas/Section/section.tsx +11 -12
  124. package/dist/content/components/canvas/SimpleFooter/index.tsx +16 -0
  125. package/dist/content/components/canvas/SimpleFooter/simple-footer.tsx +85 -0
  126. package/dist/content/components/canvas/SimpleHeader/index.tsx +22 -0
  127. package/dist/content/components/canvas/SimpleHeader/simple-header.tsx +63 -0
  128. package/dist/content/components/canvas/Spacer/index.tsx +2 -2
  129. package/dist/content/components/canvas/Spacer/spacer.tsx +5 -2
  130. package/dist/content/components/canvas/Tab/index.tsx +2 -3
  131. package/dist/content/components/canvas/Tab/tab.tsx +6 -5
  132. package/dist/content/components/canvas/Table/index.tsx +2 -2
  133. package/dist/content/components/canvas/Table/table.tsx +8 -7
  134. package/dist/content/components/canvas/TableCustomCell/index.tsx +2 -2
  135. package/dist/content/components/canvas/TableCustomCell/table-custom-cell.tsx +7 -4
  136. package/dist/content/components/canvas/TableDataCell/index.tsx +2 -2
  137. package/dist/content/components/canvas/TableDataCell/table-data-cell.tsx +7 -4
  138. package/dist/content/components/canvas/TableHeaderCell/index.tsx +2 -2
  139. package/dist/content/components/canvas/TableHeaderCell/table-header-cell.tsx +7 -4
  140. package/dist/content/components/canvas/TableRow/index.tsx +5 -3
  141. package/dist/content/components/canvas/TableRow/table-row.tsx +6 -3
  142. package/dist/content/components/canvas/Tabs/index.tsx +7 -7
  143. package/dist/content/components/canvas/Tabs/style-utils.ts +12 -11
  144. package/dist/content/components/canvas/Tabs/tabs.tsx +44 -42
  145. package/dist/content/components/canvas/Testimonial/default-variant.tsx +7 -7
  146. package/dist/content/components/canvas/Testimonial/index.tsx +2 -2
  147. package/dist/content/components/canvas/Testimonial/testimonial.tsx +11 -13
  148. package/dist/content/components/canvas/Testimonial/with-large-avatar-variant.tsx +7 -7
  149. package/dist/content/components/canvas/Testimonial/with-overlapping-image-variant.tsx +7 -7
  150. package/dist/content/components/canvas/Text/index.tsx +2 -3
  151. package/dist/content/components/canvas/Text/text.tsx +21 -15
  152. package/dist/content/components/canvas/ThemeSwitcher/index.tsx +2 -2
  153. package/dist/content/components/canvas/ThemeSwitcher/theme-switcher.tsx +6 -3
  154. package/dist/content/components/canvas/Video/index.tsx +2 -3
  155. package/dist/content/components/canvas/Video/placeholder.tsx +1 -1
  156. package/dist/content/components/canvas/Video/video.tsx +8 -5
  157. package/dist/content/components/ui/Banner/banner.tsx +47 -0
  158. package/dist/content/components/ui/Banner/index.tsx +29 -0
  159. package/dist/content/components/{canvas → ui}/Banner/style-utils.ts +1 -2
  160. package/dist/content/components/ui/Carousel/index.ts +2 -2
  161. package/dist/content/components/ui/ComponentEmptyPlaceholder/component-empty-placeholder.tsx +13 -0
  162. package/dist/content/components/ui/ComponentEmptyPlaceholder/index.ts +6 -0
  163. package/dist/content/components/ui/Flex/flex.tsx +2 -0
  164. package/dist/content/components/ui/Flex/index.ts +2 -0
  165. package/dist/content/components/ui/FlexItem/index.ts +1 -1
  166. package/dist/content/components/ui/Footer/index.ts +4 -3
  167. package/dist/content/components/ui/Grid/grid.tsx +2 -0
  168. package/dist/content/components/ui/Grid/index.ts +3 -0
  169. package/dist/content/components/ui/GridItem/grid-item.tsx +10 -1
  170. package/dist/content/components/ui/GridItem/index.ts +3 -0
  171. package/dist/content/components/ui/IconLabel/icon-label.tsx +2 -0
  172. package/dist/content/components/ui/IconLabel/index.ts +1 -0
  173. package/dist/content/components/ui/InlineSVG/index.ts +3 -1
  174. package/dist/content/components/ui/InlineSVG/inline-svg.tsx +14 -3
  175. package/dist/content/components/ui/InlineSVG/utils.ts +66 -11
  176. package/dist/content/components/ui/Rating/index.tsx +1 -1
  177. package/dist/content/components/ui/Rating/rating.tsx +1 -1
  178. package/dist/content/types/cskTypes.ts +32 -9
  179. package/dist/content/utils/assets.ts +3 -18
  180. package/dist/content/utils/createComponentResolver.ts +7 -6
  181. package/dist/content/utils/createEmptyPlaceholderResolver.tsx +4 -8
  182. package/dist/content/utils/getSlotComponents.ts +15 -0
  183. package/dist/content/utils/routing.ts +60 -15
  184. package/dist/content/utils/useCookiesConsent.ts +17 -0
  185. package/dist/content/utils/withFlattenParameters.tsx +17 -0
  186. package/dist/content/utils/withSlotsDataValue.tsx +34 -0
  187. package/dist/cookie-consent-5QJUCW2K.mjs +1 -0
  188. package/dist/countdown-FRQZMVKW.mjs +1 -0
  189. package/dist/image-gallery-HWCMTJL3.mjs +1 -0
  190. package/dist/{index-D5cLtaIv.d.mts → index-CSSWgmI5.d.mts} +54 -28
  191. package/dist/index-CrBZatTs.d.mts +18 -0
  192. package/dist/index.mjs +3 -3
  193. package/dist/mobile-KBYNJEBM.mjs +1 -0
  194. package/dist/modal-4TVVGHWS.mjs +1 -0
  195. package/dist/modal-E5RMA4EO.mjs +1 -0
  196. package/dist/navigation-flyout-client-WUN4A34X.mjs +1 -0
  197. package/dist/navigation-group-client-Y72BOPIH.mjs +1 -0
  198. package/dist/parameters-B8w5Q6Pp.d.mts +29 -0
  199. package/dist/tabs-VMFTATOP.mjs +1 -0
  200. package/dist/theme-switcher-QTX46Z7E.mjs +1 -0
  201. package/dist/theme-switcher-RGY4D3KL.mjs +1 -0
  202. package/dist/types/cskTypes.d.mts +27 -9
  203. package/dist/utils/assets.d.mts +8 -17
  204. package/dist/utils/assets.mjs +1 -1
  205. package/dist/utils/createComponentResolver.d.mts +3 -9
  206. package/dist/utils/createComponentResolver.mjs +1 -1
  207. package/dist/utils/createEmptyPlaceholderResolver.d.mts +4 -2
  208. package/dist/utils/createEmptyPlaceholderResolver.mjs +1 -1
  209. package/dist/utils/getSlotComponents.d.mts +11 -0
  210. package/dist/utils/getSlotComponents.mjs +1 -0
  211. package/dist/utils/routing.d.mts +20 -7
  212. package/dist/utils/routing.mjs +1 -1
  213. package/dist/utils/sitemap.mjs +1 -1
  214. package/dist/utils/styling.d.mts +3 -0
  215. package/dist/utils/styling.mjs +1 -1
  216. package/dist/utils/withFlattenParameters.d.mts +10 -0
  217. package/dist/utils/withFlattenParameters.mjs +1 -0
  218. package/dist/utils/withSlotsDataValue.d.mts +12 -0
  219. package/dist/utils/withSlotsDataValue.mjs +1 -0
  220. package/dist/video-VG6ZQCKN.mjs +1 -0
  221. package/package.json +43 -14
  222. package/dist/ThemeSwitcher-6Q7LCO4Q.mjs +0 -1
  223. package/dist/accordion-item-QAVKQEB2.mjs +0 -1
  224. package/dist/accordion-item-Y4PSNOH4.mjs +0 -1
  225. package/dist/banner-EYII7V7X.mjs +0 -1
  226. package/dist/carousel-RZ2DV6QX.mjs +0 -1
  227. package/dist/carousel-YELQRJVB.mjs +0 -1
  228. package/dist/chunk-2UV7TQNF.mjs +0 -1
  229. package/dist/chunk-2YTACEBA.mjs +0 -1
  230. package/dist/chunk-56OQGKRM.mjs +0 -1
  231. package/dist/chunk-ABORGLS6.mjs +0 -2
  232. package/dist/chunk-B2O55EVA.mjs +0 -1
  233. package/dist/chunk-EOV2LPGC.mjs +0 -1
  234. package/dist/chunk-EUVKAE6M.mjs +0 -1
  235. package/dist/chunk-FIN5US3Q.mjs +0 -1
  236. package/dist/chunk-LZOK42EM.mjs +0 -1
  237. package/dist/chunk-MSXDLSXH.mjs +0 -1
  238. package/dist/chunk-RX4IAAQQ.mjs +0 -1
  239. package/dist/chunk-RYEXR67P.mjs +0 -1
  240. package/dist/chunk-TCQTXNKT.mjs +0 -1
  241. package/dist/chunk-TFA6HYP4.mjs +0 -7
  242. package/dist/chunk-VW2XC3SE.mjs +0 -1
  243. package/dist/chunk-YEKQJ4YC.mjs +0 -1
  244. package/dist/content/components/canvas/Banner/types.ts +0 -21
  245. package/dist/countdown-LYDXJLEE.mjs +0 -1
  246. package/dist/image-gallery-AMU6FS7N.mjs +0 -1
  247. package/dist/mobile-JGZBHQC2.mjs +0 -1
  248. package/dist/modal-43IHAVWB.mjs +0 -1
  249. package/dist/modal-5FNTFSTN.mjs +0 -1
  250. package/dist/navigation-flyout-EPIOXRWJ.mjs +0 -1
  251. package/dist/navigation-group-OCZ35QI2.mjs +0 -1
  252. package/dist/tabs-J23TEEQ7.mjs +0 -1
  253. package/dist/theme-switcher-76F2V343.mjs +0 -1
  254. package/dist/theme-switcher-WO5JIV2W.mjs +0 -1
  255. package/dist/video-RC2QHJS2.mjs +0 -1
  256. /package/dist/content/components/{canvas → ui}/Banner/close-button.tsx +0 -0
@@ -0,0 +1,694 @@
1
+ import { C as ContainerParameters, T as TextParameters } from '../../parameters-B8w5Q6Pp.mjs';
2
+ import { ComponentProps, ResolvedAssetFromItem, ViewPort } from '../../types/cskTypes.mjs';
3
+ import * as react from 'react';
4
+ import { FC } from 'react';
5
+ import { c as ContentAlignment$2, B as ButtonProps$1, a as ButtonVariant, C as ContainerProps$1, F as FooterProps$1, H as HeaderProps$1, I as IconLabelProps$1 } from '../../index-CSSWgmI5.mjs';
6
+ import * as _uniformdev_assets from '@uniformdev/assets';
7
+ import { AssetParamValue } from '@uniformdev/assets';
8
+ import { LinkParamValue, AssetParamValue as AssetParamValue$1, RichTextParamValue } from '@uniformdev/canvas';
9
+ import { T as TextProps$1 } from '../../index-CrBZatTs.mjs';
10
+ import * as react_jsx_runtime from 'react/jsx-runtime';
11
+ import { UniformSlotProps } from '@uniformdev/next-app-router/component';
12
+ import { RichTextNode } from '@uniformdev/richtext';
13
+ import '@uniformdev/next-app-router';
14
+ import '@uniformdev/next-app-router-shared';
15
+
16
+ declare const _default$C: react.ComponentType<ComponentProps<ContainerParameters, ContainerSlots> & ContainerAdditionalProps & ContainerParameters>;
17
+
18
+ type ContainerAdditionalProps = {
19
+ className?: string;
20
+ };
21
+ declare enum ContainerSlots {
22
+ ContainerContent = "containerContent"
23
+ }
24
+ type ContainerProps = ComponentProps<ContainerParameters, ContainerSlots> & ContainerAdditionalProps;
25
+
26
+ declare const _default$B: react.ComponentType<AccordionProps & ContainerParameters>;
27
+
28
+ type AccordionParameters = ContainerParameters;
29
+ declare enum AccordionSlots {
30
+ AccordionContent = "accordionContent",
31
+ AccordionItems = "accordionItems"
32
+ }
33
+ type AccordionProps = ComponentProps<AccordionParameters, AccordionSlots>;
34
+
35
+ type AccordionItemParameters = Pick<ContainerParameters, 'backgroundColor' | 'spacing' | 'border'> & TextParameters;
36
+ type AccordionItemAdditionalProps = {
37
+ className?: string;
38
+ };
39
+ declare enum AccordionItemSlots {
40
+ AccordionItemContent = "accordionItemContent"
41
+ }
42
+ type AccordionItemProps = ComponentProps<AccordionItemParameters, AccordionItemSlots> & AccordionItemAdditionalProps;
43
+ declare const _default$A: react.ComponentType<ComponentProps<AccordionItemParameters, AccordionItemSlots> & AccordionItemAdditionalProps & Pick<ContainerParameters, "backgroundColor" | "border" | "spacing"> & TextParameters>;
44
+
45
+ declare const _default$z: react.ComponentType<BadgeProps & BadgeParameters>;
46
+
47
+ type BadgeParameters = {
48
+ text?: string;
49
+ textColor?: string;
50
+ backgroundColor?: string;
51
+ borderColor?: string;
52
+ dotColor?: string;
53
+ pill?: boolean;
54
+ size?: string;
55
+ };
56
+ type BadgeProps = ComponentProps<BadgeParameters>;
57
+
58
+ declare const _default$y: react.ComponentType<BannerProps & ContainerParameters & {
59
+ iconColor?: string;
60
+ contentAlignment?: ContentAlignment$2;
61
+ floating?: boolean;
62
+ }>;
63
+
64
+ declare enum BannerSlots {
65
+ BannerContent = "bannerContent"
66
+ }
67
+ type BannerParameters = ContainerParameters & {
68
+ iconColor?: string;
69
+ contentAlignment?: ContentAlignment$2;
70
+ floating?: boolean;
71
+ };
72
+ type BannerProps = ComponentProps<BannerParameters, BannerSlots>;
73
+
74
+ declare const _default$x: react.ComponentType<ComponentProps<ButtonParameters> & ButtonAdditionalProps & Omit<ButtonParameters, "icon"> & {
75
+ icon?: ResolvedAssetFromItem<_uniformdev_assets.AssetParamValueItem>[] | undefined;
76
+ }>;
77
+
78
+ type ButtonParameters = {
79
+ text?: string;
80
+ link?: LinkParamValue;
81
+ textColor?: string;
82
+ textWeight?: string;
83
+ textFont?: 'uppercase' | 'lowercase' | 'capitalize' | 'normal-case';
84
+ textTransform?: string;
85
+ buttonColor?: string;
86
+ border?: string | ViewPort<string>;
87
+ size?: string;
88
+ icon?: AssetParamValue;
89
+ test?: AssetParamValue;
90
+ textSize?: ButtonProps$1['textSize'];
91
+ iconPosition?: ButtonProps$1['iconPosition'];
92
+ hoverButtonColor?: string;
93
+ hoverTextColor?: string;
94
+ };
95
+ type ButtonAdditionalProps = {
96
+ className?: string;
97
+ onClick?: () => void;
98
+ };
99
+ type ButtonProps = ComponentProps<ButtonParameters> & ButtonAdditionalProps;
100
+
101
+ declare const _default$w: react.ComponentType<ComponentProps<ContainerParameters, CardSlots> & CardAdditionalProps & ContainerParameters>;
102
+
103
+ type CardAdditionalProps = {
104
+ className?: string;
105
+ contentClassName?: string;
106
+ };
107
+ type CardParameters = ContainerParameters;
108
+ declare enum CardVariants {
109
+ BackgroundImage = "backgroundImage"
110
+ }
111
+ declare enum CardSlots {
112
+ CardMedia = "cardMedia",
113
+ CardContent = "cardContent"
114
+ }
115
+ type CardProps = ComponentProps<CardParameters, CardSlots> & CardAdditionalProps;
116
+
117
+ type CarouselParameters = ContainerParameters & {
118
+ itemsPerPage?: string;
119
+ gapX?: string;
120
+ };
121
+ declare enum CarouselSlots {
122
+ Items = "carouselItems"
123
+ }
124
+ type CarouselProps = ComponentProps<CarouselParameters, CarouselSlots>;
125
+ declare const _default$v: react.ComponentType<CarouselProps & ContainerParameters & {
126
+ itemsPerPage?: string;
127
+ gapX?: string;
128
+ }>;
129
+
130
+ declare const ComponentEmptyPlaceholder: FC<ComponentEmptyPlaceholderProps & ComponentEmptyPlaceholderParameters>;
131
+
132
+ type ComponentEmptyPlaceholderParameters = unknown;
133
+ type ComponentEmptyPlaceholderProps = ComponentProps<ComponentEmptyPlaceholderParameters>;
134
+
135
+ type UniformDate = {
136
+ datetime: string;
137
+ };
138
+ type CountdownParameters = {
139
+ targetDate?: UniformDate;
140
+ backgroundColor?: string;
141
+ textColor?: string;
142
+ border?: string | ViewPort<string>;
143
+ size?: TextProps$1['size'];
144
+ };
145
+ declare enum CountdownSlots {
146
+ CountdownComplete = "countdownComplete"
147
+ }
148
+ declare enum CountdownVariants {
149
+ LabelsUnder = "labelsUnder"
150
+ }
151
+ type CountdownProps = ComponentProps<CountdownParameters, CountdownSlots>;
152
+ declare const _default$u: react.ComponentType<CountdownProps & CountdownParameters>;
153
+
154
+ type PrefixedKeys<T, Prefix extends string> = {
155
+ [Key in keyof T as `${Prefix}${Capitalize<string & Key>}`]: T[Key];
156
+ };
157
+
158
+ declare enum ContentAlignment$1 {
159
+ Left = "left",
160
+ Center = "center",
161
+ Right = "right"
162
+ }
163
+ type BaseButtonParameters = {
164
+ text?: string;
165
+ link?: LinkParamValue;
166
+ textColor?: string;
167
+ textWeight?: string;
168
+ textFont?: 'uppercase' | 'lowercase' | 'capitalize' | 'normal-case';
169
+ textTransform?: string;
170
+ buttonColor?: string;
171
+ border?: string | ViewPort<string>;
172
+ size?: string;
173
+ icon?: AssetParamValue;
174
+ test?: AssetParamValue;
175
+ textSize?: ButtonProps$1['textSize'];
176
+ iconPosition?: ButtonProps$1['iconPosition'];
177
+ hoverButtonColor?: string;
178
+ hoverTextColor?: string;
179
+ };
180
+ type BaseImageParameters = {
181
+ image?: AssetParamValue;
182
+ width?: number;
183
+ height?: number;
184
+ objectFit?: 'fill' | 'contain' | 'cover' | 'none' | 'scale-down';
185
+ overlayColor?: string;
186
+ overlayOpacity?: string;
187
+ contrastBaseColor?: string;
188
+ border?: string | ViewPort<string>;
189
+ priority?: boolean;
190
+ unoptimized?: boolean;
191
+ fill?: boolean;
192
+ };
193
+ type EyebrowTitleTextParameters = PrefixedKeys<TextParameters, 'eyebrowTitle'>;
194
+ type TitleTextParameters = PrefixedKeys<TextParameters, 'title'>;
195
+ type DescriptionTextParameters = PrefixedKeys<TextParameters, 'description'>;
196
+ type PrimaryButtonParameters = PrefixedKeys<BaseButtonParameters, 'primaryButton'> & {
197
+ primaryButtonVariant?: ButtonVariant;
198
+ };
199
+ type SecondaryButtonParameters = PrefixedKeys<BaseButtonParameters, 'secondaryButton'> & {
200
+ secondaryButtonVariant?: ButtonVariant;
201
+ };
202
+ type ImageParameters$1 = PrefixedKeys<Omit<BaseImageParameters, 'image'>, 'image'> & Pick<BaseImageParameters, 'image'>;
203
+ type DemoHeroParameters = ContainerParameters & {
204
+ contentAlignment?: ContentAlignment$1;
205
+ } & EyebrowTitleTextParameters & TitleTextParameters & DescriptionTextParameters & PrimaryButtonParameters & SecondaryButtonParameters & ImageParameters$1;
206
+ type FixedHeroParameters = {
207
+ textColor?: string;
208
+ overlayAutoTint?: string;
209
+ } & DemoHeroParameters;
210
+ type FlexibleHeroParameters = DemoHeroParameters;
211
+ declare enum DemoHeroVariants {
212
+ Columns = "columns",
213
+ ColumnsReverse = "columnsReverse"
214
+ }
215
+ declare enum FlexibleHeroSlots {
216
+ FlexibleHeroContent = "flexibleHeroContent",
217
+ FlexibleHeroCta = "flexibleHeroCta"
218
+ }
219
+ type FixedHeroProps = ComponentProps<FixedHeroParameters>;
220
+ type FlexibleHeroProps = ComponentProps<FlexibleHeroParameters, FlexibleHeroSlots>;
221
+ declare const DemoHero: {
222
+ FixedHero: react.ComponentType<FixedHeroProps & Omit<FixedHeroParameters, "image" | "primaryButtonIcon"> & {
223
+ image?: ResolvedAssetFromItem<_uniformdev_assets.AssetParamValueItem>[] | undefined;
224
+ primaryButtonIcon?: ResolvedAssetFromItem<_uniformdev_assets.AssetParamValueItem>[] | undefined;
225
+ }>;
226
+ FlexibleHero: react.ComponentType<FlexibleHeroProps & Omit<DemoHeroParameters, "image" | "primaryButtonIcon"> & {
227
+ image?: ResolvedAssetFromItem<_uniformdev_assets.AssetParamValueItem>[] | undefined;
228
+ primaryButtonIcon?: ResolvedAssetFromItem<_uniformdev_assets.AssetParamValueItem>[] | undefined;
229
+ }>;
230
+ };
231
+
232
+ declare const _default$t: react.ComponentType<DividerProps & DividerParameters>;
233
+
234
+ type DividerParameters = {
235
+ color?: string;
236
+ thickness?: '1px' | '2px' | '3px' | '4px' | '5px' | '6px' | '7px' | '8px' | '9px' | '10px';
237
+ width?: '100%' | '90%' | '80%' | '70%' | '60%' | '50%' | '40%' | '30%' | '20%' | '10%';
238
+ alignment?: 'start' | 'center' | 'end';
239
+ };
240
+ type DividerProps = ComponentProps<DividerParameters>;
241
+
242
+ declare const _default$s: react.ComponentType<ComponentProps<FlexParameters, FlexSlots> & FlexAdditionalProps & ContainerParameters & {
243
+ direction?: ("col" | "row" | "row-reverse" | "col-reverse") | ViewPort<"col" | "row" | "row-reverse" | "col-reverse">;
244
+ justifyContent?: ("center" | "end" | "start" | "between") | ViewPort<"center" | "end" | "start" | "between">;
245
+ gap?: ("2" | "8" | "16") | ViewPort<"2" | "8" | "16">;
246
+ alignItems?: ("center" | "stretch" | "end" | "start") | ViewPort<"center" | "stretch" | "end" | "start">;
247
+ wrap?: ("nowrap" | "wrap" | "wrap-reverse") | ViewPort<"nowrap" | "wrap" | "wrap-reverse">;
248
+ }>;
249
+
250
+ type Direction = 'row' | 'row-reverse' | 'col' | 'col-reverse';
251
+ type Justify = 'start' | 'end' | 'center' | 'between';
252
+ type AvailableGap = '2' | '8' | '16';
253
+ type Align$2 = 'start' | 'end' | 'center' | 'stretch';
254
+ type Wrap = 'nowrap' | 'wrap' | 'wrap-reverse';
255
+ type FlexAdditionalProps = {
256
+ className?: string;
257
+ wrapperClassName?: string;
258
+ };
259
+ type FlexParameters = ContainerParameters & {
260
+ direction?: Direction | ViewPort<Direction>;
261
+ justifyContent?: Justify | ViewPort<Justify>;
262
+ gap?: AvailableGap | ViewPort<AvailableGap>;
263
+ alignItems?: Align$2 | ViewPort<Align$2>;
264
+ wrap?: Wrap | ViewPort<Wrap>;
265
+ };
266
+ declare enum FlexSlots {
267
+ FlexItem = "flexItem"
268
+ }
269
+ type FlexProps = ComponentProps<FlexParameters, FlexSlots> & FlexAdditionalProps;
270
+
271
+ declare const _default$r: react.ComponentType<FlexItemProps & FlexItemParameters>;
272
+
273
+ type AvailableAlignSelf = 'auto' | 'start' | 'end' | 'center' | 'stretch';
274
+ type AvailableShrink = '0' | '1';
275
+ type FlexItemParameters = {
276
+ displayName?: string;
277
+ alignSelf?: AvailableAlignSelf | ViewPort<AvailableAlignSelf>;
278
+ shrink?: AvailableShrink;
279
+ };
280
+ declare enum FlexItemSlots {
281
+ Inner = "inner"
282
+ }
283
+ type FlexItemProps = ComponentProps<FlexItemParameters, FlexItemSlots>;
284
+
285
+ declare const _default$q: react.ComponentType<FooterProps & Omit<ContainerProps$1, "content" | "height"> & {
286
+ logo?: react.ReactNode;
287
+ copyright?: react.ReactNode;
288
+ content?: react.ReactNode;
289
+ }>;
290
+
291
+ type FooterParameters = FooterProps$1;
292
+ declare enum FooterSlots {
293
+ FooterLogo = "footerLogo",
294
+ FooterCopyright = "footerCopyright",
295
+ FooterContent = "footerContent"
296
+ }
297
+ type FooterProps = ComponentProps<FooterParameters, FooterSlots>;
298
+
299
+ declare const _default$p: react.ComponentType<SimpleFooterProps & Omit<SimpleFooterParameters, "logo"> & {
300
+ logo?: ResolvedAssetFromItem<_uniformdev_assets.AssetParamValueItem>[] | undefined;
301
+ }>;
302
+
303
+ type SimpleFooterParameters = {
304
+ logo?: AssetParamValue$1;
305
+ copyright?: RichTextParamValue;
306
+ footerLinkSectionTitle?: string;
307
+ links?: {
308
+ title: string;
309
+ link: LinkParamValue;
310
+ }[];
311
+ };
312
+ type SimpleFooterProps = ComponentProps<SimpleFooterParameters>;
313
+
314
+ declare const _default$o: react.ComponentType<ComponentProps<GridParameters, GridSlots> & GridAdditionalProps & ContainerParameters & {
315
+ columnsCount?: ("1" | "2" | "3" | "12" | "4" | "9" | "8" | "5" | "6" | "7" | "10" | "11") | ViewPort<"1" | "2" | "3" | "12" | "4" | "9" | "8" | "5" | "6" | "7" | "10" | "11">;
316
+ gapY?: ("2" | "8" | "16") | ViewPort<"2" | "8" | "16">;
317
+ gapX?: ("2" | "8" | "16") | ViewPort<"2" | "8" | "16">;
318
+ alignItems?: ("center" | "stretch" | "end" | "start" | "baseline") | ViewPort<"center" | "stretch" | "end" | "start" | "baseline">;
319
+ }>;
320
+
321
+ type AvailableGridColumnsCount = '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12';
322
+ type AvailableGridGap = '2' | '8' | '16';
323
+ type Align$1 = 'start' | 'end' | 'center' | 'baseline' | 'stretch';
324
+ type GridAdditionalProps = {
325
+ className?: string;
326
+ };
327
+ type GridParameters = ContainerParameters & {
328
+ columnsCount?: AvailableGridColumnsCount | ViewPort<AvailableGridColumnsCount>;
329
+ gapY?: AvailableGridGap | ViewPort<AvailableGridGap>;
330
+ gapX?: AvailableGridGap | ViewPort<AvailableGridGap>;
331
+ alignItems?: Align$1 | ViewPort<Align$1>;
332
+ };
333
+ declare enum GridSlots {
334
+ GridInner = "gridInner"
335
+ }
336
+ type GridProps = ComponentProps<GridParameters, GridSlots> & GridAdditionalProps;
337
+
338
+ declare const _default$n: react.ComponentType<ComponentProps<GridItemParameters, GridItemSlots> & GridItemAdditionalProps & GridItemParameters>;
339
+
340
+ type AvailableGridItemColumnsCount = '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12';
341
+ type AvailableGridItemSpan = 'auto' | 'span-1' | 'span-2' | 'span-3' | 'span-4' | 'span-5' | 'span-6' | 'span-7' | 'span-8' | 'span-9' | 'span-10' | 'span-11' | 'span-12' | 'span-full';
342
+ type AvailableGridItemRowStart = '1' | '2' | '3' | '4' | '5' | '6';
343
+ type Align = 'start' | 'end' | 'center' | 'baseline' | 'stretch';
344
+ type GridItemAdditionalProps = {
345
+ className?: string;
346
+ };
347
+ type GridItemParameters = {
348
+ displayName?: string;
349
+ columnStart?: AvailableGridItemColumnsCount | ViewPort<AvailableGridItemColumnsCount>;
350
+ columnSpan?: AvailableGridItemSpan | ViewPort<AvailableGridItemSpan>;
351
+ rowStart?: AvailableGridItemRowStart | ViewPort<AvailableGridItemRowStart>;
352
+ rowSpan?: AvailableGridItemSpan | ViewPort<AvailableGridItemSpan>;
353
+ alignSelf?: Align | ViewPort<Align>;
354
+ };
355
+ declare enum GridItemSlots {
356
+ Inner = "inner"
357
+ }
358
+ type GridItemProps = ComponentProps<GridItemParameters, GridItemSlots> & GridItemAdditionalProps;
359
+
360
+ declare const _default$m: react.ComponentType<HeaderProps & HeaderParameters>;
361
+
362
+ type HeaderParameters = Omit<HeaderProps$1, 'sticky'>;
363
+ declare enum HeaderSlots {
364
+ HeaderLeftContent = "headerLeftContent",
365
+ HeaderCenterContent = "headerCenterContent",
366
+ HeaderRightContent = "headerRightContent"
367
+ }
368
+ declare enum HeaderVariants {
369
+ Sticky = "sticky"
370
+ }
371
+ type HeaderProps = ComponentProps<HeaderParameters, HeaderSlots>;
372
+
373
+ declare const _default$l: react.ComponentType<SimpleHeaderProps & Omit<SimpleHeaderParameters, "logo"> & {
374
+ logo?: ResolvedAssetFromItem<_uniformdev_assets.AssetParamValueItem>[] | undefined;
375
+ }>;
376
+
377
+ type SimpleHeaderParameters = {
378
+ logo?: AssetParamValue$1;
379
+ color?: string;
380
+ links?: {
381
+ title: string;
382
+ link: LinkParamValue;
383
+ }[];
384
+ backgroundColor?: string;
385
+ textColor?: string;
386
+ hoverTextColor?: string;
387
+ };
388
+ type SimpleHeaderProps = ComponentProps<SimpleHeaderParameters>;
389
+
390
+ declare const _default$k: react.ComponentType<IconLabelProps & Omit<IconLabelParameters, "icon"> & {
391
+ icon?: ResolvedAssetFromItem<_uniformdev_assets.AssetParamValueItem>[] | undefined;
392
+ }>;
393
+
394
+ type IconLabelParameters = Omit<IconLabelProps$1, 'children'> & {
395
+ icon?: AssetParamValue;
396
+ };
397
+ type IconLabelProps = ComponentProps<IconLabelParameters>;
398
+
399
+ declare const _default$j: react.ComponentType<ImageProps & Omit<ImageParameters, "image"> & {
400
+ image?: ResolvedAssetFromItem<_uniformdev_assets.AssetParamValueItem>[] | undefined;
401
+ }>;
402
+
403
+ type ImageParameters = {
404
+ image?: AssetParamValue;
405
+ width?: number;
406
+ height?: number;
407
+ objectFit?: 'fill' | 'contain' | 'cover' | 'none' | 'scale-down';
408
+ overlayColor?: string;
409
+ overlayOpacity?: string;
410
+ border?: string | ViewPort<string>;
411
+ priority?: boolean;
412
+ unoptimized?: boolean;
413
+ fill?: boolean;
414
+ };
415
+ type ImageProps = ComponentProps<ImageParameters>;
416
+
417
+ type ImageGalleryParameters = ContainerParameters & {
418
+ aspectRatio?: 'square' | 'video';
419
+ items?: AssetParamValue;
420
+ };
421
+ type ImageGalleryAdditionalProps = {
422
+ config?: {
423
+ firstLineCount: number;
424
+ secondLineCount: number;
425
+ otherLinesCount: number;
426
+ };
427
+ };
428
+ declare enum ImageGallerySlots {
429
+ Items = "imageGalleryItems"
430
+ }
431
+ type ImageGalleryProps = ComponentProps<ImageGalleryParameters, ImageGallerySlots> & ImageGalleryAdditionalProps;
432
+ declare const _default$i: react.ComponentType<ComponentProps<ImageGalleryParameters, ImageGallerySlots> & ImageGalleryAdditionalProps & Omit<ImageGalleryParameters, "items"> & {
433
+ items?: ResolvedAssetFromItem<_uniformdev_assets.AssetParamValueItem>[] | undefined;
434
+ }>;
435
+
436
+ declare const _default$h: react.ComponentType<LinkProps & LinkParameters>;
437
+
438
+ type LinkParameters = {
439
+ displayName?: string;
440
+ link?: LinkParamValue;
441
+ openInNewTab?: boolean;
442
+ };
443
+ declare enum LinkSlots {
444
+ LinkContent = "linkContent"
445
+ }
446
+ type LinkProps = ComponentProps<LinkParameters, LinkSlots>;
447
+
448
+ type ModalParameters = {
449
+ maxWidth?: 'small' | 'medium' | 'large';
450
+ backgroundColor?: string;
451
+ closeIconColor?: string;
452
+ disableCloseModalOnClickOutside?: boolean;
453
+ };
454
+ declare enum ModalSlots {
455
+ Trigger = "trigger",
456
+ ModalContent = "modalContent",
457
+ ModalActions = "modalActions"
458
+ }
459
+ type ModalProps = ComponentProps<ModalParameters, ModalSlots>;
460
+ declare const _default$g: react.ComponentType<ModalProps & ModalParameters>;
461
+
462
+ type NavigationFlyoutParameters = TextParameters & {
463
+ icon?: AssetParamValue;
464
+ link?: LinkParamValue;
465
+ backgroundColor?: string;
466
+ border?: string | ViewPort<string>;
467
+ caretIcon?: AssetParamValue;
468
+ hoverEffect?: string | ViewPort<string>;
469
+ className?: string;
470
+ };
471
+ declare enum NavigationFlyoutSlots {
472
+ NavigationFlyoutLeftContent = "navigationFlyoutLeftContent",
473
+ NavigationFlyoutRightContent = "navigationFlyoutRightContent"
474
+ }
475
+ type NavigationFlyoutProps = ComponentProps<NavigationFlyoutParameters, NavigationFlyoutSlots>;
476
+ declare const NavigationFlyout: (props: NavigationFlyoutProps) => react_jsx_runtime.JSX.Element;
477
+
478
+ type NavigationGroupParameters = TextParameters & {
479
+ icon?: AssetParamValue;
480
+ caretIcon?: AssetParamValue;
481
+ link?: LinkParamValue;
482
+ backgroundColor?: string;
483
+ border?: string | ViewPort<string>;
484
+ hoverEffect?: string | ViewPort<string>;
485
+ className?: string;
486
+ };
487
+ declare enum NavigationGroupSlots {
488
+ Links = "links"
489
+ }
490
+ type NavigationGroupProps = ComponentProps<NavigationGroupParameters, NavigationGroupSlots>;
491
+ declare const NavigationGroup: (props: NavigationGroupProps) => react_jsx_runtime.JSX.Element;
492
+
493
+ declare const _default$f: react.ComponentType<NavigationLinkProps & Omit<NavigationLinkParameters, "icon"> & {
494
+ icon?: ResolvedAssetFromItem<_uniformdev_assets.AssetParamValueItem>[] | undefined;
495
+ }>;
496
+
497
+ type NavigationLinkParameters = TextParameters & {
498
+ icon?: AssetParamValue;
499
+ link?: LinkParamValue;
500
+ activeState?: boolean;
501
+ hoverEffect?: string | ViewPort<string>;
502
+ className?: string;
503
+ };
504
+ type NavigationLinkProps = ComponentProps<NavigationLinkParameters>;
505
+
506
+ declare const _default$e: react.ComponentType<ComponentProps<PageParameters, CommonPageSlots> & PageAdditionalProps & PageParameters>;
507
+
508
+ type PageAdditionalProps = {
509
+ headerCustomRenderer?: UniformSlotProps['children'];
510
+ contentCustomRenderer?: UniformSlotProps['children'];
511
+ footerCustomRenderer?: UniformSlotProps['children'];
512
+ };
513
+ type PageParameters = {
514
+ pageTitle?: string;
515
+ backgroundColor?: string;
516
+ };
517
+ declare enum CommonPageSlots {
518
+ PageContent = "pageContent",
519
+ PageHeader = "pageHeader",
520
+ PageFooter = "pageFooter"
521
+ }
522
+ type PageProps = ComponentProps<PageParameters, CommonPageSlots> & PageAdditionalProps;
523
+
524
+ declare const _default$d: react.ComponentType<ReviewProps & ContainerParameters & {
525
+ stars?: number;
526
+ starsColor?: string;
527
+ activeStarsColor?: string;
528
+ showRatingLabel?: boolean;
529
+ }>;
530
+
531
+ type ReviewParameters = ContainerParameters & {
532
+ stars?: number;
533
+ starsColor?: string;
534
+ activeStarsColor?: string;
535
+ showRatingLabel?: boolean;
536
+ };
537
+ declare enum ReviewVariants {
538
+ MultiColumn = "multiColumn"
539
+ }
540
+ declare enum ReviewSlots {
541
+ ReviewImage = "reviewImage",
542
+ ReviewPersonInfo = "reviewPersonInfo",
543
+ ReviewContent = "reviewContent"
544
+ }
545
+ type ReviewProps = ComponentProps<ReviewParameters, ReviewSlots>;
546
+
547
+ declare const _default$c: react.ComponentType<ComponentProps<RichTextParameters> & RichTextAdditionalProps & RichTextParameters>;
548
+
549
+ type Size = 'sm' | 'base' | 'lg' | 'xl' | '2xl';
550
+ type RichTextAdditionalProps = {
551
+ className?: string;
552
+ };
553
+ type RichTextParameters = {
554
+ text?: RichTextNode;
555
+ size?: Size;
556
+ color?: string;
557
+ font?: string;
558
+ lineCountRestrictions?: string;
559
+ };
560
+
561
+ type RichTextProps = ComponentProps<RichTextParameters> & RichTextAdditionalProps;
562
+
563
+ declare const _default$b: react.ComponentType<SectionProps & ContainerParameters & {
564
+ contentAlignment?: ContentAlignment;
565
+ }>;
566
+
567
+ declare enum ContentAlignment {
568
+ Left = "left",
569
+ Center = "center",
570
+ Right = "right"
571
+ }
572
+ type SectionParameters = ContainerParameters & {
573
+ contentAlignment?: ContentAlignment;
574
+ };
575
+ declare enum SectionVariants {
576
+ Columns = "columns",
577
+ ColumnsReverse = "columnsReverse"
578
+ }
579
+ declare enum SectionSlots {
580
+ SectionContent = "sectionContent",
581
+ SectionMedia = "sectionMedia",
582
+ SectionCTA = "sectionCTA"
583
+ }
584
+ type SectionProps = ComponentProps<SectionParameters, SectionSlots>;
585
+
586
+ declare const _default$a: react.ComponentType<SpacerProps & SpacerParameters>;
587
+
588
+ type SpacerParameters = {
589
+ size?: string;
590
+ };
591
+ declare enum SpacerVariants {
592
+ Horizontal = "horizontal"
593
+ }
594
+ type SpacerProps = ComponentProps<SpacerParameters>;
595
+
596
+ declare const _default$9: react.ComponentType<TabProps & TabParameters>;
597
+
598
+ type TabParameters = {
599
+ title?: string;
600
+ };
601
+ declare enum TabSlots {
602
+ TabContent = "tabContent"
603
+ }
604
+ type TabProps = ComponentProps<TabParameters, TabSlots>;
605
+
606
+ declare const _default$8: react.ComponentType<TableProps & ContainerParameters & {
607
+ size?: string;
608
+ textColor?: string;
609
+ }>;
610
+
611
+ type TableParameters = ContainerParameters & {
612
+ size?: string;
613
+ textColor?: string;
614
+ };
615
+ declare enum TableSlots {
616
+ TableHead = "tableHead",
617
+ TableBody = "tableBody"
618
+ }
619
+ type TableProps = ComponentProps<TableParameters, TableSlots>;
620
+
621
+ declare const _default$7: react.ComponentType<TableCustomCellProps & TableCustomCellParameters>;
622
+
623
+ type TableCustomCellParameters = {
624
+ alignment?: 'left' | 'center' | 'right';
625
+ };
626
+ declare enum TableCustomCellSlots {
627
+ TableCustomCellContent = "tableCustomCellContent"
628
+ }
629
+ type TableCustomCellProps = ComponentProps<TableCustomCellParameters, TableCustomCellSlots>;
630
+
631
+ declare const _default$6: react.ComponentType<TableDataCellProps & TableDataCellParameters>;
632
+
633
+ type TableDataCellParameters = {
634
+ value?: string;
635
+ };
636
+ type TableDataCellProps = ComponentProps<TableDataCellParameters>;
637
+
638
+ declare const _default$5: react.ComponentType<TableHeaderCellProps & TableHeaderCellParameters>;
639
+
640
+ type TableHeaderCellParameters = {
641
+ value?: string;
642
+ };
643
+ type TableHeaderCellProps = ComponentProps<TableHeaderCellParameters>;
644
+
645
+ declare const _default$4: react.ComponentType<TableRowProps>;
646
+
647
+ type TableRowParameters = unknown;
648
+ type TableRowProps = ComponentProps<TableRowParameters>;
649
+
650
+ declare const _default$3: react.ComponentType<TestimonialProps & ContainerParameters>;
651
+
652
+ declare enum TestimonialVariants {
653
+ WithLargeAvatar = "withLargeAvatar",
654
+ WithOverlappingImage = "withOverlappingImage"
655
+ }
656
+ type TestimonialParameters = ContainerParameters;
657
+ declare enum TestimonialSlots {
658
+ TestimonialSecondaryImage = "testimonialSecondaryImage",
659
+ TestimonialContent = "testimonialContent",
660
+ TestimonialPrimaryImage = "testimonialPrimaryImage",
661
+ TestimonialAuthor = "testimonialAuthor"
662
+ }
663
+ type TestimonialProps = ComponentProps<TestimonialParameters, TestimonialSlots>;
664
+
665
+ declare const _default$2: react.ComponentType<TextProps & TextParameters>;
666
+
667
+ type TextProps = ComponentProps<TextParameters>;
668
+
669
+ type ThemeSwitcherParameters = {
670
+ iconColor?: string;
671
+ };
672
+ type ThemeSwitcherProps = ComponentProps<ThemeSwitcherParameters>;
673
+ declare const _default$1: react.ComponentType<ThemeSwitcherProps & ThemeSwitcherParameters>;
674
+
675
+ declare const _default: react.ComponentType<VideoProps & Omit<VideoParameters, "video" | "placeholderImage"> & {
676
+ video?: ResolvedAssetFromItem<_uniformdev_assets.AssetParamValueItem>[] | undefined;
677
+ placeholderImage?: ResolvedAssetFromItem<_uniformdev_assets.AssetParamValueItem>[] | undefined;
678
+ }>;
679
+
680
+ type VideoParameters = {
681
+ video?: AssetParamValue;
682
+ placeholderImage?: AssetParamValue;
683
+ autoPlay?: boolean;
684
+ lazyLoad?: boolean;
685
+ loop?: boolean;
686
+ controls?: boolean;
687
+ muted?: boolean;
688
+ overlayColor?: string;
689
+ overlayOpacity?: string;
690
+ border?: string | ViewPort<string>;
691
+ };
692
+ type VideoProps = ComponentProps<VideoParameters>;
693
+
694
+ export { _default$B as Accordion, _default$A as AccordionItem, type AccordionItemParameters, type AccordionItemProps, AccordionItemSlots, type AccordionParameters, type AccordionProps, AccordionSlots, _default$z as Badge, type BadgeParameters, type BadgeProps, _default$y as Banner, ContentAlignment$2 as BannerContentAlignment, type BannerParameters, type BannerProps, BannerSlots, _default$x as Button, type ButtonParameters, type ButtonProps, _default$w as Card, type CardParameters, type CardProps, CardSlots, CardVariants, _default$v as Carousel, type CarouselParameters, type CarouselProps, CarouselSlots, CommonPageSlots, ComponentEmptyPlaceholder, type ComponentEmptyPlaceholderParameters, type ComponentEmptyPlaceholderProps, _default$C as Container, ContainerParameters, type ContainerProps, ContainerSlots, _default$u as Countdown, type CountdownParameters, type CountdownProps, CountdownSlots, CountdownVariants, DemoHero, ContentAlignment$1 as DemoHeroContentAlignment, DemoHeroVariants, _default$t as Divider, type DividerParameters, type DividerProps, type FixedHeroParameters, type FixedHeroProps, _default$s as Flex, _default$r as FlexItem, type FlexItemParameters, type FlexItemProps, type FlexParameters, type FlexProps, type FlexibleHeroParameters, type FlexibleHeroProps, FlexibleHeroSlots, _default$q as Footer, type FooterParameters, type FooterProps, FooterSlots, _default$o as Grid, _default$n as GridItem, type GridItemParameters, type GridItemProps, GridItemSlots, type GridParameters, type GridProps, GridSlots, _default$m as Header, type HeaderParameters, type HeaderProps, HeaderSlots, HeaderVariants, _default$k as IconLabel, type IconLabelParameters, type IconLabelProps, _default$j as Image, _default$i as ImageGallery, type ImageGalleryParameters, type ImageGalleryProps, ImageGallerySlots, type ImageParameters, type ImageProps, _default$h as Link, type LinkParameters, type LinkProps, LinkSlots, _default$g as Modal, type ModalParameters, type ModalProps, ModalSlots, NavigationFlyout, type NavigationFlyoutParameters, type NavigationFlyoutProps, NavigationGroup, type NavigationGroupParameters, type NavigationGroupProps, _default$f as NavigationLink, type NavigationLinkParameters, type NavigationLinkProps, _default$e as Page, type PageParameters, type PageProps, _default$d as Review, type ReviewParameters, type ReviewProps, ReviewSlots, ReviewVariants, _default$c as RichText, type RichTextParameters, type RichTextProps, _default$b as Section, ContentAlignment as SectionContentAlignment, type SectionParameters, type SectionProps, SectionSlots, SectionVariants, _default$p as SimpleFooter, type SimpleFooterParameters, type SimpleFooterProps, _default$l as SimpleHeader, type SimpleHeaderParameters, type SimpleHeaderProps, _default$a as Spacer, type SpacerParameters, type SpacerProps, SpacerVariants, _default$9 as Tab, type TabParameters, type TabProps, TabSlots, _default$8 as Table, _default$7 as TableCustomCell, type TableCustomCellParameters, type TableCustomCellProps, TableCustomCellSlots, _default$6 as TableDataCell, type TableDataCellParameters, type TableDataCellProps, _default$5 as TableHeaderCell, type TableHeaderCellParameters, type TableHeaderCellProps, type TableParameters, type TableProps, _default$4 as TableRow, type TableRowProps, TableSlots, _default$3 as Testimonial, type TestimonialParameters, type TestimonialProps, TestimonialSlots, TestimonialVariants, _default$2 as Text, TextParameters, type TextProps, _default$1 as ThemeSwitcher, type ThemeSwitcherParameters, type ThemeSwitcherProps, _default as Video, type VideoParameters, type VideoProps };