@opexa/portal-components 0.0.802 → 0.0.803

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 (109) hide show
  1. package/dist/client/hooks/useCreateDigitainGameSessionMutatio.js +0 -1
  2. package/dist/components/Banner/Banner.client.d.ts +12 -0
  3. package/dist/components/Banner/Banner.client.js +49 -0
  4. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDepositContext.d.ts +2 -2
  5. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/useQRPHDeposit.d.ts +1 -1
  6. package/dist/components/DigitainLauncher/DigitainLauncher.js +2 -1
  7. package/dist/components/DigitainLauncher/DigitianContainter.js +1 -0
  8. package/dist/components/DigitainLauncher/Loading.d.ts +1 -0
  9. package/dist/components/DigitainLauncher/Loading.js +5 -0
  10. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -0
  11. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -0
  12. package/dist/components/KYC/BasicInformation.d.ts +1 -0
  13. package/dist/components/KYC/BasicInformation.js +101 -0
  14. package/dist/components/KYC/IdentityVerification.d.ts +1 -0
  15. package/dist/components/KYC/IdentityVerification.js +120 -0
  16. package/dist/components/KYC/Indicator.d.ts +1 -0
  17. package/dist/components/KYC/Indicator.js +8 -0
  18. package/dist/components/KYC/KYC.lazy.d.ts +6 -0
  19. package/dist/components/KYC/KYC.lazy.js +45 -0
  20. package/dist/components/KYC/KYCContext.d.ts +6 -0
  21. package/dist/components/KYC/KYCContext.js +2 -0
  22. package/dist/components/KYC/KYCDefault/BasicInformation.d.ts +1 -0
  23. package/dist/components/KYC/KYCDefault/BasicInformation.js +101 -0
  24. package/dist/components/KYC/KYCDefault/KYCVerificationStatus.lazy.js +0 -1
  25. package/dist/components/KYC/KYCVerificationStatus.d.ts +1 -0
  26. package/dist/components/KYC/KYCVerificationStatus.js +10 -0
  27. package/dist/components/KYC/KYCVerificationStatus.lazy.d.ts +1 -0
  28. package/dist/components/KYC/KYCVerificationStatus.lazy.js +36 -0
  29. package/dist/components/KYC/PersonalInformation.d.ts +1 -0
  30. package/dist/components/KYC/PersonalInformation.js +122 -0
  31. package/dist/components/KYC/useKYC.d.ts +25 -0
  32. package/dist/components/KYC/useKYC.js +38 -0
  33. package/dist/components/PortalProvider/AndroidOnlyComponents.d.ts +1 -0
  34. package/dist/components/PortalProvider/AndroidOnlyComponents.js +12 -0
  35. package/dist/components/PortalProvider/CXDTokenObserver.d.ts +1 -0
  36. package/dist/components/PortalProvider/CXDTokenObserver.js +30 -0
  37. package/dist/components/PortalProvider/LinkGoogleAccountObserver.d.ts +1 -0
  38. package/dist/components/PortalProvider/LinkGoogleAccountObserver.js +29 -0
  39. package/dist/components/SessionWatcher/SessionWatcher.d.ts +1 -0
  40. package/dist/components/SessionWatcher/SessionWatcher.js +20 -0
  41. package/dist/components/SessionWatcher/index.d.ts +1 -0
  42. package/dist/components/SessionWatcher/index.js +1 -0
  43. package/dist/components/SignIn/utils.d.ts +8 -0
  44. package/dist/components/SignIn/utils.js +26 -0
  45. package/dist/constants/Branches.d.ts +2 -0
  46. package/dist/constants/Branches.js +42 -0
  47. package/dist/images/responsible-gaming-yellow.png +0 -0
  48. package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +4 -0
  49. package/dist/third-parties/FacebookPixel/FacebookPixel.js +4 -0
  50. package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
  51. package/dist/third-parties/FacebookPixel/api.js +1 -0
  52. package/dist/third-parties/FacebookPixel/index.d.ts +1 -0
  53. package/dist/third-parties/FacebookPixel/index.js +1 -0
  54. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +4 -0
  55. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +4 -0
  56. package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
  57. package/dist/third-parties/GoogleRecaptcha/api.js +1 -0
  58. package/dist/third-parties/GoogleRecaptcha/index.d.ts +1 -0
  59. package/dist/third-parties/GoogleRecaptcha/index.js +1 -0
  60. package/dist/third-parties/index.d.ts +2 -0
  61. package/dist/third-parties/index.js +2 -0
  62. package/dist/ui/AlertDialog/AlertDialog.d.ts +154 -154
  63. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +14 -14
  64. package/dist/ui/Avatar/Avatar.d.ts +9 -9
  65. package/dist/ui/Avatar/avatar.recipe.d.ts +3 -3
  66. package/dist/ui/Badge/Badge.d.ts +12 -12
  67. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  68. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  69. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  70. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  71. package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
  72. package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
  73. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  74. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  75. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  76. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  77. package/dist/ui/Dialog/Dialog.d.ts +33 -33
  78. package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
  79. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  80. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  81. package/dist/ui/Field/Field.d.ts +21 -21
  82. package/dist/ui/Field/field.recipe.d.ts +3 -3
  83. package/dist/ui/Menu/Menu.d.ts +144 -144
  84. package/dist/ui/Menu/menu.recipe.d.ts +8 -8
  85. package/dist/ui/NumberInput/NumberInput.d.ts +24 -24
  86. package/dist/ui/NumberInput/numberInput.recipe.d.ts +3 -3
  87. package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
  88. package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
  89. package/dist/ui/PinInput/PinInput.d.ts +12 -12
  90. package/dist/ui/PinInput/pinInput.recipe.d.ts +3 -3
  91. package/dist/ui/Popover/Popover.d.ts +121 -121
  92. package/dist/ui/Popover/popover.recipe.d.ts +11 -11
  93. package/dist/ui/Progress/Progress.d.ts +27 -27
  94. package/dist/ui/Progress/progress.recipe.d.ts +3 -3
  95. package/dist/ui/QrCode/QrCode.d.ts +25 -25
  96. package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
  97. package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
  98. package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
  99. package/dist/ui/Select/Select.d.ts +45 -45
  100. package/dist/ui/Select/select.recipe.d.ts +3 -3
  101. package/dist/ui/Table/Table.d.ts +21 -21
  102. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  103. package/dist/ui/Table/table.recipe.d.ts +3 -3
  104. package/dist/ui/Tabs/Tabs.d.ts +15 -15
  105. package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
  106. package/dist/ui/Tooltip/Tooltip.d.ts +30 -30
  107. package/dist/ui/Tooltip/tooltip.recipe.d.ts +5 -5
  108. package/package.json +1 -1
  109. package/dist/tsconfig.build.tsbuildinfo +0 -1
