@opexa/portal-components 0.0.652 → 0.0.653

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 (217) hide show
  1. package/dist/assets/providers/alize.png +0 -0
  2. package/dist/assets/providers/bigtime-gaming.png +0 -0
  3. package/dist/assets/providers/bng.png +0 -0
  4. package/dist/assets/providers/boongo.png +0 -0
  5. package/dist/assets/providers/btg.png +0 -0
  6. package/dist/assets/providers/cq9.png +0 -0
  7. package/dist/assets/providers/darwin.png +0 -0
  8. package/dist/assets/providers/digitain.png +0 -0
  9. package/dist/assets/providers/evolution.png +0 -0
  10. package/dist/assets/providers/fantasma-games.png +0 -0
  11. package/dist/assets/providers/fc.png +0 -0
  12. package/dist/assets/providers/fp.png +0 -0
  13. package/dist/assets/providers/habanero.png +0 -0
  14. package/dist/assets/providers/hacksaw.png +0 -0
  15. package/dist/assets/providers/jdb.png +0 -0
  16. package/dist/assets/providers/jili.png +0 -0
  17. package/dist/assets/providers/leap.png +0 -0
  18. package/dist/assets/providers/live-22-metaverse.png +0 -0
  19. package/dist/assets/providers/netent.png +0 -0
  20. package/dist/assets/providers/no-limit.png +0 -0
  21. package/dist/assets/providers/pg.png +0 -0
  22. package/dist/assets/providers/pgsoft.png +0 -0
  23. package/dist/assets/providers/pragmatic-play.png +0 -0
  24. package/dist/assets/providers/realtime-gaming.png +0 -0
  25. package/dist/assets/providers/redtiger.png +0 -0
  26. package/dist/assets/providers/rtg.png +0 -0
  27. package/dist/assets/providers/sagaming.png +0 -0
  28. package/dist/components/Account/Account.lazy.d.ts +1 -0
  29. package/dist/components/Account/Account.lazy.js +1 -1
  30. package/dist/components/Banner/Banner.client.d.ts +12 -0
  31. package/dist/components/Banner/Banner.client.js +49 -0
  32. package/dist/components/DigitainLauncher/Loading.js +1 -1
  33. package/dist/components/ForgotPassword/ForgotPasswordForm.js +1 -1
  34. package/dist/components/Games/Game.js +1 -1
  35. package/dist/components/Games/GamesList.client.js +10 -3
  36. package/dist/components/Jackpots/Jackpots.module.css +184 -184
  37. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -184
  38. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -184
  39. package/dist/components/KYC/BasicInformation.js +1 -1
  40. package/dist/components/KYC/IdentityVerification.js +1 -1
  41. package/dist/components/KYC/KYC.lazy.js +1 -1
  42. package/dist/components/KYC/KYCDefault/KYCVerificationStatus.lazy.js +2 -2
  43. package/dist/components/KYC/KYCVerificationStatus.lazy.js +5 -8
  44. package/dist/components/KYC/PersonalInformation.js +1 -1
  45. package/dist/components/PortalProvider/AndroidOnlyComponents.d.ts +1 -0
  46. package/dist/components/PortalProvider/AndroidOnlyComponents.js +12 -0
  47. package/dist/components/PortalProvider/CXDTokenObserver.js +11 -11
  48. package/dist/components/SignIn/MobileNumberSignIn.js +1 -1
  49. package/dist/components/SignUp/SignUpDefault/SignUpDefaultForm.js +1 -1
  50. package/dist/components/SignUp/SignUpKYC/SignUpKYCForm.js +1 -1
  51. package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
  52. package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
  53. package/dist/services/queries.js +2759 -2759
  54. package/dist/styles/theme.css +773 -773
  55. package/dist/ui/AlertDialog/AlertDialog.d.ts +55 -55
  56. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +5 -5
  57. package/dist/ui/Carousel/Carousel.d.ts +45 -45
  58. package/dist/ui/Carousel/carousel.recipe.d.ts +5 -5
  59. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  60. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  61. package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
  62. package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
  63. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  64. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  65. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  66. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  67. package/dist/ui/Dialog/Dialog.d.ts +33 -33
  68. package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
  69. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  70. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  71. package/dist/ui/Menu/Menu.d.ts +252 -252
  72. package/dist/ui/Menu/menu.recipe.d.ts +14 -14
  73. package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
  74. package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
  75. package/dist/ui/Popover/Popover.d.ts +88 -88
  76. package/dist/ui/Popover/popover.recipe.d.ts +8 -8
  77. package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
  78. package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
  79. package/dist/ui/Select/Select.d.ts +45 -45
  80. package/dist/ui/Select/select.recipe.d.ts +3 -3
  81. package/dist/ui/Tooltip/Tooltip.d.ts +30 -30
  82. package/dist/ui/Tooltip/tooltip.recipe.d.ts +5 -5
  83. package/package.json +171 -171
  84. package/dist/components/Disclaimer/ResponsibleGaming.d.ts +0 -10
  85. package/dist/components/Disclaimer/ResponsibleGaming.js +0 -13
  86. package/dist/components/Disclaimer/TermsOfUse.d.ts +0 -11
  87. package/dist/components/Disclaimer/TermsOfUse.js +0 -13
  88. package/dist/components/FeatureFlag/FeatureFlag.d.ts +0 -1
  89. package/dist/components/FeatureFlag/FeatureFlag.js +0 -29
  90. package/dist/components/FeatureFlag/index.d.ts +0 -1
  91. package/dist/components/FeatureFlag/index.js +0 -1
  92. package/dist/components/KYC/AutoOpen.d.ts +0 -1
  93. package/dist/components/KYC/AutoOpen.js +0 -40
  94. package/dist/components/KYC/CaptureIdDocument.d.ts +0 -1
  95. package/dist/components/KYC/CaptureIdDocument.js +0 -219
  96. package/dist/components/KYC/CaptureSelfie.d.ts +0 -1
  97. package/dist/components/KYC/CaptureSelfie.js +0 -285
  98. package/dist/components/KYC/DisplayImage.d.ts +0 -5
  99. package/dist/components/KYC/DisplayImage.js +0 -8
  100. package/dist/components/KYC/FileUpload.d.ts +0 -10
  101. package/dist/components/KYC/FileUpload.js +0 -72
  102. package/dist/components/KYC/NoCameraError.d.ts +0 -7
  103. package/dist/components/KYC/NoCameraError.js +0 -6
  104. package/dist/components/KYC/PersonOverlayDesktop.d.ts +0 -7
  105. package/dist/components/KYC/PersonOverlayDesktop.js +0 -9
  106. package/dist/components/KYC/backup/Header.d.ts +0 -1
  107. package/dist/components/KYC/backup/Header.js +0 -8
  108. package/dist/components/KYC/backup/Indicator.d.ts +0 -1
  109. package/dist/components/KYC/backup/Indicator.js +0 -9
  110. package/dist/components/KYC/backup/KYC.d.ts +0 -1
  111. package/dist/components/KYC/backup/KYC.js +0 -14
  112. package/dist/components/KYC/backup/KYC.lazy.d.ts +0 -1
  113. package/dist/components/KYC/backup/KYC.lazy.js +0 -26
  114. package/dist/components/KYC/backup/KYCContext.d.ts +0 -6
  115. package/dist/components/KYC/backup/KYCContext.js +0 -2
  116. package/dist/components/KYC/backup/Step1.d.ts +0 -1
  117. package/dist/components/KYC/backup/Step1.js +0 -13
  118. package/dist/components/KYC/backup/Step2.d.ts +0 -1
  119. package/dist/components/KYC/backup/Step2.js +0 -13
  120. package/dist/components/KYC/backup/Step3.d.ts +0 -1
  121. package/dist/components/KYC/backup/Step3.js +0 -13
  122. package/dist/components/KYC/backup/Step4.d.ts +0 -1
  123. package/dist/components/KYC/backup/Step4.js +0 -7
  124. package/dist/components/KYC/backup/useKYC.d.ts +0 -10
  125. package/dist/components/KYC/backup/useKYC.js +0 -8
  126. package/dist/components/KYC/loadModels.d.ts +0 -1
  127. package/dist/components/KYC/loadModels.js +0 -9
  128. package/dist/components/KYC/utils.d.ts +0 -9
  129. package/dist/components/KYC/utils.js +0 -79
  130. package/dist/components/Messages/Message.d.ts +0 -1
  131. package/dist/components/Messages/Message.js +0 -35
  132. package/dist/components/Messages/MessageContext.d.ts +0 -6
  133. package/dist/components/Messages/MessageContext.js +0 -2
  134. package/dist/components/Messages/MessagePopup.d.ts +0 -1
  135. package/dist/components/Messages/MessagePopup.js +0 -20
  136. package/dist/components/Messages/MessageTrigger.d.ts +0 -8
  137. package/dist/components/Messages/MessageTrigger.js +0 -19
  138. package/dist/components/Quests/CountdownTimer.d.ts +0 -15
  139. package/dist/components/Quests/CountdownTimer.js +0 -33
  140. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.d.ts +0 -4
  141. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.js +0 -78
  142. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.d.ts +0 -8
  143. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.js +0 -9
  144. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.d.ts +0 -4
  145. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.js +0 -4
  146. package/dist/components/Quests/WageringQuest/WageringQuest.d.ts +0 -4
  147. package/dist/components/Quests/WageringQuest/WageringQuest.js +0 -20
  148. package/dist/components/Quests/WageringQuest/WageringQuestModal.d.ts +0 -9
  149. package/dist/components/Quests/WageringQuest/WageringQuestModal.js +0 -9
  150. package/dist/components/SignUp/SignUp.lazy.d.ts +0 -12
  151. package/dist/components/SignUp/SignUp.lazy.js +0 -18
  152. package/dist/components/SignUp/SignUpContext.d.ts +0 -6
  153. package/dist/components/SignUp/SignUpContext.js +0 -2
  154. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.d.ts +0 -17
  155. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.js +0 -18
  156. package/dist/components/SignUp/SignUpDefault/SignUpContext.d.ts +0 -6
  157. package/dist/components/SignUp/SignUpDefault/SignUpContext.js +0 -2
  158. package/dist/components/SignUp/SignUpDefault/SignUpForm.d.ts +0 -1
  159. package/dist/components/SignUp/SignUpDefault/SignUpForm.js +0 -310
  160. package/dist/components/SignUp/SignUpForm.d.ts +0 -1
  161. package/dist/components/SignUp/SignUpForm.js +0 -284
  162. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.d.ts +0 -1
  163. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.js +0 -198
  164. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.d.ts +0 -1
  165. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.js +0 -251
  166. package/dist/components/SignUp/SignUpKYC/ImageUploader.d.ts +0 -10
  167. package/dist/components/SignUp/SignUpKYC/ImageUploader.js +0 -42
  168. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.d.ts +0 -7
  169. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.js +0 -9
  170. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.d.ts +0 -1
  171. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.js +0 -464
  172. package/dist/components/SignUp/SignUpKYC/useImageUploader.d.ts +0 -11
  173. package/dist/components/SignUp/SignUpKYC/useImageUploader.js +0 -20
  174. package/dist/components/SignUp/SignUpKYC/utils.d.ts +0 -9
  175. package/dist/components/SignUp/SignUpKYC/utils.js +0 -79
  176. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.d.ts +0 -1
  177. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.js +0 -198
  178. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.d.ts +0 -1
  179. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.js +0 -251
  180. package/dist/components/SignUp/SignUpPagcor/ImageUploader.d.ts +0 -10
  181. package/dist/components/SignUp/SignUpPagcor/ImageUploader.js +0 -41
  182. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.d.ts +0 -1
  183. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.js +0 -429
  184. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.d.ts +0 -13
  185. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.js +0 -26
  186. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.d.ts +0 -7
  187. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.js +0 -2
  188. package/dist/components/SignUp/SignUpPagcor/useImageUploader.d.ts +0 -11
  189. package/dist/components/SignUp/SignUpPagcor/useImageUploader.js +0 -20
  190. package/dist/components/shared/IdDocumentField.client.d.ts +0 -25
  191. package/dist/components/shared/IdDocumentField.client.js +0 -204
  192. package/dist/components/shared/IdDocumentField.d.ts +0 -2
  193. package/dist/components/shared/IdDocumentField.js +0 -11
  194. package/dist/components/shared/SelfieField.client.d.ts +0 -20
  195. package/dist/components/shared/SelfieField.client.js +0 -327
  196. package/dist/components/shared/SelfieField.d.ts +0 -2
  197. package/dist/components/shared/SelfieField.js +0 -11
  198. package/dist/constants/BranchCode.d.ts +0 -4
  199. package/dist/constants/BranchCode.js +0 -42
  200. package/dist/handlers/postTransformIdFrontImage.d.ts +0 -3
  201. package/dist/handlers/postTransformIdFrontImage.js +0 -67
  202. package/dist/handlers/postTransformSelfieImage.d.ts +0 -3
  203. package/dist/handlers/postTransformSelfieImage.js +0 -71
  204. package/dist/handlers.d.ts +0 -43
  205. package/dist/handlers.js +0 -297
  206. package/dist/icons/BellRingIcon.d.ts +0 -2
  207. package/dist/icons/BellRingIcon.js +0 -4
  208. package/dist/utils/dataUrlToBlob.d.ts +0 -1
  209. package/dist/utils/dataUrlToBlob.js +0 -11
  210. package/dist/utils/gamesAvailable3pmTo3am.d.ts +0 -1
  211. package/dist/utils/gamesAvailable3pmTo3am.js +0 -1
  212. package/dist/utils/getGameName.d.ts +0 -1
  213. package/dist/utils/getGameName.js +0 -6
  214. package/dist/utils/isBetween3amAnd3pm.d.ts +0 -1
  215. package/dist/utils/isBetween3amAnd3pm.js +0 -5
  216. package/dist/utils/resizeImageSize.d.ts +0 -2
  217. package/dist/utils/resizeImageSize.js +0 -11
