@opexa/portal-components 0.0.445 → 0.0.446

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 (193) hide show
  1. package/dist/components/Banner/Banner.client.d.ts +12 -0
  2. package/dist/components/Banner/Banner.client.js +49 -0
  3. package/dist/components/DigitainLauncher/Loading.js +1 -1
  4. package/dist/components/Jackpots/Jackpots.module.css +184 -184
  5. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -184
  6. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -184
  7. package/dist/components/KYC/BasicInformation.js +1 -1
  8. package/dist/components/KYC/IdentityVerification.js +1 -1
  9. package/dist/components/KYC/KYC.lazy.js +1 -1
  10. package/dist/components/KYC/PersonalInformation.js +1 -1
  11. package/dist/components/PortalProvider/CXDTokenObserver.js +11 -11
  12. package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
  13. package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
  14. package/dist/constants/EnvVar.d.ts +1 -1
  15. package/dist/services/queries.js +2702 -2702
  16. package/dist/styles/theme.css +719 -719
  17. package/dist/ui/AlertDialog/AlertDialog.d.ts +88 -88
  18. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +8 -8
  19. package/dist/ui/Badge/Badge.d.ts +12 -12
  20. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  21. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  22. package/dist/ui/Carousel/Carousel.d.ts +99 -99
  23. package/dist/ui/Carousel/carousel.recipe.d.ts +11 -11
  24. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  25. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  26. package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
  27. package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
  28. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  29. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  30. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  31. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  32. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  33. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  34. package/dist/ui/Field/Field.d.ts +21 -21
  35. package/dist/ui/Field/field.recipe.d.ts +3 -3
  36. package/dist/ui/Menu/Menu.d.ts +90 -90
  37. package/dist/ui/Menu/menu.recipe.d.ts +5 -5
  38. package/dist/ui/NumberInput/NumberInput.d.ts +24 -24
  39. package/dist/ui/NumberInput/numberInput.recipe.d.ts +3 -3
  40. package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
  41. package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
  42. package/dist/ui/PinInput/PinInput.d.ts +12 -12
  43. package/dist/ui/PinInput/pinInput.recipe.d.ts +3 -3
  44. package/dist/ui/Popover/Popover.d.ts +55 -55
  45. package/dist/ui/Popover/popover.recipe.d.ts +5 -5
  46. package/dist/ui/Progress/Progress.d.ts +27 -27
  47. package/dist/ui/Progress/progress.recipe.d.ts +3 -3
  48. package/dist/ui/QrCode/QrCode.d.ts +25 -25
  49. package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
  50. package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
  51. package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
  52. package/dist/ui/Select/Select.d.ts +45 -45
  53. package/dist/ui/Select/select.recipe.d.ts +3 -3
  54. package/dist/ui/Table/Table.d.ts +21 -21
  55. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  56. package/dist/ui/Table/table.recipe.d.ts +3 -3
  57. package/dist/ui/Tabs/Tabs.d.ts +15 -15
  58. package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
  59. package/package.json +162 -162
  60. package/dist/components/Disclaimer/ResponsibleGaming.d.ts +0 -10
  61. package/dist/components/Disclaimer/ResponsibleGaming.js +0 -13
  62. package/dist/components/Disclaimer/TermsOfUse.d.ts +0 -11
  63. package/dist/components/Disclaimer/TermsOfUse.js +0 -13
  64. package/dist/components/FeatureFlag/FeatureFlag.d.ts +0 -1
  65. package/dist/components/FeatureFlag/FeatureFlag.js +0 -29
  66. package/dist/components/FeatureFlag/index.d.ts +0 -1
  67. package/dist/components/FeatureFlag/index.js +0 -1
  68. package/dist/components/KYC/AutoOpen.d.ts +0 -1
  69. package/dist/components/KYC/AutoOpen.js +0 -40
  70. package/dist/components/KYC/CaptureIdDocument.d.ts +0 -1
  71. package/dist/components/KYC/CaptureIdDocument.js +0 -219
  72. package/dist/components/KYC/CaptureSelfie.d.ts +0 -1
  73. package/dist/components/KYC/CaptureSelfie.js +0 -285
  74. package/dist/components/KYC/DisplayImage.d.ts +0 -5
  75. package/dist/components/KYC/DisplayImage.js +0 -8
  76. package/dist/components/KYC/FileUpload.d.ts +0 -10
  77. package/dist/components/KYC/FileUpload.js +0 -72
  78. package/dist/components/KYC/NoCameraError.d.ts +0 -7
  79. package/dist/components/KYC/NoCameraError.js +0 -6
  80. package/dist/components/KYC/PersonOverlayDesktop.d.ts +0 -7
  81. package/dist/components/KYC/PersonOverlayDesktop.js +0 -9
  82. package/dist/components/KYC/backup/Header.d.ts +0 -1
  83. package/dist/components/KYC/backup/Header.js +0 -8
  84. package/dist/components/KYC/backup/Indicator.d.ts +0 -1
  85. package/dist/components/KYC/backup/Indicator.js +0 -9
  86. package/dist/components/KYC/backup/KYC.d.ts +0 -1
  87. package/dist/components/KYC/backup/KYC.js +0 -14
  88. package/dist/components/KYC/backup/KYC.lazy.d.ts +0 -1
  89. package/dist/components/KYC/backup/KYC.lazy.js +0 -26
  90. package/dist/components/KYC/backup/KYCContext.d.ts +0 -6
  91. package/dist/components/KYC/backup/KYCContext.js +0 -2
  92. package/dist/components/KYC/backup/Step1.d.ts +0 -1
  93. package/dist/components/KYC/backup/Step1.js +0 -13
  94. package/dist/components/KYC/backup/Step2.d.ts +0 -1
  95. package/dist/components/KYC/backup/Step2.js +0 -13
  96. package/dist/components/KYC/backup/Step3.d.ts +0 -1
  97. package/dist/components/KYC/backup/Step3.js +0 -13
  98. package/dist/components/KYC/backup/Step4.d.ts +0 -1
  99. package/dist/components/KYC/backup/Step4.js +0 -7
  100. package/dist/components/KYC/backup/useKYC.d.ts +0 -10
  101. package/dist/components/KYC/backup/useKYC.js +0 -8
  102. package/dist/components/KYC/loadModels.d.ts +0 -1
  103. package/dist/components/KYC/loadModels.js +0 -9
  104. package/dist/components/KYC/utils.d.ts +0 -9
  105. package/dist/components/KYC/utils.js +0 -79
  106. package/dist/components/Messages/Message.d.ts +0 -1
  107. package/dist/components/Messages/Message.js +0 -35
  108. package/dist/components/Messages/MessageContext.d.ts +0 -6
  109. package/dist/components/Messages/MessageContext.js +0 -2
  110. package/dist/components/Messages/MessagePopup.d.ts +0 -1
  111. package/dist/components/Messages/MessagePopup.js +0 -20
  112. package/dist/components/Messages/MessageTrigger.d.ts +0 -8
  113. package/dist/components/Messages/MessageTrigger.js +0 -19
  114. package/dist/components/Quests/CountdownTimer.d.ts +0 -15
  115. package/dist/components/Quests/CountdownTimer.js +0 -33
  116. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.d.ts +0 -4
  117. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.js +0 -78
  118. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.d.ts +0 -8
  119. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.js +0 -9
  120. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.d.ts +0 -4
  121. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.js +0 -4
  122. package/dist/components/Quests/WageringQuest/WageringQuest.d.ts +0 -4
  123. package/dist/components/Quests/WageringQuest/WageringQuest.js +0 -20
  124. package/dist/components/Quests/WageringQuest/WageringQuestModal.d.ts +0 -9
  125. package/dist/components/Quests/WageringQuest/WageringQuestModal.js +0 -9
  126. package/dist/components/SignUp/SignUp.lazy.d.ts +0 -12
  127. package/dist/components/SignUp/SignUp.lazy.js +0 -18
  128. package/dist/components/SignUp/SignUpContext.d.ts +0 -6
  129. package/dist/components/SignUp/SignUpContext.js +0 -2
  130. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.d.ts +0 -17
  131. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.js +0 -18
  132. package/dist/components/SignUp/SignUpDefault/SignUpContext.d.ts +0 -6
  133. package/dist/components/SignUp/SignUpDefault/SignUpContext.js +0 -2
  134. package/dist/components/SignUp/SignUpDefault/SignUpForm.d.ts +0 -1
  135. package/dist/components/SignUp/SignUpDefault/SignUpForm.js +0 -310
  136. package/dist/components/SignUp/SignUpForm.d.ts +0 -1
  137. package/dist/components/SignUp/SignUpForm.js +0 -284
  138. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.d.ts +0 -1
  139. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.js +0 -198
  140. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.d.ts +0 -1
  141. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.js +0 -251
  142. package/dist/components/SignUp/SignUpKYC/ImageUploader.d.ts +0 -10
  143. package/dist/components/SignUp/SignUpKYC/ImageUploader.js +0 -42
  144. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.d.ts +0 -7
  145. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.js +0 -9
  146. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.d.ts +0 -1
  147. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.js +0 -464
  148. package/dist/components/SignUp/SignUpKYC/useImageUploader.d.ts +0 -11
  149. package/dist/components/SignUp/SignUpKYC/useImageUploader.js +0 -20
  150. package/dist/components/SignUp/SignUpKYC/utils.d.ts +0 -9
  151. package/dist/components/SignUp/SignUpKYC/utils.js +0 -79
  152. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.d.ts +0 -1
  153. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.js +0 -198
  154. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.d.ts +0 -1
  155. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.js +0 -251
  156. package/dist/components/SignUp/SignUpPagcor/ImageUploader.d.ts +0 -10
  157. package/dist/components/SignUp/SignUpPagcor/ImageUploader.js +0 -41
  158. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.d.ts +0 -1
  159. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.js +0 -429
  160. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.d.ts +0 -13
  161. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.js +0 -26
  162. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.d.ts +0 -7
  163. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.js +0 -2
  164. package/dist/components/SignUp/SignUpPagcor/useImageUploader.d.ts +0 -11
  165. package/dist/components/SignUp/SignUpPagcor/useImageUploader.js +0 -20
  166. package/dist/components/shared/IdDocumentField.client.d.ts +0 -25
  167. package/dist/components/shared/IdDocumentField.client.js +0 -204
  168. package/dist/components/shared/IdDocumentField.d.ts +0 -2
  169. package/dist/components/shared/IdDocumentField.js +0 -11
  170. package/dist/components/shared/SelfieField.client.d.ts +0 -20
  171. package/dist/components/shared/SelfieField.client.js +0 -327
  172. package/dist/components/shared/SelfieField.d.ts +0 -2
  173. package/dist/components/shared/SelfieField.js +0 -11
  174. package/dist/constants/BranchCode.d.ts +0 -4
  175. package/dist/constants/BranchCode.js +0 -42
  176. package/dist/handlers/postTransformIdFrontImage.d.ts +0 -3
  177. package/dist/handlers/postTransformIdFrontImage.js +0 -67
  178. package/dist/handlers/postTransformSelfieImage.d.ts +0 -3
  179. package/dist/handlers/postTransformSelfieImage.js +0 -71
  180. package/dist/handlers.d.ts +0 -43
  181. package/dist/handlers.js +0 -297
  182. package/dist/icons/BellRingIcon.d.ts +0 -2
  183. package/dist/icons/BellRingIcon.js +0 -4
  184. package/dist/utils/dataUrlToBlob.d.ts +0 -1
  185. package/dist/utils/dataUrlToBlob.js +0 -11
  186. package/dist/utils/gamesAvailable3pmTo3am.d.ts +0 -1
  187. package/dist/utils/gamesAvailable3pmTo3am.js +0 -1
  188. package/dist/utils/getGameName.d.ts +0 -1
  189. package/dist/utils/getGameName.js +0 -6
  190. package/dist/utils/isBetween3amAnd3pm.d.ts +0 -1
  191. package/dist/utils/isBetween3amAnd3pm.js +0 -5
  192. package/dist/utils/resizeImageSize.d.ts +0 -2
  193. package/dist/utils/resizeImageSize.js +0 -11
