@opexa/portal-components 0.0.910 → 0.0.912

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 (64) hide show
  1. package/dist/components/DepositWithdrawal/Deposit/AurixPayGCashDeposit/AurixPayGCashDeposit.js +21 -2
  2. package/dist/components/DepositWithdrawal/Deposit/AurixPayGrabPayDeposit/AurixPayGrabPayDeposit.js +21 -2
  3. package/dist/components/DepositWithdrawal/Deposit/AurixPayPayMayaDeposit/AurixPayGrabPayDeposit.js +21 -2
  4. package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/AurixPayQRPHDepositContext.d.ts +2 -2
  5. package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/Form.js +2 -1
  6. package/dist/components/DepositWithdrawal/Deposit/AurixPayQRPHDeposit/useAurixPayQRPHDeposit.d.ts +1 -1
  7. package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositContext.d.ts +2 -2
  8. package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/useOnlineBankDeposit.d.ts +1 -1
  9. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDepositContext.d.ts +2 -2
  10. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/useQRPHDeposit.d.ts +1 -1
  11. package/dist/components/DepositWithdrawal/Withdrawal/Withdrawal.js +1 -1
  12. package/dist/components/Disclaimer/useDisclaimer.js +5 -2
  13. package/dist/components/Jackpots/JackpotsList/JackpotsList.js +6 -5
  14. package/dist/components/Jackpots/JackpotsListNext/JackpotsList.js +5 -4
  15. package/dist/components/Quests/Quests.client.d.ts +4 -4
  16. package/dist/components/Quests/Quests.client.js +10 -9
  17. package/dist/components/SingleSignOn/SingleSignOn.d.ts +1 -1
  18. package/dist/components/SingleSignOn/SingleSignOn.js +7 -15
  19. package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarousel.js +4 -3
  20. package/dist/components/Tournaments/TournamentsList/TournamentsList.js +5 -4
  21. package/dist/components/TransactionRecords/TableFilters.js +4 -0
  22. package/dist/schemas/forgotPasswordSchema.d.ts +4 -4
  23. package/dist/types/index.d.ts +1 -1
  24. package/dist/ui/AlertDialog/AlertDialog.d.ts +88 -88
  25. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +8 -8
  26. package/dist/ui/Badge/Badge.d.ts +12 -12
  27. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  28. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  29. package/dist/ui/Carousel/Carousel.d.ts +72 -72
  30. package/dist/ui/Carousel/carousel.recipe.d.ts +8 -8
  31. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  32. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  33. package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
  34. package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
  35. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  36. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  37. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  38. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  39. package/dist/ui/Dialog/Dialog.d.ts +33 -33
  40. package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
  41. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  42. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  43. package/dist/ui/Field/Field.d.ts +21 -21
  44. package/dist/ui/Field/field.recipe.d.ts +3 -3
  45. package/dist/ui/Menu/Menu.d.ts +360 -360
  46. package/dist/ui/Menu/menu.recipe.d.ts +20 -20
  47. package/dist/ui/Popover/Popover.d.ts +55 -55
  48. package/dist/ui/Popover/popover.recipe.d.ts +5 -5
  49. package/dist/ui/Progress/Progress.d.ts +27 -27
  50. package/dist/ui/Progress/progress.recipe.d.ts +3 -3
  51. package/dist/ui/QrCode/QrCode.d.ts +25 -25
  52. package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
  53. package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
  54. package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
  55. package/dist/ui/Select/Select.d.ts +45 -45
  56. package/dist/ui/Select/select.recipe.d.ts +3 -3
  57. package/dist/ui/Table/Table.d.ts +21 -21
  58. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  59. package/dist/ui/Table/table.recipe.d.ts +3 -3
  60. package/dist/ui/Tabs/Tabs.d.ts +15 -15
  61. package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
  62. package/dist/ui/Tooltip/Tooltip.d.ts +30 -30
  63. package/dist/ui/Tooltip/tooltip.recipe.d.ts +5 -5
  64. package/package.json +2 -1
