@opexa/portal-components 0.0.618 → 0.0.620

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 (221) hide show
  1. package/dist/client/hooks/useAccountQuery.js +11 -2
  2. package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositContext.d.ts +2 -2
  3. package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/useOnlineBankDeposit.d.ts +1 -1
  4. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDepositContext.d.ts +2 -2
  5. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/useQRPHDeposit.d.ts +1 -1
  6. package/dist/components/DigitainLauncher/Loading.d.ts +1 -0
  7. package/dist/components/DigitainLauncher/Loading.js +5 -0
  8. package/dist/components/Disclaimer/ResponsibleGaming.d.ts +10 -0
  9. package/dist/components/Disclaimer/ResponsibleGaming.js +13 -0
  10. package/dist/components/Disclaimer/TermsOfUse.d.ts +11 -0
  11. package/dist/components/Disclaimer/TermsOfUse.js +13 -0
  12. package/dist/components/FeatureFlag/FeatureFlag.d.ts +1 -0
  13. package/dist/components/FeatureFlag/FeatureFlag.js +29 -0
  14. package/dist/components/FeatureFlag/index.d.ts +1 -0
  15. package/dist/components/FeatureFlag/index.js +1 -0
  16. package/dist/components/Jackpots/Jackpots.module.css +184 -184
  17. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -0
  18. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -0
  19. package/dist/components/KYC/AutoOpen.d.ts +1 -0
  20. package/dist/components/KYC/AutoOpen.js +40 -0
  21. package/dist/components/KYC/BasicInformation.d.ts +1 -0
  22. package/dist/components/KYC/BasicInformation.js +101 -0
  23. package/dist/components/KYC/CaptureIdDocument.d.ts +1 -0
  24. package/dist/components/KYC/CaptureIdDocument.js +219 -0
  25. package/dist/components/KYC/CaptureSelfie.d.ts +1 -0
  26. package/dist/components/KYC/CaptureSelfie.js +285 -0
  27. package/dist/components/KYC/DisplayImage.d.ts +5 -0
  28. package/dist/components/KYC/DisplayImage.js +8 -0
  29. package/dist/components/KYC/FileUpload.d.ts +10 -0
  30. package/dist/components/KYC/FileUpload.js +72 -0
  31. package/dist/components/KYC/IdentityVerification.d.ts +1 -0
  32. package/dist/components/KYC/IdentityVerification.js +120 -0
  33. package/dist/components/KYC/Indicator.d.ts +1 -0
  34. package/dist/components/KYC/Indicator.js +8 -0
  35. package/dist/components/KYC/KYC.lazy.d.ts +6 -0
  36. package/dist/components/KYC/KYC.lazy.js +45 -0
  37. package/dist/components/KYC/KYCContext.d.ts +6 -0
  38. package/dist/components/KYC/KYCContext.js +2 -0
  39. package/dist/components/KYC/KYCDefault/KYCVerificationStatus.lazy.js +2 -2
  40. package/dist/components/KYC/KYCVerificationStatus.lazy.js +9 -6
  41. package/dist/components/KYC/NoCameraError.d.ts +7 -0
  42. package/dist/components/KYC/NoCameraError.js +6 -0
  43. package/dist/components/KYC/PersonOverlayDesktop.d.ts +7 -0
  44. package/dist/components/KYC/PersonOverlayDesktop.js +9 -0
  45. package/dist/components/KYC/PersonalInformation.d.ts +1 -0
  46. package/dist/components/KYC/PersonalInformation.js +122 -0
  47. package/dist/components/KYC/backup/Header.d.ts +1 -0
  48. package/dist/components/KYC/backup/Header.js +8 -0
  49. package/dist/components/KYC/backup/Indicator.d.ts +1 -0
  50. package/dist/components/KYC/backup/Indicator.js +9 -0
  51. package/dist/components/KYC/backup/KYC.d.ts +1 -0
  52. package/dist/components/KYC/backup/KYC.js +14 -0
  53. package/dist/components/KYC/backup/KYC.lazy.d.ts +1 -0
  54. package/dist/components/KYC/backup/KYC.lazy.js +26 -0
  55. package/dist/components/KYC/backup/KYCContext.d.ts +6 -0
  56. package/dist/components/KYC/backup/KYCContext.js +2 -0
  57. package/dist/components/KYC/backup/Step1.d.ts +1 -0
  58. package/dist/components/KYC/backup/Step1.js +13 -0
  59. package/dist/components/KYC/backup/Step2.d.ts +1 -0
  60. package/dist/components/KYC/backup/Step2.js +13 -0
  61. package/dist/components/KYC/backup/Step3.d.ts +1 -0
  62. package/dist/components/KYC/backup/Step3.js +13 -0
  63. package/dist/components/KYC/backup/Step4.d.ts +1 -0
  64. package/dist/components/KYC/backup/Step4.js +7 -0
  65. package/dist/components/KYC/backup/useKYC.d.ts +10 -0
  66. package/dist/components/KYC/backup/useKYC.js +8 -0
  67. package/dist/components/KYC/loadModels.d.ts +1 -0
  68. package/dist/components/KYC/loadModels.js +9 -0
  69. package/dist/components/KYC/useKYC.d.ts +25 -0
  70. package/dist/components/KYC/useKYC.js +38 -0
  71. package/dist/components/KYC/utils.d.ts +9 -0
  72. package/dist/components/KYC/utils.js +79 -0
  73. package/dist/components/Messages/Message.d.ts +1 -0
  74. package/dist/components/Messages/Message.js +35 -0
  75. package/dist/components/Messages/MessageContext.d.ts +6 -0
  76. package/dist/components/Messages/MessageContext.js +2 -0
  77. package/dist/components/Messages/MessagePopup.d.ts +1 -0
  78. package/dist/components/Messages/MessagePopup.js +20 -0
  79. package/dist/components/Messages/MessageTrigger.d.ts +8 -0
  80. package/dist/components/Messages/MessageTrigger.js +19 -0
  81. package/dist/components/PortalProvider/CXDTokenObserver.d.ts +1 -0
  82. package/dist/components/PortalProvider/CXDTokenObserver.js +30 -0
  83. package/dist/components/PortalProvider/LinkGoogleAccountObserver.d.ts +1 -0
  84. package/dist/components/PortalProvider/LinkGoogleAccountObserver.js +29 -0
  85. package/dist/components/Quests/CountdownTimer.d.ts +15 -0
  86. package/dist/components/Quests/CountdownTimer.js +33 -0
  87. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.d.ts +4 -0
  88. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.js +78 -0
  89. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.d.ts +8 -0
  90. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.js +9 -0
  91. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.d.ts +4 -0
  92. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.js +4 -0
  93. package/dist/components/Quests/WageringQuest/WageringQuest.d.ts +4 -0
  94. package/dist/components/Quests/WageringQuest/WageringQuest.js +20 -0
  95. package/dist/components/Quests/WageringQuest/WageringQuestModal.d.ts +9 -0
  96. package/dist/components/Quests/WageringQuest/WageringQuestModal.js +9 -0
  97. package/dist/components/SessionWatcher/SessionWatcher.d.ts +1 -0
  98. package/dist/components/SessionWatcher/SessionWatcher.js +20 -0
  99. package/dist/components/SessionWatcher/index.d.ts +1 -0
  100. package/dist/components/SessionWatcher/index.js +1 -0
  101. package/dist/components/SignIn/utils.d.ts +8 -0
  102. package/dist/components/SignIn/utils.js +26 -0
  103. package/dist/components/SignUp/SignUp.lazy.d.ts +12 -0
  104. package/dist/components/SignUp/SignUp.lazy.js +18 -0
  105. package/dist/components/SignUp/SignUpContext.d.ts +6 -0
  106. package/dist/components/SignUp/SignUpContext.js +2 -0
  107. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.d.ts +17 -0
  108. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.js +18 -0
  109. package/dist/components/SignUp/SignUpDefault/SignUpContext.d.ts +6 -0
  110. package/dist/components/SignUp/SignUpDefault/SignUpContext.js +2 -0
  111. package/dist/components/SignUp/SignUpDefault/SignUpForm.d.ts +1 -0
  112. package/dist/components/SignUp/SignUpDefault/SignUpForm.js +310 -0
  113. package/dist/components/SignUp/SignUpForm.d.ts +1 -0
  114. package/dist/components/SignUp/SignUpForm.js +284 -0
  115. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.d.ts +1 -0
  116. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.js +198 -0
  117. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.d.ts +1 -0
  118. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.js +251 -0
  119. package/dist/components/SignUp/SignUpKYC/ImageUploader.d.ts +10 -0
  120. package/dist/components/SignUp/SignUpKYC/ImageUploader.js +42 -0
  121. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.d.ts +7 -0
  122. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.js +9 -0
  123. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.d.ts +1 -0
  124. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.js +464 -0
  125. package/dist/components/SignUp/SignUpKYC/useImageUploader.d.ts +11 -0
  126. package/dist/components/SignUp/SignUpKYC/useImageUploader.js +20 -0
  127. package/dist/components/SignUp/SignUpKYC/utils.d.ts +9 -0
  128. package/dist/components/SignUp/SignUpKYC/utils.js +79 -0
  129. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.d.ts +1 -0
  130. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.js +198 -0
  131. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.d.ts +1 -0
  132. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.js +251 -0
  133. package/dist/components/SignUp/SignUpPagcor/ImageUploader.d.ts +10 -0
  134. package/dist/components/SignUp/SignUpPagcor/ImageUploader.js +41 -0
  135. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.d.ts +1 -0
  136. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.js +429 -0
  137. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.d.ts +13 -0
  138. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.js +26 -0
  139. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.d.ts +7 -0
  140. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.js +2 -0
  141. package/dist/components/SignUp/SignUpPagcor/useImageUploader.d.ts +11 -0
  142. package/dist/components/SignUp/SignUpPagcor/useImageUploader.js +20 -0
  143. package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
  144. package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
  145. package/dist/components/shared/IdDocumentField.client.d.ts +25 -0
  146. package/dist/components/shared/IdDocumentField.client.js +204 -0
  147. package/dist/components/shared/IdDocumentField.d.ts +2 -0
  148. package/dist/components/shared/IdDocumentField.js +11 -0
  149. package/dist/components/shared/SelfieField.client.d.ts +20 -0
  150. package/dist/components/shared/SelfieField.client.js +327 -0
  151. package/dist/components/shared/SelfieField.d.ts +2 -0
  152. package/dist/components/shared/SelfieField.js +11 -0
  153. package/dist/constants/BranchCode.d.ts +4 -0
  154. package/dist/constants/BranchCode.js +42 -0
  155. package/dist/constants/Branches.d.ts +2 -0
  156. package/dist/constants/Branches.js +42 -0
  157. package/dist/handlers/index.d.ts +2 -2
  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.d.ts +2 -2
  168. package/dist/services/queries.js +2758 -2758
  169. package/dist/styles/theme.css +762 -762
  170. package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +4 -0
  171. package/dist/third-parties/FacebookPixel/FacebookPixel.js +4 -0
  172. package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
  173. package/dist/third-parties/FacebookPixel/api.js +1 -0
  174. package/dist/third-parties/FacebookPixel/index.d.ts +1 -0
  175. package/dist/third-parties/FacebookPixel/index.js +1 -0
  176. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +4 -0
  177. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +4 -0
  178. package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
  179. package/dist/third-parties/GoogleRecaptcha/api.js +1 -0
  180. package/dist/third-parties/GoogleRecaptcha/index.d.ts +1 -0
  181. package/dist/third-parties/GoogleRecaptcha/index.js +1 -0
  182. package/dist/third-parties/index.d.ts +2 -0
  183. package/dist/third-parties/index.js +2 -0
  184. package/dist/ui/Carousel/Carousel.d.ts +72 -72
  185. package/dist/ui/Carousel/carousel.recipe.d.ts +8 -8
  186. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  187. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  188. package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
  189. package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
  190. package/dist/ui/Collapsible/Collapsible.d.ts +20 -20
  191. package/dist/ui/Collapsible/collapsible.recipe.d.ts +5 -5
  192. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  193. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  194. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  195. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  196. package/dist/ui/Menu/Menu.d.ts +306 -306
  197. package/dist/ui/Menu/menu.recipe.d.ts +17 -17
  198. package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
  199. package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
  200. package/dist/ui/Progress/Progress.d.ts +27 -27
  201. package/dist/ui/Progress/progress.recipe.d.ts +3 -3
  202. package/dist/ui/QrCode/QrCode.d.ts +25 -25
  203. package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
  204. package/dist/ui/Select/Select.d.ts +45 -45
  205. package/dist/ui/Select/select.recipe.d.ts +3 -3
  206. package/dist/ui/Table/Table.d.ts +21 -21
  207. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  208. package/dist/ui/Table/table.recipe.d.ts +3 -3
  209. package/dist/ui/Tabs/Tabs.d.ts +15 -15
  210. package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
  211. package/dist/utils/dataUrlToBlob.d.ts +1 -0
  212. package/dist/utils/dataUrlToBlob.js +11 -0
  213. package/dist/utils/gamesAvailable3pmTo3am.d.ts +1 -0
  214. package/dist/utils/gamesAvailable3pmTo3am.js +1 -0
  215. package/dist/utils/getGameName.d.ts +1 -0
  216. package/dist/utils/getGameName.js +6 -0
  217. package/dist/utils/isBetween3amAnd3pm.d.ts +1 -0
  218. package/dist/utils/isBetween3amAnd3pm.js +5 -0
  219. package/dist/utils/resizeImageSize.d.ts +2 -0
  220. package/dist/utils/resizeImageSize.js +11 -0
  221. package/package.json +163 -163
