@inntechcorp/it-design 4.0.0-beta.4 → 4.0.0-beta.6

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 (200) hide show
  1. package/CHANGELOG.md +136 -0
  2. package/MIGRATION.md +29 -1
  3. package/README.md +182 -64
  4. package/dist/cjs/_bundled/@radix-ui/primitive/dist/index.js +1 -1
  5. package/dist/cjs/_bundled/@radix-ui/react-compose-refs/dist/index.js +1 -1
  6. package/dist/cjs/_bundled/@radix-ui/react-context/dist/index.js +1 -1
  7. package/dist/cjs/_bundled/@radix-ui/react-dialog/dist/index.js +1 -1
  8. package/dist/cjs/_bundled/@radix-ui/react-dismissable-layer/dist/index.js +1 -1
  9. package/dist/cjs/_bundled/@radix-ui/react-focus-guards/dist/index.js +1 -1
  10. package/dist/cjs/_bundled/@radix-ui/react-focus-scope/dist/index.js +1 -1
  11. package/dist/cjs/_bundled/@radix-ui/react-id/dist/index.js +1 -1
  12. package/dist/cjs/_bundled/@radix-ui/react-portal/dist/index.js +1 -1
  13. package/dist/cjs/_bundled/@radix-ui/react-presence/dist/index.js +1 -1
  14. package/dist/cjs/_bundled/@radix-ui/react-primitive/dist/index.js +1 -1
  15. package/dist/cjs/_bundled/@radix-ui/react-slot/dist/index.js +1 -1
  16. package/dist/cjs/_bundled/@radix-ui/react-use-callback-ref/dist/index.js +1 -1
  17. package/dist/cjs/_bundled/@radix-ui/react-use-controllable-state/dist/index.js +1 -1
  18. package/dist/cjs/_bundled/@radix-ui/react-use-effect-event/dist/index.js +1 -0
  19. package/dist/cjs/_bundled/vaul/dist/index.js +1 -1
  20. package/dist/cjs/blocks/banner/index.js +1 -1
  21. package/dist/cjs/blocks/game-box/index.js +1 -1
  22. package/dist/cjs/blocks/game-carousel/index.js +1 -1
  23. package/dist/cjs/blocks/game-providers/logos.js +1 -1
  24. package/dist/cjs/blocks/game-shell/useDrawerChrome.js +1 -1
  25. package/dist/cjs/blocks/multiple-jackpots/index.js +1 -1
  26. package/dist/cjs/blocks/slider/index.js +1 -1
  27. package/dist/cjs/blocks/user-hub/bonus.js +1 -1
  28. package/dist/cjs/blocks/user-hub/settings.js +1 -1
  29. package/dist/cjs/blocks/user-hub/table.js +1 -1
  30. package/dist/cjs/context/PortalDocumentContext.js +1 -1
  31. package/dist/cjs/context-menu/ContextMenu.js +1 -1
  32. package/dist/cjs/dialog/Dialog.js +1 -1
  33. package/dist/cjs/dropdown-menu/CheckIcon.js +1 -1
  34. package/dist/cjs/dropdown-menu/processChildren.js +1 -1
  35. package/dist/cjs/dropdown-menu/useMenuItemChrome.js +1 -1
  36. package/dist/cjs/dropdown-menu/useSubMenuRegistry.js +1 -1
  37. package/dist/cjs/floating/createFloatingTrigger.js +1 -1
  38. package/dist/cjs/helpers/phone/usePhoneCountry.js +1 -1
  39. package/dist/cjs/helpers/theme/createTheme.js +1 -1
  40. package/dist/cjs/helpers/theme/importShadcnTheme.js +1 -1
  41. package/dist/cjs/hooks/useFocusTrap.js +1 -1
  42. package/dist/cjs/hooks/useLoadMoreSentinel.js +1 -1
  43. package/dist/cjs/hooks/useOnESCKeyDown.js +1 -1
  44. package/dist/cjs/index.js +1 -1
  45. package/dist/cjs/modal/container/ModalContainer.js +1 -1
  46. package/dist/cjs/modal/index.js +1 -1
  47. package/dist/cjs/router/ITDLink.js +1 -1
  48. package/dist/cjs/router/context.js +1 -1
  49. package/dist/cjs/router/matchActive.js +1 -1
  50. package/dist/cjs/toast/index.js +1 -1
  51. package/dist/css/accordion.css +2 -2
  52. package/dist/css/alert.css +1 -1
  53. package/dist/css/announcement-bar.css +1 -1
  54. package/dist/css/auth-page.css +3 -3
  55. package/dist/css/avatar.css +1 -1
  56. package/dist/css/back-top.css +1 -1
  57. package/dist/css/badge.css +85 -81
  58. package/dist/css/base.css +22 -16
  59. package/dist/css/block-form.css +5 -3
  60. package/dist/css/blocks-shared.css +8 -6
  61. package/dist/css/button-group.css +1 -1
  62. package/dist/css/button.css +8 -6
  63. package/dist/css/calendar.css +1 -1
  64. package/dist/css/card.css +1 -1
  65. package/dist/css/casino-featured.css +1 -1
  66. package/dist/css/chart.css +1 -1
  67. package/dist/css/checkbox.css +2 -2
  68. package/dist/css/code-input.css +5 -5
  69. package/dist/css/color-input.css +1 -1
  70. package/dist/css/coming-soon.css +1 -1
  71. package/dist/css/common.css +1 -1
  72. package/dist/css/components.css +1 -1
  73. package/dist/css/cropper.css +10 -6
  74. package/dist/css/datepicker.css +1 -1
  75. package/dist/css/default-avatar.css +1 -1
  76. package/dist/css/dialog.css +1 -1
  77. package/dist/css/dropdown-menu.css +1 -1
  78. package/dist/css/field.css +1 -1
  79. package/dist/css/filter-tabs.css +1 -1
  80. package/dist/css/flex.css +1 -1
  81. package/dist/css/floating.css +1 -1
  82. package/dist/css/footer.css +1 -1
  83. package/dist/css/form.css +1 -1
  84. package/dist/css/game-box.css +3 -3
  85. package/dist/css/game-carousel.css +1 -1
  86. package/dist/css/game-categories.css +1 -1
  87. package/dist/css/game-filter.css +1 -1
  88. package/dist/css/game-navigator.css +1 -1
  89. package/dist/css/game-providers.css +1 -1
  90. package/dist/css/game-search.css +1 -1
  91. package/dist/css/game-shell.css +3 -1
  92. package/dist/css/header.css +3 -3
  93. package/dist/css/help.css +1 -1
  94. package/dist/css/home-sections.css +1 -1
  95. package/dist/css/hovercard.css +1 -1
  96. package/dist/css/hstrip.css +1 -1
  97. package/dist/css/html-header.css +1 -1
  98. package/dist/css/image.css +1 -1
  99. package/dist/css/input.css +1 -1
  100. package/dist/css/label.css +1 -1
  101. package/dist/css/last-winners.css +1 -1
  102. package/dist/css/login.css +1 -1
  103. package/dist/css/mega-menu.css +3 -1
  104. package/dist/css/min-width-gate.css +1 -1
  105. package/dist/css/mobile-bottom-nav.css +1 -1
  106. package/dist/css/modal.css +8 -8
  107. package/dist/css/multiple-jackpots.css +3 -1
  108. package/dist/css/notifications-panel.css +2 -2
  109. package/dist/css/page.css +2 -2
  110. package/dist/css/popover.css +1 -1
  111. package/dist/css/post-viewer.css +1 -1
  112. package/dist/css/progress.css +1 -1
  113. package/dist/css/promotions-grid.css +3 -3
  114. package/dist/css/properties.css +1 -1
  115. package/dist/css/radio.css +1 -1
  116. package/dist/css/raffle.css +1 -1
  117. package/dist/css/rangepicker.css +1 -1
  118. package/dist/css/reset.css +2 -2
  119. package/dist/css/result.css +1 -1
  120. package/dist/css/select.css +1 -1
  121. package/dist/css/separator.css +1 -1
  122. package/dist/css/sheet.css +1 -1
  123. package/dist/css/signup.css +1 -0
  124. package/dist/css/skeleton.css +2 -2
  125. package/dist/css/slider.css +1 -1
  126. package/dist/css/spin.css +1 -1
  127. package/dist/css/stat-card.css +1 -1
  128. package/dist/css/sub-page-header.css +1 -1
  129. package/dist/css/svg-loader.css +1 -1
  130. package/dist/css/switch.css +1 -1
  131. package/dist/css/table.css +6 -4
  132. package/dist/css/tabs.css +1 -1
  133. package/dist/css/textarea.css +1 -1
  134. package/dist/css/toggle-group.css +1 -1
  135. package/dist/css/tooltip.css +1 -1
  136. package/dist/css/tournaments.css +8 -7
  137. package/dist/css/upload.css +1 -1
  138. package/dist/css/user-hub.css +3 -1
  139. package/dist/css/utilities.css +1 -1
  140. package/dist/css/vendor.css +4 -1
  141. package/dist/es/_bundled/@radix-ui/primitive/dist/index.js +1 -1
  142. package/dist/es/_bundled/@radix-ui/react-compose-refs/dist/index.js +1 -1
  143. package/dist/es/_bundled/@radix-ui/react-context/dist/index.js +1 -1
  144. package/dist/es/_bundled/@radix-ui/react-dialog/dist/index.js +1 -1
  145. package/dist/es/_bundled/@radix-ui/react-dismissable-layer/dist/index.js +1 -1
  146. package/dist/es/_bundled/@radix-ui/react-focus-guards/dist/index.js +1 -1
  147. package/dist/es/_bundled/@radix-ui/react-focus-scope/dist/index.js +1 -1
  148. package/dist/es/_bundled/@radix-ui/react-id/dist/index.js +1 -1
  149. package/dist/es/_bundled/@radix-ui/react-portal/dist/index.js +1 -1
  150. package/dist/es/_bundled/@radix-ui/react-presence/dist/index.js +1 -1
  151. package/dist/es/_bundled/@radix-ui/react-primitive/dist/index.js +1 -1
  152. package/dist/es/_bundled/@radix-ui/react-slot/dist/index.js +1 -1
  153. package/dist/es/_bundled/@radix-ui/react-use-callback-ref/dist/index.js +1 -1
  154. package/dist/es/_bundled/@radix-ui/react-use-controllable-state/dist/index.js +1 -1
  155. package/dist/es/_bundled/@radix-ui/react-use-effect-event/dist/index.js +1 -0
  156. package/dist/es/_bundled/vaul/dist/index.js +1 -1
  157. package/dist/es/blocks/banner/index.js +1 -1
  158. package/dist/es/blocks/game-box/index.js +1 -1
  159. package/dist/es/blocks/game-carousel/index.js +1 -1
  160. package/dist/es/blocks/game-providers/logos.js +1 -1
  161. package/dist/es/blocks/game-shell/useDrawerChrome.js +1 -1
  162. package/dist/es/blocks/multiple-jackpots/index.js +1 -1
  163. package/dist/es/blocks/slider/index.js +1 -1
  164. package/dist/es/blocks/user-hub/bonus.js +1 -1
  165. package/dist/es/blocks/user-hub/cashier.js +1 -1
  166. package/dist/es/blocks/user-hub/history.js +1 -1
  167. package/dist/es/blocks/user-hub/profile.js +1 -1
  168. package/dist/es/blocks/user-hub/raffles.js +1 -1
  169. package/dist/es/blocks/user-hub/settings.js +1 -1
  170. package/dist/es/blocks/user-hub/table.js +1 -1
  171. package/dist/es/context/ITDContext.js +1 -1
  172. package/dist/es/context/PortalDocumentContext.js +1 -1
  173. package/dist/es/context-menu/ContextMenu.js +1 -1
  174. package/dist/es/dialog/Dialog.js +1 -1
  175. package/dist/es/dropdown-menu/CheckIcon.js +1 -1
  176. package/dist/es/dropdown-menu/processChildren.js +1 -1
  177. package/dist/es/dropdown-menu/useMenuItemChrome.js +1 -1
  178. package/dist/es/dropdown-menu/useSubMenuRegistry.js +1 -1
  179. package/dist/es/floating/createFloatingTrigger.js +1 -1
  180. package/dist/es/helpers/phone/usePhoneCountry.js +1 -1
  181. package/dist/es/helpers/theme/createTheme.js +1 -1
  182. package/dist/es/helpers/theme/importShadcnTheme.js +1 -1
  183. package/dist/es/hooks/useFocusTrap.js +1 -1
  184. package/dist/es/hooks/useLoadMoreSentinel.js +1 -1
  185. package/dist/es/hooks/useOnESCKeyDown.js +1 -1
  186. package/dist/es/index.js +1 -1
  187. package/dist/es/modal/container/ModalContainer.js +1 -1
  188. package/dist/es/modal/index.js +1 -1
  189. package/dist/es/page/blocks.js +1 -1
  190. package/dist/es/page/blocks.query.js +1 -1
  191. package/dist/es/page/editor/theme.js +1 -1
  192. package/dist/es/router/ITDLink.js +1 -1
  193. package/dist/es/router/context.js +1 -1
  194. package/dist/es/router/matchActive.js +1 -1
  195. package/dist/es/toast/index.js +1 -1
  196. package/dist/global.css +188 -154
  197. package/dist/index.d.ts +217 -189
  198. package/package.json +26 -36
  199. package/dist/cjs/_bundled/@radix-ui/react-use-escape-keydown/dist/index.js +0 -1
  200. package/dist/es/_bundled/@radix-ui/react-use-escape-keydown/dist/index.js +0 -1
package/dist/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as react from 'react';
3
2
  import react__default, { ComponentType, AnchorHTMLAttributes, Ref, ReactNode, ForwardRefExoticComponent, PropsWithoutRef, RefAttributes, RefObject, Context, CSSProperties, FunctionComponent, FocusEvent, KeyboardEvent as KeyboardEvent$1, MouseEvent, ComponentProps, InputHTMLAttributes, HTMLAttributes, ButtonHTMLAttributes, FC, ImgHTMLAttributes, LabelHTMLAttributes, FieldsetHTMLAttributes, ElementType, ReactElement } from 'react';
4
3
  import dayjs from 'dayjs';
@@ -740,7 +739,7 @@ type GroupProps = {
740
739
  horizontal?: boolean;
741
740
  children?: ChildrenProps;
742
741
  };
743
- declare function Group({ gap, horizontal, className, children }: GroupProps): react_jsx_runtime.JSX.Element;
742
+ declare function Group({ gap, horizontal, className, children }: GroupProps): react.JSX.Element;
744
743
 
745
744
  type ControlProps = {
746
745
  className?: string;
@@ -748,7 +747,7 @@ type ControlProps = {
748
747
  form?: string;
749
748
  children?: ChildrenProps;
750
749
  };
751
- declare function Control({ position, className, form, children }: ControlProps): react_jsx_runtime.JSX.Element;
750
+ declare function Control({ position, className, form, children }: ControlProps): react__default.JSX.Element;
752
751
 
753
752
  type ItemProps = {
754
753
  name: string;
@@ -925,7 +924,7 @@ type ITDProviderProps = {
925
924
  children: ChildrenProps;
926
925
  };
927
926
  declare const ITDContext: react.Context<ITDContextType>;
928
- declare const ITDProvider: (props: ITDProviderProps) => react_jsx_runtime.JSX.Element;
927
+ declare const ITDProvider: (props: ITDProviderProps) => react.JSX.Element;
929
928
 
930
929
  declare const useITD: () => ITDContextType;
931
930
 
@@ -951,7 +950,7 @@ declare function useDefaultVariant<T>(variantProp: T | undefined, fallback: T):
951
950
  declare const PortalDocumentProvider: ({ document: doc, children, }: {
952
951
  document: Document;
953
952
  children: ReactNode;
954
- }) => react_jsx_runtime.JSX.Element;
953
+ }) => react.JSX.Element;
955
954
  /** The document overlays should portal into. Null during SSR. */
956
955
  declare const usePortalDocument: () => Document | null;
957
956
 
@@ -1006,7 +1005,7 @@ type ITDThemeProviderProps = {
1006
1005
  containerRef?: RefObject<HTMLElement | null>;
1007
1006
  children: ReactNode;
1008
1007
  };
1009
- declare function ITDThemeProvider({ themeName, surfaceBase, primaryBase, surfaceLadder, lightElevation, contrastMetric, contrastMin, onPrimaryNudge, customTheme, extensions, shadow, containerRef, children, }: ITDThemeProviderProps): react_jsx_runtime.JSX.Element;
1008
+ declare function ITDThemeProvider({ themeName, surfaceBase, primaryBase, surfaceLadder, lightElevation, contrastMetric, contrastMin, onPrimaryNudge, customTheme, extensions, shadow, containerRef, children, }: ITDThemeProviderProps): react.JSX.Element;
1010
1009
 
