@opexa/portal-components 0.0.522 → 0.0.525

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 (206) hide show
  1. package/dist/client/hooks/useGlobalStore.d.ts +3 -0
  2. package/dist/client/hooks/useGlobalStore.js +13 -0
  3. package/dist/components/AccountInfo/GoogleDisconnect.d.ts +7 -0
  4. package/dist/components/AccountInfo/GoogleDisconnect.js +11 -0
  5. package/dist/components/DigitainLauncher/DigitainLauncher.js +3 -0
  6. package/dist/components/DigitainLauncher/Loading.js +1 -1
  7. package/dist/components/Jackpots/Jackpots.module.css +184 -184
  8. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -184
  9. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -184
  10. package/dist/components/KYC/BasicInformation.js +1 -1
  11. package/dist/components/KYC/IdentityVerification.js +1 -1
  12. package/dist/components/KYC/KYC.lazy.js +1 -1
  13. package/dist/components/KYC/KYCDefault/KYCDefault.js +6 -2
  14. package/dist/components/KYC/KYCReminder.lazy.js +7 -5
  15. package/dist/components/KYC/PersonalInformation.js +1 -1
  16. package/dist/components/SignIn/MobileNumberSignIn.js +4 -0
  17. package/dist/components/SignIn/NameAndPasswordSignIn.js +8 -1
  18. package/dist/components/SignIn/SignIn.lazy.d.ts +1 -0
  19. package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
  20. package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
  21. package/dist/icons/LinkBrokenIcon.d.ts +2 -0
  22. package/dist/icons/LinkBrokenIcon.js +4 -0
  23. package/dist/services/queries.js +2755 -2755
  24. package/dist/styles/theme.css +731 -731
  25. package/dist/ui/AlertDialog/AlertDialog.d.ts +88 -88
  26. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +8 -8
  27. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  28. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  29. package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
  30. package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
  31. package/dist/ui/Collapsible/Collapsible.d.ts +20 -20
  32. package/dist/ui/Collapsible/collapsible.recipe.d.ts +5 -5
  33. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  34. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  35. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  36. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  37. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  38. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  39. package/dist/ui/Menu/Menu.d.ts +360 -360
  40. package/dist/ui/Menu/menu.recipe.d.ts +20 -20
  41. package/dist/ui/Popover/Popover.d.ts +55 -55
  42. package/dist/ui/Popover/popover.recipe.d.ts +5 -5
  43. package/dist/ui/Progress/Progress.d.ts +27 -27
  44. package/dist/ui/Progress/progress.recipe.d.ts +3 -3
  45. package/dist/ui/QrCode/QrCode.d.ts +40 -40
  46. package/dist/ui/QrCode/qrCode.recipe.d.ts +8 -8
  47. package/dist/ui/Select/Select.d.ts +45 -45
  48. package/dist/ui/Select/select.recipe.d.ts +3 -3
  49. package/dist/ui/Table/Table.d.ts +21 -21
  50. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  51. package/dist/ui/Table/table.recipe.d.ts +3 -3
  52. package/dist/ui/Tabs/Tabs.d.ts +15 -15
  53. package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
  54. package/package.json +163 -163
  55. package/dist/components/Disclaimer/ResponsibleGaming.d.ts +0 -10
  56. package/dist/components/Disclaimer/ResponsibleGaming.js +0 -13
  57. package/dist/components/Disclaimer/TermsOfUse.d.ts +0 -11
  58. package/dist/components/Disclaimer/TermsOfUse.js +0 -13
  59. package/dist/components/FeatureFlag/FeatureFlag.d.ts +0 -1
  60. package/dist/components/FeatureFlag/FeatureFlag.js +0 -29
  61. package/dist/components/FeatureFlag/index.d.ts +0 -1
  62. package/dist/components/FeatureFlag/index.js +0 -1
  63. package/dist/components/KYC/AutoOpen.d.ts +0 -1
  64. package/dist/components/KYC/AutoOpen.js +0 -40
  65. package/dist/components/KYC/CaptureIdDocument.d.ts +0 -1
  66. package/dist/components/KYC/CaptureIdDocument.js +0 -219
  67. package/dist/components/KYC/CaptureSelfie.d.ts +0 -1
  68. package/dist/components/KYC/CaptureSelfie.js +0 -285
  69. package/dist/components/KYC/DisplayImage.d.ts +0 -5
  70. package/dist/components/KYC/DisplayImage.js +0 -8
  71. package/dist/components/KYC/FileUpload.d.ts +0 -10
  72. package/dist/components/KYC/FileUpload.js +0 -72
  73. package/dist/components/KYC/NoCameraError.d.ts +0 -7
  74. package/dist/components/KYC/NoCameraError.js +0 -6
  75. package/dist/components/KYC/PersonOverlayDesktop.d.ts +0 -7
  76. package/dist/components/KYC/PersonOverlayDesktop.js +0 -9
  77. package/dist/components/KYC/backup/Header.d.ts +0 -1
  78. package/dist/components/KYC/backup/Header.js +0 -8
  79. package/dist/components/KYC/backup/Indicator.d.ts +0 -1
  80. package/dist/components/KYC/backup/Indicator.js +0 -9
  81. package/dist/components/KYC/backup/KYC.d.ts +0 -1
  82. package/dist/components/KYC/backup/KYC.js +0 -14
  83. package/dist/components/KYC/backup/KYC.lazy.d.ts +0 -1
  84. package/dist/components/KYC/backup/KYC.lazy.js +0 -26
  85. package/dist/components/KYC/backup/KYCContext.d.ts +0 -6
  86. package/dist/components/KYC/backup/KYCContext.js +0 -2
  87. package/dist/components/KYC/backup/Step1.d.ts +0 -1
  88. package/dist/components/KYC/backup/Step1.js +0 -13
  89. package/dist/components/KYC/backup/Step2.d.ts +0 -1
  90. package/dist/components/KYC/backup/Step2.js +0 -13
  91. package/dist/components/KYC/backup/Step3.d.ts +0 -1
  92. package/dist/components/KYC/backup/Step3.js +0 -13
  93. package/dist/components/KYC/backup/Step4.d.ts +0 -1
  94. package/dist/components/KYC/backup/Step4.js +0 -7
  95. package/dist/components/KYC/backup/useKYC.d.ts +0 -10
  96. package/dist/components/KYC/backup/useKYC.js +0 -8
  97. package/dist/components/KYC/loadModels.d.ts +0 -1
  98. package/dist/components/KYC/loadModels.js +0 -9
  99. package/dist/components/KYC/utils.d.ts +0 -9
  100. package/dist/components/KYC/utils.js +0 -79
  101. package/dist/components/Messages/Message.d.ts +0 -1
  102. package/dist/components/Messages/Message.js +0 -35
  103. package/dist/components/Messages/MessageContext.d.ts +0 -6
  104. package/dist/components/Messages/MessageContext.js +0 -2
  105. package/dist/components/Messages/MessagePopup.d.ts +0 -1
  106. package/dist/components/Messages/MessagePopup.js +0 -20
  107. package/dist/components/Messages/MessageTrigger.d.ts +0 -8
  108. package/dist/components/Messages/MessageTrigger.js +0 -19
  109. package/dist/components/Quests/CountdownTimer.d.ts +0 -15
  110. package/dist/components/Quests/CountdownTimer.js +0 -33
  111. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.d.ts +0 -4
  112. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.js +0 -78
  113. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.d.ts +0 -8
  114. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.js +0 -9
  115. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.d.ts +0 -4
  116. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.js +0 -4
  117. package/dist/components/Quests/WageringQuest/WageringQuest.d.ts +0 -4
  118. package/dist/components/Quests/WageringQuest/WageringQuest.js +0 -20
  119. package/dist/components/Quests/WageringQuest/WageringQuestModal.d.ts +0 -9
  120. package/dist/components/Quests/WageringQuest/WageringQuestModal.js +0 -9
  121. package/dist/components/SignIn/utils.d.ts +0 -8
  122. package/dist/components/SignIn/utils.js +0 -26
  123. package/dist/components/SignUp/SignUp.lazy.d.ts +0 -12
  124. package/dist/components/SignUp/SignUp.lazy.js +0 -18
  125. package/dist/components/SignUp/SignUpContext.d.ts +0 -6
  126. package/dist/components/SignUp/SignUpContext.js +0 -2
  127. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.d.ts +0 -17
  128. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.js +0 -18
  129. package/dist/components/SignUp/SignUpDefault/SignUpContext.d.ts +0 -6
  130. package/dist/components/SignUp/SignUpDefault/SignUpContext.js +0 -2
  131. package/dist/components/SignUp/SignUpDefault/SignUpForm.d.ts +0 -1
  132. package/dist/components/SignUp/SignUpDefault/SignUpForm.js +0 -310
  133. package/dist/components/SignUp/SignUpForm.d.ts +0 -1
  134. package/dist/components/SignUp/SignUpForm.js +0 -284
  135. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.d.ts +0 -1
  136. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.js +0 -198
  137. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.d.ts +0 -1
  138. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.js +0 -251
  139. package/dist/components/SignUp/SignUpKYC/ImageUploader.d.ts +0 -10
  140. package/dist/components/SignUp/SignUpKYC/ImageUploader.js +0 -42
  141. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.d.ts +0 -7
  142. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.js +0 -9
  143. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.d.ts +0 -1
  144. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.js +0 -464
  145. package/dist/components/SignUp/SignUpKYC/useImageUploader.d.ts +0 -11
  146. package/dist/components/SignUp/SignUpKYC/useImageUploader.js +0 -20
  147. package/dist/components/SignUp/SignUpKYC/utils.d.ts +0 -9
  148. package/dist/components/SignUp/SignUpKYC/utils.js +0 -79
  149. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.d.ts +0 -1
  150. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.js +0 -198
  151. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.d.ts +0 -1
  152. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.js +0 -251
  153. package/dist/components/SignUp/SignUpPagcor/ImageUploader.d.ts +0 -10
  154. package/dist/components/SignUp/SignUpPagcor/ImageUploader.js +0 -41
  155. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.d.ts +0 -1
  156. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.js +0 -429
  157. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.d.ts +0 -13
  158. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.js +0 -26
  159. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.d.ts +0 -7
  160. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.js +0 -2
  161. package/dist/components/SignUp/SignUpPagcor/useImageUploader.d.ts +0 -11
  162. package/dist/components/SignUp/SignUpPagcor/useImageUploader.js +0 -20
  163. package/dist/components/shared/IdDocumentField.client.d.ts +0 -25
  164. package/dist/components/shared/IdDocumentField.client.js +0 -204
  165. package/dist/components/shared/IdDocumentField.d.ts +0 -2
  166. package/dist/components/shared/IdDocumentField.js +0 -11
  167. package/dist/components/shared/SelfieField.client.d.ts +0 -20
  168. package/dist/components/shared/SelfieField.client.js +0 -327
  169. package/dist/components/shared/SelfieField.d.ts +0 -2
  170. package/dist/components/shared/SelfieField.js +0 -11
  171. package/dist/constants/BranchCode.d.ts +0 -4
  172. package/dist/constants/BranchCode.js +0 -42
  173. package/dist/constants/Branches.d.ts +0 -2
  174. package/dist/constants/Branches.js +0 -42
  175. package/dist/handlers/postTransformIdFrontImage.d.ts +0 -3
  176. package/dist/handlers/postTransformIdFrontImage.js +0 -67
  177. package/dist/handlers/postTransformSelfieImage.d.ts +0 -3
  178. package/dist/handlers/postTransformSelfieImage.js +0 -71
  179. package/dist/handlers.d.ts +0 -43
  180. package/dist/handlers.js +0 -297
  181. package/dist/icons/BellRingIcon.d.ts +0 -2
  182. package/dist/icons/BellRingIcon.js +0 -4
  183. package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +0 -4
  184. package/dist/third-parties/FacebookPixel/FacebookPixel.js +0 -4
  185. package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
  186. package/dist/third-parties/FacebookPixel/api.js +0 -1
  187. package/dist/third-parties/FacebookPixel/index.d.ts +0 -1
  188. package/dist/third-parties/FacebookPixel/index.js +0 -1
  189. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +0 -4
  190. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +0 -4
  191. package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
  192. package/dist/third-parties/GoogleRecaptcha/api.js +0 -1
  193. package/dist/third-parties/GoogleRecaptcha/index.d.ts +0 -1
  194. package/dist/third-parties/GoogleRecaptcha/index.js +0 -1
  195. package/dist/third-parties/index.d.ts +0 -2
  196. package/dist/third-parties/index.js +0 -2
  197. package/dist/utils/dataUrlToBlob.d.ts +0 -1
  198. package/dist/utils/dataUrlToBlob.js +0 -11
  199. package/dist/utils/gamesAvailable3pmTo3am.d.ts +0 -1
  200. package/dist/utils/gamesAvailable3pmTo3am.js +0 -1
  201. package/dist/utils/getGameName.d.ts +0 -1
  202. package/dist/utils/getGameName.js +0 -6
  203. package/dist/utils/isBetween3amAnd3pm.d.ts +0 -1
  204. package/dist/utils/isBetween3amAnd3pm.js +0 -5
  205. package/dist/utils/resizeImageSize.d.ts +0 -2
  206. package/dist/utils/resizeImageSize.js +0 -11
