@opexa/portal-components 0.0.947 → 0.0.949

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 (51) hide show
  1. package/dist/components/DepositWithdrawal/Deposit/Deposit.js +9 -6
  2. package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/OnlineBankDepositContext.d.ts +2 -2
  3. package/dist/components/DepositWithdrawal/Deposit/OnlineBankDeposit/useOnlineBankDeposit.d.ts +1 -1
  4. package/dist/components/DepositWithdrawal/DepositWithdrawal.lazy.d.ts +1 -0
  5. package/dist/components/DepositWithdrawal/DepositWithdrawal.lazy.js +2 -1
  6. package/dist/components/Disclaimer/DisclaimerV3.js +2 -2
  7. package/dist/handlers/index.d.ts +2 -2
  8. package/dist/schemas/forgotPasswordSchema.d.ts +4 -4
  9. package/dist/ui/AlertDialog/AlertDialog.d.ts +154 -154
  10. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +14 -14
  11. package/dist/ui/Badge/Badge.d.ts +12 -12
  12. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  13. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  14. package/dist/ui/Carousel/Carousel.d.ts +72 -72
  15. package/dist/ui/Carousel/carousel.recipe.d.ts +8 -8
  16. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  17. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  18. package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
  19. package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
  20. package/dist/ui/Collapsible/Collapsible.d.ts +20 -20
  21. package/dist/ui/Collapsible/collapsible.recipe.d.ts +5 -5
  22. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  23. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  24. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  25. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  26. package/dist/ui/Dialog/Dialog.d.ts +33 -33
  27. package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
  28. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  29. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  30. package/dist/ui/Menu/Menu.d.ts +198 -198
  31. package/dist/ui/Menu/menu.recipe.d.ts +11 -11
  32. package/dist/ui/Popover/Popover.d.ts +88 -88
  33. package/dist/ui/Popover/popover.recipe.d.ts +8 -8
  34. package/dist/ui/QrCode/QrCode.d.ts +25 -25
  35. package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
  36. package/dist/ui/Select/Select.d.ts +45 -45
  37. package/dist/ui/Select/select.recipe.d.ts +3 -3
  38. package/dist/ui/Table/Table.d.ts +21 -21
  39. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  40. package/dist/ui/Table/table.recipe.d.ts +3 -3
  41. package/dist/ui/Tabs/Tabs.d.ts +15 -15
  42. package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
  43. package/package.json +1 -1
  44. package/dist/client/hooks/useVerifyMobileNumber.d.ts +0 -3
  45. package/dist/client/hooks/useVerifyMobileNumber.js +0 -20
  46. package/dist/components/DepositWithdrawal/Deposit/AurixPayPayMayaDeposit/AurixPayGrabPayDeposit.d.ts +0 -1
  47. package/dist/components/DepositWithdrawal/Deposit/AurixPayPayMayaDeposit/AurixPayGrabPayDeposit.js +0 -241
  48. package/dist/components/SingleSignOn/SingleSignOn.d.ts +0 -4
  49. package/dist/components/SingleSignOn/SingleSignOn.js +0 -185
  50. package/dist/components/SingleSignOn/index.d.ts +0 -1
  51. package/dist/components/SingleSignOn/index.js +0 -1
@@ -13,7 +13,7 @@ export declare const datePickerRecipe: import("tailwind-variants").TVReturnType<
13
13
  trigger: string;
14
14
  };
15
15
  };
