@inntechcorp/it-design 4.0.0-beta.5 → 4.0.0-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +71 -0
- package/MIGRATION.md +16 -1
- package/dist/cjs/_bundled/@radix-ui/primitive/dist/index.js +1 -1
- package/dist/cjs/_bundled/@radix-ui/react-compose-refs/dist/index.js +1 -1
- package/dist/cjs/_bundled/@radix-ui/react-context/dist/index.js +1 -1
- package/dist/cjs/_bundled/@radix-ui/react-dialog/dist/index.js +1 -1
- package/dist/cjs/_bundled/@radix-ui/react-dismissable-layer/dist/index.js +1 -1
- package/dist/cjs/_bundled/@radix-ui/react-focus-guards/dist/index.js +1 -1
- package/dist/cjs/_bundled/@radix-ui/react-focus-scope/dist/index.js +1 -1
- package/dist/cjs/_bundled/@radix-ui/react-id/dist/index.js +1 -1
- package/dist/cjs/_bundled/@radix-ui/react-portal/dist/index.js +1 -1
- package/dist/cjs/_bundled/@radix-ui/react-presence/dist/index.js +1 -1
- package/dist/cjs/_bundled/@radix-ui/react-primitive/dist/index.js +1 -1
- package/dist/cjs/_bundled/@radix-ui/react-slot/dist/index.js +1 -1
- package/dist/cjs/_bundled/@radix-ui/react-use-callback-ref/dist/index.js +1 -1
- package/dist/cjs/_bundled/@radix-ui/react-use-controllable-state/dist/index.js +1 -1
- package/dist/cjs/_bundled/@radix-ui/react-use-effect-event/dist/index.js +1 -0
- package/dist/cjs/back-top/index.js +1 -1
- package/dist/cjs/blocks/auth-complete/index.js +1 -0
- package/dist/cjs/blocks/auth-page/index.js +1 -0
- package/dist/cjs/blocks/banner/index.js +1 -1
- package/dist/cjs/blocks/casino-featured/index.js +1 -1
- package/dist/cjs/blocks/game-box/index.js +1 -1
- package/dist/cjs/blocks/game-carousel/index.js +1 -1
- package/dist/cjs/blocks/game-providers/logos.js +1 -1
- package/dist/cjs/blocks/game-shell/useDrawerChrome.js +1 -1
- package/dist/cjs/blocks/header/index.js +1 -1
- package/dist/cjs/blocks/login/index.js +1 -0
- package/dist/cjs/blocks/mega-menu/index.js +1 -1
- package/dist/cjs/blocks/multiple-jackpots/index.js +1 -1
- package/dist/cjs/blocks/signup/index.js +1 -0
- package/dist/cjs/blocks/slider/index.js +1 -1
- package/dist/cjs/blocks/tournaments/index.js +1 -1
- package/dist/cjs/blocks/user-hub/bonus.js +1 -1
- package/dist/cjs/blocks/user-hub/profile.js +1 -1
- package/dist/cjs/blocks/user-hub/table.js +1 -1
- package/dist/cjs/context/PortalDocumentContext.js +1 -1
- package/dist/cjs/context-menu/ContextMenu.js +1 -1
- package/dist/cjs/dialog/Dialog.js +1 -1
- package/dist/cjs/dropdown-menu/CheckIcon.js +1 -1
- package/dist/cjs/dropdown-menu/processChildren.js +1 -1
- package/dist/cjs/dropdown-menu/useMenuItemChrome.js +1 -1
- package/dist/cjs/dropdown-menu/useSubMenuRegistry.js +1 -1
- package/dist/cjs/floating/createFloatingTrigger.js +1 -1
- package/dist/cjs/helpers/phone/usePhoneCountry.js +1 -1
- package/dist/cjs/helpers/theme/createTheme.js +1 -1
- package/dist/cjs/helpers/theme/importShadcnTheme.js +1 -1
- package/dist/cjs/hooks/useFocusTrap.js +1 -1
- package/dist/cjs/hooks/useLoadMoreSentinel.js +1 -1
- package/dist/cjs/hooks/useOnESCKeyDown.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/modal/container/ModalContainer.js +1 -1
- package/dist/cjs/modal/index.js +1 -1
- package/dist/cjs/router/ITDLink.js +1 -1
- package/dist/cjs/router/context.js +1 -1
- package/dist/cjs/router/matchActive.js +1 -1
- package/dist/cjs/toast/index.js +1 -1
- package/dist/css/accordion.css +2 -2
- package/dist/css/alert.css +1 -1
- package/dist/css/announcement-bar.css +1 -1
- package/dist/css/auth-page.css +3 -3
- package/dist/css/avatar.css +1 -1
- package/dist/css/back-top.css +1 -1
- package/dist/css/badge.css +85 -81
- package/dist/css/base.css +22 -16
- package/dist/css/block-form.css +5 -3
- package/dist/css/blocks-shared.css +8 -6
- package/dist/css/button-group.css +1 -1
- package/dist/css/button.css +8 -6
- package/dist/css/calendar.css +1 -1
- package/dist/css/card.css +1 -1
- package/dist/css/casino-featured.css +1 -1
- package/dist/css/chart.css +1 -1
- package/dist/css/checkbox.css +2 -2
- package/dist/css/code-input.css +5 -5
- package/dist/css/color-input.css +1 -1
- package/dist/css/coming-soon.css +1 -1
- package/dist/css/common.css +1 -1
- package/dist/css/components.css +1 -1
- package/dist/css/cropper.css +10 -6
- package/dist/css/datepicker.css +1 -1
- package/dist/css/default-avatar.css +1 -1
- package/dist/css/dialog.css +1 -1
- package/dist/css/dropdown-menu.css +1 -1
- package/dist/css/field.css +1 -1
- package/dist/css/filter-tabs.css +1 -1
- package/dist/css/flex.css +1 -1
- package/dist/css/floating.css +1 -1
- package/dist/css/footer.css +1 -1
- package/dist/css/form.css +1 -1
- package/dist/css/game-box.css +3 -3
- package/dist/css/game-carousel.css +1 -1
- package/dist/css/game-categories.css +1 -1
- package/dist/css/game-filter.css +1 -1
- package/dist/css/game-navigator.css +1 -1
- package/dist/css/game-providers.css +1 -1
- package/dist/css/game-search.css +1 -1
- package/dist/css/game-shell.css +3 -1
- package/dist/css/header.css +3 -3
- package/dist/css/help.css +1 -1
- package/dist/css/home-sections.css +1 -1
- package/dist/css/hovercard.css +1 -1
- package/dist/css/hstrip.css +1 -1
- package/dist/css/html-header.css +1 -1
- package/dist/css/image.css +1 -1
- package/dist/css/input.css +1 -1
- package/dist/css/label.css +1 -1
- package/dist/css/last-winners.css +1 -1
- package/dist/css/login.css +1 -1
- package/dist/css/mega-menu.css +3 -1
- package/dist/css/min-width-gate.css +1 -1
- package/dist/css/mobile-bottom-nav.css +1 -1
- package/dist/css/modal.css +8 -8
- package/dist/css/multiple-jackpots.css +3 -1
- package/dist/css/notifications-panel.css +2 -2
- package/dist/css/page.css +2 -2
- package/dist/css/popover.css +1 -1
- package/dist/css/post-viewer.css +1 -1
- package/dist/css/progress.css +1 -1
- package/dist/css/promotions-grid.css +3 -3
- package/dist/css/properties.css +1 -1
- package/dist/css/radio.css +1 -1
- package/dist/css/raffle.css +1 -1
- package/dist/css/rangepicker.css +1 -1
- package/dist/css/reset.css +2 -2
- package/dist/css/result.css +1 -1
- package/dist/css/select.css +1 -1
- package/dist/css/separator.css +1 -1
- package/dist/css/sheet.css +1 -1
- package/dist/css/signup.css +1 -1
- package/dist/css/skeleton.css +2 -2
- package/dist/css/slider.css +1 -1
- package/dist/css/spin.css +1 -1
- package/dist/css/stat-card.css +1 -1
- package/dist/css/sub-page-header.css +1 -1
- package/dist/css/svg-loader.css +1 -1
- package/dist/css/switch.css +1 -1
- package/dist/css/table.css +6 -4
- package/dist/css/tabs.css +1 -1
- package/dist/css/textarea.css +1 -1
- package/dist/css/toggle-group.css +1 -1
- package/dist/css/tooltip.css +1 -1
- package/dist/css/tournaments.css +8 -7
- package/dist/css/upload.css +1 -1
- package/dist/css/user-hub.css +2 -2
- package/dist/css/utilities.css +1 -1
- package/dist/css/vendor.css +4 -1
- package/dist/es/_bundled/@radix-ui/primitive/dist/index.js +1 -1
- package/dist/es/_bundled/@radix-ui/react-compose-refs/dist/index.js +1 -1
- package/dist/es/_bundled/@radix-ui/react-context/dist/index.js +1 -1
- package/dist/es/_bundled/@radix-ui/react-dialog/dist/index.js +1 -1
- package/dist/es/_bundled/@radix-ui/react-dismissable-layer/dist/index.js +1 -1
- package/dist/es/_bundled/@radix-ui/react-focus-guards/dist/index.js +1 -1
- package/dist/es/_bundled/@radix-ui/react-focus-scope/dist/index.js +1 -1
- package/dist/es/_bundled/@radix-ui/react-id/dist/index.js +1 -1
- package/dist/es/_bundled/@radix-ui/react-portal/dist/index.js +1 -1
- package/dist/es/_bundled/@radix-ui/react-presence/dist/index.js +1 -1
- package/dist/es/_bundled/@radix-ui/react-primitive/dist/index.js +1 -1
- package/dist/es/_bundled/@radix-ui/react-slot/dist/index.js +1 -1
- package/dist/es/_bundled/@radix-ui/react-use-callback-ref/dist/index.js +1 -1
- package/dist/es/_bundled/@radix-ui/react-use-controllable-state/dist/index.js +1 -1
- package/dist/es/_bundled/@radix-ui/react-use-effect-event/dist/index.js +1 -0
- package/dist/es/back-top/index.js +1 -1
- package/dist/es/blocks/auth-complete/index.js +1 -0
- package/dist/es/blocks/auth-page/index.js +1 -0
- package/dist/es/blocks/banner/index.js +1 -1
- package/dist/es/blocks/casino-featured/index.js +1 -1
- package/dist/es/blocks/game-box/index.js +1 -1
- package/dist/es/blocks/game-carousel/index.js +1 -1
- package/dist/es/blocks/game-providers/logos.js +1 -1
- package/dist/es/blocks/game-shell/useDrawerChrome.js +1 -1
- package/dist/es/blocks/header/index.js +1 -1
- package/dist/es/blocks/login/index.js +1 -0
- package/dist/es/blocks/mega-menu/index.js +1 -1
- package/dist/es/blocks/multiple-jackpots/index.js +1 -1
- package/dist/es/blocks/signup/index.js +1 -0
- package/dist/es/blocks/slider/index.js +1 -1
- package/dist/es/blocks/tournaments/index.js +1 -1
- package/dist/es/blocks/user-hub/bonus.js +1 -1
- package/dist/es/blocks/user-hub/cashier.js +1 -1
- package/dist/es/blocks/user-hub/history.js +1 -1
- package/dist/es/blocks/user-hub/profile.js +1 -1
- package/dist/es/blocks/user-hub/raffles.js +1 -1
- package/dist/es/blocks/user-hub/table.js +1 -1
- package/dist/es/context/ITDContext.js +1 -1
- package/dist/es/context/PortalDocumentContext.js +1 -1
- package/dist/es/context-menu/ContextMenu.js +1 -1
- package/dist/es/dialog/Dialog.js +1 -1
- package/dist/es/dropdown-menu/CheckIcon.js +1 -1
- package/dist/es/dropdown-menu/processChildren.js +1 -1
- package/dist/es/dropdown-menu/useMenuItemChrome.js +1 -1
- package/dist/es/dropdown-menu/useSubMenuRegistry.js +1 -1
- package/dist/es/floating/createFloatingTrigger.js +1 -1
- package/dist/es/helpers/phone/usePhoneCountry.js +1 -1
- package/dist/es/helpers/theme/createTheme.js +1 -1
- package/dist/es/helpers/theme/importShadcnTheme.js +1 -1
- package/dist/es/hooks/useFocusTrap.js +1 -1
- package/dist/es/hooks/useLoadMoreSentinel.js +1 -1
- package/dist/es/hooks/useOnESCKeyDown.js +1 -1
- package/dist/es/index.js +1 -1
- package/dist/es/modal/container/ModalContainer.js +1 -1
- package/dist/es/modal/index.js +1 -1
- package/dist/es/page/blocks.js +1 -1
- package/dist/es/page/blocks.query.js +1 -1
- package/dist/es/page/editor/theme.js +1 -1
- package/dist/es/router/ITDLink.js +1 -1
- package/dist/es/router/context.js +1 -1
- package/dist/es/router/matchActive.js +1 -1
- package/dist/es/toast/index.js +1 -1
- package/dist/global.css +187 -155
- package/dist/index.d.ts +667 -186
- package/dist/types/blocks/auth-complete/index.d.ts +2 -0
- package/dist/types/blocks/auth-page/index.d.ts +2 -0
- package/dist/types/blocks/banner/index.d.ts +2 -0
- package/dist/types/blocks/box-title/index.d.ts +2 -0
- package/dist/types/blocks/casino-featured/index.d.ts +8 -0
- package/dist/types/blocks/default-avatar/index.d.ts +1 -0
- package/dist/types/blocks/featured-games/index.d.ts +2 -0
- package/dist/types/blocks/filter-tabs/index.d.ts +2 -0
- package/dist/types/blocks/footer/index.d.ts +2 -0
- package/dist/types/blocks/game-box/index.d.ts +21 -0
- package/dist/types/blocks/game-carousel/index.d.ts +2 -0
- package/dist/types/blocks/game-categories/index.d.ts +2 -0
- package/dist/types/blocks/game-filter/index.d.ts +2 -0
- package/dist/types/blocks/game-navigator/index.d.ts +2 -0
- package/dist/types/blocks/game-providers/index.d.ts +2 -0
- package/dist/types/blocks/game-search/index.d.ts +4 -0
- package/dist/types/blocks/game-shell/index.d.ts +2 -0
- package/dist/types/blocks/games-grid/index.d.ts +2 -0
- package/dist/types/blocks/header/index.d.ts +2 -0
- package/dist/types/blocks/help/index.d.ts +2 -0
- package/dist/types/blocks/last-winners/index.d.ts +2 -0
- package/dist/types/blocks/layout-boxes/index.d.ts +2 -0
- package/dist/types/blocks/login/index.d.ts +6 -0
- package/dist/types/blocks/mega-menu/index.d.ts +4 -0
- package/dist/types/blocks/min-width-gate/index.d.ts +2 -0
- package/dist/types/blocks/mobile-bottom-nav/index.d.ts +2 -0
- package/dist/types/blocks/multiple-jackpots/index.d.ts +2 -0
- package/dist/types/blocks/notifications/index.d.ts +2 -0
- package/dist/types/blocks/post-viewer/index.d.ts +2 -0
- package/dist/types/blocks/promotions-grid/index.d.ts +186 -0
- package/dist/types/blocks/raffle/index.d.ts +2 -0
- package/dist/types/blocks/signup/index.d.ts +2 -0
- package/dist/types/blocks/slider/index.d.ts +2 -0
- package/dist/types/blocks/slider-double/index.d.ts +2 -0
- package/dist/types/blocks/spacer/index.d.ts +36 -0
- package/dist/types/blocks/sub-page-header/index.d.ts +2 -0
- package/dist/types/blocks/tournaments/index.d.ts +2 -0
- package/dist/types/blocks/user-hub/index.d.ts +2 -0
- package/package.json +29 -35
- package/dist/cjs/_bundled/@radix-ui/react-use-escape-keydown/dist/index.js +0 -1
- 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):
|
|
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):
|
|
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) =>
|
|
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
|
-
}) =>
|
|
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):
|
|
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';
|
|
@@ -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) =>
|
|
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
|
-
}) =>
|
|
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
|
-
}) =>
|
|
1667
|
+
}) => react.JSX.Element;
|
|
1669
1668
|
|
|
1670
1669
|
declare const H2: ({ children }: {
|
|
1671
1670
|
children: ChildrenProps;
|
|
1672
|
-
}) =>
|
|
1671
|
+
}) => react.JSX.Element;
|
|
1673
1672
|
|
|
1674
1673
|
declare const H3: ({ children }: {
|
|
1675
1674
|
children: ChildrenProps;
|
|
1676
|
-
}) =>
|
|
1675
|
+
}) => react.JSX.Element;
|
|
1677
1676
|
|
|
1678
1677
|
declare const H4: ({ children }: {
|
|
1679
1678
|
children: ChildrenProps;
|
|
1680
|
-
}) =>
|
|
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
|
-
}) =>
|
|
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
|
-
}) =>
|
|
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
|
-
}) =>
|
|
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
|
-
}) =>
|
|
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
|
-
}) =>
|
|
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
|
-
}) =>
|
|
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
|
-
}) =>
|
|
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
|
-
}) =>
|
|
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
|
-
}) =>
|
|
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
|
-
}) =>
|
|
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) =>
|
|
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
|
-
}) =>
|
|
1752
|
+
}) => react.JSX.Element;
|
|
1754
1753
|
|
|
1755
1754
|
declare const FileExcel: ({ width, height }: {
|
|
1756
1755
|
width?: number;
|
|
1757
1756
|
height?: number;
|
|
1758
|
-
}) =>
|
|
1757
|
+
}) => react.JSX.Element;
|
|
1759
1758
|
|
|
1760
1759
|
declare const FilePdf: ({ width, height }: {
|
|
1761
1760
|
width?: number;
|
|
1762
1761
|
height?: number;
|
|
1763
|
-
}) =>
|
|
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) =>
|
|
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):
|
|
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) =>
|
|
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
|
-
}) =>
|
|
2061
|
+
}) => react.JSX.Element | null;
|
|
2063
2062
|
|
|
2064
2063
|
/**
|
|
2065
2064
|
* Allows arbitrary `data-*` attributes (e.g. `data-testid`) on a props type
|
|
@@ -2227,7 +2226,7 @@ type ColorInputProps = {
|
|
|
2227
2226
|
placeholder?: string;
|
|
2228
2227
|
onChange?: (value: string) => void;
|
|
2229
2228
|
};
|
|
2230
|
-
declare const ColorInput: ({ value, size, disabled, placeholder, onChange, }: ColorInputProps) =>
|
|
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
|
|
@@ -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) =>
|
|
2927
|
+
declare const Toaster: ({ theme, style, ...props }: ToasterProps) => react.JSX.Element;
|
|
2929
2928
|
|
|
2930
2929
|
type RadioGroupProps = {
|
|
2931
2930
|
id?: string;
|
|
@@ -3197,17 +3196,17 @@ type DropdownMenuSubContentProps$1 = {
|
|
|
3197
3196
|
};
|
|
3198
3197
|
|
|
3199
3198
|
declare const DropdownMenu: {
|
|
3200
|
-
({ children, defaultOpen, open, onOpenChange }: DropdownMenuProps):
|
|
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):
|
|
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):
|
|
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):
|
|
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):
|
|
3222
|
+
({ children, className }: DropdownMenuLabelProps): react.JSX.Element;
|
|
3224
3223
|
displayName: string;
|
|
3225
3224
|
};
|
|
3226
3225
|
|
|
3227
3226
|
declare const DropdownMenuSeparator: {
|
|
3228
|
-
({ className }: DropdownMenuSeparatorProps):
|
|
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):
|
|
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):
|
|
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):
|
|
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):
|
|
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):
|
|
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):
|
|
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):
|
|
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):
|
|
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):
|
|
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):
|
|
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):
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
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
|
-
}) =>
|
|
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) =>
|
|
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) =>
|
|
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
|
-
}) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
4329
|
-
declare const CasinoFeatured: ({ id, height, items, tournaments, tournamentsLoading, onTournamentSelect, onSeeAllTournaments, winners, winnersLoading, winnersMode, defaultWinnersMode, onWinnersModeChange, onWinnerSelect, labels, className, }: CasinoFeaturedProps) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
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
|
-
}) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
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) =>
|
|
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`),
|
|
@@ -6316,6 +6315,10 @@ type GameBoxProps = {
|
|
|
6316
6315
|
imageSource?: string;
|
|
6317
6316
|
/** CSS background stand-in for fixtures/stories (used when `image` is absent). */
|
|
6318
6317
|
art?: string;
|
|
6318
|
+
/** Per-category placeholder-art URL (the site's GetEmptyImageByType).
|
|
6319
|
+
Drawn inside the skeleton tile and over a loading/broken art box,
|
|
6320
|
+
wearing the site's `inn-(mobile-)image-box-empty-image` marker. */
|
|
6321
|
+
emptyArt?: string;
|
|
6319
6322
|
/** Extra nodes rendered inside the art box (fixture emoji/labels). */
|
|
6320
6323
|
artContent?: react__default.ReactNode;
|
|
6321
6324
|
alt?: string;
|
|
@@ -6362,7 +6365,7 @@ type GameBoxProps = {
|
|
|
6362
6365
|
onPlay?: (slug: string, fun: boolean) => void;
|
|
6363
6366
|
className?: string;
|
|
6364
6367
|
};
|
|
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) =>
|
|
6368
|
+
declare const GameBox: ({ id, slug, image, imageSource, art, emptyArt, 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
6369
|
|
|
6367
6370
|
/**
|
|
6368
6371
|
* The page builder's only vertical-rhythm tool (CMS `Components.SPACER`).
|
|
@@ -6378,7 +6381,7 @@ type SpacerProps = {
|
|
|
6378
6381
|
height?: number;
|
|
6379
6382
|
unit?: 'px' | 'rem';
|
|
6380
6383
|
};
|
|
6381
|
-
declare const Spacer: ({ id, height, unit }: SpacerProps) =>
|
|
6384
|
+
declare const Spacer: ({ id, height, unit }: SpacerProps) => react.JSX.Element;
|
|
6382
6385
|
|
|
6383
6386
|
/**
|
|
6384
6387
|
* GameCarousel — the site's titled game row (production
|
|
@@ -6426,7 +6429,7 @@ type GameCarouselProps = {
|
|
|
6426
6429
|
children: ReactNode;
|
|
6427
6430
|
className?: string;
|
|
6428
6431
|
};
|
|
6429
|
-
declare const GameCarousel: ({ id, title, allText, onAll, allHref, allTarget, hideAllButton, hideArrowButtons, prevLabel, nextLabel, slideSize, slideSpacing, bleed, children, className, }: GameCarouselProps) =>
|
|
6432
|
+
declare const GameCarousel: ({ id, title, allText, onAll, allHref, allTarget, hideAllButton, hideArrowButtons, prevLabel, nextLabel, slideSize, slideSpacing, bleed, children, className, }: GameCarouselProps) => react.JSX.Element;
|
|
6430
6433
|
|
|
6431
6434
|
/**
|
|
6432
6435
|
* BoxTitle — the site's section heading strip (production `BoxTitle`,
|
|
@@ -6450,7 +6453,7 @@ type BoxTitleProps = {
|
|
|
6450
6453
|
placeholder?: string;
|
|
6451
6454
|
onChange?: (value: string) => void;
|
|
6452
6455
|
};
|
|
6453
|
-
declare const BoxTitle: ({ id, children, className, search, placeholder, onChange, }: BoxTitleProps) =>
|
|
6456
|
+
declare const BoxTitle: ({ id, children, className, search, placeholder, onChange, }: BoxTitleProps) => react.JSX.Element;
|
|
6454
6457
|
|
|
6455
6458
|
/**
|
|
6456
6459
|
* Banner — the site's wide static image strip (production `image`
|
|
@@ -6495,7 +6498,7 @@ type BannerProps = {
|
|
|
6495
6498
|
target?: string;
|
|
6496
6499
|
className?: string;
|
|
6497
6500
|
};
|
|
6498
|
-
declare const Banner: ({ id, image, imageSource, art, alt, height, children, onClick, cover, ratio, link, target, className, }: BannerProps) =>
|
|
6501
|
+
declare const Banner: ({ id, image, imageSource, art, alt, height, children, onClick, cover, ratio, link, target, className, }: BannerProps) => react.JSX.Element;
|
|
6499
6502
|
|
|
6500
6503
|
/**
|
|
6501
6504
|
* LayoutBoxes — the site's N-up promo box grid (production `two/four/six/
|
|
@@ -6514,7 +6517,7 @@ type LayoutBoxesProps = {
|
|
|
6514
6517
|
gap?: string;
|
|
6515
6518
|
className?: string;
|
|
6516
6519
|
};
|
|
6517
|
-
declare const LayoutBoxes: ({ id, children, columns, gap, className }: LayoutBoxesProps) =>
|
|
6520
|
+
declare const LayoutBoxes: ({ id, children, columns, gap, className }: LayoutBoxesProps) => react.JSX.Element;
|
|
6518
6521
|
|
|
6519
6522
|
/**
|
|
6520
6523
|
* FeaturedGames — the site's lead-promo + tile grid section (production
|
|
@@ -6549,7 +6552,7 @@ type FeaturedGamesProps = {
|
|
|
6549
6552
|
children: ReactNode;
|
|
6550
6553
|
className?: string;
|
|
6551
6554
|
};
|
|
6552
|
-
declare const FeaturedGames: ({ id, title, leadImage, leadImageSource, leadAlt, leadLink, leadTarget, onLeadOpen, lead, children, className, }: FeaturedGamesProps) =>
|
|
6555
|
+
declare const FeaturedGames: ({ id, title, leadImage, leadImageSource, leadAlt, leadLink, leadTarget, onLeadOpen, lead, children, className, }: FeaturedGamesProps) => react.JSX.Element;
|
|
6553
6556
|
|
|
6554
6557
|
/**
|
|
6555
6558
|
* GamesGrid — the site's flat game listing grid (production `games-grid`
|
|
@@ -6570,7 +6573,7 @@ type GamesGridProps = {
|
|
|
6570
6573
|
children: ReactNode;
|
|
6571
6574
|
className?: string;
|
|
6572
6575
|
};
|
|
6573
|
-
declare const GamesGrid: ({ id, category, staticGrid, columns, children, className }: GamesGridProps) =>
|
|
6576
|
+
declare const GamesGrid: ({ id, category, staticGrid, columns, children, className }: GamesGridProps) => react.JSX.Element;
|
|
6574
6577
|
|
|
6575
6578
|
/**
|
|
6576
6579
|
* MinWidthGate — the desktop shell's viewport floor: below `minWidth` the
|
|
@@ -6597,7 +6600,7 @@ type MinWidthGateProps = {
|
|
|
6597
6600
|
children?: ReactNode;
|
|
6598
6601
|
className?: string;
|
|
6599
6602
|
};
|
|
6600
|
-
declare const MinWidthGate: ({ id, minWidth, hysteresis, icon, title, description, children, className, }: MinWidthGateProps) =>
|
|
6603
|
+
declare const MinWidthGate: ({ id, minWidth, hysteresis, icon, title, description, children, className, }: MinWidthGateProps) => react.JSX.Element;
|
|
6601
6604
|
|
|
6602
6605
|
/**
|
|
6603
6606
|
* Header — the site's top chrome (production `layouts/header` +
|
|
@@ -6672,7 +6675,7 @@ type HeaderProps = {
|
|
|
6672
6675
|
profileMenu?: HeaderNavItem[];
|
|
6673
6676
|
className?: string;
|
|
6674
6677
|
};
|
|
6675
|
-
declare const Header: (props: HeaderProps) =>
|
|
6678
|
+
declare const Header: (props: HeaderProps) => react.JSX.Element;
|
|
6676
6679
|
|
|
6677
6680
|
/**
|
|
6678
6681
|
* AnnouncementBar — the fixed top notice strip (ported from the site's
|
|
@@ -6730,7 +6733,7 @@ type AnnouncementBarProps = {
|
|
|
6730
6733
|
closeIcon?: ReactNode;
|
|
6731
6734
|
className?: string;
|
|
6732
6735
|
};
|
|
6733
|
-
declare const AnnouncementBar: ({ id, text, sliding, accent, showCloseButton, speed, hideMode, platform, currentDomain, storageKey, onOpenChange, closeIcon, className, }: AnnouncementBarProps) =>
|
|
6736
|
+
declare const AnnouncementBar: ({ id, text, sliding, accent, showCloseButton, speed, hideMode, platform, currentDomain, storageKey, onOpenChange, closeIcon, className, }: AnnouncementBarProps) => react.JSX.Element | null;
|
|
6734
6737
|
|
|
6735
6738
|
/**
|
|
6736
6739
|
* MegaMenu — the mobile "Menü" panel (production opens over `?megamenu=true`,
|
|
@@ -6811,7 +6814,7 @@ type MegaMenuProps = {
|
|
|
6811
6814
|
entries?: MegaMenuEntry[];
|
|
6812
6815
|
className?: string;
|
|
6813
6816
|
};
|
|
6814
|
-
declare const MegaMenu: ({ entries, className }: MegaMenuProps) =>
|
|
6817
|
+
declare const MegaMenu: ({ entries, className }: MegaMenuProps) => react.JSX.Element;
|
|
6815
6818
|
|
|
6816
6819
|
/**
|
|
6817
6820
|
* GameShell — the in-game chrome (production `utils/gameplay`). Adaptive like
|
|
@@ -6931,7 +6934,7 @@ type GameShellProps = {
|
|
|
6931
6934
|
* length; production's magic 7.125rem — now a knob, not hardcoded). */
|
|
6932
6935
|
headerOffset?: string;
|
|
6933
6936
|
};
|
|
6934
|
-
declare const GameShell: (props: GameShellProps) =>
|
|
6937
|
+
declare const GameShell: (props: GameShellProps) => react.JSX.Element;
|
|
6935
6938
|
|
|
6936
6939
|
/**
|
|
6937
6940
|
* GameShellSettings — the in-game settings sheet (production
|
|
@@ -6965,7 +6968,7 @@ type GameShellSettingsProps = {
|
|
|
6965
6968
|
overlayDismiss?: boolean;
|
|
6966
6969
|
className?: string;
|
|
6967
6970
|
};
|
|
6968
|
-
declare const GameShellSettings: ({ open, title, actions, onClose, overlayDismiss, className, }: GameShellSettingsProps) =>
|
|
6971
|
+
declare const GameShellSettings: ({ open, title, actions, onClose, overlayDismiss, className, }: GameShellSettingsProps) => react.JSX.Element | null;
|
|
6969
6972
|
|
|
6970
6973
|
/**
|
|
6971
6974
|
* GameShellSwipeHint — the iOS "swipe up for fullscreen" affordance
|
|
@@ -6988,7 +6991,7 @@ type GameShellSwipeHintProps = {
|
|
|
6988
6991
|
arrowIcon?: ReactNode;
|
|
6989
6992
|
className?: string;
|
|
6990
6993
|
};
|
|
6991
|
-
declare const GameShellSwipeHint: ({ visible, text, onDismiss, handIcon, arrowIcon, className, }: GameShellSwipeHintProps) =>
|
|
6994
|
+
declare const GameShellSwipeHint: ({ visible, text, onDismiss, handIcon, arrowIcon, className, }: GameShellSwipeHintProps) => react.JSX.Element | null;
|
|
6992
6995
|
|
|
6993
6996
|
/**
|
|
6994
6997
|
* MobileGameCategories — the mobile categories row (production
|
|
@@ -6999,7 +7002,7 @@ declare const GameShellSwipeHint: ({ visible, text, onDismiss, handIcon, arrowIc
|
|
|
6999
7002
|
* selected one fills accent.
|
|
7000
7003
|
*/
|
|
7001
7004
|
type MobileGameCategoriesProps = Omit<GameCategoriesProps, 'title'>;
|
|
7002
|
-
declare const MobileGameCategories: ({ id, category, categories, loading, selected, allId, onSelect, className, }: MobileGameCategoriesProps) =>
|
|
7005
|
+
declare const MobileGameCategories: ({ id, category, categories, loading, selected, allId, onSelect, className, }: MobileGameCategoriesProps) => react.JSX.Element;
|
|
7003
7006
|
|
|
7004
7007
|
/**
|
|
7005
7008
|
* MobileGameSearch — the standalone mobile game-search block (production
|
|
@@ -7023,7 +7026,7 @@ type MobileGameSearchProps = {
|
|
|
7023
7026
|
onChange?: (value: string) => void;
|
|
7024
7027
|
className?: string;
|
|
7025
7028
|
};
|
|
7026
|
-
declare const MobileGameSearch: ({ id, value, defaultValue, placeholder, onChange, className, }: MobileGameSearchProps) =>
|
|
7029
|
+
declare const MobileGameSearch: ({ id, value, defaultValue, placeholder, onChange, className, }: MobileGameSearchProps) => react.JSX.Element;
|
|
7027
7030
|
|
|
7028
7031
|
/**
|
|
7029
7032
|
* MobileLastWinners — the mobile winners rail (production
|
|
@@ -7062,7 +7065,7 @@ type MobileLastWinnersProps = {
|
|
|
7062
7065
|
onSelect?: (winner: MobileLastWinner) => void;
|
|
7063
7066
|
className?: string;
|
|
7064
7067
|
};
|
|
7065
|
-
declare const MobileLastWinners: ({ id, title, winners, loading, emptyText, onSelect, className, }: MobileLastWinnersProps) =>
|
|
7068
|
+
declare const MobileLastWinners: ({ id, title, winners, loading, emptyText, onSelect, className, }: MobileLastWinnersProps) => react.JSX.Element;
|
|
7066
7069
|
|
|
7067
7070
|
/**
|
|
7068
7071
|
* MobileGameFilter — the mobile sort + provider selects (production
|
|
@@ -7109,7 +7112,7 @@ type MobileGameFilterProps = {
|
|
|
7109
7112
|
};
|
|
7110
7113
|
className?: string;
|
|
7111
7114
|
};
|
|
7112
|
-
declare const MobileGameFilter: ({ id, sort, sorts, onSortChange, providers, selectedProviders, onProvidersChange, providerLogos, convertLogos, loading, labels, className, }: MobileGameFilterProps) =>
|
|
7115
|
+
declare const MobileGameFilter: ({ id, sort, sorts, onSortChange, providers, selectedProviders, onProvidersChange, providerLogos, convertLogos, loading, labels, className, }: MobileGameFilterProps) => react.JSX.Element;
|
|
7113
7116
|
|
|
7114
7117
|
/**
|
|
7115
7118
|
* MobileGameNavigator — the mobile games-page header composite
|
|
@@ -7135,7 +7138,7 @@ type MobileGameNavigatorProps = {
|
|
|
7135
7138
|
filter?: Omit<MobileGameFilterProps, 'id'>;
|
|
7136
7139
|
className?: string;
|
|
7137
7140
|
};
|
|
7138
|
-
declare const MobileGameNavigator: ({ id, category, search, categories, filter, className, }: MobileGameNavigatorProps) =>
|
|
7141
|
+
declare const MobileGameNavigator: ({ id, category, search, categories, filter, className, }: MobileGameNavigatorProps) => react.JSX.Element;
|
|
7139
7142
|
|
|
7140
7143
|
/**
|
|
7141
7144
|
* MobileBottomNav — the site's fixed bottom tab bar (production
|
|
@@ -7196,7 +7199,7 @@ type MobileBottomNavProps = {
|
|
|
7196
7199
|
ariaLabel?: string;
|
|
7197
7200
|
className?: string;
|
|
7198
7201
|
};
|
|
7199
|
-
declare const MobileBottomNav: ({ id, items, activeId, open, loading, skeletonCount, onSelect, ariaLabel, className, }: MobileBottomNavProps) =>
|
|
7202
|
+
declare const MobileBottomNav: ({ id, items, activeId, open, loading, skeletonCount, onSelect, ariaLabel, className, }: MobileBottomNavProps) => react.JSX.Element;
|
|
7200
7203
|
|
|
7201
7204
|
/**
|
|
7202
7205
|
* Footer — the site-wide footer (production `layouts/footer`, `#inn-footer` /
|
|
@@ -7280,7 +7283,7 @@ type FooterProps = {
|
|
|
7280
7283
|
loading?: boolean;
|
|
7281
7284
|
className?: string;
|
|
7282
7285
|
};
|
|
7283
|
-
declare const Footer: ({ id, platform, sitemap, socials, apps, licenseTexts, seals, licenseExtra, legalAge, copyright, language, loading, className, }: FooterProps) =>
|
|
7286
|
+
declare const Footer: ({ id, platform, sitemap, socials, apps, licenseTexts, seals, licenseExtra, legalAge, copyright, language, loading, className, }: FooterProps) => react.JSX.Element;
|
|
7284
7287
|
|
|
7285
7288
|
/**
|
|
7286
7289
|
* Notifications — the site's right-hand notification drawer (production
|
|
@@ -7412,7 +7415,7 @@ type FilterTabsProps = {
|
|
|
7412
7415
|
'aria-label'?: string;
|
|
7413
7416
|
className?: string;
|
|
7414
7417
|
};
|
|
7415
|
-
declare const FilterTabs: ({ options, value, onChange, grow, uppercase, "aria-label": ariaLabel, className, }: FilterTabsProps) =>
|
|
7418
|
+
declare const FilterTabs: ({ options, value, onChange, grow, uppercase, "aria-label": ariaLabel, className, }: FilterTabsProps) => react.JSX.Element;
|
|
7416
7419
|
|
|
7417
7420
|
/**
|
|
7418
7421
|
* DefaultAvatar — the photo-less profile stand-in, drawn as an inline SVG so
|
|
@@ -7421,7 +7424,7 @@ declare const FilterTabs: ({ options, value, onChange, grow, uppercase, "aria-la
|
|
|
7421
7424
|
* (`--site-avatar-ink` pins an exact brand value). Used wherever a user row
|
|
7422
7425
|
* can arrive without a photo (tournament standings, raffle participants).
|
|
7423
7426
|
*/
|
|
7424
|
-
declare const DefaultAvatar: () =>
|
|
7427
|
+
declare const DefaultAvatar: () => react.JSX.Element;
|
|
7425
7428
|
|
|
7426
7429
|
/**
|
|
7427
7430
|
* UserHub — the logged-in user's account centre (production `layouts/userhub`).
|
|
@@ -7507,7 +7510,7 @@ type UserHubProps = {
|
|
|
7507
7510
|
rootProps?: Record<string, string>;
|
|
7508
7511
|
className?: string;
|
|
7509
7512
|
};
|
|
7510
|
-
declare const UserHub: ({ nav, section, onSectionChange, tab, onTabChange, open, onOpenChange, onClose, user, balance, rootLabel, closeLabel, mobileHome, children, rootProps, className, }: UserHubProps) =>
|
|
7513
|
+
declare const UserHub: ({ nav, section, onSectionChange, tab, onTabChange, open, onOpenChange, onClose, user, balance, rootLabel, closeLabel, mobileHome, children, rootProps, className, }: UserHubProps) => react.JSX.Element;
|
|
7511
7514
|
|
|
7512
7515
|
type HubPayLogo = {
|
|
7513
7516
|
color: string;
|
|
@@ -7579,7 +7582,7 @@ type HubTypeFieldMap = Record<string, {
|
|
|
7579
7582
|
}>;
|
|
7580
7583
|
declare const HubPayLogoBadge: ({ logo }: {
|
|
7581
7584
|
logo: HubPayLogo;
|
|
7582
|
-
}) =>
|
|
7585
|
+
}) => react.JSX.Element;
|
|
7583
7586
|
/** the payment-method / account-type filter — the RadioGroup tile pattern,
|
|
7584
7587
|
* hub-scoped. Selection paints the site's selected wash; hover skips the
|
|
7585
7588
|
* checked tile. */
|
|
@@ -7589,25 +7592,25 @@ declare const HubPayFilter: ({ options, value, onChange, idPrefix, marker, }: {
|
|
|
7589
7592
|
onChange: (v: string) => void;
|
|
7590
7593
|
idPrefix: string;
|
|
7591
7594
|
marker?: string;
|
|
7592
|
-
}) =>
|
|
7595
|
+
}) => react.JSX.Element;
|
|
7593
7596
|
/** one form row: label + input/select/textarea; locked = readOnly + suffix. */
|
|
7594
7597
|
declare const HubPayFieldRow: ({ f, onChange, }: {
|
|
7595
7598
|
f: HubPayField;
|
|
7596
7599
|
/** what the person typed or picked. A locked row never reports: its value is
|
|
7597
7600
|
* the account's, not theirs. */
|
|
7598
7601
|
onChange?: (value: string) => void;
|
|
7599
|
-
}) =>
|
|
7602
|
+
}) => react.JSX.Element;
|
|
7600
7603
|
/** the summary card: logo circle + name (+ optional right-side action). */
|
|
7601
7604
|
declare const HubPayModalCard: ({ logo, name, side, }: {
|
|
7602
7605
|
logo: HubPayLogo;
|
|
7603
7606
|
name: string;
|
|
7604
7607
|
side?: ReactNode;
|
|
7605
|
-
}) =>
|
|
7608
|
+
}) => react.JSX.Element;
|
|
7606
7609
|
/** the three wash-gradient info tiles (time / min / max). */
|
|
7607
7610
|
declare const HubPayModalTiles: ({ labels, values, }: {
|
|
7608
7611
|
labels: [string, string, string];
|
|
7609
7612
|
values: [string, string, string];
|
|
7610
|
-
}) =>
|
|
7613
|
+
}) => react.JSX.Element;
|
|
7611
7614
|
/** Deposit: a method's summary + tiles, the locked identity fields, and the
|
|
7612
7615
|
* amount hero input. `personFields` is the site's locked account-holder set. */
|
|
7613
7616
|
declare const HubDepositModal: ({ method, personFields, amountLabel, submitLabel, favLabel, unfavLabel, onSubmit, onFavorite, }: {
|
|
@@ -7628,7 +7631,7 @@ declare const HubDepositModal: ({ method, personFields, amountLabel, submitLabel
|
|
|
7628
7631
|
}) => void;
|
|
7629
7632
|
/** the star is a persisted preference, not a local mood */
|
|
7630
7633
|
onFavorite?: (favorite: boolean) => void;
|
|
7631
|
-
}) =>
|
|
7634
|
+
}) => react.JSX.Element;
|
|
7632
7635
|
/** Withdraw: an account's summary + tiles, the composed field list (the caller
|
|
7633
7636
|
* builds it from the account type templates + locked identity), the amount
|
|
7634
7637
|
* input and the multiples note. */
|
|
@@ -7645,7 +7648,7 @@ declare const HubWithdrawModal: ({ account, fields, amountLabel, submitLabel, no
|
|
|
7645
7648
|
amount: string;
|
|
7646
7649
|
fields: HubPayValues;
|
|
7647
7650
|
}) => void;
|
|
7648
|
-
}) =>
|
|
7651
|
+
}) => react.JSX.Element;
|
|
7649
7652
|
/** Add (no account) / edit (account given) a withdraw account. The type
|
|
7650
7653
|
* selector reuses the pay filter; the fields swap per type via `typeFields`. */
|
|
7651
7654
|
declare const HubAccountModal: ({ account, accountTypes, typeFields, personFields, tcField, phoneField, nameLabel, descLabel, typeLabel, addLabel, editLabel, onSubmit, }: {
|
|
@@ -7672,7 +7675,7 @@ declare const HubAccountModal: ({ account, accountTypes, typeFields, personField
|
|
|
7672
7675
|
desc: string;
|
|
7673
7676
|
fields: HubPayValues;
|
|
7674
7677
|
}) => void;
|
|
7675
|
-
}) =>
|
|
7678
|
+
}) => react.JSX.Element;
|
|
7676
7679
|
/** the deposit/withdraw table method name cell (group chip vs favourite/hot
|
|
7677
7680
|
* marks) — a shared atom for the pages' Table columns. */
|
|
7678
7681
|
declare const HubPayName: ({ row, favTitle, hotTitle, }: {
|
|
@@ -7685,7 +7688,7 @@ declare const HubPayName: ({ row, favTitle, hotTitle, }: {
|
|
|
7685
7688
|
};
|
|
7686
7689
|
favTitle?: string;
|
|
7687
7690
|
hotTitle?: string;
|
|
7688
|
-
}) =>
|
|
7691
|
+
}) => react.JSX.Element;
|
|
7689
7692
|
|
|
7690
7693
|
/**
|
|
7691
7694
|
* UserHub — Deposit page (Bakiye › Para Yatırma). The site's
|
|
@@ -7737,7 +7740,7 @@ declare const HubDepositPage: ({ methods, filters, onDeposit, isMobile, filterMa
|
|
|
7737
7740
|
nameTitle?: string;
|
|
7738
7741
|
minTitle?: string;
|
|
7739
7742
|
maxTitle?: string;
|
|
7740
|
-
}) =>
|
|
7743
|
+
}) => react.JSX.Element;
|
|
7741
7744
|
|
|
7742
7745
|
type WdActions = {
|
|
7743
7746
|
onWithdraw: (a: HubWdAccount) => void;
|
|
@@ -7763,7 +7766,7 @@ declare const HubWithdrawPage: ({ accounts, filters, onWithdraw, onEdit, onDelet
|
|
|
7763
7766
|
timeTitle?: string;
|
|
7764
7767
|
minTitle?: string;
|
|
7765
7768
|
maxTitle?: string;
|
|
7766
|
-
} & WdActions) =>
|
|
7769
|
+
} & WdActions) => react.JSX.Element;
|
|
7767
7770
|
|
|
7768
7771
|
/** One column, one direction. Multi-sort is deliberately out of scope. */
|
|
7769
7772
|
type TableSortDirection = 'asc' | 'desc';
|
|
@@ -7952,7 +7955,7 @@ declare const HubTable: ({ columns, data, cellHeight, mobileColumns, marker, }:
|
|
|
7952
7955
|
cellHeight?: string;
|
|
7953
7956
|
mobileColumns?: TableColumnType<any>[];
|
|
7954
7957
|
marker?: HubTableMarker;
|
|
7955
|
-
}) =>
|
|
7958
|
+
}) => react.JSX.Element;
|
|
7956
7959
|
type HubStatusTone = 'purple' | 'warning' | 'success' | 'danger' | 'info' | 'orange' | 'default' | 'teal';
|
|
7957
7960
|
/** status label -> semantic badge colour (production Status variants). A site
|
|
7958
7961
|
* can pass its own map to HubStatusBadge; this is the demo default. */
|
|
@@ -7960,30 +7963,30 @@ declare const HUB_STATUS_TONE: Record<string, HubStatusTone>;
|
|
|
7960
7963
|
declare const HubStatusBadge: ({ s, tone, }: {
|
|
7961
7964
|
s: string;
|
|
7962
7965
|
tone?: Record<string, HubStatusTone>;
|
|
7963
|
-
}) =>
|
|
7966
|
+
}) => react.JSX.Element;
|
|
7964
7967
|
/** the production clipboard cell: a ghost icon button with a tooltip. */
|
|
7965
7968
|
declare const HubCopyBtn: ({ value, compact, label, }: {
|
|
7966
7969
|
value: string;
|
|
7967
7970
|
compact?: boolean;
|
|
7968
7971
|
label?: string;
|
|
7969
|
-
}) =>
|
|
7972
|
+
}) => react.JSX.Element;
|
|
7970
7973
|
/** two-line name + description cell (production TableName/TableDescription). */
|
|
7971
7974
|
declare const HubHistName: ({ name, desc, creator, creatorLabel, }: {
|
|
7972
7975
|
name: ReactNode;
|
|
7973
7976
|
desc?: ReactNode;
|
|
7974
7977
|
creator?: string;
|
|
7975
7978
|
creatorLabel?: string;
|
|
7976
|
-
}) =>
|
|
7979
|
+
}) => react.JSX.Element;
|
|
7977
7980
|
/** the production AutoRow: date + time side by side, stacked when narrow. */
|
|
7978
7981
|
declare const HubDt: ({ v }: {
|
|
7979
7982
|
v: string;
|
|
7980
|
-
}) =>
|
|
7983
|
+
}) => react.JSX.Element;
|
|
7981
7984
|
/** the "under construction" placeholder (self-exclusion / 2FA). */
|
|
7982
7985
|
declare const HubComingSoon: ({ title, description, icon, }: {
|
|
7983
7986
|
title?: string;
|
|
7984
7987
|
description?: string;
|
|
7985
7988
|
icon?: ReactNode;
|
|
7986
|
-
}) =>
|
|
7989
|
+
}) => react.JSX.Element;
|
|
7987
7990
|
|
|
7988
7991
|
/**
|
|
7989
7992
|
* UserHub — Settings (Ayarlar) panels: personal details, change password and
|
|
@@ -8023,7 +8026,7 @@ declare const HubSettingsDetails: ({ user, groups, saveLabel, onSave, }: {
|
|
|
8023
8026
|
groups: HubSettingsGroup[];
|
|
8024
8027
|
saveLabel?: string;
|
|
8025
8028
|
onSave?: () => void;
|
|
8026
|
-
}) =>
|
|
8029
|
+
}) => react.JSX.Element;
|
|
8027
8030
|
declare const HubChangePassword: ({ currentHeader, newHeader, currentPlaceholder, newPlaceholder, confirmPlaceholder, hint, submitLabel, disabled, onSubmit, }: {
|
|
8028
8031
|
currentHeader?: ReactNode;
|
|
8029
8032
|
newHeader?: ReactNode;
|
|
@@ -8034,7 +8037,7 @@ declare const HubChangePassword: ({ currentHeader, newHeader, currentPlaceholder
|
|
|
8034
8037
|
submitLabel?: string;
|
|
8035
8038
|
disabled?: boolean;
|
|
8036
8039
|
onSubmit?: () => void;
|
|
8037
|
-
}) =>
|
|
8040
|
+
}) => react.JSX.Element;
|
|
8038
8041
|
declare const HubNotificationPrefs: ({ intro, header, prefs, onToggle, saveLabel, onSave, }: {
|
|
8039
8042
|
intro?: ReactNode;
|
|
8040
8043
|
header?: ReactNode;
|
|
@@ -8046,7 +8049,7 @@ declare const HubNotificationPrefs: ({ intro, header, prefs, onToggle, saveLabel
|
|
|
8046
8049
|
onToggle?: (id: string, checked: boolean) => void;
|
|
8047
8050
|
saveLabel?: string;
|
|
8048
8051
|
onSave?: () => void;
|
|
8049
|
-
}) =>
|
|
8052
|
+
}) => react.JSX.Element;
|
|
8050
8053
|
/** One identity/method row of the security screen (auth canvas 13). */
|
|
8051
8054
|
type HubSecurityRow = {
|
|
8052
8055
|
id: string;
|
|
@@ -8075,7 +8078,7 @@ declare const HubSecurity: ({ header, rows, note, onAction, }: {
|
|
|
8075
8078
|
rows: HubSecurityRow[];
|
|
8076
8079
|
note?: ReactNode;
|
|
8077
8080
|
onAction?: (id: string) => void;
|
|
8078
|
-
}) =>
|
|
8081
|
+
}) => react.JSX.Element;
|
|
8079
8082
|
|
|
8080
8083
|
/**
|
|
8081
8084
|
* UserHub — Account history pages (Hesap Geçmişi tabs): game history, payment
|
|
@@ -8179,7 +8182,7 @@ declare const HubGameHistory: ({ data, onFilter, cats, providers, statuses, onDe
|
|
|
8179
8182
|
newBalTitle?: string;
|
|
8180
8183
|
winTitle?: string;
|
|
8181
8184
|
detailLabel?: string;
|
|
8182
|
-
}) =>
|
|
8185
|
+
}) => react.JSX.Element;
|
|
8183
8186
|
declare const HubPaymentHistory: ({ data, onFilter, cats, methods, statuses, types, marker, idTitle, providerTitle, statusTitle, dateTitle, oldBalTitle, newBalTitle, amountTitle, }: {
|
|
8184
8187
|
data: HubPayHRow[];
|
|
8185
8188
|
/** the person set a filter. The block owns the controls, the site owns
|
|
@@ -8197,7 +8200,7 @@ declare const HubPaymentHistory: ({ data, onFilter, cats, methods, statuses, typ
|
|
|
8197
8200
|
oldBalTitle?: string;
|
|
8198
8201
|
newBalTitle?: string;
|
|
8199
8202
|
amountTitle?: string;
|
|
8200
|
-
}) =>
|
|
8203
|
+
}) => react.JSX.Element;
|
|
8201
8204
|
declare const HubBonusHistory: ({ data, onFilter, cats, creators, statuses, types, marker, nameTitle, catTitle, statusTitle, applyTitle, finishTitle, profitTitle, cashbackTitle, amountTitle, creatorLabel, }: {
|
|
8202
8205
|
data: HubBonusRow[];
|
|
8203
8206
|
/** the person set a filter. The block owns the controls, the site owns
|
|
@@ -8217,7 +8220,7 @@ declare const HubBonusHistory: ({ data, onFilter, cats, creators, statuses, type
|
|
|
8217
8220
|
cashbackTitle?: string;
|
|
8218
8221
|
amountTitle?: string;
|
|
8219
8222
|
creatorLabel?: string;
|
|
8220
|
-
}) =>
|
|
8223
|
+
}) => react.JSX.Element;
|
|
8221
8224
|
declare const HubFreespinHistory: ({ data, onFilter, providers, statuses, onGames, marker, idTitle, providerTitle, winTitle, statusTitle, gamesTitle, spinsTitle, startTitle, endTitle, gamesTooltip, viewGamesLabel, }: {
|
|
8222
8225
|
data: HubFsRow[];
|
|
8223
8226
|
/** the person set a filter. The block owns the controls, the site owns
|
|
@@ -8237,7 +8240,7 @@ declare const HubFreespinHistory: ({ data, onFilter, providers, statuses, onGame
|
|
|
8237
8240
|
endTitle?: string;
|
|
8238
8241
|
gamesTooltip?: string;
|
|
8239
8242
|
viewGamesLabel?: string;
|
|
8240
|
-
}) =>
|
|
8243
|
+
}) => react.JSX.Element;
|
|
8241
8244
|
|
|
8242
8245
|
/**
|
|
8243
8246
|
* UserHub — Bonus section pages: bonus request (Bonus Talep), bonus activation
|
|
@@ -8255,7 +8258,7 @@ declare const HubStatusCard: ({ kind, name, dateLabel, date, action, fields, chi
|
|
|
8255
8258
|
action?: ReactNode;
|
|
8256
8259
|
fields: HubStatusField[];
|
|
8257
8260
|
children?: ReactNode;
|
|
8258
|
-
}) =>
|
|
8261
|
+
}) => react.JSX.Element;
|
|
8259
8262
|
type HubBonusReqRow = {
|
|
8260
8263
|
key: string;
|
|
8261
8264
|
name: string;
|
|
@@ -8291,7 +8294,7 @@ declare const HubBonusRequest: ({ data, cats, types, statuses, wagering, applies
|
|
|
8291
8294
|
unavailableLabel?: string;
|
|
8292
8295
|
openStatus?: string;
|
|
8293
8296
|
unavailableStatus?: string;
|
|
8294
|
-
}) =>
|
|
8297
|
+
}) => react.JSX.Element;
|
|
8295
8298
|
type HubBonusActRow = {
|
|
8296
8299
|
key: string;
|
|
8297
8300
|
name: string;
|
|
@@ -8310,7 +8313,7 @@ declare const HubBonusActivation: ({ data, intro, onAccept, onReject, marker, id
|
|
|
8310
8313
|
amountTitle?: string;
|
|
8311
8314
|
acceptLabel?: string;
|
|
8312
8315
|
rejectLabel?: string;
|
|
8313
|
-
}) =>
|
|
8316
|
+
}) => react.JSX.Element;
|
|
8314
8317
|
type HubWagerRow = {
|
|
8315
8318
|
label: ReactNode;
|
|
8316
8319
|
done: string;
|
|
@@ -8333,7 +8336,7 @@ declare const HubActiveBonus: ({ bonus, intro, onCancel, kindLabel, applyDateLab
|
|
|
8333
8336
|
cancelLabel?: string;
|
|
8334
8337
|
wagerTitle?: ReactNode;
|
|
8335
8338
|
validLabel?: ReactNode;
|
|
8336
|
-
}) =>
|
|
8339
|
+
}) => react.JSX.Element;
|
|
8337
8340
|
|
|
8338
8341
|
type HubFsActRow = {
|
|
8339
8342
|
key: string;
|
|
@@ -8359,7 +8362,7 @@ declare const HubFreespinActivation: ({ data, intro, onGames, marker, idTitle, b
|
|
|
8359
8362
|
daysSuffix?: string;
|
|
8360
8363
|
createdLabel?: string;
|
|
8361
8364
|
viewGamesLabel?: string;
|
|
8362
|
-
}) =>
|
|
8365
|
+
}) => react.JSX.Element;
|
|
8363
8366
|
type HubRafflePrize = {
|
|
8364
8367
|
name: string;
|
|
8365
8368
|
status: string;
|
|
@@ -8380,7 +8383,7 @@ type HubPrizeTone = 'success' | 'default' | 'purple' | 'danger';
|
|
|
8380
8383
|
declare const HUB_PRIZE_TONE: Record<string, HubPrizeTone>;
|
|
8381
8384
|
declare const HubTicketsModal: ({ tickets }: {
|
|
8382
8385
|
tickets: string[];
|
|
8383
|
-
}) =>
|
|
8386
|
+
}) => react.JSX.Element;
|
|
8384
8387
|
declare const HubPrizesModal: ({ prizes, mainLabel, reserveLabel, emptyText, reserveOrderLabel, ticketLabel, tone, }: {
|
|
8385
8388
|
prizes: HubRafflePrize[];
|
|
8386
8389
|
mainLabel?: ReactNode;
|
|
@@ -8389,7 +8392,7 @@ declare const HubPrizesModal: ({ prizes, mainLabel, reserveLabel, emptyText, res
|
|
|
8389
8392
|
reserveOrderLabel?: ReactNode;
|
|
8390
8393
|
ticketLabel?: ReactNode;
|
|
8391
8394
|
tone?: Record<string, HubPrizeTone>;
|
|
8392
|
-
}) =>
|
|
8395
|
+
}) => react.JSX.Element;
|
|
8393
8396
|
type RaffleTitles = {
|
|
8394
8397
|
idTitle?: string;
|
|
8395
8398
|
nameTitle?: string;
|
|
@@ -8406,7 +8409,7 @@ declare const HubRaffleActive: ({ data, intro, onTickets, onDeposit, marker, tic
|
|
|
8406
8409
|
marker?: HubTableMarker;
|
|
8407
8410
|
ticketsLabel?: string;
|
|
8408
8411
|
depositLabel?: string;
|
|
8409
|
-
} & RaffleTitles) =>
|
|
8412
|
+
} & RaffleTitles) => react.JSX.Element;
|
|
8410
8413
|
declare const HubRaffleJoined: ({ data, intro, onPrizes, onTickets, marker, prizesLabel, ticketsLabel, ...titles }: {
|
|
8411
8414
|
data: HubRaffleRow[];
|
|
8412
8415
|
intro?: ReactNode;
|
|
@@ -8415,7 +8418,7 @@ declare const HubRaffleJoined: ({ data, intro, onPrizes, onTickets, marker, priz
|
|
|
8415
8418
|
marker?: HubTableMarker;
|
|
8416
8419
|
prizesLabel?: string;
|
|
8417
8420
|
ticketsLabel?: string;
|
|
8418
|
-
} & RaffleTitles) =>
|
|
8421
|
+
} & RaffleTitles) => react.JSX.Element;
|
|
8419
8422
|
|
|
8420
8423
|
/**
|
|
8421
8424
|
* UserHub — Messages (Mesajlar) section: the new-ticket form, the ticket inbox
|
|
@@ -8452,7 +8455,7 @@ declare const HubNewTicketForm: ({ categories, uploadAction, header, categoryPla
|
|
|
8452
8455
|
optionalNote?: ReactNode;
|
|
8453
8456
|
submitLabel?: string;
|
|
8454
8457
|
onSubmit?: () => void;
|
|
8455
|
-
}) =>
|
|
8458
|
+
}) => react.JSX.Element;
|
|
8456
8459
|
declare const HubMessageInbox: ({ tickets, filters, onOpen, allLabel, answeredStatus, processingStatus, }: {
|
|
8457
8460
|
tickets: HubTicket[];
|
|
8458
8461
|
filters: string[];
|
|
@@ -8460,7 +8463,7 @@ declare const HubMessageInbox: ({ tickets, filters, onOpen, allLabel, answeredSt
|
|
|
8460
8463
|
allLabel?: string;
|
|
8461
8464
|
answeredStatus?: string;
|
|
8462
8465
|
processingStatus?: string;
|
|
8463
|
-
}) =>
|
|
8466
|
+
}) => react.JSX.Element;
|
|
8464
8467
|
declare const HubTicketThread: ({ ticket, closedStatus, youLabel, supportLabel, closedNotice, rateLabel, replyPlaceholder, replyLabel, onReply, onRate, }: {
|
|
8465
8468
|
ticket: HubTicket;
|
|
8466
8469
|
closedStatus?: string;
|
|
@@ -8472,7 +8475,7 @@ declare const HubTicketThread: ({ ticket, closedStatus, youLabel, supportLabel,
|
|
|
8472
8475
|
replyLabel?: string;
|
|
8473
8476
|
onReply?: () => void;
|
|
8474
8477
|
onRate?: (n: number) => void;
|
|
8475
|
-
}) =>
|
|
8478
|
+
}) => react.JSX.Element;
|
|
8476
8479
|
|
|
8477
8480
|
/**
|
|
8478
8481
|
* UserHub — the "user" section: profile summary (profilim), medals (madalyalar)
|
|
@@ -8527,14 +8530,14 @@ type HubVipSummary = {
|
|
|
8527
8530
|
declare const HubMedalButton: ({ medal, onOpen, }: {
|
|
8528
8531
|
medal: HubMedal;
|
|
8529
8532
|
onOpen: (m: HubMedal) => void;
|
|
8530
|
-
}) =>
|
|
8533
|
+
}) => react.JSX.Element;
|
|
8531
8534
|
/** The "Madalya Detayı" modal body (production: ShowModal medaldetail). */
|
|
8532
8535
|
declare const HubMedalDetail: ({ medal, durationLabel, quantityLabel, earnersLabel, }: {
|
|
8533
8536
|
medal: HubMedal;
|
|
8534
8537
|
durationLabel?: ReactNode;
|
|
8535
8538
|
quantityLabel?: ReactNode;
|
|
8536
8539
|
earnersLabel?: ReactNode;
|
|
8537
|
-
}) =>
|
|
8540
|
+
}) => react.JSX.Element;
|
|
8538
8541
|
declare const HubProfileSummary: ({ user, vip, medals, stats, topSlots, onMedalOpen, onVipClub, onMedalsDetail, onStatsDetail, vipClubLabel, medalsTitle, statsTitle, topSlotsTitle, liveTitle, detailsLabel, cevrimLabel, noDataLabel, }: {
|
|
8539
8542
|
user: {
|
|
8540
8543
|
username: ReactNode;
|
|
@@ -8557,7 +8560,7 @@ declare const HubProfileSummary: ({ user, vip, medals, stats, topSlots, onMedalO
|
|
|
8557
8560
|
detailsLabel?: ReactNode;
|
|
8558
8561
|
cevrimLabel?: ReactNode;
|
|
8559
8562
|
noDataLabel?: ReactNode;
|
|
8560
|
-
}) =>
|
|
8563
|
+
}) => react.JSX.Element;
|
|
8561
8564
|
declare const HubMedals: ({ medals, rewardTiers, rewardTips, rewardPercent, onMedalOpen, rewardsTitle, rewardsSheetTitle, rewardUnitLabel, rewardWinLabel, earnedTitle, earnedCountText, awaitingTitle, }: {
|
|
8562
8565
|
medals: HubMedal[];
|
|
8563
8566
|
rewardTiers: HubRewardTier[];
|
|
@@ -8571,7 +8574,7 @@ declare const HubMedals: ({ medals, rewardTiers, rewardTips, rewardPercent, onMe
|
|
|
8571
8574
|
earnedTitle?: ReactNode;
|
|
8572
8575
|
earnedCountText?: ReactNode;
|
|
8573
8576
|
awaitingTitle?: ReactNode;
|
|
8574
|
-
}) =>
|
|
8577
|
+
}) => react.JSX.Element;
|
|
8575
8578
|
declare const HubStatistics: ({ gameStats, categories, providers, stats, gameTitle, winTitle, betTitle, wageredTitle, statsTitle, categoryPlaceholder, providerPlaceholder, gamePlaceholder, selectionLabel, casinoRelabel, noDataLabel, onStatsFilter, }: {
|
|
8576
8579
|
gameStats: HubGameStat[];
|
|
8577
8580
|
categories: string[];
|
|
@@ -8595,7 +8598,7 @@ declare const HubStatistics: ({ gameStats, categories, providers, stats, gameTit
|
|
|
8595
8598
|
providers: string[];
|
|
8596
8599
|
games: string[];
|
|
8597
8600
|
}) => void;
|
|
8598
|
-
}) =>
|
|
8601
|
+
}) => react.JSX.Element;
|
|
8599
8602
|
|
|
8600
8603
|
/**
|
|
8601
8604
|
* UserHub — VIP Club (VIP Klübü) page + the VIP-levels modal. The page is the
|
|
@@ -8643,7 +8646,7 @@ declare const HubVipLevels: ({ art, groups, cdn, levelLabel, requiredDpLabel, }:
|
|
|
8643
8646
|
cdn: string;
|
|
8644
8647
|
levelLabel?: ReactNode;
|
|
8645
8648
|
requiredDpLabel?: ReactNode;
|
|
8646
|
-
}) =>
|
|
8649
|
+
}) => react.JSX.Element;
|
|
8647
8650
|
declare const HubVipClub: ({ hero, tiers, bonuses, activeTier, onTierChange, onLearn, cdn, learnLabel, bonusTypeLabel, emptyMark, }: {
|
|
8648
8651
|
hero: HubVipHero;
|
|
8649
8652
|
tiers: HubVipTier[];
|
|
@@ -8655,7 +8658,7 @@ declare const HubVipClub: ({ hero, tiers, bonuses, activeTier, onTierChange, onL
|
|
|
8655
8658
|
learnLabel?: ReactNode;
|
|
8656
8659
|
bonusTypeLabel?: ReactNode;
|
|
8657
8660
|
emptyMark?: ReactNode;
|
|
8658
|
-
}) =>
|
|
8661
|
+
}) => react.JSX.Element;
|
|
8659
8662
|
|
|
8660
8663
|
/**
|
|
8661
8664
|
* UA-based touch-device detection — the platform philosophy: device identity
|
|
@@ -8700,6 +8703,484 @@ type SvgToPngOptions = {
|
|
|
8700
8703
|
};
|
|
8701
8704
|
declare const SVGUrlToPNGDataUrl: (url: string, options?: SvgToPngOptions) => Promise<string>;
|
|
8702
8705
|
|
|
8706
|
+
/**
|
|
8707
|
+
* LOGIN — the sign-in panel, modelled as TWO INDEPENDENT AXES rather than a
|
|
8708
|
+
* list of flows. Every screen the site can show is one cell of the grid:
|
|
8709
|
+
*
|
|
8710
|
+
* password code (passwordless)
|
|
8711
|
+
* username/email identifier + password identifier → 6-digit code
|
|
8712
|
+
* phone +90 …… + password +90 …… → 6-digit code
|
|
8713
|
+
*
|
|
8714
|
+
* WHY TWO AXES. The site's flag (`passwordless_login_channel`) decides the
|
|
8715
|
+
* METHOD and the site's own field decides the IDENTIFIER; neither knows about
|
|
8716
|
+
* the other. Modelled as four flows they drift apart — a phone login that
|
|
8717
|
+
* quietly loses `remember me`, a code step whose "change username" says the
|
|
8718
|
+
* wrong noun. Modelled as axes there is one form, and each axis moves one
|
|
8719
|
+
* thing.
|
|
8720
|
+
*
|
|
8721
|
+
* THE PHONE PREFIX IS NEVER CHOSEN. A site serves one country, so the dial
|
|
8722
|
+
* code is configuration (`<ITDProvider country="tr">`): shown fixed beside the
|
|
8723
|
+
* field, never in a 195-row picker, and folded into the E.164 number that
|
|
8724
|
+
* `onSubmitCredentials` hands back. See lib/helpers/phone.
|
|
8725
|
+
*
|
|
8726
|
+
* WHAT THE BLOCK OWNS: the layout, the client-side validation, the code
|
|
8727
|
+
* buffer, and the resend countdown's TICK. WHAT THE SITE OWNS: the request,
|
|
8728
|
+
* the step (it knows what the API answered), the cooldown DEADLINE, and the
|
|
8729
|
+
* pending-login resume — that one needs the session, so it cannot live here.
|
|
8730
|
+
* A server answer becomes a field error through the forwarded form ref.
|
|
8731
|
+
*/
|
|
8732
|
+
type PasswordlessChannel = 'sms' | 'email' | 'whatsapp' | 'call';
|
|
8733
|
+
/** What the first field asks for. `phone` is the one that changes its shape. */
|
|
8734
|
+
type LoginIdentifier = 'username' | 'email' | 'phone';
|
|
8735
|
+
/** `link-sent` is the magic-link waiting room: nothing to type, a resend
|
|
8736
|
+
* countdown, and a way out to another method. */
|
|
8737
|
+
type LoginStep = 'credentials' | 'code' | 'link-sent';
|
|
8738
|
+
/**
|
|
8739
|
+
* One alternate way in, drawn under the OR divider ("Passkey",
|
|
8740
|
+
* "Email me a link", "Password"...). The `id` is the SITE'S key - the block
|
|
8741
|
+
* hands it back through `onAlternate` and draws no conclusions from it,
|
|
8742
|
+
* because switching method means new requests and new steps, and those are
|
|
8743
|
+
* the site's.
|
|
8744
|
+
*/
|
|
8745
|
+
type LoginAlternate = {
|
|
8746
|
+
id: string;
|
|
8747
|
+
label: string;
|
|
8748
|
+
icon?: ReactNode;
|
|
8749
|
+
};
|
|
8750
|
+
type LoginTexts = {
|
|
8751
|
+
/** "Hesabınız var mı?" */
|
|
8752
|
+
description?: string;
|
|
8753
|
+
/** "HEMEN GİRİŞ YAPIN" */
|
|
8754
|
+
title: string;
|
|
8755
|
+
/** "DOĞRULAMA KODU İLE GİRİŞ YAP" */
|
|
8756
|
+
titleVerify?: string;
|
|
8757
|
+
/** The code step's greeting; `{username}` is replaced with the captured one. */
|
|
8758
|
+
welcomeBack?: string;
|
|
8759
|
+
/** The channel-aware sentence above the cells — the site composes it, since
|
|
8760
|
+
* the phrasing per channel is its copy. */
|
|
8761
|
+
codeHint?: string;
|
|
8762
|
+
/** Placeholder for the identifier field. */
|
|
8763
|
+
identifier: string;
|
|
8764
|
+
password: string;
|
|
8765
|
+
rememberMe?: string;
|
|
8766
|
+
/** Classic submit — "Giriş Yap". */
|
|
8767
|
+
submit: string;
|
|
8768
|
+
/** Passwordless step 1 — "Devam Et". */
|
|
8769
|
+
submitContinue?: string;
|
|
8770
|
+
/** Code step — "Doğrula ve Giriş Yap". */
|
|
8771
|
+
submitVerify?: string;
|
|
8772
|
+
forgotPassword?: string;
|
|
8773
|
+
resendCode?: string;
|
|
8774
|
+
/** "Kullanıcı Adını Değiştir" — the noun follows the identifier axis. */
|
|
8775
|
+
changeIdentifier?: string;
|
|
8776
|
+
support?: string;
|
|
8777
|
+
/** Tab labels for multi-identity mode, per identifier. A missing label
|
|
8778
|
+
* falls back to the raw identifier key, which is a bug the site should
|
|
8779
|
+
* see, not a default it should ship. */
|
|
8780
|
+
identifierTabs?: Partial<Record<LoginIdentifier, string>>;
|
|
8781
|
+
/** Per-identifier placeholders for multi-identity mode; a missing one
|
|
8782
|
+
* falls back to `identifier`. */
|
|
8783
|
+
identifierPlaceholders?: Partial<Record<LoginIdentifier, string>>;
|
|
8784
|
+
/** The word on the divider above the alternates — "OR" / "VEYA". Absent,
|
|
8785
|
+
* the divider is a plain rule. */
|
|
8786
|
+
orDivider?: string;
|
|
8787
|
+
/** Magic-link waiting room (step `link-sent`). */
|
|
8788
|
+
titleLinkSent?: string;
|
|
8789
|
+
/** "We sent a sign-in link to a•••@gmail.com..." — the site composes it,
|
|
8790
|
+
* the masking is its business. */
|
|
8791
|
+
linkSentHint?: string;
|
|
8792
|
+
/** "Use a different method" — link-sent's way out. */
|
|
8793
|
+
changeMethod?: string;
|
|
8794
|
+
/** Passkey variant: the explanation and the one button. */
|
|
8795
|
+
passkeyHint?: string;
|
|
8796
|
+
passkeyCta?: string;
|
|
8797
|
+
/** The signup cross-link at the panel's foot (canvas screens 1-4 and 7):
|
|
8798
|
+
* "Hesabınız yok mu?" + the action. Both set = the footer renders. */
|
|
8799
|
+
newHere?: string;
|
|
8800
|
+
createAccount?: string;
|
|
8801
|
+
};
|
|
8802
|
+
type LoginCredentials = {
|
|
8803
|
+
/** The identifier as the API takes it. For `phone` this is the E.164 number,
|
|
8804
|
+
* dial code included — which is the whole point of the fixed prefix. */
|
|
8805
|
+
username: string;
|
|
8806
|
+
/** Absent when the account is running the passwordless flow. */
|
|
8807
|
+
password?: string;
|
|
8808
|
+
remember?: boolean;
|
|
8809
|
+
};
|
|
8810
|
+
type LoginPanelProps = {
|
|
8811
|
+
identifier?: LoginIdentifier;
|
|
8812
|
+
/**
|
|
8813
|
+
* Multi-identity mode (`login.allowed_identifiers`): more than one entry
|
|
8814
|
+
* draws tabs above the field and the active tab decides the field's shape.
|
|
8815
|
+
* `identifier` seeds the initial tab (the site remembers the returning
|
|
8816
|
+
* player's last choice; the memory is the site's, on the device).
|
|
8817
|
+
*/
|
|
8818
|
+
identifiers?: LoginIdentifier[];
|
|
8819
|
+
/** The player switched tabs. Informational — the block switches itself. */
|
|
8820
|
+
onIdentifierChange?: (identifier: LoginIdentifier) => void;
|
|
8821
|
+
/** ISO2 override for the phone prefix; unset reads the provider's country. */
|
|
8822
|
+
country?: string;
|
|
8823
|
+
/** The panel's brand mark, top left. This IS a modal — it has a bar. */
|
|
8824
|
+
logo?: ReactNode;
|
|
8825
|
+
/** The promotional strip under the bar (a real site drops an <img> here).
|
|
8826
|
+
* Omit it and the bar sits straight on the form. */
|
|
8827
|
+
banner?: ReactNode;
|
|
8828
|
+
/** Closes the modal. Omit and no close button is drawn. */
|
|
8829
|
+
onClose?: () => void;
|
|
8830
|
+
closeLabel?: string;
|
|
8831
|
+
/** `null` = classic password login. A channel = the two-step code flow. */
|
|
8832
|
+
channel?: PasswordlessChannel | null;
|
|
8833
|
+
/** The API answered `allow_password` — this account keeps its password even
|
|
8834
|
+
* though the site runs passwordless. */
|
|
8835
|
+
allowPassword?: boolean;
|
|
8836
|
+
step?: LoginStep;
|
|
8837
|
+
/** The identifier captured at step 1, for the code step's greeting. */
|
|
8838
|
+
username?: string;
|
|
8839
|
+
/** ISO timestamp the resend unlocks at. The block ticks it down; the site
|
|
8840
|
+
* decides when it starts, because only the server knows. */
|
|
8841
|
+
cooldownUntil?: string | null;
|
|
8842
|
+
loading?: boolean;
|
|
8843
|
+
codeLength?: number;
|
|
8844
|
+
/** The server's verdict on the code — "wrong or expired". The cells clear it
|
|
8845
|
+
* themselves on the next edit, so the site sets it and forgets it. The
|
|
8846
|
+
* credential fields take theirs through the form ref instead; the code step
|
|
8847
|
+
* has no form to reach into. */
|
|
8848
|
+
codeError?: string;
|
|
8849
|
+
/** Glyphs for the two credential fields. */
|
|
8850
|
+
identifierIcon?: ReactNode;
|
|
8851
|
+
passwordIcon?: ReactNode;
|
|
8852
|
+
/**
|
|
8853
|
+
* Alternate methods under an OR divider ("Passkey", "Email me a link").
|
|
8854
|
+
* Drawn on the credentials step and the passkey variant; the click comes
|
|
8855
|
+
* back through `onAlternate` with the entry's own id.
|
|
8856
|
+
*/
|
|
8857
|
+
alternates?: LoginAlternate[];
|
|
8858
|
+
onAlternate?: (id: string) => void;
|
|
8859
|
+
/**
|
|
8860
|
+
* `passkey` swaps the form for the one-button screen: title, explanation,
|
|
8861
|
+
* "Continue with a passkey", then the alternates. The WebAuthn ceremony is
|
|
8862
|
+
* the site's - the button only calls `onPasskey`.
|
|
8863
|
+
*/
|
|
8864
|
+
variant?: 'form' | 'passkey';
|
|
8865
|
+
onPasskey?: () => void;
|
|
8866
|
+
/** link-sent's "use a different method". */
|
|
8867
|
+
onChangeMethod?: () => void;
|
|
8868
|
+
/** the footer's signup cross-link. */
|
|
8869
|
+
onCreateAccount?: () => void;
|
|
8870
|
+
texts: LoginTexts;
|
|
8871
|
+
onSubmitCredentials?: (values: LoginCredentials) => void;
|
|
8872
|
+
onSubmitCode?: (code: string) => void;
|
|
8873
|
+
onResend?: () => void;
|
|
8874
|
+
onChangeIdentifier?: () => void;
|
|
8875
|
+
onForgotPassword?: () => void;
|
|
8876
|
+
onContactSupport?: () => void;
|
|
8877
|
+
className?: string;
|
|
8878
|
+
};
|
|
8879
|
+
declare const LoginPanel: react.ForwardRefExoticComponent<LoginPanelProps & react.RefAttributes<FormContextType>>;
|
|
8880
|
+
|
|
8881
|
+
/**
|
|
8882
|
+
* SIGNUP — the registration ENGINE, from the auth design canvas: the panel
|
|
8883
|
+
* takes the brand's field table (the Player Access config) and derives the
|
|
8884
|
+
* screens itself. There is no step editor anywhere: enabled fields fall into
|
|
8885
|
+
* their steps (identity → verify → credentials → profile) and the layout
|
|
8886
|
+
* knob decides whether those steps render as one long form or one at a time.
|
|
8887
|
+
* The site renders this config, it never decides.
|
|
8888
|
+
*
|
|
8889
|
+
* WHAT THE BLOCK OWNS: the layout, the derivation, client-side validation,
|
|
8890
|
+
* the code buffer and the resend countdown's tick. WHAT THE SITE OWNS: every
|
|
8891
|
+
* request, the current step (it knows what the API answered), the cooldown
|
|
8892
|
+
* deadline, the masked identity string, and the suggested nickname. A server
|
|
8893
|
+
* answer becomes a field error through the forwarded form ref.
|
|
8894
|
+
*
|
|
8895
|
+
* VERIFICATION TIMING is the canvas's 10a/10b split:
|
|
8896
|
+
* - `post_signup`: the form submits, the site opens its own surface for the
|
|
8897
|
+
* code (10b) — the block ships nothing extra for it; the verify STEP
|
|
8898
|
+
* rendering here covers the steps layout (9a).
|
|
8899
|
+
* - `in_form`: the code section sits inside the form (10a), unlocks when the
|
|
8900
|
+
* required fields are filled, and verifying submits — the code rides the
|
|
8901
|
+
* payload, so no half-created accounts.
|
|
8902
|
+
*
|
|
8903
|
+
* The panel wears the login block's shell (same `itd-login-*` chrome): the
|
|
8904
|
+
* two auth surfaces are one look by design, and one stylesheet by intent.
|
|
8905
|
+
*/
|
|
8906
|
+
type SignupStepId = 'identity' | 'verify' | 'credentials' | 'profile';
|
|
8907
|
+
type SignupLayout = 'single' | 'steps';
|
|
8908
|
+
type SignupVerificationTiming = 'post_signup' | 'in_form';
|
|
8909
|
+
type SignupFieldKind = 'phone' | 'email' | 'username' | 'password' | 'text' | 'date' | 'select' | 'consent';
|
|
8910
|
+
type SignupFieldOption = {
|
|
8911
|
+
value: string;
|
|
8912
|
+
label: string;
|
|
8913
|
+
};
|
|
8914
|
+
type SignupField = {
|
|
8915
|
+
/** The submitted name AND the config key — one row of the brand's table. */
|
|
8916
|
+
name: string;
|
|
8917
|
+
kind: SignupFieldKind;
|
|
8918
|
+
/** Placeholder for inputs, the sentence for consents. Site copy. */
|
|
8919
|
+
label: ReactNode;
|
|
8920
|
+
required?: boolean;
|
|
8921
|
+
/** Steps layout: where the field lives. Unset falls to the kind's home:
|
|
8922
|
+
* phone/email → identity, username/password → credentials, the rest →
|
|
8923
|
+
* profile. */
|
|
8924
|
+
step?: SignupStepId;
|
|
8925
|
+
/** `select` options. */
|
|
8926
|
+
options?: SignupFieldOption[];
|
|
8927
|
+
/** A fact, not a question: renders as a static row ("Country · Namibia"). */
|
|
8928
|
+
readonly?: boolean;
|
|
8929
|
+
/** The fact's value. */
|
|
8930
|
+
value?: string;
|
|
8931
|
+
/** Extra validation, forwarded to the Field untouched. */
|
|
8932
|
+
rules?: FormRuleProps[];
|
|
8933
|
+
icon?: ReactNode;
|
|
8934
|
+
/** `password` only: draw the confirm twin underneath. */
|
|
8935
|
+
confirm?: boolean;
|
|
8936
|
+
confirmLabel?: string;
|
|
8937
|
+
/** Collapsed behind a ghost link until asked for ("Have a promo code?"). */
|
|
8938
|
+
collapsed?: boolean;
|
|
8939
|
+
/** Wide (single) layout: span the full row instead of one grid cell. */
|
|
8940
|
+
span?: boolean;
|
|
8941
|
+
};
|
|
8942
|
+
type SignupTexts = {
|
|
8943
|
+
title: string;
|
|
8944
|
+
description?: string;
|
|
8945
|
+
/** Final submit — "Create account". */
|
|
8946
|
+
submit: string;
|
|
8947
|
+
/** Step submit — "Continue". Falls back to `submit`. */
|
|
8948
|
+
continue?: string;
|
|
8949
|
+
/** Chip labels per step ("Phone", "Verify", "Account", "Profile"). */
|
|
8950
|
+
stepLabels?: Partial<Record<SignupStepId, string>>;
|
|
8951
|
+
/** Titles the verify/credentials/profile steps put over their fields. */
|
|
8952
|
+
stepTitles?: Partial<Record<SignupStepId, string>>;
|
|
8953
|
+
/** The verify sentence — the site composes and masks it. */
|
|
8954
|
+
codeHint?: string;
|
|
8955
|
+
resendCode?: string;
|
|
8956
|
+
/** "Edit" beside the sent-to identity. */
|
|
8957
|
+
editIdentity?: string;
|
|
8958
|
+
/** "Verify & continue" / 10a's "Verify & create account". */
|
|
8959
|
+
verifySubmit?: string;
|
|
8960
|
+
/** Under the suggested nickname: "We picked one for you...". */
|
|
8961
|
+
suggestedHint?: string;
|
|
8962
|
+
/** The regenerate action: "New one". */
|
|
8963
|
+
newSuggestion?: string;
|
|
8964
|
+
/** 10a's in-form section title: "Verify your phone". */
|
|
8965
|
+
inFormVerifyTitle?: string;
|
|
8966
|
+
/** Footer: "Already have an account?" + the action. */
|
|
8967
|
+
haveAccount?: string;
|
|
8968
|
+
signIn?: string;
|
|
8969
|
+
};
|
|
8970
|
+
type SignupPanelProps = {
|
|
8971
|
+
/** The brand's field table, in its order. The engine does the rest. */
|
|
8972
|
+
fields: SignupField[];
|
|
8973
|
+
layout?: SignupLayout;
|
|
8974
|
+
/** Single layout only: the site's wide two-column registration panel
|
|
8975
|
+
* (canvas 8). Off = the narrow auth column (canvas 10). */
|
|
8976
|
+
wide?: boolean;
|
|
8977
|
+
/** A verification moment exists (`phone_verification_required`...). */
|
|
8978
|
+
verify?: boolean;
|
|
8979
|
+
verificationTiming?: SignupVerificationTiming;
|
|
8980
|
+
/** Steps layout: the CURRENT step. The site advances it — it knows what
|
|
8981
|
+
* the API answered. Unset starts at the first derived step. */
|
|
8982
|
+
step?: SignupStepId;
|
|
8983
|
+
/** Ticks on the chips. */
|
|
8984
|
+
completedSteps?: SignupStepId[];
|
|
8985
|
+
/** ISO2 override for the phone prefix; unset reads the provider country. */
|
|
8986
|
+
country?: string;
|
|
8987
|
+
logo?: ReactNode;
|
|
8988
|
+
banner?: ReactNode;
|
|
8989
|
+
onClose?: () => void;
|
|
8990
|
+
closeLabel?: string;
|
|
8991
|
+
loading?: boolean;
|
|
8992
|
+
codeLength?: number;
|
|
8993
|
+
/** ISO timestamp the resend unlocks at; the block only ticks it down. */
|
|
8994
|
+
cooldownUntil?: string | null;
|
|
8995
|
+
/** The server's verdict on the code. */
|
|
8996
|
+
codeError?: string;
|
|
8997
|
+
/** "Sent to +264 81 ••• 678" — masked by the site. */
|
|
8998
|
+
maskedIdentity?: string;
|
|
8999
|
+
/** The auto-suggested nickname for the username field (canvas 9b). */
|
|
9000
|
+
suggestedUsername?: string;
|
|
9001
|
+
texts: SignupTexts;
|
|
9002
|
+
/** Steps layout: one step submitted. Values are the step's own fields. */
|
|
9003
|
+
onSubmitStep?: (step: SignupStepId, values: Record<string, unknown>) => void;
|
|
9004
|
+
/** Single layout (and 10a): the whole form. With `in_form` timing the
|
|
9005
|
+
* code rides along under `code`. */
|
|
9006
|
+
onSubmit?: (values: Record<string, unknown>) => void;
|
|
9007
|
+
/** Steps layout verify step: the code on its own. */
|
|
9008
|
+
onVerifyCode?: (code: string) => void;
|
|
9009
|
+
onResend?: () => void;
|
|
9010
|
+
onEditIdentity?: () => void;
|
|
9011
|
+
onSuggestUsername?: () => void;
|
|
9012
|
+
onSignIn?: () => void;
|
|
9013
|
+
className?: string;
|
|
9014
|
+
};
|
|
9015
|
+
/** Where a field lives once the engine has spoken. */
|
|
9016
|
+
declare const stepOf: (field: SignupField) => SignupStepId;
|
|
9017
|
+
/**
|
|
9018
|
+
* The derivation: enabled fields fall into their steps, `verify` inserts its
|
|
9019
|
+
* step after identity, empty steps do not exist. This is the whole engine —
|
|
9020
|
+
* a panel reorders a table and the screens follow.
|
|
9021
|
+
*/
|
|
9022
|
+
declare const deriveSteps: (fields: SignupField[], verify: boolean) => SignupStepId[];
|
|
9023
|
+
declare const SignupPanel: react.ForwardRefExoticComponent<SignupPanelProps & react.RefAttributes<FormContextType>>;
|
|
9024
|
+
|
|
9025
|
+
/**
|
|
9026
|
+
* COMPLETION — the forced post-login step (auth canvas, screen 12): "we're
|
|
9027
|
+
* moving to password sign-in, set yours now". Login migration's front door,
|
|
9028
|
+
* but the shape is generic on purpose: any required completion (a missing
|
|
9029
|
+
* alternate contact, a consent renewal) is an eyebrow, a title, a sentence,
|
|
9030
|
+
* some fields and a save.
|
|
9031
|
+
*
|
|
9032
|
+
* THE FIELDS ARE THE CHILDREN. The site composes them from ITD Field/Input
|
|
9033
|
+
* inside this panel's Form - the block does not know which method the brand
|
|
9034
|
+
* is migrating to, and it should not. What the block owns: the shell (the
|
|
9035
|
+
* login block's), the validity gate, and the skip/forced split:
|
|
9036
|
+
*
|
|
9037
|
+
* - during grace (`skippable`): a ghost "remind me later" and the deadline
|
|
9038
|
+
* note under it;
|
|
9039
|
+
* - after grace: no skip, the forced sentence in its place. The site decides
|
|
9040
|
+
* which day that flips - migration.force_after_grace is config, not UI.
|
|
9041
|
+
*/
|
|
9042
|
+
type CompletionTexts = {
|
|
9043
|
+
/** the chip: "Action needed" */
|
|
9044
|
+
eyebrow?: string;
|
|
9045
|
+
title: string;
|
|
9046
|
+
/** "We're moving to password sign-in. Set yours now to keep access after 12 Sep." */
|
|
9047
|
+
hint?: ReactNode;
|
|
9048
|
+
submit: string;
|
|
9049
|
+
/** "Remind me later" - drawn only while `skippable` */
|
|
9050
|
+
skip?: string;
|
|
9051
|
+
/** "12 days left" - drawn beside the skip */
|
|
9052
|
+
deadline?: string;
|
|
9053
|
+
/** "The grace period has ended. This step can't be skipped anymore." */
|
|
9054
|
+
forced?: string;
|
|
9055
|
+
};
|
|
9056
|
+
type CompletionPanelProps = {
|
|
9057
|
+
texts: CompletionTexts;
|
|
9058
|
+
/** grace period still running: the step can wait until tomorrow */
|
|
9059
|
+
skippable?: boolean;
|
|
9060
|
+
loading?: boolean;
|
|
9061
|
+
logo?: ReactNode;
|
|
9062
|
+
/** the FIELDS, site-composed (ITD Field/Input) - rendered inside the form */
|
|
9063
|
+
children: ReactNode;
|
|
9064
|
+
onSubmit?: (values: Record<string, unknown>) => void;
|
|
9065
|
+
onSkip?: () => void;
|
|
9066
|
+
className?: string;
|
|
9067
|
+
};
|
|
9068
|
+
declare const CompletionPanel: react.ForwardRefExoticComponent<CompletionPanelProps & react.RefAttributes<FormContextType>>;
|
|
9069
|
+
|
|
9070
|
+
type AuthPageProps = {
|
|
9071
|
+
/** The production marker for this screen — `inn-force-change-password`,
|
|
9072
|
+
* `inn-reset-password`, `inn-email-verification`. Fixed, not swapped: these
|
|
9073
|
+
* routes render the same tree on both platforms (the site's pages carry the
|
|
9074
|
+
* platform-prefixed id, so pass it already resolved when that matters). */
|
|
9075
|
+
marker?: string;
|
|
9076
|
+
/** The brand mark above the column. */
|
|
9077
|
+
logo?: ReactNode;
|
|
9078
|
+
/** Overrides the column width for a screen that is not a form — the result
|
|
9079
|
+
* page runs wider, because a 370px form column letterboxes its panel. */
|
|
9080
|
+
width?: string;
|
|
9081
|
+
/** The column's Card. A form wants one — with no site chrome there is
|
|
9082
|
+
* nothing else holding it — but the Result page is already a panel, and
|
|
9083
|
+
* boxing a box helps nobody. */
|
|
9084
|
+
card?: boolean;
|
|
9085
|
+
children?: ReactNode;
|
|
9086
|
+
/** The bottom row: the language picker on the left… */
|
|
9087
|
+
language?: ReactNode;
|
|
9088
|
+
/** …and the copyright line on the right. */
|
|
9089
|
+
copyright?: ReactNode;
|
|
9090
|
+
className?: string;
|
|
9091
|
+
};
|
|
9092
|
+
declare const AuthPage: ({ marker, logo, width, card, children, language, copyright, className, }: AuthPageProps) => react.JSX.Element;
|
|
9093
|
+
type AuthPageTitleProps = {
|
|
9094
|
+
title: string;
|
|
9095
|
+
subtitle?: string;
|
|
9096
|
+
};
|
|
9097
|
+
declare const AuthPageTitle: ({ title, subtitle }: AuthPageTitleProps) => react.JSX.Element;
|
|
9098
|
+
declare const AuthPageSeparator: () => react.JSX.Element;
|
|
9099
|
+
type PasswordTexts = {
|
|
9100
|
+
title: string;
|
|
9101
|
+
subtitle?: string;
|
|
9102
|
+
/** The "8 characters, a digit, upper, lower, symbol, no spaces" line. */
|
|
9103
|
+
rules?: string;
|
|
9104
|
+
newPassword: string;
|
|
9105
|
+
confirmPassword: string;
|
|
9106
|
+
/** The message when the two do not match. */
|
|
9107
|
+
confirmRequired?: string;
|
|
9108
|
+
submit: string;
|
|
9109
|
+
support?: string;
|
|
9110
|
+
};
|
|
9111
|
+
type ForceChangePasswordValues = {
|
|
9112
|
+
current_password: string;
|
|
9113
|
+
new_password: string;
|
|
9114
|
+
};
|
|
9115
|
+
type ForceChangePasswordProps = {
|
|
9116
|
+
texts: PasswordTexts & {
|
|
9117
|
+
currentPassword: string;
|
|
9118
|
+
};
|
|
9119
|
+
/** Glyph for the password fields' addonBefore (the site uses a key icon). */
|
|
9120
|
+
fieldIcon?: ReactNode;
|
|
9121
|
+
logo?: ReactNode;
|
|
9122
|
+
loading?: boolean;
|
|
9123
|
+
onSubmit?: (values: ForceChangePasswordValues) => void;
|
|
9124
|
+
onContactSupport?: () => void;
|
|
9125
|
+
language?: ReactNode;
|
|
9126
|
+
copyright?: ReactNode;
|
|
9127
|
+
className?: string;
|
|
9128
|
+
};
|
|
9129
|
+
/**
|
|
9130
|
+
* `/force-change-password` — the screen a login lands on when the account
|
|
9131
|
+
* carries `forceChangePassword`. Three fields, because the user IS signed in
|
|
9132
|
+
* and has to prove the current password before replacing it.
|
|
9133
|
+
*/
|
|
9134
|
+
declare const ForceChangePassword: react.ForwardRefExoticComponent<ForceChangePasswordProps & react.RefAttributes<FormContextType>>;
|
|
9135
|
+
type ResetPasswordValues = {
|
|
9136
|
+
new_password: string;
|
|
9137
|
+
};
|
|
9138
|
+
type ResetPasswordProps = {
|
|
9139
|
+
texts: PasswordTexts;
|
|
9140
|
+
fieldIcon?: ReactNode;
|
|
9141
|
+
logo?: ReactNode;
|
|
9142
|
+
loading?: boolean;
|
|
9143
|
+
onSubmit?: (values: ResetPasswordValues) => void;
|
|
9144
|
+
onContactSupport?: () => void;
|
|
9145
|
+
language?: ReactNode;
|
|
9146
|
+
copyright?: ReactNode;
|
|
9147
|
+
className?: string;
|
|
9148
|
+
};
|
|
9149
|
+
/**
|
|
9150
|
+
* `/reset-password/:secret` — reached from the mail link, so nobody is signed
|
|
9151
|
+
* in: no current password, and the rules go in an Alert instead of the small
|
|
9152
|
+
* grey line, because this is the first time the visitor reads them.
|
|
9153
|
+
*/
|
|
9154
|
+
declare const ResetPassword: react.ForwardRefExoticComponent<ResetPasswordProps & react.RefAttributes<FormContextType>>;
|
|
9155
|
+
/** The four outcomes of following the link. `loading` is the state the page
|
|
9156
|
+
* MOUNTS in: it verifies on arrival, the visitor does nothing. */
|
|
9157
|
+
type EmailVerificationState = 'loading' | 'success' | 'error' | 'expired';
|
|
9158
|
+
type EmailVerificationProps = {
|
|
9159
|
+
state: EmailVerificationState;
|
|
9160
|
+
texts: Record<EmailVerificationState, {
|
|
9161
|
+
title: string;
|
|
9162
|
+
subtitle: string;
|
|
9163
|
+
}> & {
|
|
9164
|
+
home: string;
|
|
9165
|
+
};
|
|
9166
|
+
/** Per-state artwork — a URL or a node. Omit and the state shows the spinner
|
|
9167
|
+
* (loading) or nothing (the rest); the site passes its colourful set. */
|
|
9168
|
+
images?: Partial<Record<EmailVerificationState, string | ReactNode>>;
|
|
9169
|
+
onHome?: () => void;
|
|
9170
|
+
homeHref?: string;
|
|
9171
|
+
logo?: ReactNode;
|
|
9172
|
+
language?: ReactNode;
|
|
9173
|
+
copyright?: ReactNode;
|
|
9174
|
+
className?: string;
|
|
9175
|
+
};
|
|
9176
|
+
/**
|
|
9177
|
+
* `/email-verification/:code` — no form at all: the page fires the request on
|
|
9178
|
+
* mount and reports. The title takes the state's colour (error red, expired
|
|
9179
|
+
* amber, success the accent) through `data-state`, so a site re-points one
|
|
9180
|
+
* knob rather than three selectors.
|
|
9181
|
+
*/
|
|
9182
|
+
declare const EmailVerification: ({ state, texts, images, onHome, homeHref, logo, language, copyright, className, }: EmailVerificationProps) => react.JSX.Element;
|
|
9183
|
+
|
|
8703
9184
|
/**
|
|
8704
9185
|
* BACK TO TOP — the button that appears once somebody has scrolled a screenful.
|
|
8705
9186
|
*
|
|
@@ -8719,7 +9200,7 @@ declare const SVGUrlToPNGDataUrl: (url: string, options?: SvgToPngOptions) => Pr
|
|
|
8719
9200
|
*/
|
|
8720
9201
|
declare function BackTop({ children }: {
|
|
8721
9202
|
children?: ReactNode;
|
|
8722
|
-
}):
|
|
9203
|
+
}): react.JSX.Element;
|
|
8723
9204
|
|
|
8724
9205
|
type ProgressProps = {
|
|
8725
9206
|
status?: ProgressStatus;
|
|
@@ -8730,7 +9211,7 @@ type ProgressProps = {
|
|
|
8730
9211
|
};
|
|
8731
9212
|
type ProgressStatus = "normal" | "active" | "warning" | "success" | "exception";
|
|
8732
9213
|
|
|
8733
|
-
declare function Progress({ status, percent, alwaysShowPercent, showInfo, className, }: ProgressProps):
|
|
9214
|
+
declare function Progress({ status, percent, alwaysShowPercent, showInfo, className, }: ProgressProps): react.JSX.Element;
|
|
8734
9215
|
|
|
8735
9216
|
type SkeletonVariant = 'text' | 'rect' | 'circle';
|
|
8736
9217
|
type SkeletonAnimation = 'shimmer' | 'pulse' | 'none';
|
|
@@ -8751,7 +9232,7 @@ interface SkeletonProps {
|
|
|
8751
9232
|
* A theme-tokenised loading placeholder. It is purely presentational — render
|
|
8752
9233
|
* it while data is in flight and swap it for the real content when it lands.
|
|
8753
9234
|
*/
|
|
8754
|
-
declare const Skeleton: ({ variant, width, height, radius, count, animation, className, style, }: SkeletonProps) =>
|
|
9235
|
+
declare const Skeleton: ({ variant, width, height, radius, count, animation, className, style, }: SkeletonProps) => react.JSX.Element;
|
|
8755
9236
|
|
|
8756
9237
|
type AmountMaskContextValue = {
|
|
8757
9238
|
masked: boolean;
|
|
@@ -8771,7 +9252,7 @@ interface MaskProviderProps {
|
|
|
8771
9252
|
onMaskedChange?: (masked: boolean) => void;
|
|
8772
9253
|
children?: ReactNode;
|
|
8773
9254
|
}
|
|
8774
|
-
declare const MaskProvider: ({ masked: maskedProp, defaultMasked, onMaskedChange, children, }: MaskProviderProps) =>
|
|
9255
|
+
declare const MaskProvider: ({ masked: maskedProp, defaultMasked, onMaskedChange, children, }: MaskProviderProps) => react.JSX.Element;
|
|
8775
9256
|
interface AmountProps {
|
|
8776
9257
|
value: number | string;
|
|
8777
9258
|
currency?: string;
|
|
@@ -8787,14 +9268,14 @@ interface AmountProps {
|
|
|
8787
9268
|
duration?: number;
|
|
8788
9269
|
className?: string;
|
|
8789
9270
|
}
|
|
8790
|
-
declare const Amount: ({ value, currency, decimals, masked: maskedProp, mask, animate, duration, className, }: AmountProps) =>
|
|
9271
|
+
declare const Amount: ({ value, currency, decimals, masked: maskedProp, mask, animate, duration, className, }: AmountProps) => react.JSX.Element;
|
|
8791
9272
|
|
|
8792
9273
|
type TinyScrollbarProps = {
|
|
8793
9274
|
className: string;
|
|
8794
9275
|
children: ChildrenProps;
|
|
8795
9276
|
style?: React.CSSProperties;
|
|
8796
9277
|
};
|
|
8797
|
-
declare function TinyScrollbar({ className, children, style }: TinyScrollbarProps):
|
|
9278
|
+
declare function TinyScrollbar({ className, children, style }: TinyScrollbarProps): react.JSX.Element;
|
|
8798
9279
|
|
|
8799
9280
|
type TabsVariant = 'default' | 'filled' | 'line';
|
|
8800
9281
|
type TabsOrientation = 'horizontal' | 'vertical';
|
|
@@ -9081,7 +9562,7 @@ type PopoverContentProps = {
|
|
|
9081
9562
|
* - Supports A11y (role, aria-labelledby, aria-describedby)
|
|
9082
9563
|
*/
|
|
9083
9564
|
declare const PopoverContent: {
|
|
9084
|
-
({ children, variant, placement, showArrow, maxWidth, offset, ariaLabelledby, ariaDescribedby, trapFocus, }: PopoverContentProps):
|
|
9565
|
+
({ children, variant, placement, showArrow, maxWidth, offset, ariaLabelledby, ariaDescribedby, trapFocus, }: PopoverContentProps): react.JSX.Element;
|
|
9085
9566
|
displayName: string;
|
|
9086
9567
|
};
|
|
9087
9568
|
|
|
@@ -9109,7 +9590,7 @@ type PopoverProps$1 = {
|
|
|
9109
9590
|
* - Provides the id + trigger information to the children with context
|
|
9110
9591
|
*/
|
|
9111
9592
|
declare const Popover: {
|
|
9112
|
-
({ children, triggerType, closeOnClickOutside, defaultOpen, open, onOpenChange, }: PopoverProps$1):
|
|
9593
|
+
({ children, triggerType, closeOnClickOutside, defaultOpen, open, onOpenChange, }: PopoverProps$1): react.JSX.Element;
|
|
9113
9594
|
displayName: string;
|
|
9114
9595
|
};
|
|
9115
9596
|
|
|
@@ -9144,7 +9625,7 @@ type TooltipProps = {
|
|
|
9144
9625
|
closeDelay?: number;
|
|
9145
9626
|
};
|
|
9146
9627
|
declare const Tooltip: {
|
|
9147
|
-
({ children, openDelay, closeDelay, }: TooltipProps):
|
|
9628
|
+
({ children, openDelay, closeDelay, }: TooltipProps): react.JSX.Element;
|
|
9148
9629
|
displayName: string;
|
|
9149
9630
|
};
|
|
9150
9631
|
|
|
@@ -9177,7 +9658,7 @@ type TooltipContentProps = {
|
|
|
9177
9658
|
offset?: number;
|
|
9178
9659
|
};
|
|
9179
9660
|
declare const TooltipContent: {
|
|
9180
|
-
({ children, placement, variant, offset, }: TooltipContentProps):
|
|
9661
|
+
({ children, placement, variant, offset, }: TooltipContentProps): react.JSX.Element;
|
|
9181
9662
|
displayName: string;
|
|
9182
9663
|
};
|
|
9183
9664
|
|
|
@@ -9189,7 +9670,7 @@ type HoverCardProps = {
|
|
|
9189
9670
|
closeDelay?: number;
|
|
9190
9671
|
};
|
|
9191
9672
|
declare const HoverCard: {
|
|
9192
|
-
({ children, openDelay, closeDelay, }: HoverCardProps):
|
|
9673
|
+
({ children, openDelay, closeDelay, }: HoverCardProps): react.JSX.Element;
|
|
9193
9674
|
displayName: string;
|
|
9194
9675
|
};
|
|
9195
9676
|
|
|
@@ -9231,7 +9712,7 @@ type HoverCardContentProps = {
|
|
|
9231
9712
|
ariaDescribedby?: string;
|
|
9232
9713
|
};
|
|
9233
9714
|
declare const HoverCardContent: {
|
|
9234
|
-
({ children, placement, variant, showArrow, maxWidth, offset, ariaLabelledby, ariaDescribedby, }: HoverCardContentProps):
|
|
9715
|
+
({ children, placement, variant, showArrow, maxWidth, offset, ariaLabelledby, ariaDescribedby, }: HoverCardContentProps): react.JSX.Element;
|
|
9235
9716
|
displayName: string;
|
|
9236
9717
|
};
|
|
9237
9718
|
|
|
@@ -9244,11 +9725,11 @@ type DialogProps = {
|
|
|
9244
9725
|
onOpenChange?: (open: boolean) => void;
|
|
9245
9726
|
children: ReactNode;
|
|
9246
9727
|
};
|
|
9247
|
-
declare const Dialog: ({ open: controlledOpen, defaultOpen, onOpenChange, children, }: DialogProps) =>
|
|
9728
|
+
declare const Dialog: ({ open: controlledOpen, defaultOpen, onOpenChange, children, }: DialogProps) => react.JSX.Element;
|
|
9248
9729
|
type DialogTriggerProps = ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
9249
9730
|
asChild?: boolean;
|
|
9250
9731
|
};
|
|
9251
|
-
declare const DialogTrigger: ({ asChild, onClick, children, ...rest }: DialogTriggerProps) =>
|
|
9732
|
+
declare const DialogTrigger: ({ asChild, onClick, children, ...rest }: DialogTriggerProps) => react.JSX.Element | null;
|
|
9252
9733
|
/**
|
|
9253
9734
|
* `center` (default) renders the classic centered dialog. The edge values turn
|
|
9254
9735
|
* the surface into a Sheet that slides in from that edge — used by the `Sheet`
|
|
@@ -9286,7 +9767,7 @@ type DialogContentProps = HTMLAttributes<HTMLDivElement> & {
|
|
|
9286
9767
|
* explicit edge `side` — a `Sheet`. Keeping the branch here means each surface
|
|
9287
9768
|
* owns its own hooks (no conditional-hook violations).
|
|
9288
9769
|
*/
|
|
9289
|
-
declare const DialogContent: (props: DialogContentProps) =>
|
|
9770
|
+
declare const DialogContent: (props: DialogContentProps) => react.JSX.Element;
|
|
9290
9771
|
/**
|
|
9291
9772
|
* Footer offers `plain`, `separator` (a tinted block + divider line) or
|
|
9292
9773
|
* `filled` (a tinted block with no line). The header has no variant — it is
|
|
@@ -9299,51 +9780,51 @@ type DialogHeaderVariant = 'plain' | 'separator';
|
|
|
9299
9780
|
type DialogHeaderProps = HTMLAttributes<HTMLDivElement> & {
|
|
9300
9781
|
variant?: DialogHeaderVariant;
|
|
9301
9782
|
};
|
|
9302
|
-
declare const DialogHeader: ({ className, variant, ...rest }: DialogHeaderProps) =>
|
|
9303
|
-
declare const DialogTitle: ({ className, ...rest }: HTMLAttributes<HTMLHeadingElement>) =>
|
|
9304
|
-
declare const DialogDescription: ({ className, ...rest }: HTMLAttributes<HTMLParagraphElement>) =>
|
|
9783
|
+
declare const DialogHeader: ({ className, variant, ...rest }: DialogHeaderProps) => react.JSX.Element;
|
|
9784
|
+
declare const DialogTitle: ({ className, ...rest }: HTMLAttributes<HTMLHeadingElement>) => react.JSX.Element;
|
|
9785
|
+
declare const DialogDescription: ({ className, ...rest }: HTMLAttributes<HTMLParagraphElement>) => react.JSX.Element;
|
|
9305
9786
|
type DialogFooterProps = HTMLAttributes<HTMLDivElement> & {
|
|
9306
9787
|
/** `plain` (default), `separator` (divider line) or `filled` (tint + divider). */
|
|
9307
9788
|
variant?: DialogFooterVariant;
|
|
9308
9789
|
};
|
|
9309
|
-
declare const DialogFooter: ({ className, variant, ...rest }: DialogFooterProps) =>
|
|
9790
|
+
declare const DialogFooter: ({ className, variant, ...rest }: DialogFooterProps) => react.JSX.Element;
|
|
9310
9791
|
type DialogCloseProps = ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
9311
9792
|
asChild?: boolean;
|
|
9312
9793
|
};
|
|
9313
|
-
declare const DialogClose: ({ asChild, onClick, children, ...rest }: DialogCloseProps) =>
|
|
9794
|
+
declare const DialogClose: ({ asChild, onClick, children, ...rest }: DialogCloseProps) => react.JSX.Element | null;
|
|
9314
9795
|
/** Root — controlled/uncontrolled open state. */
|
|
9315
|
-
declare const AlertDialog: ({ open: controlledOpen, defaultOpen, onOpenChange, children, }: DialogProps) =>
|
|
9796
|
+
declare const AlertDialog: ({ open: controlledOpen, defaultOpen, onOpenChange, children, }: DialogProps) => react.JSX.Element;
|
|
9316
9797
|
/** Opens the alert dialog. Use `asChild` to wrap your own trigger element. */
|
|
9317
|
-
declare const AlertDialogTrigger: ({ asChild, onClick, children, ...rest }: DialogTriggerProps) =>
|
|
9798
|
+
declare const AlertDialogTrigger: ({ asChild, onClick, children, ...rest }: DialogTriggerProps) => react.JSX.Element | null;
|
|
9318
9799
|
type AlertDialogContentProps = Omit<DialogContentProps, 'showClose' | 'closeOnOutsideClick'>;
|
|
9319
9800
|
/** The dialog surface (portal + overlay + focus trap). No X, no outside-dismiss. */
|
|
9320
9801
|
declare const AlertDialogContent: {
|
|
9321
|
-
({ className, ...props }: AlertDialogContentProps):
|
|
9802
|
+
({ className, ...props }: AlertDialogContentProps): react.JSX.Element;
|
|
9322
9803
|
displayName: string;
|
|
9323
9804
|
};
|
|
9324
|
-
declare const AlertDialogHeader: ({ className, variant, ...rest }: DialogHeaderProps) =>
|
|
9325
|
-
declare const AlertDialogTitle: ({ className, ...rest }: HTMLAttributes<HTMLHeadingElement>) =>
|
|
9326
|
-
declare const AlertDialogDescription: ({ className, ...rest }: HTMLAttributes<HTMLParagraphElement>) =>
|
|
9327
|
-
declare const AlertDialogFooter: ({ className, variant, ...rest }: DialogFooterProps) =>
|
|
9805
|
+
declare const AlertDialogHeader: ({ className, variant, ...rest }: DialogHeaderProps) => react.JSX.Element;
|
|
9806
|
+
declare const AlertDialogTitle: ({ className, ...rest }: HTMLAttributes<HTMLHeadingElement>) => react.JSX.Element;
|
|
9807
|
+
declare const AlertDialogDescription: ({ className, ...rest }: HTMLAttributes<HTMLParagraphElement>) => react.JSX.Element;
|
|
9808
|
+
declare const AlertDialogFooter: ({ className, variant, ...rest }: DialogFooterProps) => react.JSX.Element;
|
|
9328
9809
|
/** Dismisses the dialog (no action). An outline button by default. */
|
|
9329
9810
|
declare const AlertDialogCancel: {
|
|
9330
|
-
({ children, onClick, ...props }: ButtonProps):
|
|
9811
|
+
({ children, onClick, ...props }: ButtonProps): react.JSX.Element;
|
|
9331
9812
|
displayName: string;
|
|
9332
9813
|
};
|
|
9333
9814
|
/** Confirms the action, then closes. Call `event.preventDefault()` to keep it open. */
|
|
9334
9815
|
declare const AlertDialogAction: {
|
|
9335
|
-
({ children, onClick, ...props }: ButtonProps):
|
|
9816
|
+
({ children, onClick, ...props }: ButtonProps): react.JSX.Element;
|
|
9336
9817
|
displayName: string;
|
|
9337
9818
|
};
|
|
9338
9819
|
/** Root — controlled/uncontrolled open state (same engine as Dialog). */
|
|
9339
|
-
declare const Sheet: ({ open: controlledOpen, defaultOpen, onOpenChange, children, }: DialogProps) =>
|
|
9820
|
+
declare const Sheet: ({ open: controlledOpen, defaultOpen, onOpenChange, children, }: DialogProps) => react.JSX.Element;
|
|
9340
9821
|
/** Opens the sheet. Use `asChild` to wrap your own trigger element. */
|
|
9341
|
-
declare const SheetTrigger: ({ asChild, onClick, children, ...rest }: DialogTriggerProps) =>
|
|
9342
|
-
declare const SheetHeader: ({ className, variant, ...rest }: DialogHeaderProps) =>
|
|
9343
|
-
declare const SheetTitle: ({ className, ...rest }: HTMLAttributes<HTMLHeadingElement>) =>
|
|
9344
|
-
declare const SheetDescription: ({ className, ...rest }: HTMLAttributes<HTMLParagraphElement>) =>
|
|
9345
|
-
declare const SheetFooter: ({ className, variant, ...rest }: DialogFooterProps) =>
|
|
9346
|
-
declare const SheetClose: ({ asChild, onClick, children, ...rest }: DialogCloseProps) =>
|
|
9822
|
+
declare const SheetTrigger: ({ asChild, onClick, children, ...rest }: DialogTriggerProps) => react.JSX.Element | null;
|
|
9823
|
+
declare const SheetHeader: ({ className, variant, ...rest }: DialogHeaderProps) => react.JSX.Element;
|
|
9824
|
+
declare const SheetTitle: ({ className, ...rest }: HTMLAttributes<HTMLHeadingElement>) => react.JSX.Element;
|
|
9825
|
+
declare const SheetDescription: ({ className, ...rest }: HTMLAttributes<HTMLParagraphElement>) => react.JSX.Element;
|
|
9826
|
+
declare const SheetFooter: ({ className, variant, ...rest }: DialogFooterProps) => react.JSX.Element;
|
|
9827
|
+
declare const SheetClose: ({ asChild, onClick, children, ...rest }: DialogCloseProps) => react.JSX.Element | null;
|
|
9347
9828
|
/** Which edge the sheet slides in from. */
|
|
9348
9829
|
type SheetSide = Exclude<DialogSide, 'center'>;
|
|
9349
9830
|
type SheetContentProps = Omit<DialogContentProps, 'side' | 'responsive' | 'mobileBreakpoint'> & {
|
|
@@ -9352,7 +9833,7 @@ type SheetContentProps = Omit<DialogContentProps, 'side' | 'responsive' | 'mobil
|
|
|
9352
9833
|
};
|
|
9353
9834
|
/** The sheet surface (portal + overlay + focus trap), anchored to `side`. */
|
|
9354
9835
|
declare const SheetContent: {
|
|
9355
|
-
({ side, ...props }: SheetContentProps):
|
|
9836
|
+
({ side, ...props }: SheetContentProps): react.JSX.Element;
|
|
9356
9837
|
displayName: string;
|
|
9357
9838
|
};
|
|
9358
9839
|
|
|
@@ -9391,7 +9872,7 @@ type FlexGapProps = "small" | "medium" | "large" | string | number;
|
|
|
9391
9872
|
type FlexJustifyProps = "unset" | "flex-start" | "center" | "flex-end" | "space-between" | "space-around" | "space-evenly";
|
|
9392
9873
|
type FlexAlignProps = "unset" | "flex-start" | "center" | "flex-end";
|
|
9393
9874
|
|
|
9394
|
-
declare const Flex: ({ gap, justify, align, vertical, wrap, stretch, style, className, children, }: FlexProps) =>
|
|
9875
|
+
declare const Flex: ({ gap, justify, align, vertical, wrap, stretch, style, className, children, }: FlexProps) => react.JSX.Element;
|
|
9395
9876
|
|
|
9396
9877
|
/** Props the real <input> already owns, or that CodeInput drives itself. */
|
|
9397
9878
|
type OwnedInputAttrs = 'id' | 'value' | 'defaultValue' | 'type' | 'size' | 'onChange' | 'onFocus' | 'onBlur' | 'onSelect' | 'maxLength' | 'inputMode' | 'autoComplete' | 'autoFocus' | 'disabled' | 'readOnly' | 'placeholder' | 'className';
|
|
@@ -11057,5 +11538,5 @@ declare const resources: {
|
|
|
11057
11538
|
};
|
|
11058
11539
|
};
|
|
11059
11540
|
|
|
11060
|
-
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 };
|
|
11061
|
-
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 };
|
|
11541
|
+
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, AuthPage, AuthPageSeparator, AuthPageTitle, 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, CompletionPanel, 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, EmailVerification, FeaturedGames, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileChecker, FileDocument, FileExcel, FileExtensions, FilePdf, FileTypes, FilterTabs, FindSelector, Flex, Footer, ForceChangePassword, 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, LoginPanel, 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, ResetPassword, Result, SITE_THEME_DEFAULTS, SITE_THEME_FIELDS, SVGLoader, SVGUrlToPNGDataUrl, Select, SelectGroup, SelectItem, SelectLabel, SelectSeparator, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, SignupPanel, 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, deriveSteps, 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, stepOf, 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 };
|
|
11542
|
+
export type { AccordionItemProps, AccordionProps, AccordionSubMenuProps, AlertDialogContentProps, AlertProps, AlertType, AmountMaskContextValue, AmountProps, AnnouncementBarHideMode, AnnouncementBarProps, AuthPageProps, AuthPageTitleProps, 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, CompletionPanelProps, CompletionTexts, 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, EmailVerificationProps, EmailVerificationState, FeaturedGamesProps, FieldLegendProps, FieldOption, FieldProps, FieldSchema, FieldSource, FieldUpdateProps, FieldsSchema, FilterTabOption, FilterTabsProps, FlexAlignProps, FlexGapProps, FlexJustifyProps, FlexProps, FooterApp, FooterLink, FooterProps, FooterSeal, FooterSitemapGroup, FooterSocial, ForceChangePasswordProps, ForceChangePasswordValues, 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, LoginAlternate, LoginCredentials, LoginIdentifier, LoginPanelProps, LoginStep, LoginTexts, 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, PasswordlessChannel, PhoneCountry, PopoverProps, PostViewerBlock, ProgressProps, ProgressStatus, PromotionCardData, PromotionsGridProps, QueryValueProps, RadioGroupItemProps, RadioGroupProps, RaffleData, RaffleParticipant, RafflePrize, RangePickerProps, RangePreset, RangeValue, RangeValueProps, Realm, ResetPasswordProps, ResetPasswordValues, ResolvedSiteTheme, ResultProps, SampleSource, SelectOptionProps, SelectProps, SelectToggleProps, SelectValue, SeparatorProps, ShadcnImportResult, SheetContentProps, SheetSide, SignupField, SignupFieldKind, SignupFieldOption, SignupLayout, SignupPanelProps, SignupStepId, SignupTexts, SignupVerificationTiming, 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 };
|