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