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