@@ -4,13 +4,13 @@ export declare const popoverRecipe: import("tailwind-variants").TVReturnType<{
4
4
  title?: import("tailwind-variants").ClassValue;
5
5
  content?: import("tailwind-variants").ClassValue;
6
6
  anchor?: import("tailwind-variants").ClassValue;
7
- trigger?: import("tailwind-variants").ClassValue;
8
7
  positioner?: import("tailwind-variants").ClassValue;
8
+ trigger?: import("tailwind-variants").ClassValue;
9
9
  description?: import("tailwind-variants").ClassValue;
10
10
  closeTrigger?: import("tailwind-variants").ClassValue;
11
- indicator?: import("tailwind-variants").ClassValue;
12
11
  arrow?: import("tailwind-variants").ClassValue;
13
12
  arrowTip?: import("tailwind-variants").ClassValue;
13
+ indicator?: import("tailwind-variants").ClassValue;
14
14
  };
15
15
  };
16
16
  } | {
@@ -19,28 +19,28 @@ export declare const popoverRecipe: import("tailwind-variants").TVReturnType<{
19
19
  title?: import("tailwind-variants").ClassValue;
20
20
  content?: import("tailwind-variants").ClassValue;
21
21
  anchor?: import("tailwind-variants").ClassValue;
22
- trigger?: import("tailwind-variants").ClassValue;
23
22
  positioner?: import("tailwind-variants").ClassValue;
23
+ trigger?: import("tailwind-variants").ClassValue;
24
24
  description?: import("tailwind-variants").ClassValue;
25
25
  closeTrigger?: import("tailwind-variants").ClassValue;
26
- indicator?: import("tailwind-variants").ClassValue;
27
26
  arrow?: import("tailwind-variants").ClassValue;
28
27
  arrowTip?: import("tailwind-variants").ClassValue;
28
+ indicator?: import("tailwind-variants").ClassValue;
29
29
  };
30
30
  };