@@ -4,13 +4,13 @@ export declare const alertDialogRecipe: import("tailwind-variants").TVReturnType
4
4
  title?: import("tailwind-variants").ClassValue;
5
5
  content?: import("tailwind-variants").ClassValue;
6
6
  body?: import("tailwind-variants").ClassValue;
7
+ footer?: import("tailwind-variants").ClassValue;
8
+ header?: import("tailwind-variants").ClassValue;
7
9
  trigger?: import("tailwind-variants").ClassValue;
8
10
  backdrop?: import("tailwind-variants").ClassValue;
9
11
  positioner?: import("tailwind-variants").ClassValue;
10
12
  description?: import("tailwind-variants").ClassValue;
11
13
  closeTrigger?: import("tailwind-variants").ClassValue;
12
- header?: import("tailwind-variants").ClassValue;
13
- footer?: import("tailwind-variants").ClassValue;
14
14
  };
15
15
  };
16
16
  } | {
@@ -19,28 +19,28 @@ export declare const alertDialogRecipe: import("tailwind-variants").TVReturnType
19
19
  title?: import("tailwind-variants").ClassValue;
20
20
  content?: import("tailwind-variants").ClassValue;
21
21
  body?: import("tailwind-variants").ClassValue;
22
+ footer?: import("tailwind-variants").ClassValue;
23
+ header?: import("tailwind-variants").ClassValue;
22
24
  trigger?: import("tailwind-variants").ClassValue;
23
25
  backdrop?: import("tailwind-variants").ClassValue;
24
26
  positioner?: import("tailwind-variants").ClassValue;
25
27
  description?: import("tailwind-variants").ClassValue;
26
28
  closeTrigger?: import("tailwind-variants").ClassValue;
27
- header?: import("tailwind-variants").ClassValue;
28
- footer?: import("tailwind-variants").ClassValue;
29
29
  };
