@opexa/portal-components 0.0.824 → 0.0.826

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 (289) hide show
  1. package/dist/components/DepositWithdrawal/Deposit/Deposit.js +1 -2
  2. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/Confirmed.d.ts +1 -0
  3. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/Confirmed.js +11 -0
  4. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/Failed.d.ts +1 -0
  5. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/Failed.js +11 -0
  6. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/Form.d.ts +1 -0
  7. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/Form.js +126 -0
  8. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/GeneratingQrCode.d.ts +1 -0
  9. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/GeneratingQrCode.js +10 -0
  10. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDeposit.js +6 -4
  11. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDepositContext.d.ts +8 -16
  12. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QrCodeGenerated.d.ts +1 -0
  13. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QrCodeGenerated.js +41 -0
  14. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/useQRPHDeposit.d.ts +8 -8
  15. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/useQRPHDeposit.js +47 -41
  16. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDeposit.d.ts +1 -0
  17. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDeposit.js +10 -0
  18. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositAlert.d.ts +1 -0
  19. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositAlert.js +99 -0
  20. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositContext.d.ts +25 -0
  21. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositContext.js +2 -0
  22. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositDetails.d.ts +1 -0
  23. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositDetails.js +17 -0
  24. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositForm.d.ts +1 -0
  25. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHDepositForm.js +116 -0
  26. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHQRCode.d.ts +3 -0
  27. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/QRPHQRCode.js +69 -0
  28. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/useQRPHDeposit.d.ts +13 -0
  29. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__legacy/useQRPHDeposit.js +85 -0
  30. package/dist/components/Jackpots/Jackpots.module.css +221 -221
  31. package/dist/components/KYC/KYCDefault/KYCVerificationStatus.lazy.js +2 -2
  32. package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
  33. package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
  34. package/dist/services/queries.js +3151 -3151
  35. package/dist/styles/theme.css +776 -776
  36. package/dist/ui/AlertDialog/AlertDialog.d.ts +55 -55
  37. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +5 -5
  38. package/dist/ui/Badge/Badge.d.ts +12 -12
  39. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  40. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  41. package/dist/ui/Carousel/Carousel.d.ts +45 -45
  42. package/dist/ui/Carousel/carousel.recipe.d.ts +5 -5
  43. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  44. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  45. package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
  46. package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
  47. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  48. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  49. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  50. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  51. package/dist/ui/Dialog/Dialog.d.ts +33 -33
  52. package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
  53. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  54. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  55. package/dist/ui/Menu/Menu.d.ts +198 -198
  56. package/dist/ui/Menu/menu.recipe.d.ts +11 -11
  57. package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
  58. package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
  59. package/dist/ui/Popover/Popover.d.ts +55 -55
  60. package/dist/ui/Popover/popover.recipe.d.ts +5 -5
  61. package/dist/ui/Progress/Progress.d.ts +27 -27
  62. package/dist/ui/Progress/progress.recipe.d.ts +3 -3
  63. package/dist/ui/Select/Select.d.ts +45 -45
  64. package/dist/ui/Select/select.recipe.d.ts +3 -3
  65. package/dist/ui/Table/Table.d.ts +21 -21
  66. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  67. package/dist/ui/Table/table.recipe.d.ts +3 -3
  68. package/dist/ui/Tabs/Tabs.d.ts +15 -15
  69. package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
  70. package/package.json +176 -176
  71. package/dist/assets/providers/alize.png +0 -0
  72. package/dist/assets/providers/bigtime-gaming.png +0 -0
  73. package/dist/assets/providers/bng.png +0 -0
  74. package/dist/assets/providers/boongo.png +0 -0
  75. package/dist/assets/providers/btg.png +0 -0
  76. package/dist/assets/providers/cq9.png +0 -0
  77. package/dist/assets/providers/darwin.png +0 -0
  78. package/dist/assets/providers/digitain.png +0 -0
  79. package/dist/assets/providers/evolution.png +0 -0
  80. package/dist/assets/providers/fantasma-games.png +0 -0
  81. package/dist/assets/providers/fc.png +0 -0
  82. package/dist/assets/providers/fp.png +0 -0
  83. package/dist/assets/providers/habanero.png +0 -0
  84. package/dist/assets/providers/hacksaw.png +0 -0
  85. package/dist/assets/providers/jdb.png +0 -0
  86. package/dist/assets/providers/jili.png +0 -0
  87. package/dist/assets/providers/leap.png +0 -0
  88. package/dist/assets/providers/live-22-metaverse.png +0 -0
  89. package/dist/assets/providers/netent.png +0 -0
  90. package/dist/assets/providers/no-limit.png +0 -0
  91. package/dist/assets/providers/pg.png +0 -0
  92. package/dist/assets/providers/pgsoft.png +0 -0
  93. package/dist/assets/providers/pragmatic-play.png +0 -0
  94. package/dist/assets/providers/realtime-gaming.png +0 -0
  95. package/dist/assets/providers/redtiger.png +0 -0
  96. package/dist/assets/providers/rtg.png +0 -0
  97. package/dist/assets/providers/sagaming.png +0 -0
  98. package/dist/components/DepositWithdrawal/AiOPaymentMethods.d.ts +0 -11
  99. package/dist/components/DepositWithdrawal/AiOPaymentMethods.js +0 -55
  100. package/dist/components/DigitainLauncher/Loading.d.ts +0 -1
  101. package/dist/components/DigitainLauncher/Loading.js +0 -5
  102. package/dist/components/Disclaimer/ResponsibleGaming.d.ts +0 -10
  103. package/dist/components/Disclaimer/ResponsibleGaming.js +0 -13
  104. package/dist/components/Disclaimer/TermsOfUse.d.ts +0 -11
  105. package/dist/components/Disclaimer/TermsOfUse.js +0 -13
  106. package/dist/components/FeatureFlag/FeatureFlag.d.ts +0 -1
  107. package/dist/components/FeatureFlag/FeatureFlag.js +0 -29
  108. package/dist/components/FeatureFlag/index.d.ts +0 -1
  109. package/dist/components/FeatureFlag/index.js +0 -1
  110. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +0 -184
  111. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +0 -184
  112. package/dist/components/KYC/AutoOpen.d.ts +0 -1
  113. package/dist/components/KYC/AutoOpen.js +0 -40
  114. package/dist/components/KYC/BasicInformation.d.ts +0 -1
  115. package/dist/components/KYC/BasicInformation.js +0 -101
  116. package/dist/components/KYC/CaptureIdDocument.d.ts +0 -1
  117. package/dist/components/KYC/CaptureIdDocument.js +0 -219
  118. package/dist/components/KYC/CaptureSelfie.d.ts +0 -1
  119. package/dist/components/KYC/CaptureSelfie.js +0 -285
  120. package/dist/components/KYC/DisplayImage.d.ts +0 -5
  121. package/dist/components/KYC/DisplayImage.js +0 -8
  122. package/dist/components/KYC/FileUpload.d.ts +0 -10
  123. package/dist/components/KYC/FileUpload.js +0 -72
  124. package/dist/components/KYC/IdentityVerification.d.ts +0 -1
  125. package/dist/components/KYC/IdentityVerification.js +0 -120
  126. package/dist/components/KYC/Indicator.d.ts +0 -1
  127. package/dist/components/KYC/Indicator.js +0 -8
  128. package/dist/components/KYC/KYC.lazy.d.ts +0 -6
  129. package/dist/components/KYC/KYC.lazy.js +0 -45
  130. package/dist/components/KYC/KYCContext.d.ts +0 -6
  131. package/dist/components/KYC/KYCContext.js +0 -2
  132. package/dist/components/KYC/KYCDefault/BasicInformation.d.ts +0 -1
  133. package/dist/components/KYC/KYCDefault/BasicInformation.js +0 -101
  134. package/dist/components/KYC/KYCVerificationStatus.d.ts +0 -1
  135. package/dist/components/KYC/KYCVerificationStatus.js +0 -10
  136. package/dist/components/KYC/KYCVerificationStatus.lazy.d.ts +0 -1
  137. package/dist/components/KYC/KYCVerificationStatus.lazy.js +0 -39
  138. package/dist/components/KYC/NoCameraError.d.ts +0 -7
  139. package/dist/components/KYC/NoCameraError.js +0 -6
  140. package/dist/components/KYC/PersonOverlayDesktop.d.ts +0 -7
  141. package/dist/components/KYC/PersonOverlayDesktop.js +0 -9
  142. package/dist/components/KYC/PersonalInformation.d.ts +0 -1
  143. package/dist/components/KYC/PersonalInformation.js +0 -122
  144. package/dist/components/KYC/backup/Header.d.ts +0 -1
  145. package/dist/components/KYC/backup/Header.js +0 -8
  146. package/dist/components/KYC/backup/Indicator.d.ts +0 -1
  147. package/dist/components/KYC/backup/Indicator.js +0 -9
  148. package/dist/components/KYC/backup/KYC.d.ts +0 -1
  149. package/dist/components/KYC/backup/KYC.js +0 -14
  150. package/dist/components/KYC/backup/KYC.lazy.d.ts +0 -1
  151. package/dist/components/KYC/backup/KYC.lazy.js +0 -26
  152. package/dist/components/KYC/backup/KYCContext.d.ts +0 -6
  153. package/dist/components/KYC/backup/KYCContext.js +0 -2
  154. package/dist/components/KYC/backup/Step1.d.ts +0 -1
  155. package/dist/components/KYC/backup/Step1.js +0 -13
  156. package/dist/components/KYC/backup/Step2.d.ts +0 -1
  157. package/dist/components/KYC/backup/Step2.js +0 -13
  158. package/dist/components/KYC/backup/Step3.d.ts +0 -1
  159. package/dist/components/KYC/backup/Step3.js +0 -13
  160. package/dist/components/KYC/backup/Step4.d.ts +0 -1
  161. package/dist/components/KYC/backup/Step4.js +0 -7
  162. package/dist/components/KYC/backup/useKYC.d.ts +0 -10
  163. package/dist/components/KYC/backup/useKYC.js +0 -8
  164. package/dist/components/KYC/loadModels.d.ts +0 -1
  165. package/dist/components/KYC/loadModels.js +0 -9
  166. package/dist/components/KYC/useKYC.d.ts +0 -25
  167. package/dist/components/KYC/useKYC.js +0 -38
  168. package/dist/components/KYC/utils.d.ts +0 -9
  169. package/dist/components/KYC/utils.js +0 -79
  170. package/dist/components/KYCNotRequired/KYCNotRequired.d.ts +0 -0
  171. package/dist/components/KYCNotRequired/KYCNotRequired.js +0 -1
  172. package/dist/components/Messages/Message.d.ts +0 -1
  173. package/dist/components/Messages/Message.js +0 -35
  174. package/dist/components/Messages/MessageContext.d.ts +0 -6
  175. package/dist/components/Messages/MessageContext.js +0 -2
  176. package/dist/components/Messages/MessagePopup.d.ts +0 -1
  177. package/dist/components/Messages/MessagePopup.js +0 -20
  178. package/dist/components/Messages/MessageTrigger.d.ts +0 -8
  179. package/dist/components/Messages/MessageTrigger.js +0 -19
  180. package/dist/components/PortalProvider/CXDTokenObserver.d.ts +0 -1
  181. package/dist/components/PortalProvider/CXDTokenObserver.js +0 -30
  182. package/dist/components/PortalProvider/LinkGoogleAccountObserver.d.ts +0 -1
  183. package/dist/components/PortalProvider/LinkGoogleAccountObserver.js +0 -29
  184. package/dist/components/Quests/CountdownTimer.d.ts +0 -15
  185. package/dist/components/Quests/CountdownTimer.js +0 -33
  186. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.d.ts +0 -4
  187. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.js +0 -78
  188. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.d.ts +0 -8
  189. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.js +0 -9
  190. package/dist/components/Quests/MultiWageringQuest.d.ts +0 -1
  191. package/dist/components/Quests/MultiWageringQuest.js +0 -111
  192. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.d.ts +0 -4
  193. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.js +0 -4
  194. package/dist/components/Quests/WageringQuest/WageringQuest.d.ts +0 -4
  195. package/dist/components/Quests/WageringQuest/WageringQuest.js +0 -20
  196. package/dist/components/Quests/WageringQuest/WageringQuestModal.d.ts +0 -9
  197. package/dist/components/Quests/WageringQuest/WageringQuestModal.js +0 -9
  198. package/dist/components/SessionWatcher/SessionWatcher.d.ts +0 -1
  199. package/dist/components/SessionWatcher/SessionWatcher.js +0 -20
  200. package/dist/components/SessionWatcher/index.d.ts +0 -1
  201. package/dist/components/SessionWatcher/index.js +0 -1
  202. package/dist/components/SignIn/utils.d.ts +0 -8
  203. package/dist/components/SignIn/utils.js +0 -26
  204. package/dist/components/SignUp/SignUp.lazy.d.ts +0 -12
  205. package/dist/components/SignUp/SignUp.lazy.js +0 -18
  206. package/dist/components/SignUp/SignUpContext.d.ts +0 -6
  207. package/dist/components/SignUp/SignUpContext.js +0 -2
  208. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.d.ts +0 -17
  209. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.js +0 -18
  210. package/dist/components/SignUp/SignUpDefault/SignUpContext.d.ts +0 -6
  211. package/dist/components/SignUp/SignUpDefault/SignUpContext.js +0 -2
  212. package/dist/components/SignUp/SignUpDefault/SignUpForm.d.ts +0 -1
  213. package/dist/components/SignUp/SignUpDefault/SignUpForm.js +0 -310
  214. package/dist/components/SignUp/SignUpForm.d.ts +0 -1
  215. package/dist/components/SignUp/SignUpForm.js +0 -284
  216. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.d.ts +0 -1
  217. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.js +0 -198
  218. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.d.ts +0 -1
  219. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.js +0 -251
  220. package/dist/components/SignUp/SignUpKYC/ImageUploader.d.ts +0 -10
  221. package/dist/components/SignUp/SignUpKYC/ImageUploader.js +0 -42
  222. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.d.ts +0 -7
  223. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.js +0 -9
  224. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.d.ts +0 -1
  225. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.js +0 -464
  226. package/dist/components/SignUp/SignUpKYC/useImageUploader.d.ts +0 -11
  227. package/dist/components/SignUp/SignUpKYC/useImageUploader.js +0 -20
  228. package/dist/components/SignUp/SignUpKYC/utils.d.ts +0 -9
  229. package/dist/components/SignUp/SignUpKYC/utils.js +0 -79
  230. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.d.ts +0 -1
  231. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.js +0 -198
  232. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.d.ts +0 -1
  233. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.js +0 -251
  234. package/dist/components/SignUp/SignUpPagcor/ImageUploader.d.ts +0 -10
  235. package/dist/components/SignUp/SignUpPagcor/ImageUploader.js +0 -41
  236. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.d.ts +0 -1
  237. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.js +0 -429
  238. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.d.ts +0 -13
  239. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.js +0 -26
  240. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.d.ts +0 -7
  241. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.js +0 -2
  242. package/dist/components/SignUp/SignUpPagcor/useImageUploader.d.ts +0 -11
  243. package/dist/components/SignUp/SignUpPagcor/useImageUploader.js +0 -20
  244. package/dist/components/shared/IdDocumentField.client.d.ts +0 -25
  245. package/dist/components/shared/IdDocumentField.client.js +0 -204
  246. package/dist/components/shared/IdDocumentField.d.ts +0 -2
  247. package/dist/components/shared/IdDocumentField.js +0 -11
  248. package/dist/components/shared/SelfieField.client.d.ts +0 -20
  249. package/dist/components/shared/SelfieField.client.js +0 -327
  250. package/dist/components/shared/SelfieField.d.ts +0 -2
  251. package/dist/components/shared/SelfieField.js +0 -11
  252. package/dist/constants/BranchCode.d.ts +0 -4
  253. package/dist/constants/BranchCode.js +0 -42
  254. package/dist/constants/Branches.d.ts +0 -2
  255. package/dist/constants/Branches.js +0 -42
  256. package/dist/handlers/postTransformIdFrontImage.d.ts +0 -3
  257. package/dist/handlers/postTransformIdFrontImage.js +0 -67
  258. package/dist/handlers/postTransformSelfieImage.d.ts +0 -3
  259. package/dist/handlers/postTransformSelfieImage.js +0 -71
  260. package/dist/handlers.d.ts +0 -43
  261. package/dist/handlers.js +0 -297
  262. package/dist/icons/BellRingIcon.d.ts +0 -2
  263. package/dist/icons/BellRingIcon.js +0 -4
  264. package/dist/images/game-providers/ALPHACHINKO.png +0 -0
  265. package/dist/images/responsible-gaming-yellow.png +0 -0
  266. package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +0 -4
  267. package/dist/third-parties/FacebookPixel/FacebookPixel.js +0 -4
  268. package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
  269. package/dist/third-parties/FacebookPixel/api.js +0 -1
  270. package/dist/third-parties/FacebookPixel/index.d.ts +0 -1
  271. package/dist/third-parties/FacebookPixel/index.js +0 -1
  272. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +0 -4
  273. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +0 -4
  274. package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
  275. package/dist/third-parties/GoogleRecaptcha/api.js +0 -1
  276. package/dist/third-parties/GoogleRecaptcha/index.d.ts +0 -1
  277. package/dist/third-parties/GoogleRecaptcha/index.js +0 -1
  278. package/dist/third-parties/index.d.ts +0 -2
  279. package/dist/third-parties/index.js +0 -2
  280. package/dist/utils/dataUrlToBlob.d.ts +0 -1
  281. package/dist/utils/dataUrlToBlob.js +0 -11
  282. package/dist/utils/gamesAvailable3pmTo3am.d.ts +0 -1
  283. package/dist/utils/gamesAvailable3pmTo3am.js +0 -1
  284. package/dist/utils/getGameName.d.ts +0 -1
  285. package/dist/utils/getGameName.js +0 -6
  286. package/dist/utils/isBetween3amAnd3pm.d.ts +0 -1
  287. package/dist/utils/isBetween3amAnd3pm.js +0 -5
  288. package/dist/utils/resizeImageSize.d.ts +0 -2
  289. package/dist/utils/resizeImageSize.js +0 -11
