@opexa/portal-components 0.0.566 → 0.0.568

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 (173) hide show
  1. package/dist/components/DigitainLauncher/Loading.js +1 -1
  2. package/dist/components/Disclaimer/ResponsibleGaming.d.ts +10 -0
  3. package/dist/components/Disclaimer/ResponsibleGaming.js +13 -0
  4. package/dist/components/Disclaimer/TermsOfUse.d.ts +11 -0
  5. package/dist/components/Disclaimer/TermsOfUse.js +13 -0
  6. package/dist/components/FeatureFlag/FeatureFlag.d.ts +1 -0
  7. package/dist/components/FeatureFlag/FeatureFlag.js +29 -0
  8. package/dist/components/FeatureFlag/index.d.ts +1 -0
  9. package/dist/components/FeatureFlag/index.js +1 -0
  10. package/dist/components/Jackpots/Jackpots.module.css +184 -184
  11. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -184
  12. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -184
  13. package/dist/components/KYC/AutoOpen.d.ts +1 -0
  14. package/dist/components/KYC/AutoOpen.js +40 -0
  15. package/dist/components/KYC/BasicInformation.js +1 -1
  16. package/dist/components/KYC/CaptureIdDocument.d.ts +1 -0
  17. package/dist/components/KYC/CaptureIdDocument.js +219 -0
  18. package/dist/components/KYC/CaptureSelfie.d.ts +1 -0
  19. package/dist/components/KYC/CaptureSelfie.js +285 -0
  20. package/dist/components/KYC/DisplayImage.d.ts +5 -0
  21. package/dist/components/KYC/DisplayImage.js +8 -0
  22. package/dist/components/KYC/FileUpload.d.ts +10 -0
  23. package/dist/components/KYC/FileUpload.js +72 -0
  24. package/dist/components/KYC/IdentityVerification.js +1 -1
  25. package/dist/components/KYC/KYC.lazy.js +1 -1
  26. package/dist/components/KYC/KYCReminder.lazy.js +8 -2
  27. package/dist/components/KYC/NoCameraError.d.ts +7 -0
  28. package/dist/components/KYC/NoCameraError.js +6 -0
  29. package/dist/components/KYC/PersonOverlayDesktop.d.ts +7 -0
  30. package/dist/components/KYC/PersonOverlayDesktop.js +9 -0
  31. package/dist/components/KYC/PersonalInformation.js +1 -1
  32. package/dist/components/KYC/backup/Header.d.ts +1 -0
  33. package/dist/components/KYC/backup/Header.js +8 -0
  34. package/dist/components/KYC/backup/Indicator.d.ts +1 -0
  35. package/dist/components/KYC/backup/Indicator.js +9 -0
  36. package/dist/components/KYC/backup/KYC.d.ts +1 -0
  37. package/dist/components/KYC/backup/KYC.js +14 -0
  38. package/dist/components/KYC/backup/KYC.lazy.d.ts +1 -0
  39. package/dist/components/KYC/backup/KYC.lazy.js +26 -0
  40. package/dist/components/KYC/backup/KYCContext.d.ts +6 -0
  41. package/dist/components/KYC/backup/KYCContext.js +2 -0
  42. package/dist/components/KYC/backup/Step1.d.ts +1 -0
  43. package/dist/components/KYC/backup/Step1.js +13 -0
  44. package/dist/components/KYC/backup/Step2.d.ts +1 -0
  45. package/dist/components/KYC/backup/Step2.js +13 -0
  46. package/dist/components/KYC/backup/Step3.d.ts +1 -0
  47. package/dist/components/KYC/backup/Step3.js +13 -0
  48. package/dist/components/KYC/backup/Step4.d.ts +1 -0
  49. package/dist/components/KYC/backup/Step4.js +7 -0
  50. package/dist/components/KYC/backup/useKYC.d.ts +10 -0
  51. package/dist/components/KYC/backup/useKYC.js +8 -0
  52. package/dist/components/KYC/loadModels.d.ts +1 -0
  53. package/dist/components/KYC/loadModels.js +9 -0
  54. package/dist/components/KYC/utils.d.ts +9 -0
  55. package/dist/components/KYC/utils.js +79 -0
  56. package/dist/components/Messages/Message.d.ts +1 -0
  57. package/dist/components/Messages/Message.js +35 -0
  58. package/dist/components/Messages/MessageContext.d.ts +6 -0
  59. package/dist/components/Messages/MessageContext.js +2 -0
  60. package/dist/components/Messages/MessagePopup.d.ts +1 -0
  61. package/dist/components/Messages/MessagePopup.js +20 -0
  62. package/dist/components/Messages/MessageTrigger.d.ts +8 -0
  63. package/dist/components/Messages/MessageTrigger.js +19 -0
  64. package/dist/components/PortalProvider/CXDTokenObserver.js +11 -11
  65. package/dist/components/Quests/CountdownTimer.d.ts +15 -0
  66. package/dist/components/Quests/CountdownTimer.js +33 -0
  67. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.d.ts +4 -0
  68. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.js +78 -0
  69. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.d.ts +8 -0
  70. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.js +9 -0
  71. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.d.ts +4 -0
  72. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.js +4 -0
  73. package/dist/components/Quests/WageringQuest/WageringQuest.d.ts +4 -0
  74. package/dist/components/Quests/WageringQuest/WageringQuest.js +20 -0
  75. package/dist/components/Quests/WageringQuest/WageringQuestModal.d.ts +9 -0
  76. package/dist/components/Quests/WageringQuest/WageringQuestModal.js +9 -0
  77. package/dist/components/SignUp/SignUp.lazy.d.ts +12 -0
  78. package/dist/components/SignUp/SignUp.lazy.js +18 -0
  79. package/dist/components/SignUp/SignUpContext.d.ts +6 -0
  80. package/dist/components/SignUp/SignUpContext.js +2 -0
  81. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.d.ts +17 -0
  82. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.js +18 -0
  83. package/dist/components/SignUp/SignUpDefault/SignUpContext.d.ts +6 -0
  84. package/dist/components/SignUp/SignUpDefault/SignUpContext.js +2 -0
  85. package/dist/components/SignUp/SignUpDefault/SignUpForm.d.ts +1 -0
  86. package/dist/components/SignUp/SignUpDefault/SignUpForm.js +310 -0
  87. package/dist/components/SignUp/SignUpForm.d.ts +1 -0
  88. package/dist/components/SignUp/SignUpForm.js +284 -0
  89. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.d.ts +1 -0
  90. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.js +198 -0
  91. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.d.ts +1 -0
  92. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.js +251 -0
  93. package/dist/components/SignUp/SignUpKYC/ImageUploader.d.ts +10 -0
  94. package/dist/components/SignUp/SignUpKYC/ImageUploader.js +42 -0
  95. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.d.ts +7 -0
  96. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.js +9 -0
  97. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.d.ts +1 -0
  98. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.js +464 -0
  99. package/dist/components/SignUp/SignUpKYC/useImageUploader.d.ts +11 -0
  100. package/dist/components/SignUp/SignUpKYC/useImageUploader.js +20 -0
  101. package/dist/components/SignUp/SignUpKYC/utils.d.ts +9 -0
  102. package/dist/components/SignUp/SignUpKYC/utils.js +79 -0
  103. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.d.ts +1 -0
  104. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.js +198 -0
  105. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.d.ts +1 -0
  106. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.js +251 -0
  107. package/dist/components/SignUp/SignUpPagcor/ImageUploader.d.ts +10 -0
  108. package/dist/components/SignUp/SignUpPagcor/ImageUploader.js +41 -0
  109. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.d.ts +1 -0
  110. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.js +429 -0
  111. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.d.ts +13 -0
  112. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.js +26 -0
  113. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.d.ts +7 -0
  114. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.js +2 -0
  115. package/dist/components/SignUp/SignUpPagcor/useImageUploader.d.ts +11 -0
  116. package/dist/components/SignUp/SignUpPagcor/useImageUploader.js +20 -0
  117. package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
  118. package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
  119. package/dist/components/TransactionRecords/DepositRecordsTable.d.ts +8 -1
  120. package/dist/components/TransactionRecords/DepositRecordsTable.js +6 -2
  121. package/dist/components/TransactionRecords/TransactionRecords.suspense.d.ts +13 -1
  122. package/dist/components/TransactionRecords/TransactionRecords.suspense.js +9 -1
  123. package/dist/components/TransactionRecords/TransactionRecordsTable.d.ts +8 -1
  124. package/dist/components/TransactionRecords/TransactionRecordsTable.js +6 -2
  125. package/dist/components/TransactionRecords/WithdrawalRecordsTable.d.ts +8 -1
  126. package/dist/components/TransactionRecords/WithdrawalRecordsTable.js +6 -2
  127. package/dist/components/shared/IdDocumentField.client.d.ts +25 -0
  128. package/dist/components/shared/IdDocumentField.client.js +204 -0
  129. package/dist/components/shared/IdDocumentField.d.ts +2 -0
  130. package/dist/components/shared/IdDocumentField.js +11 -0
  131. package/dist/components/shared/SelfieField.client.d.ts +20 -0
  132. package/dist/components/shared/SelfieField.client.js +327 -0
  133. package/dist/components/shared/SelfieField.d.ts +2 -0
  134. package/dist/components/shared/SelfieField.js +11 -0
  135. package/dist/constants/BranchCode.d.ts +4 -0
  136. package/dist/constants/BranchCode.js +42 -0
  137. package/dist/handlers/postTransformIdFrontImage.d.ts +3 -0
  138. package/dist/handlers/postTransformIdFrontImage.js +67 -0
  139. package/dist/handlers/postTransformSelfieImage.d.ts +3 -0
  140. package/dist/handlers/postTransformSelfieImage.js +71 -0
  141. package/dist/handlers.d.ts +43 -0
  142. package/dist/handlers.js +297 -0
  143. package/dist/icons/BellRingIcon.d.ts +2 -0
  144. package/dist/icons/BellRingIcon.js +4 -0
  145. package/dist/services/queries.js +2760 -2760
  146. package/dist/styles/theme.css +731 -731
  147. package/dist/ui/Badge/Badge.d.ts +12 -12
  148. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  149. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  150. package/dist/ui/Carousel/Carousel.d.ts +72 -72
  151. package/dist/ui/Carousel/carousel.recipe.d.ts +8 -8
  152. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  153. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  154. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  155. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  156. package/dist/ui/Select/Select.d.ts +45 -45
  157. package/dist/ui/Select/select.recipe.d.ts +3 -3
  158. package/dist/ui/Table/Table.d.ts +21 -21
  159. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  160. package/dist/ui/Table/table.recipe.d.ts +3 -3
  161. package/dist/utils/dataUrlToBlob.d.ts +1 -0
  162. package/dist/utils/dataUrlToBlob.js +11 -0
  163. package/dist/utils/gamesAvailable3pmTo3am.d.ts +1 -0
  164. package/dist/utils/gamesAvailable3pmTo3am.js +1 -0
  165. package/dist/utils/getGameName.d.ts +1 -0
  166. package/dist/utils/getGameName.js +6 -0
  167. package/dist/utils/isBetween3amAnd3pm.d.ts +1 -0
  168. package/dist/utils/isBetween3amAnd3pm.js +5 -0
  169. package/dist/utils/resizeImageSize.d.ts +2 -0
  170. package/dist/utils/resizeImageSize.js +11 -0
  171. package/package.json +163 -163
  172. package/dist/components/Banner/Banner.client.d.ts +0 -12
  173. package/dist/components/Banner/Banner.client.js +0 -49