@@ -3,12 +3,12 @@ export declare const alertDialogRecipe: import("tailwind-variants").TVReturnType
3
3
  [key: string]: import("tailwind-variants").ClassValue | {
4
4
  title?: import("tailwind-variants").ClassValue;
5
5
  content?: import("tailwind-variants").ClassValue;
6
+ trigger?: import("tailwind-variants").ClassValue;
6
7
  body?: import("tailwind-variants").ClassValue;
7
8
  footer?: import("tailwind-variants").ClassValue;
8
9
  header?: import("tailwind-variants").ClassValue;
9
- trigger?: import("tailwind-variants").ClassValue;
10
- positioner?: import("tailwind-variants").ClassValue;
11
10
  backdrop?: import("tailwind-variants").ClassValue;
11
+ positioner?: import("tailwind-variants").ClassValue;
12
12
  description?: import("tailwind-variants").ClassValue;
13
13
  closeTrigger?: import("tailwind-variants").ClassValue;
14
14
  };
@@ -18,29 +18,29 @@ export declare const alertDialogRecipe: import("tailwind-variants").TVReturnType
18
18
  [x: string]: import("tailwind-variants").ClassValue | {
19
19
  title?: import("tailwind-variants").ClassValue;
20
20
  content?: import("tailwind-variants").ClassValue;
21
+ trigger?: import("tailwind-variants").ClassValue;
21
22
  body?: import("tailwind-variants").ClassValue;
22
23
  footer?: import("tailwind-variants").ClassValue;
23
24
  header?: import("tailwind-variants").ClassValue;
24
- trigger?: import("tailwind-variants").ClassValue;
25
- positioner?: import("tailwind-variants").ClassValue;
26
25
  backdrop?: import("tailwind-variants").ClassValue;
26
+ positioner?: import("tailwind-variants").ClassValue;
27
27
  description?: import("tailwind-variants").ClassValue;
28
28
  closeTrigger?: import("tailwind-variants").ClassValue;
29
29
  };
