@opexa/portal-components 0.0.709 → 0.0.710

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 (185) hide show
  1. package/dist/components/DigitainLauncher/Loading.js +1 -1
  2. package/dist/components/Disclaimer/ResponsibleGaming.d.ts +10 -0
  3. package/dist/components/Disclaimer/ResponsibleGaming.js +13 -0
  4. package/dist/components/Disclaimer/TermsOfUse.d.ts +11 -0
  5. package/dist/components/Disclaimer/TermsOfUse.js +13 -0
  6. package/dist/components/FeatureFlag/FeatureFlag.d.ts +1 -0
  7. package/dist/components/FeatureFlag/FeatureFlag.js +29 -0
  8. package/dist/components/FeatureFlag/index.d.ts +1 -0
  9. package/dist/components/FeatureFlag/index.js +1 -0
  10. package/dist/components/Jackpots/Jackpots.module.css +184 -184
  11. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -184
  12. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -184
  13. package/dist/components/KYC/AutoOpen.d.ts +1 -0
  14. package/dist/components/KYC/AutoOpen.js +40 -0
  15. package/dist/components/KYC/BasicInformation.js +1 -1
  16. package/dist/components/KYC/CaptureIdDocument.d.ts +1 -0
  17. package/dist/components/KYC/CaptureIdDocument.js +219 -0
  18. package/dist/components/KYC/CaptureSelfie.d.ts +1 -0
  19. package/dist/components/KYC/CaptureSelfie.js +285 -0
  20. package/dist/components/KYC/DisplayImage.d.ts +5 -0
  21. package/dist/components/KYC/DisplayImage.js +8 -0
  22. package/dist/components/KYC/FileUpload.d.ts +10 -0
  23. package/dist/components/KYC/FileUpload.js +72 -0
  24. package/dist/components/KYC/IdentityVerification.js +1 -1
  25. package/dist/components/KYC/KYC.lazy.js +1 -1
  26. package/dist/components/KYC/KYCDefault/IdentityVerification.js +8 -1
  27. package/dist/components/KYC/KYCDefault/KYCVerificationStatus.lazy.js +2 -2
  28. package/dist/components/KYC/KYCVerificationStatus.lazy.js +13 -7
  29. package/dist/components/KYC/NoCameraError.d.ts +7 -0
  30. package/dist/components/KYC/NoCameraError.js +6 -0
  31. package/dist/components/KYC/PersonOverlayDesktop.d.ts +7 -0
  32. package/dist/components/KYC/PersonOverlayDesktop.js +9 -0
  33. package/dist/components/KYC/PersonalInformation.js +1 -1
  34. package/dist/components/KYC/backup/Header.d.ts +1 -0
  35. package/dist/components/KYC/backup/Header.js +8 -0
  36. package/dist/components/KYC/backup/Indicator.d.ts +1 -0
  37. package/dist/components/KYC/backup/Indicator.js +9 -0
  38. package/dist/components/KYC/backup/KYC.d.ts +1 -0
  39. package/dist/components/KYC/backup/KYC.js +14 -0
  40. package/dist/components/KYC/backup/KYC.lazy.d.ts +1 -0
  41. package/dist/components/KYC/backup/KYC.lazy.js +26 -0
  42. package/dist/components/KYC/backup/KYCContext.d.ts +6 -0
  43. package/dist/components/KYC/backup/KYCContext.js +2 -0
  44. package/dist/components/KYC/backup/Step1.d.ts +1 -0
  45. package/dist/components/KYC/backup/Step1.js +13 -0
  46. package/dist/components/KYC/backup/Step2.d.ts +1 -0
  47. package/dist/components/KYC/backup/Step2.js +13 -0
  48. package/dist/components/KYC/backup/Step3.d.ts +1 -0
  49. package/dist/components/KYC/backup/Step3.js +13 -0
  50. package/dist/components/KYC/backup/Step4.d.ts +1 -0
  51. package/dist/components/KYC/backup/Step4.js +7 -0
  52. package/dist/components/KYC/backup/useKYC.d.ts +10 -0
  53. package/dist/components/KYC/backup/useKYC.js +8 -0
  54. package/dist/components/KYC/loadModels.d.ts +1 -0
  55. package/dist/components/KYC/loadModels.js +9 -0
  56. package/dist/components/KYC/utils.d.ts +9 -0
  57. package/dist/components/KYC/utils.js +79 -0
  58. package/dist/components/Messages/Message.d.ts +1 -0
  59. package/dist/components/Messages/Message.js +35 -0
  60. package/dist/components/Messages/MessageContext.d.ts +6 -0
  61. package/dist/components/Messages/MessageContext.js +2 -0
  62. package/dist/components/Messages/MessagePopup.d.ts +1 -0
  63. package/dist/components/Messages/MessagePopup.js +20 -0
  64. package/dist/components/Messages/MessageTrigger.d.ts +8 -0
  65. package/dist/components/Messages/MessageTrigger.js +19 -0
  66. package/dist/components/Quests/CountdownTimer.d.ts +15 -0
  67. package/dist/components/Quests/CountdownTimer.js +33 -0
  68. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.d.ts +4 -0
  69. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.js +78 -0
  70. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.d.ts +8 -0
  71. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.js +9 -0
  72. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.d.ts +4 -0
  73. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.js +4 -0
  74. package/dist/components/Quests/WageringQuest/WageringQuest.d.ts +4 -0
  75. package/dist/components/Quests/WageringQuest/WageringQuest.js +20 -0
  76. package/dist/components/Quests/WageringQuest/WageringQuestModal.d.ts +9 -0
  77. package/dist/components/Quests/WageringQuest/WageringQuestModal.js +9 -0
  78. package/dist/components/SignIn/utils.d.ts +8 -0
  79. package/dist/components/SignIn/utils.js +26 -0
  80. package/dist/components/SignUp/SignUp.lazy.d.ts +12 -0
  81. package/dist/components/SignUp/SignUp.lazy.js +18 -0
  82. package/dist/components/SignUp/SignUpContext.d.ts +6 -0
  83. package/dist/components/SignUp/SignUpContext.js +2 -0
  84. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.d.ts +17 -0
  85. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.js +18 -0
  86. package/dist/components/SignUp/SignUpDefault/SignUpContext.d.ts +6 -0
  87. package/dist/components/SignUp/SignUpDefault/SignUpContext.js +2 -0
  88. package/dist/components/SignUp/SignUpDefault/SignUpForm.d.ts +1 -0
  89. package/dist/components/SignUp/SignUpDefault/SignUpForm.js +310 -0
  90. package/dist/components/SignUp/SignUpForm.d.ts +1 -0
  91. package/dist/components/SignUp/SignUpForm.js +284 -0
  92. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.d.ts +1 -0
  93. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.js +198 -0
  94. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.d.ts +1 -0
  95. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.js +251 -0
  96. package/dist/components/SignUp/SignUpKYC/ImageUploader.d.ts +10 -0
  97. package/dist/components/SignUp/SignUpKYC/ImageUploader.js +42 -0
  98. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.d.ts +7 -0
  99. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.js +9 -0
  100. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.d.ts +1 -0
  101. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.js +464 -0
  102. package/dist/components/SignUp/SignUpKYC/useImageUploader.d.ts +11 -0
  103. package/dist/components/SignUp/SignUpKYC/useImageUploader.js +20 -0
  104. package/dist/components/SignUp/SignUpKYC/utils.d.ts +9 -0
  105. package/dist/components/SignUp/SignUpKYC/utils.js +79 -0
  106. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.d.ts +1 -0
  107. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.js +198 -0
  108. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.d.ts +1 -0
  109. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.js +251 -0
  110. package/dist/components/SignUp/SignUpPagcor/ImageUploader.d.ts +10 -0
  111. package/dist/components/SignUp/SignUpPagcor/ImageUploader.js +41 -0
  112. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.d.ts +1 -0
  113. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.js +429 -0
  114. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.d.ts +13 -0
  115. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.js +26 -0
  116. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.d.ts +7 -0
  117. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.js +2 -0
  118. package/dist/components/SignUp/SignUpPagcor/useImageUploader.d.ts +11 -0
  119. package/dist/components/SignUp/SignUpPagcor/useImageUploader.js +20 -0
  120. package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
  121. package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
  122. package/dist/components/shared/IdDocumentField.client.d.ts +25 -0
  123. package/dist/components/shared/IdDocumentField.client.js +204 -0
  124. package/dist/components/shared/IdDocumentField.d.ts +2 -0
  125. package/dist/components/shared/IdDocumentField.js +11 -0
  126. package/dist/components/shared/SelfieField.client.d.ts +20 -0
  127. package/dist/components/shared/SelfieField.client.js +327 -0
  128. package/dist/components/shared/SelfieField.d.ts +2 -0
  129. package/dist/components/shared/SelfieField.js +11 -0
  130. package/dist/constants/BranchCode.d.ts +4 -0
  131. package/dist/constants/BranchCode.js +42 -0
  132. package/dist/constants/Branches.d.ts +2 -0
  133. package/dist/constants/Branches.js +42 -0
  134. package/dist/handlers/postTransformIdFrontImage.d.ts +3 -0
  135. package/dist/handlers/postTransformIdFrontImage.js +67 -0
  136. package/dist/handlers/postTransformSelfieImage.d.ts +3 -0
  137. package/dist/handlers/postTransformSelfieImage.js +71 -0
  138. package/dist/handlers.d.ts +43 -0
  139. package/dist/handlers.js +297 -0
  140. package/dist/icons/BellRingIcon.d.ts +2 -0
  141. package/dist/icons/BellRingIcon.js +4 -0
  142. package/dist/services/queries.js +2994 -2994
  143. package/dist/styles/theme.css +773 -773
  144. package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +4 -0
  145. package/dist/third-parties/FacebookPixel/FacebookPixel.js +4 -0
  146. package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
  147. package/dist/third-parties/FacebookPixel/api.js +1 -0
  148. package/dist/third-parties/FacebookPixel/index.d.ts +1 -0
  149. package/dist/third-parties/FacebookPixel/index.js +1 -0
  150. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +4 -0
  151. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +4 -0
  152. package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
  153. package/dist/third-parties/GoogleRecaptcha/api.js +1 -0
  154. package/dist/third-parties/GoogleRecaptcha/index.d.ts +1 -0
  155. package/dist/third-parties/GoogleRecaptcha/index.js +1 -0
  156. package/dist/third-parties/index.d.ts +2 -0
  157. package/dist/third-parties/index.js +2 -0
  158. package/dist/ui/AlertDialog/AlertDialog.d.ts +55 -55
  159. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +5 -5
  160. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  161. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  162. package/dist/ui/Dialog/Dialog.d.ts +33 -33
  163. package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
  164. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  165. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  166. package/dist/ui/Table/Table.d.ts +21 -21
  167. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  168. package/dist/ui/Table/table.recipe.d.ts +3 -3
  169. package/dist/utils/dataUrlToBlob.d.ts +1 -0
  170. package/dist/utils/dataUrlToBlob.js +11 -0
  171. package/dist/utils/gamesAvailable3pmTo3am.d.ts +1 -0
  172. package/dist/utils/gamesAvailable3pmTo3am.js +1 -0
  173. package/dist/utils/getGameName.d.ts +1 -0
  174. package/dist/utils/getGameName.js +6 -0
  175. package/dist/utils/isBetween3amAnd3pm.d.ts +1 -0
  176. package/dist/utils/isBetween3amAnd3pm.js +5 -0
  177. package/dist/utils/resizeImageSize.d.ts +2 -0
  178. package/dist/utils/resizeImageSize.js +11 -0
  179. package/package.json +176 -176
  180. package/dist/components/AccountInfo/GoogleDisconnect.d.ts +0 -7
  181. package/dist/components/AccountInfo/GoogleDisconnect.js +0 -11
  182. package/dist/components/DepositWithdrawal/Deposit/GCashWebpayDeposit /GCashWebpayDeposit .d.ts +0 -1
  183. package/dist/components/DepositWithdrawal/Deposit/GCashWebpayDeposit /GCashWebpayDeposit .js +0 -191
  184. package/dist/icons/LinkBrokenIcon.d.ts +0 -2
  185. package/dist/icons/LinkBrokenIcon.js +0 -4