16
- }, Record<"content" | "input" | "trigger" | "positioner" | "label" | "table" | "view" | "root" | "control" | "clearTrigger" | "nextTrigger" | "prevTrigger" | "tableHeader" | "tableBody" | "tableRow" | "viewTrigger" | "monthSelect" | "yearSelect" | "presetTrigger" | "rangeText" | "tableCell" | "tableCellTrigger" | "tableHead" | "viewControl", string | string[]>, undefined, {
16
+ }, Record<"content" | "table" | "input" | "label" | "view" | "root" | "trigger" | "control" | "nextTrigger" | "prevTrigger" | "positioner" | "clearTrigger" | "tableHeader" | "tableBody" | "tableRow" | "viewTrigger" | "monthSelect" | "yearSelect" | "presetTrigger" | "rangeText" | "tableCell" | "tableCellTrigger" | "tableHead" | "viewControl", string | string[]>, undefined, {
17
17
  size: {
18
18
  md: {
19
19
  control: string;
@@ -28,7 +28,7 @@ export declare const datePickerRecipe: import("tailwind-variants").TVReturnType<
28
28
  trigger: string;
29
29
  };
30
30
  };
31
- }, Record<"content" | "input" | "trigger" | "positioner" | "label" | "table" | "view" | "root" | "control" | "clearTrigger" | "nextTrigger" | "prevTrigger" | "tableHeader" | "tableBody" | "tableRow" | "viewTrigger" | "monthSelect" | "yearSelect" | "presetTrigger" | "rangeText" | "tableCell" | "tableCellTrigger" | "tableHead" | "viewControl", string | string[]>, import("tailwind-variants").TVReturnType<{
31
+ }, Record<"content" | "table" | "input" | "label" | "view" | "root" | "trigger" | "control" | "nextTrigger" | "prevTrigger" | "positioner" | "clearTrigger" | "tableHeader" | "tableBody" | "tableRow" | "viewTrigger" | "monthSelect" | "yearSelect" | "presetTrigger" | "rangeText" | "tableCell" | "tableCellTrigger" | "tableHead" | "viewControl", string | string[]>, import("tailwind-variants").TVReturnType<{
32
32
  size: {
33
33
  md: {
34
34
  control: string;
@@ -43,4 +43,4 @@ export declare const datePickerRecipe: import("tailwind-variants").TVReturnType<
43
43
  trigger: string;
44
44
  };
45
45
  };
46
- }, Record<"content" | "input" | "trigger" | "positioner" | "label" | "table" | "view" | "root" | "control" | "clearTrigger" | "nextTrigger" | "prevTrigger" | "tableHeader" | "tableBody" | "tableRow" | "viewTrigger" | "monthSelect" | "yearSelect" | "presetTrigger" | "rangeText" | "tableCell" | "tableCellTrigger" | "tableHead" | "viewControl", string | string[]>, undefined, unknown, unknown, undefined>>;
46
+ }, Record<"content" | "table" | "input" | "label" | "view" | "root" | "trigger" | "control" | "nextTrigger" | "prevTrigger" | "positioner" | "clearTrigger" | "tableHeader" | "tableBody" | "tableRow" | "viewTrigger" | "monthSelect" | "yearSelect" | "presetTrigger" | "rangeText" | "tableCell" | "tableCellTrigger" | "tableHead" | "viewControl", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -6,21 +6,21 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
6
6
  content: string;
7
7
  };
8
8
  };