@@ -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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, undefined, {
15
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, import("tailwind-variants").TVReturnType<{
29
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
43
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, undefined, {
58
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, import("tailwind-variants").TVReturnType<{
72
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
86
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, undefined, {
101
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, import("tailwind-variants").TVReturnType<{
115
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
129
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, undefined, {
144
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, import("tailwind-variants").TVReturnType<{
158
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
172
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, undefined, {
187
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, import("tailwind-variants").TVReturnType<{
201
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
215
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, undefined, {
230
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, import("tailwind-variants").TVReturnType<{
244
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
258
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, undefined, {
273
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, import("tailwind-variants").TVReturnType<{
287
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
301
+ }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
@@ -1 +1 @@
1
- export declare const tableAnatomy: import("@ark-ui/react/anatomy").AnatomyInstance<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root">;
1
+ export declare const tableAnatomy: import("@ark-ui/react/anatomy").AnatomyInstance<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, undefined, {
15
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, import("tailwind-variants").TVReturnType<{
29
+ }, Record<"body" | "footer" | "header" | "root" | "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" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, undefined, unknown, unknown, undefined>>;
43
+ }, Record<"body" | "footer" | "header" | "root" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -11,7 +11,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
11
11
  trigger: string;
12
12
  };
13
13
  };
14
- }, Record<"content" | "list" | "root" | "indicator" | "trigger", string | string[]>, undefined, {
14
+ }, Record<"content" | "root" | "indicator" | "list" | "trigger", string | string[]>, undefined, {
15
15
  size: {
16
16
  md: {};
17
17
  };
@@ -23,7 +23,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
23
23
  trigger: string;
24
24
  };
25
25
  };
26
- }, Record<"content" | "list" | "root" | "indicator" | "trigger", string | string[]>, import("tailwind-variants").TVReturnType<{
26
+ }, Record<"content" | "root" | "indicator" | "list" | "trigger", string | string[]>, import("tailwind-variants").TVReturnType<{
27
27
  size: {
28
28
  md: {};
29
29
  };
@@ -35,7 +35,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
35
35
  trigger: string;
36
36
  };
37
37
  };
38
- }, Record<"content" | "list" | "root" | "indicator" | "trigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
38
+ }, Record<"content" | "root" | "indicator" | "list" | "trigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
39
39
  export declare const Content: import("react").ComponentType<import("@ark-ui/react").Assign<Tabs.ContentProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
40
40
  size: {
41
41
  md: {};
@@ -48,7 +48,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
48
48
  trigger: string;
49
49
  };
50
50
  };
51
- }, Record<"content" | "list" | "root" | "indicator" | "trigger", string | string[]>, undefined, {
51
+ }, Record<"content" | "root" | "indicator" | "list" | "trigger", string | string[]>, undefined, {
52
52
  size: {
53
53
  md: {};
54
54
  };
@@ -60,7 +60,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
60
60
  trigger: string;
61
61
  };
62
62
  };
63
- }, Record<"content" | "list" | "root" | "indicator" | "trigger", string | string[]>, import("tailwind-variants").TVReturnType<{
63
+ }, Record<"content" | "root" | "indicator" | "list" | "trigger", string | string[]>, import("tailwind-variants").TVReturnType<{
64
64
  size: {
65
65
  md: {};
66
66
  };
@@ -72,7 +72,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
72
72
  trigger: string;
73
73
  };
74
74
  };