31
- } | {}, Record<"title" | "content" | "anchor" | "trigger" | "positioner" | "description" | "closeTrigger" | "indicator" | "arrow" | "arrowTip", string | string[]>, undefined, {
31
+ } | {}, Record<"title" | "content" | "anchor" | "positioner" | "trigger" | "description" | "closeTrigger" | "arrow" | "arrowTip" | "indicator", string | string[]>, undefined, {
32
32
  [key: string]: {
33
33
  [key: string]: import("tailwind-variants").ClassValue | {
34
34
  title?: import("tailwind-variants").ClassValue;
35
35
  content?: import("tailwind-variants").ClassValue;
36
36
  anchor?: import("tailwind-variants").ClassValue;
37
- trigger?: import("tailwind-variants").ClassValue;
38
37
  positioner?: import("tailwind-variants").ClassValue;
38
+ trigger?: import("tailwind-variants").ClassValue;
39
39
  description?: import("tailwind-variants").ClassValue;
40
40
  closeTrigger?: import("tailwind-variants").ClassValue;
41
- indicator?: import("tailwind-variants").ClassValue;
42
41
  arrow?: import("tailwind-variants").ClassValue;
43
42
  arrowTip?: import("tailwind-variants").ClassValue;
43
+ indicator?: import("tailwind-variants").ClassValue;
44
44
  };
45
45
  };
46
- } | {}, Record<"title" | "content" | "anchor" | "trigger" | "positioner" | "description" | "closeTrigger" | "indicator" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"title" | "content" | "anchor" | "trigger" | "positioner" | "description" | "closeTrigger" | "indicator" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>;
46
+ } | {}, Record<"title" | "content" | "anchor" | "positioner" | "trigger" | "description" | "closeTrigger" | "arrow" | "arrowTip" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"title" | "content" | "anchor" | "positioner" | "trigger" | "description" | "closeTrigger" | "arrow" | "arrowTip" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -11,7 +11,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
11
11
  indicator: string;