30
30
  };
31
- } | {}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "positioner" | "backdrop" | "description" | "closeTrigger", string | string[]>, undefined, {
31
+ } | {}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", 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
+ trigger?: import("tailwind-variants").ClassValue;
36
37
  body?: import("tailwind-variants").ClassValue;
37
38
  footer?: import("tailwind-variants").ClassValue;
38
39
  header?: import("tailwind-variants").ClassValue;
39
- trigger?: import("tailwind-variants").ClassValue;
40
- positioner?: import("tailwind-variants").ClassValue;
41
40
  backdrop?: import("tailwind-variants").ClassValue;
41
+ positioner?: import("tailwind-variants").ClassValue;
42
42
  description?: import("tailwind-variants").ClassValue;
43
43
  closeTrigger?: import("tailwind-variants").ClassValue;
44
44
  };
45
45
  };
46
- } | {}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "positioner" | "backdrop" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "positioner" | "backdrop" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>;
46
+ } | {}, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"title" | "content" | "trigger" | "body" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -37,7 +37,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
37
37
  root: string;
38
38
  };
39
39
  };
40
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, {
40
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, undefined, {
41
41
  size: {
42
42
  md: {
43
43
  root: string;
@@ -72,7 +72,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
72
72
  root: string;
73
73
  };
74
74
  };
75
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
75
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, import("tailwind-variants").TVReturnType<{
76
76
  size: {
77
77
  md: {
78
78
  root: string;
@@ -107,7 +107,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
107
107
  root: string;
108
108
  };
109
109
  };
110
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
110
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
111
111
  interface BadgeLabelProps extends ComponentPropsWithRef<'span'> {
112
112
  asChild?: boolean;
113
113
  }
@@ -146,7 +146,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
146
146
  root: string;
147
147
  };
148
148
  };
149
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, {
149
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, undefined, {
150
150
  size: {
151
151
  md: {
152
152
  root: string;
@@ -181,7 +181,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
181
181
  root: string;
182
182
  };
183
183
  };
184
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
184
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, import("tailwind-variants").TVReturnType<{
185
185
  size: {
186
186
  md: {
187
187
  root: string;
@@ -216,7 +216,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
216
216
  root: string;
217
217
  };
218
218
  };
219
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
219
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
220
220
  interface BadgeIndicatorProps extends ComponentPropsWithRef<'svg'> {
221
221
  asChild?: boolean;
222
222
  }
@@ -255,7 +255,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
255
255
  root: string;
256
256
  };
257
257
  };
258
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, {
258
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, undefined, {
259
259
  size: {
260
260
  md: {
261
261
  root: string;
@@ -290,7 +290,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
290
290
  root: string;
291
291
  };
292
292
  };
293
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
293
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, import("tailwind-variants").TVReturnType<{
294
294
  size: {
295
295
  md: {
296
296
  root: string;
@@ -325,7 +325,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
325
325
  root: string;
326
326
  };
327
327
  };
328
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
328
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
329
329
  interface BadgeIconProps extends ComponentPropsWithRef<'svg'> {
330
330
  asChild?: boolean;
331
331
  }
@@ -364,7 +364,7 @@ export declare const Icon: import("react").ComponentType<import("@ark-ui/react")
364
364
  root: string;
365
365
  };
366
366
  };
367
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, {
367
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, undefined, {
368
368
  size: {
369
369
  md: {
370
370
  root: string;
@@ -399,7 +399,7 @@ export declare const Icon: import("react").ComponentType<import("@ark-ui/react")
399
399
  root: string;
400
400
  };
401
401
  };
402
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
402
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, import("tailwind-variants").TVReturnType<{
403
403
  size: {
404
404
  md: {
405
405
  root: string;
@@ -434,5 +434,5 @@ export declare const Icon: import("react").ComponentType<import("@ark-ui/react")
434
434
  root: string;
435
435
  };
436
436
  };
437
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
437
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
438
438
  export {};
@@ -1 +1 @@
1
- export declare const badgeAnatomy: import("@ark-ui/react/anatomy").AnatomyInstance<"label" | "root" | "icon" | "indicator">;
1
+ export declare const badgeAnatomy: import("@ark-ui/react/anatomy").AnatomyInstance<"root" | "label" | "indicator" | "icon">;
@@ -33,7 +33,7 @@ export declare const badgeRecipe: import("tailwind-variants").TVReturnType<{
33
33
  root: string;
34
34
  };
35
35
  };
36
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, {
36
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, undefined, {
37
37
  size: {
38
38
  md: {
39
39
  root: string;
@@ -68,7 +68,7 @@ export declare const badgeRecipe: import("tailwind-variants").TVReturnType<{
68
68
  root: string;
69
69
  };
70
70
  };
71
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
71
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, import("tailwind-variants").TVReturnType<{
72
72
  size: {
73
73
  md: {
74
74
  root: string;
@@ -103,4 +103,4 @@ export declare const badgeRecipe: import("tailwind-variants").TVReturnType<{
103
103
  root: string;
104
104
  };
105
105
  };
106
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>;
106
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, undefined, unknown, unknown, undefined>>;