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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/CHANGELOG.md +60 -0
  2. package/dist/cjs/back-top/index.js +1 -1
  3. package/dist/cjs/blocks/auth-complete/index.js +1 -0
  4. package/dist/cjs/blocks/auth-page/index.js +1 -0
  5. package/dist/cjs/blocks/banner/index.js +1 -1
  6. package/dist/cjs/blocks/casino-featured/index.js +1 -1
  7. package/dist/cjs/blocks/game-box/index.js +1 -1
  8. package/dist/cjs/blocks/header/index.js +1 -1
  9. package/dist/cjs/blocks/login/index.js +1 -0
  10. package/dist/cjs/blocks/mega-menu/index.js +1 -1
  11. package/dist/cjs/blocks/signup/index.js +1 -0
  12. package/dist/cjs/blocks/slider/index.js +1 -1
  13. package/dist/cjs/blocks/tournaments/index.js +1 -1
  14. package/dist/cjs/blocks/user-hub/profile.js +1 -1
  15. package/dist/cjs/enums/enum.js +1 -1
  16. package/dist/cjs/form/validation/Validator.js +1 -1
  17. package/dist/cjs/helpers/theme/exampleSitePreset.js +1 -0
  18. package/dist/cjs/helpers/theme/sitePreset.js +1 -0
  19. package/dist/cjs/index.js +1 -1
  20. package/dist/cjs/locales/en/itd.json.js +1 -1
  21. package/dist/cjs/locales/tr/itd.json.js +1 -1
  22. package/dist/css/game-box.css +1 -1
  23. package/dist/css/signup.css +1 -1
  24. package/dist/es/back-top/index.js +1 -1
  25. package/dist/es/blocks/auth-complete/index.js +1 -0
  26. package/dist/es/blocks/auth-page/index.js +1 -0
  27. package/dist/es/blocks/banner/index.js +1 -1
  28. package/dist/es/blocks/casino-featured/index.js +1 -1
  29. package/dist/es/blocks/game-box/index.js +1 -1
  30. package/dist/es/blocks/header/index.js +1 -1
  31. package/dist/es/blocks/login/index.js +1 -0
  32. package/dist/es/blocks/mega-menu/index.js +1 -1
  33. package/dist/es/blocks/signup/index.js +1 -0
  34. package/dist/es/blocks/slider/index.js +1 -1
  35. package/dist/es/blocks/tournaments/index.js +1 -1
  36. package/dist/es/blocks/user-hub/profile.js +1 -1
  37. package/dist/es/enums/enum.js +1 -1
  38. package/dist/es/form/validation/Validator.js +1 -1
  39. package/dist/es/helpers/theme/exampleSitePreset.js +1 -0
  40. package/dist/es/helpers/theme/sitePreset.js +1 -0
  41. package/dist/es/index.js +1 -1
  42. package/dist/es/locales/en/itd.json.js +1 -1
  43. package/dist/es/locales/tr/itd.json.js +1 -1
  44. package/dist/global.css +2 -2
  45. package/dist/index.d.ts +528 -7
  46. package/dist/locales/en/itd.json +2 -1
  47. package/dist/locales/itd.json +2 -1
  48. package/dist/locales/tr/itd.json +2 -1
  49. package/dist/types/blocks/auth-complete/index.d.ts +2 -0
  50. package/dist/types/blocks/auth-page/index.d.ts +2 -0
  51. package/dist/types/blocks/banner/index.d.ts +2 -0
  52. package/dist/types/blocks/box-title/index.d.ts +2 -0
  53. package/dist/types/blocks/casino-featured/index.d.ts +8 -0
  54. package/dist/types/blocks/default-avatar/index.d.ts +1 -0
  55. package/dist/types/blocks/featured-games/index.d.ts +2 -0
  56. package/dist/types/blocks/filter-tabs/index.d.ts +2 -0
  57. package/dist/types/blocks/footer/index.d.ts +2 -0
  58. package/dist/types/blocks/game-box/index.d.ts +21 -0
  59. package/dist/types/blocks/game-carousel/index.d.ts +2 -0
  60. package/dist/types/blocks/game-categories/index.d.ts +2 -0
  61. package/dist/types/blocks/game-filter/index.d.ts +2 -0
  62. package/dist/types/blocks/game-navigator/index.d.ts +2 -0
  63. package/dist/types/blocks/game-providers/index.d.ts +2 -0
  64. package/dist/types/blocks/game-search/index.d.ts +4 -0
  65. package/dist/types/blocks/game-shell/index.d.ts +2 -0
  66. package/dist/types/blocks/games-grid/index.d.ts +2 -0
  67. package/dist/types/blocks/header/index.d.ts +2 -0
  68. package/dist/types/blocks/help/index.d.ts +2 -0
  69. package/dist/types/blocks/last-winners/index.d.ts +2 -0
  70. package/dist/types/blocks/layout-boxes/index.d.ts +2 -0
  71. package/dist/types/blocks/login/index.d.ts +6 -0
  72. package/dist/types/blocks/mega-menu/index.d.ts +4 -0
  73. package/dist/types/blocks/min-width-gate/index.d.ts +2 -0
  74. package/dist/types/blocks/mobile-bottom-nav/index.d.ts +2 -0
  75. package/dist/types/blocks/multiple-jackpots/index.d.ts +2 -0
  76. package/dist/types/blocks/notifications/index.d.ts +2 -0
  77. package/dist/types/blocks/post-viewer/index.d.ts +2 -0
  78. package/dist/types/blocks/promotions-grid/index.d.ts +192 -0
  79. package/dist/types/blocks/raffle/index.d.ts +2 -0
  80. package/dist/types/blocks/signup/index.d.ts +2 -0
  81. package/dist/types/blocks/slider/index.d.ts +2 -0
  82. package/dist/types/blocks/slider-double/index.d.ts +2 -0
  83. package/dist/types/blocks/spacer/index.d.ts +36 -0
  84. package/dist/types/blocks/sub-page-header/index.d.ts +2 -0
  85. package/dist/types/blocks/tournaments/index.d.ts +2 -0
  86. package/dist/types/blocks/user-hub/index.d.ts +2 -0
  87. package/package.json +6 -1