@@ -2,17 +2,17 @@ export declare const menuRecipe: import("tailwind-variants").TVReturnType<{
2
2
  [key: string]: {
3
3
  [key: string]: import("tailwind-variants").ClassValue | {
4
4
  content?: import("tailwind-variants").ClassValue;
5
+ item?: import("tailwind-variants").ClassValue;
5
6
  trigger?: import("tailwind-variants").ClassValue;
6
7
  positioner?: import("tailwind-variants").ClassValue;
7
- item?: import("tailwind-variants").ClassValue;
8
+ itemGroup?: import("tailwind-variants").ClassValue;
8
9
  indicator?: import("tailwind-variants").ClassValue;
9
10
  itemText?: import("tailwind-variants").ClassValue;
10
- itemIndicator?: import("tailwind-variants").ClassValue;
11
- itemGroup?: import("tailwind-variants").ClassValue;
12
- itemGroupLabel?: import("tailwind-variants").ClassValue;
11
+ separator?: import("tailwind-variants").ClassValue;
13
12
  arrow?: import("tailwind-variants").ClassValue;
14
13
  arrowTip?: import("tailwind-variants").ClassValue;
15
- separator?: import("tailwind-variants").ClassValue;
14
+ itemIndicator?: import("tailwind-variants").ClassValue;
15
+ itemGroupLabel?: import("tailwind-variants").ClassValue;
16
16
  contextTrigger?: import("tailwind-variants").ClassValue;
17
17
  triggerItem?: import("tailwind-variants").ClassValue;
18
18
  };
@@ -21,38 +21,38 @@ export declare const menuRecipe: import("tailwind-variants").TVReturnType<{
21
21
  [x: string]: {
22
22
  [x: string]: import("tailwind-variants").ClassValue | {
23
23
  content?: import("tailwind-variants").ClassValue;
24
+ item?: import("tailwind-variants").ClassValue;
24
25
  trigger?: import("tailwind-variants").ClassValue;
25
26
  positioner?: import("tailwind-variants").ClassValue;
26
- item?: import("tailwind-variants").ClassValue;
27
+ itemGroup?: import("tailwind-variants").ClassValue;
27
28
  indicator?: import("tailwind-variants").ClassValue;
28
29
  itemText?: import("tailwind-variants").ClassValue;
29
- itemIndicator?: import("tailwind-variants").ClassValue;
30
- itemGroup?: import("tailwind-variants").ClassValue;
31
- itemGroupLabel?: import("tailwind-variants").ClassValue;
30
+ separator?: import("tailwind-variants").ClassValue;
32
31
  arrow?: import("tailwind-variants").ClassValue;
33
32
  arrowTip?: import("tailwind-variants").ClassValue;
34
- separator?: import("tailwind-variants").ClassValue;
33
+ itemIndicator?: import("tailwind-variants").ClassValue;
34
+ itemGroupLabel?: import("tailwind-variants").ClassValue;
35
35
  contextTrigger?: import("tailwind-variants").ClassValue;
36
36
  triggerItem?: import("tailwind-variants").ClassValue;
37
37
  };
38
38
  };
39
- } | {}, Record<"content" | "trigger" | "positioner" | "item" | "indicator" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "arrow" | "arrowTip" | "separator" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
39
+ } | {}, Record<"content" | "item" | "trigger" | "positioner" | "itemGroup" | "indicator" | "itemText" | "separator" | "arrow" | "arrowTip" | "itemIndicator" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
40
40
  [key: string]: {
41
41
  [key: string]: import("tailwind-variants").ClassValue | {
42
42
  content?: import("tailwind-variants").ClassValue;
43
+ item?: import("tailwind-variants").ClassValue;
43
44
  trigger?: import("tailwind-variants").ClassValue;
44
45
  positioner?: import("tailwind-variants").ClassValue;
45
- item?: import("tailwind-variants").ClassValue;
46
+ itemGroup?: import("tailwind-variants").ClassValue;
46
47
  indicator?: import("tailwind-variants").ClassValue;
47
48
  itemText?: import("tailwind-variants").ClassValue;
48
- itemIndicator?: import("tailwind-variants").ClassValue;
49
- itemGroup?: import("tailwind-variants").ClassValue;
50
- itemGroupLabel?: import("tailwind-variants").ClassValue;
49
+ separator?: import("tailwind-variants").ClassValue;
51
50
  arrow?: import("tailwind-variants").ClassValue;
52
51
  arrowTip?: import("tailwind-variants").ClassValue;
53
- separator?: import("tailwind-variants").ClassValue;
52
+ itemIndicator?: import("tailwind-variants").ClassValue;
53
+ itemGroupLabel?: import("tailwind-variants").ClassValue;
54
54
  contextTrigger?: import("tailwind-variants").ClassValue;
55
55
  triggerItem?: import("tailwind-variants").ClassValue;
56
56
  };
57
57
  };
58
- } | {}, Record<"content" | "trigger" | "positioner" | "item" | "indicator" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "arrow" | "arrowTip" | "separator" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "item" | "indicator" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "arrow" | "arrowTip" | "separator" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>;
58
+ } | {}, Record<"content" | "item" | "trigger" | "positioner" | "itemGroup" | "indicator" | "itemText" | "separator" | "arrow" | "arrowTip" | "itemIndicator" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "item" | "trigger" | "positioner" | "itemGroup" | "indicator" | "itemText" | "separator" | "arrow" | "arrowTip" | "itemIndicator" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -12,7 +12,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
12
12
  colorScheme: {
13
13
  gray: {};
14
14
  };