75
- }, Record<"content" | "list" | "root" | "indicator" | "trigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
75
+ }, Record<"content" | "root" | "indicator" | "list" | "trigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
76
76
  export declare const Indicator: import("react").ComponentType<import("@ark-ui/react").Assign<Tabs.IndicatorProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
77
77
  size: {
78
78
  md: {};
@@ -85,7 +85,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
85
85
  trigger: string;
86
86
  };
87
87
  };
88
- }, Record<"content" | "list" | "root" | "indicator" | "trigger", string | string[]>, undefined, {
88
+ }, Record<"content" | "root" | "indicator" | "list" | "trigger", string | string[]>, undefined, {
89
89
  size: {
90
90
  md: {};
91
91
  };
@@ -97,7 +97,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
97
97
  trigger: string;
98
98
  };
99
99
  };
100
- }, Record<"content" | "list" | "root" | "indicator" | "trigger", string | string[]>, import("tailwind-variants").TVReturnType<{
100
+ }, Record<"content" | "root" | "indicator" | "list" | "trigger", string | string[]>, import("tailwind-variants").TVReturnType<{
101
101
  size: {
102
102
  md: {};
103
103
  };
@@ -109,7 +109,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
109
109
  trigger: string;
110
110
  };
111
111
  };
112
- }, Record<"content" | "list" | "root" | "indicator" | "trigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
112
+ }, Record<"content" | "root" | "indicator" | "list" | "trigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
113
113
  export declare const List: import("react").ComponentType<import("@ark-ui/react").Assign<Tabs.ListProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