@@ -12,7 +12,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
12
12
  body: string;
13
13
  };
14
14
  };
15
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, undefined, {
15
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, undefined, {
16
16
  size: {
17
17
  md: {
18
18
  root: string;
@@ -26,7 +26,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
26
26
  body: string;
27
27
  };
28
28
  };
29
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, import("tailwind-variants").TVReturnType<{
29
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
30
30
  size: {
31
31
  md: {
32
32
  root: string;
@@ -40,7 +40,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
40
40
  body: string;
41
41
  };
42
42
  };
43
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
43
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
44
44
  export declare const Header: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableSectionElement> & import("react").HTMLAttributes<HTMLTableSectionElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
45
45
  size: {
46
46
  md: {
@@ -55,7 +55,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
55
55
  body: string;
56
56
  };
57
57
  };
58
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, undefined, {
58
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, undefined, {
59
59
  size: {
60
60
  md: {
61
61
  root: string;
@@ -69,7 +69,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
69
69
  body: string;
70
70
  };
71
71
  };
72
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, import("tailwind-variants").TVReturnType<{
72
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
73
73
  size: {
74
74
  md: {
75
75
  root: string;
@@ -83,7 +83,7 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
83
83
  body: string;
84
84
  };
85
85
  };
86
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
86
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
87
87
  export declare const Body: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableSectionElement> & import("react").HTMLAttributes<HTMLTableSectionElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
88
88
  size: {
89
89
  md: {
@@ -98,7 +98,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
98
98
  body: string;
99
99
  };
100
100
  };
101
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, undefined, {
101
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, undefined, {
102
102
  size: {
103
103
  md: {
104
104
  root: string;
@@ -112,7 +112,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
112
112
  body: string;
113
113
  };
114
114
  };
115
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, import("tailwind-variants").TVReturnType<{
115
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
116
116
  size: {
117
117
  md: {
118
118
  root: string;
@@ -126,7 +126,7 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
126
126
  body: string;
127
127
  };
128
128
  };
129
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
129
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
130
130
  export declare const Footer: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableSectionElement> & import("react").HTMLAttributes<HTMLTableSectionElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
131
131
  size: {
132
132
  md: {
@@ -141,7 +141,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
141
141
  body: string;
142
142
  };
143
143
  };
144
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, undefined, {
144
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, undefined, {
145
145
  size: {
146
146
  md: {
147
147
  root: string;
@@ -155,7 +155,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
155
155
  body: string;
156
156
  };
157
157
  };
158
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, import("tailwind-variants").TVReturnType<{
158
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
159
159
  size: {
160
160
  md: {
161
161
  root: string;
@@ -169,7 +169,7 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
169
169
  body: string;
170
170
  };
171
171
  };
172
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
172
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
173
173
  export declare const Row: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableRowElement> & import("react").HTMLAttributes<HTMLTableRowElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
174
174
  size: {
175
175
  md: {
@@ -184,7 +184,7 @@ export declare const Row: import("react").ComponentType<import("@ark-ui/react").
184
184
  body: string;
185
185
  };
186
186
  };
187
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, undefined, {
187
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, undefined, {
188
188
  size: {
189
189
  md: {
190
190
  root: string;
@@ -198,7 +198,7 @@ export declare const Row: import("react").ComponentType<import("@ark-ui/react").
198
198
  body: string;
199
199
  };
200
200
  };
201
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, import("tailwind-variants").TVReturnType<{
201
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
202
202
  size: {
203
203
  md: {
204
204
  root: string;
@@ -212,7 +212,7 @@ export declare const Row: import("react").ComponentType<import("@ark-ui/react").
212
212
  body: string;
213
213
  };
214
214
  };
215
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
215
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
216
216
  export declare const Heading: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableHeaderCellElement> & import("react").ThHTMLAttributes<HTMLTableHeaderCellElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
217
217
  size: {
218
218
  md: {
@@ -227,7 +227,7 @@ export declare const Heading: import("react").ComponentType<import("@ark-ui/reac
227
227
  body: string;
228
228
  };
229
229
  };
230
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, undefined, {
230
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, undefined, {
231
231
  size: {
232
232
  md: {
233
233
  root: string;
@@ -241,7 +241,7 @@ export declare const Heading: import("react").ComponentType<import("@ark-ui/reac
241
241
  body: string;
242
242
  };
243
243
  };
244
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, import("tailwind-variants").TVReturnType<{
244
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
245
245
  size: {
246
246
  md: {
247
247
  root: string;
@@ -255,7 +255,7 @@ export declare const Heading: import("react").ComponentType<import("@ark-ui/reac
255
255
  body: string;
256
256
  };
257
257
  };
258
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
258
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
259
259
  export declare const Cell: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLTableDataCellElement> & import("react").TdHTMLAttributes<HTMLTableDataCellElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
260
260
  size: {
261
261
  md: {
@@ -270,7 +270,7 @@ export declare const Cell: import("react").ComponentType<import("@ark-ui/react")
270
270
  body: string;
271
271
  };
272
272
  };
273
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, undefined, {
273
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, undefined, {
274
274
  size: {
275
275
  md: {
276
276
  root: string;
@@ -284,7 +284,7 @@ export declare const Cell: import("react").ComponentType<import("@ark-ui/react")
284
284
  body: string;
285
285
  };
286
286
  };
287
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, import("tailwind-variants").TVReturnType<{
287
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
288
288
  size: {
289
289
  md: {
290
290
  root: string;
@@ -298,4 +298,4 @@ export declare const Cell: import("react").ComponentType<import("@ark-ui/react")
298
298
  body: string;
299
299
  };
300
300
  };
301
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
301
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
@@ -1 +1 @@
1
- export declare const tableAnatomy: import("@ark-ui/react/anatomy").AnatomyInstance<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header">;
1
+ export declare const tableAnatomy: import("@ark-ui/react/anatomy").AnatomyInstance<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row">;
@@ -12,7 +12,7 @@ export declare const tableRecipe: import("tailwind-variants").TVReturnType<{
12
12
  body: string;
13
13
  };
14
14
  };
15
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, undefined, {
15
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, undefined, {
16
16
  size: {
17
17
  md: {
18
18
  root: string;
@@ -26,7 +26,7 @@ export declare const tableRecipe: import("tailwind-variants").TVReturnType<{
26
26
  body: string;
27
27
  };
28
28
  };
29
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, import("tailwind-variants").TVReturnType<{
29
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, import("tailwind-variants").TVReturnType<{
30
30
  size: {
31
31
  md: {
32
32
  root: string;
@@ -40,4 +40,4 @@ export declare const tableRecipe: import("tailwind-variants").TVReturnType<{
40
40
  body: string;
41
41
  };
42
42
  };
43
- }, Record<"body" | "cell" | "heading" | "row" | "root" | "footer" | "header", string | string[]>, undefined, unknown, unknown, undefined>>;
43
+ }, Record<"root" | "body" | "footer" | "header" | "heading" | "cell" | "row", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -11,7 +11,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
11
11
  trigger: string;
12
12
  };
13
13
  };
14
- }, Record<"content" | "list" | "root" | "trigger" | "indicator", string | string[]>, undefined, {
14
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, {
15
15
  size: {
16
16
  md: {};
17
17
  };
@@ -23,7 +23,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
23
23
  trigger: string;
24
24
  };
25
25
  };
26
- }, Record<"content" | "list" | "root" | "trigger" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
26
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
27
27
  size: {
28
28
  md: {};
29
29
  };
@@ -35,7 +35,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
35
35
  trigger: string;
36
36
  };
37
37
  };
38
- }, Record<"content" | "list" | "root" | "trigger" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
38
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
39
39
  export declare const Content: import("react").ComponentType<import("@ark-ui/react").Assign<Tabs.ContentProps & 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 Content: import("react").ComponentType<import("@ark-ui/reac
48
48
  trigger: string;
49
49
  };
50
50
  };
51
- }, Record<"content" | "list" | "root" | "trigger" | "indicator", string | string[]>, undefined, {
51
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, {
52
52
  size: {
53
53
  md: {};
54
54
  };
@@ -60,7 +60,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
60
60
  trigger: string;
61
61
  };
62
62
  };
63
- }, Record<"content" | "list" | "root" | "trigger" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
63
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
64
64
  size: {
65
65
  md: {};
66
66
  };
@@ -72,7 +72,7 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
72
72
  trigger: string;
73
73
  };
74
74
  };
75
- }, Record<"content" | "list" | "root" | "trigger" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
75
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
76
76
  export declare const Indicator: import("react").ComponentType<import("@ark-ui/react").Assign<Tabs.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
  trigger: string;
86
86
  };
87
87
  };
88
- }, Record<"content" | "list" | "root" | "trigger" | "indicator", string | string[]>, undefined, {
88
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, {
89
89
  size: {
90
90
  md: {};
91
91
  };
@@ -97,7 +97,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
97
97
  trigger: string;
98
98
  };
99
99
  };
100
- }, Record<"content" | "list" | "root" | "trigger" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
100
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
101
101
  size: {
102
102
  md: {};
103
103
  };
@@ -109,7 +109,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
109
109
  trigger: string;
110
110
  };
111
111
  };
112
- }, Record<"content" | "list" | "root" | "trigger" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
112
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
113
113
  export declare const List: import("react").ComponentType<import("@ark-ui/react").Assign<Tabs.ListProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
114
114
  size: {
115
115
  md: {};
@@ -122,7 +122,7 @@ export declare const List: import("react").ComponentType<import("@ark-ui/react")
122
122
  trigger: string;
123
123
  };
124
124
  };
125
- }, Record<"content" | "list" | "root" | "trigger" | "indicator", string | string[]>, undefined, {
125
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, {
126
126
  size: {
127
127
  md: {};
128
128
  };
@@ -134,7 +134,7 @@ export declare const List: import("react").ComponentType<import("@ark-ui/react")
134
134
  trigger: string;
135
135
  };
136
136
  };
137
- }, Record<"content" | "list" | "root" | "trigger" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
137
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
138
138
  size: {
139
139
  md: {};
140
140
  };
@@ -146,7 +146,7 @@ export declare const List: import("react").ComponentType<import("@ark-ui/react")
146
146
  trigger: string;
147
147
  };
148
148
  };
149
- }, Record<"content" | "list" | "root" | "trigger" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
149
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
150
150
  export declare const Trigger: import("react").ComponentType<import("@ark-ui/react").Assign<Tabs.TriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
151
151
  size: {
152
152
  md: {};
@@ -159,7 +159,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
159
159
  trigger: string;
160
160
  };
161
161
  };