15
- }, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, {
15
+ }, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, {
16
16
  size: {
17
17
  md: {
18
18
  input: string;
@@ -25,7 +25,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
25
25
  colorScheme: {
26
26
  gray: {};
27
27
  };
28
- }, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
28
+ }, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
29
29
  size: {
30
30
  md: {
31
31
  input: string;
@@ -38,7 +38,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
38
38
  colorScheme: {
39
39
  gray: {};
40
40
  };
41
- }, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
41
+ }, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
42
42
  export declare const Control: import("react").ComponentType<import("@ark-ui/react").Assign<PasswordInput.ControlProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
43
43
  size: {
44
44
  md: {
@@ -52,7 +52,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
52
52
  colorScheme: {
53
53
  gray: {};
54
54
  };
55
- }, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, {
55
+ }, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, {
56
56
  size: {
57
57
  md: {
58
58
  input: string;
@@ -65,7 +65,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
65
65
  colorScheme: {
66
66
  gray: {};
67
67
  };
68
- }, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
68
+ }, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
69
69
  size: {
70
70
  md: {
71
71
  input: string;
@@ -78,7 +78,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
78
78
  colorScheme: {
79
79
  gray: {};
80
80
  };
81
- }, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
81
+ }, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
82
82
  export declare const Indicator: import("react").ComponentType<import("@ark-ui/react").Assign<PasswordInput.IndicatorProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
83
83
  size: {
84
84
  md: {
@@ -92,7 +92,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
92
92
  colorScheme: {
93
93
  gray: {};
94
94
  };
95
- }, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, {
95
+ }, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, {
96
96
  size: {
97
97
  md: {
98
98
  input: string;
@@ -105,7 +105,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
105
105
  colorScheme: {
106
106
  gray: {};
107
107
  };
108
- }, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
108
+ }, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
109
109
  size: {
110
110
  md: {
111
111
  input: string;
@@ -118,7 +118,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
118
118
  colorScheme: {
119
119
  gray: {};
120
120
  };
121
- }, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
121
+ }, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
122
122
  export declare const Input: import("react").ComponentType<import("@ark-ui/react").Assign<PasswordInput.InputProps & import("react").RefAttributes<HTMLInputElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
123
123
  size: {
124
124
  md: {
@@ -132,7 +132,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
132
132
  colorScheme: {
133
133
  gray: {};
134
134
  };
135
- }, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, {
135
+ }, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, {
136
136
  size: {
137
137
  md: {
138
138
  input: string;
@@ -145,7 +145,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
145
145
  colorScheme: {
146
146
  gray: {};
147
147
  };
148
- }, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
148
+ }, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
149
149
  size: {
150
150
  md: {
151
151
  input: string;
@@ -158,7 +158,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
158
158
  colorScheme: {
159
159
  gray: {};
160
160
  };
161
- }, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
161
+ }, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
162
162
  export declare const Label: import("react").ComponentType<import("@ark-ui/react").Assign<PasswordInput.LabelProps & import("react").RefAttributes<HTMLLabelElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
163
163
  size: {
164
164
  md: {
@@ -172,7 +172,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
172
172
  colorScheme: {
173
173
  gray: {};
174
174
  };
175
- }, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, {
175
+ }, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, {
176
176
  size: {
177
177
  md: {
178
178
  input: string;
@@ -185,7 +185,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
185
185
  colorScheme: {
186
186
  gray: {};
187
187
  };
188
- }, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
188
+ }, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
189
189
  size: {
190
190
  md: {
191
191
  input: string;
@@ -198,7 +198,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
198
198
  colorScheme: {
199
199
  gray: {};
200
200
  };
201
- }, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
201
+ }, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
202
202
  export declare const VisibilityTrigger: import("react").ComponentType<import("@ark-ui/react").Assign<PasswordInput.VisibilityTriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
203
203
  size: {
204
204
  md: {
@@ -212,7 +212,7 @@ export declare const VisibilityTrigger: import("react").ComponentType<import("@a
212
212
  colorScheme: {
213
213
  gray: {};
214
214
  };
215
- }, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, {
215
+ }, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, {
216
216
  size: {
217
217
  md: {
218
218
  input: string;
@@ -225,7 +225,7 @@ export declare const VisibilityTrigger: import("react").ComponentType<import("@a
225
225
  colorScheme: {
226
226
  gray: {};
227
227
  };
228
- }, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
228
+ }, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
229
229
  size: {
230
230
  md: {
231
231
  input: string;
@@ -238,5 +238,5 @@ export declare const VisibilityTrigger: import("react").ComponentType<import("@a
238
238
  colorScheme: {
239
239
  gray: {};
240
240
  };
241
- }, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
241
+ }, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
242
242
  export declare const Context: (props: PasswordInput.ContextProps) => import("react").ReactNode;
@@ -11,7 +11,7 @@ export declare const passwordInputRecipe: import("tailwind-variants").TVReturnTy
11
11
  colorScheme: {
12
12
  gray: {};
13
13
  };
14
- }, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, {
14
+ }, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, {
15
15
  size: {
16
16
  md: {
17
17
  input: string;
@@ -24,7 +24,7 @@ export declare const passwordInputRecipe: import("tailwind-variants").TVReturnTy
24
24
  colorScheme: {
25
25
  gray: {};
26
26
  };
27
- }, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
27
+ }, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
28
28
  size: {
29
29
  md: {
30
30
  input: string;
@@ -37,4 +37,4 @@ export declare const passwordInputRecipe: import("tailwind-variants").TVReturnTy
37
37
  colorScheme: {
38
38
  gray: {};
39
39
  };
40
- }, Record<"input" | "label" | "root" | "indicator" | "control" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>;
40
+ }, Record<"input" | "label" | "root" | "control" | "indicator" | "visibilityTrigger", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -11,7 +11,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
11
11
  range: string;
12
12
  };
13
13
  };
14
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
14
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", 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
  range: string;
24
24
  };
25
25
  };
26
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
26
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", 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
  range: string;
36
36
  };
37
37
  };
38
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
38
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
39
39
  export declare const Circle: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.CircleProps & import("react").RefAttributes<SVGSVGElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
40
40
  size: {
41
41
  md: {};
@@ -48,7 +48,7 @@ export declare const Circle: import("react").ComponentType<import("@ark-ui/react
48
48
  range: string;
49
49
  };
50
50
  };
51
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
51
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
52
52
  size: {
53
53
  md: {};
54
54
  };
@@ -60,7 +60,7 @@ export declare const Circle: import("react").ComponentType<import("@ark-ui/react
60
60
  range: string;
61
61
  };
62
62
  };
63
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
63
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
64
64
  size: {
65
65
  md: {};
66
66
  };
@@ -72,7 +72,7 @@ export declare const Circle: import("react").ComponentType<import("@ark-ui/react
72
72
  range: string;
73
73
  };
74
74
  };
75
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
75
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
76
76
  export declare const CircleRange: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.CircleRangeProps & import("react").RefAttributes<SVGCircleElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
77
77
  size: {
78
78
  md: {};
@@ -85,7 +85,7 @@ export declare const CircleRange: import("react").ComponentType<import("@ark-ui/
85
85
  range: string;
86
86
  };
87
87
  };
88
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
88
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
89
89
  size: {
90
90
  md: {};
91
91
  };
@@ -97,7 +97,7 @@ export declare const CircleRange: import("react").ComponentType<import("@ark-ui/
97
97
  range: string;
98
98
  };
99
99
  };
100
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
100
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
101
101
  size: {
102
102
  md: {};
103
103
  };
@@ -109,7 +109,7 @@ export declare const CircleRange: import("react").ComponentType<import("@ark-ui/
109
109
  range: string;
110
110
  };
111
111
  };
112
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
112
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
113
113
  export declare const CircleTrack: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.CircleTrackProps & import("react").RefAttributes<SVGCircleElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
114
114
  size: {
115
115
  md: {};
@@ -122,7 +122,7 @@ export declare const CircleTrack: import("react").ComponentType<import("@ark-ui/
122
122
  range: string;
123
123
  };
124
124
  };
125
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
125
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
126
126
  size: {
127
127
  md: {};
128
128
  };
@@ -134,7 +134,7 @@ export declare const CircleTrack: import("react").ComponentType<import("@ark-ui/
134
134
  range: string;
135
135
  };
136
136
  };
137
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
137
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
138
138
  size: {
139
139
  md: {};
140
140
  };
@@ -146,7 +146,7 @@ export declare const CircleTrack: import("react").ComponentType<import("@ark-ui/
146
146
  range: string;
147
147
  };
148
148
  };
149
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
149
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
150
150
  export declare const Label: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.LabelProps & import("react").RefAttributes<HTMLLabelElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
151
151
  size: {
152
152
  md: {};
@@ -159,7 +159,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
159
159
  range: string;
160
160
  };
161
161
  };
162
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
162
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
163
163
  size: {
164
164
  md: {};
165
165
  };
@@ -171,7 +171,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
171
171
  range: string;
172
172
  };