9
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
9
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, {
10
10
  scroll: {
11
11
  window: {
12
12
  positioner: string;
13
13
  content: string;
14
14
  };
15
15
  };
16
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
16
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
17
17
  scroll: {
18
18
  window: {
19
19
  positioner: string;
20
20
  content: string;
21
21
  };
22
22
  };
23
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
23
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
24
24
  export declare const Backdrop: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.BackdropProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
25
25
  scroll: {
26
26
  window: {
@@ -28,21 +28,21 @@ export declare const Backdrop: import("react").ComponentType<import("@ark-ui/rea
28
28
  content: string;
29
29
  };
30
30
  };
31
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
31
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, {
32
32
  scroll: {
33
33
  window: {
34
34
  positioner: string;
35
35
  content: string;
36
36
  };
37
37
  };
38
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
38
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
39
39
  scroll: {
40
40
  window: {
41
41
  positioner: string;
42
42
  content: string;
43
43
  };
44
44
  };
45
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
45
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
46
46
  export declare const CloseTrigger: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.CloseTriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
47
47
  scroll: {
48
48
  window: {
@@ -50,21 +50,21 @@ export declare const CloseTrigger: import("react").ComponentType<import("@ark-ui
50
50
  content: string;
51
51
  };
52
52
  };
53
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
53
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, {
54
54
  scroll: {
55
55
  window: {
56
56
  positioner: string;
57
57
  content: string;
58
58
  };
59
59
  };
60
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
60
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
61
61
  scroll: {
62
62
  window: {
63
63
  positioner: string;
64
64
  content: string;
65
65
  };
66
66
  };
67
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
67
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
68
68
  export declare const Content: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.ContentProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
69
69
  scroll: {
70
70
  window: {
@@ -72,21 +72,21 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
72
72
  content: string;
73
73
  };
74
74
  };
75
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
75
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, {
76
76
  scroll: {
77
77
  window: {
78
78
  positioner: string;
79
79
  content: string;
80
80
  };
81
81
  };
82
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
82
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
83
83
  scroll: {
84
84
  window: {
85
85
  positioner: string;
86
86
  content: string;
87
87
  };
88
88
  };
89
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
89
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
90
90
  export declare const Description: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.DescriptionProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
91
91
  scroll: {
92
92
  window: {
@@ -94,21 +94,21 @@ export declare const Description: import("react").ComponentType<import("@ark-ui/
94
94
  content: string;
95
95
  };
96
96
  };
97
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
97
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, {
98
98
  scroll: {
99
99
  window: {
100
100
  positioner: string;
101
101
  content: string;
102
102
  };
103
103
  };
104
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
104
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
105
105
  scroll: {
106
106
  window: {
107
107
  positioner: string;
108
108
  content: string;
109
109
  };
110
110
  };
111
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
111
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
112
112
  export declare const Positioner: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.PositionerProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
113
113
  scroll: {
114
114
  window: {
@@ -116,21 +116,21 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
116
116
  content: string;
117
117
  };
118
118
  };
119
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
119
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, {
120
120
  scroll: {
121
121
  window: {
122
122
  positioner: string;
123
123
  content: string;
124
124
  };
125
125
  };
126
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
126
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
127
127
  scroll: {
128
128
  window: {
129
129
  positioner: string;
130
130
  content: string;
131
131
  };
132
132
  };
133
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
133
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
134
134
  export declare const Title: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.TitleProps & import("react").RefAttributes<HTMLHeadingElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
135
135
  scroll: {
136
136
  window: {
@@ -138,21 +138,21 @@ export declare const Title: import("react").ComponentType<import("@ark-ui/react"
138
138
  content: string;
139
139
  };
140
140
  };
141
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
141
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, {
142
142
  scroll: {
143
143
  window: {
144
144
  positioner: string;
145
145
  content: string;
146
146
  };
147
147
  };
148
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
148
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
149
149
  scroll: {
150
150
  window: {
151
151
  positioner: string;
152
152
  content: string;
153
153
  };
154
154
  };
155
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
155
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
156
156
  export declare const Trigger: import("react").ComponentType<import("@ark-ui/react").Assign<Dialog.TriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
157
157
  scroll: {
158
158
  window: {
@@ -160,21 +160,21 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
160
160
  content: string;
161
161
  };
162
162
  };
163
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
163
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, {
164
164
  scroll: {
165
165
  window: {
166
166
  positioner: string;
167
167
  content: string;
168
168
  };
169
169
  };
170
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
170
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
171
171
  scroll: {
172
172
  window: {
173
173
  positioner: string;
174
174
  content: string;
175
175
  };
176
176
  };
177
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
177
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
178
178
  export declare const Header: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
179
179
  scroll: {
180
180
  window: {
@@ -182,21 +182,21 @@ export declare const Header: import("react").ComponentType<import("@ark-ui/react
182
182
  content: string;
183
183
  };
184
184
  };
185
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
185
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, {
186
186
  scroll: {
187
187
  window: {
188
188
  positioner: string;
189
189
  content: string;
190
190
  };
191
191
  };
192
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
192
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
193
193
  scroll: {
194
194
  window: {
195
195
  positioner: string;
196
196
  content: string;
197
197
  };
198
198
  };
199
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
199
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
200
200
  export declare const Body: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
201
201
  scroll: {
202
202
  window: {
@@ -204,21 +204,21 @@ export declare const Body: import("react").ComponentType<import("@ark-ui/react")
204
204
  content: string;
205
205
  };
206
206
  };
207
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
207
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, {
208
208
  scroll: {
209
209
  window: {
210
210
  positioner: string;
211
211
  content: string;
212
212
  };
213
213
  };
214
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
214
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
215
215
  scroll: {
216
216
  window: {
217
217
  positioner: string;
218
218
  content: string;
219
219
  };
220
220
  };
221
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
221
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
222
222
  export declare const Footer: import("react").ComponentType<import("@ark-ui/react").Assign<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement> & import("@ark-ui/react").PolymorphicProps, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
223
223
  scroll: {
224
224
  window: {
@@ -226,19 +226,19 @@ export declare const Footer: import("react").ComponentType<import("@ark-ui/react
226
226
  content: string;
227
227
  };
228
228
  };
229
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
229
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, {
230
230
  scroll: {
231
231
  window: {
232
232
  positioner: string;
233
233
  content: string;
234
234
  };
235
235
  };
236
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
236
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
237
237
  scroll: {
238
238
  window: {
239
239
  positioner: string;
240
240
  content: string;
241
241
  };
242
242
  };
243
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
243
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
244
244
  export declare const Context: (props: Dialog.ContextProps) => import("react").ReactNode;
@@ -5,18 +5,18 @@ export declare const dialogRecipe: import("tailwind-variants").TVReturnType<{
5
5
  content: string;
6
6
  };
7
7
  };
8
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, {
8
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, {
9
9
  scroll: {
10
10
  window: {
11
11
  positioner: string;
12
12
  content: string;
13
13
  };
14
14
  };
15
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<{
15
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<{
16
16
  scroll: {
17
17
  window: {
18
18
  positioner: string;
19
19
  content: string;
20
20
  };
21
21
  };
22
- }, Record<"title" | "content" | "body" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>;
22
+ }, Record<"title" | "content" | "body" | "footer" | "header" | "description" | "trigger" | "positioner" | "backdrop" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>;