162
- }, Record<"content" | "list" | "root" | "trigger" | "indicator", string | string[]>, undefined, {
162
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, {
163
163
  size: {
164
164
  md: {};
165
165
  };
@@ -171,7 +171,7 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
171
171
  trigger: string;
172
172
  };
173
173
  };
174
- }, Record<"content" | "list" | "root" | "trigger" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
174
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
175
175
  size: {
176
176
  md: {};
177
177
  };
@@ -183,5 +183,5 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
183
183
  trigger: string;
184
184
  };
185
185
  };
186
- }, Record<"content" | "list" | "root" | "trigger" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
186
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
187
187
  export declare const Context: (props: Tabs.ContextProps) => import("react").ReactNode;
@@ -10,7 +10,7 @@ export declare const tabsRecipe: import("tailwind-variants").TVReturnType<{
10
10
  trigger: string;
11
11
  };
12
12
  };
13
- }, Record<"content" | "list" | "root" | "trigger" | "indicator", string | string[]>, undefined, {
13
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, undefined, {
14
14
  size: {
15
15
  md: {};
16
16
  };
@@ -22,7 +22,7 @@ export declare const tabsRecipe: import("tailwind-variants").TVReturnType<{
22
22
  trigger: string;
23
23
  };
24
24
  };
25
- }, Record<"content" | "list" | "root" | "trigger" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
25
+ }, Record<"content" | "root" | "trigger" | "list" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
26
26
  size: {
27
27
  md: {};
28
28
  };