114
114
  size: {
115
115
  md: {};
@@ -122,7 +122,7 @@ export declare const List: import("react").ComponentType<import("@ark-ui/react")
122
122
  trigger: string;
123
123
  };
124
124
  };
125
- }, Record<"content" | "list" | "root" | "indicator" | "trigger", string | string[]>, undefined, {
125
+ }, Record<"content" | "root" | "indicator" | "list" | "trigger", string | string[]>, undefined, {
126
126
  size: {
127
127
  md: {};
128
128
  };
@@ -134,7 +134,7 @@ export declare const List: import("react").ComponentType<import("@ark-ui/react")
134
134
  trigger: string;
135
135
  };
136
136
  };
137
- }, Record<"content" | "list" | "root" | "indicator" | "trigger", string | string[]>, import("tailwind-variants").TVReturnType<{
137
+ }, Record<"content" | "root" | "indicator" | "list" | "trigger", string | string[]>, import("tailwind-variants").TVReturnType<{
138
138
  size: {
139
139
  md: {};
140
140
  };
@@ -146,7 +146,7 @@ export declare const List: import("react").ComponentType<import("@ark-ui/react")
146
146
  trigger: string;
147
147
  };
148
148
  };
149
- }, Record<"content" | "list" | "root" | "indicator" | "trigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
149
+ }, Record<"content" | "root" | "indicator" | "list" | "trigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
150
150
  export declare const Trigger: import("react").ComponentType<import("@ark-ui/react").Assign<Tabs.TriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