@@ -8,7 +8,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
8
8
  content: string;
9
9
  };
10
10
  };
11
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
11
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
12
12
  placement: {
13
13
  left: {
14
14
  content: string;
@@ -17,7 +17,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
17
17
  content: string;
18
18
  };
19
19
  };
20
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
20
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
21
21
  placement: {
22
22
  left: {
23
23
  content: string;
@@ -26,7 +26,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
26
26
  content: string;
27
27
  };
28
28
  };
29
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
29
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
30
30
  export declare const Backdrop: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.BackdropProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
31
31
  placement: {
32
32
  left: {
@@ -36,7 +36,7 @@ export declare const Backdrop: import("react").ComponentType<import("@ark-ui/rea
36
36
  content: string;
37
37
  };
38
38
  };
39
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
39
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
40
40
  placement: {
41
41
  left: {
42
42
  content: string;
@@ -45,7 +45,7 @@ export declare const Backdrop: import("react").ComponentType<import("@ark-ui/rea
45
45
  content: string;
46
46
  };
47
47
  };
48
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
48
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
49
49
  placement: {
50
50
  left: {
51
51
  content: string;
@@ -54,7 +54,7 @@ export declare const Backdrop: import("react").ComponentType<import("@ark-ui/rea
54
54
  content: string;
55
55
  };
56
56
  };
57
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
57
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
58
58
  export declare const CloseTrigger: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.CloseTriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
59
59
  placement: {
60
60
  left: {
@@ -64,7 +64,7 @@ export declare const CloseTrigger: import("react").ComponentType<import("@ark-ui
64
64
  content: string;
65
65
  };
66
66
  };
67
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
67
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
68
68
  placement: {
69
69
  left: {
70
70
  content: string;
@@ -73,7 +73,7 @@ export declare const CloseTrigger: import("react").ComponentType<import("@ark-ui
73
73
  content: string;
74
74
  };
75
75
  };
76
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
76
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
77
77
  placement: {
78
78
  left: {
79
79
  content: string;
@@ -82,7 +82,7 @@ export declare const CloseTrigger: import("react").ComponentType<import("@ark-ui
82
82
  content: string;
83
83
  };
84
84
  };
85
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
85
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
86
86
  export declare const Content: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.ContentProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
87
87
  placement: {
88
88
  left: {
@@ -92,7 +92,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
92
92
  content: string;
93
93
  };
94
94
  };
95
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
95
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
96
96
  placement: {
97
97
  left: {
98
98
  content: string;
@@ -101,7 +101,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
101
101
  content: string;
102
102
  };
103
103
  };
104
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
104
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
105
105
  placement: {
106
106
  left: {
107
107
  content: string;
@@ -110,7 +110,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
110
110
  content: string;
111
111
  };
112
112
  };
113
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
113
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
114
114
  export declare const Description: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.DescriptionProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
115
115
  placement: {
116
116
  left: {
@@ -120,7 +120,7 @@ export declare const Description: import("react").ComponentType<import("@ark-ui/
120
120
  content: string;
121
121
  };
122
122
  };
123
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
123
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
124
124
  placement: {
125
125
  left: {
126
126
  content: string;
@@ -129,7 +129,7 @@ export declare const Description: import("react").ComponentType<import("@ark-ui/
129
129
  content: string;
130
130
  };
131
131
  };
132
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
132
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
133
133
  placement: {
134
134
  left: {
135
135
  content: string;
@@ -138,7 +138,7 @@ export declare const Description: import("react").ComponentType<import("@ark-ui/
138
138
  content: string;
139
139
  };
140
140
  };
141
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
141
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
142
142
  export declare const Positioner: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.PositionerProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
143
143
  placement: {
144
144
  left: {
@@ -148,7 +148,7 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
148
148
  content: string;
149
149
  };
150
150
  };
151
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
151
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
152
152
  placement: {
153
153
  left: {
154
154
  content: string;
@@ -157,7 +157,7 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
157
157
  content: string;
158
158
  };
159
159
  };
160
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
160
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
161
161
  placement: {
162
162
  left: {
163
163
  content: string;
@@ -166,7 +166,7 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
166
166
  content: string;
167
167
  };
168
168
  };
169
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
169
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
170
170
  export declare const Title: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.TitleProps & import("react").RefAttributes<HTMLHeadingElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
171
171
  placement: {
172
172
  left: {
@@ -176,7 +176,7 @@ export declare const Title: import("react").ComponentType<import("@ark-ui/react"
176
176
  content: string;
177
177
  };
178
178
  };
179
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
179
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
180
180
  placement: {
181
181
  left: {
182
182
  content: string;
@@ -185,7 +185,7 @@ export declare const Title: import("react").ComponentType<import("@ark-ui/react"
185
185
  content: string;
186
186
  };
187
187
  };
188
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
188
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
189
189
  placement: {
190
190
  left: {
191
191
  content: string;
@@ -194,7 +194,7 @@ export declare const Title: import("react").ComponentType<import("@ark-ui/react"
194
194
  content: string;
195
195
  };
196
196
  };
197
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
197
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
198
198
  export declare const Trigger: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.TriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
199
199
  placement: {
200
200
  left: {
@@ -204,7 +204,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
204
204
  content: string;
205
205
  };
206
206
  };
207
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
207
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
208
208
  placement: {
209
209
  left: {
210
210
  content: string;
@@ -213,7 +213,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
213
213
  content: string;
214
214
  };
215
215
  };
216
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
216
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
217
217
  placement: {
218
218
  left: {
219
219
  content: string;
@@ -222,7 +222,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
222
222
  content: string;
223
223
  };
224
224
  };
225
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
225
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
226
226
  export declare const Header: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
227
227
  placement: {
228
228
  left: {
@@ -232,7 +232,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
232
232
  content: string;
233
233
  };
234
234
  };
235
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
235
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
236
236
  placement: {
237
237
  left: {
238
238
  content: string;
@@ -241,7 +241,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
241
241
  content: string;
242
242
  };
243
243
  };
244
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
244
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
245
245
  placement: {
246
246
  left: {
247
247
  content: string;
@@ -250,7 +250,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
250
250
  content: string;
251
251
  };
252
252
  };
253
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
253
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
254
254
  export declare const Body: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
255
255
  placement: {
256
256
  left: {
@@ -260,7 +260,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
260
260
  content: string;
261
261
  };
262
262
  };
263
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
263
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
264
264
  placement: {
265
265
  left: {
266
266
  content: string;
@@ -269,7 +269,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
269
269
  content: string;
270
270
  };
271
271
  };
272
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
272
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
273
273
  placement: {
274
274
  left: {
275
275
  content: string;
@@ -278,7 +278,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
278
278
  content: string;
279
279
  };
280
280
  };
281
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
281
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
282
282
  export declare const Footer: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
283
283
  placement: {
284
284
  left: {
@@ -288,7 +288,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
288
288
  content: string;
289
289
  };
290
290
  };
291
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
291
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
292
292
  placement: {
293
293
  left: {
294
294
  content: string;
@@ -297,7 +297,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
297
297
  content: string;
298
298
  };
299
299
  };
300
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
300
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
301
301
  placement: {
302
302
  left: {
303
303
  content: string;
@@ -306,5 +306,5 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
306
306
  content: string;
307
307
  };
308
308
  };
309
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
309
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
310
310
  export declare const Context: (props: Dialog.ContextProps) => import("react").ReactNode;
@@ -7,7 +7,7 @@ export declare const drawerRecipe: import("tailwind-variants").TVReturnType<{
7
7
  content: string;
8
8
  };
9
9
  };
10
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
10
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
11
11
  placement: {
12
12
  left: {
13
13
  content: string;
@@ -16,7 +16,7 @@ export declare const drawerRecipe: import("tailwind-variants").TVReturnType<{
16
16
  content: string;
17
17
  };
18
18
  };
19
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
19
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
20
20
  placement: {
21
21
  left: {
22
22
  content: string;
@@ -25,4 +25,4 @@ export declare const drawerRecipe: import("tailwind-variants").TVReturnType<{
25
25
  content: string;
26
26
  };
27
27
  };
28
- }, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>;
28
+ }, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -12,7 +12,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
12
12
  body: string;
13
13
  };
14
14
  };
15
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
15
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
16
16
  size: {
17
17
  md: {
18
18
  root: string;
@@ -26,7 +26,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
26
26
  body: string;
27
27
  };
28
28
  };
29
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
29
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
30
30
  size: {
31
31
  md: {
32
32
  root: string;
@@ -40,7 +40,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
40
40
  body: string;
41
41
  };
42
42
  };
43
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
43
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
44
44
  export declare const Header: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableSectionElement> & import("react").HTMLAttributes<HTMLTableSectionElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
45
45
  size: {
46
46
  md: {
@@ -55,7 +55,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
55
55
  body: string;
56
56
  };
57
57
  };
58
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
58
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
59
59
  size: {
60
60
  md: {
61
61
  root: string;
@@ -69,7 +69,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
69
69
  body: string;
70
70
  };
71
71
  };
72
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
72
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
73
73
  size: {
74
74
  md: {
75
75
  root: string;
@@ -83,7 +83,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
83
83
  body: string;
84
84
  };
85
85
  };
86
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
86
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
87
87
  export declare const Body: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableSectionElement> & import("react").HTMLAttributes<HTMLTableSectionElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
88
88
  size: {
89
89
  md: {
@@ -98,7 +98,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
98
98
  body: string;
99
99
  };
100
100
  };
101
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
101
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
102
102
  size: {
103
103
  md: {
104
104
  root: string;
@@ -112,7 +112,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
112
112
  body: string;
113
113
  };
114
114
  };
115
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
115
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
116
116
  size: {
117
117
  md: {
118
118
  root: string;
@@ -126,7 +126,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
126
126
  body: string;
127
127
  };
128
128
  };
129
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
129
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
130
130
  export declare const Footer: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableSectionElement> & import("react").HTMLAttributes<HTMLTableSectionElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
131
131
  size: {
132
132
  md: {
@@ -141,7 +141,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
141
141
  body: string;
142
142
  };
143
143
  };
144
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
144
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
145
145
  size: {
146
146
  md: {
147
147
  root: string;
@@ -155,7 +155,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
155
155
  body: string;
156
156
  };
157
157
  };
158
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
158
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
159
159
  size: {
160
160
  md: {
161
161
  root: string;
@@ -169,7 +169,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
169
169
  body: string;
170
170
  };
171
171
  };
172
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
172
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
173
173
  export declare const Row: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableRowElement> & import("react").HTMLAttributes<HTMLTableRowElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
174
174
  size: {
175
175
  md: {
@@ -184,7 +184,7 @@ export declare const Row: import("react").ComponentType<import("@ark-ui/react").
184
184
  body: string;
185
185
  };
186
186
  };
187
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
187
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
188
188
  size: {
189
189
  md: {
190
190
  root: string;
@@ -198,7 +198,7 @@ export declare const Row: import("react").ComponentType<import("@ark-ui/react").
198
198
  body: string;
199
199
  };
200
200
  };
201
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
201
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
202
202
  size: {
203
203
  md: {
204
204
  root: string;
@@ -212,7 +212,7 @@ export declare const Row: import("react").ComponentType<import("@ark-ui/react").
212
212
  body: string;
213
213
  };
214
214
  };
215
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
215
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
216
216
  export declare const Heading: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableHeaderCellElement> & import("react").ThHTMLAttributes<HTMLTableHeaderCellElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
217
217
  size: {
218
218
  md: {
@@ -227,7 +227,7 @@ export declare const Heading: import("react").ComponentType<import("@ark-ui/reac
227
227
  body: string;
228
228
  };
229
229
  };
230
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
230
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
231
231
  size: {
232
232
  md: {
233
233
  root: string;
@@ -241,7 +241,7 @@ export declare const Heading: import("react").ComponentType<import("@ark-ui/reac
241
241
  body: string;
242
242
  };
243
243
  };
244
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
244
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
245
245
  size: {
246
246
  md: {
247
247
  root: string;
@@ -255,7 +255,7 @@ export declare const Heading: import("react").ComponentType<import("@ark-ui/reac
255
255
  body: string;
256
256
  };
257
257
  };
258
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
258
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
259
259
  export declare const Cell: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableDataCellElement> & import("react").TdHTMLAttributes<HTMLTableDataCellElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
260
260
  size: {
261
261
  md: {
@@ -270,7 +270,7 @@ export declare const Cell: import("react").ComponentType<import("@ark-ui/react")
270
270
  body: string;
271
271
  };
272
272
  };
273
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
273
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
274
274
  size: {
275
275
  md: {
276
276
  root: string;
@@ -284,7 +284,7 @@ export declare const Cell: import("react").ComponentType<import("@ark-ui/react")
284
284
  body: string;
285
285
  };
286
286
  };
287
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
287
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
288
288
  size: {
289
289
  md: {
290
290
  root: string;
@@ -298,4 +298,4 @@ export declare const Cell: import("react").ComponentType<import("@ark-ui/react")
298
298
  body: string;
299
299
  };
300
300
  };
301
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
301
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
@@ -1 +1 @@
1
- export declare const tableAnatomy: import("@ark-ui/react/anatomy").AnatomyInstance<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row">;
1
+ export declare const tableAnatomy: import("@ark-ui/react/anatomy").AnatomyInstance<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row">;
@@ -12,7 +12,7 @@ export declare const tableRecipe: import("tailwind-variants").TVReturnType<{
12
12
  body: string;
13
13
  };
14
14
  };
15
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
15
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, {
16
16
  size: {
17
17
  md: {
18
18
  root: string;
@@ -26,7 +26,7 @@ export declare const tableRecipe: import("tailwind-variants").TVReturnType<{
26
26
  body: string;
27
27
  };
28
28
  };
29
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
29
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
30
30
  size: {
31
31
  md: {
32
32
  root: string;
@@ -40,4 +40,4 @@ export declare const tableRecipe: import("tailwind-variants").TVReturnType<{
40
40
  body: string;
41
41
  };
42
42
  };
43
- }, Record<"body" | "root" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>;
43
+ }, Record<"root" | "body" | "footer" | "header" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -0,0 +1 @@
1
+ export declare function dataURLtoBlob(dataURL: string): Blob;
@@ -0,0 +1,11 @@
1
+ export function dataURLtoBlob(dataURL) {
2
+ const parts = dataURL.split(';base64,');
3
+ const contentType = parts[0].split(':')[1];
4
+ const raw = window.atob(parts[1]);
5
+ const rawLength = raw.length;
6
+ const uInt8Array = new Uint8Array(rawLength);
7
+ for (let i = 0; i < rawLength; ++i) {
8
+ uInt8Array[i] = raw.charCodeAt(i);
9
+ }
10
+ return new Blob([uInt8Array], { type: contentType });
11
+ }
@@ -0,0 +1 @@
1
+ export declare const GAMES_AVAILABLE_3PM_TO_3AM: string[];
@@ -0,0 +1 @@
1
+ export const GAMES_AVAILABLE_3PM_TO_3AM = ['Marble Race', 'Rainbow Ball'];
@@ -0,0 +1 @@
1
+ export declare function getGameName(reference: string, defaultName: string): string;
@@ -0,0 +1,6 @@
1
+ export function getGameName(reference, defaultName) {
2
+ if (reference === 'Hwd1wEWHU6Gvfwecuh') {
3
+ return 'Marble Speedway';
4
+ }
5
+ return defaultName;
6
+ }
@@ -0,0 +1 @@
1
+ export declare const isBetween3amAnd3pm: () => boolean;
@@ -0,0 +1,5 @@
1
+ export const isBetween3amAnd3pm = () => {
2
+ const now = new Date();
3
+ const hour = now.getHours();
4
+ return hour >= 15 || hour < 3;
5
+ };
@@ -0,0 +1,2 @@
1
+ export declare const resizeFile: (file: File) => Promise<unknown>;
2
+ export declare const resizeFileBase64: (file: File) => Promise<string>;
@@ -0,0 +1,11 @@
1
+ import Resizer from 'react-image-file-resizer';
2
+ export const resizeFile = (file) => new Promise((resolve) => {
3
+ Resizer.imageFileResizer(file, 300, 300, 'jpeg', 100, 0, (uri) => {
4
+ resolve(uri);
5
+ }, 'file');
6
+ });
7
+ export const resizeFileBase64 = (file) => new Promise((resolve) => {
8
+ Resizer.imageFileResizer(file, 1200, 300, 'WEBP', 100, 0, (uri) => {
9
+ resolve(uri);
10
+ }, 'base64');
11
+ });