@opexa/portal-components 0.0.823 → 0.0.824

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 (242) hide show
  1. package/dist/components/DigitainLauncher/Loading.d.ts +1 -0
  2. package/dist/components/DigitainLauncher/Loading.js +5 -0
  3. package/dist/components/Disclaimer/ResponsibleGaming.d.ts +10 -0
  4. package/dist/components/Disclaimer/ResponsibleGaming.js +13 -0
  5. package/dist/components/Disclaimer/TermsOfUse.d.ts +11 -0
  6. package/dist/components/Disclaimer/TermsOfUse.js +13 -0
  7. package/dist/components/FeatureFlag/FeatureFlag.d.ts +1 -0
  8. package/dist/components/FeatureFlag/FeatureFlag.js +29 -0
  9. package/dist/components/FeatureFlag/index.d.ts +1 -0
  10. package/dist/components/FeatureFlag/index.js +1 -0
  11. package/dist/components/Jackpots/Jackpots.module.css +221 -221
  12. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -0
  13. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -0
  14. package/dist/components/KYC/AutoOpen.d.ts +1 -0
  15. package/dist/components/KYC/AutoOpen.js +40 -0
  16. package/dist/components/KYC/BasicInformation.d.ts +1 -0
  17. package/dist/components/KYC/BasicInformation.js +101 -0
  18. package/dist/components/KYC/CaptureIdDocument.d.ts +1 -0
  19. package/dist/components/KYC/CaptureIdDocument.js +219 -0
  20. package/dist/components/KYC/CaptureSelfie.d.ts +1 -0
  21. package/dist/components/KYC/CaptureSelfie.js +285 -0
  22. package/dist/components/KYC/DisplayImage.d.ts +5 -0
  23. package/dist/components/KYC/DisplayImage.js +8 -0
  24. package/dist/components/KYC/FileUpload.d.ts +10 -0
  25. package/dist/components/KYC/FileUpload.js +72 -0
  26. package/dist/components/KYC/IdentityVerification.d.ts +1 -0
  27. package/dist/components/KYC/IdentityVerification.js +120 -0
  28. package/dist/components/KYC/Indicator.d.ts +1 -0
  29. package/dist/components/KYC/Indicator.js +8 -0
  30. package/dist/components/KYC/KYC.lazy.d.ts +6 -0
  31. package/dist/components/KYC/KYC.lazy.js +45 -0
  32. package/dist/components/KYC/KYCContext.d.ts +6 -0
  33. package/dist/components/KYC/KYCContext.js +2 -0
  34. package/dist/components/KYC/KYCDefault/BasicInformation.d.ts +1 -0
  35. package/dist/components/KYC/KYCDefault/BasicInformation.js +101 -0
  36. package/dist/components/KYC/KYCDefault/IdentityVerification.js +2 -0
  37. package/dist/components/KYC/KYCDefault/KYCVerificationStatus.lazy.js +2 -2
  38. package/dist/components/KYC/KYCVerificationStatus.d.ts +1 -0
  39. package/dist/components/KYC/KYCVerificationStatus.js +10 -0
  40. package/dist/components/KYC/KYCVerificationStatus.lazy.d.ts +1 -0
  41. package/dist/components/KYC/KYCVerificationStatus.lazy.js +39 -0
  42. package/dist/components/KYC/NoCameraError.d.ts +7 -0
  43. package/dist/components/KYC/NoCameraError.js +6 -0
  44. package/dist/components/KYC/PersonOverlayDesktop.d.ts +7 -0
  45. package/dist/components/KYC/PersonOverlayDesktop.js +9 -0
  46. package/dist/components/KYC/PersonalInformation.d.ts +1 -0
  47. package/dist/components/KYC/PersonalInformation.js +122 -0
  48. package/dist/components/KYC/backup/Header.d.ts +1 -0
  49. package/dist/components/KYC/backup/Header.js +8 -0
  50. package/dist/components/KYC/backup/Indicator.d.ts +1 -0
  51. package/dist/components/KYC/backup/Indicator.js +9 -0
  52. package/dist/components/KYC/backup/KYC.d.ts +1 -0
  53. package/dist/components/KYC/backup/KYC.js +14 -0
  54. package/dist/components/KYC/backup/KYC.lazy.d.ts +1 -0
  55. package/dist/components/KYC/backup/KYC.lazy.js +26 -0
  56. package/dist/components/KYC/backup/KYCContext.d.ts +6 -0
  57. package/dist/components/KYC/backup/KYCContext.js +2 -0
  58. package/dist/components/KYC/backup/Step1.d.ts +1 -0
  59. package/dist/components/KYC/backup/Step1.js +13 -0
  60. package/dist/components/KYC/backup/Step2.d.ts +1 -0
  61. package/dist/components/KYC/backup/Step2.js +13 -0
  62. package/dist/components/KYC/backup/Step3.d.ts +1 -0
  63. package/dist/components/KYC/backup/Step3.js +13 -0
  64. package/dist/components/KYC/backup/Step4.d.ts +1 -0
  65. package/dist/components/KYC/backup/Step4.js +7 -0
  66. package/dist/components/KYC/backup/useKYC.d.ts +10 -0
  67. package/dist/components/KYC/backup/useKYC.js +8 -0
  68. package/dist/components/KYC/loadModels.d.ts +1 -0
  69. package/dist/components/KYC/loadModels.js +9 -0
  70. package/dist/components/KYC/useKYC.d.ts +25 -0
  71. package/dist/components/KYC/useKYC.js +38 -0
  72. package/dist/components/KYC/utils.d.ts +9 -0
  73. package/dist/components/KYC/utils.js +79 -0
  74. package/dist/components/Messages/Message.d.ts +1 -0
  75. package/dist/components/Messages/Message.js +35 -0
  76. package/dist/components/Messages/MessageContext.d.ts +6 -0
  77. package/dist/components/Messages/MessageContext.js +2 -0
  78. package/dist/components/Messages/MessagePopup.d.ts +1 -0
  79. package/dist/components/Messages/MessagePopup.js +20 -0
  80. package/dist/components/Messages/MessageTrigger.d.ts +8 -0
  81. package/dist/components/Messages/MessageTrigger.js +19 -0
  82. package/dist/components/PortalProvider/CXDTokenObserver.d.ts +1 -0
  83. package/dist/components/PortalProvider/CXDTokenObserver.js +30 -0
  84. package/dist/components/PortalProvider/LinkGoogleAccountObserver.d.ts +1 -0
  85. package/dist/components/PortalProvider/LinkGoogleAccountObserver.js +29 -0
  86. package/dist/components/Quests/CountdownTimer.d.ts +15 -0
  87. package/dist/components/Quests/CountdownTimer.js +33 -0
  88. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.d.ts +4 -0
  89. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.js +78 -0
  90. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.d.ts +8 -0
  91. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.js +9 -0
  92. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.d.ts +4 -0
  93. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.js +4 -0
  94. package/dist/components/Quests/WageringQuest/WageringQuest.d.ts +4 -0
  95. package/dist/components/Quests/WageringQuest/WageringQuest.js +20 -0
  96. package/dist/components/Quests/WageringQuest/WageringQuestModal.d.ts +9 -0
  97. package/dist/components/Quests/WageringQuest/WageringQuestModal.js +9 -0
  98. package/dist/components/SessionWatcher/SessionWatcher.d.ts +1 -0
  99. package/dist/components/SessionWatcher/SessionWatcher.js +20 -0
  100. package/dist/components/SessionWatcher/index.d.ts +1 -0
  101. package/dist/components/SessionWatcher/index.js +1 -0
  102. package/dist/components/SignIn/utils.d.ts +8 -0
  103. package/dist/components/SignIn/utils.js +26 -0
  104. package/dist/components/SignUp/SignUp.lazy.d.ts +12 -0
  105. package/dist/components/SignUp/SignUp.lazy.js +18 -0
  106. package/dist/components/SignUp/SignUpContext.d.ts +6 -0
  107. package/dist/components/SignUp/SignUpContext.js +2 -0
  108. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.d.ts +17 -0
  109. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.js +18 -0
  110. package/dist/components/SignUp/SignUpDefault/SignUpContext.d.ts +6 -0
  111. package/dist/components/SignUp/SignUpDefault/SignUpContext.js +2 -0
  112. package/dist/components/SignUp/SignUpDefault/SignUpForm.d.ts +1 -0
  113. package/dist/components/SignUp/SignUpDefault/SignUpForm.js +310 -0
  114. package/dist/components/SignUp/SignUpForm.d.ts +1 -0
  115. package/dist/components/SignUp/SignUpForm.js +284 -0
  116. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.d.ts +1 -0
  117. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.js +198 -0
  118. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.d.ts +1 -0
  119. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.js +251 -0
  120. package/dist/components/SignUp/SignUpKYC/ImageUploader.d.ts +10 -0
  121. package/dist/components/SignUp/SignUpKYC/ImageUploader.js +42 -0
  122. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.d.ts +7 -0
  123. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.js +9 -0
  124. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.d.ts +1 -0
  125. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.js +464 -0
  126. package/dist/components/SignUp/SignUpKYC/useImageUploader.d.ts +11 -0
  127. package/dist/components/SignUp/SignUpKYC/useImageUploader.js +20 -0
  128. package/dist/components/SignUp/SignUpKYC/utils.d.ts +9 -0
  129. package/dist/components/SignUp/SignUpKYC/utils.js +79 -0
  130. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.d.ts +1 -0
  131. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.js +198 -0
  132. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.d.ts +1 -0
  133. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.js +251 -0
  134. package/dist/components/SignUp/SignUpPagcor/ImageUploader.d.ts +10 -0
  135. package/dist/components/SignUp/SignUpPagcor/ImageUploader.js +41 -0
  136. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.d.ts +1 -0
  137. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.js +429 -0
  138. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.d.ts +13 -0
  139. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.js +26 -0
  140. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.d.ts +7 -0
  141. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.js +2 -0
  142. package/dist/components/SignUp/SignUpPagcor/useImageUploader.d.ts +11 -0
  143. package/dist/components/SignUp/SignUpPagcor/useImageUploader.js +20 -0
  144. package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
  145. package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
  146. package/dist/components/shared/IdDocumentField.client.d.ts +25 -0
  147. package/dist/components/shared/IdDocumentField.client.js +204 -0
  148. package/dist/components/shared/IdDocumentField.d.ts +2 -0
  149. package/dist/components/shared/IdDocumentField.js +11 -0
  150. package/dist/components/shared/SelfieField.client.d.ts +20 -0
  151. package/dist/components/shared/SelfieField.client.js +327 -0
  152. package/dist/components/shared/SelfieField.d.ts +2 -0
  153. package/dist/components/shared/SelfieField.js +11 -0
  154. package/dist/constants/BranchCode.d.ts +4 -0
  155. package/dist/constants/BranchCode.js +42 -0
  156. package/dist/constants/Branches.d.ts +2 -0
  157. package/dist/constants/Branches.js +42 -0
  158. package/dist/handlers/postTransformIdFrontImage.d.ts +3 -0
  159. package/dist/handlers/postTransformIdFrontImage.js +67 -0
  160. package/dist/handlers/postTransformSelfieImage.d.ts +3 -0
  161. package/dist/handlers/postTransformSelfieImage.js +71 -0
  162. package/dist/handlers.d.ts +43 -0
  163. package/dist/handlers.js +297 -0
  164. package/dist/icons/BellRingIcon.d.ts +2 -0
  165. package/dist/icons/BellRingIcon.js +4 -0
  166. package/dist/images/responsible-gaming-yellow.png +0 -0
  167. package/dist/services/queries.js +3151 -3151
  168. package/dist/styles/theme.css +776 -776
  169. package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +4 -0
  170. package/dist/third-parties/FacebookPixel/FacebookPixel.js +4 -0
  171. package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
  172. package/dist/third-parties/FacebookPixel/api.js +1 -0
  173. package/dist/third-parties/FacebookPixel/index.d.ts +1 -0
  174. package/dist/third-parties/FacebookPixel/index.js +1 -0
  175. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +4 -0
  176. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +4 -0
  177. package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
  178. package/dist/third-parties/GoogleRecaptcha/api.js +1 -0
  179. package/dist/third-parties/GoogleRecaptcha/index.d.ts +1 -0
  180. package/dist/third-parties/GoogleRecaptcha/index.js +1 -0
  181. package/dist/third-parties/index.d.ts +2 -0
  182. package/dist/third-parties/index.js +2 -0
  183. package/dist/ui/AlertDialog/AlertDialog.d.ts +154 -154
  184. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +14 -14
  185. package/dist/ui/Badge/Badge.d.ts +12 -12
  186. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  187. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  188. package/dist/ui/Carousel/Carousel.d.ts +45 -45
  189. package/dist/ui/Carousel/carousel.recipe.d.ts +5 -5
  190. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  191. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  192. package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
  193. package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
  194. package/dist/ui/Collapsible/Collapsible.d.ts +20 -20
  195. package/dist/ui/Collapsible/collapsible.recipe.d.ts +5 -5
  196. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  197. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  198. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  199. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  200. package/dist/ui/Dialog/Dialog.d.ts +33 -33
  201. package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
  202. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  203. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  204. package/dist/ui/Field/Field.d.ts +21 -21
  205. package/dist/ui/Field/field.recipe.d.ts +3 -3
  206. package/dist/ui/Menu/Menu.d.ts +307 -307
  207. package/dist/ui/Menu/menu.recipe.d.ts +17 -17
  208. package/dist/ui/NumberInput/NumberInput.d.ts +24 -24
  209. package/dist/ui/NumberInput/numberInput.recipe.d.ts +3 -3
  210. package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
  211. package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
  212. package/dist/ui/PinInput/PinInput.d.ts +12 -12
  213. package/dist/ui/PinInput/pinInput.recipe.d.ts +3 -3
  214. package/dist/ui/Popover/Popover.d.ts +88 -88
  215. package/dist/ui/Popover/popover.recipe.d.ts +8 -8
  216. package/dist/ui/Progress/Progress.d.ts +27 -27
  217. package/dist/ui/Progress/progress.recipe.d.ts +3 -3
  218. package/dist/ui/QrCode/QrCode.d.ts +40 -40
  219. package/dist/ui/QrCode/qrCode.recipe.d.ts +8 -8
  220. package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
  221. package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
  222. package/dist/ui/Select/Select.d.ts +45 -45
  223. package/dist/ui/Select/select.recipe.d.ts +3 -3
  224. package/dist/ui/Table/Table.d.ts +21 -21
  225. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  226. package/dist/ui/Table/table.recipe.d.ts +3 -3
  227. package/dist/ui/Tabs/Tabs.d.ts +15 -15
  228. package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
  229. package/dist/ui/Tooltip/Tooltip.d.ts +30 -30
  230. package/dist/ui/Tooltip/tooltip.recipe.d.ts +5 -5
  231. package/dist/utils/dataUrlToBlob.d.ts +1 -0
  232. package/dist/utils/dataUrlToBlob.js +11 -0
  233. package/dist/utils/gamesAvailable3pmTo3am.d.ts +1 -0
  234. package/dist/utils/gamesAvailable3pmTo3am.js +1 -0
  235. package/dist/utils/getGameName.d.ts +1 -0
  236. package/dist/utils/getGameName.js +6 -0
  237. package/dist/utils/isBetween3amAnd3pm.d.ts +1 -0
  238. package/dist/utils/isBetween3amAnd3pm.js +5 -0
  239. package/dist/utils/resizeImageSize.d.ts +2 -0
  240. package/dist/utils/resizeImageSize.js +11 -0
  241. package/package.json +176 -176
  242. package/dist/tsconfig.build.tsbuildinfo +0 -1