30
30
  };
31
- } | {}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
31
+ } | {}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "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
36
  body?: import("tailwind-variants").ClassValue;
37
+ footer?: import("tailwind-variants").ClassValue;
38
+ header?: import("tailwind-variants").ClassValue;
37
39
  trigger?: import("tailwind-variants").ClassValue;
38
40
  backdrop?: import("tailwind-variants").ClassValue;
39
41
  positioner?: import("tailwind-variants").ClassValue;
40
42
  description?: import("tailwind-variants").ClassValue;
41
43
  closeTrigger?: import("tailwind-variants").ClassValue;
42
- header?: import("tailwind-variants").ClassValue;
43
- footer?: import("tailwind-variants").ClassValue;
44
44
  };
45
45
  };
46
- } | {}, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>;
46
+ } | {}, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"title" | "content" | "body" | "footer" | "header" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger", 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" | "group" | "indicator") => 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" | "indicator" | "group") => 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" | "group" | "indicator", string | string[]>, undefined, {
17
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
30
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>, withProvider: <Props extends {
43
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>>>>, withProvider: <Props extends {
44
44
  [x: string]: any;
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<{
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<{
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" | "group" | "indicator", string | string[]>, undefined, {
58
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
71
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
84
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, undefined, {
98
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
111
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
124
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, undefined, {
138
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
151
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
164
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, undefined, {
178
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
191
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
204
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, undefined, {
218
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
231
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
244
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, undefined, {
258
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
271
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
284
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, undefined, {
14
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
27
+ }, Record<"label" | "root" | "control" | "indicator" | "group", 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" | "group" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>;
40
+ }, Record<"label" | "root" | "control" | "indicator" | "group", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -11,7 +11,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
11
11
  colorScheme: {
12
12
  gray: {};
13
13
  };
14
- }, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, {
14
+ }, Record<"input" | "label" | "root" | "trigger" | "control" | "indicator", string | string[]>, undefined, {
15
15
  size: {
16
16
  md: {
17
17
  input: string;
@@ -23,7 +23,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
23
23
  colorScheme: {
24
24
  gray: {};
25
25
  };
26
- }, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
26
+ }, Record<"input" | "label" | "root" | "trigger" | "control" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
27
27
  size: {
28
28
  md: {
29
29
  input: string;
@@ -35,7 +35,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
35
35
  colorScheme: {
36
36
  gray: {};
37
37
  };
38
- }, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
38
+ }, Record<"input" | "label" | "root" | "trigger" | "control" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
39
39
  export declare const Control: import("react").ComponentType<import("@ark-ui/react").Assign<Clipboard.ControlProps & 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 Control: import("react").ComponentType<import("@ark-ui/reac
48
48
  colorScheme: {
49
49
  gray: {};
50
50
  };
51
- }, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, {
51
+ }, Record<"input" | "label" | "root" | "trigger" | "control" | "indicator", string | string[]>, undefined, {
52
52
  size: {
53
53
  md: {
54
54
  input: string;
@@ -60,7 +60,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
60
60
  colorScheme: {
61
61
  gray: {};
62
62
  };
63
- }, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
63
+ }, Record<"input" | "label" | "root" | "trigger" | "control" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
64
64
  size: {
65
65
  md: {
66
66
  input: string;
@@ -72,7 +72,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
72
72
  colorScheme: {
73
73
  gray: {};
74
74
  };
75
- }, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
75
+ }, Record<"input" | "label" | "root" | "trigger" | "control" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
76
76
  export declare const Indicator: import("react").ComponentType<import("@ark-ui/react").Assign<Clipboard.IndicatorProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
77
77
  size: {
78
78
  md: {
@@ -85,7 +85,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
85
85
  colorScheme: {
86
86
  gray: {};
87
87
  };
88
- }, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, {
88
+ }, Record<"input" | "label" | "root" | "trigger" | "control" | "indicator", string | string[]>, undefined, {
89
89
  size: {
90
90
  md: {
91
91
  input: string;
@@ -97,7 +97,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
97
97
  colorScheme: {
98
98
  gray: {};
99
99
  };
100
- }, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
100
+ }, Record<"input" | "label" | "root" | "trigger" | "control" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
101
101
  size: {
102
102
  md: {
103
103
  input: string;
@@ -109,7 +109,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
109
109
  colorScheme: {
110
110
  gray: {};
111
111
  };
112
- }, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
112
+ }, Record<"input" | "label" | "root" | "trigger" | "control" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
113
113
  export declare const Input: import("react").ComponentType<import("@ark-ui/react").Assign<Clipboard.InputProps & import("react").RefAttributes<HTMLInputElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
114
114
  size: {
115
115
  md: {
@@ -122,7 +122,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
122
122
  colorScheme: {
123
123
  gray: {};
124
124
  };
125
- }, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, {
125
+ }, Record<"input" | "label" | "root" | "trigger" | "control" | "indicator", string | string[]>, undefined, {
126
126
  size: {
127
127
  md: {
128
128
  input: string;
@@ -134,7 +134,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
134
134
  colorScheme: {
135
135
  gray: {};
136
136
  };
137
- }, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
137
+ }, Record<"input" | "label" | "root" | "trigger" | "control" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
138
138
  size: {
139
139
  md: {
140
140
  input: string;
@@ -146,7 +146,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
146
146
  colorScheme: {
147
147
  gray: {};
148
148
  };
149
- }, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
149
+ }, Record<"input" | "label" | "root" | "trigger" | "control" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
150
150
  export declare const Label: import("react").ComponentType<import("@ark-ui/react").Assign<Clipboard.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
  colorScheme: {
160
160
  gray: {};
161
161
  };
162
- }, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, {
162
+ }, Record<"input" | "label" | "root" | "trigger" | "control" | "indicator", string | string[]>, undefined, {
163
163
  size: {
164
164
  md: {
165
165
  input: string;
@@ -171,7 +171,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
171
171
  colorScheme: {
172
172
  gray: {};
173
173
  };
174
- }, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
174
+ }, Record<"input" | "label" | "root" | "trigger" | "control" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
175
175
  size: {
176
176
  md: {
177
177
  input: string;
@@ -183,7 +183,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
183
183
  colorScheme: {
184
184
  gray: {};
185
185
  };
186
- }, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
186
+ }, Record<"input" | "label" | "root" | "trigger" | "control" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
187
187
  export declare const Trigger: import("react").ComponentType<import("@ark-ui/react").Assign<Clipboard.TriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
188
188
  size: {
189
189
  md: {
@@ -196,7 +196,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
196
196
  colorScheme: {
197
197
  gray: {};
198
198
  };
199
- }, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, {
199
+ }, Record<"input" | "label" | "root" | "trigger" | "control" | "indicator", string | string[]>, undefined, {
200
200
  size: {
201
201
  md: {
202
202
  input: string;
@@ -208,7 +208,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
208
208
  colorScheme: {
209
209
  gray: {};
210
210
  };
211
- }, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
211
+ }, Record<"input" | "label" | "root" | "trigger" | "control" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
212
212
  size: {
213
213
  md: {
214
214
  input: string;
@@ -220,5 +220,5 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
220
220
  colorScheme: {
221
221
  gray: {};
222
222
  };
223
- }, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
223
+ }, Record<"input" | "label" | "root" | "trigger" | "control" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
224
224
  export declare const Context: (props: Clipboard.ContextProps) => import("react").ReactNode;
@@ -10,7 +10,7 @@ export declare const clipboardRecipe: import("tailwind-variants").TVReturnType<{
10
10
  colorScheme: {
11
11
  gray: {};
12
12
  };
13
- }, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, {
13
+ }, Record<"input" | "label" | "root" | "trigger" | "control" | "indicator", string | string[]>, undefined, {
14
14
  size: {
15
15
  md: {
16
16
  input: string;
@@ -22,7 +22,7 @@ export declare const clipboardRecipe: import("tailwind-variants").TVReturnType<{
22
22
  colorScheme: {
23
23
  gray: {};
24
24
  };
25
- }, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
25
+ }, Record<"input" | "label" | "root" | "trigger" | "control" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
26
26
  size: {
27
27
  md: {
28
28
  input: string;
@@ -34,4 +34,4 @@ export declare const clipboardRecipe: import("tailwind-variants").TVReturnType<{
34
34
  colorScheme: {
35
35
  gray: {};
36
36
  };
37
- }, Record<"input" | "trigger" | "label" | "root" | "control" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>;
37
+ }, Record<"input" | "label" | "root" | "trigger" | "control" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -3,8 +3,8 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
3
3
  [key: string]: {
4
4
  [key: string]: import("tailwind-variants").ClassValue | {
5
5
  content?: import("tailwind-variants").ClassValue;
6
- trigger?: import("tailwind-variants").ClassValue;
7
6
  root?: import("tailwind-variants").ClassValue;
7
+ trigger?: import("tailwind-variants").ClassValue;
8
8
  indicator?: import("tailwind-variants").ClassValue;
9
9
  };
10
10
  };
@@ -12,27 +12,27 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
12
12
  [x: string]: {
13
13
  [x: string]: import("tailwind-variants").ClassValue | {
14
14
  content?: import("tailwind-variants").ClassValue;
15
- trigger?: import("tailwind-variants").ClassValue;
16
15
  root?: import("tailwind-variants").ClassValue;
16
+ trigger?: import("tailwind-variants").ClassValue;
17
17
  indicator?: import("tailwind-variants").ClassValue;
18
18
  };
19
19
  };
20
- } | {}, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, undefined, {
20
+ } | {}, Record<"content" | "root" | "trigger" | "indicator", string | string[]>, undefined, {
21
21
  [key: string]: {
22
22
  [key: string]: import("tailwind-variants").ClassValue | {
23
23
  content?: import("tailwind-variants").ClassValue;
24
- trigger?: import("tailwind-variants").ClassValue;
25
24
  root?: import("tailwind-variants").ClassValue;
25
+ trigger?: import("tailwind-variants").ClassValue;
26
26
  indicator?: import("tailwind-variants").ClassValue;
27
27
  };
28
28
  };
29
- } | {}, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
29
+ } | {}, Record<"content" | "root" | "trigger" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "root" | "trigger" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
30
30
  export declare const Content: import("react").ComponentType<import("@ark-ui/react").Assign<Collapsible.ContentProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
31
31
  [key: string]: {
32
32
  [key: string]: import("tailwind-variants").ClassValue | {
33
33
  content?: import("tailwind-variants").ClassValue;
34
- trigger?: import("tailwind-variants").ClassValue;
35
34
  root?: import("tailwind-variants").ClassValue;
35
+ trigger?: import("tailwind-variants").ClassValue;
36
36
  indicator?: import("tailwind-variants").ClassValue;
37
37
  };
38
38
  };
@@ -40,27 +40,27 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
40
40
  [x: string]: {
41
41
  [x: string]: import("tailwind-variants").ClassValue | {
42
42
  content?: import("tailwind-variants").ClassValue;
43
- trigger?: import("tailwind-variants").ClassValue;
44
43
  root?: import("tailwind-variants").ClassValue;
44
+ trigger?: import("tailwind-variants").ClassValue;
45
45
  indicator?: import("tailwind-variants").ClassValue;
46
46
  };
47
47
  };
48
- } | {}, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, undefined, {
48
+ } | {}, Record<"content" | "root" | "trigger" | "indicator", string | string[]>, undefined, {
49
49
  [key: string]: {
50
50
  [key: string]: import("tailwind-variants").ClassValue | {
51
51
  content?: import("tailwind-variants").ClassValue;
52
- trigger?: import("tailwind-variants").ClassValue;
53
52
  root?: import("tailwind-variants").ClassValue;
53
+ trigger?: import("tailwind-variants").ClassValue;
54
54
  indicator?: import("tailwind-variants").ClassValue;
55
55
  };
56
56
  };
57
- } | {}, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
57
+ } | {}, Record<"content" | "root" | "trigger" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "root" | "trigger" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
58
58
  export declare const Indicator: import("react").ComponentType<import("@ark-ui/react").Assign<Collapsible.IndicatorProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
59
59
  [key: string]: {
60
60
  [key: string]: import("tailwind-variants").ClassValue | {
61
61
  content?: import("tailwind-variants").ClassValue;
62
- trigger?: import("tailwind-variants").ClassValue;
63
62
  root?: import("tailwind-variants").ClassValue;
63
+ trigger?: import("tailwind-variants").ClassValue;
64
64
  indicator?: import("tailwind-variants").ClassValue;
65
65
  };
66
66
  };
@@ -68,27 +68,27 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
68
68
  [x: string]: {
69
69
  [x: string]: import("tailwind-variants").ClassValue | {
70
70
  content?: import("tailwind-variants").ClassValue;
71
- trigger?: import("tailwind-variants").ClassValue;
72
71
  root?: import("tailwind-variants").ClassValue;
72
+ trigger?: import("tailwind-variants").ClassValue;
73
73
  indicator?: import("tailwind-variants").ClassValue;
74
74
  };
75
75
  };
76
- } | {}, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, undefined, {
76
+ } | {}, Record<"content" | "root" | "trigger" | "indicator", string | string[]>, undefined, {
77
77
  [key: string]: {
78
78
  [key: string]: import("tailwind-variants").ClassValue | {
79
79
  content?: import("tailwind-variants").ClassValue;
80
- trigger?: import("tailwind-variants").ClassValue;
81
80
  root?: import("tailwind-variants").ClassValue;
81
+ trigger?: import("tailwind-variants").ClassValue;
82
82
  indicator?: import("tailwind-variants").ClassValue;
83
83
  };
84
84
  };
85
- } | {}, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
85
+ } | {}, Record<"content" | "root" | "trigger" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "root" | "trigger" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
86
86
  export declare const Trigger: import("react").ComponentType<import("@ark-ui/react").Assign<Collapsible.TriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
87
87
  [key: string]: {
88
88
  [key: string]: import("tailwind-variants").ClassValue | {
89
89
  content?: import("tailwind-variants").ClassValue;
90
- trigger?: import("tailwind-variants").ClassValue;
91
90
  root?: import("tailwind-variants").ClassValue;
91
+ trigger?: import("tailwind-variants").ClassValue;
92
92
  indicator?: import("tailwind-variants").ClassValue;
93
93
  };
94
94
  };
@@ -96,19 +96,19 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
96
96
  [x: string]: {
97
97
  [x: string]: import("tailwind-variants").ClassValue | {
98
98
  content?: import("tailwind-variants").ClassValue;
99
- trigger?: import("tailwind-variants").ClassValue;
100
99
  root?: import("tailwind-variants").ClassValue;
100
+ trigger?: import("tailwind-variants").ClassValue;
101
101
  indicator?: import("tailwind-variants").ClassValue;
102
102
  };
103
103
  };
104
- } | {}, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, undefined, {
104
+ } | {}, Record<"content" | "root" | "trigger" | "indicator", string | string[]>, undefined, {
105
105
  [key: string]: {
106
106
  [key: string]: import("tailwind-variants").ClassValue | {
107
107
  content?: import("tailwind-variants").ClassValue;
108
- trigger?: import("tailwind-variants").ClassValue;
109
108
  root?: import("tailwind-variants").ClassValue;
109
+ trigger?: import("tailwind-variants").ClassValue;
110
110
  indicator?: import("tailwind-variants").ClassValue;
111
111
  };
112
112
  };
113
- } | {}, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
113
+ } | {}, Record<"content" | "root" | "trigger" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "root" | "trigger" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
114
114
  export declare const Context: (props: Collapsible.ContextProps) => import("react").ReactNode;
@@ -2,8 +2,8 @@ export declare const collapsibleRecipe: import("tailwind-variants").TVReturnType
2
2
  [key: string]: {
3
3
  [key: string]: import("tailwind-variants").ClassValue | {
4
4
  content?: import("tailwind-variants").ClassValue;
5
- trigger?: import("tailwind-variants").ClassValue;
6
5
  root?: import("tailwind-variants").ClassValue;
6
+ trigger?: import("tailwind-variants").ClassValue;
7
7
  indicator?: import("tailwind-variants").ClassValue;
8
8
  };
9
9
  };
@@ -11,18 +11,18 @@ export declare const collapsibleRecipe: import("tailwind-variants").TVReturnType
11
11
  [x: string]: {
12
12
  [x: string]: import("tailwind-variants").ClassValue | {
13
13
  content?: import("tailwind-variants").ClassValue;
14
- trigger?: import("tailwind-variants").ClassValue;
15
14
  root?: import("tailwind-variants").ClassValue;
15
+ trigger?: import("tailwind-variants").ClassValue;
16
16
  indicator?: import("tailwind-variants").ClassValue;
17
17
  };
18
18
  };
19
- } | {}, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, undefined, {
19
+ } | {}, Record<"content" | "root" | "trigger" | "indicator", string | string[]>, undefined, {
20
20
  [key: string]: {
21
21
  [key: string]: import("tailwind-variants").ClassValue | {
22
22
  content?: import("tailwind-variants").ClassValue;
23
- trigger?: import("tailwind-variants").ClassValue;
24
23
  root?: import("tailwind-variants").ClassValue;
24
+ trigger?: import("tailwind-variants").ClassValue;
25
25
  indicator?: import("tailwind-variants").ClassValue;
26
26
  };
27
27
  };
28
- } | {}, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "root" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>;
28
+ } | {}, Record<"content" | "root" | "trigger" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "root" | "trigger" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>;