@@ -34,4 +34,4 @@ export declare const tabsRecipe: import("tailwind-variants").TVReturnType<{
34
34
  trigger: string;
35
35
  };
36
36
  };
37
- }, Record<"content" | "list" | "root" | "trigger" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>;
37
+ }, Record<"content" | "root" | "trigger" | "list" | "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
- positioner?: import("tailwind-variants").ClassValue;
7
6
  trigger?: import("tailwind-variants").ClassValue;
7
+ positioner?: import("tailwind-variants").ClassValue;
8
8
  arrow?: import("tailwind-variants").ClassValue;
9
9
  arrowTip?: import("tailwind-variants").ClassValue;
10
10
  };
@@ -13,29 +13,29 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
13
13
  [x: string]: {
14
14
  [x: string]: import("tailwind-variants").ClassValue | {
15
15
  content?: import("tailwind-variants").ClassValue;
16
- positioner?: import("tailwind-variants").ClassValue;
17
16
  trigger?: import("tailwind-variants").ClassValue;
17
+ positioner?: import("tailwind-variants").ClassValue;
18
18
  arrow?: import("tailwind-variants").ClassValue;
19
19
  arrowTip?: import("tailwind-variants").ClassValue;
20
20
  };
21
21
  };
22
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
22
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, {
23
23
  [key: string]: {
24
24
  [key: string]: import("tailwind-variants").ClassValue | {
25
25
  content?: import("tailwind-variants").ClassValue;
26
- positioner?: import("tailwind-variants").ClassValue;
27
26
  trigger?: import("tailwind-variants").ClassValue;
27
+ positioner?: import("tailwind-variants").ClassValue;
28
28
  arrow?: import("tailwind-variants").ClassValue;
29
29
  arrowTip?: import("tailwind-variants").ClassValue;
30
30
  };
31
31
  };
32
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
32
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
33
33
  export declare const Arrow: import("react").ComponentType<import("@ark-ui/react").Assign<Tooltip.ArrowProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
34
34
  [key: string]: {
35
35
  [key: string]: import("tailwind-variants").ClassValue | {
36
36
  content?: import("tailwind-variants").ClassValue;
37
- positioner?: import("tailwind-variants").ClassValue;
38
37
  trigger?: import("tailwind-variants").ClassValue;
38
+ positioner?: import("tailwind-variants").ClassValue;
39
39
  arrow?: import("tailwind-variants").ClassValue;
40
40
  arrowTip?: import("tailwind-variants").ClassValue;
41
41
  };
@@ -44,29 +44,29 @@ export declare const Arrow: import("react").ComponentType<import("@ark-ui/react"
44
44
  [x: string]: {
45
45
  [x: string]: import("tailwind-variants").ClassValue | {
46
46
  content?: import("tailwind-variants").ClassValue;
47
- positioner?: import("tailwind-variants").ClassValue;
48
47
  trigger?: import("tailwind-variants").ClassValue;
48
+ positioner?: import("tailwind-variants").ClassValue;
49
49
  arrow?: import("tailwind-variants").ClassValue;
50
50
  arrowTip?: import("tailwind-variants").ClassValue;
51
51
  };
52
52
  };
53
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
53
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, {
54
54
  [key: string]: {
55
55
  [key: string]: import("tailwind-variants").ClassValue | {
56
56
  content?: import("tailwind-variants").ClassValue;
57
- positioner?: import("tailwind-variants").ClassValue;
58
57
  trigger?: import("tailwind-variants").ClassValue;
58
+ positioner?: import("tailwind-variants").ClassValue;
59
59
  arrow?: import("tailwind-variants").ClassValue;
60
60
  arrowTip?: import("tailwind-variants").ClassValue;
61
61
  };
62
62
  };
63
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
63
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
64
64
  export declare const ArrowTip: import("react").ComponentType<import("@ark-ui/react").Assign<Tooltip.ArrowTipProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
65
65
  [key: string]: {
66
66
  [key: string]: import("tailwind-variants").ClassValue | {
67
67
  content?: import("tailwind-variants").ClassValue;
68
- positioner?: import("tailwind-variants").ClassValue;
69
68
  trigger?: import("tailwind-variants").ClassValue;
69
+ positioner?: import("tailwind-variants").ClassValue;
70
70
  arrow?: import("tailwind-variants").ClassValue;
71
71
  arrowTip?: import("tailwind-variants").ClassValue;
72
72
  };
@@ -75,29 +75,29 @@ export declare const ArrowTip: import("react").ComponentType<import("@ark-ui/rea
75
75
  [x: string]: {
76
76
  [x: string]: import("tailwind-variants").ClassValue | {
77
77
  content?: import("tailwind-variants").ClassValue;
78
- positioner?: import("tailwind-variants").ClassValue;
79
78
  trigger?: import("tailwind-variants").ClassValue;
79
+ positioner?: import("tailwind-variants").ClassValue;
80
80
  arrow?: import("tailwind-variants").ClassValue;
81
81
  arrowTip?: import("tailwind-variants").ClassValue;
82
82
  };
83
83
  };
84
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
84
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, {
85
85
  [key: string]: {
86
86
  [key: string]: import("tailwind-variants").ClassValue | {
87
87
  content?: import("tailwind-variants").ClassValue;
88
- positioner?: import("tailwind-variants").ClassValue;
89
88
  trigger?: import("tailwind-variants").ClassValue;
89
+ positioner?: import("tailwind-variants").ClassValue;
90
90
  arrow?: import("tailwind-variants").ClassValue;
91
91
  arrowTip?: import("tailwind-variants").ClassValue;
92
92
  };
93
93
  };
94
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
94
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
95
95
  export declare const Content: import("react").ComponentType<import("@ark-ui/react").Assign<Tooltip.ContentProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
96
96
  [key: string]: {
97
97
  [key: string]: import("tailwind-variants").ClassValue | {
98
98
  content?: import("tailwind-variants").ClassValue;
99
- positioner?: import("tailwind-variants").ClassValue;
100
99
  trigger?: import("tailwind-variants").ClassValue;
100
+ positioner?: import("tailwind-variants").ClassValue;
101
101
  arrow?: import("tailwind-variants").ClassValue;
102
102
  arrowTip?: import("tailwind-variants").ClassValue;
103
103
  };
@@ -106,29 +106,29 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
106
106
  [x: string]: {
107
107
  [x: string]: import("tailwind-variants").ClassValue | {
108
108
  content?: import("tailwind-variants").ClassValue;
109
- positioner?: import("tailwind-variants").ClassValue;
110
109
  trigger?: import("tailwind-variants").ClassValue;
110
+ positioner?: import("tailwind-variants").ClassValue;
111
111
  arrow?: import("tailwind-variants").ClassValue;
112
112
  arrowTip?: import("tailwind-variants").ClassValue;
113
113
  };
114
114
  };
115
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
115
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, {
116
116
  [key: string]: {
117
117
  [key: string]: import("tailwind-variants").ClassValue | {
118
118
  content?: import("tailwind-variants").ClassValue;
119
- positioner?: import("tailwind-variants").ClassValue;
120
119
  trigger?: import("tailwind-variants").ClassValue;
120
+ positioner?: import("tailwind-variants").ClassValue;
121
121
  arrow?: import("tailwind-variants").ClassValue;
122
122
  arrowTip?: import("tailwind-variants").ClassValue;
123
123
  };
124
124
  };
125
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
125
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
126
126
  export declare const Positioner: import("react").ComponentType<import("@ark-ui/react").Assign<Tooltip.PositionerProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
127
127
  [key: string]: {
128
128
  [key: string]: import("tailwind-variants").ClassValue | {
129
129
  content?: import("tailwind-variants").ClassValue;
130
- positioner?: import("tailwind-variants").ClassValue;
131
130
  trigger?: import("tailwind-variants").ClassValue;
131
+ positioner?: import("tailwind-variants").ClassValue;
132
132
  arrow?: import("tailwind-variants").ClassValue;
133
133
  arrowTip?: import("tailwind-variants").ClassValue;
134
134
  };
@@ -137,29 +137,29 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
137
137
  [x: string]: {
138
138
  [x: string]: import("tailwind-variants").ClassValue | {
139
139
  content?: import("tailwind-variants").ClassValue;
140
- positioner?: import("tailwind-variants").ClassValue;
141
140
  trigger?: import("tailwind-variants").ClassValue;
141
+ positioner?: import("tailwind-variants").ClassValue;
142
142
  arrow?: import("tailwind-variants").ClassValue;
143
143
  arrowTip?: import("tailwind-variants").ClassValue;
144
144
  };
145
145
  };
146
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
146
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, {
147
147
  [key: string]: {
148
148
  [key: string]: import("tailwind-variants").ClassValue | {
149
149
  content?: import("tailwind-variants").ClassValue;
150
- positioner?: import("tailwind-variants").ClassValue;
151
150
  trigger?: import("tailwind-variants").ClassValue;
151
+ positioner?: import("tailwind-variants").ClassValue;
152
152
  arrow?: import("tailwind-variants").ClassValue;
153
153
  arrowTip?: import("tailwind-variants").ClassValue;
154
154
  };
155
155
  };
156
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
156
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
157
157
  export declare const Trigger: import("react").ComponentType<import("@ark-ui/react").Assign<Tooltip.TriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
158
158
  [key: string]: {
159
159
  [key: string]: import("tailwind-variants").ClassValue | {
160
160
  content?: import("tailwind-variants").ClassValue;
161
- positioner?: import("tailwind-variants").ClassValue;
162
161
  trigger?: import("tailwind-variants").ClassValue;
162
+ positioner?: import("tailwind-variants").ClassValue;
163
163
  arrow?: import("tailwind-variants").ClassValue;
164
164
  arrowTip?: import("tailwind-variants").ClassValue;
165
165
  };
@@ -168,21 +168,21 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
168
168
  [x: string]: {
169
169
  [x: string]: import("tailwind-variants").ClassValue | {
170
170
  content?: import("tailwind-variants").ClassValue;
171
- positioner?: import("tailwind-variants").ClassValue;
172
171
  trigger?: import("tailwind-variants").ClassValue;
172
+ positioner?: import("tailwind-variants").ClassValue;
173
173
  arrow?: import("tailwind-variants").ClassValue;
174
174
  arrowTip?: import("tailwind-variants").ClassValue;
175
175
  };
176
176
  };
177
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, {
177
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, {
178
178
  [key: string]: {
179
179
  [key: string]: import("tailwind-variants").ClassValue | {
180
180
  content?: import("tailwind-variants").ClassValue;
181
- positioner?: import("tailwind-variants").ClassValue;
182
181
  trigger?: import("tailwind-variants").ClassValue;
182
+ positioner?: import("tailwind-variants").ClassValue;
183
183
  arrow?: import("tailwind-variants").ClassValue;
184
184
  arrowTip?: import("tailwind-variants").ClassValue;
185
185
  };
186
186
  };
187
- } | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
187
+ } | {}, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "trigger" | "positioner" | "arrow" | "arrowTip", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
188
188
  export declare const Context: (props: Tooltip.ContextProps) => import("react").ReactNode;