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