173
173
  };
174
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
174
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
175
175
  size: {
176
176
  md: {};
177
177
  };
@@ -183,7 +183,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
183
183
  range: string;
184
184
  };
185
185
  };
186
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
186
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
187
187
  export declare const Track: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.TrackProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
188
188
  size: {
189
189
  md: {};
@@ -196,7 +196,7 @@ export declare const Track: import("react").ComponentType<import("@ark-ui/react"
196
196
  range: string;
197
197
  };
198
198
  };
199
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
199
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
200
200
  size: {
201
201
  md: {};
202
202
  };
@@ -208,7 +208,7 @@ export declare const Track: import("react").ComponentType<import("@ark-ui/react"
208
208
  range: string;
209
209
  };
210
210
  };
211
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
211
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
212
212
  size: {
213
213
  md: {};
214
214
  };
@@ -220,7 +220,7 @@ export declare const Track: import("react").ComponentType<import("@ark-ui/react"
220
220
  range: string;
221
221
  };
222
222
  };
223
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
223
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
224
224
  export declare const ValueText: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.ValueTextProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
225
225
  size: {
226
226
  md: {};
@@ -233,7 +233,7 @@ export declare const ValueText: import("react").ComponentType<import("@ark-ui/re
233
233
  range: string;
234
234
  };
235
235
  };