151
151
  size: {
152
152
  md: {};
@@ -159,7 +159,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
159
159
  trigger: string;
160
160
  };
161
161
  };
162
- }, Record<"content" | "list" | "root" | "indicator" | "trigger", string | string[]>, undefined, {
162
+ }, Record<"content" | "root" | "indicator" | "list" | "trigger", string | string[]>, undefined, {
163
163
  size: {
164
164
  md: {};
165
165
  };
@@ -171,7 +171,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
171
171
  trigger: string;
172
172
  };
173
173
  };
174
- }, Record<"content" | "list" | "root" | "indicator" | "trigger", string | string[]>, import("tailwind-variants").TVReturnType<{
174
+ }, Record<"content" | "root" | "indicator" | "list" | "trigger", string | string[]>, import("tailwind-variants").TVReturnType<{
175
175
  size: {
176
176
  md: {};
177
177
  };
@@ -183,5 +183,5 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
183
183
  trigger: string;
184
184
  };
185
185
  };
186
- }, Record<"content" | "list" | "root" | "indicator" | "trigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
186
+ }, Record<"content" | "root" | "indicator" | "list" | "trigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
187
187
  export declare const Context: (props: Tabs.ContextProps) => import("react").ReactNode;
@@ -10,7 +10,7 @@ export declare const tabsRecipe: import("tailwind-variants").TVReturnType<{
10
10
  trigger: string;
11
11
  };