1011
1010
  type ITDImportConfig = {
1012
1011
  themeName: 'light' | 'dark';
@@ -1055,7 +1054,7 @@ declare function FindSelector(searchClassName: string): boolean;
1055
1054
 
1056
1055
  declare function GetCountryCodeByCurrencyCode(currency?: string): "tr-TR" | "en-US" | "de-DE" | "en-GB" | "ja-JP" | "fr-CH" | "en-CA" | "en-AU" | "en-NZ" | "ru-RU" | "en-IN" | "pt-BR" | "es-MX" | "es-AR" | "es-CL" | "es-CO" | "es-PE" | "en-ZA" | "zh-CN" | "sv-SE" | "no-NO" | "da-DK" | "en-SG" | "en-HK";
1057
1056
 
1058
- declare function GetCountryCodeByLanguage(language: string): "usa" | "tur" | "deu" | "fra" | "esp" | "ita" | "jpn" | "kor" | "nld" | "pol" | "por" | "rus" | "san" | "snd" | "sin" | "slk" | "slv" | "alb" | "srb" | "swe" | "tam" | "tel" | "tha" | "tgl" | "ukr" | "urd" | "uzb" | "vie" | "chi" | "zul" | "gre" | "ara" | "language_not_found";
1057
+ declare function GetCountryCodeByLanguage(language: string): "alb" | "slv" | "fra" | "deu" | "ita" | "jpn" | "kor" | "nld" | "pol" | "rus" | "srb" | "esp" | "swe" | "tha" | "tur" | "ukr" | "usa" | "uzb" | "por" | "san" | "snd" | "sin" | "slk" | "tam" | "tel" | "tgl" | "urd" | "vie" | "chi" | "zul" | "gre" | "ara" | "language_not_found";
1059
1058
 
1060
1059
  /**
1061
1060
  * A balance with its currency's symbol on it.
@@ -1285,7 +1284,7 @@ declare function GetTypeByFileType(type: FileTypes): "" | FileExtensions.SVG | F
1285
1284
 
1286
1285
  declare function Wait(milliseconds: number): Promise<unknown>;
1287
1286
 
1288
- declare const SVGLoader: (src: string, width?: string | number, height?: string | number) => react_jsx_runtime.JSX.Element;
1287
+ declare const SVGLoader: (src: string, width?: string | number, height?: string | number) => react.JSX.Element;
1289
1288
 
1290
1289
  declare function FormatDate(date: Date, locale?: string, format?: string): string;
1291
1290
 
@@ -1522,7 +1521,7 @@ declare const useCoreFetch: () => {
1522
1521
 
1523
1522
  declare const useContextBridge: (...contexts: Context<unknown>[] | []) => (({ children }: {
1524
1523
  children: ReactNode;
1525
- }) => react_jsx_runtime.JSX.Element) | (({ children }: {
1524
+ }) => react.JSX.Element) | (({ children }: {
1526
1525
  children: ReactNode;
1527
1526
  }) => ReactNode);
1528
1527
 
@@ -1665,102 +1664,102 @@ declare const pushOverlayLayer: (node: Node | null | undefined, options: Overlay
1665
1664
 
1666
1665
  declare const H1: ({ children }: {
1667
1666
  children: ChildrenProps;
1668
- }) => react_jsx_runtime.JSX.Element;
1667
+ }) => react.JSX.Element;
1669
1668
 
1670
1669
  declare const H2: ({ children }: {
1671
1670
  children: ChildrenProps;
1672
- }) => react_jsx_runtime.JSX.Element;
1671
+ }) => react.JSX.Element;
1673
1672
 
1674
1673
  declare const H3: ({ children }: {
1675
1674
  children: ChildrenProps;
1676
- }) => react_jsx_runtime.JSX.Element;
1675
+ }) => react.JSX.Element;
1677
1676
 
1678
1677
  declare const H4: ({ children }: {
1679
1678
  children: ChildrenProps;
1680
- }) => react_jsx_runtime.JSX.Element;
1679
+ }) => react.JSX.Element;
1681
1680
 
1682
1681
  declare const Lock: ({ className, height, width }: {
1683
1682
  className: any;
1684
1683
  height: any;
1685
1684
  width: any;
1686
- }) => react_jsx_runtime.JSX.Element;
1685
+ }) => react.JSX.Element;
1687
1686
 
1688
1687
  declare const Arrow: ({ className, height, width }: {
1689
1688
  className?: string | undefined;
1690
1689
  height?: number | undefined;
1691
1690
  width?: number | undefined;
1692
- }) => react_jsx_runtime.JSX.Element;
1691
+ }) => react.JSX.Element;
1693
1692
 
1694
1693
  declare const Upload$1: ({ className, height, width }: {
1695
1694
  className?: string | undefined;
1696
1695
  height?: number | undefined;
1697
1696
  width?: number | undefined;
1698
- }) => react_jsx_runtime.JSX.Element;
1697
+ }) => react.JSX.Element;
1699
1698
 
1700
1699
  declare const BackToTop: ({ className, height, width }: {
1701
1700
  className?: string | undefined;
1702
1701
  height: any;
1703
1702
  width: any;
1704
- }) => react_jsx_runtime.JSX.Element;
1703
+ }) => react.JSX.Element;
1705
1704
 
1706
1705
  declare const Checkmark: ({ className, height, width }: {
1707
1706
  className: any;
1708
1707
  height: any;
1709
1708
  width: any;
1710
- }) => react_jsx_runtime.JSX.Element;
1709
+ }) => react.JSX.Element;
1711
1710
 
1712
1711
  declare const InlineSelectArrow: ({ className, height, width }: {
1713
1712
  className: any;
1714
1713
  height: any;
1715
1714
  width: any;
1716
- }) => react_jsx_runtime.JSX.Element;
1715
+ }) => react.JSX.Element;
1717
1716
 
1718
1717
  declare const Trash: ({ className, height, width }: {
1719
1718
  className?: string | undefined;
1720
1719
  height?: number | undefined;
1721
1720
  width?: number | undefined;
1722
- }) => react_jsx_runtime.JSX.Element;
1721
+ }) => react.JSX.Element;
1723
1722
 
1724
1723
  declare const ZoomIn: ({ className, height, width }: {
1725
1724
  className?: string | undefined;
1726
1725
  height?: number | undefined;
1727
1726
  width?: number | undefined;
1728
- }) => react_jsx_runtime.JSX.Element;
1727
+ }) => react.JSX.Element;
1729
1728
 
1730
1729
  declare const ZoomOut: ({ className, height, width }: {
1731
1730
  className?: string | undefined;
1732
1731
  height?: number | undefined;
1733
1732
  width?: number | undefined;
1734
- }) => react_jsx_runtime.JSX.Element;
1733
+ }) => react.JSX.Element;
1735
1734
 
1736
1735
  declare const Picture: ({ className, height, width }: {
1737
1736
  className?: string | undefined;
1738
1737
  height?: number | undefined;
1739
1738
  width?: number | undefined;
1740
- }) => react_jsx_runtime.JSX.Element;
1739
+ }) => react.JSX.Element;
1741
1740
 
1742
1741
  type IconProps = {
1743
1742
  className?: string;
1744
1743
  width?: number;
1745
1744
  height?: number;
1746
1745
  };
1747
- declare const NoData: ({ className, height, width }: IconProps) => react_jsx_runtime.JSX.Element;
1746
+ declare const NoData: ({ className, height, width }: IconProps) => react.JSX.Element;
1748
1747
 
1749
1748
  declare const FileDocument: ({ width, height, fill, }: {
1750
1749
  width?: number;
1751
1750
  height?: number;
1752
1751
  fill?: string;
1753
- }) => react_jsx_runtime.JSX.Element;
1752
+ }) => react.JSX.Element;
1754
1753
 
1755
1754
  declare const FileExcel: ({ width, height }: {
1756
1755
  width?: number;
1757
1756
  height?: number;
1758
- }) => react_jsx_runtime.JSX.Element;
1757
+ }) => react.JSX.Element;
1759
1758
 
1760
1759
  declare const FilePdf: ({ width, height }: {
1761
1760
  width?: number;
1762
1761
  height?: number;
1763
- }) => react_jsx_runtime.JSX.Element;
1762
+ }) => react.JSX.Element;
1764
1763
 
1765
1764
  declare function cn(...inputs: ClassValue[]): string;
1766
1765
 
@@ -1773,7 +1772,7 @@ type InlineSVGCachedProps = {
1773
1772
  onLoaded?: () => void;
1774
1773
  onError?: (error: unknown) => void;
1775
1774
  };
1776
- declare const _default$2: react.MemoExoticComponent<({ src, className, style, title, role, onLoaded, onError, }: InlineSVGCachedProps) => react_jsx_runtime.JSX.Element>;
1775
+ declare const _default$2: react.MemoExoticComponent<({ src, className, style, title, role, onLoaded, onError, }: InlineSVGCachedProps) => react.JSX.Element>;
1777
1776
 
1778
1777
  type SelectProps = {
1779
1778
  id?: string;
@@ -1897,7 +1896,7 @@ type AccordionSubMenuProps = {
1897
1896
  children?: ChildrenProps;
1898
1897
  };
1899
1898
 
1900
- declare function SubMenu({ id, link, icon, title, isSelected, useLink, onlyOne, subMenuLinkArrow, end, subMenuHeight, itemHeight, iconSize, arrowSize, onChange, children, }: AccordionSubMenuProps): react_jsx_runtime.JSX.Element;
1899
+ declare function SubMenu({ id, link, icon, title, isSelected, useLink, onlyOne, subMenuLinkArrow, end, subMenuHeight, itemHeight, iconSize, arrowSize, onChange, children, }: AccordionSubMenuProps): react.JSX.Element;
1901
1900
 
1902
1901
  type AccordionItemProps = {
1903
1902
  link?: string;
@@ -1908,7 +1907,7 @@ type AccordionItemProps = {
1908
1907
  children?: null | ChildrenProps;
1909
1908
  };
1910
1909
 
1911
- declare const Item: ({ link, itemHeight, arrowSize, end, children }: AccordionItemProps) => react_jsx_runtime.JSX.Element;
1910
+ declare const Item: ({ link, itemHeight, arrowSize, end, children }: AccordionItemProps) => react.JSX.Element;
1912
1911
 
1913
1912
  type AccordionProps = {
1914
1913
  useLink?: boolean;
@@ -2059,7 +2058,7 @@ declare const Calendar: ({ value, defaultValue, className, onChange, disabledDat
2059
2058
  getNow?: () => dayjs.Dayjs;
2060
2059
  /** Tightens the day grid, weekday row, header and gaps to a denser scale. */
2061
2060
  compact?: boolean;
2062
- }) => react_jsx_runtime.JSX.Element | null;
2061
+ }) => react.JSX.Element | null;
2063
2062
 
2064
2063
  /**
2065
2064
  * Allows arbitrary `data-*` attributes (e.g. `data-testid`) on a props type
@@ -2227,14 +2226,14 @@ type ColorInputProps = {
2227
2226
  placeholder?: string;
2228
2227
  onChange?: (value: string) => void;
2229
2228
  };
2230
- declare const ColorInput: ({ value, size, disabled, placeholder, onChange, }: ColorInputProps) => react_jsx_runtime.JSX.Element;
2229
+ declare const ColorInput: ({ value, size, disabled, placeholder, onChange, }: ColorInputProps) => react.JSX.Element;
2231
2230
 
2232
2231
  /**
2233
2232
  * https://github.com/sanniassin/react-input-mask
2234
2233
  * http://sanniassin.github.io/react-input-mask/demo.html
2235
2234
  * https://dev.to/adrianbdesigns/let-s-create-a-floating-label-input-with-html-and-css-only-4mo8
2236
2235
  */