@@ -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" | "root" | "trigger" | "indicator" | "label" | "control", string | string[]>, undefined, {
14
+ }, Record<"input" | "label" | "root" | "trigger" | "indicator" | "control", 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" | "root" | "trigger" | "indicator" | "label" | "control", string | string[]>, import("tailwind-variants").TVReturnType<{
26
+ }, Record<"input" | "label" | "root" | "trigger" | "indicator" | "control", 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" | "root" | "trigger" | "indicator" | "label" | "control", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
38
+ }, Record<"input" | "label" | "root" | "trigger" | "indicator" | "control", 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" | "root" | "trigger" | "indicator" | "label" | "control", string | string[]>, undefined, {
51
+ }, Record<"input" | "label" | "root" | "trigger" | "indicator" | "control", 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" | "root" | "trigger" | "indicator" | "label" | "control", string | string[]>, import("tailwind-variants").TVReturnType<{
63
+ }, Record<"input" | "label" | "root" | "trigger" | "indicator" | "control", 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" | "root" | "trigger" | "indicator" | "label" | "control", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
75
+ }, Record<"input" | "label" | "root" | "trigger" | "indicator" | "control", 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" | "root" | "trigger" | "indicator" | "label" | "control", string | string[]>, undefined, {
88
+ }, Record<"input" | "label" | "root" | "trigger" | "indicator" | "control", 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" | "root" | "trigger" | "indicator" | "label" | "control", string | string[]>, import("tailwind-variants").TVReturnType<{
100
+ }, Record<"input" | "label" | "root" | "trigger" | "indicator" | "control", 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" | "root" | "trigger" | "indicator" | "label" | "control", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
112
+ }, Record<"input" | "label" | "root" | "trigger" | "indicator" | "control", 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" | "root" | "trigger" | "indicator" | "label" | "control", string | string[]>, undefined, {
125
+ }, Record<"input" | "label" | "root" | "trigger" | "indicator" | "control", 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" | "root" | "trigger" | "indicator" | "label" | "control", string | string[]>, import("tailwind-variants").TVReturnType<{
137
+ }, Record<"input" | "label" | "root" | "trigger" | "indicator" | "control", 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" | "root" | "trigger" | "indicator" | "label" | "control", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
149
+ }, Record<"input" | "label" | "root" | "trigger" | "indicator" | "control", 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" | "root" | "trigger" | "indicator" | "label" | "control", string | string[]>, undefined, {
162
+ }, Record<"input" | "label" | "root" | "trigger" | "indicator" | "control", 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" | "root" | "trigger" | "indicator" | "label" | "control", string | string[]>, import("tailwind-variants").TVReturnType<{
174
+ }, Record<"input" | "label" | "root" | "trigger" | "indicator" | "control", 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" | "root" | "trigger" | "indicator" | "label" | "control", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
186
+ }, Record<"input" | "label" | "root" | "trigger" | "indicator" | "control", 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" | "root" | "trigger" | "indicator" | "label" | "control", string | string[]>, undefined, {
199
+ }, Record<"input" | "label" | "root" | "trigger" | "indicator" | "control", 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" | "root" | "trigger" | "indicator" | "label" | "control", string | string[]>, import("tailwind-variants").TVReturnType<{
211
+ }, Record<"input" | "label" | "root" | "trigger" | "indicator" | "control", 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" | "root" | "trigger" | "indicator" | "label" | "control", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
223
+ }, Record<"input" | "label" | "root" | "trigger" | "indicator" | "control", 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" | "root" | "trigger" | "indicator" | "label" | "control", string | string[]>, undefined, {
13
+ }, Record<"input" | "label" | "root" | "trigger" | "indicator" | "control", 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" | "root" | "trigger" | "indicator" | "label" | "control", string | string[]>, import("tailwind-variants").TVReturnType<{
25
+ }, Record<"input" | "label" | "root" | "trigger" | "indicator" | "control", 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" | "root" | "trigger" | "indicator" | "label" | "control", string | string[]>, undefined, unknown, unknown, undefined>>;
37
+ }, Record<"input" | "label" | "root" | "trigger" | "indicator" | "control", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -19,7 +19,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
19
19
  control: string[];