12
12
  };
13
- }, Record<"content" | "list" | "root" | "indicator" | "trigger", string | string[]>, undefined, {
13
+ }, Record<"content" | "root" | "indicator" | "list" | "trigger", string | string[]>, undefined, {
14
14
  size: {
15
15
  md: {};
16
16
  };
@@ -22,7 +22,7 @@ export declare const tabsRecipe: import("tailwind-variants").TVReturnType<{
22
22
  trigger: string;
23
23
  };
24
24
  };
25
- }, Record<"content" | "list" | "root" | "indicator" | "trigger", string | string[]>, import("tailwind-variants").TVReturnType<{
25
+ }, Record<"content" | "root" | "indicator" | "list" | "trigger", string | string[]>, import("tailwind-variants").TVReturnType<{
26
26
  size: {
27
27
  md: {};
28
28
  };
@@ -34,4 +34,4 @@ export declare const tabsRecipe: import("tailwind-variants").TVReturnType<{
34
34
  trigger: string;
35
35
  };
36
36
  };
37
- }, Record<"content" | "list" | "root" | "indicator" | "trigger", string | string[]>, undefined, unknown, unknown, undefined>>;
37
+ }, Record<"content" | "root" | "indicator" | "list" | "trigger", string | string[]>, undefined, unknown, unknown, undefined>>;