236
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
236
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
237
237
  size: {
238
238
  md: {};
239
239
  };
@@ -245,7 +245,7 @@ export declare const ValueText: import("react").ComponentType<import("@ark-ui/re
245
245
  range: string;
246
246
  };
247
247
  };
248
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
248
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
249
249
  size: {
250
250
  md: {};
251
251
  };
@@ -257,7 +257,7 @@ export declare const ValueText: import("react").ComponentType<import("@ark-ui/re
257
257
  range: string;
258
258
  };
259
259
  };
260
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
260
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
261
261
  export declare const View: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.ViewProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
262
262
  size: {
263
263
  md: {};
@@ -270,7 +270,7 @@ export declare const View: import("react").ComponentType<import("@ark-ui/react")
270
270
  range: string;
271
271
  };
272
272
  };
273
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
273
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
274
274
  size: {
275
275
  md: {};
276
276
  };
@@ -282,7 +282,7 @@ export declare const View: import("react").ComponentType<import("@ark-ui/react")
282
282
  range: string;
283
283
  };
284
284
  };
285
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
285
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
286
286
  size: {
287
287
  md: {};
288
288
  };
@@ -294,7 +294,7 @@ export declare const View: import("react").ComponentType<import("@ark-ui/react")
294
294
  range: string;
