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