@mirohq/design-system-popover 5.1.1 → 5.1.2-input.1

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 (2) hide show
  1. package/dist/types.d.ts +1424 -1434
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -4,496 +4,494 @@ import * as _radix_ui_react_popover from '@radix-ui/react-popover';
4
4
  import { PopoverPortalProps } from '@radix-ui/react-popover';
5
5
  import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
6
6
  import { StrictComponentProps } from '@mirohq/design-system-stitches';
7
- import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
8
7
  import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
8
+ import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
9
9
 
10
- declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<_radix_ui_react_popover.PopoverTriggerProps & react.RefAttributes<HTMLButtonElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
11
- css?: _stitches_react_types_css_util.CSS<{}, {
12
- 'border-widths': {
13
- readonly none: 0;
14
- readonly sm: "1px";
15
- readonly md: "2px";
16
- readonly lg: "4px";
17
- };
18
- colors: {
19
- readonly black: any;
20
- readonly 'blue-100': any;
21
- readonly 'blue-200': any;
22
- readonly 'blue-300': any;
23
- readonly 'blue-400': any;
24
- readonly 'blue-500': any;
25
- readonly 'blue-600': any;
26
- readonly 'blue-700': any;
27
- readonly 'blue-800': any;
28
- readonly 'blue-900': any;
29
- readonly 'blue-1000': any;
30
- readonly 'gray-100': any;
31
- readonly 'gray-200': any;
32
- readonly 'gray-300': any;
33
- readonly 'gray-400': any;
34
- readonly 'gray-500': any;
35
- readonly 'gray-600': any;
36
- readonly 'gray-700': any;
37
- readonly 'gray-800': any;
38
- readonly 'gray-900': any;
39
- readonly 'green-100': any;
40
- readonly 'green-200': any;
41
- readonly 'green-300': any;
42
- readonly 'green-400': any;
43
- readonly 'green-500': any;
44
- readonly 'green-600': any;
45
- readonly 'green-700': any;
46
- readonly 'green-800': any;
47
- readonly 'green-900': any;
48
- readonly 'indigo-100': any;
49
- readonly 'indigo-200': any;
50
- readonly 'indigo-300': any;
51
- readonly 'indigo-400': any;
52
- readonly 'indigo-500': any;
53
- readonly 'indigo-600': any;
54
- readonly 'indigo-700': any;
55
- readonly 'indigo-800': any;
56
- readonly 'indigo-900': any;
57
- readonly 'red-100': any;
58
- readonly 'red-200': any;
59
- readonly 'red-300': any;
60
- readonly 'red-400': any;
61
- readonly 'red-500': any;
62
- readonly 'red-600': any;
63
- readonly 'red-700': any;
64
- readonly 'red-800': any;
65
- readonly 'red-900': any;
66
- readonly transparent: any;
67
- readonly white: any;
68
- readonly 'yellow-100': any;
69
- readonly 'yellow-200': any;
70
- readonly 'yellow-300': any;
71
- readonly 'yellow-400': any;
72
- readonly 'yellow-500': any;
73
- readonly 'yellow-600': any;
74
- readonly 'yellow-700': any;
75
- readonly 'yellow-800': any;
76
- readonly 'yellow-900': any;
77
- "background-alpha-active"?: any;
78
- "background-alpha-hover"?: any;
79
- "background-danger-prominent"?: any;
80
- "background-danger-prominent-active"?: any;
81
- "background-danger-prominent-hover"?: any;
82
- "background-danger-subtle"?: any;
83
- "background-danger-subtle-active"?: any;
84
- "background-danger-subtle-hover"?: any;
85
- "background-neutrals"?: any;
86
- "background-neutrals-active"?: any;
87
- "background-neutrals-container"?: any;
88
- "background-neutrals-controls-disabled"?: any;
89
- "background-neutrals-disabled"?: any;
90
- "background-neutrals-hover"?: any;
91
- "background-neutrals-inactive"?: any;
92
- "background-neutrals-inactive-hover"?: any;
93
- "background-neutrals-inverted"?: any;
94
- "background-neutrals-inverted-subtle"?: any;
95
- "background-neutrals-page"?: any;
96
- "background-neutrals-page-subtle"?: any;
97
- "background-neutrals-scrolls"?: any;
98
- "background-neutrals-scrolls-expanded"?: any;
99
- "background-neutrals-scrolls-hover"?: any;
100
- "background-neutrals-scrolls-pressed"?: any;
101
- "background-neutrals-scrolls-pressed-hover"?: any;
102
- "background-neutrals-subtle"?: any;
103
- "background-neutrals-subtle-active"?: any;
104
- "background-neutrals-subtle-hover"?: any;
105
- "background-primary-prominent"?: any;
106
- "background-primary-prominent-active"?: any;
107
- "background-primary-prominent-expanded"?: any;
108
- "background-primary-prominent-hover"?: any;
109
- "background-primary-prominent-pressed"?: any;
110
- "background-primary-prominent-pressed-hover"?: any;
111
- "background-primary-prominent-selected"?: any;
112
- "background-primary-subtle"?: any;
113
- "background-primary-subtle-active"?: any;
114
- "background-primary-subtle-expanded"?: any;
115
- "background-primary-subtle-hover"?: any;
116
- "background-primary-subtle-pressed"?: any;
117
- "background-primary-subtle-pressed-hover"?: any;
118
- "background-primary-subtle-selected"?: any;
119
- "background-success"?: any;
120
- "background-success-prominent"?: any;
121
- "background-success-prominent-active"?: any;
122
- "background-success-prominent-hover"?: any;
123
- "background-warning-prominent"?: any;
124
- "background-warning-subtle"?: any;
125
- "border-danger"?: any;
126
- "border-danger-active"?: any;
127
- "border-danger-hover"?: any;
128
- "border-focus-inner"?: any;
129
- "border-focus-middle"?: any;
130
- "border-focus-outer"?: any;
131
- "border-neutrals"?: any;
132
- "border-neutrals-active"?: any;
133
- "border-neutrals-controls"?: any;
134
- "border-neutrals-controls-disabled"?: any;
135
- "border-neutrals-disabled"?: any;
136
- "border-neutrals-hover"?: any;
137
- "border-neutrals-inverted"?: any;
138
- "border-neutrals-subtle"?: any;
139
- "border-neutrals-text"?: any;
140
- "border-neutrals-text-active"?: any;
141
- "border-neutrals-text-hover"?: any;
142
- "border-neutrals-text-subtle"?: any;
143
- "border-neutrals-text-subtle-active"?: any;
144
- "border-neutrals-text-subtle-hover"?: any;
145
- "border-neutrals-transparent"?: any;
146
- "border-primary"?: any;
147
- "border-primary-active"?: any;
148
- "border-primary-hover"?: any;
149
- "border-primary-inverted"?: any;
150
- "border-success"?: any;
151
- "border-success-active"?: any;
152
- "border-success-hover"?: any;
153
- "border-warning"?: any;
154
- "icon-danger"?: any;
155
- "icon-danger-active"?: any;
156
- "icon-danger-hover"?: any;
157
- "icon-danger-inverted"?: any;
158
- "icon-neutrals"?: any;
159
- "icon-neutrals-disabled"?: any;
160
- "icon-neutrals-inactive"?: any;
161
- "icon-neutrals-inactive-hover"?: any;
162
- "icon-neutrals-inverted"?: any;
163
- "icon-neutrals-search"?: any;
164
- "icon-neutrals-subtle"?: any;
165
- "icon-neutrals-text"?: any;
166
- "icon-primary"?: any;
167
- "icon-primary-active"?: any;
168
- "icon-primary-hover"?: any;
169
- "icon-primary-inverted"?: any;
170
- "icon-primary-selected"?: any;
171
- "icon-success"?: any;
172
- "icon-success-active"?: any;
173
- "icon-success-hover"?: any;
174
- "icon-success-inverted"?: any;
175
- "icon-warning"?: any;
176
- "icon-warning-prominent"?: any;
177
- "icon-warning-subtle"?: any;
178
- "text-danger"?: any;
179
- "text-danger-active"?: any;
180
- "text-danger-hover"?: any;
181
- "text-danger-inverted"?: any;
182
- "text-neutrals"?: any;
183
- "text-neutrals-active"?: any;
184
- "text-neutrals-disabled"?: any;
185
- "text-neutrals-hover"?: any;
186
- "text-neutrals-inverted"?: any;
187
- "text-neutrals-placeholder"?: any;
188
- "text-neutrals-placeholder-only"?: any;
189
- "text-neutrals-subtle"?: any;
190
- "text-neutrals-subtle-active"?: any;
191
- "text-neutrals-subtle-hover"?: any;
192
- "text-primary"?: any;
193
- "text-primary-active"?: any;
194
- "text-primary-hover"?: any;
195
- "text-primary-inverted"?: any;
196
- "text-primary-inverted-subtle"?: any;
197
- "text-primary-selected"?: any;
198
- "text-success"?: any;
199
- "text-success-active"?: any;
200
- "text-success-hover"?: any;
201
- "text-success-inverted"?: any;
202
- "text-warning"?: any;
203
- "text-warning-subtle"?: any;
204
- };
205
- 'font-sizes': {
206
- readonly 150: "0.75rem";
207
- readonly 175: "0.875rem";
208
- readonly 200: "1rem";
209
- readonly 225: "1.125rem";
210
- readonly 250: "1.25rem";
211
- readonly 300: "1.5rem";
212
- readonly 400: "2rem";
213
- readonly 500: "2.5rem";
214
- readonly 600: "3rem";
215
- readonly 800: "4rem";
216
- readonly 900: "4.5rem";
217
- };
218
- fonts: {
219
- readonly heading: "Roobert, sans-serif";
220
- readonly body: "Open Sans, sans-serif";
221
- };
222
- radii: {
223
- readonly none: 0;
224
- readonly half: "999em";
225
- readonly 25: "2px";
226
- readonly 50: "4px";
227
- readonly 75: "6px";
228
- readonly 100: "8px";
229
- readonly 200: "16px";
230
- };
231
- shadows: {
232
- readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
233
- readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
234
- readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
235
- readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
236
- readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
237
- };
238
- sizes: {
239
- readonly number: string;
240
- readonly 'icon-200': "16px";
241
- readonly 'icon-300': "24px";
242
- readonly 'icon-400': "32px";
243
- };
244
- space: {
245
- readonly 0: "0px";
246
- readonly 25: "2px";
247
- readonly 50: "4px";
248
- readonly 100: "8px";
249
- readonly 150: "12px";
250
- readonly 200: "16px";
251
- readonly 300: "24px";
252
- readonly 400: "32px";
253
- readonly 500: "40px";
254
- readonly 600: "48px";
255
- readonly 700: "56px";
256
- readonly 800: "64px";
257
- readonly 1200: "96px";
258
- readonly 1600: "128px";
259
- };
260
- 'space-gap': {
261
- readonly 0: any;
262
- readonly 50: any;
263
- readonly 100: any;
264
- readonly 200: any;
265
- readonly 300: any;
266
- };
267
- 'space-inset': {
268
- readonly 0: any;
269
- readonly 50: any;
270
- readonly 100: any;
271
- readonly 150: any;
272
- readonly 200: any;
273
- readonly 300: any;
274
- readonly 400: any;
275
- readonly 600: any;
276
- readonly 700: any;
277
- readonly 800: any;
278
- readonly 1200: any;
279
- readonly 1600: any;
280
- };
281
- 'space-offset': {
282
- readonly 0: any;
283
- readonly 50: any;
284
- readonly 100: any;
285
- readonly 150: any;
286
- readonly 200: any;
287
- readonly 300: any;
288
- readonly 400: any;
289
- readonly 600: any;
290
- readonly 800: any;
291
- readonly 1200: any;
292
- readonly 1600: any;
293
- readonly 'stacking-0': any;
294
- readonly 'stacking-100': any;
295
- readonly 'stacking-200': any;
296
- readonly 'stacking-300': any;
297
- readonly 'stacking-400': any;
298
- readonly 'stacking-500': any;
299
- readonly 'stacking-800': any;
300
- };
301
- 'stroke-width': {
302
- readonly thin: "1.5px";
303
- readonly normal: "2px";
304
- readonly bold: "4px";
10
+ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverTriggerProps & react.RefAttributes<HTMLButtonElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
11
+ 'border-widths': {
12
+ readonly none: 0;
13
+ readonly sm: "1px";
14
+ readonly md: "2px";
15
+ readonly lg: "4px";
16
+ };
17
+ colors: {
18
+ readonly black: any;
19
+ readonly 'blue-100': any;
20
+ readonly 'blue-200': any;
21
+ readonly 'blue-300': any;
22
+ readonly 'blue-400': any;
23
+ readonly 'blue-500': any;
24
+ readonly 'blue-600': any;
25
+ readonly 'blue-700': any;
26
+ readonly 'blue-800': any;
27
+ readonly 'blue-900': any;
28
+ readonly 'blue-1000': any;
29
+ readonly 'gray-100': any;
30
+ readonly 'gray-200': any;
31
+ readonly 'gray-300': any;
32
+ readonly 'gray-400': any;
33
+ readonly 'gray-500': any;
34
+ readonly 'gray-600': any;
35
+ readonly 'gray-700': any;
36
+ readonly 'gray-800': any;
37
+ readonly 'gray-900': any;
38
+ readonly 'green-100': any;
39
+ readonly 'green-200': any;
40
+ readonly 'green-300': any;
41
+ readonly 'green-400': any;
42
+ readonly 'green-500': any;
43
+ readonly 'green-600': any;
44
+ readonly 'green-700': any;
45
+ readonly 'green-800': any;
46
+ readonly 'green-900': any;
47
+ readonly 'indigo-100': any;
48
+ readonly 'indigo-200': any;
49
+ readonly 'indigo-300': any;
50
+ readonly 'indigo-400': any;
51
+ readonly 'indigo-500': any;
52
+ readonly 'indigo-600': any;
53
+ readonly 'indigo-700': any;
54
+ readonly 'indigo-800': any;
55
+ readonly 'indigo-900': any;
56
+ readonly 'red-100': any;
57
+ readonly 'red-200': any;
58
+ readonly 'red-300': any;
59
+ readonly 'red-400': any;
60
+ readonly 'red-500': any;
61
+ readonly 'red-600': any;
62
+ readonly 'red-700': any;
63
+ readonly 'red-800': any;
64
+ readonly 'red-900': any;
65
+ readonly transparent: any;
66
+ readonly white: any;
67
+ readonly 'yellow-100': any;
68
+ readonly 'yellow-200': any;
69
+ readonly 'yellow-300': any;
70
+ readonly 'yellow-400': any;
71
+ readonly 'yellow-500': any;
72
+ readonly 'yellow-600': any;
73
+ readonly 'yellow-700': any;
74
+ readonly 'yellow-800': any;
75
+ readonly 'yellow-900': any;
76
+ "background-alpha-active"?: any;
77
+ "background-alpha-hover"?: any;
78
+ "background-danger-prominent"?: any;
79
+ "background-danger-prominent-active"?: any;
80
+ "background-danger-prominent-hover"?: any;
81
+ "background-danger-subtle"?: any;
82
+ "background-danger-subtle-active"?: any;
83
+ "background-danger-subtle-hover"?: any;
84
+ "background-neutrals"?: any;
85
+ "background-neutrals-active"?: any;
86
+ "background-neutrals-container"?: any;
87
+ "background-neutrals-controls-disabled"?: any;
88
+ "background-neutrals-disabled"?: any;
89
+ "background-neutrals-hover"?: any;
90
+ "background-neutrals-inactive"?: any;
91
+ "background-neutrals-inactive-hover"?: any;
92
+ "background-neutrals-inverted"?: any;
93
+ "background-neutrals-inverted-subtle"?: any;
94
+ "background-neutrals-page"?: any;
95
+ "background-neutrals-page-subtle"?: any;
96
+ "background-neutrals-scrolls"?: any;
97
+ "background-neutrals-scrolls-expanded"?: any;
98
+ "background-neutrals-scrolls-hover"?: any;
99
+ "background-neutrals-scrolls-pressed"?: any;
100
+ "background-neutrals-scrolls-pressed-hover"?: any;
101
+ "background-neutrals-subtle"?: any;
102
+ "background-neutrals-subtle-active"?: any;
103
+ "background-neutrals-subtle-hover"?: any;
104
+ "background-primary-prominent"?: any;
105
+ "background-primary-prominent-active"?: any;
106
+ "background-primary-prominent-expanded"?: any;
107
+ "background-primary-prominent-hover"?: any;
108
+ "background-primary-prominent-pressed"?: any;
109
+ "background-primary-prominent-pressed-hover"?: any;
110
+ "background-primary-prominent-selected"?: any;
111
+ "background-primary-subtle"?: any;
112
+ "background-primary-subtle-active"?: any;
113
+ "background-primary-subtle-expanded"?: any;
114
+ "background-primary-subtle-hover"?: any;
115
+ "background-primary-subtle-pressed"?: any;
116
+ "background-primary-subtle-pressed-hover"?: any;
117
+ "background-primary-subtle-selected"?: any;
118
+ "background-success"?: any;
119
+ "background-success-prominent"?: any;
120
+ "background-success-prominent-active"?: any;
121
+ "background-success-prominent-hover"?: any;
122
+ "background-warning-prominent"?: any;
123
+ "background-warning-subtle"?: any;
124
+ "border-danger"?: any;
125
+ "border-danger-active"?: any;
126
+ "border-danger-hover"?: any;
127
+ "border-focus-inner"?: any;
128
+ "border-focus-middle"?: any;
129
+ "border-focus-outer"?: any;
130
+ "border-neutrals"?: any;
131
+ "border-neutrals-active"?: any;
132
+ "border-neutrals-controls"?: any;
133
+ "border-neutrals-controls-disabled"?: any;
134
+ "border-neutrals-disabled"?: any;
135
+ "border-neutrals-hover"?: any;
136
+ "border-neutrals-inverted"?: any;
137
+ "border-neutrals-subtle"?: any;
138
+ "border-neutrals-text"?: any;
139
+ "border-neutrals-text-active"?: any;
140
+ "border-neutrals-text-hover"?: any;
141
+ "border-neutrals-text-subtle"?: any;
142
+ "border-neutrals-text-subtle-active"?: any;
143
+ "border-neutrals-text-subtle-hover"?: any;
144
+ "border-neutrals-transparent"?: any;
145
+ "border-primary"?: any;
146
+ "border-primary-active"?: any;
147
+ "border-primary-hover"?: any;
148
+ "border-primary-inverted"?: any;
149
+ "border-success"?: any;
150
+ "border-success-active"?: any;
151
+ "border-success-hover"?: any;
152
+ "border-warning"?: any;
153
+ "icon-danger"?: any;
154
+ "icon-danger-active"?: any;
155
+ "icon-danger-hover"?: any;
156
+ "icon-danger-inverted"?: any;
157
+ "icon-neutrals"?: any;
158
+ "icon-neutrals-disabled"?: any;
159
+ "icon-neutrals-inactive"?: any;
160
+ "icon-neutrals-inactive-hover"?: any;
161
+ "icon-neutrals-inverted"?: any;
162
+ "icon-neutrals-search"?: any;
163
+ "icon-neutrals-subtle"?: any;
164
+ "icon-neutrals-text"?: any;
165
+ "icon-primary"?: any;
166
+ "icon-primary-active"?: any;
167
+ "icon-primary-hover"?: any;
168
+ "icon-primary-inverted"?: any;
169
+ "icon-primary-selected"?: any;
170
+ "icon-success"?: any;
171
+ "icon-success-active"?: any;
172
+ "icon-success-hover"?: any;
173
+ "icon-success-inverted"?: any;
174
+ "icon-warning"?: any;
175
+ "icon-warning-prominent"?: any;
176
+ "icon-warning-subtle"?: any;
177
+ "text-danger"?: any;
178
+ "text-danger-active"?: any;
179
+ "text-danger-hover"?: any;
180
+ "text-danger-inverted"?: any;
181
+ "text-neutrals"?: any;
182
+ "text-neutrals-active"?: any;
183
+ "text-neutrals-disabled"?: any;
184
+ "text-neutrals-hover"?: any;
185
+ "text-neutrals-inverted"?: any;
186
+ "text-neutrals-placeholder"?: any;
187
+ "text-neutrals-placeholder-only"?: any;
188
+ "text-neutrals-subtle"?: any;
189
+ "text-neutrals-subtle-active"?: any;
190
+ "text-neutrals-subtle-hover"?: any;
191
+ "text-primary"?: any;
192
+ "text-primary-active"?: any;
193
+ "text-primary-hover"?: any;
194
+ "text-primary-inverted"?: any;
195
+ "text-primary-inverted-subtle"?: any;
196
+ "text-primary-selected"?: any;
197
+ "text-success"?: any;
198
+ "text-success-active"?: any;
199
+ "text-success-hover"?: any;
200
+ "text-success-inverted"?: any;
201
+ "text-warning"?: any;
202
+ "text-warning-subtle"?: any;
203
+ };
204
+ 'font-sizes': {
205
+ readonly 150: "0.75rem";
206
+ readonly 175: "0.875rem";
207
+ readonly 200: "1rem";
208
+ readonly 225: "1.125rem";
209
+ readonly 250: "1.25rem";
210
+ readonly 300: "1.5rem";
211
+ readonly 400: "2rem";
212
+ readonly 500: "2.5rem";
213
+ readonly 600: "3rem";
214
+ readonly 800: "4rem";
215
+ readonly 900: "4.5rem";
216
+ };
217
+ fonts: {
218
+ readonly heading: "Roobert, sans-serif";
219
+ readonly body: "Open Sans, sans-serif";
220
+ };
221
+ radii: {
222
+ readonly none: 0;
223
+ readonly half: "999em";
224
+ readonly 25: "2px";
225
+ readonly 50: "4px";
226
+ readonly 75: "6px";
227
+ readonly 100: "8px";
228
+ readonly 200: "16px";
229
+ };
230
+ shadows: {
231
+ readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
232
+ readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
233
+ readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
234
+ readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
235
+ readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
236
+ readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
237
+ };
238
+ sizes: {
239
+ readonly number: string;
240
+ readonly 'icon-200': "16px";
241
+ readonly 'icon-300': "24px";
242
+ readonly 'icon-400': "32px";
243
+ };
244
+ space: {
245
+ readonly 0: "0px";
246
+ readonly 25: "2px";
247
+ readonly 50: "4px";
248
+ readonly 100: "8px";
249
+ readonly 150: "12px";
250
+ readonly 200: "16px";
251
+ readonly 300: "24px";
252
+ readonly 400: "32px";
253
+ readonly 500: "40px";
254
+ readonly 600: "48px";
255
+ readonly 700: "56px";
256
+ readonly 800: "64px";
257
+ readonly 1200: "96px";
258
+ readonly 1600: "128px";
259
+ };
260
+ 'space-gap': {
261
+ readonly 0: any;
262
+ readonly 50: any;
263
+ readonly 100: any;
264
+ readonly 200: any;
265
+ readonly 300: any;
266
+ };
267
+ 'space-inset': {
268
+ readonly 0: any;
269
+ readonly 50: any;
270
+ readonly 100: any;
271
+ readonly 150: any;
272
+ readonly 200: any;
273
+ readonly 300: any;
274
+ readonly 400: any;
275
+ readonly 500: any;
276
+ readonly 600: any;
277
+ readonly 700: any;
278
+ readonly 800: any;
279
+ readonly 1200: any;
280
+ readonly 1600: any;
281
+ };
282
+ 'space-offset': {
283
+ readonly 0: any;
284
+ readonly 50: any;
285
+ readonly 100: any;
286
+ readonly 150: any;
287
+ readonly 200: any;
288
+ readonly 300: any;
289
+ readonly 400: any;
290
+ readonly 600: any;
291
+ readonly 800: any;
292
+ readonly 1200: any;
293
+ readonly 1600: any;
294
+ readonly 'stacking-0': any;
295
+ readonly 'stacking-100': any;
296
+ readonly 'stacking-200': any;
297
+ readonly 'stacking-300': any;
298
+ readonly 'stacking-400': any;
299
+ readonly 'stacking-500': any;
300
+ readonly 'stacking-800': any;
301
+ };
302
+ 'stroke-width': {
303
+ readonly thin: "1.5px";
304
+ readonly normal: "2px";
305
+ readonly bold: "4px";
306
+ };
307
+ 'z-indices': {
308
+ readonly dropdownMenu: 100;
309
+ readonly select: 200;
310
+ readonly popover: 300;
311
+ readonly tooltip: 400;
312
+ };
313
+ }, {
314
+ readonly background: "colors";
315
+ readonly backgroundColor: "colors";
316
+ readonly backgroundImage: "colors";
317
+ readonly blockSize: "sizes";
318
+ readonly border: "colors";
319
+ readonly borderBlock: "colors";
320
+ readonly borderBlockEnd: "colors";
321
+ readonly borderBlockStart: "colors";
322
+ readonly borderBottom: "colors";
323
+ readonly borderBottomColor: "colors";
324
+ readonly borderBottomLeftRadius: "radii";
325
+ readonly borderBottomRightRadius: "radii";
326
+ readonly borderBottomStyle: "border-styles";
327
+ readonly borderBottomWidth: "border-widths";
328
+ readonly borderColor: "colors";
329
+ readonly borderImage: "colors";
330
+ readonly borderInline: "colors";
331
+ readonly borderInlineEnd: "colors";
332
+ readonly borderInlineStart: "colors";
333
+ readonly borderLeft: "colors";
334
+ readonly borderLeftColor: "colors";
335
+ readonly borderLeftStyle: "border-styles";
336
+ readonly borderLeftWidth: "border-widths";
337
+ readonly borderRadius: "radii";
338
+ readonly borderRight: "colors";
339
+ readonly borderRightColor: "colors";
340
+ readonly borderRightStyle: "border-styles";
341
+ readonly borderRightWidth: "border-widths";
342
+ readonly borderStyle: "border-styles";
343
+ readonly borderTop: "colors";
344
+ readonly borderTopColor: "colors";
345
+ readonly borderTopLeftRadius: "radii";
346
+ readonly borderTopRightRadius: "radii";
347
+ readonly borderTopStyle: "border-styles";
348
+ readonly borderTopWidth: "border-widths";
349
+ readonly borderWidth: "border-widths";
350
+ readonly bottom: "space";
351
+ readonly boxShadow: "shadows";
352
+ readonly caretColor: "colors";
353
+ readonly color: "colors";
354
+ readonly columnGap: "space-gap";
355
+ readonly columnRuleColor: "colors";
356
+ readonly fill: "colors";
357
+ readonly flexBasis: "sizes";
358
+ readonly fontFamily: "fonts";
359
+ readonly fontSize: "font-sizes";
360
+ readonly fontWeight: "font-weights";
361
+ readonly gap: "space-gap";
362
+ readonly gridColumnGap: "space-gap";
363
+ readonly gridGap: "space-gap";
364
+ readonly gridRowGap: "space-gap";
365
+ readonly gridTemplateColumns: "sizes";
366
+ readonly gridTemplateRows: "sizes";
367
+ readonly height: "sizes";
368
+ readonly inlineSize: "sizes";
369
+ readonly inset: "space-inset";
370
+ readonly insetBlock: "space-inset";
371
+ readonly insetBlockEnd: "space-inset";
372
+ readonly insetBlockStart: "space-inset";
373
+ readonly insetInline: "space-inset";
374
+ readonly insetInlineEnd: "space-inset";
375
+ readonly insetInlineStart: "space-inset";
376
+ readonly left: "space";
377
+ readonly letterSpacing: "letter-spacings";
378
+ readonly lineHeight: "line-heights";
379
+ readonly margin: "space-offset";
380
+ readonly marginBlock: "space-offset";
381
+ readonly marginBlockEnd: "space-offset";
382
+ readonly marginBlockStart: "space-offset";
383
+ readonly marginBottom: "space-offset";
384
+ readonly marginInline: "space-offset";
385
+ readonly marginInlineEnd: "space-offset";
386
+ readonly marginInlineStart: "space-offset";
387
+ readonly marginLeft: "space-offset";
388
+ readonly marginRight: "space-offset";
389
+ readonly marginTop: "space-offset";
390
+ readonly maxBlockSize: "sizes";
391
+ readonly maxHeight: "sizes";
392
+ readonly maxInlineSize: "sizes";
393
+ readonly maxWidth: "sizes";
394
+ readonly minBlockSize: "sizes";
395
+ readonly minHeight: "sizes";
396
+ readonly minInlineSize: "sizes";
397
+ readonly minWidth: "sizes";
398
+ readonly outline: "colors";
399
+ readonly outlineColor: "colors";
400
+ readonly padding: "space-inset";
401
+ readonly paddingBlock: "space-inset";
402
+ readonly paddingBlockEnd: "space-inset";
403
+ readonly paddingBlockStart: "space-inset";
404
+ readonly paddingBottom: "space-inset";
405
+ readonly paddingInline: "space-inset";
406
+ readonly paddingInlineEnd: "space-inset";
407
+ readonly paddingInlineStart: "space-inset";
408
+ readonly paddingLeft: "space-inset";
409
+ readonly paddingRight: "space-inset";
410
+ readonly paddingTop: "space-inset";
411
+ readonly right: "space";
412
+ readonly rowGap: "space-gap";
413
+ readonly scrollMargin: "space-offset";
414
+ readonly scrollMarginBlock: "space-offset";
415
+ readonly scrollMarginBlockEnd: "space-offset";
416
+ readonly scrollMarginBlockStart: "space-offset";
417
+ readonly scrollMarginBottom: "space-offset";
418
+ readonly scrollMarginInline: "space-offset";
419
+ readonly scrollMarginInlineEnd: "space-offset";
420
+ readonly scrollMarginInlineStart: "space-offset";
421
+ readonly scrollMarginLeft: "space-offset";
422
+ readonly scrollMarginRight: "space-offset";
423
+ readonly scrollMarginTop: "space-offset";
424
+ readonly scrollPadding: "space-inset";
425
+ readonly scrollPaddingBlock: "space-inset";
426
+ readonly scrollPaddingBlockEnd: "space-inset";
427
+ readonly scrollPaddingBlockStart: "space-inset";
428
+ readonly scrollPaddingBottom: "space-inset";
429
+ readonly scrollPaddingInline: "space-inset";
430
+ readonly scrollPaddingInlineEnd: "space-inset";
431
+ readonly scrollPaddingInlineStart: "space-inset";
432
+ readonly scrollPaddingLeft: "space-inset";
433
+ readonly scrollPaddingRight: "space-inset";
434
+ readonly scrollPaddingTop: "space-inset";
435
+ readonly stroke: "colors";
436
+ readonly strokeWidth: "stroke-width";
437
+ readonly textDecorationColor: "colors";
438
+ readonly textShadow: "shadows";
439
+ readonly top: "space";
440
+ readonly transition: "transitions";
441
+ readonly width: "sizes";
442
+ readonly zIndex: "z-indices";
443
+ }, {
444
+ paddingX: (value: {
445
+ readonly [$$PropertyValue]: "padding";
446
+ }) => {
447
+ paddingLeft: {
448
+ readonly [$$PropertyValue]: "padding";
305
449
  };
306
- 'z-indices': {
307
- readonly dropdownMenu: 100;
308
- readonly select: 200;
309
- readonly popover: 300;
310
- readonly tooltip: 400;
450
+ paddingRight: {
451
+ readonly [$$PropertyValue]: "padding";
311
452
  };
312
- }, {
313
- readonly background: "colors";
314
- readonly backgroundColor: "colors";
315
- readonly backgroundImage: "colors";
316
- readonly blockSize: "sizes";
317
- readonly border: "colors";
318
- readonly borderBlock: "colors";
319
- readonly borderBlockEnd: "colors";
320
- readonly borderBlockStart: "colors";
321
- readonly borderBottom: "colors";
322
- readonly borderBottomColor: "colors";
323
- readonly borderBottomLeftRadius: "radii";
324
- readonly borderBottomRightRadius: "radii";
325
- readonly borderBottomStyle: "border-styles";
326
- readonly borderBottomWidth: "border-widths";
327
- readonly borderColor: "colors";
328
- readonly borderImage: "colors";
329
- readonly borderInline: "colors";
330
- readonly borderInlineEnd: "colors";
331
- readonly borderInlineStart: "colors";
332
- readonly borderLeft: "colors";
333
- readonly borderLeftColor: "colors";
334
- readonly borderLeftStyle: "border-styles";
335
- readonly borderLeftWidth: "border-widths";
336
- readonly borderRadius: "radii";
337
- readonly borderRight: "colors";
338
- readonly borderRightColor: "colors";
339
- readonly borderRightStyle: "border-styles";
340
- readonly borderRightWidth: "border-widths";
341
- readonly borderStyle: "border-styles";
342
- readonly borderTop: "colors";
343
- readonly borderTopColor: "colors";
344
- readonly borderTopLeftRadius: "radii";
345
- readonly borderTopRightRadius: "radii";
346
- readonly borderTopStyle: "border-styles";
347
- readonly borderTopWidth: "border-widths";
348
- readonly borderWidth: "border-widths";
349
- readonly bottom: "space";
350
- readonly boxShadow: "shadows";
351
- readonly caretColor: "colors";
352
- readonly color: "colors";
353
- readonly columnGap: "space-gap";
354
- readonly columnRuleColor: "colors";
355
- readonly fill: "colors";
356
- readonly flexBasis: "sizes";
357
- readonly fontFamily: "fonts";
358
- readonly fontSize: "font-sizes";
359
- readonly fontWeight: "font-weights";
360
- readonly gap: "space-gap";
361
- readonly gridColumnGap: "space-gap";
362
- readonly gridGap: "space-gap";
363
- readonly gridRowGap: "space-gap";
364
- readonly gridTemplateColumns: "sizes";
365
- readonly gridTemplateRows: "sizes";
366
- readonly height: "sizes";
367
- readonly inlineSize: "sizes";
368
- readonly inset: "space-inset";
369
- readonly insetBlock: "space-inset";
370
- readonly insetBlockEnd: "space-inset";
371
- readonly insetBlockStart: "space-inset";
372
- readonly insetInline: "space-inset";
373
- readonly insetInlineEnd: "space-inset";
374
- readonly insetInlineStart: "space-inset";
375
- readonly left: "space";
376
- readonly letterSpacing: "letter-spacings";
377
- readonly lineHeight: "line-heights";
378
- readonly margin: "space-offset";
379
- readonly marginBlock: "space-offset";
380
- readonly marginBlockEnd: "space-offset";
381
- readonly marginBlockStart: "space-offset";
382
- readonly marginBottom: "space-offset";
383
- readonly marginInline: "space-offset";
384
- readonly marginInlineEnd: "space-offset";
385
- readonly marginInlineStart: "space-offset";
386
- readonly marginLeft: "space-offset";
387
- readonly marginRight: "space-offset";
388
- readonly marginTop: "space-offset";
389
- readonly maxBlockSize: "sizes";
390
- readonly maxHeight: "sizes";
391
- readonly maxInlineSize: "sizes";
392
- readonly maxWidth: "sizes";
393
- readonly minBlockSize: "sizes";
394
- readonly minHeight: "sizes";
395
- readonly minInlineSize: "sizes";
396
- readonly minWidth: "sizes";
397
- readonly outline: "colors";
398
- readonly outlineColor: "colors";
399
- readonly padding: "space-inset";
400
- readonly paddingBlock: "space-inset";
401
- readonly paddingBlockEnd: "space-inset";
402
- readonly paddingBlockStart: "space-inset";
403
- readonly paddingBottom: "space-inset";
404
- readonly paddingInline: "space-inset";
405
- readonly paddingInlineEnd: "space-inset";
406
- readonly paddingInlineStart: "space-inset";
407
- readonly paddingLeft: "space-inset";
408
- readonly paddingRight: "space-inset";
409
- readonly paddingTop: "space-inset";
410
- readonly right: "space";
411
- readonly rowGap: "space-gap";
412
- readonly scrollMargin: "space-offset";
413
- readonly scrollMarginBlock: "space-offset";
414
- readonly scrollMarginBlockEnd: "space-offset";
415
- readonly scrollMarginBlockStart: "space-offset";
416
- readonly scrollMarginBottom: "space-offset";
417
- readonly scrollMarginInline: "space-offset";
418
- readonly scrollMarginInlineEnd: "space-offset";
419
- readonly scrollMarginInlineStart: "space-offset";
420
- readonly scrollMarginLeft: "space-offset";
421
- readonly scrollMarginRight: "space-offset";
422
- readonly scrollMarginTop: "space-offset";
423
- readonly scrollPadding: "space-inset";
424
- readonly scrollPaddingBlock: "space-inset";
425
- readonly scrollPaddingBlockEnd: "space-inset";
426
- readonly scrollPaddingBlockStart: "space-inset";
427
- readonly scrollPaddingBottom: "space-inset";
428
- readonly scrollPaddingInline: "space-inset";
429
- readonly scrollPaddingInlineEnd: "space-inset";
430
- readonly scrollPaddingInlineStart: "space-inset";
431
- readonly scrollPaddingLeft: "space-inset";
432
- readonly scrollPaddingRight: "space-inset";
433
- readonly scrollPaddingTop: "space-inset";
434
- readonly stroke: "colors";
435
- readonly strokeWidth: "stroke-width";
436
- readonly textDecorationColor: "colors";
437
- readonly textShadow: "shadows";
438
- readonly top: "space";
439
- readonly transition: "transitions";
440
- readonly width: "sizes";
441
- readonly zIndex: "z-indices";
442
- }, {
443
- paddingX: (value: {
453
+ };
454
+ paddingY: (value: {
455
+ readonly [$$PropertyValue]: "padding";
456
+ }) => {
457
+ paddingTop: {
444
458
  readonly [$$PropertyValue]: "padding";
445
- }) => {
446
- paddingLeft: {
447
- readonly [$$PropertyValue]: "padding";
448
- };
449
- paddingRight: {
450
- readonly [$$PropertyValue]: "padding";
451
- };
452
459
  };
453
- paddingY: (value: {
460
+ paddingBottom: {
454
461
  readonly [$$PropertyValue]: "padding";
455
- }) => {
456
- paddingTop: {
457
- readonly [$$PropertyValue]: "padding";
458
- };
459
- paddingBottom: {
460
- readonly [$$PropertyValue]: "padding";
461
- };
462
462
  };
463
- marginX: (value: {
463
+ };
464
+ marginX: (value: {
465
+ readonly [$$PropertyValue]: "margin";
466
+ }) => {
467
+ marginLeft: {
468
+ readonly [$$PropertyValue]: "margin";
469
+ };
470
+ marginRight: {
464
471
  readonly [$$PropertyValue]: "margin";
465
- }) => {
466
- marginLeft: {
467
- readonly [$$PropertyValue]: "margin";
468
- };
469
- marginRight: {
470
- readonly [$$PropertyValue]: "margin";
471
- };
472
472
  };
473
- marginY: (value: {
473
+ };
474
+ marginY: (value: {
475
+ readonly [$$PropertyValue]: "margin";
476
+ }) => {
477
+ marginTop: {
474
478
  readonly [$$PropertyValue]: "margin";
475
- }) => {
476
- marginTop: {
477
- readonly [$$PropertyValue]: "margin";
478
- };
479
- marginBottom: {
480
- readonly [$$PropertyValue]: "margin";
481
- };
482
479
  };
483
- square: (value: {
480
+ marginBottom: {
481
+ readonly [$$PropertyValue]: "margin";
482
+ };
483
+ };
484
+ square: (value: {
485
+ readonly [$$PropertyValue]: "width";
486
+ }) => {
487
+ width: {
488
+ readonly [$$PropertyValue]: "width";
489
+ };
490
+ height: {
484
491
  readonly [$$PropertyValue]: "width";
485
- }) => {
486
- width: {
487
- readonly [$$PropertyValue]: "width";
488
- };
489
- height: {
490
- readonly [$$PropertyValue]: "width";
491
- };
492
492
  };
493
- }> | undefined;
494
- }> & {
495
- children?: react.ReactNode;
496
- } & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverTriggerProps & react.RefAttributes<HTMLButtonElement>>, {}, {}>;
493
+ };
494
+ }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverTriggerProps & react.RefAttributes<HTMLButtonElement>>, {}, {}>;
497
495
  declare type StyledTriggerProps = StrictComponentProps<typeof StyledTrigger>;
498
496
 
499
497
  interface TriggerProps extends StyledTriggerProps {
@@ -503,497 +501,493 @@ interface TriggerProps extends StyledTriggerProps {
503
501
  */
504
502
  declare const Trigger: react__default.ForwardRefExoticComponent<Omit<TriggerProps, "ref"> & react__default.RefAttributes<HTMLButtonElement>>;
505
503
 
506
- declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{
507
- variant?: "dark" | "light" | undefined;
508
- }, "variant"> & _stitches_react_types_styled_component.TransformProps<{
509
- variant?: "dark" | "light" | undefined;
510
- }, {}> & _mirohq_design_system_stitches.SafeProps<Omit<_radix_ui_react_popover.PopoverContentProps & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
511
- css?: _stitches_react_types_css_util.CSS<{}, {
512
- 'border-widths': {
513
- readonly none: 0;
514
- readonly sm: "1px";
515
- readonly md: "2px";
516
- readonly lg: "4px";
517
- };
518
- colors: {
519
- readonly black: any;
520
- readonly 'blue-100': any;
521
- readonly 'blue-200': any;
522
- readonly 'blue-300': any;
523
- readonly 'blue-400': any;
524
- readonly 'blue-500': any;
525
- readonly 'blue-600': any;
526
- readonly 'blue-700': any;
527
- readonly 'blue-800': any;
528
- readonly 'blue-900': any;
529
- readonly 'blue-1000': any;
530
- readonly 'gray-100': any;
531
- readonly 'gray-200': any;
532
- readonly 'gray-300': any;
533
- readonly 'gray-400': any;
534
- readonly 'gray-500': any;
535
- readonly 'gray-600': any;
536
- readonly 'gray-700': any;
537
- readonly 'gray-800': any;
538
- readonly 'gray-900': any;
539
- readonly 'green-100': any;
540
- readonly 'green-200': any;
541
- readonly 'green-300': any;
542
- readonly 'green-400': any;
543
- readonly 'green-500': any;
544
- readonly 'green-600': any;
545
- readonly 'green-700': any;
546
- readonly 'green-800': any;
547
- readonly 'green-900': any;
548
- readonly 'indigo-100': any;
549
- readonly 'indigo-200': any;
550
- readonly 'indigo-300': any;
551
- readonly 'indigo-400': any;
552
- readonly 'indigo-500': any;
553
- readonly 'indigo-600': any;
554
- readonly 'indigo-700': any;
555
- readonly 'indigo-800': any;
556
- readonly 'indigo-900': any;
557
- readonly 'red-100': any;
558
- readonly 'red-200': any;
559
- readonly 'red-300': any;
560
- readonly 'red-400': any;
561
- readonly 'red-500': any;
562
- readonly 'red-600': any;
563
- readonly 'red-700': any;
564
- readonly 'red-800': any;
565
- readonly 'red-900': any;
566
- readonly transparent: any;
567
- readonly white: any;
568
- readonly 'yellow-100': any;
569
- readonly 'yellow-200': any;
570
- readonly 'yellow-300': any;
571
- readonly 'yellow-400': any;
572
- readonly 'yellow-500': any;
573
- readonly 'yellow-600': any;
574
- readonly 'yellow-700': any;
575
- readonly 'yellow-800': any;
576
- readonly 'yellow-900': any;
577
- "background-alpha-active"?: any;
578
- "background-alpha-hover"?: any;
579
- "background-danger-prominent"?: any;
580
- "background-danger-prominent-active"?: any;
581
- "background-danger-prominent-hover"?: any;
582
- "background-danger-subtle"?: any;
583
- "background-danger-subtle-active"?: any;
584
- "background-danger-subtle-hover"?: any;
585
- "background-neutrals"?: any;
586
- "background-neutrals-active"?: any;
587
- "background-neutrals-container"?: any;
588
- "background-neutrals-controls-disabled"?: any;
589
- "background-neutrals-disabled"?: any;
590
- "background-neutrals-hover"?: any;
591
- "background-neutrals-inactive"?: any;
592
- "background-neutrals-inactive-hover"?: any;
593
- "background-neutrals-inverted"?: any;
594
- "background-neutrals-inverted-subtle"?: any;
595
- "background-neutrals-page"?: any;
596
- "background-neutrals-page-subtle"?: any;
597
- "background-neutrals-scrolls"?: any;
598
- "background-neutrals-scrolls-expanded"?: any;
599
- "background-neutrals-scrolls-hover"?: any;
600
- "background-neutrals-scrolls-pressed"?: any;
601
- "background-neutrals-scrolls-pressed-hover"?: any;
602
- "background-neutrals-subtle"?: any;
603
- "background-neutrals-subtle-active"?: any;
604
- "background-neutrals-subtle-hover"?: any;
605
- "background-primary-prominent"?: any;
606
- "background-primary-prominent-active"?: any;
607
- "background-primary-prominent-expanded"?: any;
608
- "background-primary-prominent-hover"?: any;
609
- "background-primary-prominent-pressed"?: any;
610
- "background-primary-prominent-pressed-hover"?: any;
611
- "background-primary-prominent-selected"?: any;
612
- "background-primary-subtle"?: any;
613
- "background-primary-subtle-active"?: any;
614
- "background-primary-subtle-expanded"?: any;
615
- "background-primary-subtle-hover"?: any;
616
- "background-primary-subtle-pressed"?: any;
617
- "background-primary-subtle-pressed-hover"?: any;
618
- "background-primary-subtle-selected"?: any;
619
- "background-success"?: any;
620
- "background-success-prominent"?: any;
621
- "background-success-prominent-active"?: any;
622
- "background-success-prominent-hover"?: any;
623
- "background-warning-prominent"?: any;
624
- "background-warning-subtle"?: any;
625
- "border-danger"?: any;
626
- "border-danger-active"?: any;
627
- "border-danger-hover"?: any;
628
- "border-focus-inner"?: any;
629
- "border-focus-middle"?: any;
630
- "border-focus-outer"?: any;
631
- "border-neutrals"?: any;
632
- "border-neutrals-active"?: any;
633
- "border-neutrals-controls"?: any;
634
- "border-neutrals-controls-disabled"?: any;
635
- "border-neutrals-disabled"?: any;
636
- "border-neutrals-hover"?: any;
637
- "border-neutrals-inverted"?: any;
638
- "border-neutrals-subtle"?: any;
639
- "border-neutrals-text"?: any;
640
- "border-neutrals-text-active"?: any;
641
- "border-neutrals-text-hover"?: any;
642
- "border-neutrals-text-subtle"?: any;
643
- "border-neutrals-text-subtle-active"?: any;
644
- "border-neutrals-text-subtle-hover"?: any;
645
- "border-neutrals-transparent"?: any;
646
- "border-primary"?: any;
647
- "border-primary-active"?: any;
648
- "border-primary-hover"?: any;
649
- "border-primary-inverted"?: any;
650
- "border-success"?: any;
651
- "border-success-active"?: any;
652
- "border-success-hover"?: any;
653
- "border-warning"?: any;
654
- "icon-danger"?: any;
655
- "icon-danger-active"?: any;
656
- "icon-danger-hover"?: any;
657
- "icon-danger-inverted"?: any;
658
- "icon-neutrals"?: any;
659
- "icon-neutrals-disabled"?: any;
660
- "icon-neutrals-inactive"?: any;
661
- "icon-neutrals-inactive-hover"?: any;
662
- "icon-neutrals-inverted"?: any;
663
- "icon-neutrals-search"?: any;
664
- "icon-neutrals-subtle"?: any;
665
- "icon-neutrals-text"?: any;
666
- "icon-primary"?: any;
667
- "icon-primary-active"?: any;
668
- "icon-primary-hover"?: any;
669
- "icon-primary-inverted"?: any;
670
- "icon-primary-selected"?: any;
671
- "icon-success"?: any;
672
- "icon-success-active"?: any;
673
- "icon-success-hover"?: any;
674
- "icon-success-inverted"?: any;
675
- "icon-warning"?: any;
676
- "icon-warning-prominent"?: any;
677
- "icon-warning-subtle"?: any;
678
- "text-danger"?: any;
679
- "text-danger-active"?: any;
680
- "text-danger-hover"?: any;
681
- "text-danger-inverted"?: any;
682
- "text-neutrals"?: any;
683
- "text-neutrals-active"?: any;
684
- "text-neutrals-disabled"?: any;
685
- "text-neutrals-hover"?: any;
686
- "text-neutrals-inverted"?: any;
687
- "text-neutrals-placeholder"?: any;
688
- "text-neutrals-placeholder-only"?: any;
689
- "text-neutrals-subtle"?: any;
690
- "text-neutrals-subtle-active"?: any;
691
- "text-neutrals-subtle-hover"?: any;
692
- "text-primary"?: any;
693
- "text-primary-active"?: any;
694
- "text-primary-hover"?: any;
695
- "text-primary-inverted"?: any;
696
- "text-primary-inverted-subtle"?: any;
697
- "text-primary-selected"?: any;
698
- "text-success"?: any;
699
- "text-success-active"?: any;
700
- "text-success-hover"?: any;
701
- "text-success-inverted"?: any;
702
- "text-warning"?: any;
703
- "text-warning-subtle"?: any;
704
- };
705
- 'font-sizes': {
706
- readonly 150: "0.75rem";
707
- readonly 175: "0.875rem";
708
- readonly 200: "1rem";
709
- readonly 225: "1.125rem";
710
- readonly 250: "1.25rem";
711
- readonly 300: "1.5rem";
712
- readonly 400: "2rem";
713
- readonly 500: "2.5rem";
714
- readonly 600: "3rem";
715
- readonly 800: "4rem";
716
- readonly 900: "4.5rem";
717
- };
718
- fonts: {
719
- readonly heading: "Roobert, sans-serif";
720
- readonly body: "Open Sans, sans-serif";
721
- };
722
- radii: {
723
- readonly none: 0;
724
- readonly half: "999em";
725
- readonly 25: "2px";
726
- readonly 50: "4px";
727
- readonly 75: "6px";
728
- readonly 100: "8px";
729
- readonly 200: "16px";
730
- };
731
- shadows: {
732
- readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
733
- readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
734
- readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
735
- readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
736
- readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
737
- };
738
- sizes: {
739
- readonly number: string;
740
- readonly 'icon-200': "16px";
741
- readonly 'icon-300': "24px";
742
- readonly 'icon-400': "32px";
743
- };
744
- space: {
745
- readonly 0: "0px";
746
- readonly 25: "2px";
747
- readonly 50: "4px";
748
- readonly 100: "8px";
749
- readonly 150: "12px";
750
- readonly 200: "16px";
751
- readonly 300: "24px";
752
- readonly 400: "32px";
753
- readonly 500: "40px";
754
- readonly 600: "48px";
755
- readonly 700: "56px";
756
- readonly 800: "64px";
757
- readonly 1200: "96px";
758
- readonly 1600: "128px";
759
- };
760
- 'space-gap': {
761
- readonly 0: any;
762
- readonly 50: any;
763
- readonly 100: any;
764
- readonly 200: any;
765
- readonly 300: any;
766
- };
767
- 'space-inset': {
768
- readonly 0: any;
769
- readonly 50: any;
770
- readonly 100: any;
771
- readonly 150: any;
772
- readonly 200: any;
773
- readonly 300: any;
774
- readonly 400: any;
775
- readonly 600: any;
776
- readonly 700: any;
777
- readonly 800: any;
778
- readonly 1200: any;
779
- readonly 1600: any;
780
- };
781
- 'space-offset': {
782
- readonly 0: any;
783
- readonly 50: any;
784
- readonly 100: any;
785
- readonly 150: any;
786
- readonly 200: any;
787
- readonly 300: any;
788
- readonly 400: any;
789
- readonly 600: any;
790
- readonly 800: any;
791
- readonly 1200: any;
792
- readonly 1600: any;
793
- readonly 'stacking-0': any;
794
- readonly 'stacking-100': any;
795
- readonly 'stacking-200': any;
796
- readonly 'stacking-300': any;
797
- readonly 'stacking-400': any;
798
- readonly 'stacking-500': any;
799
- readonly 'stacking-800': any;
800
- };
801
- 'stroke-width': {
802
- readonly thin: "1.5px";
803
- readonly normal: "2px";
804
- readonly bold: "4px";
504
+ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverContentProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
505
+ 'border-widths': {
506
+ readonly none: 0;
507
+ readonly sm: "1px";
508
+ readonly md: "2px";
509
+ readonly lg: "4px";
510
+ };
511
+ colors: {
512
+ readonly black: any;
513
+ readonly 'blue-100': any;
514
+ readonly 'blue-200': any;
515
+ readonly 'blue-300': any;
516
+ readonly 'blue-400': any;
517
+ readonly 'blue-500': any;
518
+ readonly 'blue-600': any;
519
+ readonly 'blue-700': any;
520
+ readonly 'blue-800': any;
521
+ readonly 'blue-900': any;
522
+ readonly 'blue-1000': any;
523
+ readonly 'gray-100': any;
524
+ readonly 'gray-200': any;
525
+ readonly 'gray-300': any;
526
+ readonly 'gray-400': any;
527
+ readonly 'gray-500': any;
528
+ readonly 'gray-600': any;
529
+ readonly 'gray-700': any;
530
+ readonly 'gray-800': any;
531
+ readonly 'gray-900': any;
532
+ readonly 'green-100': any;
533
+ readonly 'green-200': any;
534
+ readonly 'green-300': any;
535
+ readonly 'green-400': any;
536
+ readonly 'green-500': any;
537
+ readonly 'green-600': any;
538
+ readonly 'green-700': any;
539
+ readonly 'green-800': any;
540
+ readonly 'green-900': any;
541
+ readonly 'indigo-100': any;
542
+ readonly 'indigo-200': any;
543
+ readonly 'indigo-300': any;
544
+ readonly 'indigo-400': any;
545
+ readonly 'indigo-500': any;
546
+ readonly 'indigo-600': any;
547
+ readonly 'indigo-700': any;
548
+ readonly 'indigo-800': any;
549
+ readonly 'indigo-900': any;
550
+ readonly 'red-100': any;
551
+ readonly 'red-200': any;
552
+ readonly 'red-300': any;
553
+ readonly 'red-400': any;
554
+ readonly 'red-500': any;
555
+ readonly 'red-600': any;
556
+ readonly 'red-700': any;
557
+ readonly 'red-800': any;
558
+ readonly 'red-900': any;
559
+ readonly transparent: any;
560
+ readonly white: any;
561
+ readonly 'yellow-100': any;
562
+ readonly 'yellow-200': any;
563
+ readonly 'yellow-300': any;
564
+ readonly 'yellow-400': any;
565
+ readonly 'yellow-500': any;
566
+ readonly 'yellow-600': any;
567
+ readonly 'yellow-700': any;
568
+ readonly 'yellow-800': any;
569
+ readonly 'yellow-900': any;
570
+ "background-alpha-active"?: any;
571
+ "background-alpha-hover"?: any;
572
+ "background-danger-prominent"?: any;
573
+ "background-danger-prominent-active"?: any;
574
+ "background-danger-prominent-hover"?: any;
575
+ "background-danger-subtle"?: any;
576
+ "background-danger-subtle-active"?: any;
577
+ "background-danger-subtle-hover"?: any;
578
+ "background-neutrals"?: any;
579
+ "background-neutrals-active"?: any;
580
+ "background-neutrals-container"?: any;
581
+ "background-neutrals-controls-disabled"?: any;
582
+ "background-neutrals-disabled"?: any;
583
+ "background-neutrals-hover"?: any;
584
+ "background-neutrals-inactive"?: any;
585
+ "background-neutrals-inactive-hover"?: any;
586
+ "background-neutrals-inverted"?: any;
587
+ "background-neutrals-inverted-subtle"?: any;
588
+ "background-neutrals-page"?: any;
589
+ "background-neutrals-page-subtle"?: any;
590
+ "background-neutrals-scrolls"?: any;
591
+ "background-neutrals-scrolls-expanded"?: any;
592
+ "background-neutrals-scrolls-hover"?: any;
593
+ "background-neutrals-scrolls-pressed"?: any;
594
+ "background-neutrals-scrolls-pressed-hover"?: any;
595
+ "background-neutrals-subtle"?: any;
596
+ "background-neutrals-subtle-active"?: any;
597
+ "background-neutrals-subtle-hover"?: any;
598
+ "background-primary-prominent"?: any;
599
+ "background-primary-prominent-active"?: any;
600
+ "background-primary-prominent-expanded"?: any;
601
+ "background-primary-prominent-hover"?: any;
602
+ "background-primary-prominent-pressed"?: any;
603
+ "background-primary-prominent-pressed-hover"?: any;
604
+ "background-primary-prominent-selected"?: any;
605
+ "background-primary-subtle"?: any;
606
+ "background-primary-subtle-active"?: any;
607
+ "background-primary-subtle-expanded"?: any;
608
+ "background-primary-subtle-hover"?: any;
609
+ "background-primary-subtle-pressed"?: any;
610
+ "background-primary-subtle-pressed-hover"?: any;
611
+ "background-primary-subtle-selected"?: any;
612
+ "background-success"?: any;
613
+ "background-success-prominent"?: any;
614
+ "background-success-prominent-active"?: any;
615
+ "background-success-prominent-hover"?: any;
616
+ "background-warning-prominent"?: any;
617
+ "background-warning-subtle"?: any;
618
+ "border-danger"?: any;
619
+ "border-danger-active"?: any;
620
+ "border-danger-hover"?: any;
621
+ "border-focus-inner"?: any;
622
+ "border-focus-middle"?: any;
623
+ "border-focus-outer"?: any;
624
+ "border-neutrals"?: any;
625
+ "border-neutrals-active"?: any;
626
+ "border-neutrals-controls"?: any;
627
+ "border-neutrals-controls-disabled"?: any;
628
+ "border-neutrals-disabled"?: any;
629
+ "border-neutrals-hover"?: any;
630
+ "border-neutrals-inverted"?: any;
631
+ "border-neutrals-subtle"?: any;
632
+ "border-neutrals-text"?: any;
633
+ "border-neutrals-text-active"?: any;
634
+ "border-neutrals-text-hover"?: any;
635
+ "border-neutrals-text-subtle"?: any;
636
+ "border-neutrals-text-subtle-active"?: any;
637
+ "border-neutrals-text-subtle-hover"?: any;
638
+ "border-neutrals-transparent"?: any;
639
+ "border-primary"?: any;
640
+ "border-primary-active"?: any;
641
+ "border-primary-hover"?: any;
642
+ "border-primary-inverted"?: any;
643
+ "border-success"?: any;
644
+ "border-success-active"?: any;
645
+ "border-success-hover"?: any;
646
+ "border-warning"?: any;
647
+ "icon-danger"?: any;
648
+ "icon-danger-active"?: any;
649
+ "icon-danger-hover"?: any;
650
+ "icon-danger-inverted"?: any;
651
+ "icon-neutrals"?: any;
652
+ "icon-neutrals-disabled"?: any;
653
+ "icon-neutrals-inactive"?: any;
654
+ "icon-neutrals-inactive-hover"?: any;
655
+ "icon-neutrals-inverted"?: any;
656
+ "icon-neutrals-search"?: any;
657
+ "icon-neutrals-subtle"?: any;
658
+ "icon-neutrals-text"?: any;
659
+ "icon-primary"?: any;
660
+ "icon-primary-active"?: any;
661
+ "icon-primary-hover"?: any;
662
+ "icon-primary-inverted"?: any;
663
+ "icon-primary-selected"?: any;
664
+ "icon-success"?: any;
665
+ "icon-success-active"?: any;
666
+ "icon-success-hover"?: any;
667
+ "icon-success-inverted"?: any;
668
+ "icon-warning"?: any;
669
+ "icon-warning-prominent"?: any;
670
+ "icon-warning-subtle"?: any;
671
+ "text-danger"?: any;
672
+ "text-danger-active"?: any;
673
+ "text-danger-hover"?: any;
674
+ "text-danger-inverted"?: any;
675
+ "text-neutrals"?: any;
676
+ "text-neutrals-active"?: any;
677
+ "text-neutrals-disabled"?: any;
678
+ "text-neutrals-hover"?: any;
679
+ "text-neutrals-inverted"?: any;
680
+ "text-neutrals-placeholder"?: any;
681
+ "text-neutrals-placeholder-only"?: any;
682
+ "text-neutrals-subtle"?: any;
683
+ "text-neutrals-subtle-active"?: any;
684
+ "text-neutrals-subtle-hover"?: any;
685
+ "text-primary"?: any;
686
+ "text-primary-active"?: any;
687
+ "text-primary-hover"?: any;
688
+ "text-primary-inverted"?: any;
689
+ "text-primary-inverted-subtle"?: any;
690
+ "text-primary-selected"?: any;
691
+ "text-success"?: any;
692
+ "text-success-active"?: any;
693
+ "text-success-hover"?: any;
694
+ "text-success-inverted"?: any;
695
+ "text-warning"?: any;
696
+ "text-warning-subtle"?: any;
697
+ };
698
+ 'font-sizes': {
699
+ readonly 150: "0.75rem";
700
+ readonly 175: "0.875rem";
701
+ readonly 200: "1rem";
702
+ readonly 225: "1.125rem";
703
+ readonly 250: "1.25rem";
704
+ readonly 300: "1.5rem";
705
+ readonly 400: "2rem";
706
+ readonly 500: "2.5rem";
707
+ readonly 600: "3rem";
708
+ readonly 800: "4rem";
709
+ readonly 900: "4.5rem";
710
+ };
711
+ fonts: {
712
+ readonly heading: "Roobert, sans-serif";
713
+ readonly body: "Open Sans, sans-serif";
714
+ };
715
+ radii: {
716
+ readonly none: 0;
717
+ readonly half: "999em";
718
+ readonly 25: "2px";
719
+ readonly 50: "4px";
720
+ readonly 75: "6px";
721
+ readonly 100: "8px";
722
+ readonly 200: "16px";
723
+ };
724
+ shadows: {
725
+ readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
726
+ readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
727
+ readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
728
+ readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
729
+ readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
730
+ readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
731
+ };
732
+ sizes: {
733
+ readonly number: string;
734
+ readonly 'icon-200': "16px";
735
+ readonly 'icon-300': "24px";
736
+ readonly 'icon-400': "32px";
737
+ };
738
+ space: {
739
+ readonly 0: "0px";
740
+ readonly 25: "2px";
741
+ readonly 50: "4px";
742
+ readonly 100: "8px";
743
+ readonly 150: "12px";
744
+ readonly 200: "16px";
745
+ readonly 300: "24px";
746
+ readonly 400: "32px";
747
+ readonly 500: "40px";
748
+ readonly 600: "48px";
749
+ readonly 700: "56px";
750
+ readonly 800: "64px";
751
+ readonly 1200: "96px";
752
+ readonly 1600: "128px";
753
+ };
754
+ 'space-gap': {
755
+ readonly 0: any;
756
+ readonly 50: any;
757
+ readonly 100: any;
758
+ readonly 200: any;
759
+ readonly 300: any;
760
+ };
761
+ 'space-inset': {
762
+ readonly 0: any;
763
+ readonly 50: any;
764
+ readonly 100: any;
765
+ readonly 150: any;
766
+ readonly 200: any;
767
+ readonly 300: any;
768
+ readonly 400: any;
769
+ readonly 500: any;
770
+ readonly 600: any;
771
+ readonly 700: any;
772
+ readonly 800: any;
773
+ readonly 1200: any;
774
+ readonly 1600: any;
775
+ };
776
+ 'space-offset': {
777
+ readonly 0: any;
778
+ readonly 50: any;
779
+ readonly 100: any;
780
+ readonly 150: any;
781
+ readonly 200: any;
782
+ readonly 300: any;
783
+ readonly 400: any;
784
+ readonly 600: any;
785
+ readonly 800: any;
786
+ readonly 1200: any;
787
+ readonly 1600: any;
788
+ readonly 'stacking-0': any;
789
+ readonly 'stacking-100': any;
790
+ readonly 'stacking-200': any;
791
+ readonly 'stacking-300': any;
792
+ readonly 'stacking-400': any;
793
+ readonly 'stacking-500': any;
794
+ readonly 'stacking-800': any;
795
+ };
796
+ 'stroke-width': {
797
+ readonly thin: "1.5px";
798
+ readonly normal: "2px";
799
+ readonly bold: "4px";
800
+ };
801
+ 'z-indices': {
802
+ readonly dropdownMenu: 100;
803
+ readonly select: 200;
804
+ readonly popover: 300;
805
+ readonly tooltip: 400;
806
+ };
807
+ }, {
808
+ readonly background: "colors";
809
+ readonly backgroundColor: "colors";
810
+ readonly backgroundImage: "colors";
811
+ readonly blockSize: "sizes";
812
+ readonly border: "colors";
813
+ readonly borderBlock: "colors";
814
+ readonly borderBlockEnd: "colors";
815
+ readonly borderBlockStart: "colors";
816
+ readonly borderBottom: "colors";
817
+ readonly borderBottomColor: "colors";
818
+ readonly borderBottomLeftRadius: "radii";
819
+ readonly borderBottomRightRadius: "radii";
820
+ readonly borderBottomStyle: "border-styles";
821
+ readonly borderBottomWidth: "border-widths";
822
+ readonly borderColor: "colors";
823
+ readonly borderImage: "colors";
824
+ readonly borderInline: "colors";
825
+ readonly borderInlineEnd: "colors";
826
+ readonly borderInlineStart: "colors";
827
+ readonly borderLeft: "colors";
828
+ readonly borderLeftColor: "colors";
829
+ readonly borderLeftStyle: "border-styles";
830
+ readonly borderLeftWidth: "border-widths";
831
+ readonly borderRadius: "radii";
832
+ readonly borderRight: "colors";
833
+ readonly borderRightColor: "colors";
834
+ readonly borderRightStyle: "border-styles";
835
+ readonly borderRightWidth: "border-widths";
836
+ readonly borderStyle: "border-styles";
837
+ readonly borderTop: "colors";
838
+ readonly borderTopColor: "colors";
839
+ readonly borderTopLeftRadius: "radii";
840
+ readonly borderTopRightRadius: "radii";
841
+ readonly borderTopStyle: "border-styles";
842
+ readonly borderTopWidth: "border-widths";
843
+ readonly borderWidth: "border-widths";
844
+ readonly bottom: "space";
845
+ readonly boxShadow: "shadows";
846
+ readonly caretColor: "colors";
847
+ readonly color: "colors";
848
+ readonly columnGap: "space-gap";
849
+ readonly columnRuleColor: "colors";
850
+ readonly fill: "colors";
851
+ readonly flexBasis: "sizes";
852
+ readonly fontFamily: "fonts";
853
+ readonly fontSize: "font-sizes";
854
+ readonly fontWeight: "font-weights";
855
+ readonly gap: "space-gap";
856
+ readonly gridColumnGap: "space-gap";
857
+ readonly gridGap: "space-gap";
858
+ readonly gridRowGap: "space-gap";
859
+ readonly gridTemplateColumns: "sizes";
860
+ readonly gridTemplateRows: "sizes";
861
+ readonly height: "sizes";
862
+ readonly inlineSize: "sizes";
863
+ readonly inset: "space-inset";
864
+ readonly insetBlock: "space-inset";
865
+ readonly insetBlockEnd: "space-inset";
866
+ readonly insetBlockStart: "space-inset";
867
+ readonly insetInline: "space-inset";
868
+ readonly insetInlineEnd: "space-inset";
869
+ readonly insetInlineStart: "space-inset";
870
+ readonly left: "space";
871
+ readonly letterSpacing: "letter-spacings";
872
+ readonly lineHeight: "line-heights";
873
+ readonly margin: "space-offset";
874
+ readonly marginBlock: "space-offset";
875
+ readonly marginBlockEnd: "space-offset";
876
+ readonly marginBlockStart: "space-offset";
877
+ readonly marginBottom: "space-offset";
878
+ readonly marginInline: "space-offset";
879
+ readonly marginInlineEnd: "space-offset";
880
+ readonly marginInlineStart: "space-offset";
881
+ readonly marginLeft: "space-offset";
882
+ readonly marginRight: "space-offset";
883
+ readonly marginTop: "space-offset";
884
+ readonly maxBlockSize: "sizes";
885
+ readonly maxHeight: "sizes";
886
+ readonly maxInlineSize: "sizes";
887
+ readonly maxWidth: "sizes";
888
+ readonly minBlockSize: "sizes";
889
+ readonly minHeight: "sizes";
890
+ readonly minInlineSize: "sizes";
891
+ readonly minWidth: "sizes";
892
+ readonly outline: "colors";
893
+ readonly outlineColor: "colors";
894
+ readonly padding: "space-inset";
895
+ readonly paddingBlock: "space-inset";
896
+ readonly paddingBlockEnd: "space-inset";
897
+ readonly paddingBlockStart: "space-inset";
898
+ readonly paddingBottom: "space-inset";
899
+ readonly paddingInline: "space-inset";
900
+ readonly paddingInlineEnd: "space-inset";
901
+ readonly paddingInlineStart: "space-inset";
902
+ readonly paddingLeft: "space-inset";
903
+ readonly paddingRight: "space-inset";
904
+ readonly paddingTop: "space-inset";
905
+ readonly right: "space";
906
+ readonly rowGap: "space-gap";
907
+ readonly scrollMargin: "space-offset";
908
+ readonly scrollMarginBlock: "space-offset";
909
+ readonly scrollMarginBlockEnd: "space-offset";
910
+ readonly scrollMarginBlockStart: "space-offset";
911
+ readonly scrollMarginBottom: "space-offset";
912
+ readonly scrollMarginInline: "space-offset";
913
+ readonly scrollMarginInlineEnd: "space-offset";
914
+ readonly scrollMarginInlineStart: "space-offset";
915
+ readonly scrollMarginLeft: "space-offset";
916
+ readonly scrollMarginRight: "space-offset";
917
+ readonly scrollMarginTop: "space-offset";
918
+ readonly scrollPadding: "space-inset";
919
+ readonly scrollPaddingBlock: "space-inset";
920
+ readonly scrollPaddingBlockEnd: "space-inset";
921
+ readonly scrollPaddingBlockStart: "space-inset";
922
+ readonly scrollPaddingBottom: "space-inset";
923
+ readonly scrollPaddingInline: "space-inset";
924
+ readonly scrollPaddingInlineEnd: "space-inset";
925
+ readonly scrollPaddingInlineStart: "space-inset";
926
+ readonly scrollPaddingLeft: "space-inset";
927
+ readonly scrollPaddingRight: "space-inset";
928
+ readonly scrollPaddingTop: "space-inset";
929
+ readonly stroke: "colors";
930
+ readonly strokeWidth: "stroke-width";
931
+ readonly textDecorationColor: "colors";
932
+ readonly textShadow: "shadows";
933
+ readonly top: "space";
934
+ readonly transition: "transitions";
935
+ readonly width: "sizes";
936
+ readonly zIndex: "z-indices";
937
+ }, {
938
+ paddingX: (value: {
939
+ readonly [$$PropertyValue]: "padding";
940
+ }) => {
941
+ paddingLeft: {
942
+ readonly [$$PropertyValue]: "padding";
805
943
  };
806
- 'z-indices': {
807
- readonly dropdownMenu: 100;
808
- readonly select: 200;
809
- readonly popover: 300;
810
- readonly tooltip: 400;
944
+ paddingRight: {
945
+ readonly [$$PropertyValue]: "padding";
811
946
  };
812
- }, {
813
- readonly background: "colors";
814
- readonly backgroundColor: "colors";
815
- readonly backgroundImage: "colors";
816
- readonly blockSize: "sizes";
817
- readonly border: "colors";
818
- readonly borderBlock: "colors";
819
- readonly borderBlockEnd: "colors";
820
- readonly borderBlockStart: "colors";
821
- readonly borderBottom: "colors";
822
- readonly borderBottomColor: "colors";
823
- readonly borderBottomLeftRadius: "radii";
824
- readonly borderBottomRightRadius: "radii";
825
- readonly borderBottomStyle: "border-styles";
826
- readonly borderBottomWidth: "border-widths";
827
- readonly borderColor: "colors";
828
- readonly borderImage: "colors";
829
- readonly borderInline: "colors";
830
- readonly borderInlineEnd: "colors";
831
- readonly borderInlineStart: "colors";
832
- readonly borderLeft: "colors";
833
- readonly borderLeftColor: "colors";
834
- readonly borderLeftStyle: "border-styles";
835
- readonly borderLeftWidth: "border-widths";
836
- readonly borderRadius: "radii";
837
- readonly borderRight: "colors";
838
- readonly borderRightColor: "colors";
839
- readonly borderRightStyle: "border-styles";
840
- readonly borderRightWidth: "border-widths";
841
- readonly borderStyle: "border-styles";
842
- readonly borderTop: "colors";
843
- readonly borderTopColor: "colors";
844
- readonly borderTopLeftRadius: "radii";
845
- readonly borderTopRightRadius: "radii";
846
- readonly borderTopStyle: "border-styles";
847
- readonly borderTopWidth: "border-widths";
848
- readonly borderWidth: "border-widths";
849
- readonly bottom: "space";
850
- readonly boxShadow: "shadows";
851
- readonly caretColor: "colors";
852
- readonly color: "colors";
853
- readonly columnGap: "space-gap";
854
- readonly columnRuleColor: "colors";
855
- readonly fill: "colors";
856
- readonly flexBasis: "sizes";
857
- readonly fontFamily: "fonts";
858
- readonly fontSize: "font-sizes";
859
- readonly fontWeight: "font-weights";
860
- readonly gap: "space-gap";
861
- readonly gridColumnGap: "space-gap";
862
- readonly gridGap: "space-gap";
863
- readonly gridRowGap: "space-gap";
864
- readonly gridTemplateColumns: "sizes";
865
- readonly gridTemplateRows: "sizes";
866
- readonly height: "sizes";
867
- readonly inlineSize: "sizes";
868
- readonly inset: "space-inset";
869
- readonly insetBlock: "space-inset";
870
- readonly insetBlockEnd: "space-inset";
871
- readonly insetBlockStart: "space-inset";
872
- readonly insetInline: "space-inset";
873
- readonly insetInlineEnd: "space-inset";
874
- readonly insetInlineStart: "space-inset";
875
- readonly left: "space";
876
- readonly letterSpacing: "letter-spacings";
877
- readonly lineHeight: "line-heights";
878
- readonly margin: "space-offset";
879
- readonly marginBlock: "space-offset";
880
- readonly marginBlockEnd: "space-offset";
881
- readonly marginBlockStart: "space-offset";
882
- readonly marginBottom: "space-offset";
883
- readonly marginInline: "space-offset";
884
- readonly marginInlineEnd: "space-offset";
885
- readonly marginInlineStart: "space-offset";
886
- readonly marginLeft: "space-offset";
887
- readonly marginRight: "space-offset";
888
- readonly marginTop: "space-offset";
889
- readonly maxBlockSize: "sizes";
890
- readonly maxHeight: "sizes";
891
- readonly maxInlineSize: "sizes";
892
- readonly maxWidth: "sizes";
893
- readonly minBlockSize: "sizes";
894
- readonly minHeight: "sizes";
895
- readonly minInlineSize: "sizes";
896
- readonly minWidth: "sizes";
897
- readonly outline: "colors";
898
- readonly outlineColor: "colors";
899
- readonly padding: "space-inset";
900
- readonly paddingBlock: "space-inset";
901
- readonly paddingBlockEnd: "space-inset";
902
- readonly paddingBlockStart: "space-inset";
903
- readonly paddingBottom: "space-inset";
904
- readonly paddingInline: "space-inset";
905
- readonly paddingInlineEnd: "space-inset";
906
- readonly paddingInlineStart: "space-inset";
907
- readonly paddingLeft: "space-inset";
908
- readonly paddingRight: "space-inset";
909
- readonly paddingTop: "space-inset";
910
- readonly right: "space";
911
- readonly rowGap: "space-gap";
912
- readonly scrollMargin: "space-offset";
913
- readonly scrollMarginBlock: "space-offset";
914
- readonly scrollMarginBlockEnd: "space-offset";
915
- readonly scrollMarginBlockStart: "space-offset";
916
- readonly scrollMarginBottom: "space-offset";
917
- readonly scrollMarginInline: "space-offset";
918
- readonly scrollMarginInlineEnd: "space-offset";
919
- readonly scrollMarginInlineStart: "space-offset";
920
- readonly scrollMarginLeft: "space-offset";
921
- readonly scrollMarginRight: "space-offset";
922
- readonly scrollMarginTop: "space-offset";
923
- readonly scrollPadding: "space-inset";
924
- readonly scrollPaddingBlock: "space-inset";
925
- readonly scrollPaddingBlockEnd: "space-inset";
926
- readonly scrollPaddingBlockStart: "space-inset";
927
- readonly scrollPaddingBottom: "space-inset";
928
- readonly scrollPaddingInline: "space-inset";
929
- readonly scrollPaddingInlineEnd: "space-inset";
930
- readonly scrollPaddingInlineStart: "space-inset";
931
- readonly scrollPaddingLeft: "space-inset";
932
- readonly scrollPaddingRight: "space-inset";
933
- readonly scrollPaddingTop: "space-inset";
934
- readonly stroke: "colors";
935
- readonly strokeWidth: "stroke-width";
936
- readonly textDecorationColor: "colors";
937
- readonly textShadow: "shadows";
938
- readonly top: "space";
939
- readonly transition: "transitions";
940
- readonly width: "sizes";
941
- readonly zIndex: "z-indices";
942
- }, {
943
- paddingX: (value: {
947
+ };
948
+ paddingY: (value: {
949
+ readonly [$$PropertyValue]: "padding";
950
+ }) => {
951
+ paddingTop: {
944
952
  readonly [$$PropertyValue]: "padding";
945
- }) => {
946
- paddingLeft: {
947
- readonly [$$PropertyValue]: "padding";
948
- };
949
- paddingRight: {
950
- readonly [$$PropertyValue]: "padding";
951
- };
952
953
  };
953
- paddingY: (value: {
954
+ paddingBottom: {
954
955
  readonly [$$PropertyValue]: "padding";
955
- }) => {
956
- paddingTop: {
957
- readonly [$$PropertyValue]: "padding";
958
- };
959
- paddingBottom: {
960
- readonly [$$PropertyValue]: "padding";
961
- };
962
956
  };
963
- marginX: (value: {
957
+ };
958
+ marginX: (value: {
959
+ readonly [$$PropertyValue]: "margin";
960
+ }) => {
961
+ marginLeft: {
962
+ readonly [$$PropertyValue]: "margin";
963
+ };
964
+ marginRight: {
965
+ readonly [$$PropertyValue]: "margin";
966
+ };
967
+ };
968
+ marginY: (value: {
969
+ readonly [$$PropertyValue]: "margin";
970
+ }) => {
971
+ marginTop: {
964
972
  readonly [$$PropertyValue]: "margin";
965
- }) => {
966
- marginLeft: {
967
- readonly [$$PropertyValue]: "margin";
968
- };
969
- marginRight: {
970
- readonly [$$PropertyValue]: "margin";
971
- };
972
973
  };
973
- marginY: (value: {
974
+ marginBottom: {
974
975
  readonly [$$PropertyValue]: "margin";
975
- }) => {
976
- marginTop: {
977
- readonly [$$PropertyValue]: "margin";
978
- };
979
- marginBottom: {
980
- readonly [$$PropertyValue]: "margin";
981
- };
982
976
  };
983
- square: (value: {
977
+ };
978
+ square: (value: {
979
+ readonly [$$PropertyValue]: "width";
980
+ }) => {
981
+ width: {
982
+ readonly [$$PropertyValue]: "width";
983
+ };
984
+ height: {
984
985
  readonly [$$PropertyValue]: "width";
985
- }) => {
986
- width: {
987
- readonly [$$PropertyValue]: "width";
988
- };
989
- height: {
990
- readonly [$$PropertyValue]: "width";
991
- };
992
986
  };
993
- }> | undefined;
994
- }> & {
995
- children?: react.ReactNode;
996
- } & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverContentProps & react.RefAttributes<HTMLDivElement>>, {
987
+ };
988
+ }>>>, "variant"> & _stitches_react_types_styled_component.TransformProps<{
989
+ variant?: "dark" | "light" | undefined;
990
+ }, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverContentProps & react.RefAttributes<HTMLDivElement>>, {
997
991
  variant?: "dark" | "light" | undefined;
998
992
  }, {}>;
999
993
  declare type StyledContentProps = StrictComponentProps<typeof StyledContent>;
@@ -1121,497 +1115,493 @@ interface ContentProps extends StyledContentProps {
1121
1115
  */
1122
1116
  declare const Content: react__default.ForwardRefExoticComponent<Omit<ContentProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
1123
1117
 
1124
- declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<{
1125
- variant?: "dark" | "light" | undefined;
1126
- }, "variant"> & _stitches_react_types_styled_component.TransformProps<{
1127
- variant?: "dark" | "light" | undefined;
1128
- }, {}> & _mirohq_design_system_stitches.SafeProps<Omit<_radix_ui_react_popover.PopoverCloseProps & react.RefAttributes<HTMLButtonElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
1129
- css?: _stitches_react_types_css_util.CSS<{}, {
1130
- 'border-widths': {
1131
- readonly none: 0;
1132
- readonly sm: "1px";
1133
- readonly md: "2px";
1134
- readonly lg: "4px";
1135
- };
1136
- colors: {
1137
- readonly black: any;
1138
- readonly 'blue-100': any;
1139
- readonly 'blue-200': any;
1140
- readonly 'blue-300': any;
1141
- readonly 'blue-400': any;
1142
- readonly 'blue-500': any;
1143
- readonly 'blue-600': any;
1144
- readonly 'blue-700': any;
1145
- readonly 'blue-800': any;
1146
- readonly 'blue-900': any;
1147
- readonly 'blue-1000': any;
1148
- readonly 'gray-100': any;
1149
- readonly 'gray-200': any;
1150
- readonly 'gray-300': any;
1151
- readonly 'gray-400': any;
1152
- readonly 'gray-500': any;
1153
- readonly 'gray-600': any;
1154
- readonly 'gray-700': any;
1155
- readonly 'gray-800': any;
1156
- readonly 'gray-900': any;
1157
- readonly 'green-100': any;
1158
- readonly 'green-200': any;
1159
- readonly 'green-300': any;
1160
- readonly 'green-400': any;
1161
- readonly 'green-500': any;
1162
- readonly 'green-600': any;
1163
- readonly 'green-700': any;
1164
- readonly 'green-800': any;
1165
- readonly 'green-900': any;
1166
- readonly 'indigo-100': any;
1167
- readonly 'indigo-200': any;
1168
- readonly 'indigo-300': any;
1169
- readonly 'indigo-400': any;
1170
- readonly 'indigo-500': any;
1171
- readonly 'indigo-600': any;
1172
- readonly 'indigo-700': any;
1173
- readonly 'indigo-800': any;
1174
- readonly 'indigo-900': any;
1175
- readonly 'red-100': any;
1176
- readonly 'red-200': any;
1177
- readonly 'red-300': any;
1178
- readonly 'red-400': any;
1179
- readonly 'red-500': any;
1180
- readonly 'red-600': any;
1181
- readonly 'red-700': any;
1182
- readonly 'red-800': any;
1183
- readonly 'red-900': any;
1184
- readonly transparent: any;
1185
- readonly white: any;
1186
- readonly 'yellow-100': any;
1187
- readonly 'yellow-200': any;
1188
- readonly 'yellow-300': any;
1189
- readonly 'yellow-400': any;
1190
- readonly 'yellow-500': any;
1191
- readonly 'yellow-600': any;
1192
- readonly 'yellow-700': any;
1193
- readonly 'yellow-800': any;
1194
- readonly 'yellow-900': any;
1195
- "background-alpha-active"?: any;
1196
- "background-alpha-hover"?: any;
1197
- "background-danger-prominent"?: any;
1198
- "background-danger-prominent-active"?: any;
1199
- "background-danger-prominent-hover"?: any;
1200
- "background-danger-subtle"?: any;
1201
- "background-danger-subtle-active"?: any;
1202
- "background-danger-subtle-hover"?: any;
1203
- "background-neutrals"?: any;
1204
- "background-neutrals-active"?: any;
1205
- "background-neutrals-container"?: any;
1206
- "background-neutrals-controls-disabled"?: any;
1207
- "background-neutrals-disabled"?: any;
1208
- "background-neutrals-hover"?: any;
1209
- "background-neutrals-inactive"?: any;
1210
- "background-neutrals-inactive-hover"?: any;
1211
- "background-neutrals-inverted"?: any;
1212
- "background-neutrals-inverted-subtle"?: any;
1213
- "background-neutrals-page"?: any;
1214
- "background-neutrals-page-subtle"?: any;
1215
- "background-neutrals-scrolls"?: any;
1216
- "background-neutrals-scrolls-expanded"?: any;
1217
- "background-neutrals-scrolls-hover"?: any;
1218
- "background-neutrals-scrolls-pressed"?: any;
1219
- "background-neutrals-scrolls-pressed-hover"?: any;
1220
- "background-neutrals-subtle"?: any;
1221
- "background-neutrals-subtle-active"?: any;
1222
- "background-neutrals-subtle-hover"?: any;
1223
- "background-primary-prominent"?: any;
1224
- "background-primary-prominent-active"?: any;
1225
- "background-primary-prominent-expanded"?: any;
1226
- "background-primary-prominent-hover"?: any;
1227
- "background-primary-prominent-pressed"?: any;
1228
- "background-primary-prominent-pressed-hover"?: any;
1229
- "background-primary-prominent-selected"?: any;
1230
- "background-primary-subtle"?: any;
1231
- "background-primary-subtle-active"?: any;
1232
- "background-primary-subtle-expanded"?: any;
1233
- "background-primary-subtle-hover"?: any;
1234
- "background-primary-subtle-pressed"?: any;
1235
- "background-primary-subtle-pressed-hover"?: any;
1236
- "background-primary-subtle-selected"?: any;
1237
- "background-success"?: any;
1238
- "background-success-prominent"?: any;
1239
- "background-success-prominent-active"?: any;
1240
- "background-success-prominent-hover"?: any;
1241
- "background-warning-prominent"?: any;
1242
- "background-warning-subtle"?: any;
1243
- "border-danger"?: any;
1244
- "border-danger-active"?: any;
1245
- "border-danger-hover"?: any;
1246
- "border-focus-inner"?: any;
1247
- "border-focus-middle"?: any;
1248
- "border-focus-outer"?: any;
1249
- "border-neutrals"?: any;
1250
- "border-neutrals-active"?: any;
1251
- "border-neutrals-controls"?: any;
1252
- "border-neutrals-controls-disabled"?: any;
1253
- "border-neutrals-disabled"?: any;
1254
- "border-neutrals-hover"?: any;
1255
- "border-neutrals-inverted"?: any;
1256
- "border-neutrals-subtle"?: any;
1257
- "border-neutrals-text"?: any;
1258
- "border-neutrals-text-active"?: any;
1259
- "border-neutrals-text-hover"?: any;
1260
- "border-neutrals-text-subtle"?: any;
1261
- "border-neutrals-text-subtle-active"?: any;
1262
- "border-neutrals-text-subtle-hover"?: any;
1263
- "border-neutrals-transparent"?: any;
1264
- "border-primary"?: any;
1265
- "border-primary-active"?: any;
1266
- "border-primary-hover"?: any;
1267
- "border-primary-inverted"?: any;
1268
- "border-success"?: any;
1269
- "border-success-active"?: any;
1270
- "border-success-hover"?: any;
1271
- "border-warning"?: any;
1272
- "icon-danger"?: any;
1273
- "icon-danger-active"?: any;
1274
- "icon-danger-hover"?: any;
1275
- "icon-danger-inverted"?: any;
1276
- "icon-neutrals"?: any;
1277
- "icon-neutrals-disabled"?: any;
1278
- "icon-neutrals-inactive"?: any;
1279
- "icon-neutrals-inactive-hover"?: any;
1280
- "icon-neutrals-inverted"?: any;
1281
- "icon-neutrals-search"?: any;
1282
- "icon-neutrals-subtle"?: any;
1283
- "icon-neutrals-text"?: any;
1284
- "icon-primary"?: any;
1285
- "icon-primary-active"?: any;
1286
- "icon-primary-hover"?: any;
1287
- "icon-primary-inverted"?: any;
1288
- "icon-primary-selected"?: any;
1289
- "icon-success"?: any;
1290
- "icon-success-active"?: any;
1291
- "icon-success-hover"?: any;
1292
- "icon-success-inverted"?: any;
1293
- "icon-warning"?: any;
1294
- "icon-warning-prominent"?: any;
1295
- "icon-warning-subtle"?: any;
1296
- "text-danger"?: any;
1297
- "text-danger-active"?: any;
1298
- "text-danger-hover"?: any;
1299
- "text-danger-inverted"?: any;
1300
- "text-neutrals"?: any;
1301
- "text-neutrals-active"?: any;
1302
- "text-neutrals-disabled"?: any;
1303
- "text-neutrals-hover"?: any;
1304
- "text-neutrals-inverted"?: any;
1305
- "text-neutrals-placeholder"?: any;
1306
- "text-neutrals-placeholder-only"?: any;
1307
- "text-neutrals-subtle"?: any;
1308
- "text-neutrals-subtle-active"?: any;
1309
- "text-neutrals-subtle-hover"?: any;
1310
- "text-primary"?: any;
1311
- "text-primary-active"?: any;
1312
- "text-primary-hover"?: any;
1313
- "text-primary-inverted"?: any;
1314
- "text-primary-inverted-subtle"?: any;
1315
- "text-primary-selected"?: any;
1316
- "text-success"?: any;
1317
- "text-success-active"?: any;
1318
- "text-success-hover"?: any;
1319
- "text-success-inverted"?: any;
1320
- "text-warning"?: any;
1321
- "text-warning-subtle"?: any;
1322
- };
1323
- 'font-sizes': {
1324
- readonly 150: "0.75rem";
1325
- readonly 175: "0.875rem";
1326
- readonly 200: "1rem";
1327
- readonly 225: "1.125rem";
1328
- readonly 250: "1.25rem";
1329
- readonly 300: "1.5rem";
1330
- readonly 400: "2rem";
1331
- readonly 500: "2.5rem";
1332
- readonly 600: "3rem";
1333
- readonly 800: "4rem";
1334
- readonly 900: "4.5rem";
1335
- };
1336
- fonts: {
1337
- readonly heading: "Roobert, sans-serif";
1338
- readonly body: "Open Sans, sans-serif";
1339
- };
1340
- radii: {
1341
- readonly none: 0;
1342
- readonly half: "999em";
1343
- readonly 25: "2px";
1344
- readonly 50: "4px";
1345
- readonly 75: "6px";
1346
- readonly 100: "8px";
1347
- readonly 200: "16px";
1348
- };
1349
- shadows: {
1350
- readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
1351
- readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
1352
- readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
1353
- readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
1354
- readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
1355
- };
1356
- sizes: {
1357
- readonly number: string;
1358
- readonly 'icon-200': "16px";
1359
- readonly 'icon-300': "24px";
1360
- readonly 'icon-400': "32px";
1361
- };
1362
- space: {
1363
- readonly 0: "0px";
1364
- readonly 25: "2px";
1365
- readonly 50: "4px";
1366
- readonly 100: "8px";
1367
- readonly 150: "12px";
1368
- readonly 200: "16px";
1369
- readonly 300: "24px";
1370
- readonly 400: "32px";
1371
- readonly 500: "40px";
1372
- readonly 600: "48px";
1373
- readonly 700: "56px";
1374
- readonly 800: "64px";
1375
- readonly 1200: "96px";
1376
- readonly 1600: "128px";
1377
- };
1378
- 'space-gap': {
1379
- readonly 0: any;
1380
- readonly 50: any;
1381
- readonly 100: any;
1382
- readonly 200: any;
1383
- readonly 300: any;
1384
- };
1385
- 'space-inset': {
1386
- readonly 0: any;
1387
- readonly 50: any;
1388
- readonly 100: any;
1389
- readonly 150: any;
1390
- readonly 200: any;
1391
- readonly 300: any;
1392
- readonly 400: any;
1393
- readonly 600: any;
1394
- readonly 700: any;
1395
- readonly 800: any;
1396
- readonly 1200: any;
1397
- readonly 1600: any;
1398
- };
1399
- 'space-offset': {
1400
- readonly 0: any;
1401
- readonly 50: any;
1402
- readonly 100: any;
1403
- readonly 150: any;
1404
- readonly 200: any;
1405
- readonly 300: any;
1406
- readonly 400: any;
1407
- readonly 600: any;
1408
- readonly 800: any;
1409
- readonly 1200: any;
1410
- readonly 1600: any;
1411
- readonly 'stacking-0': any;
1412
- readonly 'stacking-100': any;
1413
- readonly 'stacking-200': any;
1414
- readonly 'stacking-300': any;
1415
- readonly 'stacking-400': any;
1416
- readonly 'stacking-500': any;
1417
- readonly 'stacking-800': any;
1418
- };
1419
- 'stroke-width': {
1420
- readonly thin: "1.5px";
1421
- readonly normal: "2px";
1422
- readonly bold: "4px";
1118
+ declare const StyledClose: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverCloseProps & react.RefAttributes<HTMLButtonElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
1119
+ 'border-widths': {
1120
+ readonly none: 0;
1121
+ readonly sm: "1px";
1122
+ readonly md: "2px";
1123
+ readonly lg: "4px";
1124
+ };
1125
+ colors: {
1126
+ readonly black: any;
1127
+ readonly 'blue-100': any;
1128
+ readonly 'blue-200': any;
1129
+ readonly 'blue-300': any;
1130
+ readonly 'blue-400': any;
1131
+ readonly 'blue-500': any;
1132
+ readonly 'blue-600': any;
1133
+ readonly 'blue-700': any;
1134
+ readonly 'blue-800': any;
1135
+ readonly 'blue-900': any;
1136
+ readonly 'blue-1000': any;
1137
+ readonly 'gray-100': any;
1138
+ readonly 'gray-200': any;
1139
+ readonly 'gray-300': any;
1140
+ readonly 'gray-400': any;
1141
+ readonly 'gray-500': any;
1142
+ readonly 'gray-600': any;
1143
+ readonly 'gray-700': any;
1144
+ readonly 'gray-800': any;
1145
+ readonly 'gray-900': any;
1146
+ readonly 'green-100': any;
1147
+ readonly 'green-200': any;
1148
+ readonly 'green-300': any;
1149
+ readonly 'green-400': any;
1150
+ readonly 'green-500': any;
1151
+ readonly 'green-600': any;
1152
+ readonly 'green-700': any;
1153
+ readonly 'green-800': any;
1154
+ readonly 'green-900': any;
1155
+ readonly 'indigo-100': any;
1156
+ readonly 'indigo-200': any;
1157
+ readonly 'indigo-300': any;
1158
+ readonly 'indigo-400': any;
1159
+ readonly 'indigo-500': any;
1160
+ readonly 'indigo-600': any;
1161
+ readonly 'indigo-700': any;
1162
+ readonly 'indigo-800': any;
1163
+ readonly 'indigo-900': any;
1164
+ readonly 'red-100': any;
1165
+ readonly 'red-200': any;
1166
+ readonly 'red-300': any;
1167
+ readonly 'red-400': any;
1168
+ readonly 'red-500': any;
1169
+ readonly 'red-600': any;
1170
+ readonly 'red-700': any;
1171
+ readonly 'red-800': any;
1172
+ readonly 'red-900': any;
1173
+ readonly transparent: any;
1174
+ readonly white: any;
1175
+ readonly 'yellow-100': any;
1176
+ readonly 'yellow-200': any;
1177
+ readonly 'yellow-300': any;
1178
+ readonly 'yellow-400': any;
1179
+ readonly 'yellow-500': any;
1180
+ readonly 'yellow-600': any;
1181
+ readonly 'yellow-700': any;
1182
+ readonly 'yellow-800': any;
1183
+ readonly 'yellow-900': any;
1184
+ "background-alpha-active"?: any;
1185
+ "background-alpha-hover"?: any;
1186
+ "background-danger-prominent"?: any;
1187
+ "background-danger-prominent-active"?: any;
1188
+ "background-danger-prominent-hover"?: any;
1189
+ "background-danger-subtle"?: any;
1190
+ "background-danger-subtle-active"?: any;
1191
+ "background-danger-subtle-hover"?: any;
1192
+ "background-neutrals"?: any;
1193
+ "background-neutrals-active"?: any;
1194
+ "background-neutrals-container"?: any;
1195
+ "background-neutrals-controls-disabled"?: any;
1196
+ "background-neutrals-disabled"?: any;
1197
+ "background-neutrals-hover"?: any;
1198
+ "background-neutrals-inactive"?: any;
1199
+ "background-neutrals-inactive-hover"?: any;
1200
+ "background-neutrals-inverted"?: any;
1201
+ "background-neutrals-inverted-subtle"?: any;
1202
+ "background-neutrals-page"?: any;
1203
+ "background-neutrals-page-subtle"?: any;
1204
+ "background-neutrals-scrolls"?: any;
1205
+ "background-neutrals-scrolls-expanded"?: any;
1206
+ "background-neutrals-scrolls-hover"?: any;
1207
+ "background-neutrals-scrolls-pressed"?: any;
1208
+ "background-neutrals-scrolls-pressed-hover"?: any;
1209
+ "background-neutrals-subtle"?: any;
1210
+ "background-neutrals-subtle-active"?: any;
1211
+ "background-neutrals-subtle-hover"?: any;
1212
+ "background-primary-prominent"?: any;
1213
+ "background-primary-prominent-active"?: any;
1214
+ "background-primary-prominent-expanded"?: any;
1215
+ "background-primary-prominent-hover"?: any;
1216
+ "background-primary-prominent-pressed"?: any;
1217
+ "background-primary-prominent-pressed-hover"?: any;
1218
+ "background-primary-prominent-selected"?: any;
1219
+ "background-primary-subtle"?: any;
1220
+ "background-primary-subtle-active"?: any;
1221
+ "background-primary-subtle-expanded"?: any;
1222
+ "background-primary-subtle-hover"?: any;
1223
+ "background-primary-subtle-pressed"?: any;
1224
+ "background-primary-subtle-pressed-hover"?: any;
1225
+ "background-primary-subtle-selected"?: any;
1226
+ "background-success"?: any;
1227
+ "background-success-prominent"?: any;
1228
+ "background-success-prominent-active"?: any;
1229
+ "background-success-prominent-hover"?: any;
1230
+ "background-warning-prominent"?: any;
1231
+ "background-warning-subtle"?: any;
1232
+ "border-danger"?: any;
1233
+ "border-danger-active"?: any;
1234
+ "border-danger-hover"?: any;
1235
+ "border-focus-inner"?: any;
1236
+ "border-focus-middle"?: any;
1237
+ "border-focus-outer"?: any;
1238
+ "border-neutrals"?: any;
1239
+ "border-neutrals-active"?: any;
1240
+ "border-neutrals-controls"?: any;
1241
+ "border-neutrals-controls-disabled"?: any;
1242
+ "border-neutrals-disabled"?: any;
1243
+ "border-neutrals-hover"?: any;
1244
+ "border-neutrals-inverted"?: any;
1245
+ "border-neutrals-subtle"?: any;
1246
+ "border-neutrals-text"?: any;
1247
+ "border-neutrals-text-active"?: any;
1248
+ "border-neutrals-text-hover"?: any;
1249
+ "border-neutrals-text-subtle"?: any;
1250
+ "border-neutrals-text-subtle-active"?: any;
1251
+ "border-neutrals-text-subtle-hover"?: any;
1252
+ "border-neutrals-transparent"?: any;
1253
+ "border-primary"?: any;
1254
+ "border-primary-active"?: any;
1255
+ "border-primary-hover"?: any;
1256
+ "border-primary-inverted"?: any;
1257
+ "border-success"?: any;
1258
+ "border-success-active"?: any;
1259
+ "border-success-hover"?: any;
1260
+ "border-warning"?: any;
1261
+ "icon-danger"?: any;
1262
+ "icon-danger-active"?: any;
1263
+ "icon-danger-hover"?: any;
1264
+ "icon-danger-inverted"?: any;
1265
+ "icon-neutrals"?: any;
1266
+ "icon-neutrals-disabled"?: any;
1267
+ "icon-neutrals-inactive"?: any;
1268
+ "icon-neutrals-inactive-hover"?: any;
1269
+ "icon-neutrals-inverted"?: any;
1270
+ "icon-neutrals-search"?: any;
1271
+ "icon-neutrals-subtle"?: any;
1272
+ "icon-neutrals-text"?: any;
1273
+ "icon-primary"?: any;
1274
+ "icon-primary-active"?: any;
1275
+ "icon-primary-hover"?: any;
1276
+ "icon-primary-inverted"?: any;
1277
+ "icon-primary-selected"?: any;
1278
+ "icon-success"?: any;
1279
+ "icon-success-active"?: any;
1280
+ "icon-success-hover"?: any;
1281
+ "icon-success-inverted"?: any;
1282
+ "icon-warning"?: any;
1283
+ "icon-warning-prominent"?: any;
1284
+ "icon-warning-subtle"?: any;
1285
+ "text-danger"?: any;
1286
+ "text-danger-active"?: any;
1287
+ "text-danger-hover"?: any;
1288
+ "text-danger-inverted"?: any;
1289
+ "text-neutrals"?: any;
1290
+ "text-neutrals-active"?: any;
1291
+ "text-neutrals-disabled"?: any;
1292
+ "text-neutrals-hover"?: any;
1293
+ "text-neutrals-inverted"?: any;
1294
+ "text-neutrals-placeholder"?: any;
1295
+ "text-neutrals-placeholder-only"?: any;
1296
+ "text-neutrals-subtle"?: any;
1297
+ "text-neutrals-subtle-active"?: any;
1298
+ "text-neutrals-subtle-hover"?: any;
1299
+ "text-primary"?: any;
1300
+ "text-primary-active"?: any;
1301
+ "text-primary-hover"?: any;
1302
+ "text-primary-inverted"?: any;
1303
+ "text-primary-inverted-subtle"?: any;
1304
+ "text-primary-selected"?: any;
1305
+ "text-success"?: any;
1306
+ "text-success-active"?: any;
1307
+ "text-success-hover"?: any;
1308
+ "text-success-inverted"?: any;
1309
+ "text-warning"?: any;
1310
+ "text-warning-subtle"?: any;
1311
+ };
1312
+ 'font-sizes': {
1313
+ readonly 150: "0.75rem";
1314
+ readonly 175: "0.875rem";
1315
+ readonly 200: "1rem";
1316
+ readonly 225: "1.125rem";
1317
+ readonly 250: "1.25rem";
1318
+ readonly 300: "1.5rem";
1319
+ readonly 400: "2rem";
1320
+ readonly 500: "2.5rem";
1321
+ readonly 600: "3rem";
1322
+ readonly 800: "4rem";
1323
+ readonly 900: "4.5rem";
1324
+ };
1325
+ fonts: {
1326
+ readonly heading: "Roobert, sans-serif";
1327
+ readonly body: "Open Sans, sans-serif";
1328
+ };
1329
+ radii: {
1330
+ readonly none: 0;
1331
+ readonly half: "999em";
1332
+ readonly 25: "2px";
1333
+ readonly 50: "4px";
1334
+ readonly 75: "6px";
1335
+ readonly 100: "8px";
1336
+ readonly 200: "16px";
1337
+ };
1338
+ shadows: {
1339
+ readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
1340
+ readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
1341
+ readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
1342
+ readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
1343
+ readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
1344
+ readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
1345
+ };
1346
+ sizes: {
1347
+ readonly number: string;
1348
+ readonly 'icon-200': "16px";
1349
+ readonly 'icon-300': "24px";
1350
+ readonly 'icon-400': "32px";
1351
+ };
1352
+ space: {
1353
+ readonly 0: "0px";
1354
+ readonly 25: "2px";
1355
+ readonly 50: "4px";
1356
+ readonly 100: "8px";
1357
+ readonly 150: "12px";
1358
+ readonly 200: "16px";
1359
+ readonly 300: "24px";
1360
+ readonly 400: "32px";
1361
+ readonly 500: "40px";
1362
+ readonly 600: "48px";
1363
+ readonly 700: "56px";
1364
+ readonly 800: "64px";
1365
+ readonly 1200: "96px";
1366
+ readonly 1600: "128px";
1367
+ };
1368
+ 'space-gap': {
1369
+ readonly 0: any;
1370
+ readonly 50: any;
1371
+ readonly 100: any;
1372
+ readonly 200: any;
1373
+ readonly 300: any;
1374
+ };
1375
+ 'space-inset': {
1376
+ readonly 0: any;
1377
+ readonly 50: any;
1378
+ readonly 100: any;
1379
+ readonly 150: any;
1380
+ readonly 200: any;
1381
+ readonly 300: any;
1382
+ readonly 400: any;
1383
+ readonly 500: any;
1384
+ readonly 600: any;
1385
+ readonly 700: any;
1386
+ readonly 800: any;
1387
+ readonly 1200: any;
1388
+ readonly 1600: any;
1389
+ };
1390
+ 'space-offset': {
1391
+ readonly 0: any;
1392
+ readonly 50: any;
1393
+ readonly 100: any;
1394
+ readonly 150: any;
1395
+ readonly 200: any;
1396
+ readonly 300: any;
1397
+ readonly 400: any;
1398
+ readonly 600: any;
1399
+ readonly 800: any;
1400
+ readonly 1200: any;
1401
+ readonly 1600: any;
1402
+ readonly 'stacking-0': any;
1403
+ readonly 'stacking-100': any;
1404
+ readonly 'stacking-200': any;
1405
+ readonly 'stacking-300': any;
1406
+ readonly 'stacking-400': any;
1407
+ readonly 'stacking-500': any;
1408
+ readonly 'stacking-800': any;
1409
+ };
1410
+ 'stroke-width': {
1411
+ readonly thin: "1.5px";
1412
+ readonly normal: "2px";
1413
+ readonly bold: "4px";
1414
+ };
1415
+ 'z-indices': {
1416
+ readonly dropdownMenu: 100;
1417
+ readonly select: 200;
1418
+ readonly popover: 300;
1419
+ readonly tooltip: 400;
1420
+ };
1421
+ }, {
1422
+ readonly background: "colors";
1423
+ readonly backgroundColor: "colors";
1424
+ readonly backgroundImage: "colors";
1425
+ readonly blockSize: "sizes";
1426
+ readonly border: "colors";
1427
+ readonly borderBlock: "colors";
1428
+ readonly borderBlockEnd: "colors";
1429
+ readonly borderBlockStart: "colors";
1430
+ readonly borderBottom: "colors";
1431
+ readonly borderBottomColor: "colors";
1432
+ readonly borderBottomLeftRadius: "radii";
1433
+ readonly borderBottomRightRadius: "radii";
1434
+ readonly borderBottomStyle: "border-styles";
1435
+ readonly borderBottomWidth: "border-widths";
1436
+ readonly borderColor: "colors";
1437
+ readonly borderImage: "colors";
1438
+ readonly borderInline: "colors";
1439
+ readonly borderInlineEnd: "colors";
1440
+ readonly borderInlineStart: "colors";
1441
+ readonly borderLeft: "colors";
1442
+ readonly borderLeftColor: "colors";
1443
+ readonly borderLeftStyle: "border-styles";
1444
+ readonly borderLeftWidth: "border-widths";
1445
+ readonly borderRadius: "radii";
1446
+ readonly borderRight: "colors";
1447
+ readonly borderRightColor: "colors";
1448
+ readonly borderRightStyle: "border-styles";
1449
+ readonly borderRightWidth: "border-widths";
1450
+ readonly borderStyle: "border-styles";
1451
+ readonly borderTop: "colors";
1452
+ readonly borderTopColor: "colors";
1453
+ readonly borderTopLeftRadius: "radii";
1454
+ readonly borderTopRightRadius: "radii";
1455
+ readonly borderTopStyle: "border-styles";
1456
+ readonly borderTopWidth: "border-widths";
1457
+ readonly borderWidth: "border-widths";
1458
+ readonly bottom: "space";
1459
+ readonly boxShadow: "shadows";
1460
+ readonly caretColor: "colors";
1461
+ readonly color: "colors";
1462
+ readonly columnGap: "space-gap";
1463
+ readonly columnRuleColor: "colors";
1464
+ readonly fill: "colors";
1465
+ readonly flexBasis: "sizes";
1466
+ readonly fontFamily: "fonts";
1467
+ readonly fontSize: "font-sizes";
1468
+ readonly fontWeight: "font-weights";
1469
+ readonly gap: "space-gap";
1470
+ readonly gridColumnGap: "space-gap";
1471
+ readonly gridGap: "space-gap";
1472
+ readonly gridRowGap: "space-gap";
1473
+ readonly gridTemplateColumns: "sizes";
1474
+ readonly gridTemplateRows: "sizes";
1475
+ readonly height: "sizes";
1476
+ readonly inlineSize: "sizes";
1477
+ readonly inset: "space-inset";
1478
+ readonly insetBlock: "space-inset";
1479
+ readonly insetBlockEnd: "space-inset";
1480
+ readonly insetBlockStart: "space-inset";
1481
+ readonly insetInline: "space-inset";
1482
+ readonly insetInlineEnd: "space-inset";
1483
+ readonly insetInlineStart: "space-inset";
1484
+ readonly left: "space";
1485
+ readonly letterSpacing: "letter-spacings";
1486
+ readonly lineHeight: "line-heights";
1487
+ readonly margin: "space-offset";
1488
+ readonly marginBlock: "space-offset";
1489
+ readonly marginBlockEnd: "space-offset";
1490
+ readonly marginBlockStart: "space-offset";
1491
+ readonly marginBottom: "space-offset";
1492
+ readonly marginInline: "space-offset";
1493
+ readonly marginInlineEnd: "space-offset";
1494
+ readonly marginInlineStart: "space-offset";
1495
+ readonly marginLeft: "space-offset";
1496
+ readonly marginRight: "space-offset";
1497
+ readonly marginTop: "space-offset";
1498
+ readonly maxBlockSize: "sizes";
1499
+ readonly maxHeight: "sizes";
1500
+ readonly maxInlineSize: "sizes";
1501
+ readonly maxWidth: "sizes";
1502
+ readonly minBlockSize: "sizes";
1503
+ readonly minHeight: "sizes";
1504
+ readonly minInlineSize: "sizes";
1505
+ readonly minWidth: "sizes";
1506
+ readonly outline: "colors";
1507
+ readonly outlineColor: "colors";
1508
+ readonly padding: "space-inset";
1509
+ readonly paddingBlock: "space-inset";
1510
+ readonly paddingBlockEnd: "space-inset";
1511
+ readonly paddingBlockStart: "space-inset";
1512
+ readonly paddingBottom: "space-inset";
1513
+ readonly paddingInline: "space-inset";
1514
+ readonly paddingInlineEnd: "space-inset";
1515
+ readonly paddingInlineStart: "space-inset";
1516
+ readonly paddingLeft: "space-inset";
1517
+ readonly paddingRight: "space-inset";
1518
+ readonly paddingTop: "space-inset";
1519
+ readonly right: "space";
1520
+ readonly rowGap: "space-gap";
1521
+ readonly scrollMargin: "space-offset";
1522
+ readonly scrollMarginBlock: "space-offset";
1523
+ readonly scrollMarginBlockEnd: "space-offset";
1524
+ readonly scrollMarginBlockStart: "space-offset";
1525
+ readonly scrollMarginBottom: "space-offset";
1526
+ readonly scrollMarginInline: "space-offset";
1527
+ readonly scrollMarginInlineEnd: "space-offset";
1528
+ readonly scrollMarginInlineStart: "space-offset";
1529
+ readonly scrollMarginLeft: "space-offset";
1530
+ readonly scrollMarginRight: "space-offset";
1531
+ readonly scrollMarginTop: "space-offset";
1532
+ readonly scrollPadding: "space-inset";
1533
+ readonly scrollPaddingBlock: "space-inset";
1534
+ readonly scrollPaddingBlockEnd: "space-inset";
1535
+ readonly scrollPaddingBlockStart: "space-inset";
1536
+ readonly scrollPaddingBottom: "space-inset";
1537
+ readonly scrollPaddingInline: "space-inset";
1538
+ readonly scrollPaddingInlineEnd: "space-inset";
1539
+ readonly scrollPaddingInlineStart: "space-inset";
1540
+ readonly scrollPaddingLeft: "space-inset";
1541
+ readonly scrollPaddingRight: "space-inset";
1542
+ readonly scrollPaddingTop: "space-inset";
1543
+ readonly stroke: "colors";
1544
+ readonly strokeWidth: "stroke-width";
1545
+ readonly textDecorationColor: "colors";
1546
+ readonly textShadow: "shadows";
1547
+ readonly top: "space";
1548
+ readonly transition: "transitions";
1549
+ readonly width: "sizes";
1550
+ readonly zIndex: "z-indices";
1551
+ }, {
1552
+ paddingX: (value: {
1553
+ readonly [$$PropertyValue]: "padding";
1554
+ }) => {
1555
+ paddingLeft: {
1556
+ readonly [$$PropertyValue]: "padding";
1423
1557
  };
1424
- 'z-indices': {
1425
- readonly dropdownMenu: 100;
1426
- readonly select: 200;
1427
- readonly popover: 300;
1428
- readonly tooltip: 400;
1558
+ paddingRight: {
1559
+ readonly [$$PropertyValue]: "padding";
1429
1560
  };
1430
- }, {
1431
- readonly background: "colors";
1432
- readonly backgroundColor: "colors";
1433
- readonly backgroundImage: "colors";
1434
- readonly blockSize: "sizes";
1435
- readonly border: "colors";
1436
- readonly borderBlock: "colors";
1437
- readonly borderBlockEnd: "colors";
1438
- readonly borderBlockStart: "colors";
1439
- readonly borderBottom: "colors";
1440
- readonly borderBottomColor: "colors";
1441
- readonly borderBottomLeftRadius: "radii";
1442
- readonly borderBottomRightRadius: "radii";
1443
- readonly borderBottomStyle: "border-styles";
1444
- readonly borderBottomWidth: "border-widths";
1445
- readonly borderColor: "colors";
1446
- readonly borderImage: "colors";
1447
- readonly borderInline: "colors";
1448
- readonly borderInlineEnd: "colors";
1449
- readonly borderInlineStart: "colors";
1450
- readonly borderLeft: "colors";
1451
- readonly borderLeftColor: "colors";
1452
- readonly borderLeftStyle: "border-styles";
1453
- readonly borderLeftWidth: "border-widths";
1454
- readonly borderRadius: "radii";
1455
- readonly borderRight: "colors";
1456
- readonly borderRightColor: "colors";
1457
- readonly borderRightStyle: "border-styles";
1458
- readonly borderRightWidth: "border-widths";
1459
- readonly borderStyle: "border-styles";
1460
- readonly borderTop: "colors";
1461
- readonly borderTopColor: "colors";
1462
- readonly borderTopLeftRadius: "radii";
1463
- readonly borderTopRightRadius: "radii";
1464
- readonly borderTopStyle: "border-styles";
1465
- readonly borderTopWidth: "border-widths";
1466
- readonly borderWidth: "border-widths";
1467
- readonly bottom: "space";
1468
- readonly boxShadow: "shadows";
1469
- readonly caretColor: "colors";
1470
- readonly color: "colors";
1471
- readonly columnGap: "space-gap";
1472
- readonly columnRuleColor: "colors";
1473
- readonly fill: "colors";
1474
- readonly flexBasis: "sizes";
1475
- readonly fontFamily: "fonts";
1476
- readonly fontSize: "font-sizes";
1477
- readonly fontWeight: "font-weights";
1478
- readonly gap: "space-gap";
1479
- readonly gridColumnGap: "space-gap";
1480
- readonly gridGap: "space-gap";
1481
- readonly gridRowGap: "space-gap";
1482
- readonly gridTemplateColumns: "sizes";
1483
- readonly gridTemplateRows: "sizes";
1484
- readonly height: "sizes";
1485
- readonly inlineSize: "sizes";
1486
- readonly inset: "space-inset";
1487
- readonly insetBlock: "space-inset";
1488
- readonly insetBlockEnd: "space-inset";
1489
- readonly insetBlockStart: "space-inset";
1490
- readonly insetInline: "space-inset";
1491
- readonly insetInlineEnd: "space-inset";
1492
- readonly insetInlineStart: "space-inset";
1493
- readonly left: "space";
1494
- readonly letterSpacing: "letter-spacings";
1495
- readonly lineHeight: "line-heights";
1496
- readonly margin: "space-offset";
1497
- readonly marginBlock: "space-offset";
1498
- readonly marginBlockEnd: "space-offset";
1499
- readonly marginBlockStart: "space-offset";
1500
- readonly marginBottom: "space-offset";
1501
- readonly marginInline: "space-offset";
1502
- readonly marginInlineEnd: "space-offset";
1503
- readonly marginInlineStart: "space-offset";
1504
- readonly marginLeft: "space-offset";
1505
- readonly marginRight: "space-offset";
1506
- readonly marginTop: "space-offset";
1507
- readonly maxBlockSize: "sizes";
1508
- readonly maxHeight: "sizes";
1509
- readonly maxInlineSize: "sizes";
1510
- readonly maxWidth: "sizes";
1511
- readonly minBlockSize: "sizes";
1512
- readonly minHeight: "sizes";
1513
- readonly minInlineSize: "sizes";
1514
- readonly minWidth: "sizes";
1515
- readonly outline: "colors";
1516
- readonly outlineColor: "colors";
1517
- readonly padding: "space-inset";
1518
- readonly paddingBlock: "space-inset";
1519
- readonly paddingBlockEnd: "space-inset";
1520
- readonly paddingBlockStart: "space-inset";
1521
- readonly paddingBottom: "space-inset";
1522
- readonly paddingInline: "space-inset";
1523
- readonly paddingInlineEnd: "space-inset";
1524
- readonly paddingInlineStart: "space-inset";
1525
- readonly paddingLeft: "space-inset";
1526
- readonly paddingRight: "space-inset";
1527
- readonly paddingTop: "space-inset";
1528
- readonly right: "space";
1529
- readonly rowGap: "space-gap";
1530
- readonly scrollMargin: "space-offset";
1531
- readonly scrollMarginBlock: "space-offset";
1532
- readonly scrollMarginBlockEnd: "space-offset";
1533
- readonly scrollMarginBlockStart: "space-offset";
1534
- readonly scrollMarginBottom: "space-offset";
1535
- readonly scrollMarginInline: "space-offset";
1536
- readonly scrollMarginInlineEnd: "space-offset";
1537
- readonly scrollMarginInlineStart: "space-offset";
1538
- readonly scrollMarginLeft: "space-offset";
1539
- readonly scrollMarginRight: "space-offset";
1540
- readonly scrollMarginTop: "space-offset";
1541
- readonly scrollPadding: "space-inset";
1542
- readonly scrollPaddingBlock: "space-inset";
1543
- readonly scrollPaddingBlockEnd: "space-inset";
1544
- readonly scrollPaddingBlockStart: "space-inset";
1545
- readonly scrollPaddingBottom: "space-inset";
1546
- readonly scrollPaddingInline: "space-inset";
1547
- readonly scrollPaddingInlineEnd: "space-inset";
1548
- readonly scrollPaddingInlineStart: "space-inset";
1549
- readonly scrollPaddingLeft: "space-inset";
1550
- readonly scrollPaddingRight: "space-inset";
1551
- readonly scrollPaddingTop: "space-inset";
1552
- readonly stroke: "colors";
1553
- readonly strokeWidth: "stroke-width";
1554
- readonly textDecorationColor: "colors";
1555
- readonly textShadow: "shadows";
1556
- readonly top: "space";
1557
- readonly transition: "transitions";
1558
- readonly width: "sizes";
1559
- readonly zIndex: "z-indices";
1560
- }, {
1561
- paddingX: (value: {
1561
+ };
1562
+ paddingY: (value: {
1563
+ readonly [$$PropertyValue]: "padding";
1564
+ }) => {
1565
+ paddingTop: {
1562
1566
  readonly [$$PropertyValue]: "padding";
1563
- }) => {
1564
- paddingLeft: {
1565
- readonly [$$PropertyValue]: "padding";
1566
- };
1567
- paddingRight: {
1568
- readonly [$$PropertyValue]: "padding";
1569
- };
1570
1567
  };
1571
- paddingY: (value: {
1568
+ paddingBottom: {
1572
1569
  readonly [$$PropertyValue]: "padding";
1573
- }) => {
1574
- paddingTop: {
1575
- readonly [$$PropertyValue]: "padding";
1576
- };
1577
- paddingBottom: {
1578
- readonly [$$PropertyValue]: "padding";
1579
- };
1580
1570
  };
1581
- marginX: (value: {
1571
+ };
1572
+ marginX: (value: {
1573
+ readonly [$$PropertyValue]: "margin";
1574
+ }) => {
1575
+ marginLeft: {
1576
+ readonly [$$PropertyValue]: "margin";
1577
+ };
1578
+ marginRight: {
1579
+ readonly [$$PropertyValue]: "margin";
1580
+ };
1581
+ };
1582
+ marginY: (value: {
1583
+ readonly [$$PropertyValue]: "margin";
1584
+ }) => {
1585
+ marginTop: {
1582
1586
  readonly [$$PropertyValue]: "margin";
1583
- }) => {
1584
- marginLeft: {
1585
- readonly [$$PropertyValue]: "margin";
1586
- };
1587
- marginRight: {
1588
- readonly [$$PropertyValue]: "margin";
1589
- };
1590
1587
  };
1591
- marginY: (value: {
1588
+ marginBottom: {
1592
1589
  readonly [$$PropertyValue]: "margin";
1593
- }) => {
1594
- marginTop: {
1595
- readonly [$$PropertyValue]: "margin";
1596
- };
1597
- marginBottom: {
1598
- readonly [$$PropertyValue]: "margin";
1599
- };
1600
1590
  };
1601
- square: (value: {
1591
+ };
1592
+ square: (value: {
1593
+ readonly [$$PropertyValue]: "width";
1594
+ }) => {
1595
+ width: {
1596
+ readonly [$$PropertyValue]: "width";
1597
+ };
1598
+ height: {
1602
1599
  readonly [$$PropertyValue]: "width";
1603
- }) => {
1604
- width: {
1605
- readonly [$$PropertyValue]: "width";
1606
- };
1607
- height: {
1608
- readonly [$$PropertyValue]: "width";
1609
- };
1610
1600
  };
1611
- }> | undefined;
1612
- }> & {
1613
- children?: react.ReactNode;
1614
- } & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverCloseProps & react.RefAttributes<HTMLButtonElement>>, {
1601
+ };
1602
+ }>>>, "variant"> & _stitches_react_types_styled_component.TransformProps<{
1603
+ variant?: "dark" | "light" | undefined;
1604
+ }, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverCloseProps & react.RefAttributes<HTMLButtonElement>>, {
1615
1605
  variant?: "dark" | "light" | undefined;
1616
1606
  }, {}>;
1617
1607
  declare type StyledCloseProps = StrictComponentProps<typeof StyledClose>;