2237
- declare const Input: react.ForwardRefExoticComponent<Omit<react.InputHTMLAttributes<HTMLInputElement>, "children" | "style" | "size" | "prefix" | "onChange" | "onFocus" | "onBlur" | "onKeyDown" | "type"> & {
2236
+ declare const Input: react.ForwardRefExoticComponent<Omit<react.InputHTMLAttributes<HTMLInputElement>, "children" | "size" | "prefix" | "style" | "onChange" | "onFocus" | "onBlur" | "onKeyDown" | "type"> & {
2238
2237
  style?: React.CSSProperties;
2239
2238
  type?: InputType;
2240
2239
  size?: ITDSize;
@@ -2280,7 +2279,7 @@ declare const Input: react.ForwardRefExoticComponent<Omit<react.InputHTMLAttribu
2280
2279
  * stray drag are intercepted, the real input is held collapsed, and the
2281
2280
  * highlight is drawn on the cells instead.
2282
2281
  */
2283
- declare const CodeInput: react.ForwardRefExoticComponent<Omit<react.InputHTMLAttributes<HTMLInputElement>, "className" | "id" | "defaultValue" | "value" | "size" | "placeholder" | "disabled" | "onChange" | "maxLength" | "onFocus" | "onBlur" | "type" | "autoComplete" | "readOnly" | "autoFocus" | "inputMode" | "onSelect"> & {
2282
+ declare const CodeInput: react.ForwardRefExoticComponent<Omit<react.InputHTMLAttributes<HTMLInputElement>, "id" | "defaultValue" | "value" | "size" | "className" | "placeholder" | "disabled" | "onChange" | "readOnly" | "onFocus" | "onBlur" | "type" | "autoComplete" | "maxLength" | "autoFocus" | "inputMode" | "onSelect"> & {
2284
2283
  id?: string;
2285
2284
  length?: number;
2286
2285
  value?: string;
@@ -2925,7 +2924,7 @@ type ToasterProps = ComponentProps<typeof Toaster$1>;
2925
2924
  * change `position`). The matching `toast()` API is re-exported from the
2926
2925
  * package root straight from sonner.
2927
2926
  */
2928
- declare const Toaster: ({ theme, style, ...props }: ToasterProps) => react_jsx_runtime.JSX.Element;
2927
+ declare const Toaster: ({ theme, style, ...props }: ToasterProps) => react.JSX.Element;
2929
2928
 
2930
2929
  type RadioGroupProps = {
2931
2930
  id?: string;
@@ -2986,7 +2985,7 @@ type RadioGroupItemProps = Omit<InputHTMLAttributes<HTMLInputElement>, 'type' |
2986
2985
  * - no children — just the dot; compose labels, descriptions and choice-cards
2987
2986
  * with the `Field` family (`FieldLabel htmlFor`).
2988
2987
  */
2989
- declare const RadioGroupItem: react.ForwardRefExoticComponent<Omit<InputHTMLAttributes<HTMLInputElement>, "value" | "size" | "onChange" | "type" | "checked" | "name" | "defaultChecked"> & {
2988
+ declare const RadioGroupItem: react.ForwardRefExoticComponent<Omit<InputHTMLAttributes<HTMLInputElement>, "value" | "size" | "onChange" | "checked" | "type" | "name" | "defaultChecked"> & {
2990
2989
  /** The value this item selects in the enclosing group. */
2991
2990
  value: string;
2992
2991
  } & react.RefAttributes<HTMLInputElement>>;
@@ -3197,17 +3196,17 @@ type DropdownMenuSubContentProps$1 = {
3197
3196
  };
3198
3197
 
3199
3198
  declare const DropdownMenu: {
3200
- ({ children, defaultOpen, open, onOpenChange }: DropdownMenuProps): react_jsx_runtime.JSX.Element;
3199
+ ({ children, defaultOpen, open, onOpenChange }: DropdownMenuProps): react.JSX.Element;
3201
3200
  displayName: string;
3202
3201
  };
3203
3202
 
3204
3203
  declare const DropdownMenuTrigger: {
3205
- ({ children, asChild }: DropdownMenuTriggerProps): react_jsx_runtime.JSX.Element | null;
3204
+ ({ children, asChild }: DropdownMenuTriggerProps): react.JSX.Element | null;
3206
3205
  displayName: string;
3207
3206
  };
3208
3207
 
3209
3208
  declare const DropdownMenuContent: {
3210
- ({ children, placement, offset, className, align, variant, compact, }: DropdownMenuContentProps): react_jsx_runtime.JSX.Element;
3209
+ ({ children, placement, offset, className, align, variant, compact, }: DropdownMenuContentProps): react.JSX.Element;
3211
3210
  displayName: string;
3212
3211
  };
3213
3212
 
@@ -3215,17 +3214,17 @@ type InternalProps$3 = DropdownMenuItemProps & {
3215
3214
  _itemId?: string;
3216
3215
  };
3217
3216
  declare const DropdownMenuItem: {
3218
- ({ children, onSelect, disabled, className, _itemId, }: InternalProps$3): react_jsx_runtime.JSX.Element;
3217
+ ({ children, onSelect, disabled, className, _itemId, }: InternalProps$3): react.JSX.Element;
3219
3218
  displayName: string;
3220
3219
  };
3221
3220
 
3222
3221
  declare const DropdownMenuLabel: {
3223
- ({ children, className }: DropdownMenuLabelProps): react_jsx_runtime.JSX.Element;
3222
+ ({ children, className }: DropdownMenuLabelProps): react.JSX.Element;
3224
3223
  displayName: string;
3225
3224
  };
3226
3225
 
3227
3226
  declare const DropdownMenuSeparator: {
3228
- ({ className }: DropdownMenuSeparatorProps): react_jsx_runtime.JSX.Element;
3227
+ ({ className }: DropdownMenuSeparatorProps): react.JSX.Element;
3229
3228
  displayName: string;
3230
3229
  };
3231
3230
 
@@ -3233,12 +3232,12 @@ type InternalProps$2 = DropdownMenuCheckboxItemProps & {
3233
3232
  _itemId?: string;
3234
3233
  };
3235
3234
  declare const DropdownMenuCheckboxItem: {
3236
- ({ children, checked, onCheckedChange, disabled, className, _itemId, }: InternalProps$2): react_jsx_runtime.JSX.Element;
3235
+ ({ children, checked, onCheckedChange, disabled, className, _itemId, }: InternalProps$2): react.JSX.Element;
3237
3236
  displayName: string;
3238
3237
  };
3239
3238
 
3240
3239
  declare const DropdownMenuRadioGroup: {
3241
- ({ children, value, onValueChange, }: DropdownMenuRadioGroupProps): react_jsx_runtime.JSX.Element;
3240
+ ({ children, value, onValueChange, }: DropdownMenuRadioGroupProps): react.JSX.Element;
3242
3241
  displayName: string;
3243
3242
  };
3244
3243
 
@@ -3246,7 +3245,7 @@ type InternalProps$1 = DropdownMenuRadioItemProps & {
3246
3245
  _itemId?: string;
3247
3246
  };
3248
3247
  declare const DropdownMenuRadioItem: {
3249
- ({ children, value, disabled, className, _itemId, }: InternalProps$1): react_jsx_runtime.JSX.Element;
3248
+ ({ children, value, disabled, className, _itemId, }: InternalProps$1): react.JSX.Element;
3250
3249
  displayName: string;
3251
3250
  };
3252
3251
 
@@ -3256,7 +3255,7 @@ type DropdownMenuSubProps = {
3256
3255
  onOpenChange?: (open: boolean) => void;
3257
3256
  };
3258
3257
  declare const DropdownMenuSub: {
3259
- ({ children, open: controlledOpen, onOpenChange, }: DropdownMenuSubProps): react_jsx_runtime.JSX.Element;
3258
+ ({ children, open: controlledOpen, onOpenChange, }: DropdownMenuSubProps): react.JSX.Element;
3260
3259
  displayName: string;
3261
3260
  };
3262
3261
 
@@ -3267,7 +3266,7 @@ type InternalProps = {
3267
3266
  _itemId?: string;
3268
3267
  };
3269
3268
  declare const DropdownMenuSubTrigger: {
3270
- ({ children, disabled, className, _itemId, }: InternalProps): react_jsx_runtime.JSX.Element;
3269
+ ({ children, disabled, className, _itemId, }: InternalProps): react.JSX.Element;
3271
3270
  displayName: string;
3272
3271
  };
3273
3272
 
@@ -3277,7 +3276,7 @@ type DropdownMenuSubContentProps = {
3277
3276
  variant?: 'default' | 'filled';
3278
3277
  };
3279
3278
  declare const DropdownMenuSubContent: {
3280
- ({ children, className, variant, }: DropdownMenuSubContentProps): react_jsx_runtime.JSX.Element;
3279
+ ({ children, className, variant, }: DropdownMenuSubContentProps): react.JSX.Element;
3281
3280
  displayName: string;
3282
3281
  };
3283
3282
 
@@ -3286,7 +3285,7 @@ type ContextMenuProps = {
3286
3285
  onOpenChange?: (open: boolean) => void;
3287
3286
  };
3288
3287
  declare const ContextMenu: {
3289
- ({ children, onOpenChange }: ContextMenuProps): react_jsx_runtime.JSX.Element;
3288
+ ({ children, onOpenChange }: ContextMenuProps): react.JSX.Element;
3290
3289
  displayName: string;
3291
3290
  };
3292
3291
 
@@ -3297,7 +3296,7 @@ type ContextMenuTriggerProps = {
3297
3296
  className?: string;
3298
3297
  };
3299
3298
  declare const ContextMenuTrigger: {
3300
- ({ children, disabled, asChild, className, }: ContextMenuTriggerProps): react_jsx_runtime.JSX.Element;
3299
+ ({ children, disabled, asChild, className, }: ContextMenuTriggerProps): react.JSX.Element;
3301
3300
  displayName: string;
3302
3301
  };
3303
3302
 
@@ -3325,7 +3324,7 @@ declare const AlertDescription: FC<AlertDescriptionProps>;
3325
3324
  * the form ladder; the prop is gone rather than made real.
3326
3325
  */
3327
3326
  declare const Alert: {
3328
- ({ type, variant, title, className, children, icon, }: AlertProps): react_jsx_runtime.JSX.Element;
3327
+ ({ type, variant, title, className, children, icon, }: AlertProps): react.JSX.Element;
3329
3328
  displayName: string;
3330
3329
  };
3331
3330
 
@@ -3344,7 +3343,7 @@ type ResultProps = {
3344
3343
  };
3345
3344
 
3346
3345
  declare const Result: {
3347
- ({ image, title, description, className, extra, footer, type, fill, autoCenter, background, animation, }: ResultProps): react_jsx_runtime.JSX.Element;
3346
+ ({ image, title, description, className, extra, footer, type, fill, autoCenter, background, animation, }: ResultProps): react.JSX.Element;
3348
3347
  displayName: string;
3349
3348
  };
3350
3349
 
@@ -3510,7 +3509,7 @@ type LineChartProps = {
3510
3509
  };
3511
3510
 
3512
3511
  declare const LineChart: {
3513
- ({ data, series, xKey, height, width, currency, decimals, formatValue, formatXTick, formatTooltipTitle, showGrid, showLegend, animate, mobile, className, }: LineChartProps): react_jsx_runtime.JSX.Element;
3512
+ ({ data, series, xKey, height, width, currency, decimals, formatValue, formatXTick, formatTooltipTitle, showGrid, showLegend, animate, mobile, className, }: LineChartProps): react.JSX.Element;
3514
3513
  displayName: string;
3515
3514
  };
3516
3515
 
@@ -3545,7 +3544,7 @@ type ComingSoonProps = {
3545
3544
  children: ReactNode;
3546
3545
  className?: string;
3547
3546
  };
3548
- declare const ComingSoon: ({ label, show, children, className }: ComingSoonProps) => react_jsx_runtime.JSX.Element;
3547
+ declare const ComingSoon: ({ label, show, children, className }: ComingSoonProps) => react.JSX.Element;
3549
3548
 
3550
3549
  /**
3551
3550
  * PromotionsGrid — the site's promotions page (production `promotions-grid`):
@@ -3580,7 +3579,7 @@ type PromotionsGridProps = {
3580
3579
  emptyText?: string;
3581
3580
  className?: string;
3582
3581
  };
3583
- declare const PromotionsGrid: ({ id, promotions, loading, cardWidth, showCaptions, onOpen, emptyText, className, }: PromotionsGridProps) => react_jsx_runtime.JSX.Element;
3582
+ declare const PromotionsGrid: ({ id, promotions, loading, cardWidth, showCaptions, onOpen, emptyText, className, }: PromotionsGridProps) => react.JSX.Element;
3584
3583
 
3585
3584
  /**
3586
3585
  * SubPageHeader — the phone's in-page title bar (production
@@ -3612,7 +3611,7 @@ type SubPageHeaderProps = {
3612
3611
  action?: ReactNode;
3613
3612
  className?: string;
3614
3613
  };
3615
- declare const SubPageHeader: ({ id, title, height, backHref, backTarget, onBack, showBack, backLabel, action, className, }: SubPageHeaderProps) => react_jsx_runtime.JSX.Element;
3614
+ declare const SubPageHeader: ({ id, title, height, backHref, backTarget, onBack, showBack, backLabel, action, className, }: SubPageHeaderProps) => react.JSX.Element;
3616
3615
 
3617
3616
  /**
3618
3617
  * Slider — the site's hero/banner slider (production `slider` /
@@ -3646,7 +3645,7 @@ type SliderProps = {
3646
3645
  hideBackground?: boolean;
3647
3646
  className?: string;
3648
3647
  };
3649
- declare const Slider: ({ id, slides, autoplay, loop, dots, slideSize, slideSpacing, dotLabel, hideBackground, className, }: SliderProps) => react_jsx_runtime.JSX.Element;
3648
+ declare const Slider: ({ id, slides, autoplay, loop, dots, slideSize, slideSpacing, dotLabel, hideBackground, className, }: SliderProps) => react.JSX.Element;
3650
3649
 
3651
3650
  /**
3652
3651
  * SliderDouble — two sliders side by side (production `slider-double`): the
@@ -3669,7 +3668,7 @@ type SliderDoubleProps = {
3669
3668
  placeholder?: ReactNode;
3670
3669
  className?: string;
3671
3670
  };
3672
- declare const SliderDouble: ({ id, left, right, placeholder, className }: SliderDoubleProps) => react_jsx_runtime.JSX.Element;
3671
+ declare const SliderDouble: ({ id, left, right, placeholder, className }: SliderDoubleProps) => react.JSX.Element;
3673
3672
 
3674
3673
  /**
3675
3674
  * FIELD SCHEMAS — what a block's `data` is made of.
@@ -3924,7 +3923,7 @@ type GameShellBrowseProps = {
3924
3923
  }>;
3925
3924
  className?: string;
3926
3925
  };
3927
- declare const GameShellBrowse: ({ open, onClose, logo, games, gamesLoading, hasMoreGames, onLoadMore, providers, activeProvider, onProviderChange, onSearch, onGameSelect, gameAspect, jackpots, winners, winnersMode, onWinnersModeChange, onWinnerSelect, labels, className, }: GameShellBrowseProps) => react_jsx_runtime.JSX.Element | null;
3926
+ declare const GameShellBrowse: ({ open, onClose, logo, games, gamesLoading, hasMoreGames, onLoadMore, providers, activeProvider, onProviderChange, onSearch, onGameSelect, gameAspect, jackpots, winners, winnersMode, onWinnersModeChange, onWinnerSelect, labels, className, }: GameShellBrowseProps) => react.JSX.Element | null;
3928
3927
 
3929
3928
  /**
3930
3929
  * MultipleJackpots — the slots-page jackpot bar (production
@@ -4014,7 +4013,7 @@ type MultipleJackpotsProps = {
4014
4013
  labels?: MultipleJackpotsLabels;
4015
4014
  className?: string;
4016
4015
  };
4017
- declare const MultipleJackpots: ({ id, jackpots, loading, wordmark, texture, showWinners, showGames, autoplay, formatAmount, onGameOpen, labels, className, }: MultipleJackpotsProps) => react_jsx_runtime.JSX.Element;
4016
+ declare const MultipleJackpots: ({ id, jackpots, loading, wordmark, texture, showWinners, showGames, autoplay, formatAmount, onGameOpen, labels, className, }: MultipleJackpotsProps) => react.JSX.Element;
4018
4017
 
4019
4018
  /**
4020
4019
  * GameCategories — the desktop categories strip (production
@@ -4059,11 +4058,11 @@ declare const CategoryChip: ({ category, selected, onSelect, mobile, }: {
4059
4058
  selected: boolean;
4060
4059
  onSelect?: (category: GameCategory) => void;
4061
4060
  mobile?: boolean;
4062
- }) => react_jsx_runtime.JSX.Element;
4061
+ }) => react.JSX.Element;
4063
4062
  /** Production toTurkishTitleCase — the mobile strip title-cases the API's
4064
4063
  * UPPERCASE names with the tr locale (İ/ı stay correct). */
4065
4064
  declare const toTurkishTitleCase: (value: string) => string;
4066
- declare const GameCategories: ({ id, category, title, categories, loading, selected, allId, onSelect, className, }: GameCategoriesProps) => react_jsx_runtime.JSX.Element;
4065
+ declare const GameCategories: ({ id, category, title, categories, loading, selected, allId, onSelect, className, }: GameCategoriesProps) => react.JSX.Element;
4067
4066
 
4068
4067
  /**
4069
4068
  * GameProviders — the slots-page provider filter strip (production
@@ -4118,7 +4117,7 @@ type GameProvidersProps = {
4118
4117
  labels?: GameProvidersLabels;
4119
4118
  className?: string;
4120
4119
  };
4121
- declare const GameProviders: ({ id, category, title, providers, loading, selected, onSelectionChange, hasSearch, expandedByDefault, convertLogos, labels, className, }: GameProvidersProps) => react_jsx_runtime.JSX.Element;
4120
+ declare const GameProviders: ({ id, category, title, providers, loading, selected, onSelectionChange, hasSearch, expandedByDefault, convertLogos, labels, className, }: GameProvidersProps) => react.JSX.Element;
4122
4121
 
4123
4122
  /**
4124
4123
  * Tournaments — the site's tournament surfaces (production
@@ -4207,7 +4206,7 @@ type TournamentFilter = {
4207
4206
  declare const TournamentCard: ({ tournament, onOpen, }: {
4208
4207
  tournament: Tournament;
4209
4208
  onOpen?: (id: string) => void;
4210
- }) => react_jsx_runtime.JSX.Element;
4209
+ }) => react.JSX.Element;
4211
4210
  type TournamentListProps = {
4212
4211
  tournaments: Tournament[];
4213
4212
  loading?: boolean;
@@ -4221,7 +4220,7 @@ type TournamentListProps = {
4221
4220
  emptyTitle?: string;
4222
4221
  emptyText?: string;
4223
4222
  };
4224
- declare const TournamentList: ({ tournaments, loading, filters, filter, onFilterChange, onOpen, hasMore, loadingMore, onLoadMore, emptyTitle, emptyText, }: TournamentListProps) => react_jsx_runtime.JSX.Element;
4223
+ declare const TournamentList: ({ tournaments, loading, filters, filter, onFilterChange, onOpen, hasMore, loadingMore, onLoadMore, emptyTitle, emptyText, }: TournamentListProps) => react.JSX.Element;
4225
4224
  type TournamentDetailProps = {
4226
4225
  tournament: Tournament;
4227
4226
  onBack?: () => void;
@@ -4236,13 +4235,13 @@ type TournamentDetailProps = {
4236
4235
  standingsLoading?: boolean;
4237
4236
  onStandingsMore?: () => void;
4238
4237
  };
4239
- declare const TournamentDetail: ({ tournament, onBack, backText, onJoin, onPlayGame, gamesStep, standingsHasMore, standingsLoading, onStandingsMore, }: TournamentDetailProps) => react_jsx_runtime.JSX.Element;
4238
+ declare const TournamentDetail: ({ tournament, onBack, backText, onJoin, onPlayGame, gamesStep, standingsHasMore, standingsLoading, onStandingsMore, }: TournamentDetailProps) => react.JSX.Element;
4240
4239
  type TournamentsProps = {
4241
4240
  title?: string;
4242
4241
  children: ReactNode;
4243
4242
  className?: string;
4244
4243
  };
4245
- declare const Tournaments: ({ title, children, className }: TournamentsProps) => react_jsx_runtime.JSX.Element;
4244
+ declare const Tournaments: ({ title, children, className }: TournamentsProps) => react.JSX.Element;
4246
4245
 
4247
4246
  /**
4248
4247
  * CasinoFeatured — the top-of-casino band (production `casino-featured`):
@@ -4325,8 +4324,8 @@ type CasinoFeaturedProps = {
4325
4324
  /** The KAZANANLAR panel — shared between the featured band and the in-game
4326
4325
  * sidebar (production imports the same component in both places). The tab
4327
4326
  * chips ride the variant system: selected = `default`, idle = `ghost`. */
4328
- declare const CasinoFeaturedWinners: ({ winners, loading, winnersMode, defaultWinnersMode, onWinnersModeChange, onWinnerSelect, icon, labels, className, }: CasinoWinnersProps) => react_jsx_runtime.JSX.Element;
4329
- declare const CasinoFeatured: ({ id, height, items, tournaments, tournamentsLoading, onTournamentSelect, onSeeAllTournaments, winners, winnersLoading, winnersMode, defaultWinnersMode, onWinnersModeChange, onWinnerSelect, labels, className, }: CasinoFeaturedProps) => react_jsx_runtime.JSX.Element;
4327
+ declare const CasinoFeaturedWinners: ({ winners, loading, winnersMode, defaultWinnersMode, onWinnersModeChange, onWinnerSelect, icon, labels, className, }: CasinoWinnersProps) => react.JSX.Element;
4328
+ declare const CasinoFeatured: ({ id, height, items, tournaments, tournamentsLoading, onTournamentSelect, onSeeAllTournaments, winners, winnersLoading, winnersMode, defaultWinnersMode, onWinnersModeChange, onWinnerSelect, labels, className, }: CasinoFeaturedProps) => react.JSX.Element;
4330
4329
 
4331
4330
  /**
4332
4331
  * Raffle — the site's public "Çekiliş" page (production
@@ -4384,13 +4383,13 @@ type RaffleShowcaseProps = {
4384
4383
  participantsLoading?: boolean;
4385
4384
  onParticipantsMore?: () => void;
4386
4385
  };
4387
- declare const RaffleShowcase: ({ raffle, loading, emptyTitle, emptyText, moreText, lessText, participantsHasMore, participantsLoading, onParticipantsMore, }: RaffleShowcaseProps) => react_jsx_runtime.JSX.Element;
4386
+ declare const RaffleShowcase: ({ raffle, loading, emptyTitle, emptyText, moreText, lessText, participantsHasMore, participantsLoading, onParticipantsMore, }: RaffleShowcaseProps) => react.JSX.Element;
4388
4387
  type RaffleProps = {
4389
4388
  title?: string;
4390
4389
  children: ReactNode;
4391
4390
  className?: string;
4392
4391
  };
4393
- declare const Raffle: ({ title, children, className }: RaffleProps) => react_jsx_runtime.JSX.Element;
4392
+ declare const Raffle: ({ title, children, className }: RaffleProps) => react.JSX.Element;
4394
4393
 
4395
4394
  /**
4396
4395
  * PostViewer — renders the CMS's EditorJS-style block payloads exactly like
@@ -4506,7 +4505,7 @@ type HelpProps = {
4506
4505
  emptyText?: string;
4507
4506
  className?: string;
4508
4507
  };
4509
- declare const Help: ({ title, sections, activeSlug, onSelect, loading, contentLoading, blocks, emptyTitle, emptyText, className, }: HelpProps) => react_jsx_runtime.JSX.Element;
4508
+ declare const Help: ({ title, sections, activeSlug, onSelect, loading, contentLoading, blocks, emptyTitle, emptyText, className, }: HelpProps) => react.JSX.Element;
4510
4509
 
4511
4510
  /**
4512
4511
  * PAGE — the shapes the CMS speaks.
@@ -4965,7 +4964,7 @@ type PageContextValue = {
4965
4964
  declare const usePageContext: () => PageContextValue;
4966
4965
  declare const PageProvider: ({ mode, viewer, onAction, resolveHref, onUnknownBlock, onBlockCommand, resolveImageSource, children, }: Partial<PageContextValue> & {
4967
4966
  children: ReactNode;
4968
- }) => react_jsx_runtime.JSX.Element;
4967
+ }) => react.JSX.Element;
4969
4968
  /** Who the page is being drawn for. */
4970
4969
  declare const useViewer: () => PageViewer;
4971
4970
  declare const useActionProps: (input?: unknown) => {
@@ -5101,7 +5100,7 @@ type PageCustomCodeProps = {
5101
5100
  * operator their snippet is there and simply not executing yet. */
5102
5101
  onScriptsSkipped?: (count: number) => void;
5103
5102
  };
5104
- declare const PageCustomCode: ({ codes, id, mode, allowScripts, onScriptsSkipped, }: PageCustomCodeProps) => react_jsx_runtime.JSX.Element;
5103
+ declare const PageCustomCode: ({ codes, id, mode, allowScripts, onScriptsSkipped, }: PageCustomCodeProps) => react.JSX.Element;
5105
5104
 
5106
5105
  /**
5107
5106
  * THE PAGE'S BACKGROUND — the artwork behind everything, from the page record.
@@ -5138,7 +5137,7 @@ type PageBackgroundProps = {
5138
5137
  mode?: 'site' | 'editor';
5139
5138
  className?: string;
5140
5139
  };
5141
- declare const PageBackground: ({ background, mode, className }: PageBackgroundProps) => react_jsx_runtime.JSX.Element;
5140
+ declare const PageBackground: ({ background, mode, className }: PageBackgroundProps) => react.JSX.Element;
5142
5141
  declare const PAGE_BACKGROUND_FIELDS: FieldsSchema;
5143
5142
  /**
5144
5143
  * The same schema, told which platform is being edited: a phone wants a
@@ -5483,7 +5482,7 @@ type BlockFormProps = {
5483
5482
  showAdvanced?: boolean;
5484
5483
  className?: string;
5485
5484
  };
5486
- declare const BlockForm: ({ component, fields: fieldsProp, data, onChange, sources, upload, size, showAdvanced, className, }: BlockFormProps) => react_jsx_runtime.JSX.Element;
5485
+ declare const BlockForm: ({ component, fields: fieldsProp, data, onChange, sources, upload, size, showAdvanced, className, }: BlockFormProps) => react.JSX.Element;
5487
5486
 
5488
5487
  /**
5489
5488
  * A CODE BOX THAT ANSWERS BACK.
@@ -5550,7 +5549,7 @@ type CodeEditorProps = {
5550
5549
  * being wrong about valid CSS is worse than saying nothing.
5551
5550
  */
5552
5551
  declare const findCssError: (css: string) => CodeError | null;
5553
- declare const CodeEditor: ({ value, onChange, language, placeholder, rows, className, }: CodeEditorProps) => react_jsx_runtime.JSX.Element;
5552
+ declare const CodeEditor: ({ value, onChange, language, placeholder, rows, className, }: CodeEditorProps) => react.JSX.Element;
5554
5553
 
5555
5554
  /**
5556
5555
  * WHAT A BLOCK LOOKS LIKE, before anyone has committed to adding one.
@@ -5620,7 +5619,7 @@ type BlockPreviewProps = {
5620
5619
  * The starting data is memoised too: `defaultData` walks the whole schema, and
5621
5620
  * it answers the same thing every time for a given block.
5622
5621
  */
5623
- declare const BlockPreview: react.MemoExoticComponent<({ component, platform, designWidth, width, maxHeight, floor, refs, className, }: BlockPreviewProps) => react_jsx_runtime.JSX.Element | null>;
5622
+ declare const BlockPreview: react.MemoExoticComponent<({ component, platform, designWidth, width, maxHeight, floor, refs, className, }: BlockPreviewProps) => react.JSX.Element | null>;
5624
5623
 
5625
5624
  /**
5626
5625
  * SITE CHROME — the furniture that belongs to the SITE, not to any page:
@@ -6149,7 +6148,7 @@ type PageRendererProps = Partial<PageContextValue> & {
6149
6148
  }) => void;
6150
6149
  className?: string;
6151
6150
  };
6152
- declare const PageRenderer: ({ page, components, platform, refs, labels, selectedId, hoveredId, className, mode, viewer, customCode, onScriptsSkipped, settle, loading, onSettle, onAction, resolveHref, onUnknownBlock, onBlockCommand, onBlockError, resolveImageSource, }: PageRendererProps) => react_jsx_runtime.JSX.Element;
6151
+ declare const PageRenderer: ({ page, components, platform, refs, labels, selectedId, hoveredId, className, mode, viewer, customCode, onScriptsSkipped, settle, loading, onSettle, onAction, resolveHref, onUnknownBlock, onBlockCommand, onBlockError, resolveImageSource, }: PageRendererProps) => react.JSX.Element;
6153
6152
 
6154
6153
  type ALinkProps = {
6155
6154
  to: string;
@@ -6158,7 +6157,7 @@ type ALinkProps = {
6158
6157
  style?: CSSProperties;
6159
6158
  [key: string]: unknown;
6160
6159
  };
6161
- declare const _default: react.MemoExoticComponent<(props: ALinkProps) => react_jsx_runtime.JSX.Element>;
6160
+ declare const _default: react.MemoExoticComponent<(props: ALinkProps) => react.JSX.Element>;
6162
6161
 
6163
6162
  /**
6164
6163
  * Null means NO adapter, which is a supported way to run: the components fall
@@ -6264,7 +6263,7 @@ interface ISpin {
6264
6263
  className?: string;
6265
6264
  children?: ReactNode;
6266
6265
  }
6267
- declare const Spin: ({ updating, opacity, size, className, children, }: ISpin) => react_jsx_runtime.JSX.Element | null;
6266
+ declare const Spin: ({ updating, opacity, size, className, children, }: ISpin) => react.JSX.Element | null;
6268
6267
 
6269
6268
  /**
6270
6269
  * GameBox — the site's universal game tile (production `utils/gamebox`),
@@ -6362,7 +6361,7 @@ type GameBoxProps = {
6362
6361
  onPlay?: (slug: string, fun: boolean) => void;
6363
6362
  className?: string;
6364
6363
  };
6365
- declare const GameBox: ({ id, slug, image, imageSource, art, artContent, alt, name, description, playText, ratio, background, outline, overflow, hasFunSupport, action, link, target, liveData, players, showPlayers, limit, formatLimit, onlineText, offlineText, skeleton, loading, broken, onPlay, className, }: GameBoxProps) => react_jsx_runtime.JSX.Element;
6364
+ declare const GameBox: ({ id, slug, image, imageSource, art, artContent, alt, name, description, playText, ratio, background, outline, overflow, hasFunSupport, action, link, target, liveData, players, showPlayers, limit, formatLimit, onlineText, offlineText, skeleton, loading, broken, onPlay, className, }: GameBoxProps) => react__default.JSX.Element;
6366
6365
 
6367
6366
  /**
6368
6367
  * The page builder's only vertical-rhythm tool (CMS `Components.SPACER`).
@@ -6378,7 +6377,7 @@ type SpacerProps = {
6378
6377
  height?: number;
6379
6378
  unit?: 'px' | 'rem';
6380
6379
  };
6381
- declare const Spacer: ({ id, height, unit }: SpacerProps) => react_jsx_runtime.JSX.Element;
6380
+ declare const Spacer: ({ id, height, unit }: SpacerProps) => react.JSX.Element;
6382
6381
 
6383
6382
  /**
6384
6383
  * GameCarousel — the site's titled game row (production
@@ -6426,7 +6425,7 @@ type GameCarouselProps = {
6426
6425
  children: ReactNode;
6427
6426
  className?: string;
6428
6427
  };
6429
- declare const GameCarousel: ({ id, title, allText, onAll, allHref, allTarget, hideAllButton, hideArrowButtons, prevLabel, nextLabel, slideSize, slideSpacing, bleed, children, className, }: GameCarouselProps) => react_jsx_runtime.JSX.Element;
6428
+ declare const GameCarousel: ({ id, title, allText, onAll, allHref, allTarget, hideAllButton, hideArrowButtons, prevLabel, nextLabel, slideSize, slideSpacing, bleed, children, className, }: GameCarouselProps) => react.JSX.Element;
6430
6429
 
6431
6430
  /**
6432
6431
  * BoxTitle — the site's section heading strip (production `BoxTitle`,
@@ -6450,7 +6449,7 @@ type BoxTitleProps = {
6450
6449
  placeholder?: string;
6451
6450
  onChange?: (value: string) => void;
6452
6451
  };
6453
- declare const BoxTitle: ({ id, children, className, search, placeholder, onChange, }: BoxTitleProps) => react_jsx_runtime.JSX.Element;
6452
+ declare const BoxTitle: ({ id, children, className, search, placeholder, onChange, }: BoxTitleProps) => react.JSX.Element;
6454
6453
 
6455
6454
  /**
6456
6455
  * Banner — the site's wide static image strip (production `image`
@@ -6495,7 +6494,7 @@ type BannerProps = {
6495
6494
  target?: string;
6496
6495
  className?: string;
6497
6496
  };
6498
- declare const Banner: ({ id, image, imageSource, art, alt, height, children, onClick, cover, ratio, link, target, className, }: BannerProps) => react_jsx_runtime.JSX.Element;
6497
+ declare const Banner: ({ id, image, imageSource, art, alt, height, children, onClick, cover, ratio, link, target, className, }: BannerProps) => react.JSX.Element;
6499
6498
 
6500
6499
  /**
6501
6500
  * LayoutBoxes — the site's N-up promo box grid (production `two/four/six/
@@ -6514,7 +6513,7 @@ type LayoutBoxesProps = {
6514
6513
  gap?: string;
6515
6514
  className?: string;
6516
6515
  };
6517
- declare const LayoutBoxes: ({ id, children, columns, gap, className }: LayoutBoxesProps) => react_jsx_runtime.JSX.Element;
6516
+ declare const LayoutBoxes: ({ id, children, columns, gap, className }: LayoutBoxesProps) => react.JSX.Element;
6518
6517
 
6519
6518
  /**
6520
6519
  * FeaturedGames — the site's lead-promo + tile grid section (production
@@ -6549,7 +6548,7 @@ type FeaturedGamesProps = {
6549
6548
  children: ReactNode;
6550
6549
  className?: string;
6551
6550
  };
6552
- declare const FeaturedGames: ({ id, title, leadImage, leadImageSource, leadAlt, leadLink, leadTarget, onLeadOpen, lead, children, className, }: FeaturedGamesProps) => react_jsx_runtime.JSX.Element;
6551
+ declare const FeaturedGames: ({ id, title, leadImage, leadImageSource, leadAlt, leadLink, leadTarget, onLeadOpen, lead, children, className, }: FeaturedGamesProps) => react.JSX.Element;
6553
6552
 
6554
6553
  /**
6555
6554
  * GamesGrid — the site's flat game listing grid (production `games-grid`
@@ -6570,7 +6569,7 @@ type GamesGridProps = {
6570
6569
  children: ReactNode;
6571
6570
  className?: string;
6572
6571
  };
6573
- declare const GamesGrid: ({ id, category, staticGrid, columns, children, className }: GamesGridProps) => react_jsx_runtime.JSX.Element;
6572
+ declare const GamesGrid: ({ id, category, staticGrid, columns, children, className }: GamesGridProps) => react.JSX.Element;
6574
6573
 
6575
6574
  /**
6576
6575
  * MinWidthGate — the desktop shell's viewport floor: below `minWidth` the
@@ -6597,7 +6596,7 @@ type MinWidthGateProps = {
6597
6596
  children?: ReactNode;
6598
6597
  className?: string;
6599
6598
  };
6600
- declare const MinWidthGate: ({ id, minWidth, hysteresis, icon, title, description, children, className, }: MinWidthGateProps) => react_jsx_runtime.JSX.Element;
6599
+ declare const MinWidthGate: ({ id, minWidth, hysteresis, icon, title, description, children, className, }: MinWidthGateProps) => react.JSX.Element;
6601
6600
 
6602
6601
  /**
6603
6602
  * Header — the site's top chrome (production `layouts/header` +
@@ -6672,7 +6671,7 @@ type HeaderProps = {
6672
6671
  profileMenu?: HeaderNavItem[];
6673
6672
  className?: string;
6674
6673
  };
6675
- declare const Header: (props: HeaderProps) => react_jsx_runtime.JSX.Element;
6674
+ declare const Header: (props: HeaderProps) => react.JSX.Element;
6676
6675
 
6677
6676
  /**
6678
6677
  * AnnouncementBar — the fixed top notice strip (ported from the site's
@@ -6730,7 +6729,7 @@ type AnnouncementBarProps = {
6730
6729
  closeIcon?: ReactNode;
6731
6730
  className?: string;
6732
6731
  };
6733
- declare const AnnouncementBar: ({ id, text, sliding, accent, showCloseButton, speed, hideMode, platform, currentDomain, storageKey, onOpenChange, closeIcon, className, }: AnnouncementBarProps) => react_jsx_runtime.JSX.Element | null;
6732
+ declare const AnnouncementBar: ({ id, text, sliding, accent, showCloseButton, speed, hideMode, platform, currentDomain, storageKey, onOpenChange, closeIcon, className, }: AnnouncementBarProps) => react.JSX.Element | null;
6734
6733
 
6735
6734
  /**
6736
6735
  * MegaMenu — the mobile "Menü" panel (production opens over `?megamenu=true`,
@@ -6811,7 +6810,7 @@ type MegaMenuProps = {
6811
6810
  entries?: MegaMenuEntry[];
6812
6811
  className?: string;
6813
6812
  };
6814
- declare const MegaMenu: ({ entries, className }: MegaMenuProps) => react_jsx_runtime.JSX.Element;
6813
+ declare const MegaMenu: ({ entries, className }: MegaMenuProps) => react.JSX.Element;
6815
6814
 
6816
6815
  /**
6817
6816
  * GameShell — the in-game chrome (production `utils/gameplay`). Adaptive like
@@ -6931,7 +6930,7 @@ type GameShellProps = {
6931
6930
  * length; production's magic 7.125rem — now a knob, not hardcoded). */
6932
6931
  headerOffset?: string;
6933
6932
  };
6934
- declare const GameShell: (props: GameShellProps) => react_jsx_runtime.JSX.Element;
6933
+ declare const GameShell: (props: GameShellProps) => react.JSX.Element;
6935
6934
 
6936
6935
  /**
6937
6936
  * GameShellSettings — the in-game settings sheet (production
@@ -6965,7 +6964,7 @@ type GameShellSettingsProps = {
6965
6964
  overlayDismiss?: boolean;
6966
6965
  className?: string;
6967
6966
  };
6968
- declare const GameShellSettings: ({ open, title, actions, onClose, overlayDismiss, className, }: GameShellSettingsProps) => react_jsx_runtime.JSX.Element | null;
6967
+ declare const GameShellSettings: ({ open, title, actions, onClose, overlayDismiss, className, }: GameShellSettingsProps) => react.JSX.Element | null;
6969
6968
 
6970
6969
  /**
6971
6970
  * GameShellSwipeHint — the iOS "swipe up for fullscreen" affordance
@@ -6988,7 +6987,7 @@ type GameShellSwipeHintProps = {
6988
6987
  arrowIcon?: ReactNode;
6989
6988
  className?: string;
6990
6989
  };
6991
- declare const GameShellSwipeHint: ({ visible, text, onDismiss, handIcon, arrowIcon, className, }: GameShellSwipeHintProps) => react_jsx_runtime.JSX.Element | null;
6990
+ declare const GameShellSwipeHint: ({ visible, text, onDismiss, handIcon, arrowIcon, className, }: GameShellSwipeHintProps) => react.JSX.Element | null;
6992
6991
 
6993
6992
  /**
6994
6993
  * MobileGameCategories — the mobile categories row (production
@@ -6999,7 +6998,7 @@ declare const GameShellSwipeHint: ({ visible, text, onDismiss, handIcon, arrowIc
6999
6998
  * selected one fills accent.
7000
6999
  */
7001
7000
  type MobileGameCategoriesProps = Omit<GameCategoriesProps, 'title'>;
7002
- declare const MobileGameCategories: ({ id, category, categories, loading, selected, allId, onSelect, className, }: MobileGameCategoriesProps) => react_jsx_runtime.JSX.Element;
7001
+ declare const MobileGameCategories: ({ id, category, categories, loading, selected, allId, onSelect, className, }: MobileGameCategoriesProps) => react.JSX.Element;
7003
7002
 
7004
7003
  /**
7005
7004
  * MobileGameSearch — the standalone mobile game-search block (production
@@ -7023,7 +7022,7 @@ type MobileGameSearchProps = {
7023
7022
  onChange?: (value: string) => void;
7024
7023
  className?: string;
7025
7024
  };
7026
- declare const MobileGameSearch: ({ id, value, defaultValue, placeholder, onChange, className, }: MobileGameSearchProps) => react_jsx_runtime.JSX.Element;
7025
+ declare const MobileGameSearch: ({ id, value, defaultValue, placeholder, onChange, className, }: MobileGameSearchProps) => react.JSX.Element;
7027
7026
 
7028
7027
  /**
7029
7028
  * MobileLastWinners — the mobile winners rail (production
@@ -7062,7 +7061,7 @@ type MobileLastWinnersProps = {
7062
7061
  onSelect?: (winner: MobileLastWinner) => void;
7063
7062
  className?: string;
7064
7063
  };
7065
- declare const MobileLastWinners: ({ id, title, winners, loading, emptyText, onSelect, className, }: MobileLastWinnersProps) => react_jsx_runtime.JSX.Element;
7064
+ declare const MobileLastWinners: ({ id, title, winners, loading, emptyText, onSelect, className, }: MobileLastWinnersProps) => react.JSX.Element;
7066
7065
 
7067
7066
  /**
7068
7067
  * MobileGameFilter — the mobile sort + provider selects (production
@@ -7109,7 +7108,7 @@ type MobileGameFilterProps = {
7109
7108
  };
7110
7109
  className?: string;
7111
7110
  };
7112
- declare const MobileGameFilter: ({ id, sort, sorts, onSortChange, providers, selectedProviders, onProvidersChange, providerLogos, convertLogos, loading, labels, className, }: MobileGameFilterProps) => react_jsx_runtime.JSX.Element;
7111
+ declare const MobileGameFilter: ({ id, sort, sorts, onSortChange, providers, selectedProviders, onProvidersChange, providerLogos, convertLogos, loading, labels, className, }: MobileGameFilterProps) => react.JSX.Element;
7113
7112
 
7114
7113
  /**
7115
7114
  * MobileGameNavigator — the mobile games-page header composite
@@ -7135,7 +7134,7 @@ type MobileGameNavigatorProps = {
7135
7134
  filter?: Omit<MobileGameFilterProps, 'id'>;
7136
7135
  className?: string;
7137
7136
  };
7138
- declare const MobileGameNavigator: ({ id, category, search, categories, filter, className, }: MobileGameNavigatorProps) => react_jsx_runtime.JSX.Element;
7137
+ declare const MobileGameNavigator: ({ id, category, search, categories, filter, className, }: MobileGameNavigatorProps) => react.JSX.Element;
7139
7138
 
7140
7139
  /**
7141
7140
  * MobileBottomNav — the site's fixed bottom tab bar (production
@@ -7196,7 +7195,7 @@ type MobileBottomNavProps = {
7196
7195
  ariaLabel?: string;
7197
7196
  className?: string;
7198
7197
  };
7199
- declare const MobileBottomNav: ({ id, items, activeId, open, loading, skeletonCount, onSelect, ariaLabel, className, }: MobileBottomNavProps) => react_jsx_runtime.JSX.Element;
7198
+ declare const MobileBottomNav: ({ id, items, activeId, open, loading, skeletonCount, onSelect, ariaLabel, className, }: MobileBottomNavProps) => react.JSX.Element;
7200
7199
 
7201
7200
  /**
7202
7201
  * Footer — the site-wide footer (production `layouts/footer`, `#inn-footer` /
@@ -7280,7 +7279,7 @@ type FooterProps = {
7280
7279
  loading?: boolean;
7281
7280
  className?: string;
7282
7281
  };
7283
- declare const Footer: ({ id, platform, sitemap, socials, apps, licenseTexts, seals, licenseExtra, legalAge, copyright, language, loading, className, }: FooterProps) => react_jsx_runtime.JSX.Element;
7282
+ declare const Footer: ({ id, platform, sitemap, socials, apps, licenseTexts, seals, licenseExtra, legalAge, copyright, language, loading, className, }: FooterProps) => react.JSX.Element;
7284
7283
 
7285
7284
  /**
7286
7285
  * Notifications — the site's right-hand notification drawer (production
@@ -7412,7 +7411,7 @@ type FilterTabsProps = {
7412
7411
  'aria-label'?: string;
7413
7412
  className?: string;
7414
7413
  };
7415
- declare const FilterTabs: ({ options, value, onChange, grow, uppercase, "aria-label": ariaLabel, className, }: FilterTabsProps) => react_jsx_runtime.JSX.Element;
7414
+ declare const FilterTabs: ({ options, value, onChange, grow, uppercase, "aria-label": ariaLabel, className, }: FilterTabsProps) => react.JSX.Element;
7416
7415
 
7417
7416
  /**
7418
7417
  * DefaultAvatar — the photo-less profile stand-in, drawn as an inline SVG so
@@ -7421,7 +7420,7 @@ declare const FilterTabs: ({ options, value, onChange, grow, uppercase, "aria-la
7421
7420
  * (`--site-avatar-ink` pins an exact brand value). Used wherever a user row
7422
7421
  * can arrive without a photo (tournament standings, raffle participants).
7423
7422
  */
7424
- declare const DefaultAvatar: () => react_jsx_runtime.JSX.Element;
7423
+ declare const DefaultAvatar: () => react.JSX.Element;
7425
7424
 
7426
7425
  /**
7427
7426
  * UserHub — the logged-in user's account centre (production `layouts/userhub`).
@@ -7507,7 +7506,7 @@ type UserHubProps = {
7507
7506
  rootProps?: Record<string, string>;
7508
7507
  className?: string;
7509
7508
  };
7510
- declare const UserHub: ({ nav, section, onSectionChange, tab, onTabChange, open, onOpenChange, onClose, user, balance, rootLabel, closeLabel, mobileHome, children, rootProps, className, }: UserHubProps) => react_jsx_runtime.JSX.Element;
7509
+ declare const UserHub: ({ nav, section, onSectionChange, tab, onTabChange, open, onOpenChange, onClose, user, balance, rootLabel, closeLabel, mobileHome, children, rootProps, className, }: UserHubProps) => react.JSX.Element;
7511
7510
 
7512
7511
  type HubPayLogo = {
7513
7512
  color: string;
@@ -7579,7 +7578,7 @@ type HubTypeFieldMap = Record<string, {
7579
7578
  }>;
7580
7579
  declare const HubPayLogoBadge: ({ logo }: {
7581
7580
  logo: HubPayLogo;
7582
- }) => react_jsx_runtime.JSX.Element;
7581
+ }) => react.JSX.Element;
7583
7582
  /** the payment-method / account-type filter — the RadioGroup tile pattern,
7584
7583
  * hub-scoped. Selection paints the site's selected wash; hover skips the
7585
7584
  * checked tile. */
@@ -7589,25 +7588,25 @@ declare const HubPayFilter: ({ options, value, onChange, idPrefix, marker, }: {
7589
7588
  onChange: (v: string) => void;
7590
7589
  idPrefix: string;
7591
7590
  marker?: string;
7592
- }) => react_jsx_runtime.JSX.Element;
7591
+ }) => react.JSX.Element;
7593
7592
  /** one form row: label + input/select/textarea; locked = readOnly + suffix. */
7594
7593
  declare const HubPayFieldRow: ({ f, onChange, }: {
7595
7594
  f: HubPayField;
7596
7595
  /** what the person typed or picked. A locked row never reports: its value is
7597
7596
  * the account's, not theirs. */
7598
7597
  onChange?: (value: string) => void;
7599
- }) => react_jsx_runtime.JSX.Element;
7598
+ }) => react.JSX.Element;
7600
7599
  /** the summary card: logo circle + name (+ optional right-side action). */
7601
7600
  declare const HubPayModalCard: ({ logo, name, side, }: {
7602
7601
  logo: HubPayLogo;
7603
7602
  name: string;
7604
7603
  side?: ReactNode;
7605
- }) => react_jsx_runtime.JSX.Element;
7604
+ }) => react.JSX.Element;
7606
7605
  /** the three wash-gradient info tiles (time / min / max). */