12
12
  };
13
13
  };
14
- }, Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", string | string[]>, undefined, {
14
+ }, Record<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl", 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
  indicator: string;
24
24
  };
25
25
  };
26
- }, Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", string | string[]>, import("tailwind-variants").TVReturnType<{
26
+ }, Record<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl", 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
  indicator: string;
36
36
  };
37
37
  };
38
- }, Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
38
+ }, Record<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
39
39
  export declare const Indicator: import("react").ComponentType<import("@ark-ui/react").Assign<SegmentGroup.IndicatorProps & 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 Indicator: import("react").ComponentType<import("@ark-ui/re
48
48
  indicator: string;
49
49
  };
50
50
  };
51
- }, Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", string | string[]>, undefined, {
51
+ }, Record<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl", string | string[]>, undefined, {
52
52
  size: {
53
53
  md: {};
54
54
  };
@@ -60,7 +60,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
60
60
  indicator: string;
61
61
  };
62
62
  };
63
- }, Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", string | string[]>, import("tailwind-variants").TVReturnType<{
63
+ }, Record<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl", string | string[]>, import("tailwind-variants").TVReturnType<{
64
64
  size: {
65
65
  md: {};
66
66
  };
@@ -72,7 +72,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
72
72
  indicator: string;
73
73
  };
74
74
  };
75
- }, Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
75
+ }, Record<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
76
76
  export declare const Item: import("react").ComponentType<import("@ark-ui/react").Assign<SegmentGroup.ItemProps & import("react").RefAttributes<HTMLLabelElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
