@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.
- package/CHANGELOG.md +60 -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/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/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/profile.js +1 -1
- package/dist/cjs/enums/enum.js +1 -1
- package/dist/cjs/form/validation/Validator.js +1 -1
- package/dist/cjs/helpers/theme/exampleSitePreset.js +1 -0
- package/dist/cjs/helpers/theme/sitePreset.js +1 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/locales/en/itd.json.js +1 -1
- package/dist/cjs/locales/tr/itd.json.js +1 -1
- package/dist/css/game-box.css +1 -1
- package/dist/css/signup.css +1 -1
- 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/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/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/profile.js +1 -1
- package/dist/es/enums/enum.js +1 -1
- package/dist/es/form/validation/Validator.js +1 -1
- package/dist/es/helpers/theme/exampleSitePreset.js +1 -0
- package/dist/es/helpers/theme/sitePreset.js +1 -0
- package/dist/es/index.js +1 -1
- package/dist/es/locales/en/itd.json.js +1 -1
- package/dist/es/locales/tr/itd.json.js +1 -1
- package/dist/global.css +2 -2
- package/dist/index.d.ts +528 -7
- package/dist/locales/en/itd.json +2 -1
- package/dist/locales/itd.json +2 -1
- package/dist/locales/tr/itd.json +2 -1
- 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 +192 -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 +6 -1
package/dist/locales/en/itd.json
CHANGED
|
@@ -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",
|
package/dist/locales/itd.json
CHANGED
|
@@ -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",
|
package/dist/locales/tr/itd.json
CHANGED
|
@@ -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 { 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,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,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,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,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,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,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';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inntechcorp/it-design",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
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",
|