7607
7606
  declare const HubPayModalTiles: ({ labels, values, }: {
7608
7607
  labels: [string, string, string];
7609
7608
  values: [string, string, string];
7610
- }) => react_jsx_runtime.JSX.Element;
7609
+ }) => react.JSX.Element;
7611
7610
  /** Deposit: a method's summary + tiles, the locked identity fields, and the
7612
7611
  * amount hero input. `personFields` is the site's locked account-holder set. */
7613
7612
  declare const HubDepositModal: ({ method, personFields, amountLabel, submitLabel, favLabel, unfavLabel, onSubmit, onFavorite, }: {
@@ -7628,7 +7627,7 @@ declare const HubDepositModal: ({ method, personFields, amountLabel, submitLabel
7628
7627
  }) => void;
7629
7628
  /** the star is a persisted preference, not a local mood */
7630
7629
  onFavorite?: (favorite: boolean) => void;
7631
- }) => react_jsx_runtime.JSX.Element;
7630
+ }) => react.JSX.Element;
7632
7631
  /** Withdraw: an account's summary + tiles, the composed field list (the caller
7633
7632
  * builds it from the account type templates + locked identity), the amount
7634
7633
  * input and the multiples note. */
@@ -7645,7 +7644,7 @@ declare const HubWithdrawModal: ({ account, fields, amountLabel, submitLabel, no
7645
7644
  amount: string;
7646
7645
  fields: HubPayValues;
7647
7646
  }) => void;