77
77
  size: {
78
78
  md: {};
@@ -85,7 +85,7 @@ export declare const Item: import("react").ComponentType<import("@ark-ui/react")
85
85
  indicator: string;
86
86
  };
87
87
  };
88
- }, Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", string | string[]>, undefined, {
88
+ }, Record<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl", string | string[]>, undefined, {
89
89
  size: {
90
90
  md: {};
91
91
  };
@@ -97,7 +97,7 @@ export declare const Item: import("react").ComponentType<import("@ark-ui/react")
97
97
  indicator: string;
98
98
  };
99
99
  };
100
- }, Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", string | string[]>, import("tailwind-variants").TVReturnType<{
100
+ }, Record<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl", string | string[]>, import("tailwind-variants").TVReturnType<{
101
101
  size: {
102
102
  md: {};
103
103
  };
@@ -109,7 +109,7 @@ export declare const Item: import("react").ComponentType<import("@ark-ui/react")
109
109
  indicator: string;
110
110
  };
111
111
  };
112
- }, Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
112
+ }, Record<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
113
113
  export declare const ItemControl: import("react").ComponentType<import("@ark-ui/react").Assign<SegmentGroup.ItemControlProps & 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 ItemControl: import("react").ComponentType<import("@ark-ui/
122
122
  indicator: string;
123
123
  };
124
124
  };
125
- }, Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", string | string[]>, undefined, {
125
+ }, Record<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl", string | string[]>, undefined, {
126
126
  size: {
127
127
  md: {};
128
128
  };
@@ -134,7 +134,7 @@ export declare const ItemControl: import("react").ComponentType<import("@ark-ui/
134
134
  indicator: string;
135
135
  };
136
136
  };