@@ -63,7 +63,8 @@
63
63
  "adminUsernameRule": "Only English letters and digits. No symbols (-_. vs) and no space is allowed",
64
64
  "invalidURL": "Invalid URL",
65
65
  "fieldMustBeDifferent": "This field must be different from: {{- fields}}",
66
- "forbiddenWords": "You cannot use this word in this field."
66
+ "forbiddenWords": "You cannot use this word in this field.",
67
+ "multipleOf": "The value must be a multiple of {{- value}}"
67
68
  },
68
69
  "uploader": {
69
70
  "header": "Drag and drop an file",
@@ -63,7 +63,8 @@
63
63
  "adminUsernameRule": "Sadece ingilizce harflerden ve rakamlardan oluşmalıdır. Semboller (-_. vs) ve boşluk karakteri kullanılamaz.",
64
64
  "invalidURL": "Geçersiz URL",
65
65
  "fieldMustBeDifferent": "Bu alan şunlarla aynı olmamalıdır: {{- fields}}",
66
- "forbiddenWords": "Bu alan içerisinde bu kelimeyi kullanamazsınız."
66
+ "forbiddenWords": "Bu alan içerisinde bu kelimeyi kullanamazsınız.",
67
+ "multipleOf": "Değer {{- value}}'in katı olmalıdır."
67
68
  },
68
69
  "uploader": {
69
70
  "header": "Bir resmi sürükleyip bırakın",
@@ -63,7 +63,8 @@
63
63
  "adminUsernameRule": "Sadece ingilizce harflerden ve rakamlardan oluşmalıdır. Semboller (-_. vs) ve boşluk karakteri kullanılamaz.",
64
64
  "invalidURL": "Geçersiz URL",
65
65
  "fieldMustBeDifferent": "Bu alan şunlarla aynı olmamalıdır: {{- fields}}",
66
- "forbiddenWords": "Bu alan içerisinde bu kelimeyi kullanamazsınız."
66
+ "forbiddenWords": "Bu alan içerisinde bu kelimeyi kullanamazsınız.",
67
+ "multipleOf": "Değer {{- value}}'in katı olmalıdır."
67
68
  },