7648
- }) => react_jsx_runtime.JSX.Element;
7647
+ }) => react.JSX.Element;
7649
7648
  /** Add (no account) / edit (account given) a withdraw account. The type
7650
7649
  * selector reuses the pay filter; the fields swap per type via `typeFields`. */
7651
7650
  declare const HubAccountModal: ({ account, accountTypes, typeFields, personFields, tcField, phoneField, nameLabel, descLabel, typeLabel, addLabel, editLabel, onSubmit, }: {
@@ -7672,7 +7671,7 @@ declare const HubAccountModal: ({ account, accountTypes, typeFields, personField
7672
7671
  desc: string;
7673
7672
  fields: HubPayValues;
7674
7673
  }) => void;
7675
- }) => react_jsx_runtime.JSX.Element;
7674
+ }) => react.JSX.Element;
7676
7675
  /** the deposit/withdraw table method name cell (group chip vs favourite/hot
7677
7676
  * marks) — a shared atom for the pages' Table columns. */
7678
7677
  declare const HubPayName: ({ row, favTitle, hotTitle, }: {
@@ -7685,7 +7684,7 @@ declare const HubPayName: ({ row, favTitle, hotTitle, }: {
7685
7684
  };
7686
7685
  favTitle?: string;
7687
7686
  hotTitle?: string;
7688
- }) => react_jsx_runtime.JSX.Element;
7687
+ }) => react.JSX.Element;
7689
7688
 
7690
7689
  /**
7691
7690
  * UserHub — Deposit page (Bakiye › Para Yatırma). The site's
@@ -7737,7 +7736,7 @@ declare const HubDepositPage: ({ methods, filters, onDeposit, isMobile, filterMa
7737
7736
  nameTitle?: string;
7738
7737
  minTitle?: string;
7739
7738
  maxTitle?: string;
7740
- }) => react_jsx_runtime.JSX.Element;
7739
+ }) => react.JSX.Element;
7741
7740
 
7742
7741
  type WdActions = {
7743
7742
  onWithdraw: (a: HubWdAccount) => void;
@@ -7763,7 +7762,7 @@ declare const HubWithdrawPage: ({ accounts, filters, onWithdraw, onEdit, onDelet
7763
7762
  timeTitle?: string;
7764
7763
  minTitle?: string;
7765
7764
  maxTitle?: string;
7766
- } & WdActions) => react_jsx_runtime.JSX.Element;
7765
+ } & WdActions) => react.JSX.Element;
7767
7766
 
7768
7767
  /** One column, one direction. Multi-sort is deliberately out of scope. */
7769
7768
  type TableSortDirection = 'asc' | 'desc';
@@ -7952,7 +7951,7 @@ declare const HubTable: ({ columns, data, cellHeight, mobileColumns, marker, }:
7952
7951
  cellHeight?: string;
7953
7952
  mobileColumns?: TableColumnType<any>[];
7954
7953
  marker?: HubTableMarker;
7955
- }) => react_jsx_runtime.JSX.Element;
7954
+ }) => react.JSX.Element;
7956
7955
  type HubStatusTone = 'purple' | 'warning' | 'success' | 'danger' | 'info' | 'orange' | 'default' | 'teal';
7957
7956
  /** status label -> semantic badge colour (production Status variants). A site
7958
7957
  * can pass its own map to HubStatusBadge; this is the demo default. */
@@ -7960,30 +7959,30 @@ declare const HUB_STATUS_TONE: Record<string, HubStatusTone>;
7960
7959
  declare const HubStatusBadge: ({ s, tone, }: {
7961
7960
  s: string;
7962
7961
  tone?: Record<string, HubStatusTone>;
7963
- }) => react_jsx_runtime.JSX.Element;
7962
+ }) => react.JSX.Element;
7964
7963
  /** the production clipboard cell: a ghost icon button with a tooltip. */
7965
7964
  declare const HubCopyBtn: ({ value, compact, label, }: {
7966
7965
  value: string;
7967
7966
  compact?: boolean;
7968
7967
  label?: string;
7969
- }) => react_jsx_runtime.JSX.Element;
7968
+ }) => react.JSX.Element;
7970
7969
  /** two-line name + description cell (production TableName/TableDescription). */
7971
7970
  declare const HubHistName: ({ name, desc, creator, creatorLabel, }: {
7972
7971
  name: ReactNode;
7973
7972
  desc?: ReactNode;
7974
7973
  creator?: string;
7975
7974
  creatorLabel?: string;
7976
- }) => react_jsx_runtime.JSX.Element;
7975
+ }) => react.JSX.Element;
7977
7976
  /** the production AutoRow: date + time side by side, stacked when narrow. */
7978
7977
  declare const HubDt: ({ v }: {
7979
7978
  v: string;
7980
- }) => react_jsx_runtime.JSX.Element;
7979
+ }) => react.JSX.Element;
7981
7980
  /** the "under construction" placeholder (self-exclusion / 2FA). */
7982
7981
  declare const HubComingSoon: ({ title, description, icon, }: {
7983
7982
  title?: string;
7984
7983
  description?: string;
7985
7984
  icon?: ReactNode;
7986
- }) => react_jsx_runtime.JSX.Element;
7985
+ }) => react.JSX.Element;
7987
7986
 
7988
7987
  /**
7989
7988
  * UserHub — Settings (Ayarlar) panels: personal details, change password and
@@ -8023,7 +8022,7 @@ declare const HubSettingsDetails: ({ user, groups, saveLabel, onSave, }: {
8023
8022
  groups: HubSettingsGroup[];
8024
8023
  saveLabel?: string;
8025
8024
  onSave?: () => void;
8026
- }) => react_jsx_runtime.JSX.Element;
8025
+ }) => react.JSX.Element;
8027
8026
  declare const HubChangePassword: ({ currentHeader, newHeader, currentPlaceholder, newPlaceholder, confirmPlaceholder, hint, submitLabel, disabled, onSubmit, }: {
8028
8027
  currentHeader?: ReactNode;
8029
8028
  newHeader?: ReactNode;
@@ -8034,7 +8033,7 @@ declare const HubChangePassword: ({ currentHeader, newHeader, currentPlaceholder
8034
8033
  submitLabel?: string;
8035
8034
  disabled?: boolean;
8036
8035
  onSubmit?: () => void;
8037
- }) => react_jsx_runtime.JSX.Element;
8036
+ }) => react.JSX.Element;
8038
8037
  declare const HubNotificationPrefs: ({ intro, header, prefs, onToggle, saveLabel, onSave, }: {
8039
8038
  intro?: ReactNode;
8040
8039
  header?: ReactNode;
@@ -8046,7 +8045,36 @@ declare const HubNotificationPrefs: ({ intro, header, prefs, onToggle, saveLabel
8046
8045
  onToggle?: (id: string, checked: boolean) => void;
8047
8046
  saveLabel?: string;
8048
8047
  onSave?: () => void;
8049
- }) => react_jsx_runtime.JSX.Element;
8048
+ }) => react.JSX.Element;
8049
+ /** One identity/method row of the security screen (auth canvas 13). */
8050
+ type HubSecurityRow = {
8051
+ id: string;
8052
+ /** "Phone", "Password", "Passkeys" */
8053
+ label: ReactNode;
8054
+ /** the value, or the not-set sentence ("Not set. You sign in with codes") */
8055
+ value?: ReactNode;
8056
+ /** the state badge beside the value - "Verified" / "Unverified" */
8057
+ status?: {
8058
+ label: string;
8059
+ tone?: HubStatusTone;
8060
+ };
8061
+ /** the row's one action - "Verify", "Link", "Set password", "Add" */
8062
+ action?: string;
8063
+ };
8064
+ /**
8065
+ * UserHub - Sign-in & security (auth canvas, screen 13): the account's
8066
+ * identities and sign-in methods as rows - value, state badge, one action.
8067
+ * Presentational like its siblings: every request is the consumer's, the
8068
+ * click comes back with the row's id. The note at the foot carries the
8069
+ * architecture's promise ("verified contact info is never taken back;
8070
+ * methods upgrade, never downgrade") - copy is the consumer's.
8071
+ */
8072
+ declare const HubSecurity: ({ header, rows, note, onAction, }: {
8073
+ header?: ReactNode;
8074
+ rows: HubSecurityRow[];
8075
+ note?: ReactNode;
8076
+ onAction?: (id: string) => void;
8077
+ }) => react.JSX.Element;
8050
8078
 
8051
8079
  /**
8052
8080
  * UserHub — Account history pages (Hesap Geçmişi tabs): game history, payment
@@ -8150,7 +8178,7 @@ declare const HubGameHistory: ({ data, onFilter, cats, providers, statuses, onDe
8150
8178
  newBalTitle?: string;
8151
8179
  winTitle?: string;
8152
8180
  detailLabel?: string;
8153
- }) => react_jsx_runtime.JSX.Element;
8181
+ }) => react.JSX.Element;
8154
8182
  declare const HubPaymentHistory: ({ data, onFilter, cats, methods, statuses, types, marker, idTitle, providerTitle, statusTitle, dateTitle, oldBalTitle, newBalTitle, amountTitle, }: {
8155
8183
  data: HubPayHRow[];
8156
8184
  /** the person set a filter. The block owns the controls, the site owns
@@ -8168,7 +8196,7 @@ declare const HubPaymentHistory: ({ data, onFilter, cats, methods, statuses, typ
8168
8196
  oldBalTitle?: string;
8169
8197
  newBalTitle?: string;
8170
8198
  amountTitle?: string;
8171
- }) => react_jsx_runtime.JSX.Element;
8199
+ }) => react.JSX.Element;
8172
8200
  declare const HubBonusHistory: ({ data, onFilter, cats, creators, statuses, types, marker, nameTitle, catTitle, statusTitle, applyTitle, finishTitle, profitTitle, cashbackTitle, amountTitle, creatorLabel, }: {
8173
8201
  data: HubBonusRow[];
8174
8202
  /** the person set a filter. The block owns the controls, the site owns
@@ -8188,7 +8216,7 @@ declare const HubBonusHistory: ({ data, onFilter, cats, creators, statuses, type
8188
8216
  cashbackTitle?: string;
8189
8217
  amountTitle?: string;
8190
8218
  creatorLabel?: string;
8191
- }) => react_jsx_runtime.JSX.Element;
8219
+ }) => react.JSX.Element;
8192
8220
  declare const HubFreespinHistory: ({ data, onFilter, providers, statuses, onGames, marker, idTitle, providerTitle, winTitle, statusTitle, gamesTitle, spinsTitle, startTitle, endTitle, gamesTooltip, viewGamesLabel, }: {
8193
8221
  data: HubFsRow[];
8194
8222
  /** the person set a filter. The block owns the controls, the site owns
@@ -8208,7 +8236,7 @@ declare const HubFreespinHistory: ({ data, onFilter, providers, statuses, onGame
8208
8236
  endTitle?: string;
8209
8237
  gamesTooltip?: string;
8210
8238
  viewGamesLabel?: string;
8211
- }) => react_jsx_runtime.JSX.Element;
8239
+ }) => react.JSX.Element;
8212
8240
 
8213
8241
  /**
8214
8242
  * UserHub — Bonus section pages: bonus request (Bonus Talep), bonus activation
@@ -8226,7 +8254,7 @@ declare const HubStatusCard: ({ kind, name, dateLabel, date, action, fields, chi
8226
8254
  action?: ReactNode;
8227
8255
  fields: HubStatusField[];
8228
8256
  children?: ReactNode;
8229
- }) => react_jsx_runtime.JSX.Element;
8257
+ }) => react.JSX.Element;
8230
8258
  type HubBonusReqRow = {
8231
8259
  key: string;
8232
8260
  name: string;
@@ -8262,7 +8290,7 @@ declare const HubBonusRequest: ({ data, cats, types, statuses, wagering, applies
8262
8290
  unavailableLabel?: string;
8263
8291
  openStatus?: string;
8264
8292
  unavailableStatus?: string;
8265
- }) => react_jsx_runtime.JSX.Element;
8293
+ }) => react.JSX.Element;
8266
8294
  type HubBonusActRow = {
8267
8295
  key: string;
8268
8296
  name: string;
@@ -8281,7 +8309,7 @@ declare const HubBonusActivation: ({ data, intro, onAccept, onReject, marker, id
8281
8309
  amountTitle?: string;
8282
8310
  acceptLabel?: string;
8283
8311
  rejectLabel?: string;
8284
- }) => react_jsx_runtime.JSX.Element;
8312
+ }) => react.JSX.Element;
8285
8313
  type HubWagerRow = {
8286
8314
  label: ReactNode;
8287
8315
  done: string;
@@ -8304,7 +8332,7 @@ declare const HubActiveBonus: ({ bonus, intro, onCancel, kindLabel, applyDateLab
8304
8332
  cancelLabel?: string;
8305
8333
  wagerTitle?: ReactNode;
8306
8334
  validLabel?: ReactNode;
8307
- }) => react_jsx_runtime.JSX.Element;
8335
+ }) => react.JSX.Element;
8308
8336
 
8309
8337
  type HubFsActRow = {
8310
8338
  key: string;
@@ -8330,7 +8358,7 @@ declare const HubFreespinActivation: ({ data, intro, onGames, marker, idTitle, b
8330
8358
  daysSuffix?: string;
8331
8359
  createdLabel?: string;
8332
8360
  viewGamesLabel?: string;
8333
- }) => react_jsx_runtime.JSX.Element;
8361
+ }) => react.JSX.Element;
8334
8362
  type HubRafflePrize = {
8335
8363
  name: string;
8336
8364
  status: string;
@@ -8351,7 +8379,7 @@ type HubPrizeTone = 'success' | 'default' | 'purple' | 'danger';
8351
8379
  declare const HUB_PRIZE_TONE: Record<string, HubPrizeTone>;
8352
8380
  declare const HubTicketsModal: ({ tickets }: {
8353
8381
  tickets: string[];
8354
- }) => react_jsx_runtime.JSX.Element;
8382
+ }) => react.JSX.Element;
8355
8383
  declare const HubPrizesModal: ({ prizes, mainLabel, reserveLabel, emptyText, reserveOrderLabel, ticketLabel, tone, }: {
8356
8384
  prizes: HubRafflePrize[];
8357
8385
  mainLabel?: ReactNode;
@@ -8360,7 +8388,7 @@ declare const HubPrizesModal: ({ prizes, mainLabel, reserveLabel, emptyText, res
8360
8388
  reserveOrderLabel?: ReactNode;
8361
8389
  ticketLabel?: ReactNode;
8362
8390
  tone?: Record<string, HubPrizeTone>;
8363
- }) => react_jsx_runtime.JSX.Element;
8391
+ }) => react.JSX.Element;
8364
8392
  type RaffleTitles = {
8365
8393
  idTitle?: string;
8366
8394
  nameTitle?: string;
@@ -8377,7 +8405,7 @@ declare const HubRaffleActive: ({ data, intro, onTickets, onDeposit, marker, tic
8377
8405
  marker?: HubTableMarker;
8378
8406
  ticketsLabel?: string;
8379
8407
  depositLabel?: string;
8380
- } & RaffleTitles) => react_jsx_runtime.JSX.Element;
8408
+ } & RaffleTitles) => react.JSX.Element;
8381
8409
  declare const HubRaffleJoined: ({ data, intro, onPrizes, onTickets, marker, prizesLabel, ticketsLabel, ...titles }: {
8382
8410
  data: HubRaffleRow[];
8383
8411
  intro?: ReactNode;
@@ -8386,7 +8414,7 @@ declare const HubRaffleJoined: ({ data, intro, onPrizes, onTickets, marker, priz
8386
8414
  marker?: HubTableMarker;
8387
8415
  prizesLabel?: string;
8388
8416
  ticketsLabel?: string;
8389
- } & RaffleTitles) => react_jsx_runtime.JSX.Element;
8417
+ } & RaffleTitles) => react.JSX.Element;
8390
8418
 
8391
8419
  /**
8392
8420
  * UserHub — Messages (Mesajlar) section: the new-ticket form, the ticket inbox
@@ -8423,7 +8451,7 @@ declare const HubNewTicketForm: ({ categories, uploadAction, header, categoryPla
8423
8451
  optionalNote?: ReactNode;
8424
8452
  submitLabel?: string;
8425
8453
  onSubmit?: () => void;
8426
- }) => react_jsx_runtime.JSX.Element;
8454
+ }) => react.JSX.Element;
8427
8455
  declare const HubMessageInbox: ({ tickets, filters, onOpen, allLabel, answeredStatus, processingStatus, }: {
8428
8456
  tickets: HubTicket[];
8429
8457
  filters: string[];
@@ -8431,7 +8459,7 @@ declare const HubMessageInbox: ({ tickets, filters, onOpen, allLabel, answeredSt
8431
8459
  allLabel?: string;
8432
8460
  answeredStatus?: string;
8433
8461
  processingStatus?: string;
8434
- }) => react_jsx_runtime.JSX.Element;
8462
+ }) => react.JSX.Element;
8435
8463
  declare const HubTicketThread: ({ ticket, closedStatus, youLabel, supportLabel, closedNotice, rateLabel, replyPlaceholder, replyLabel, onReply, onRate, }: {
8436
8464
  ticket: HubTicket;
8437
8465
  closedStatus?: string;
@@ -8443,7 +8471,7 @@ declare const HubTicketThread: ({ ticket, closedStatus, youLabel, supportLabel,
8443
8471
  replyLabel?: string;
8444
8472
  onReply?: () => void;
8445
8473
  onRate?: (n: number) => void;
8446
- }) => react_jsx_runtime.JSX.Element;
8474
+ }) => react.JSX.Element;
8447
8475
 
8448
8476
  /**
8449
8477
  * UserHub — the "user" section: profile summary (profilim), medals (madalyalar)
@@ -8498,14 +8526,14 @@ type HubVipSummary = {
8498
8526
  declare const HubMedalButton: ({ medal, onOpen, }: {
8499
8527
  medal: HubMedal;
8500
8528
  onOpen: (m: HubMedal) => void;
8501
- }) => react_jsx_runtime.JSX.Element;
8529
+ }) => react.JSX.Element;
8502
8530
  /** The "Madalya Detayı" modal body (production: ShowModal medaldetail). */