137
- }, Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", string | string[]>, import("tailwind-variants").TVReturnType<{
137
+ }, Record<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl", string | string[]>, import("tailwind-variants").TVReturnType<{
138
138
  size: {
139
139
  md: {};
140
140
  };
@@ -146,7 +146,7 @@ export declare const ItemControl: import("react").ComponentType<import("@ark-ui/
146
146
  indicator: string;
147
147
  };
148
148
  };
149
- }, Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
149
+ }, Record<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
150
150
  export declare const ItemText: import("react").ComponentType<import("@ark-ui/react").Assign<SegmentGroup.ItemTextProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
151
151
  size: {
152
152
  md: {};
@@ -159,7 +159,7 @@ export declare const ItemText: import("react").ComponentType<import("@ark-ui/rea
159
159
  indicator: string;
160
160
  };
161
161
  };
162
- }, Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", string | string[]>, undefined, {
162
+ }, Record<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl", string | string[]>, undefined, {
163
163
  size: {
164
164
  md: {};
165
165
  };
@@ -171,7 +171,7 @@ export declare const ItemText: import("react").ComponentType<import("@ark-ui/rea
171
171
  indicator: string;
172
172
  };
173
173
  };
174
- }, Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", string | string[]>, import("tailwind-variants").TVReturnType<{
174
+ }, Record<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl", string | string[]>, import("tailwind-variants").TVReturnType<{
175
175
  size: {
176
176
  md: {};
177
177
  };
@@ -183,7 +183,7 @@ export declare const ItemText: import("react").ComponentType<import("@ark-ui/rea
183
183
  indicator: string;
184
184
  };
185
185
  };
186
- }, Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
186
+ }, Record<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
187
187
  export declare const Label: import("react").ComponentType<import("@ark-ui/react").Assign<SegmentGroup.LabelProps & import("react").RefAttributes<HTMLLabelElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
188
188
  size: {
189
189
  md: {};
@@ -196,7 +196,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
196
196
  indicator: string;
197
197
  };
198
198
  };
199
- }, Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", string | string[]>, undefined, {
199
+ }, Record<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl", string | string[]>, undefined, {
200
200
  size: {
201
201
  md: {};
202
202
  };
@@ -208,7 +208,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
208
208
  indicator: string;
209
209
  };
210
210
  };
211
- }, Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", string | string[]>, import("tailwind-variants").TVReturnType<{
211
+ }, Record<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl", string | string[]>, import("tailwind-variants").TVReturnType<{
212
212
  size: {
213
213
  md: {};
214
214
  };
@@ -220,7 +220,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
220
220
  indicator: string;
221
221
  };
222
222
  };
223
- }, Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
223
+ }, Record<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
224
224
  export declare const Context: (props: SegmentGroup.ContextProps) => import("react").ReactNode;
225
225
  export declare const ItemContext: (props: SegmentGroup.ItemContextProps) => import("react").ReactNode;
226
226
  export declare const ItemHiddenInput: import("react").ForwardRefExoticComponent<SegmentGroup.ItemHiddenInputProps & import("react").RefAttributes<HTMLInputElement>>;
@@ -10,7 +10,7 @@ export declare const segmentGroupRecipe: import("tailwind-variants").TVReturnTyp
10
10
  indicator: string;
11
11
  };
12
12
  };
13
- }, Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", string | string[]>, undefined, {
13
+ }, Record<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl", string | string[]>, undefined, {
14
14
  size: {
15
15
  md: {};
16
16
  };
@@ -22,7 +22,7 @@ export declare const segmentGroupRecipe: import("tailwind-variants").TVReturnTyp
22
22
  indicator: string;
23
23
  };
24
24
  };
25
- }, Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", string | string[]>, import("tailwind-variants").TVReturnType<{
25
+ }, Record<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl", string | string[]>, import("tailwind-variants").TVReturnType<{
26
26
  size: {
27
27
  md: {};
28
28
  };
@@ -34,4 +34,4 @@ export declare const segmentGroupRecipe: import("tailwind-variants").TVReturnTyp
34
34
  indicator: string;
35
35
  };
36
36
  };
37
- }, Record<"label" | "root" | "item" | "indicator" | "itemText" | "itemControl", string | string[]>, undefined, unknown, unknown, undefined>>;
37
+ }, Record<"label" | "root" | "indicator" | "item" | "itemText" | "itemControl", string | string[]>, undefined, unknown, unknown, undefined>>;