68
69
  "uploader": {
69
70
  "header": "Bir resmi sürükleyip bırakın",
@@ -0,0 +1,2 @@
1
+ export { CompletionPanel as default } from '../../../index';
2
+ export type { CompletionPanelProps, CompletionTexts } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { AuthPage as default, AuthPageTitle, AuthPageSeparator, ForceChangePassword, ResetPassword, EmailVerification } from '../../../index';
2
+ export type { AuthPageProps, AuthPageTitleProps, ForceChangePasswordProps, ForceChangePasswordValues, ResetPasswordProps, ResetPasswordValues, EmailVerificationProps, EmailVerificationState } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { Banner as default } from '../../../index';
2
+ export type { BannerProps } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { BoxTitle as default } from '../../../index';
2
+ export type { BoxTitleProps } from '../../../index';
@@ -0,0 +1,8 @@
1
+ export { default as GameShellSettings } from './blocks/game-shell/Settings';
2
+ export { default as GameShellSwipeHint } from './blocks/game-shell/SwipeHint';
3
+ export { default as GameShellBrowse } from './blocks/game-shell/Browse';
4
+ export { default as CasinoFeatured, CasinoFeaturedWinners } from '../../../index';
5
+ export type { GameShellSettingsProps, GameShellSettingsAction } from './blocks/game-shell/Settings';
6
+ export type { GameShellSwipeHintProps } from './blocks/game-shell/SwipeHint';
7
+ export type {
8
+ CasinoFeaturedProps, CasinoFeaturedItem, CasinoFeaturedTournament, CasinoWinnersProps } from '../../../index';
@@ -0,0 +1 @@
1
+ export { DefaultAvatar as default } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { FeaturedGames as default } from '../../../index';
2
+ export type { FeaturedGamesProps } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { FilterTabs as default } from '../../../index';
2
+ export type { FilterTabsProps, FilterTabOption } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { Footer as default } from '../../../index';
2
+ export type { FooterProps, FooterLink, FooterSitemapGroup, FooterSocial, FooterApp, FooterSeal } from '../../../index';
@@ -0,0 +1,21 @@
1
+ export { default as PageRenderer } from './page';
2
+ export {
3
+ PageProvider, usePageContext, useActionProps, normalizeAction, actionHasTarget, pageBlocks, pageKey, blockName, BLOCK_MANIFEST, BLOCK_ENTRIES, KNOWN_BLOCKS, PAGE_TYPES, pageTypeLabel, blocksForPageType, applySampleImages, applySampleRefs, sampleAnswer, sampleArt, sampleSlider, applyLayout, } from './page';
4
+ export type { SampleSource, PageLayout, PageLayoutPages } from './page';
5
+ export {
6
+ BlockForm, BlockPreview, CodeEditor, findCssError, resolveSiteTheme, SITE_THEME_FIELDS, SITE_THEME_DEFAULTS, defaultData, readField, writeField, useEditorBridge, editableBlock, dropTargetAt, moveIndex, arrayMove, wrap, unwrap, PAGE_EDITOR_CHANNEL, PAGE_EDITOR_PROTOCOL, PageCustomCode, PageBackground, PAGE_BACKGROUND_FIELDS, pageBackgroundFields, pageChecks, PAGE_SETTLE_DEADLINE, worstLevel, decodeCustomCode, parseCustomCode, pageVisibility, useViewer, } from './page';
7
+ export type {
8
+ BlockFormProps, BlockPreviewProps, CodeEditorProps, SiteThemeSettings, ResolvedSiteTheme, FieldOption, FieldSchema, FieldsSchema, FieldSource, EditorBridge, EditorBridgeOptions, EditorCommand, EditorEvent, EditorEnvelope, EditorRect, SiteChromeSettings, EditorBlockRect, DropTarget, } from './page';
9
+ export { default as ALink } from './alink';
10
+
11
+ /* THE ROUTING SEAM. Wire `router` on ITDProvider to hand ITD your router;
12
+ leave it unset and links are plain anchors reading the window. */
13
+ export {
14
+ ITDRouterContext, useITDRouterAdapter, useITDLocation, useITDNavigate, useITDHref, useITDSearchParams, matchActive, pathnameOf, ITDLink, } from './router';
15
+ export type {
16
+ ITDLocation, ITDNavigateOptions, ITDLinkRenderProps, ITDRouterAdapter, ITDLinkProps, MatchActiveOptions, } from './router';
17
+ export { default as Spin } from './spin';
18
+
19
+ // ---- Site blocks (the CMS page-builder components; see lib/SITE-BLOCKS-CONTRACT.md) ----
20
+ export { default as GameBox } from '../../../index';
21
+ export type { GameBoxProps, GameBoxLiveData } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { GameCarousel as default } from '../../../index';
2
+ export type { GameCarouselProps } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { GameCategories as default, CategoryChip, toTurkishTitleCase } from '../../../index';
2
+ export type { GameCategoriesProps, GameCategory } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { MobileGameFilter as default } from '../../../index';
2
+ export type { MobileGameFilterProps, GameFilterSort } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { MobileGameNavigator as default } from '../../../index';
2
+ export type { MobileGameNavigatorProps } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { GameProviders as default } from '../../../index';
2
+ export type { GameProvidersProps, GameProvider } from '../../../index';
@@ -0,0 +1,4 @@
1
+ export { default as MobileGameCategories } from './blocks/game-categories/Mobile';
2
+ export { default as MobileGameSearch } from '../../../index';
3
+ export type { MobileGameCategoriesProps } from './blocks/game-categories/Mobile';
4
+ export type { MobileGameSearchProps } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { GameShell as default } from '../../../index';
2
+ export type { GameShellProps, GameShellContent, GameShellNotice } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { GamesGrid as default } from '../../../index';
2
+ export type { GamesGridProps } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { Header as default } from '../../../index';
2
+ export type { HeaderProps, HeaderNavItem, HeaderLanguage, HeaderUser } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { Help as default } from '../../../index';
2
+ export type { HelpProps, HelpSection } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { MobileLastWinners as default } from '../../../index';
2
+ export type { MobileLastWinnersProps, MobileLastWinner } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { LayoutBoxes as default } from '../../../index';
2
+ export type { LayoutBoxesProps } from '../../../index';
@@ -0,0 +1,6 @@
1
+ export type { HubPayLogo, HubPayMethod, HubPayFilterOption, HubWdAccount, HubPayField, HubTypeFieldMap, } from './blocks/user-hub/cashier';
2
+ /* auth blocks: the sign-in/sign-up/completion panels and the legacy auth
3
+ page. Public API - consumers reach them from the barrel or lazily via
4
+ `@inntechcorp/it-design/blocks/<name>`. */
5
+ export { default as LoginPanel } from '../../../index';
6
+ export type { LoginPanelProps, LoginTexts, LoginCredentials, LoginIdentifier, LoginAlternate, LoginStep, PasswordlessChannel } from '../../../index';
@@ -0,0 +1,4 @@
1
+ export { default as AnnouncementBar } from './announcement-bar';
2
+ export type { AnnouncementBarProps, AnnouncementBarHideMode } from './announcement-bar';
3
+ export { default as MegaMenu } from '../../../index';
4
+ export type { MegaMenuProps, MegaMenuEntry, MegaMenuLink } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { MinWidthGate as default } from '../../../index';
2
+ export type { MinWidthGateProps } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { MobileBottomNav as default } from '../../../index';
2
+ export type { MobileBottomNavProps, MobileBottomNavItem } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { MultipleJackpots as default } from '../../../index';
2
+ export type { MultipleJackpotsProps, JackpotSlide, JackpotTier, JackpotTierStats, JackpotWin, JackpotGame } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { NotificationsPanel as default, useNotificationsFeed } from '../../../index';
2
+ export type { BlockNotification, NotificationsSource, NotificationsFeed } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { PostViewer as default } from '../../../index';
2
+ export type { PostViewerBlock } from '../../../index';
@@ -0,0 +1,192 @@
1
+ export { trCalendarLocale as trCalendar, enCalendar as enCalendarLocale };
2
+
3
+ /**
4
+ * @deprecated Renamed to {@link locales}. `resources` is kept as an alias for
5
+ * back-compat during the v4 beta and will be removed before the stable release.
6
+ */
7
+ export const resources = locales;
8
+
9
+ /**
10
+ * CONTEXT PROVIDER
11
+ */
12
+ export { ITDProvider, useITD } from './context/ITDContext';
13
+ export { FormDefaultsContext, useDefaultVariant } from './context/FormDefaultsContext';
14
+ export type { FormDefaults } from './context/FormDefaultsContext';
15
+ export { PortalDocumentProvider, usePortalDocument } from './context/PortalDocumentContext';
16
+ export { defineITDConfig } from './helpers/config/defineITDConfig';
17
+ export type { ITDInitConfig } from './helpers/config/defineITDConfig';
18
+
19
+ /**
20
+ * CONTEXT
21
+ */
22
+ export { default as ITDContext } from './context/ITDContext';
23
+ export { default as ITDThemeProvider } from './context/ITDThemeProvider';
24
+ export type { ITDTheme } from './types/Theme';
25
+ export {
26
+ defineTokenSet, resolveTokenSet, validateTokenSet, TokenSetError, } from './helpers/theme/tokenSet';
27
+ export type { TokenSet, TokenDef } from './helpers/theme/tokenSet';
28
+ /* the panel contract for a site theme: the JSON a panel stores, the merge
29
+ that feeds ITDProvider, the save-time guard, and the regression-locked
30
+ classic palette a migrating site adopts as its default preset */
31
+ export { resolveSitePresetOverrides, validateSitePreset } from './helpers/theme/sitePreset';
32
+ export type { SitePreset } from './helpers/theme/sitePreset';
33
+ export { EXAMPLE_SITE } from './helpers/theme/exampleSitePreset';
34
+ export { importShadcnTheme } from './helpers/theme/importShadcnTheme';
35
+ export type { ShadcnImportResult, ITDImportConfig } from './helpers/theme/importShadcnTheme';
36
+ export { default as lightTheme } from './helpers/theme/light';
37
+ export { default as darkTheme } from './helpers/theme/dark';
38
+
39
+ /**
40
+ * HELPERS
41
+ */
42
+ export * from './helpers';
43
+
44
+ /**
45
+ * HOOKS
46
+ */
47
+ export * from './hooks';
48
+
49
+ /**
50
+ * HTML
51
+ */
52
+ export * from './html/header';
53
+
54
+ /**
55
+ * ICONS
56
+ */
57
+ export * from './icons';
58
+
59
+ /**
60
+ * UTILS
61
+ */
62
+ export { cn } from './utils/cn';
63
+ export { default as InlineSVGCached } from './utils/InlineSVGCached';
64
+
65
+ /**
66
+ * FORWARDED REF COMPONENTS
67
+ */
68
+ export { default as Select, SelectItem, SelectGroup, SelectLabel, SelectSeparator } from './select';
69
+ export { default as Form } from './form';
70
+ export { default as Checkbox } from './checkbox';
71
+ export { default as Accordion } from './accordion/index';
72
+ export { default as Calendar } from './calendar';
73
+ export { default as DatePicker } from './datepicker';
74
+ export { default as RangePicker } from './rangepicker';
75
+ export { default as ColorInput } from './color-input';
76
+ export { default as Input } from './input';
77
+ export { default as CodeInput } from './code-input';
78
+ export { default as TextArea } from './textarea';
79
+ export { default as Switch } from './switch';
80
+ export { default as Upload } from './upload';
81
+ export { default as ImageCropper } from './cropper';
82
+
83
+ /**
84
+ * COMPONENTS (HAS SUB COMPONENTS)
85
+ */
86
+ export { default as ModalManager } from './modal';
87
+ export { Toaster } from './toast';
88
+ export { toast } from 'sonner';
89
+ export { useModal, useModalContent } from './modal';
90
+ export { RadioGroup, RadioGroupItem } from './radio';
91
+ export { ToggleGroup, ToggleGroupItem } from './toggle-group';
92
+
93
+ /**
94
+ * COMPONENTS
95
+ */
96
+ export { default as Image } from './image';
97
+ export { default as ConsoleLog } from './logger';
98
+ export { default as Button } from './button';
99
+ export { default as ButtonGroup, ButtonGroupText } from './button-group';
100
+ export type {
101
+ ButtonGroupProps, ButtonGroupTextProps, ButtonGroupOrientation, ButtonGroupVariant, } from './types/ButtonGroupProps';
102
+ export { default as Badge } from './badge';
103
+ export {
104
+ DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuCheckboxItem, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSub, DropdownMenuSubTrigger, DropdownMenuSubContent, } from './dropdown-menu';
105
+ export {
106
+ ContextMenu, ContextMenuTrigger, ContextMenuContent, ContextMenuItem, ContextMenuLabel, ContextMenuSeparator, ContextMenuCheckboxItem, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSub, ContextMenuSubTrigger, ContextMenuSubContent, } from './context-menu';
107
+ export { default as Alert, AlertTitle, AlertDescription } from './alert/index';
108
+ export { default as Result } from './result';
109
+ export { default as StatCard } from './stat-card';
110
+ export { default as LineChart } from './chart';
111
+ export { default as ComingSoon } from './coming-soon';
112
+ export { default as PromotionsGrid } from '../../../index';
113
+ export type { SvgToPngOptions } from './helpers/image/SVGUrlToPNGDataUrl';
114
+ export type {
115
+ GameShellBrowseProps, GameBrowseTab, GameBrowseGame, GameBrowseProvider, GameBrowseJackpot, GameBrowseWinner, } from './blocks/game-shell/Browse';
116
+ export { default as BackTop } from './back-top';
117
+ export { default as Progress } from './progress';
118
+ export { default as Skeleton } from './skeleton';
119
+ export type { SkeletonProps, SkeletonVariant, SkeletonAnimation } from './skeleton';
120
+ export { default as Amount, MaskProvider, useAmountMask } from './amount';
121
+ export type { AmountProps, MaskProviderProps, AmountMaskContextValue } from './amount';
122
+ export { default as TinyScrollbar } from './tinyscrollbar';
123
+ export { Tabs, TabsList, TabsTrigger, TabsContent } from './tabs';
124
+ export { Avatar, AvatarImage, AvatarFallback } from './avatar';
125
+ export { default as Label } from './label';
126
+ export { default as Separator } from './separator';
127
+ export {
128
+ Field, FieldGroup, FieldLabel, FieldDescription, FieldSeparator, FieldSet, FieldLegend, FieldContent, FieldTitle, FieldError, } from './field';
129
+ export {
130
+ Card, CardHeader, CardTitle, CardDescription, CardAction, CardTabs, CardContent, CardFooter, } from './card';
131
+ export { Popover, PopoverTrigger, PopoverContent } from './popover';
132
+ export { Tooltip, TooltipTrigger, TooltipContent } from './tooltip';
133
+ export { HoverCard, HoverCardTrigger, HoverCardContent } from './hovercard';
134
+ export {
135
+ Dialog, DialogTrigger, DialogContent, DialogHeader, DialogTitle, DialogDescription, DialogFooter, DialogClose, } from './dialog';
136
+ export {
137
+ AlertDialog, AlertDialogTrigger, AlertDialogContent, AlertDialogHeader, AlertDialogTitle, AlertDialogDescription, AlertDialogFooter, AlertDialogCancel, AlertDialogAction, } from './dialog';
138
+ export type { AlertDialogContentProps, DialogSide } from './dialog';
139
+ export {
140
+ Sheet, SheetTrigger, SheetContent, SheetHeader, SheetTitle, SheetDescription, SheetFooter, SheetClose, } from './dialog';
141
+ export type { SheetContentProps, SheetSide } from './dialog';
142
+ export { default as Table } from './table';
143
+ export {
144
+ TableWrapper, TablePrimitive as Table, TableHeader, TableBody, TableFooter, TableRowPrimitive as TableRow, TableHead, TableCell, TableCaption, } from './table/primitives';
145
+ export { default as Flex } from './flex';
146
+
147
+ export type { FormContextType } from './form/context/FormContext';
148
+ export type { ToasterProps } from './toast';
149
+ export type { ITDContextType, ITDProviderProps } from './context/ITDContext';
150
+
151
+ export type { QueryValueProps } from './types/QueryValueProps';
152
+ export type { AccordionProps } from './types/AccordionProps';
153
+ export type { AccordionSubMenuProps } from './types/AccordionSubMenuProps';
154
+ export type { AccordionItemProps } from './types/AccordionItemProps';
155
+ export type { InputProps, InputVariant } from './types/InputProps';
156
+ export type { CodeInputProps } from './types/CodeInputProps';
157
+ export type { LabelProps } from './types/LabelProps';
158
+ export type { SeparatorProps } from './separator';
159
+ export type { FieldProps, FieldLegendProps } from './field';
160
+ export type { DatePickerProps } from './types/DatePickerProps';
161
+ export type {
162
+ RangePickerProps, RangeValue, RangeValueProps, RangePreset, } from './types/RangePickerProps';
163
+ export type { CalendarProps, CalendarValueProps, CalendarDayProps } from './types/CalendarProps';
164
+ export type { CalendarLocale } from './calendar';
165
+ export type { TextAreaProps, TextAreaVariant, TextAreaEvent } from './types/TextAreaProps';
166
+ export type { RadioGroupProps, RadioGroupItemProps } from './radio';
167
+ export type { ToggleGroupProps, ToggleGroupItemProps } from './toggle-group';
168
+ export type {
169
+ SelectProps, SelectToggleProps, SelectOptionProps, SelectValue, } from './types/SelectProps';
170
+ export type {
171
+ CheckboxProps, CheckboxGroupProps, GroupCheckboxOptionType, CheckboxEvent, } from './types/CheckboxProps';
172
+ export type { ITDImperativeFuncProps } from './types/ITDImperativeFuncProps';
173
+ export type { SingleQueryProps } from './types/SingleQueryProps';
174
+ export type { ButtonProps, ButtonVariants, ButtonStates, ButtonSize } from './types/ButtonProps';
175
+ export type { BadgeProps, BadgeVariant, BadgeColor } from './types/BadgeProps';
176
+ export type {
177
+ DropdownMenuProps, DropdownMenuTriggerProps, DropdownMenuContentProps, DropdownMenuItemProps, DropdownMenuLabelProps, DropdownMenuSeparatorProps, DropdownMenuCheckboxItemProps, DropdownMenuRadioGroupProps, DropdownMenuRadioItemProps, DropdownMenuSubProps, DropdownMenuSubTriggerProps, DropdownMenuSubContentProps, } from './types/DropdownMenuProps';
178
+ export type {
179
+ ContextMenuProps, ContextMenuTriggerProps, ContextMenuContentProps, ContextMenuItemProps, ContextMenuLabelProps, ContextMenuSeparatorProps, ContextMenuCheckboxItemProps, ContextMenuRadioGroupProps, ContextMenuRadioItemProps, ContextMenuSubProps, ContextMenuSubTriggerProps, ContextMenuSubContentProps, } from './context-menu';
180
+ export type {
181
+ FormProps, FormRuleProps, FormValueProps, FormItemProps, FormSubComponentProps, FieldUpdateProps, } from './types/FormProps';
182
+ export type { AlertProps, AlertType } from './types/AlertProps';
183
+ export type { SwitchProps } from './types/SwitchProps';
184
+ export type { ModalProps, ModalContentProps, ModalRefProps } from './types/ModalProps';
185
+ export type {
186
+ UploadProps, UploadProgressProps, UploadResultMessageProps, CropSettings, } from './types/UploadProps';
187
+ export type { ImageCropperProps, ImageCropperRef, CropArea } from './cropper';
188
+ export type { ResultProps } from './types/ResultProps';
189
+ export type { StatCardProps, StatCardTrend } from './types/StatCardProps';
190
+ export type { LineChartProps, ChartSeries } from './types/ChartProps';
191
+ export type { ComingSoonProps } from './coming-soon';
192
+ export type { PromotionsGridProps, PromotionCardData } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { Raffle as default, RaffleShowcase } from '../../../index';
2
+ export type { RaffleData, RafflePrize, RaffleParticipant } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { SignupPanel as default, stepOf, deriveSteps } from '../../../index';
2
+ export type { SignupPanelProps, SignupTexts, SignupField, SignupFieldKind, SignupFieldOption, SignupStepId, SignupLayout, SignupVerificationTiming } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { Slider as default } from '../../../index';
2
+ export type { SliderProps } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { SliderDouble as default } from '../../../index';
2
+ export type { SliderDoubleProps } from '../../../index';
@@ -0,0 +1,36 @@
1
+ export { Spacer as default } from '../../../index';
2
+ export { HubPayLogoBadge, HubPayFilter, HubPayFieldRow, HubPayModalCard, HubPayModalTiles, HubPayName, HubDepositModal, HubWithdrawModal, HubAccountModal, } from './blocks/user-hub/cashier';
3
+ export { default as HubDepositPage } from './blocks/user-hub/deposit';
4
+ export type { HubPayRow, HubPayTableRow } from './blocks/user-hub/deposit';
5
+ export { default as HubWithdrawPage } from './blocks/user-hub/withdraw';
6
+ export {
7
+ HubTable, useHubMobile, HUB_NAME_KEYS, HubStatusBadge, HUB_STATUS_TONE, HubCopyBtn, HubHistName, HubDt, HubComingSoon, } from './blocks/user-hub/table';
8
+ export type { HubTableMarker, HubStatusTone } from './blocks/user-hub/table';
9
+ export {
10
+ HubSettingsDetails, HubChangePassword, HubNotificationPrefs, HubSecurity, } from './blocks/user-hub/settings';
11
+ export type {
12
+ HubSettingsField, HubSettingsGroup, HubSecurityRow, } from './blocks/user-hub/settings';
13
+ export {
14
+ HubGameHistory, HubPaymentHistory, HubBonusHistory, HubFreespinHistory, } from './blocks/user-hub/history';
15
+ export type {
16
+ HubGameRow, HubPayHRow, HubBonusRow, HubFsRow, HubHistFilter, } from './blocks/user-hub/history';
17
+ export {
18
+ HubStatusCard, HubBonusRequest, HubBonusActivation, HubActiveBonus, } from './blocks/user-hub/bonus';
19
+ export type {
20
+ HubStatusField, HubBonusReqRow, HubBonusActRow, HubWagerRow, HubActiveBonusData, } from './blocks/user-hub/bonus';
21
+ export {
22
+ HubFreespinActivation, HubRaffleActive, HubRaffleJoined, HubTicketsModal, HubPrizesModal, HUB_PRIZE_TONE, } from './blocks/user-hub/raffles';
23
+ export type {
24
+ HubFsActRow, HubRaffleRow, HubRafflePrize, HubPrizeTone, } from './blocks/user-hub/raffles';
25
+ export { HubNewTicketForm, HubMessageInbox, HubTicketThread } from './blocks/user-hub/messages';
26
+ export type { HubMsg, HubTicket } from './blocks/user-hub/messages';
27
+ export {
28
+ HubProfileSummary, HubMedals, HubStatistics, HubMedalButton, HubMedalDetail, } from './blocks/user-hub/profile';
29
+ export type {
30
+ HubMedal, HubGameStat, HubTopSlot, HubStat, HubRewardTier, HubRewardTip, HubVipSummary, } from './blocks/user-hub/profile';
31
+ export { HubVipClub, HubVipLevels, hubVipMedalSrc } from './blocks/user-hub/vip';
32
+ export type {
33
+ HubVipArt, HubVipTier, HubVipBonus, HubVipLevel, HubVipGroup, HubVipHero, } from './blocks/user-hub/vip';
34
+ export { isTouchDevice, applyTouchMode } from './helpers/device/touchDevice';
35
+ export { default as SVGUrlToPNGDataUrl } from './helpers/image/SVGUrlToPNGDataUrl';
36
+ export type { SpacerProps } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { SubPageHeader as default } from '../../../index';
2
+ export type { SubPageHeaderProps } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { Tournaments as default, TournamentList, TournamentDetail, TournamentCard } from '../../../index';
2
+ export type { Tournament, TournamentStatus, TournamentGame, TournamentPrizeRow, TournamentStanding, TournamentStatBox, TournamentFilter } from '../../../index';
@@ -0,0 +1,2 @@
1
+ export { UserHub as default } from '../../../index';
2
+ export type { UserHubProps, UserHubNavItem, UserHubTab, UserHubBalance, UserHubBalanceRow } from '../../../index';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inntechcorp/it-design",
3
- "version": "4.0.0-beta.6",
3
+ "version": "4.0.0-beta.8",
4
4
  "description": "All in one Design library for web applications.",
5
5
  "author": "Inn.Tech",
6
6
  "license": "Apache-2.0",
@@ -185,6 +185,11 @@
185
185
  "default": "./dist/cjs/index.js"
186
186
  }
187
187
  },
188
+ "./blocks/*": {
189
+ "types": "./dist/types/blocks/*/index.d.ts",
190
+ "import": "./dist/es/blocks/*/index.js",
191
+ "require": "./dist/cjs/blocks/*/index.js"
192
+ },
188
193
  "./global.css": "./dist/global.css",
189
194
  "./dist/global.css": "./dist/global.css",
190
195
  "./css/properties.css": "./dist/css/properties.css",