8503
8531
  declare const HubMedalDetail: ({ medal, durationLabel, quantityLabel, earnersLabel, }: {
8504
8532
  medal: HubMedal;
8505
8533
  durationLabel?: ReactNode;
8506
8534
  quantityLabel?: ReactNode;
8507
8535
  earnersLabel?: ReactNode;
8508
- }) => react_jsx_runtime.JSX.Element;
8536
+ }) => react.JSX.Element;
8509
8537
  declare const HubProfileSummary: ({ user, vip, medals, stats, topSlots, onMedalOpen, onVipClub, onMedalsDetail, onStatsDetail, vipClubLabel, medalsTitle, statsTitle, topSlotsTitle, liveTitle, detailsLabel, cevrimLabel, noDataLabel, }: {
8510
8538
  user: {
8511
8539
  username: ReactNode;
@@ -8528,7 +8556,7 @@ declare const HubProfileSummary: ({ user, vip, medals, stats, topSlots, onMedalO
8528
8556
  detailsLabel?: ReactNode;
8529
8557
  cevrimLabel?: ReactNode;
8530
8558
  noDataLabel?: ReactNode;
8531
- }) => react_jsx_runtime.JSX.Element;
8559
+ }) => react.JSX.Element;
8532
8560
  declare const HubMedals: ({ medals, rewardTiers, rewardTips, rewardPercent, onMedalOpen, rewardsTitle, rewardsSheetTitle, rewardUnitLabel, rewardWinLabel, earnedTitle, earnedCountText, awaitingTitle, }: {
8533
8561
  medals: HubMedal[];
8534
8562
  rewardTiers: HubRewardTier[];
@@ -8542,7 +8570,7 @@ declare const HubMedals: ({ medals, rewardTiers, rewardTips, rewardPercent, onMe
8542
8570
  earnedTitle?: ReactNode;
8543
8571
  earnedCountText?: ReactNode;
8544
8572
  awaitingTitle?: ReactNode;
8545
- }) => react_jsx_runtime.JSX.Element;
8573
+ }) => react.JSX.Element;
8546
8574
  declare const HubStatistics: ({ gameStats, categories, providers, stats, gameTitle, winTitle, betTitle, wageredTitle, statsTitle, categoryPlaceholder, providerPlaceholder, gamePlaceholder, selectionLabel, casinoRelabel, noDataLabel, onStatsFilter, }: {
8547
8575
  gameStats: HubGameStat[];
8548
8576
  categories: string[];
@@ -8566,7 +8594,7 @@ declare const HubStatistics: ({ gameStats, categories, providers, stats, gameTit
8566
8594
  providers: string[];
8567
8595
  games: string[];
8568
8596
  }) => void;
8569
- }) => react_jsx_runtime.JSX.Element;
8597
+ }) => react.JSX.Element;
8570
8598
 
8571
8599
  /**
8572
8600
  * UserHub — VIP Club (VIP Klübü) page + the VIP-levels modal. The page is the
@@ -8614,7 +8642,7 @@ declare const HubVipLevels: ({ art, groups, cdn, levelLabel, requiredDpLabel, }:
8614
8642
  cdn: string;
8615
8643
  levelLabel?: ReactNode;
8616
8644
  requiredDpLabel?: ReactNode;
8617
- }) => react_jsx_runtime.JSX.Element;
8645
+ }) => react.JSX.Element;
8618
8646
  declare const HubVipClub: ({ hero, tiers, bonuses, activeTier, onTierChange, onLearn, cdn, learnLabel, bonusTypeLabel, emptyMark, }: {
8619
8647
  hero: HubVipHero;
8620
8648
  tiers: HubVipTier[];
@@ -8626,7 +8654,7 @@ declare const HubVipClub: ({ hero, tiers, bonuses, activeTier, onTierChange, onL
8626
8654
  learnLabel?: ReactNode;
8627
8655
  bonusTypeLabel?: ReactNode;
8628
8656
  emptyMark?: ReactNode;
8629
- }) => react_jsx_runtime.JSX.Element;
8657
+ }) => react.JSX.Element;
8630
8658
 
8631
8659
  /**
8632
8660
  * UA-based touch-device detection — the platform philosophy: device identity
@@ -8690,7 +8718,7 @@ declare const SVGUrlToPNGDataUrl: (url: string, options?: SvgToPngOptions) => Pr
8690
8718
  */
8691
8719
  declare function BackTop({ children }: {
8692
8720
  children?: ReactNode;
8693
- }): react_jsx_runtime.JSX.Element;
8721
+ }): react.JSX.Element;
8694
8722
 