@@ -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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, undefined, {
15
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
29
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
43
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, undefined, {
58
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
72
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
86
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, undefined, {
101
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
115
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
129
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, undefined, {
144
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
158
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
172
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, undefined, {
187
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
201
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
215
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, undefined, {
230
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
244
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
258
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, undefined, {
273
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
287
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
301
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
@@ -1 +1 @@
1
- export declare const tableAnatomy: import("@zag-js/anatomy").AnatomyInstance<"body" | "root" | "header" | "footer" | "cell" | "heading" | "row">;
1
+ export declare const tableAnatomy: import("@ark-ui/react/anatomy").AnatomyInstance<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root">;
@@ -12,7 +12,7 @@ export declare const tableRecipe: import("tailwind-variants").TVReturnType<{
12
12
  body: string;
13
13
  };
14
14
  };
15
- }, Record<"body" | "root" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, undefined, {
15
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
29
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "header" | "footer" | "cell" | "heading" | "row", string | string[]>, undefined, unknown, unknown, undefined>>;
43
+ }, Record<"body" | "footer" | "header" | "cell" | "heading" | "row" | "root", 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" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, {
14
+ }, Record<"content" | "list" | "root" | "indicator" | "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" | "root" | "trigger" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
26
+ }, Record<"content" | "list" | "root" | "indicator" | "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" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
38
+ }, Record<"content" | "list" | "root" | "indicator" | "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" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, {
51
+ }, Record<"content" | "list" | "root" | "indicator" | "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" | "root" | "trigger" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
63
+ }, Record<"content" | "list" | "root" | "indicator" | "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" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
75
+ }, Record<"content" | "list" | "root" | "indicator" | "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" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, {
88
+ }, Record<"content" | "list" | "root" | "indicator" | "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" | "root" | "trigger" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
100
+ }, Record<"content" | "list" | "root" | "indicator" | "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" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
112
+ }, Record<"content" | "list" | "root" | "indicator" | "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" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, {
125
+ }, Record<"content" | "list" | "root" | "indicator" | "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" | "root" | "trigger" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
137
+ }, Record<"content" | "list" | "root" | "indicator" | "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" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
149
+ }, Record<"content" | "list" | "root" | "indicator" | "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" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, {
162
+ }, Record<"content" | "list" | "root" | "indicator" | "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" | "root" | "trigger" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
174
+ }, Record<"content" | "list" | "root" | "indicator" | "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" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
186
+ }, Record<"content" | "list" | "root" | "indicator" | "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" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, {
13
+ }, Record<"content" | "list" | "root" | "indicator" | "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" | "root" | "trigger" | "indicator" | "list", string | string[]>, import("tailwind-variants").TVReturnType<{
25
+ }, Record<"content" | "list" | "root" | "indicator" | "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" | "root" | "trigger" | "indicator" | "list", string | string[]>, undefined, unknown, unknown, undefined>>;
37
+ }, Record<"content" | "list" | "root" | "indicator" | "trigger", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -3,8 +3,8 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
3
3
  [key: string]: {
4
4
  [key: string]: import("tailwind-variants").ClassValue | {
5
5
  content?: import("tailwind-variants").ClassValue;
6
- positioner?: import("tailwind-variants").ClassValue;
7
6
  trigger?: import("tailwind-variants").ClassValue;
7
+ positioner?: import("tailwind-variants").ClassValue;
8
8
  arrow?: import("tailwind-variants").ClassValue;
9
9
  arrowTip?: import("tailwind-variants").ClassValue;
10
10
  };
@@ -13,29 +13,29 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
13
13
  [x: string]: {
14
14
  [x: string]: import("tailwind-variants").ClassValue | {
15
15
  content?: import("tailwind-variants").ClassValue;
16
- positioner?: import("tailwind-variants").ClassValue;
17
16
  trigger?: import("tailwind-variants").ClassValue;
17
+ positioner?: import("tailwind-variants").ClassValue;
18
18
  arrow?: import("tailwind-variants").ClassValue;
19
19
  arrowTip?: import("tailwind-variants").ClassValue;
20
20
  };
21
21
  };
22
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
22
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, {
23
23
  [key: string]: {
24
24
  [key: string]: import("tailwind-variants").ClassValue | {
25
25
  content?: import("tailwind-variants").ClassValue;
26
- positioner?: import("tailwind-variants").ClassValue;
27
26
  trigger?: import("tailwind-variants").ClassValue;
27
+ positioner?: import("tailwind-variants").ClassValue;
28
28
  arrow?: import("tailwind-variants").ClassValue;
29
29
  arrowTip?: import("tailwind-variants").ClassValue;
30
30
  };
31
31
  };
32
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
32
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
33
33
  export declare const Arrow: import("react").ComponentType<import("@ark-ui/react").Assign<Tooltip.ArrowProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
34
34
  [key: string]: {
35
35
  [key: string]: import("tailwind-variants").ClassValue | {
36
36
  content?: import("tailwind-variants").ClassValue;
37
- positioner?: import("tailwind-variants").ClassValue;
38
37
  trigger?: import("tailwind-variants").ClassValue;
38
+ positioner?: import("tailwind-variants").ClassValue;
39
39
  arrow?: import("tailwind-variants").ClassValue;
40
40
  arrowTip?: import("tailwind-variants").ClassValue;
41
41
  };
@@ -44,29 +44,29 @@ export declare const Arrow: import("react").ComponentType<import("@ark-ui/react"
44
44
  [x: string]: {
45
45
  [x: string]: import("tailwind-variants").ClassValue | {
46
46
  content?: import("tailwind-variants").ClassValue;
47
- positioner?: import("tailwind-variants").ClassValue;
48
47
  trigger?: import("tailwind-variants").ClassValue;
48
+ positioner?: import("tailwind-variants").ClassValue;
49
49
  arrow?: import("tailwind-variants").ClassValue;
50
50
  arrowTip?: import("tailwind-variants").ClassValue;
51
51
  };
52
52
  };
53
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
53
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, {
54
54
  [key: string]: {
55
55
  [key: string]: import("tailwind-variants").ClassValue | {
56
56
  content?: import("tailwind-variants").ClassValue;
57
- positioner?: import("tailwind-variants").ClassValue;
58
57
  trigger?: import("tailwind-variants").ClassValue;
58
+ positioner?: import("tailwind-variants").ClassValue;
59
59
  arrow?: import("tailwind-variants").ClassValue;
60
60
  arrowTip?: import("tailwind-variants").ClassValue;
61
61
  };
62
62
  };
63
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
63
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
64
64
  export declare const ArrowTip: import("react").ComponentType<import("@ark-ui/react").Assign<Tooltip.ArrowTipProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
65
65
  [key: string]: {
66
66
  [key: string]: import("tailwind-variants").ClassValue | {
67
67
  content?: import("tailwind-variants").ClassValue;
68
- positioner?: import("tailwind-variants").ClassValue;
69
68
  trigger?: import("tailwind-variants").ClassValue;
69
+ positioner?: import("tailwind-variants").ClassValue;
70
70
  arrow?: import("tailwind-variants").ClassValue;
71
71
  arrowTip?: import("tailwind-variants").ClassValue;
72
72
  };
@@ -75,29 +75,29 @@ export declare const ArrowTip: import("react").ComponentType<import("@ark-ui/rea
75
75
  [x: string]: {
76
76
  [x: string]: import("tailwind-variants").ClassValue | {
77
77
  content?: import("tailwind-variants").ClassValue;
78
- positioner?: import("tailwind-variants").ClassValue;
79
78
  trigger?: import("tailwind-variants").ClassValue;
79
+ positioner?: import("tailwind-variants").ClassValue;
80
80
  arrow?: import("tailwind-variants").ClassValue;
81
81
  arrowTip?: import("tailwind-variants").ClassValue;
82
82
  };
83
83
  };
84
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
84
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, {
85
85
  [key: string]: {
86
86
  [key: string]: import("tailwind-variants").ClassValue | {
87
87
  content?: import("tailwind-variants").ClassValue;
88
- positioner?: import("tailwind-variants").ClassValue;
89
88
  trigger?: import("tailwind-variants").ClassValue;
89
+ positioner?: import("tailwind-variants").ClassValue;
90
90
  arrow?: import("tailwind-variants").ClassValue;
91
91
  arrowTip?: import("tailwind-variants").ClassValue;
92
92
  };
93
93
  };
94
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
94
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
95
95
  export declare const Content: import("react").ComponentType<import("@ark-ui/react").Assign<Tooltip.ContentProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
96
96
  [key: string]: {
97
97
  [key: string]: import("tailwind-variants").ClassValue | {
98
98
  content?: import("tailwind-variants").ClassValue;
99
- positioner?: import("tailwind-variants").ClassValue;
100
99
  trigger?: import("tailwind-variants").ClassValue;
100
+ positioner?: import("tailwind-variants").ClassValue;
101
101
  arrow?: import("tailwind-variants").ClassValue;
102
102
  arrowTip?: import("tailwind-variants").ClassValue;
103
103
  };
@@ -106,29 +106,29 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
106
106
  [x: string]: {
107
107
  [x: string]: import("tailwind-variants").ClassValue | {
108
108
  content?: import("tailwind-variants").ClassValue;
109
- positioner?: import("tailwind-variants").ClassValue;
110
109
  trigger?: import("tailwind-variants").ClassValue;
110
+ positioner?: import("tailwind-variants").ClassValue;
111
111
  arrow?: import("tailwind-variants").ClassValue;
112
112
  arrowTip?: import("tailwind-variants").ClassValue;
113
113
  };
114
114
  };
115
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
115
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, {
116
116
  [key: string]: {
117
117
  [key: string]: import("tailwind-variants").ClassValue | {
118
118
  content?: import("tailwind-variants").ClassValue;
119
- positioner?: import("tailwind-variants").ClassValue;
120
119
  trigger?: import("tailwind-variants").ClassValue;
120
+ positioner?: import("tailwind-variants").ClassValue;
121
121
  arrow?: import("tailwind-variants").ClassValue;
122
122
  arrowTip?: import("tailwind-variants").ClassValue;
123
123
  };
124
124
  };
125
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
125
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
126
126
  export declare const Positioner: import("react").ComponentType<import("@ark-ui/react").Assign<Tooltip.PositionerProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
127
127
  [key: string]: {
128
128
  [key: string]: import("tailwind-variants").ClassValue | {
129
129
  content?: import("tailwind-variants").ClassValue;
130
- positioner?: import("tailwind-variants").ClassValue;
131
130
  trigger?: import("tailwind-variants").ClassValue;
131
+ positioner?: import("tailwind-variants").ClassValue;
132
132
  arrow?: import("tailwind-variants").ClassValue;
133
133
  arrowTip?: import("tailwind-variants").ClassValue;
134
134
  };
@@ -137,29 +137,29 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
137
137
  [x: string]: {
138
138
  [x: string]: import("tailwind-variants").ClassValue | {
139
139
  content?: import("tailwind-variants").ClassValue;
140
- positioner?: import("tailwind-variants").ClassValue;
141
140
  trigger?: import("tailwind-variants").ClassValue;
141
+ positioner?: import("tailwind-variants").ClassValue;
142
142
  arrow?: import("tailwind-variants").ClassValue;
143
143
  arrowTip?: import("tailwind-variants").ClassValue;
144
144
  };
145
145
  };
146
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
146
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, {
147
147
  [key: string]: {
148
148
  [key: string]: import("tailwind-variants").ClassValue | {
149
149
  content?: import("tailwind-variants").ClassValue;
150
- positioner?: import("tailwind-variants").ClassValue;
151
150
  trigger?: import("tailwind-variants").ClassValue;
151
+ positioner?: import("tailwind-variants").ClassValue;
152
152
  arrow?: import("tailwind-variants").ClassValue;
153
153
  arrowTip?: import("tailwind-variants").ClassValue;
154
154
  };
155
155
  };
156
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
156
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
157
157
  export declare const Trigger: import("react").ComponentType<import("@ark-ui/react").Assign<Tooltip.TriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
158
158
  [key: string]: {
159
159
  [key: string]: import("tailwind-variants").ClassValue | {
160
160
  content?: import("tailwind-variants").ClassValue;
161
- positioner?: import("tailwind-variants").ClassValue;
162
161
  trigger?: import("tailwind-variants").ClassValue;
162
+ positioner?: import("tailwind-variants").ClassValue;
163
163
  arrow?: import("tailwind-variants").ClassValue;
164
164
  arrowTip?: import("tailwind-variants").ClassValue;
165
165
  };
@@ -168,21 +168,21 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
168
168
  [x: string]: {
169
169
  [x: string]: import("tailwind-variants").ClassValue | {
170
170
  content?: import("tailwind-variants").ClassValue;
171
- positioner?: import("tailwind-variants").ClassValue;
172
171
  trigger?: import("tailwind-variants").ClassValue;
172
+ positioner?: import("tailwind-variants").ClassValue;
173
173
  arrow?: import("tailwind-variants").ClassValue;
174
174
  arrowTip?: import("tailwind-variants").ClassValue;
175
175
  };
176
176
  };
177
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
177
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, {
178
178
  [key: string]: {
179
179
  [key: string]: import("tailwind-variants").ClassValue | {
180
180
  content?: import("tailwind-variants").ClassValue;
181
- positioner?: import("tailwind-variants").ClassValue;
182
181
  trigger?: import("tailwind-variants").ClassValue;
182
+ positioner?: import("tailwind-variants").ClassValue;
183
183
  arrow?: import("tailwind-variants").ClassValue;
184
184
  arrowTip?: import("tailwind-variants").ClassValue;
185
185
  };
186
186
  };
187
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
187
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
188
188
  export declare const Context: (props: Tooltip.ContextProps) => import("react").ReactNode;