295
295
  };
296
296
  };
297
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
297
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
298
298
  export declare const Range: import("react").ComponentType<import("@ark-ui/react").Assign<Progress.RangeProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
299
299
  size: {
300
300
  md: {};
@@ -307,7 +307,7 @@ export declare const Range: import("react").ComponentType<import("@ark-ui/react"
307
307
  range: string;
308
308
  };
309
309
  };
310
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
310
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
311
311
  size: {
312
312
  md: {};
313
313
  };
@@ -319,7 +319,7 @@ export declare const Range: import("react").ComponentType<import("@ark-ui/react"
319
319
  range: string;
320
320
  };
321
321
  };
322
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
322
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
323
323
  size: {
324
324
  md: {};
325
325
  };
@@ -331,5 +331,5 @@ export declare const Range: import("react").ComponentType<import("@ark-ui/react"
331
331
  range: string;
332
332
  };
333
333
  };
334
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
334
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
335
335
  export declare const Context: (props: Progress.ContextProps) => import("react").ReactNode;
@@ -10,7 +10,7 @@ export declare const progressRecipe: import("tailwind-variants").TVReturnType<{
10
10
  range: string;
11
11
  };
12
12
  };
13
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
13
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, {
14
14
  size: {
15
15
  md: {};
16
16
  };
@@ -22,7 +22,7 @@ export declare const progressRecipe: import("tailwind-variants").TVReturnType<{
22
22
  range: string;
23
23
  };
24
24
  };
25
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
25
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, import("tailwind-variants").TVReturnType<{
26
26
  size: {
27
27
  md: {};
28
28
  };
@@ -34,4 +34,4 @@ export declare const progressRecipe: import("tailwind-variants").TVReturnType<{
34
34
  range: string;
35
35
  };
36
36
  };
37
- }, Record<"label" | "track" | "circle" | "view" | "root" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>;
37
+ }, Record<"label" | "root" | "track" | "circle" | "view" | "range" | "valueText" | "circleTrack" | "circleRange", string | string[]>, undefined, unknown, unknown, undefined>>;