8695
8723
  type ProgressProps = {
8696
8724
  status?: ProgressStatus;
@@ -8701,7 +8729,7 @@ type ProgressProps = {
8701
8729
  };
8702
8730
  type ProgressStatus = "normal" | "active" | "warning" | "success" | "exception";
8703
8731
 
8704
- declare function Progress({ status, percent, alwaysShowPercent, showInfo, className, }: ProgressProps): react_jsx_runtime.JSX.Element;
8732
+ declare function Progress({ status, percent, alwaysShowPercent, showInfo, className, }: ProgressProps): react.JSX.Element;
8705
8733
 
8706
8734
  type SkeletonVariant = 'text' | 'rect' | 'circle';
8707
8735
  type SkeletonAnimation = 'shimmer' | 'pulse' | 'none';
@@ -8722,7 +8750,7 @@ interface SkeletonProps {
8722
8750
  * A theme-tokenised loading placeholder. It is purely presentational — render
8723
8751
  * it while data is in flight and swap it for the real content when it lands.
8724
8752
  */
8725
- declare const Skeleton: ({ variant, width, height, radius, count, animation, className, style, }: SkeletonProps) => react_jsx_runtime.JSX.Element;
8753
+ declare const Skeleton: ({ variant, width, height, radius, count, animation, className, style, }: SkeletonProps) => react.JSX.Element;
8726
8754
 
8727
8755
  type AmountMaskContextValue = {
8728
8756
  masked: boolean;
@@ -8742,7 +8770,7 @@ interface MaskProviderProps {
8742
8770
  onMaskedChange?: (masked: boolean) => void;
8743
8771
  children?: ReactNode;
8744
8772
  }
8745
- declare const MaskProvider: ({ masked: maskedProp, defaultMasked, onMaskedChange, children, }: MaskProviderProps) => react_jsx_runtime.JSX.Element;
8773
+ declare const MaskProvider: ({ masked: maskedProp, defaultMasked, onMaskedChange, children, }: MaskProviderProps) => react.JSX.Element;
8746
8774
  interface AmountProps {
8747
8775
  value: number | string;
8748
8776
  currency?: string;
@@ -8758,14 +8786,14 @@ interface AmountProps {
8758
8786
  duration?: number;
8759
8787
  className?: string;
8760
8788
  }
8761
- declare const Amount: ({ value, currency, decimals, masked: maskedProp, mask, animate, duration, className, }: AmountProps) => react_jsx_runtime.JSX.Element;
8789
+ declare const Amount: ({ value, currency, decimals, masked: maskedProp, mask, animate, duration, className, }: AmountProps) => react.JSX.Element;
8762
8790
 
8763
8791
  type TinyScrollbarProps = {
8764
8792
  className: string;
8765
8793
  children: ChildrenProps;
8766
8794
  style?: React.CSSProperties;
8767
8795
  };
8768
- declare function TinyScrollbar({ className, children, style }: TinyScrollbarProps): react_jsx_runtime.JSX.Element;
8796
+ declare function TinyScrollbar({ className, children, style }: TinyScrollbarProps): react.JSX.Element;
8769
8797
 
8770
8798
  type TabsVariant = 'default' | 'filled' | 'line';
8771
8799
  type TabsOrientation = 'horizontal' | 'vertical';
@@ -9052,7 +9080,7 @@ type PopoverContentProps = {
9052
9080
  * - Supports A11y (role, aria-labelledby, aria-describedby)
9053
9081
  */
9054
9082
  declare const PopoverContent: {
9055
- ({ children, variant, placement, showArrow, maxWidth, offset, ariaLabelledby, ariaDescribedby, trapFocus, }: PopoverContentProps): react_jsx_runtime.JSX.Element;
9083
+ ({ children, variant, placement, showArrow, maxWidth, offset, ariaLabelledby, ariaDescribedby, trapFocus, }: PopoverContentProps): react.JSX.Element;
9056
9084
  displayName: string;
9057
9085
  };
9058
9086
 
@@ -9080,7 +9108,7 @@ type PopoverProps$1 = {
9080
9108
  * - Provides the id + trigger information to the children with context
9081
9109
  */
9082
9110
  declare const Popover: {
9083
- ({ children, triggerType, closeOnClickOutside, defaultOpen, open, onOpenChange, }: PopoverProps$1): react_jsx_runtime.JSX.Element;
9111
+ ({ children, triggerType, closeOnClickOutside, defaultOpen, open, onOpenChange, }: PopoverProps$1): react.JSX.Element;
9084
9112
  displayName: string;
9085
9113
  };
9086
9114
 
@@ -9115,7 +9143,7 @@ type TooltipProps = {
9115
9143
  closeDelay?: number;
9116
9144
  };
9117
9145
  declare const Tooltip: {
9118
- ({ children, openDelay, closeDelay, }: TooltipProps): react_jsx_runtime.JSX.Element;
9146
+ ({ children, openDelay, closeDelay, }: TooltipProps): react.JSX.Element;
9119
9147
  displayName: string;
9120
9148
  };
9121
9149
 
@@ -9148,7 +9176,7 @@ type TooltipContentProps = {
9148
9176
  offset?: number;
9149
9177
  };
9150
9178
  declare const TooltipContent: {
9151
- ({ children, placement, variant, offset, }: TooltipContentProps): react_jsx_runtime.JSX.Element;
9179
+ ({ children, placement, variant, offset, }: TooltipContentProps): react.JSX.Element;
9152
9180
  displayName: string;
9153
9181
  };
9154
9182
 
@@ -9160,7 +9188,7 @@ type HoverCardProps = {
9160
9188
  closeDelay?: number;
9161
9189
  };
9162
9190
  declare const HoverCard: {
9163
- ({ children, openDelay, closeDelay, }: HoverCardProps): react_jsx_runtime.JSX.Element;
9191
+ ({ children, openDelay, closeDelay, }: HoverCardProps): react.JSX.Element;
9164
9192
  displayName: string;
9165
9193
  };
9166
9194
 
@@ -9202,7 +9230,7 @@ type HoverCardContentProps = {
9202
9230
  ariaDescribedby?: string;
9203
9231
  };
9204
9232
  declare const HoverCardContent: {
9205
- ({ children, placement, variant, showArrow, maxWidth, offset, ariaLabelledby, ariaDescribedby, }: HoverCardContentProps): react_jsx_runtime.JSX.Element;
9233
+ ({ children, placement, variant, showArrow, maxWidth, offset, ariaLabelledby, ariaDescribedby, }: HoverCardContentProps): react.JSX.Element;
9206
9234
  displayName: string;
9207
9235
  };
9208
9236
 
@@ -9215,11 +9243,11 @@ type DialogProps = {
9215
9243
  onOpenChange?: (open: boolean) => void;
9216
9244
  children: ReactNode;
9217
9245
  };
9218
- declare const Dialog: ({ open: controlledOpen, defaultOpen, onOpenChange, children, }: DialogProps) => react_jsx_runtime.JSX.Element;
9246
+ declare const Dialog: ({ open: controlledOpen, defaultOpen, onOpenChange, children, }: DialogProps) => react.JSX.Element;
9219
9247
  type DialogTriggerProps = ButtonHTMLAttributes<HTMLButtonElement> & {
9220
9248
  asChild?: boolean;
9221
9249
  };
9222
- declare const DialogTrigger: ({ asChild, onClick, children, ...rest }: DialogTriggerProps) => react_jsx_runtime.JSX.Element | null;
9250
+ declare const DialogTrigger: ({ asChild, onClick, children, ...rest }: DialogTriggerProps) => react.JSX.Element | null;
9223
9251
  /**
9224
9252
  * `center` (default) renders the classic centered dialog. The edge values turn
9225
9253
  * the surface into a Sheet that slides in from that edge — used by the `Sheet`
@@ -9257,7 +9285,7 @@ type DialogContentProps = HTMLAttributes<HTMLDivElement> & {
9257
9285
  * explicit edge `side` — a `Sheet`. Keeping the branch here means each surface
9258
9286
  * owns its own hooks (no conditional-hook violations).
9259
9287
  */
9260
- declare const DialogContent: (props: DialogContentProps) => react_jsx_runtime.JSX.Element;
9288
+ declare const DialogContent: (props: DialogContentProps) => react.JSX.Element;
9261
9289
  /**
9262
9290
  * Footer offers `plain`, `separator` (a tinted block + divider line) or
9263
9291
  * `filled` (a tinted block with no line). The header has no variant — it is
@@ -9270,51 +9298,51 @@ type DialogHeaderVariant = 'plain' | 'separator';
9270
9298
  type DialogHeaderProps = HTMLAttributes<HTMLDivElement> & {
9271
9299
  variant?: DialogHeaderVariant;
9272
9300
  };
9273
- declare const DialogHeader: ({ className, variant, ...rest }: DialogHeaderProps) => react_jsx_runtime.JSX.Element;
9274
- declare const DialogTitle: ({ className, ...rest }: HTMLAttributes<HTMLHeadingElement>) => react_jsx_runtime.JSX.Element;
9275
- declare const DialogDescription: ({ className, ...rest }: HTMLAttributes<HTMLParagraphElement>) => react_jsx_runtime.JSX.Element;
9301
+ declare const DialogHeader: ({ className, variant, ...rest }: DialogHeaderProps) => react.JSX.Element;
9302
+ declare const DialogTitle: ({ className, ...rest }: HTMLAttributes<HTMLHeadingElement>) => react.JSX.Element;
9303
+ declare const DialogDescription: ({ className, ...rest }: HTMLAttributes<HTMLParagraphElement>) => react.JSX.Element;
9276
9304
  type DialogFooterProps = HTMLAttributes<HTMLDivElement> & {
9277
9305
  /** `plain` (default), `separator` (divider line) or `filled` (tint + divider). */
9278
9306
  variant?: DialogFooterVariant;
9279
9307
  };
9280
- declare const DialogFooter: ({ className, variant, ...rest }: DialogFooterProps) => react_jsx_runtime.JSX.Element;
9308
+ declare const DialogFooter: ({ className, variant, ...rest }: DialogFooterProps) => react.JSX.Element;
9281
9309
  type DialogCloseProps = ButtonHTMLAttributes<HTMLButtonElement> & {
9282
9310
  asChild?: boolean;
9283
9311
  };
9284
- declare const DialogClose: ({ asChild, onClick, children, ...rest }: DialogCloseProps) => react_jsx_runtime.JSX.Element | null;
9312
+ declare const DialogClose: ({ asChild, onClick, children, ...rest }: DialogCloseProps) => react.JSX.Element | null;
9285
9313
  /** Root — controlled/uncontrolled open state. */
9286
- declare const AlertDialog: ({ open: controlledOpen, defaultOpen, onOpenChange, children, }: DialogProps) => react_jsx_runtime.JSX.Element;
9314
+ declare const AlertDialog: ({ open: controlledOpen, defaultOpen, onOpenChange, children, }: DialogProps) => react.JSX.Element;
9287
9315
  /** Opens the alert dialog. Use `asChild` to wrap your own trigger element. */
9288
- declare const AlertDialogTrigger: ({ asChild, onClick, children, ...rest }: DialogTriggerProps) => react_jsx_runtime.JSX.Element | null;
9316
+ declare const AlertDialogTrigger: ({ asChild, onClick, children, ...rest }: DialogTriggerProps) => react.JSX.Element | null;
9289
9317
  type AlertDialogContentProps = Omit<DialogContentProps, 'showClose' | 'closeOnOutsideClick'>;
9290
9318
  /** The dialog surface (portal + overlay + focus trap). No X, no outside-dismiss. */
9291
9319
  declare const AlertDialogContent: {
9292
- ({ className, ...props }: AlertDialogContentProps): react_jsx_runtime.JSX.Element;
9320
+ ({ className, ...props }: AlertDialogContentProps): react.JSX.Element;
9293
9321
  displayName: string;
9294
9322
  };
9295
- declare const AlertDialogHeader: ({ className, variant, ...rest }: DialogHeaderProps) => react_jsx_runtime.JSX.Element;
9296
- declare const AlertDialogTitle: ({ className, ...rest }: HTMLAttributes<HTMLHeadingElement>) => react_jsx_runtime.JSX.Element;
9297
- declare const AlertDialogDescription: ({ className, ...rest }: HTMLAttributes<HTMLParagraphElement>) => react_jsx_runtime.JSX.Element;
9298
- declare const AlertDialogFooter: ({ className, variant, ...rest }: DialogFooterProps) => react_jsx_runtime.JSX.Element;
9323
+ declare const AlertDialogHeader: ({ className, variant, ...rest }: DialogHeaderProps) => react.JSX.Element;
9324
+ declare const AlertDialogTitle: ({ className, ...rest }: HTMLAttributes<HTMLHeadingElement>) => react.JSX.Element;
9325
+ declare const AlertDialogDescription: ({ className, ...rest }: HTMLAttributes<HTMLParagraphElement>) => react.JSX.Element;
9326
+ declare const AlertDialogFooter: ({ className, variant, ...rest }: DialogFooterProps) => react.JSX.Element;
9299
9327
  /** Dismisses the dialog (no action). An outline button by default. */
9300
9328
  declare const AlertDialogCancel: {
9301
- ({ children, onClick, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
9329
+ ({ children, onClick, ...props }: ButtonProps): react.JSX.Element;
9302
9330
  displayName: string;
9303
9331
  };
9304
9332
  /** Confirms the action, then closes. Call `event.preventDefault()` to keep it open. */
9305
9333
  declare const AlertDialogAction: {
9306
- ({ children, onClick, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
9334
+ ({ children, onClick, ...props }: ButtonProps): react.JSX.Element;
9307
9335
  displayName: string;
9308
9336
  };
9309
9337
  /** Root — controlled/uncontrolled open state (same engine as Dialog). */
9310
- declare const Sheet: ({ open: controlledOpen, defaultOpen, onOpenChange, children, }: DialogProps) => react_jsx_runtime.JSX.Element;
9338
+ declare const Sheet: ({ open: controlledOpen, defaultOpen, onOpenChange, children, }: DialogProps) => react.JSX.Element;
9311
9339
  /** Opens the sheet. Use `asChild` to wrap your own trigger element. */
9312
- declare const SheetTrigger: ({ asChild, onClick, children, ...rest }: DialogTriggerProps) => react_jsx_runtime.JSX.Element | null;
9313
- declare const SheetHeader: ({ className, variant, ...rest }: DialogHeaderProps) => react_jsx_runtime.JSX.Element;
9314
- declare const SheetTitle: ({ className, ...rest }: HTMLAttributes<HTMLHeadingElement>) => react_jsx_runtime.JSX.Element;
9315
- declare const SheetDescription: ({ className, ...rest }: HTMLAttributes<HTMLParagraphElement>) => react_jsx_runtime.JSX.Element;
9316
- declare const SheetFooter: ({ className, variant, ...rest }: DialogFooterProps) => react_jsx_runtime.JSX.Element;
9317
- declare const SheetClose: ({ asChild, onClick, children, ...rest }: DialogCloseProps) => react_jsx_runtime.JSX.Element | null;
9340
+ declare const SheetTrigger: ({ asChild, onClick, children, ...rest }: DialogTriggerProps) => react.JSX.Element | null;
9341
+ declare const SheetHeader: ({ className, variant, ...rest }: DialogHeaderProps) => react.JSX.Element;
9342
+ declare const SheetTitle: ({ className, ...rest }: HTMLAttributes<HTMLHeadingElement>) => react.JSX.Element;
9343
+ declare const SheetDescription: ({ className, ...rest }: HTMLAttributes<HTMLParagraphElement>) => react.JSX.Element;
9344
+ declare const SheetFooter: ({ className, variant, ...rest }: DialogFooterProps) => react.JSX.Element;
9345
+ declare const SheetClose: ({ asChild, onClick, children, ...rest }: DialogCloseProps) => react.JSX.Element | null;
9318
9346
  /** Which edge the sheet slides in from. */
9319
9347
  type SheetSide = Exclude<DialogSide, 'center'>;
9320
9348
  type SheetContentProps = Omit<DialogContentProps, 'side' | 'responsive' | 'mobileBreakpoint'> & {
@@ -9323,7 +9351,7 @@ type SheetContentProps = Omit<DialogContentProps, 'side' | 'responsive' | 'mobil
9323
9351
  };
9324
9352
  /** The sheet surface (portal + overlay + focus trap), anchored to `side`. */
9325
9353
  declare const SheetContent: {
9326
- ({ side, ...props }: SheetContentProps): react_jsx_runtime.JSX.Element;
9354
+ ({ side, ...props }: SheetContentProps): react.JSX.Element;
9327
9355
  displayName: string;
9328
9356
  };
9329
9357
 
@@ -9362,7 +9390,7 @@ type FlexGapProps = "small" | "medium" | "large" | string | number;
9362
9390
  type FlexJustifyProps = "unset" | "flex-start" | "center" | "flex-end" | "space-between" | "space-around" | "space-evenly";
9363
9391
  type FlexAlignProps = "unset" | "flex-start" | "center" | "flex-end";
9364
9392
 
9365
- declare const Flex: ({ gap, justify, align, vertical, wrap, stretch, style, className, children, }: FlexProps) => react_jsx_runtime.JSX.Element;
9393
+ declare const Flex: ({ gap, justify, align, vertical, wrap, stretch, style, className, children, }: FlexProps) => react.JSX.Element;
9366
9394
 
9367
9395
  /** Props the real <input> already owns, or that CodeInput drives itself. */
9368
9396
  type OwnedInputAttrs = 'id' | 'value' | 'defaultValue' | 'type' | 'size' | 'onChange' | 'onFocus' | 'onBlur' | 'onSelect' | 'maxLength' | 'inputMode' | 'autoComplete' | 'autoFocus' | 'disabled' | 'readOnly' | 'placeholder' | 'className';
@@ -11028,5 +11056,5 @@ declare const resources: {
11028
11056
  };
11029
11057
  };
11030
11058
 
11031
- export { _default as ALink, Accordion, AddDefaultThemeStyle, AddDefaultUnit, AddZero, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger, AlertTitle, Amount, AnnouncementBar, Arrow as ArrowIcon, Avatar, AvatarFallback, AvatarImage, BLOCK_ENTRIES, BLOCK_MANIFEST, BackToTop, BackTop, Badge, Banner, Base64Decode, Base64Encode, BlockForm, BlockPreview, BoxTitle, Button, ButtonGroup, ButtonGroupText, ButtonSizes, ButtonSizesSlug, ButtonTypes, Calendar, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTabs, CardTitle, CasinoFeatured, CasinoFeaturedWinners, CategoryChip, CheckFileURL, Checkbox, Checkmark, ChunkArray, CodeEditor, CodeInput, ColorInput, ComingSoon, ComponentPositions, ComponentSizes, ComponentSizesSlug, ComponentVariants, ComponentXPositions, ComponentYPositions, ConnectionStatus, ConsoleLog, ContextMenu, DropdownMenuCheckboxItem as ContextMenuCheckboxItem, DropdownMenuContent as ContextMenuContent, DropdownMenuItem as ContextMenuItem, DropdownMenuLabel as ContextMenuLabel, DropdownMenuRadioGroup as ContextMenuRadioGroup, DropdownMenuRadioItem as ContextMenuRadioItem, DropdownMenuSeparator as ContextMenuSeparator, DropdownMenuSub as ContextMenuSub, DropdownMenuSubContent as ContextMenuSubContent, DropdownMenuSubTrigger as ContextMenuSubTrigger, ContextMenuTrigger, ConvertCurrency, DatePicker, DefaultAvatar, DetectPlatform, DetermineNewHeight, DetermineNewWidth, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, FeaturedGames, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileChecker, FileDocument, FileExcel, FileExtensions, FilePdf, FileTypes, FilterTabs, FindSelector, Flex, Footer, Form, FormDefaultsContext, FormValidationTypes, FormValidations, FormatBytes, FormatDate, FormatDateTime, FormatSimpleDate, FormatSimpleDateTime, FormatTime, GameBox, GameCarousel, GameCategories, GameProviders, GameShell, GameShellBrowse, GameShellSettings, GameShellSwipeHint, GamesGrid, generateColorScaleFromBase as GenerateColorScale, GetByCurrency, GetClassNameByPlatform, GetCountryCodeByCurrencyCode, GetCountryCodeByLanguage, GetCurrencyFormat, GetCurrencySymbol, GetDecimalByCurrency, GetPlatform, GetTypeByFileType, H1, H2, H3, H4, HUB_NAME_KEYS, HUB_PRIZE_TONE, HUB_STATUS_TONE, Header, Help, HoverCard, HoverCardContent, HoverCardTrigger, HubAccountModal, HubActiveBonus, HubBonusActivation, HubBonusHistory, HubBonusRequest, HubChangePassword, HubComingSoon, HubCopyBtn, HubDepositModal, HubDepositPage, HubDt, HubFreespinActivation, HubFreespinHistory, HubGameHistory, HubHistName, HubMedalButton, HubMedalDetail, HubMedals, HubMessageInbox, HubNewTicketForm, HubNotificationPrefs, HubPayFieldRow, HubPayFilter, HubPayLogoBadge, HubPayModalCard, HubPayModalTiles, HubPayName, HubPaymentHistory, HubPrizesModal, HubProfileSummary, HubRaffleActive, HubRaffleJoined, HubSettingsDetails, HubStatistics, HubStatusBadge, HubStatusCard, HubTable, HubTicketThread, HubTicketsModal, HubVipClub, HubVipLevels, HubWithdrawModal, HubWithdrawPage, ITDContext, ITDLink, ITDProvider, ITDRouterContext, ITDThemeProvider, _default$1 as Image, ImageCropper, InitPlatform, _default$2 as InlineSVGCached, InlineSelectArrow, Input, IsValidJSON, KNOWN_BLOCKS, Label, LayoutBoxes, LineChart, Lock as LockIcon, MaskProvider, MegaMenu, MinWidthGate, MobileBottomNav, MobileGameCategories, MobileGameFilter, MobileGameNavigator, MobileGameSearch, MobileLastWinners, ModalManager, ModalState, MultipleJackpots, NoData, NotificationsPanel, PAGE_BACKGROUND_FIELDS, PAGE_EDITOR_CHANNEL, PAGE_EDITOR_PROTOCOL, PAGE_SETTLE_DEADLINE, PAGE_TYPES, PHONE_COUNTRIES, PageBackground, PageCustomCode, PageProvider, PageRenderer, Picture, PlatformTypes, Popover, PopoverContent, PopoverTrigger, PortalDocumentProvider, PostViewer, Progress, PromotionsGrid, RadioGroup, RadioGroupItem, Raffle, RaffleShowcase, RangePicker, RemoveUnits, Result, SITE_THEME_DEFAULTS, SITE_THEME_FIELDS, SVGLoader, SVGUrlToPNGDataUrl, Select, SelectGroup, SelectItem, SelectLabel, SelectSeparator, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Skeleton, Slider, SliderDouble, Spacer, Spin, StatCard, SubPageHeader, Switch, Table$1 as Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, Table as TablePrimitive, TableRow as TableRowPrimitive, TableWrapper, Tabs, TabsContent, TabsList, TabsTrigger, TextArea, ThemeAppearances, TinyScrollbar, Toaster, ToggleGroup, ToggleGroupItem, TokenSetError, Tooltip, TooltipContent, TooltipPositions, TooltipTrigger, TournamentCard, TournamentDetail, TournamentList, Tournaments, Trash, TriggerTypes, UniUpperCase, Upload, Upload$1 as UploadIcon, UserHub, Wait, ZoomIn, ZoomOut, actionHasTarget, applyLayout, applySampleImages, applySampleRefs, applyTouchMode, arrayMove, blockName, blocksForPageType, cn, darkTheme, decodeCustomCode, defaultData, defineITDConfig, defineTokenSet, dropTargetAt, editableBlock, export_default as enCalendarLocale, findCssError, generateColorScaleFromBase, getContrastText, getPhoneCountry, hexToRgba, hubVipMedalSrc, importShadcnTheme, injectThemeColors, isPhoneComplete, isTouchDevice, lightTheme, locales, lockScroll, matchActive, moveIndex, normalizeAction, pageBackgroundFields, pageBlocks, pageChecks, pageKey, pageTypeLabel, pageVisibility, parseCustomCode, pathnameOf, phoneDigits, phoneLength, pushOverlayLayer, readField, realmOf, resolveSiteTheme, resolveTokenSet, resources, sampleAnswer, sampleArt, sampleSlider, toE164, toKebabCase, toTurkishTitleCase, export_default$1 as trCalendarLocale, unwrap, useActionProps, useAddExternalCSS, useAmountMask, useAvoidCollision, useComponentSize, useConnectionStatus, useConstructor, useContextBridge, useCoreFetch, useDefaultVariant, useEditorBridge, useHubMobile, useITD, useITDHref, useITDLocation, useITDNavigate, useITDRouterAdapter, useITDSearchParams, useKeyboardShortcut, useMediaQuery, useModal, useModalContent, useMultiQuery, useNaturalRatio, useNotificationsFeed, useOnClickOutside, useOnESCKeyDown, useOnResize, useOrientation, usePageContext, usePhoneCountry, usePortalDocument, useReCaptcha, useRealm, useScrollLock, useSingleQuery, useViewer, validateTokenSet, withOpacity, worstLevel, wrap, writeField };
11032
- export type { AccordionItemProps, AccordionProps, AccordionSubMenuProps, AlertDialogContentProps, AlertProps, AlertType, AmountMaskContextValue, AmountProps, AnnouncementBarHideMode, AnnouncementBarProps, BadgeColor, BadgeProps, BadgeVariant, BannerProps, BlockFormProps, BlockKind, BlockManifestEntry, BlockNotification, BlockPreviewProps, BoxTitleProps, ButtonGroupOrientation, ButtonGroupProps, ButtonGroupTextProps, ButtonGroupVariant, ButtonProps, ButtonSize, ButtonStates, ButtonVariants, CalendarDayProps, CalendarLocale, CalendarProps, CalendarValueProps, CardProps, CasinoFeaturedItem, CasinoFeaturedProps, CasinoFeaturedTournament, CasinoWinnersProps, ChartSeries, CheckCode, CheckLevel, CheckboxEvent, CheckboxGroupProps, CheckboxProps, CodeEditorProps, CodeInputProps, ComingSoonProps, DropdownMenuCheckboxItemProps as ContextMenuCheckboxItemProps, DropdownMenuContentProps as ContextMenuContentProps, DropdownMenuItemProps as ContextMenuItemProps, DropdownMenuLabelProps as ContextMenuLabelProps, ContextMenuProps, DropdownMenuRadioGroupProps as ContextMenuRadioGroupProps, DropdownMenuRadioItemProps as ContextMenuRadioItemProps, DropdownMenuSeparatorProps as ContextMenuSeparatorProps, DropdownMenuSubContentProps$1 as ContextMenuSubContentProps, DropdownMenuSubProps$1 as ContextMenuSubProps, DropdownMenuSubTriggerProps as ContextMenuSubTriggerProps, ContextMenuTriggerProps, CropArea, CropSettings, DatePickerProps, DialogSide, DropTarget, DropdownMenuCheckboxItemProps, DropdownMenuContentProps, DropdownMenuItemProps, DropdownMenuLabelProps, DropdownMenuProps, DropdownMenuRadioGroupProps, DropdownMenuRadioItemProps, DropdownMenuSeparatorProps, DropdownMenuSubContentProps$1 as DropdownMenuSubContentProps, DropdownMenuSubProps$1 as DropdownMenuSubProps, DropdownMenuSubTriggerProps, DropdownMenuTriggerProps, EditorBlockRect, EditorBridge, EditorBridgeOptions, EditorCommand, EditorEnvelope, EditorEvent, EditorRect, FeaturedGamesProps, FieldLegendProps, FieldOption, FieldProps, FieldSchema, FieldSource, FieldUpdateProps, FieldsSchema, FilterTabOption, FilterTabsProps, FlexAlignProps, FlexGapProps, FlexJustifyProps, FlexProps, FooterApp, FooterLink, FooterProps, FooterSeal, FooterSitemapGroup, FooterSocial, FormContextType, FormDefaults, FormItemProps, FormProps, FormRuleProps, FormSubComponentProps, FormValueProps, GameBoxLiveData, GameBoxProps, GameBrowseGame, GameBrowseJackpot, GameBrowseProvider, GameBrowseTab, GameBrowseWinner, GameCarouselProps, GameCategoriesProps, GameCategory, GameFilterSort, GameProvider, GameProvidersProps, GameShellBrowseProps, GameShellContent, GameShellNotice, GameShellProps, GameShellSettingsAction, GameShellSettingsProps, GameShellSwipeHintProps, GamesGridProps, GroupCheckboxOptionType, HeaderLanguage, HeaderNavItem, HeaderProps, HeaderUser, HelpProps, HelpSection, HubActiveBonusData, HubBonusActRow, HubBonusReqRow, HubBonusRow, HubFsActRow, HubFsRow, HubGameRow, HubGameStat, HubHistFilter, HubMedal, HubMsg, HubPayField, HubPayFilterOption, HubPayHRow, HubPayLogo, HubPayMethod, HubPayRow, HubPayTableRow, HubPrizeTone, HubRafflePrize, HubRaffleRow, HubRewardTier, HubRewardTip, HubSettingsField, HubSettingsGroup, HubStat, HubStatusField, HubStatusTone, HubTableMarker, HubTicket, HubTopSlot, HubTypeFieldMap, HubVipArt, HubVipBonus, HubVipGroup, HubVipHero, HubVipLevel, HubVipSummary, HubVipTier, HubWagerRow, HubWdAccount, ITDContextType, ITDHorizontalPosition, ITDImperativeFuncProps, ITDImportConfig, ITDInitConfig, ITDLinkProps, ITDLinkRenderProps, ITDLocation, ITDNavigateOptions, ITDProviderProps, ITDRouterAdapter, ITDSize, ITDSizeSlug, ITDTheme, ITDVariant, ITDVerticalPosition, ImageCropperProps, ImageCropperRef, InputProps, InputVariant, ItdAction, ItdActionKind, JackpotGame, JackpotSlide, JackpotTier, JackpotTierStats, JackpotWin, LabelProps, LayoutBoxesProps, LineChartProps, MaskProviderProps, MatchActiveOptions, MegaMenuEntry, MegaMenuLink, MegaMenuProps, MinWidthGateProps, MobileBottomNavItem, MobileBottomNavProps, MobileGameCategoriesProps, MobileGameFilterProps, MobileGameNavigatorProps, MobileGameSearchProps, MobileLastWinner, MobileLastWinnersProps, ModalContentProps, ModalProps, ModalRefProps, MultipleJackpotsProps, NotificationsFeed, NotificationsSource, OverlayLayerHandle, OverlayLayerOptions, PageAudience, PageBackground$1 as PageBackgroundData, PageCheckFinding, PageCheckInput, PageComponent, PageContextValue, PageCustomCodes, PageDocument, PageGame, PageLabels, PageLayout, PageLayoutPages, PagePayload, PagePlatform, PageQueryResult, PageRefs, PageRenderMode, PageRendererProps, PageStatus, PageType, PageViewer, PhoneCountry, PopoverProps, PostViewerBlock, ProgressProps, ProgressStatus, PromotionCardData, PromotionsGridProps, QueryValueProps, RadioGroupItemProps, RadioGroupProps, RaffleData, RaffleParticipant, RafflePrize, RangePickerProps, RangePreset, RangeValue, RangeValueProps, Realm, ResolvedSiteTheme, ResultProps, SampleSource, SelectOptionProps, SelectProps, SelectToggleProps, SelectValue, SeparatorProps, ShadcnImportResult, SheetContentProps, SheetSide, SingleQueryProps, SiteChromeSettings, SiteThemeSettings, SkeletonAnimation, SkeletonProps, SkeletonVariant, SliderDoubleProps, SliderProps, SliderRef, SliderSlide, SpacerProps, StatCardProps, StatCardTrend, SubPageHeaderProps, SvgToPngOptions, SwitchProps, TableColumnType, TableProps, TableRefProps, TableRow$1 as TableRow, TableSortDirection, TableSortMode, TableSortState, TableTRProps, TabsContentProps, TabsListProps, TabsOrientation, TabsProps, TabsTriggerProps, TabsVariant, TextAreaEvent, TextAreaProps, TextAreaVariant, ToasterProps, ToggleGroupItemProps, ToggleGroupProps, TokenDef, TokenSet, Tournament, TournamentFilter, TournamentGame, TournamentPrizeRow, TournamentStanding, TournamentStatBox, TournamentStatus, UploadProgressProps, UploadProps, UploadResultMessageProps, UserHubBalance, UserHubBalanceRow, UserHubNavItem, UserHubProps, UserHubTab };
11059
+ export { _default as ALink, Accordion, AddDefaultThemeStyle, AddDefaultUnit, AddZero, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger, AlertTitle, Amount, AnnouncementBar, Arrow as ArrowIcon, Avatar, AvatarFallback, AvatarImage, BLOCK_ENTRIES, BLOCK_MANIFEST, BackToTop, BackTop, Badge, Banner, Base64Decode, Base64Encode, BlockForm, BlockPreview, BoxTitle, Button, ButtonGroup, ButtonGroupText, ButtonSizes, ButtonSizesSlug, ButtonTypes, Calendar, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTabs, CardTitle, CasinoFeatured, CasinoFeaturedWinners, CategoryChip, CheckFileURL, Checkbox, Checkmark, ChunkArray, CodeEditor, CodeInput, ColorInput, ComingSoon, ComponentPositions, ComponentSizes, ComponentSizesSlug, ComponentVariants, ComponentXPositions, ComponentYPositions, ConnectionStatus, ConsoleLog, ContextMenu, DropdownMenuCheckboxItem as ContextMenuCheckboxItem, DropdownMenuContent as ContextMenuContent, DropdownMenuItem as ContextMenuItem, DropdownMenuLabel as ContextMenuLabel, DropdownMenuRadioGroup as ContextMenuRadioGroup, DropdownMenuRadioItem as ContextMenuRadioItem, DropdownMenuSeparator as ContextMenuSeparator, DropdownMenuSub as ContextMenuSub, DropdownMenuSubContent as ContextMenuSubContent, DropdownMenuSubTrigger as ContextMenuSubTrigger, ContextMenuTrigger, ConvertCurrency, DatePicker, DefaultAvatar, DetectPlatform, DetermineNewHeight, DetermineNewWidth, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, FeaturedGames, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileChecker, FileDocument, FileExcel, FileExtensions, FilePdf, FileTypes, FilterTabs, FindSelector, Flex, Footer, Form, FormDefaultsContext, FormValidationTypes, FormValidations, FormatBytes, FormatDate, FormatDateTime, FormatSimpleDate, FormatSimpleDateTime, FormatTime, GameBox, GameCarousel, GameCategories, GameProviders, GameShell, GameShellBrowse, GameShellSettings, GameShellSwipeHint, GamesGrid, generateColorScaleFromBase as GenerateColorScale, GetByCurrency, GetClassNameByPlatform, GetCountryCodeByCurrencyCode, GetCountryCodeByLanguage, GetCurrencyFormat, GetCurrencySymbol, GetDecimalByCurrency, GetPlatform, GetTypeByFileType, H1, H2, H3, H4, HUB_NAME_KEYS, HUB_PRIZE_TONE, HUB_STATUS_TONE, Header, Help, HoverCard, HoverCardContent, HoverCardTrigger, HubAccountModal, HubActiveBonus, HubBonusActivation, HubBonusHistory, HubBonusRequest, HubChangePassword, HubComingSoon, HubCopyBtn, HubDepositModal, HubDepositPage, HubDt, HubFreespinActivation, HubFreespinHistory, HubGameHistory, HubHistName, HubMedalButton, HubMedalDetail, HubMedals, HubMessageInbox, HubNewTicketForm, HubNotificationPrefs, HubPayFieldRow, HubPayFilter, HubPayLogoBadge, HubPayModalCard, HubPayModalTiles, HubPayName, HubPaymentHistory, HubPrizesModal, HubProfileSummary, HubRaffleActive, HubRaffleJoined, HubSecurity, HubSettingsDetails, HubStatistics, HubStatusBadge, HubStatusCard, HubTable, HubTicketThread, HubTicketsModal, HubVipClub, HubVipLevels, HubWithdrawModal, HubWithdrawPage, ITDContext, ITDLink, ITDProvider, ITDRouterContext, ITDThemeProvider, _default$1 as Image, ImageCropper, InitPlatform, _default$2 as InlineSVGCached, InlineSelectArrow, Input, IsValidJSON, KNOWN_BLOCKS, Label, LayoutBoxes, LineChart, Lock as LockIcon, MaskProvider, MegaMenu, MinWidthGate, MobileBottomNav, MobileGameCategories, MobileGameFilter, MobileGameNavigator, MobileGameSearch, MobileLastWinners, ModalManager, ModalState, MultipleJackpots, NoData, NotificationsPanel, PAGE_BACKGROUND_FIELDS, PAGE_EDITOR_CHANNEL, PAGE_EDITOR_PROTOCOL, PAGE_SETTLE_DEADLINE, PAGE_TYPES, PHONE_COUNTRIES, PageBackground, PageCustomCode, PageProvider, PageRenderer, Picture, PlatformTypes, Popover, PopoverContent, PopoverTrigger, PortalDocumentProvider, PostViewer, Progress, PromotionsGrid, RadioGroup, RadioGroupItem, Raffle, RaffleShowcase, RangePicker, RemoveUnits, Result, SITE_THEME_DEFAULTS, SITE_THEME_FIELDS, SVGLoader, SVGUrlToPNGDataUrl, Select, SelectGroup, SelectItem, SelectLabel, SelectSeparator, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Skeleton, Slider, SliderDouble, Spacer, Spin, StatCard, SubPageHeader, Switch, Table$1 as Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, Table as TablePrimitive, TableRow as TableRowPrimitive, TableWrapper, Tabs, TabsContent, TabsList, TabsTrigger, TextArea, ThemeAppearances, TinyScrollbar, Toaster, ToggleGroup, ToggleGroupItem, TokenSetError, Tooltip, TooltipContent, TooltipPositions, TooltipTrigger, TournamentCard, TournamentDetail, TournamentList, Tournaments, Trash, TriggerTypes, UniUpperCase, Upload, Upload$1 as UploadIcon, UserHub, Wait, ZoomIn, ZoomOut, actionHasTarget, applyLayout, applySampleImages, applySampleRefs, applyTouchMode, arrayMove, blockName, blocksForPageType, cn, darkTheme, decodeCustomCode, defaultData, defineITDConfig, defineTokenSet, dropTargetAt, editableBlock, export_default as enCalendarLocale, findCssError, generateColorScaleFromBase, getContrastText, getPhoneCountry, hexToRgba, hubVipMedalSrc, importShadcnTheme, injectThemeColors, isPhoneComplete, isTouchDevice, lightTheme, locales, lockScroll, matchActive, moveIndex, normalizeAction, pageBackgroundFields, pageBlocks, pageChecks, pageKey, pageTypeLabel, pageVisibility, parseCustomCode, pathnameOf, phoneDigits, phoneLength, pushOverlayLayer, readField, realmOf, resolveSiteTheme, resolveTokenSet, resources, sampleAnswer, sampleArt, sampleSlider, toE164, toKebabCase, toTurkishTitleCase, export_default$1 as trCalendarLocale, unwrap, useActionProps, useAddExternalCSS, useAmountMask, useAvoidCollision, useComponentSize, useConnectionStatus, useConstructor, useContextBridge, useCoreFetch, useDefaultVariant, useEditorBridge, useHubMobile, useITD, useITDHref, useITDLocation, useITDNavigate, useITDRouterAdapter, useITDSearchParams, useKeyboardShortcut, useMediaQuery, useModal, useModalContent, useMultiQuery, useNaturalRatio, useNotificationsFeed, useOnClickOutside, useOnESCKeyDown, useOnResize, useOrientation, usePageContext, usePhoneCountry, usePortalDocument, useReCaptcha, useRealm, useScrollLock, useSingleQuery, useViewer, validateTokenSet, withOpacity, worstLevel, wrap, writeField };
11060
+ export type { AccordionItemProps, AccordionProps, AccordionSubMenuProps, AlertDialogContentProps, AlertProps, AlertType, AmountMaskContextValue, AmountProps, AnnouncementBarHideMode, AnnouncementBarProps, BadgeColor, BadgeProps, BadgeVariant, BannerProps, BlockFormProps, BlockKind, BlockManifestEntry, BlockNotification, BlockPreviewProps, BoxTitleProps, ButtonGroupOrientation, ButtonGroupProps, ButtonGroupTextProps, ButtonGroupVariant, ButtonProps, ButtonSize, ButtonStates, ButtonVariants, CalendarDayProps, CalendarLocale, CalendarProps, CalendarValueProps, CardProps, CasinoFeaturedItem, CasinoFeaturedProps, CasinoFeaturedTournament, CasinoWinnersProps, ChartSeries, CheckCode, CheckLevel, CheckboxEvent, CheckboxGroupProps, CheckboxProps, CodeEditorProps, CodeInputProps, ComingSoonProps, DropdownMenuCheckboxItemProps as ContextMenuCheckboxItemProps, DropdownMenuContentProps as ContextMenuContentProps, DropdownMenuItemProps as ContextMenuItemProps, DropdownMenuLabelProps as ContextMenuLabelProps, ContextMenuProps, DropdownMenuRadioGroupProps as ContextMenuRadioGroupProps, DropdownMenuRadioItemProps as ContextMenuRadioItemProps, DropdownMenuSeparatorProps as ContextMenuSeparatorProps, DropdownMenuSubContentProps$1 as ContextMenuSubContentProps, DropdownMenuSubProps$1 as ContextMenuSubProps, DropdownMenuSubTriggerProps as ContextMenuSubTriggerProps, ContextMenuTriggerProps, CropArea, CropSettings, DatePickerProps, DialogSide, DropTarget, DropdownMenuCheckboxItemProps, DropdownMenuContentProps, DropdownMenuItemProps, DropdownMenuLabelProps, DropdownMenuProps, DropdownMenuRadioGroupProps, DropdownMenuRadioItemProps, DropdownMenuSeparatorProps, DropdownMenuSubContentProps$1 as DropdownMenuSubContentProps, DropdownMenuSubProps$1 as DropdownMenuSubProps, DropdownMenuSubTriggerProps, DropdownMenuTriggerProps, EditorBlockRect, EditorBridge, EditorBridgeOptions, EditorCommand, EditorEnvelope, EditorEvent, EditorRect, FeaturedGamesProps, FieldLegendProps, FieldOption, FieldProps, FieldSchema, FieldSource, FieldUpdateProps, FieldsSchema, FilterTabOption, FilterTabsProps, FlexAlignProps, FlexGapProps, FlexJustifyProps, FlexProps, FooterApp, FooterLink, FooterProps, FooterSeal, FooterSitemapGroup, FooterSocial, FormContextType, FormDefaults, FormItemProps, FormProps, FormRuleProps, FormSubComponentProps, FormValueProps, GameBoxLiveData, GameBoxProps, GameBrowseGame, GameBrowseJackpot, GameBrowseProvider, GameBrowseTab, GameBrowseWinner, GameCarouselProps, GameCategoriesProps, GameCategory, GameFilterSort, GameProvider, GameProvidersProps, GameShellBrowseProps, GameShellContent, GameShellNotice, GameShellProps, GameShellSettingsAction, GameShellSettingsProps, GameShellSwipeHintProps, GamesGridProps, GroupCheckboxOptionType, HeaderLanguage, HeaderNavItem, HeaderProps, HeaderUser, HelpProps, HelpSection, HubActiveBonusData, HubBonusActRow, HubBonusReqRow, HubBonusRow, HubFsActRow, HubFsRow, HubGameRow, HubGameStat, HubHistFilter, HubMedal, HubMsg, HubPayField, HubPayFilterOption, HubPayHRow, HubPayLogo, HubPayMethod, HubPayRow, HubPayTableRow, HubPrizeTone, HubRafflePrize, HubRaffleRow, HubRewardTier, HubRewardTip, HubSecurityRow, HubSettingsField, HubSettingsGroup, HubStat, HubStatusField, HubStatusTone, HubTableMarker, HubTicket, HubTopSlot, HubTypeFieldMap, HubVipArt, HubVipBonus, HubVipGroup, HubVipHero, HubVipLevel, HubVipSummary, HubVipTier, HubWagerRow, HubWdAccount, ITDContextType, ITDHorizontalPosition, ITDImperativeFuncProps, ITDImportConfig, ITDInitConfig, ITDLinkProps, ITDLinkRenderProps, ITDLocation, ITDNavigateOptions, ITDProviderProps, ITDRouterAdapter, ITDSize, ITDSizeSlug, ITDTheme, ITDVariant, ITDVerticalPosition, ImageCropperProps, ImageCropperRef, InputProps, InputVariant, ItdAction, ItdActionKind, JackpotGame, JackpotSlide, JackpotTier, JackpotTierStats, JackpotWin, LabelProps, LayoutBoxesProps, LineChartProps, MaskProviderProps, MatchActiveOptions, MegaMenuEntry, MegaMenuLink, MegaMenuProps, MinWidthGateProps, MobileBottomNavItem, MobileBottomNavProps, MobileGameCategoriesProps, MobileGameFilterProps, MobileGameNavigatorProps, MobileGameSearchProps, MobileLastWinner, MobileLastWinnersProps, ModalContentProps, ModalProps, ModalRefProps, MultipleJackpotsProps, NotificationsFeed, NotificationsSource, OverlayLayerHandle, OverlayLayerOptions, PageAudience, PageBackground$1 as PageBackgroundData, PageCheckFinding, PageCheckInput, PageComponent, PageContextValue, PageCustomCodes, PageDocument, PageGame, PageLabels, PageLayout, PageLayoutPages, PagePayload, PagePlatform, PageQueryResult, PageRefs, PageRenderMode, PageRendererProps, PageStatus, PageType, PageViewer, PhoneCountry, PopoverProps, PostViewerBlock, ProgressProps, ProgressStatus, PromotionCardData, PromotionsGridProps, QueryValueProps, RadioGroupItemProps, RadioGroupProps, RaffleData, RaffleParticipant, RafflePrize, RangePickerProps, RangePreset, RangeValue, RangeValueProps, Realm, ResolvedSiteTheme, ResultProps, SampleSource, SelectOptionProps, SelectProps, SelectToggleProps, SelectValue, SeparatorProps, ShadcnImportResult, SheetContentProps, SheetSide, SingleQueryProps, SiteChromeSettings, SiteThemeSettings, SkeletonAnimation, SkeletonProps, SkeletonVariant, SliderDoubleProps, SliderProps, SliderRef, SliderSlide, SpacerProps, StatCardProps, StatCardTrend, SubPageHeaderProps, SvgToPngOptions, SwitchProps, TableColumnType, TableProps, TableRefProps, TableRow$1 as TableRow, TableSortDirection, TableSortMode, TableSortState, TableTRProps, TabsContentProps, TabsListProps, TabsOrientation, TabsProps, TabsTriggerProps, TabsVariant, TextAreaEvent, TextAreaProps, TextAreaVariant, ToasterProps, ToggleGroupItemProps, ToggleGroupProps, TokenDef, TokenSet, Tournament, TournamentFilter, TournamentGame, TournamentPrizeRow, TournamentStanding, TournamentStatBox, TournamentStatus, UploadProgressProps, UploadProps, UploadResultMessageProps, UserHubBalance, UserHubBalanceRow, UserHubNavItem, UserHubProps, UserHubTab };