@@ -2,11 +2,11 @@ export declare const carouselRecipe: import("tailwind-variants").TVReturnType<{
2
2
  [key: string]: {
3
3
  [key: string]: import("tailwind-variants").ClassValue | {
4
4
  root?: import("tailwind-variants").ClassValue;
5
- item?: import("tailwind-variants").ClassValue;
6
5
  control?: import("tailwind-variants").ClassValue;
7
- indicator?: import("tailwind-variants").ClassValue;
8
6
  nextTrigger?: import("tailwind-variants").ClassValue;
9
7
  prevTrigger?: import("tailwind-variants").ClassValue;
8
+ item?: import("tailwind-variants").ClassValue;
9
+ indicator?: import("tailwind-variants").ClassValue;
10
10
  itemGroup?: import("tailwind-variants").ClassValue;
11
11
  indicatorGroup?: import("tailwind-variants").ClassValue;
12
12
  autoplayTrigger?: import("tailwind-variants").ClassValue;
@@ -16,28 +16,28 @@ export declare const carouselRecipe: import("tailwind-variants").TVReturnType<{
16
16
  [x: string]: {
17
17
  [x: string]: import("tailwind-variants").ClassValue | {
18
18
  root?: import("tailwind-variants").ClassValue;
19
- item?: import("tailwind-variants").ClassValue;
20
19
  control?: import("tailwind-variants").ClassValue;
21
- indicator?: import("tailwind-variants").ClassValue;
22
20
  nextTrigger?: import("tailwind-variants").ClassValue;
23
21
  prevTrigger?: import("tailwind-variants").ClassValue;
22
+ item?: import("tailwind-variants").ClassValue;
23
+ indicator?: import("tailwind-variants").ClassValue;
24
24
  itemGroup?: import("tailwind-variants").ClassValue;
25
25
  indicatorGroup?: import("tailwind-variants").ClassValue;
26
26
  autoplayTrigger?: import("tailwind-variants").ClassValue;
27
27
  };
28
28
  };
29
- } | {}, Record<"root" | "item" | "control" | "indicator" | "nextTrigger" | "prevTrigger" | "itemGroup" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, {
29
+ } | {}, Record<"root" | "control" | "nextTrigger" | "prevTrigger" | "item" | "indicator" | "itemGroup" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, {
30
30
  [key: string]: {
31
31
  [key: string]: import("tailwind-variants").ClassValue | {
32
32
  root?: import("tailwind-variants").ClassValue;
33
- item?: import("tailwind-variants").ClassValue;
34
33
  control?: import("tailwind-variants").ClassValue;
35
- indicator?: import("tailwind-variants").ClassValue;
36
34
  nextTrigger?: import("tailwind-variants").ClassValue;
37
35
  prevTrigger?: import("tailwind-variants").ClassValue;
36
+ item?: import("tailwind-variants").ClassValue;
37
+ indicator?: import("tailwind-variants").ClassValue;
38
38
  itemGroup?: import("tailwind-variants").ClassValue;
39
39
  indicatorGroup?: import("tailwind-variants").ClassValue;
40
40
  autoplayTrigger?: import("tailwind-variants").ClassValue;
41
41
  };
42
42
  };
43
- } | {}, Record<"root" | "item" | "control" | "indicator" | "nextTrigger" | "prevTrigger" | "itemGroup" | "indicatorGroup" | "autoplayTrigger", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"root" | "item" | "control" | "indicator" | "nextTrigger" | "prevTrigger" | "itemGroup" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, unknown, unknown, undefined>>;
43
+ } | {}, Record<"root" | "control" | "nextTrigger" | "prevTrigger" | "item" | "indicator" | "itemGroup" | "indicatorGroup" | "autoplayTrigger", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"root" | "control" | "nextTrigger" | "prevTrigger" | "item" | "indicator" | "itemGroup" | "indicatorGroup" | "autoplayTrigger", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -1,7 +1,7 @@
1
1
  import { Checkbox } from '@ark-ui/react/checkbox';
2
2
  export declare const withContext: <Props extends {
3
3
  [x: string]: any;
4
- }>(Component: import("react").ComponentType<Props>, slot: "label" | "root" | "control" | "indicator" | "group") => import("react").ComponentType<import("@ark-ui/react").Assign<Props, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
4
+ }>(Component: import("react").ComponentType<Props>, slot: "label" | "root" | "control" | "group" | "indicator") => import("react").ComponentType<import("@ark-ui/react").Assign<Props, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
5
5
  size: {
6
6
  md: {
7
7
  control: string;
@@ -14,7 +14,7 @@ export declare const withContext: <Props extends {
14
14
  colorScheme: {
15
15
  gray: {};
16
16
  };
17
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
17
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
18
18
  size: {
19
19
  md: {
20
20
  control: string;
@@ -27,7 +27,7 @@ export declare const withContext: <Props extends {
27
27
  colorScheme: {
28
28
  gray: {};
29
29
  };
30
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
30
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
31
31
  size: {
32
32
  md: {
33
33
  control: string;
@@ -40,9 +40,9 @@ export declare const withContext: <Props extends {
40
40
  colorScheme: {
41
41
  gray: {};
42
42
  };
43
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>, withProvider: <Props extends {
43
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>, withProvider: <Props extends {
44
44
  [x: string]: any;
45
- }>(Component: import("react").ComponentType<Props>, slot: "label" | "root" | "control" | "indicator" | "group") => import("react").ComponentType<import("@ark-ui/react").Assign<Props, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
45
+ }>(Component: import("react").ComponentType<Props>, slot: "label" | "root" | "control" | "group" | "indicator") => import("react").ComponentType<import("@ark-ui/react").Assign<Props, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
46
46
  size: {
47
47
  md: {
48
48
  control: string;
@@ -55,7 +55,7 @@ export declare const withContext: <Props extends {
55
55
  colorScheme: {
56
56
  gray: {};
57
57
  };
58
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
58
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
59
59
  size: {
60
60
  md: {
61
61
  control: string;
@@ -68,7 +68,7 @@ export declare const withContext: <Props extends {
68
68
  colorScheme: {
69
69
  gray: {};
70
70
  };
71
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
71
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
72
72
  size: {
73
73
  md: {
74
74
  control: string;
@@ -81,7 +81,7 @@ export declare const withContext: <Props extends {
81
81
  colorScheme: {
82
82
  gray: {};
83
83
  };
84
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
84
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
85
85
  export declare const Root: import("react").ComponentType<import("@ark-ui/react").Assign<Checkbox.RootProps & import("react").RefAttributes<HTMLLabelElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
86
86
  size: {
87
87
  md: {
@@ -95,7 +95,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
95
95
  colorScheme: {
96
96
  gray: {};
97
97
  };
98
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
98
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
99
99
  size: {
100
100
  md: {
101
101
  control: string;
@@ -108,7 +108,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
108
108
  colorScheme: {
109
109
  gray: {};
110
110
  };
111
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
111
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
112
112
  size: {
113
113
  md: {
114
114
  control: string;
@@ -121,7 +121,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
121
121
  colorScheme: {
122
122
  gray: {};
123
123
  };
124
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
124
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
125
125
  export declare const Control: import("react").ComponentType<import("@ark-ui/react").Assign<Checkbox.ControlProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
126
126
  size: {
127
127
  md: {
@@ -135,7 +135,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
135
135
  colorScheme: {
136
136
  gray: {};
137
137
  };
138
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
138
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
139
139
  size: {
140
140
  md: {
141
141
  control: string;
@@ -148,7 +148,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
148
148
  colorScheme: {
149
149
  gray: {};
150
150
  };
151
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
151
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
152
152
  size: {
153
153
  md: {
154
154
  control: string;
@@ -161,7 +161,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
161
161
  colorScheme: {
162
162
  gray: {};
163
163
  };
164
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
164
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
165
165
  export declare const Group: import("react").ComponentType<import("@ark-ui/react").Assign<Checkbox.GroupProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
166
166
  size: {
167
167
  md: {
@@ -175,7 +175,7 @@ export declare const Group: import("react").ComponentType<import("@ark-ui/react"
175
175
  colorScheme: {
176
176
  gray: {};
177
177
  };
178
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
178
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
179
179
  size: {
180
180
  md: {
181
181
  control: string;
@@ -188,7 +188,7 @@ export declare const Group: import("react").ComponentType<import("@ark-ui/react"
188
188
  colorScheme: {
189
189
  gray: {};
190
190
  };
191
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
191
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
192
192
  size: {
193
193
  md: {
194
194
  control: string;
@@ -201,7 +201,7 @@ export declare const Group: import("react").ComponentType<import("@ark-ui/react"
201
201
  colorScheme: {
202
202
  gray: {};
203
203
  };
204
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
204
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
205
205
  export declare const Indicator: import("react").ComponentType<import("@ark-ui/react").Assign<Checkbox.IndicatorProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
206
206
  size: {
207
207
  md: {
@@ -215,7 +215,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
215
215
  colorScheme: {
216
216
  gray: {};
217
217
  };
218
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
218
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
219
219
  size: {
220
220
  md: {
221
221
  control: string;
@@ -228,7 +228,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
228
228
  colorScheme: {
229
229
  gray: {};
230
230
  };
231
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
231
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
232
232
  size: {
233
233
  md: {
234
234
  control: string;
@@ -241,7 +241,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
241
241
  colorScheme: {
242
242
  gray: {};
243
243
  };
244
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
244
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
245
245
  export declare const Label: import("react").ComponentType<import("@ark-ui/react").Assign<Checkbox.LabelProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
246
246
  size: {
247
247
  md: {
@@ -255,7 +255,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
255
255
  colorScheme: {
256
256
  gray: {};
257
257
  };
258
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
258
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
259
259
  size: {
260
260
  md: {
261
261
  control: string;
@@ -268,7 +268,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
268
268
  colorScheme: {
269
269
  gray: {};
270
270
  };
271
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
271
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
272
272
  size: {
273
273
  md: {
274
274
  control: string;
@@ -281,6 +281,6 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
281
281
  colorScheme: {
282
282
  gray: {};
283
283
  };
284
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
284
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
285
285
  export declare const HiddenInput: import("react").ForwardRefExoticComponent<Checkbox.HiddenInputProps & import("react").RefAttributes<HTMLInputElement>>;
286
286
  export declare const Context: (props: Checkbox.ContextProps) => import("react").ReactNode;
@@ -11,7 +11,7 @@ export declare const checkboxRecipe: import("tailwind-variants").TVReturnType<{
11
11
  colorScheme: {
12
12
  gray: {};
13
13
  };
14
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, {
14
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, {
15
15
  size: {
16
16
  md: {
17
17
  control: string;
@@ -24,7 +24,7 @@ export declare const checkboxRecipe: import("tailwind-variants").TVReturnType<{
24
24
  colorScheme: {
25
25
  gray: {};
26
26
  };
27
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, import("tailwind-variants").TVReturnType<{
27
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
28
28
  size: {
29
29
  md: {
30
30
  control: string;
@@ -37,4 +37,4 @@ export declare const checkboxRecipe: import("tailwind-variants").TVReturnType<{
37
37
  colorScheme: {
38
38
  gray: {};
39
39
  };
40
- }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>;
40
+ }, Record<"label" | "root" | "control" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>;