@mirohq/design-system-popover 5.1.5 → 5.1.7

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