20
20
  };
21
21
  };
22
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
22
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
23
23
  size: {
24
24
  sm: {
25
25
  control: string;
@@ -39,7 +39,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
39
39
  control: string[];
40
40
  };
41
41
  };
42
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
42
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
43
43
  size: {
44
44
  sm: {
45
45
  control: string;
@@ -59,7 +59,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
59
59
  control: string[];
60
60
  };
61
61
  };
62
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
62
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
63
63
  export declare const ClearTrigger: import("react").ComponentType<import("@ark-ui/react").Assign<Combobox.ClearTriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
64
64
  size: {
65
65
  sm: {
@@ -80,7 +80,7 @@ export declare const ClearTrigger: import("react").ComponentType<import("@ark-ui
80
80
  control: string[];
81
81
  };
82
82
  };
83
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
83
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
84
84
  size: {
85
85
  sm: {
86
86
  control: string;
@@ -100,7 +100,7 @@ export declare const ClearTrigger: import("react").ComponentType<import("@ark-ui
100
100
  control: string[];
101
101
  };
102
102
  };
103
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
103
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
104
104
  size: {
105
105
  sm: {
106
106
  control: string;
@@ -120,7 +120,7 @@ export declare const ClearTrigger: import("react").ComponentType<import("@ark-ui
120
120
  control: string[];
121
121
  };
122
122
  };
123
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
123
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
124
124
  export declare const Content: import("react").ComponentType<import("@ark-ui/react").Assign<Combobox.ContentProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
125
125
  size: {
126
126
  sm: {
@@ -141,7 +141,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
141
141
  control: string[];
142
142
  };
143
143
  };
144
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
144
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
145
145
  size: {
146
146
  sm: {
147
147
  control: string;
@@ -161,7 +161,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
161
161
  control: string[];
162
162
  };
163
163
  };
164
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
164
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
165
165
  size: {
166
166
  sm: {
167
167
  control: string;
@@ -181,7 +181,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
181
181
  control: string[];
182
182
  };
183
183
  };
184
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
184
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
185
185
  export declare const Control: import("react").ComponentType<import("@ark-ui/react").Assign<Combobox.ControlProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
186
186
  size: {
187
187
  sm: {
@@ -202,7 +202,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
202
202
  control: string[];
203
203
  };
204
204
  };
205
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
205
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
206
206
  size: {
207
207
  sm: {
208
208
  control: string;
@@ -222,7 +222,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
222
222
  control: string[];
223
223
  };
224
224
  };
225
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
225
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
226
226
  size: {
227
227
  sm: {
228
228
  control: string;
@@ -242,7 +242,7 @@ export declare const Control: import("react").ComponentType<import("@ark-ui/reac
242
242
  control: string[];
243
243
  };
244
244
  };
245
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
245
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
246
246
  export declare const Input: import("react").ComponentType<import("@ark-ui/react").Assign<Combobox.InputProps & import("react").RefAttributes<HTMLInputElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
247
247
  size: {
248
248
  sm: {
@@ -263,7 +263,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
263
263
  control: string[];
264
264
  };
265
265
  };
266
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
266
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
267
267
  size: {
268
268
  sm: {
269
269
  control: string;
@@ -283,7 +283,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
283
283
  control: string[];
284
284
  };
285
285
  };
286
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
286
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
287
287
  size: {
288
288
  sm: {
289
289
  control: string;
@@ -303,7 +303,7 @@ export declare const Input: import("react").ComponentType<import("@ark-ui/react"
303
303
  control: string[];
304
304
  };
305
305
  };
306
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
306
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
307
307
  export declare const Item: import("react").ComponentType<import("@ark-ui/react").Assign<Combobox.ItemProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
308
308
  size: {
309
309
  sm: {
@@ -324,7 +324,7 @@ export declare const Item: import("react").ComponentType<import("@ark-ui/react")
324
324
  control: string[];
325
325
  };
326
326
  };
327
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
327
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
328
328
  size: {
329
329
  sm: {
330
330
  control: string;
@@ -344,7 +344,7 @@ export declare const Item: import("react").ComponentType<import("@ark-ui/react")
344
344
  control: string[];
345
345
  };
346
346
  };
347
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
347
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
348
348
  size: {
349
349
  sm: {
350
350
  control: string;
@@ -364,7 +364,7 @@ export declare const Item: import("react").ComponentType<import("@ark-ui/react")
364
364
  control: string[];
365
365
  };
366
366
  };
367
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
367
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
368
368
  export declare const ItemGroup: import("react").ComponentType<import("@ark-ui/react").Assign<Combobox.ItemGroupProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
369
369
  size: {
370
370
  sm: {
@@ -385,7 +385,7 @@ export declare const ItemGroup: import("react").ComponentType<import("@ark-ui/re
385
385
  control: string[];
386
386
  };
387
387
  };
388
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
388
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
389
389
  size: {
390
390
  sm: {
391
391
  control: string;
@@ -405,7 +405,7 @@ export declare const ItemGroup: import("react").ComponentType<import("@ark-ui/re
405
405
  control: string[];
406
406
  };
407
407
  };
408
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
408
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
409
409
  size: {
410
410
  sm: {
411
411
  control: string;
@@ -425,7 +425,7 @@ export declare const ItemGroup: import("react").ComponentType<import("@ark-ui/re
425
425
  control: string[];
426
426
  };
427
427
  };
428
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
428
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
429
429
  export declare const ItemGroupLabel: import("react").ComponentType<import("@ark-ui/react").Assign<Combobox.ItemGroupLabelProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
430
430
  size: {
431
431
  sm: {
@@ -446,7 +446,7 @@ export declare const ItemGroupLabel: import("react").ComponentType<import("@ark-
446
446
  control: string[];
447
447
  };
448
448
  };
449
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
449
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
450
450
  size: {
451
451
  sm: {
452
452
  control: string;
@@ -466,7 +466,7 @@ export declare const ItemGroupLabel: import("react").ComponentType<import("@ark-
466
466
  control: string[];
467
467
  };
468
468
  };
469
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
469
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
470
470
  size: {
471
471
  sm: {
472
472
  control: string;
@@ -486,7 +486,7 @@ export declare const ItemGroupLabel: import("react").ComponentType<import("@ark-
486
486
  control: string[];
487
487
  };
488
488
  };
489
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
489
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
490
490
  export declare const ItemIndicator: import("react").ComponentType<import("@ark-ui/react").Assign<Combobox.ItemIndicatorProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
491
491
  size: {
492
492
  sm: {
@@ -507,7 +507,7 @@ export declare const ItemIndicator: import("react").ComponentType<import("@ark-u
507
507
  control: string[];
508
508
  };
509
509
  };
510
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
510
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
511
511
  size: {
512
512
  sm: {
513
513
  control: string;
@@ -527,7 +527,7 @@ export declare const ItemIndicator: import("react").ComponentType<import("@ark-u
527
527
  control: string[];
528
528
  };
529
529
  };
530
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
530
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
531
531
  size: {
532
532
  sm: {
533
533
  control: string;
@@ -547,7 +547,7 @@ export declare const ItemIndicator: import("react").ComponentType<import("@ark-u
547
547
  control: string[];
548
548
  };
549
549
  };
550
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
550
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
551
551
  export declare const ItemText: import("react").ComponentType<import("@ark-ui/react").Assign<Combobox.ItemTextProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
552
552
  size: {
553
553
  sm: {
@@ -568,7 +568,7 @@ export declare const ItemText: import("react").ComponentType<import("@ark-ui/rea
568
568
  control: string[];
569
569
  };
570
570
  };
571
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
571
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
572
572
  size: {
573
573
  sm: {
574
574
  control: string;
@@ -588,7 +588,7 @@ export declare const ItemText: import("react").ComponentType<import("@ark-ui/rea
588
588
  control: string[];
589
589
  };
590
590
  };
591
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
591
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
592
592
  size: {
593
593
  sm: {
594
594
  control: string;
@@ -608,7 +608,7 @@ export declare const ItemText: import("react").ComponentType<import("@ark-ui/rea
608
608
  control: string[];
609
609
  };
610
610
  };
611
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
611
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
612
612
  export declare const Label: import("react").ComponentType<import("@ark-ui/react").Assign<Combobox.LabelProps & import("react").RefAttributes<HTMLLabelElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
613
613
  size: {
614
614
  sm: {
@@ -629,7 +629,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
629
629
  control: string[];
630
630
  };
631
631
  };
632
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
632
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
633
633
  size: {
634
634
  sm: {
635
635
  control: string;
@@ -649,7 +649,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
649
649
  control: string[];
650
650
  };
651
651
  };
652
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
652
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
653
653
  size: {
654
654
  sm: {
655
655
  control: string;
@@ -669,7 +669,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
669
669
  control: string[];
670
670
  };
671
671
  };
672
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
672
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
673
673
  export declare const List: import("react").ComponentType<import("@ark-ui/react").Assign<Combobox.ListProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
674
674
  size: {
675
675
  sm: {
@@ -690,7 +690,7 @@ export declare const List: import("react").ComponentType<import("@ark-ui/react")
690
690
  control: string[];
691
691
  };
692
692
  };
693
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
693
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
694
694
  size: {
695
695
  sm: {
696
696
  control: string;
@@ -710,7 +710,7 @@ export declare const List: import("react").ComponentType<import("@ark-ui/react")
710
710
  control: string[];
711
711
  };
712
712
  };
713
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
713
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
714
714
  size: {
715
715
  sm: {
716
716
  control: string;
@@ -730,7 +730,7 @@ export declare const List: import("react").ComponentType<import("@ark-ui/react")
730
730
  control: string[];
731
731
  };
732
732
  };
733
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
733
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
734
734
  export declare const Positioner: import("react").ComponentType<import("@ark-ui/react").Assign<Combobox.PositionerProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
735
735
  size: {
736
736
  sm: {
@@ -751,7 +751,7 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
751
751
  control: string[];
752
752
  };
753
753
  };
754
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
754
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
755
755
  size: {
756
756
  sm: {
757
757
  control: string;
@@ -771,7 +771,7 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
771
771
  control: string[];
772
772
  };
773
773
  };
774
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
774
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
775
775
  size: {
776
776
  sm: {
777
777
  control: string;
@@ -791,7 +791,7 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
791
791
  control: string[];
792
792
  };
793
793
  };
794
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
794
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
795
795
  export declare const Trigger: import("react").ComponentType<import("@ark-ui/react").Assign<Combobox.TriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
796
796
  size: {
797
797
  sm: {
@@ -812,7 +812,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
812
812
  control: string[];
813
813
  };
814
814
  };
815
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
815
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
816
816
  size: {
817
817
  sm: {
818
818
  control: string;
@@ -832,7 +832,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
832
832
  control: string[];
833
833
  };
834
834
  };
835
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
835
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
836
836
  size: {
837
837
  sm: {
838
838
  control: string;
@@ -852,6 +852,6 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
852
852
  control: string[];
853
853
  };
854
854
  };
855
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
855
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
856
856
  export declare const Context: <T extends unknown>(props: Combobox.ContextProps<T>) => import("react").ReactNode;
857
857
  export declare const ItemContext: (props: Combobox.ItemContextProps) => import("react").ReactNode;
@@ -18,7 +18,7 @@ export declare const comboboxRecipe: import("tailwind-variants").TVReturnType<{
18
18
  control: string[];
19
19
  };
20
20
  };
21
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
21
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, {
22
22
  size: {
23
23
  sm: {
24
24
  control: string;
@@ -38,7 +38,7 @@ export declare const comboboxRecipe: import("tailwind-variants").TVReturnType<{
38
38
  control: string[];
39
39
  };
40
40
  };
41
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
41
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, import("tailwind-variants").TVReturnType<{
42
42
  size: {
43
43
  sm: {
44
44
  control: string;
@@ -58,4 +58,4 @@ export declare const comboboxRecipe: import("tailwind-variants").TVReturnType<{
58
58
  control: string[];
59
59
  };
60
60
  };
61
- }, Record<"content" | "input" | "root" | "positioner" | "trigger" | "label" | "list" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>;
61
+ }, Record<"content" | "input" | "label" | "list" | "root" | "trigger" | "positioner" | "control" | "item" | "clearTrigger" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel", string | string[]>, undefined, unknown, unknown, undefined>>;