@mirohq/design-system-tooltip 3.2.31 → 3.2.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/types.d.ts +949 -953
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -2,499 +2,497 @@ import * as react from 'react';
2
2
  import react__default, { DOMAttributes } from 'react';
3
3
  import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
4
4
  import { StrictComponentProps } from '@mirohq/design-system-stitches';
5
+ import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
5
6
  import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
6
7
  import * as _radix_ui_react_tooltip from '@radix-ui/react-tooltip';
7
8
  import { TooltipPortalProps } from '@radix-ui/react-tooltip';
8
- import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
9
9
 
10
- declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<_radix_ui_react_tooltip.TooltipContentProps & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
11
- css?: _stitches_react_types_css_util.CSS<{}, {
12
- 'border-widths': {
13
- readonly none: 0;
14
- readonly sm: "1px";
15
- readonly md: "2px";
16
- readonly lg: "4px";
17
- };
18
- colors: {
19
- readonly black: any;
20
- readonly 'blue-100': any;
21
- readonly 'blue-200': any;
22
- readonly 'blue-300': any;
23
- readonly 'blue-400': any;
24
- readonly 'blue-500': any;
25
- readonly 'blue-600': any;
26
- readonly 'blue-700': any;
27
- readonly 'blue-800': any;
28
- readonly 'blue-900': any;
29
- readonly 'blue-1000': any;
30
- readonly 'gray-100': any;
31
- readonly 'gray-200': any;
32
- readonly 'gray-300': any;
33
- readonly 'gray-400': any;
34
- readonly 'gray-500': any;
35
- readonly 'gray-600': any;
36
- readonly 'gray-700': any;
37
- readonly 'gray-800': any;
38
- readonly 'gray-900': any;
39
- readonly 'green-100': any;
40
- readonly 'green-200': any;
41
- readonly 'green-300': any;
42
- readonly 'green-400': any;
43
- readonly 'green-500': any;
44
- readonly 'green-600': any;
45
- readonly 'green-700': any;
46
- readonly 'green-800': any;
47
- readonly 'green-900': any;
48
- readonly 'indigo-100': any;
49
- readonly 'indigo-200': any;
50
- readonly 'indigo-300': any;
51
- readonly 'indigo-400': any;
52
- readonly 'indigo-500': any;
53
- readonly 'indigo-600': any;
54
- readonly 'indigo-700': any;
55
- readonly 'indigo-800': any;
56
- readonly 'indigo-900': any;
57
- readonly 'red-100': any;
58
- readonly 'red-200': any;
59
- readonly 'red-300': any;
60
- readonly 'red-400': any;
61
- readonly 'red-500': any;
62
- readonly 'red-600': any;
63
- readonly 'red-700': any;
64
- readonly 'red-800': any;
65
- readonly 'red-900': any;
66
- readonly transparent: any;
67
- readonly white: any;
68
- readonly 'yellow-100': any;
69
- readonly 'yellow-200': any;
70
- readonly 'yellow-300': any;
71
- readonly 'yellow-400': any;
72
- readonly 'yellow-500': any;
73
- readonly 'yellow-600': any;
74
- readonly 'yellow-700': any;
75
- readonly 'yellow-800': any;
76
- readonly 'yellow-900': any;
77
- "background-alpha-active"?: any;
78
- "background-alpha-hover"?: any;
79
- "background-danger-prominent"?: any;
80
- "background-danger-prominent-active"?: any;
81
- "background-danger-prominent-hover"?: any;
82
- "background-danger-subtle"?: any;
83
- "background-danger-subtle-active"?: any;
84
- "background-danger-subtle-hover"?: any;
85
- "background-neutrals"?: any;
86
- "background-neutrals-active"?: any;
87
- "background-neutrals-container"?: any;
88
- "background-neutrals-controls-disabled"?: any;
89
- "background-neutrals-disabled"?: any;
90
- "background-neutrals-hover"?: any;
91
- "background-neutrals-inactive"?: any;
92
- "background-neutrals-inactive-hover"?: any;
93
- "background-neutrals-inverted"?: any;
94
- "background-neutrals-inverted-subtle"?: any;
95
- "background-neutrals-page"?: any;
96
- "background-neutrals-page-subtle"?: any;
97
- "background-neutrals-scrolls"?: any;
98
- "background-neutrals-scrolls-expanded"?: any;
99
- "background-neutrals-scrolls-hover"?: any;
100
- "background-neutrals-scrolls-pressed"?: any;
101
- "background-neutrals-scrolls-pressed-hover"?: any;
102
- "background-neutrals-subtle"?: any;
103
- "background-neutrals-subtle-active"?: any;
104
- "background-neutrals-subtle-hover"?: any;
105
- "background-primary-prominent"?: any;
106
- "background-primary-prominent-active"?: any;
107
- "background-primary-prominent-expanded"?: any;
108
- "background-primary-prominent-hover"?: any;
109
- "background-primary-prominent-pressed"?: any;
110
- "background-primary-prominent-pressed-hover"?: any;
111
- "background-primary-prominent-selected"?: any;
112
- "background-primary-subtle"?: any;
113
- "background-primary-subtle-active"?: any;
114
- "background-primary-subtle-expanded"?: any;
115
- "background-primary-subtle-hover"?: any;
116
- "background-primary-subtle-pressed"?: any;
117
- "background-primary-subtle-pressed-hover"?: any;
118
- "background-primary-subtle-selected"?: any;
119
- "background-success"?: any;
120
- "background-success-prominent"?: any;
121
- "background-success-prominent-active"?: any;
122
- "background-success-prominent-hover"?: any;
123
- "background-warning-prominent"?: any;
124
- "background-warning-subtle"?: any;
125
- "border-danger"?: any;
126
- "border-danger-active"?: any;
127
- "border-danger-hover"?: any;
128
- "border-focus-inner"?: any;
129
- "border-focus-middle"?: any;
130
- "border-focus-outer"?: any;
131
- "border-neutrals"?: any;
132
- "border-neutrals-active"?: any;
133
- "border-neutrals-controls"?: any;
134
- "border-neutrals-controls-disabled"?: any;
135
- "border-neutrals-disabled"?: any;
136
- "border-neutrals-hover"?: any;
137
- "border-neutrals-inverted"?: any;
138
- "border-neutrals-subtle"?: any;
139
- "border-neutrals-text"?: any;
140
- "border-neutrals-text-active"?: any;
141
- "border-neutrals-text-hover"?: any;
142
- "border-neutrals-text-subtle"?: any;
143
- "border-neutrals-text-subtle-active"?: any;
144
- "border-neutrals-text-subtle-hover"?: any;
145
- "border-neutrals-transparent"?: any;
146
- "border-primary"?: any;
147
- "border-primary-active"?: any;
148
- "border-primary-hover"?: any;
149
- "border-primary-inverted"?: any;
150
- "border-success"?: any;
151
- "border-success-active"?: any;
152
- "border-success-hover"?: any;
153
- "border-warning"?: any;
154
- "icon-danger"?: any;
155
- "icon-danger-active"?: any;
156
- "icon-danger-hover"?: any;
157
- "icon-danger-inverted"?: any;
158
- "icon-neutrals"?: any;
159
- "icon-neutrals-disabled"?: any;
160
- "icon-neutrals-inactive"?: any;
161
- "icon-neutrals-inactive-hover"?: any;
162
- "icon-neutrals-inverted"?: any;
163
- "icon-neutrals-search"?: any;
164
- "icon-neutrals-subtle"?: any;
165
- "icon-neutrals-text"?: any;
166
- "icon-primary"?: any;
167
- "icon-primary-active"?: any;
168
- "icon-primary-hover"?: any;
169
- "icon-primary-inverted"?: any;
170
- "icon-primary-selected"?: any;
171
- "icon-success"?: any;
172
- "icon-success-active"?: any;
173
- "icon-success-hover"?: any;
174
- "icon-success-inverted"?: any;
175
- "icon-warning"?: any;
176
- "icon-warning-prominent"?: any;
177
- "icon-warning-subtle"?: any;
178
- "text-danger"?: any;
179
- "text-danger-active"?: any;
180
- "text-danger-hover"?: any;
181
- "text-danger-inverted"?: any;
182
- "text-neutrals"?: any;
183
- "text-neutrals-active"?: any;
184
- "text-neutrals-disabled"?: any;
185
- "text-neutrals-hover"?: any;
186
- "text-neutrals-inverted"?: any;
187
- "text-neutrals-placeholder"?: any;
188
- "text-neutrals-placeholder-only"?: any;
189
- "text-neutrals-subtle"?: any;
190
- "text-neutrals-subtle-active"?: any;
191
- "text-neutrals-subtle-hover"?: any;
192
- "text-primary"?: any;
193
- "text-primary-active"?: any;
194
- "text-primary-hover"?: any;
195
- "text-primary-inverted"?: any;
196
- "text-primary-inverted-subtle"?: any;
197
- "text-primary-selected"?: any;
198
- "text-success"?: any;
199
- "text-success-active"?: any;
200
- "text-success-hover"?: any;
201
- "text-success-inverted"?: any;
202
- "text-warning"?: any;
203
- "text-warning-subtle"?: any;
204
- };
205
- 'font-sizes': {
206
- readonly 150: "0.75rem";
207
- readonly 175: "0.875rem";
208
- readonly 200: "1rem";
209
- readonly 225: "1.125rem";
210
- readonly 250: "1.25rem";
211
- readonly 300: "1.5rem";
212
- readonly 400: "2rem";
213
- readonly 500: "2.5rem";
214
- readonly 600: "3rem";
215
- readonly 800: "4rem";
216
- readonly 900: "4.5rem";
217
- };
218
- fonts: {
219
- readonly heading: "Roobert, sans-serif";
220
- readonly body: "Open Sans, sans-serif";
221
- };
222
- radii: {
223
- readonly none: 0;
224
- readonly half: "999em";
225
- readonly 25: "2px";
226
- readonly 50: "4px";
227
- readonly 75: "6px";
228
- readonly 100: "8px";
229
- readonly 200: "16px";
230
- };
231
- shadows: {
232
- readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
233
- readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
234
- readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
235
- readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
236
- readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
237
- readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
238
- };
239
- sizes: {
240
- readonly number: string;
241
- readonly 'icon-200': "16px";
242
- readonly 'icon-300': "24px";
243
- readonly 'icon-400': "32px";
244
- };
245
- space: {
246
- readonly 0: "0px";
247
- readonly 25: "2px";
248
- readonly 50: "4px";
249
- readonly 100: "8px";
250
- readonly 150: "12px";
251
- readonly 200: "16px";
252
- readonly 300: "24px";
253
- readonly 400: "32px";
254
- readonly 500: "40px";
255
- readonly 600: "48px";
256
- readonly 700: "56px";
257
- readonly 800: "64px";
258
- readonly 1200: "96px";
259
- readonly 1600: "128px";
260
- };
261
- 'space-gap': {
262
- readonly 0: any;
263
- readonly 50: any;
264
- readonly 100: any;
265
- readonly 200: any;
266
- readonly 300: any;
267
- };
268
- 'space-inset': {
269
- readonly 0: any;
270
- readonly 50: any;
271
- readonly 100: any;
272
- readonly 150: any;
273
- readonly 200: any;
274
- readonly 300: any;
275
- readonly 400: any;
276
- readonly 600: any;
277
- readonly 700: any;
278
- readonly 800: any;
279
- readonly 1200: any;
280
- readonly 1600: any;
281
- };
282
- 'space-offset': {
283
- readonly 0: any;
284
- readonly 50: any;
285
- readonly 100: any;
286
- readonly 150: any;
287
- readonly 200: any;
288
- readonly 300: any;
289
- readonly 400: any;
290
- readonly 600: any;
291
- readonly 800: any;
292
- readonly 1200: any;
293
- readonly 1600: any;
294
- readonly 'stacking-0': any;
295
- readonly 'stacking-100': any;
296
- readonly 'stacking-200': any;
297
- readonly 'stacking-300': any;
298
- readonly 'stacking-400': any;
299
- readonly 'stacking-500': any;
300
- readonly 'stacking-800': any;
301
- };
302
- 'stroke-width': {
303
- readonly thin: "1.5px";
304
- readonly normal: "2px";
305
- readonly bold: "4px";
10
+ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_tooltip.TooltipContentProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
11
+ 'border-widths': {
12
+ readonly none: 0;
13
+ readonly sm: "1px";
14
+ readonly md: "2px";
15
+ readonly lg: "4px";
16
+ };
17
+ colors: {
18
+ readonly black: any;
19
+ readonly 'blue-100': any;
20
+ readonly 'blue-200': any;
21
+ readonly 'blue-300': any;
22
+ readonly 'blue-400': any;
23
+ readonly 'blue-500': any;
24
+ readonly 'blue-600': any;
25
+ readonly 'blue-700': any;
26
+ readonly 'blue-800': any;
27
+ readonly 'blue-900': any;
28
+ readonly 'blue-1000': any;
29
+ readonly 'gray-100': any;
30
+ readonly 'gray-200': any;
31
+ readonly 'gray-300': any;
32
+ readonly 'gray-400': any;
33
+ readonly 'gray-500': any;
34
+ readonly 'gray-600': any;
35
+ readonly 'gray-700': any;
36
+ readonly 'gray-800': any;
37
+ readonly 'gray-900': any;
38
+ readonly 'green-100': any;
39
+ readonly 'green-200': any;
40
+ readonly 'green-300': any;
41
+ readonly 'green-400': any;
42
+ readonly 'green-500': any;
43
+ readonly 'green-600': any;
44
+ readonly 'green-700': any;
45
+ readonly 'green-800': any;
46
+ readonly 'green-900': any;
47
+ readonly 'indigo-100': any;
48
+ readonly 'indigo-200': any;
49
+ readonly 'indigo-300': any;
50
+ readonly 'indigo-400': any;
51
+ readonly 'indigo-500': any;
52
+ readonly 'indigo-600': any;
53
+ readonly 'indigo-700': any;
54
+ readonly 'indigo-800': any;
55
+ readonly 'indigo-900': any;
56
+ readonly 'red-100': any;
57
+ readonly 'red-200': any;
58
+ readonly 'red-300': any;
59
+ readonly 'red-400': any;
60
+ readonly 'red-500': any;
61
+ readonly 'red-600': any;
62
+ readonly 'red-700': any;
63
+ readonly 'red-800': any;
64
+ readonly 'red-900': any;
65
+ readonly transparent: any;
66
+ readonly white: any;
67
+ readonly 'yellow-100': any;
68
+ readonly 'yellow-200': any;
69
+ readonly 'yellow-300': any;
70
+ readonly 'yellow-400': any;
71
+ readonly 'yellow-500': any;
72
+ readonly 'yellow-600': any;
73
+ readonly 'yellow-700': any;
74
+ readonly 'yellow-800': any;
75
+ readonly 'yellow-900': any;
76
+ "background-alpha-active"?: any;
77
+ "background-alpha-hover"?: any;
78
+ "background-danger-prominent"?: any;
79
+ "background-danger-prominent-active"?: any;
80
+ "background-danger-prominent-hover"?: any;
81
+ "background-danger-subtle"?: any;
82
+ "background-danger-subtle-active"?: any;
83
+ "background-danger-subtle-hover"?: any;
84
+ "background-neutrals"?: any;
85
+ "background-neutrals-active"?: any;
86
+ "background-neutrals-container"?: any;
87
+ "background-neutrals-controls-disabled"?: any;
88
+ "background-neutrals-disabled"?: any;
89
+ "background-neutrals-hover"?: any;
90
+ "background-neutrals-inactive"?: any;
91
+ "background-neutrals-inactive-hover"?: any;
92
+ "background-neutrals-inverted"?: any;
93
+ "background-neutrals-inverted-subtle"?: any;
94
+ "background-neutrals-page"?: any;
95
+ "background-neutrals-page-subtle"?: any;
96
+ "background-neutrals-scrolls"?: any;
97
+ "background-neutrals-scrolls-expanded"?: any;
98
+ "background-neutrals-scrolls-hover"?: any;
99
+ "background-neutrals-scrolls-pressed"?: any;
100
+ "background-neutrals-scrolls-pressed-hover"?: any;
101
+ "background-neutrals-subtle"?: any;
102
+ "background-neutrals-subtle-active"?: any;
103
+ "background-neutrals-subtle-hover"?: any;
104
+ "background-primary-prominent"?: any;
105
+ "background-primary-prominent-active"?: any;
106
+ "background-primary-prominent-expanded"?: any;
107
+ "background-primary-prominent-hover"?: any;
108
+ "background-primary-prominent-pressed"?: any;
109
+ "background-primary-prominent-pressed-hover"?: any;
110
+ "background-primary-prominent-selected"?: any;
111
+ "background-primary-subtle"?: any;
112
+ "background-primary-subtle-active"?: any;
113
+ "background-primary-subtle-expanded"?: any;
114
+ "background-primary-subtle-hover"?: any;
115
+ "background-primary-subtle-pressed"?: any;
116
+ "background-primary-subtle-pressed-hover"?: any;
117
+ "background-primary-subtle-selected"?: any;
118
+ "background-success"?: any;
119
+ "background-success-prominent"?: any;
120
+ "background-success-prominent-active"?: any;
121
+ "background-success-prominent-hover"?: any;
122
+ "background-warning-prominent"?: any;
123
+ "background-warning-subtle"?: any;
124
+ "border-danger"?: any;
125
+ "border-danger-active"?: any;
126
+ "border-danger-hover"?: any;
127
+ "border-focus-inner"?: any;
128
+ "border-focus-middle"?: any;
129
+ "border-focus-outer"?: any;
130
+ "border-neutrals"?: any;
131
+ "border-neutrals-active"?: any;
132
+ "border-neutrals-controls"?: any;
133
+ "border-neutrals-controls-disabled"?: any;
134
+ "border-neutrals-disabled"?: any;
135
+ "border-neutrals-hover"?: any;
136
+ "border-neutrals-inverted"?: any;
137
+ "border-neutrals-subtle"?: any;
138
+ "border-neutrals-text"?: any;
139
+ "border-neutrals-text-active"?: any;
140
+ "border-neutrals-text-hover"?: any;
141
+ "border-neutrals-text-subtle"?: any;
142
+ "border-neutrals-text-subtle-active"?: any;
143
+ "border-neutrals-text-subtle-hover"?: any;
144
+ "border-neutrals-transparent"?: any;
145
+ "border-primary"?: any;
146
+ "border-primary-active"?: any;
147
+ "border-primary-hover"?: any;
148
+ "border-primary-inverted"?: any;
149
+ "border-success"?: any;
150
+ "border-success-active"?: any;
151
+ "border-success-hover"?: any;
152
+ "border-warning"?: any;
153
+ "icon-danger"?: any;
154
+ "icon-danger-active"?: any;
155
+ "icon-danger-hover"?: any;
156
+ "icon-danger-inverted"?: any;
157
+ "icon-neutrals"?: any;
158
+ "icon-neutrals-disabled"?: any;
159
+ "icon-neutrals-inactive"?: any;
160
+ "icon-neutrals-inactive-hover"?: any;
161
+ "icon-neutrals-inverted"?: any;
162
+ "icon-neutrals-search"?: any;
163
+ "icon-neutrals-subtle"?: any;
164
+ "icon-neutrals-text"?: any;
165
+ "icon-primary"?: any;
166
+ "icon-primary-active"?: any;
167
+ "icon-primary-hover"?: any;
168
+ "icon-primary-inverted"?: any;
169
+ "icon-primary-selected"?: any;
170
+ "icon-success"?: any;
171
+ "icon-success-active"?: any;
172
+ "icon-success-hover"?: any;
173
+ "icon-success-inverted"?: any;
174
+ "icon-warning"?: any;
175
+ "icon-warning-prominent"?: any;
176
+ "icon-warning-subtle"?: any;
177
+ "text-danger"?: any;
178
+ "text-danger-active"?: any;
179
+ "text-danger-hover"?: any;
180
+ "text-danger-inverted"?: any;
181
+ "text-neutrals"?: any;
182
+ "text-neutrals-active"?: any;
183
+ "text-neutrals-disabled"?: any;
184
+ "text-neutrals-hover"?: any;
185
+ "text-neutrals-inverted"?: any;
186
+ "text-neutrals-placeholder"?: any;
187
+ "text-neutrals-placeholder-only"?: any;
188
+ "text-neutrals-subtle"?: any;
189
+ "text-neutrals-subtle-active"?: any;
190
+ "text-neutrals-subtle-hover"?: any;
191
+ "text-primary"?: any;
192
+ "text-primary-active"?: any;
193
+ "text-primary-hover"?: any;
194
+ "text-primary-inverted"?: any;
195
+ "text-primary-inverted-subtle"?: any;
196
+ "text-primary-selected"?: any;
197
+ "text-success"?: any;
198
+ "text-success-active"?: any;
199
+ "text-success-hover"?: any;
200
+ "text-success-inverted"?: any;
201
+ "text-warning"?: any;
202
+ "text-warning-subtle"?: any;
203
+ };
204
+ 'font-sizes': {
205
+ readonly 150: "0.75rem";
206
+ readonly 175: "0.875rem";
207
+ readonly 200: "1rem";
208
+ readonly 225: "1.125rem";
209
+ readonly 250: "1.25rem";
210
+ readonly 300: "1.5rem";
211
+ readonly 400: "2rem";
212
+ readonly 500: "2.5rem";
213
+ readonly 600: "3rem";
214
+ readonly 800: "4rem";
215
+ readonly 900: "4.5rem";
216
+ };
217
+ fonts: {
218
+ readonly heading: "Roobert, sans-serif";
219
+ readonly body: "Open Sans, sans-serif";
220
+ };
221
+ radii: {
222
+ readonly none: 0;
223
+ readonly half: "999em";
224
+ readonly 25: "2px";
225
+ readonly 50: "4px";
226
+ readonly 75: "6px";
227
+ readonly 100: "8px";
228
+ readonly 200: "16px";
229
+ };
230
+ shadows: {
231
+ readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
232
+ readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
233
+ readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
234
+ readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
235
+ readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
236
+ readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
237
+ };
238
+ sizes: {
239
+ readonly number: string;
240
+ readonly 'icon-200': "16px";
241
+ readonly 'icon-300': "24px";
242
+ readonly 'icon-400': "32px";
243
+ };
244
+ space: {
245
+ readonly 0: "0px";
246
+ readonly 25: "2px";
247
+ readonly 50: "4px";
248
+ readonly 100: "8px";
249
+ readonly 150: "12px";
250
+ readonly 200: "16px";
251
+ readonly 300: "24px";
252
+ readonly 400: "32px";
253
+ readonly 500: "40px";
254
+ readonly 600: "48px";
255
+ readonly 700: "56px";
256
+ readonly 800: "64px";
257
+ readonly 1200: "96px";
258
+ readonly 1600: "128px";
259
+ };
260
+ 'space-gap': {
261
+ readonly 0: any;
262
+ readonly 50: any;
263
+ readonly 100: any;
264
+ readonly 200: any;
265
+ readonly 300: any;
266
+ };
267
+ 'space-inset': {
268
+ readonly 0: any;
269
+ readonly 50: any;
270
+ readonly 100: any;
271
+ readonly 150: any;
272
+ readonly 200: any;
273
+ readonly 300: any;
274
+ readonly 400: any;
275
+ readonly 500: any;
276
+ readonly 600: any;
277
+ readonly 700: any;
278
+ readonly 800: any;
279
+ readonly 1200: any;
280
+ readonly 1600: any;
281
+ };
282
+ 'space-offset': {
283
+ readonly 0: any;
284
+ readonly 50: any;
285
+ readonly 100: any;
286
+ readonly 150: any;
287
+ readonly 200: any;
288
+ readonly 300: any;
289
+ readonly 400: any;
290
+ readonly 600: any;
291
+ readonly 800: any;
292
+ readonly 1200: any;
293
+ readonly 1600: any;
294
+ readonly 'stacking-0': any;
295
+ readonly 'stacking-100': any;
296
+ readonly 'stacking-200': any;
297
+ readonly 'stacking-300': any;
298
+ readonly 'stacking-400': any;
299
+ readonly 'stacking-500': any;
300
+ readonly 'stacking-800': any;
301
+ };
302
+ 'stroke-width': {
303
+ readonly thin: "1.5px";
304
+ readonly normal: "2px";
305
+ readonly bold: "4px";
306
+ };
307
+ 'z-indices': {
308
+ readonly dropdownMenu: 100;
309
+ readonly select: 200;
310
+ readonly popover: 300;
311
+ readonly tooltip: 400;
312
+ };
313
+ }, {
314
+ readonly background: "colors";
315
+ readonly backgroundColor: "colors";
316
+ readonly backgroundImage: "colors";
317
+ readonly blockSize: "sizes";
318
+ readonly border: "colors";
319
+ readonly borderBlock: "colors";
320
+ readonly borderBlockEnd: "colors";
321
+ readonly borderBlockStart: "colors";
322
+ readonly borderBottom: "colors";
323
+ readonly borderBottomColor: "colors";
324
+ readonly borderBottomLeftRadius: "radii";
325
+ readonly borderBottomRightRadius: "radii";
326
+ readonly borderBottomStyle: "border-styles";
327
+ readonly borderBottomWidth: "border-widths";
328
+ readonly borderColor: "colors";
329
+ readonly borderImage: "colors";
330
+ readonly borderInline: "colors";
331
+ readonly borderInlineEnd: "colors";
332
+ readonly borderInlineStart: "colors";
333
+ readonly borderLeft: "colors";
334
+ readonly borderLeftColor: "colors";
335
+ readonly borderLeftStyle: "border-styles";
336
+ readonly borderLeftWidth: "border-widths";
337
+ readonly borderRadius: "radii";
338
+ readonly borderRight: "colors";
339
+ readonly borderRightColor: "colors";
340
+ readonly borderRightStyle: "border-styles";
341
+ readonly borderRightWidth: "border-widths";
342
+ readonly borderSpacing: "space-offset";
343
+ readonly borderStyle: "border-styles";
344
+ readonly borderTop: "colors";
345
+ readonly borderTopColor: "colors";
346
+ readonly borderTopLeftRadius: "radii";
347
+ readonly borderTopRightRadius: "radii";
348
+ readonly borderTopStyle: "border-styles";
349
+ readonly borderTopWidth: "border-widths";
350
+ readonly borderWidth: "border-widths";
351
+ readonly bottom: "space";
352
+ readonly boxShadow: "shadows";
353
+ readonly caretColor: "colors";
354
+ readonly color: "colors";
355
+ readonly columnGap: "space-gap";
356
+ readonly columnRuleColor: "colors";
357
+ readonly fill: "colors";
358
+ readonly flexBasis: "sizes";
359
+ readonly fontFamily: "fonts";
360
+ readonly fontSize: "font-sizes";
361
+ readonly fontWeight: "font-weights";
362
+ readonly gap: "space-gap";
363
+ readonly gridColumnGap: "space-gap";
364
+ readonly gridGap: "space-gap";
365
+ readonly gridRowGap: "space-gap";
366
+ readonly gridTemplateColumns: "sizes";
367
+ readonly gridTemplateRows: "sizes";
368
+ readonly height: "sizes";
369
+ readonly inlineSize: "sizes";
370
+ readonly inset: "space-inset";
371
+ readonly insetBlock: "space-inset";
372
+ readonly insetBlockEnd: "space-inset";
373
+ readonly insetBlockStart: "space-inset";
374
+ readonly insetInline: "space-inset";
375
+ readonly insetInlineEnd: "space-inset";
376
+ readonly insetInlineStart: "space-inset";
377
+ readonly left: "space";
378
+ readonly letterSpacing: "letter-spacings";
379
+ readonly lineHeight: "line-heights";
380
+ readonly margin: "space-offset";
381
+ readonly marginBlock: "space-offset";
382
+ readonly marginBlockEnd: "space-offset";
383
+ readonly marginBlockStart: "space-offset";
384
+ readonly marginBottom: "space-offset";
385
+ readonly marginInline: "space-offset";
386
+ readonly marginInlineEnd: "space-offset";
387
+ readonly marginInlineStart: "space-offset";
388
+ readonly marginLeft: "space-offset";
389
+ readonly marginRight: "space-offset";
390
+ readonly marginTop: "space-offset";
391
+ readonly maxBlockSize: "sizes";
392
+ readonly maxHeight: "sizes";
393
+ readonly maxInlineSize: "sizes";
394
+ readonly maxWidth: "sizes";
395
+ readonly minBlockSize: "sizes";
396
+ readonly minHeight: "sizes";
397
+ readonly minInlineSize: "sizes";
398
+ readonly minWidth: "sizes";
399
+ readonly outline: "colors";
400
+ readonly outlineColor: "colors";
401
+ readonly padding: "space-inset";
402
+ readonly paddingBlock: "space-inset";
403
+ readonly paddingBlockEnd: "space-inset";
404
+ readonly paddingBlockStart: "space-inset";
405
+ readonly paddingBottom: "space-inset";
406
+ readonly paddingInline: "space-inset";
407
+ readonly paddingInlineEnd: "space-inset";
408
+ readonly paddingInlineStart: "space-inset";
409
+ readonly paddingLeft: "space-inset";
410
+ readonly paddingRight: "space-inset";
411
+ readonly paddingTop: "space-inset";
412
+ readonly right: "space";
413
+ readonly rowGap: "space-gap";
414
+ readonly scrollMargin: "space-offset";
415
+ readonly scrollMarginBlock: "space-offset";
416
+ readonly scrollMarginBlockEnd: "space-offset";
417
+ readonly scrollMarginBlockStart: "space-offset";
418
+ readonly scrollMarginBottom: "space-offset";
419
+ readonly scrollMarginInline: "space-offset";
420
+ readonly scrollMarginInlineEnd: "space-offset";
421
+ readonly scrollMarginInlineStart: "space-offset";
422
+ readonly scrollMarginLeft: "space-offset";
423
+ readonly scrollMarginRight: "space-offset";
424
+ readonly scrollMarginTop: "space-offset";
425
+ readonly scrollPadding: "space-inset";
426
+ readonly scrollPaddingBlock: "space-inset";
427
+ readonly scrollPaddingBlockEnd: "space-inset";
428
+ readonly scrollPaddingBlockStart: "space-inset";
429
+ readonly scrollPaddingBottom: "space-inset";
430
+ readonly scrollPaddingInline: "space-inset";
431
+ readonly scrollPaddingInlineEnd: "space-inset";
432
+ readonly scrollPaddingInlineStart: "space-inset";
433
+ readonly scrollPaddingLeft: "space-inset";
434
+ readonly scrollPaddingRight: "space-inset";
435
+ readonly scrollPaddingTop: "space-inset";
436
+ readonly stroke: "colors";
437
+ readonly strokeWidth: "stroke-width";
438
+ readonly textDecorationColor: "colors";
439
+ readonly textShadow: "shadows";
440
+ readonly top: "space";
441
+ readonly transition: "transitions";
442
+ readonly width: "sizes";
443
+ readonly zIndex: "z-indices";
444
+ }, {
445
+ paddingX: (value: {
446
+ readonly [$$PropertyValue]: "padding";
447
+ }) => {
448
+ paddingLeft: {
449
+ readonly [$$PropertyValue]: "padding";
306
450
  };
307
- 'z-indices': {
308
- readonly dropdownMenu: 100;
309
- readonly select: 200;
310
- readonly popover: 300;
311
- readonly tooltip: 400;
451
+ paddingRight: {
452
+ readonly [$$PropertyValue]: "padding";
312
453
  };
313
- }, {
314
- readonly background: "colors";
315
- readonly backgroundColor: "colors";
316
- readonly backgroundImage: "colors";
317
- readonly blockSize: "sizes";
318
- readonly border: "colors";
319
- readonly borderBlock: "colors";
320
- readonly borderBlockEnd: "colors";
321
- readonly borderBlockStart: "colors";
322
- readonly borderBottom: "colors";
323
- readonly borderBottomColor: "colors";
324
- readonly borderBottomLeftRadius: "radii";
325
- readonly borderBottomRightRadius: "radii";
326
- readonly borderBottomStyle: "border-styles";
327
- readonly borderBottomWidth: "border-widths";
328
- readonly borderColor: "colors";
329
- readonly borderImage: "colors";
330
- readonly borderInline: "colors";
331
- readonly borderInlineEnd: "colors";
332
- readonly borderInlineStart: "colors";
333
- readonly borderLeft: "colors";
334
- readonly borderLeftColor: "colors";
335
- readonly borderLeftStyle: "border-styles";
336
- readonly borderLeftWidth: "border-widths";
337
- readonly borderRadius: "radii";
338
- readonly borderRight: "colors";
339
- readonly borderRightColor: "colors";
340
- readonly borderRightStyle: "border-styles";
341
- readonly borderRightWidth: "border-widths";
342
- readonly borderStyle: "border-styles";
343
- readonly borderTop: "colors";
344
- readonly borderTopColor: "colors";
345
- readonly borderTopLeftRadius: "radii";
346
- readonly borderTopRightRadius: "radii";
347
- readonly borderTopStyle: "border-styles";
348
- readonly borderTopWidth: "border-widths";
349
- readonly borderWidth: "border-widths";
350
- readonly bottom: "space";
351
- readonly boxShadow: "shadows";
352
- readonly caretColor: "colors";
353
- readonly color: "colors";
354
- readonly columnGap: "space-gap";
355
- readonly columnRuleColor: "colors";
356
- readonly fill: "colors";
357
- readonly flexBasis: "sizes";
358
- readonly fontFamily: "fonts";
359
- readonly fontSize: "font-sizes";
360
- readonly fontWeight: "font-weights";
361
- readonly gap: "space-gap";
362
- readonly gridColumnGap: "space-gap";
363
- readonly gridGap: "space-gap";
364
- readonly gridRowGap: "space-gap";
365
- readonly gridTemplateColumns: "sizes";
366
- readonly gridTemplateRows: "sizes";
367
- readonly height: "sizes";
368
- readonly inlineSize: "sizes";
369
- readonly inset: "space-inset";
370
- readonly insetBlock: "space-inset";
371
- readonly insetBlockEnd: "space-inset";
372
- readonly insetBlockStart: "space-inset";
373
- readonly insetInline: "space-inset";
374
- readonly insetInlineEnd: "space-inset";
375
- readonly insetInlineStart: "space-inset";
376
- readonly left: "space";
377
- readonly letterSpacing: "letter-spacings";
378
- readonly lineHeight: "line-heights";
379
- readonly margin: "space-offset";
380
- readonly marginBlock: "space-offset";
381
- readonly marginBlockEnd: "space-offset";
382
- readonly marginBlockStart: "space-offset";
383
- readonly marginBottom: "space-offset";
384
- readonly marginInline: "space-offset";
385
- readonly marginInlineEnd: "space-offset";
386
- readonly marginInlineStart: "space-offset";
387
- readonly marginLeft: "space-offset";
388
- readonly marginRight: "space-offset";
389
- readonly marginTop: "space-offset";
390
- readonly maxBlockSize: "sizes";
391
- readonly maxHeight: "sizes";
392
- readonly maxInlineSize: "sizes";
393
- readonly maxWidth: "sizes";
394
- readonly minBlockSize: "sizes";
395
- readonly minHeight: "sizes";
396
- readonly minInlineSize: "sizes";
397
- readonly minWidth: "sizes";
398
- readonly outline: "colors";
399
- readonly outlineColor: "colors";
400
- readonly padding: "space-inset";
401
- readonly paddingBlock: "space-inset";
402
- readonly paddingBlockEnd: "space-inset";
403
- readonly paddingBlockStart: "space-inset";
404
- readonly paddingBottom: "space-inset";
405
- readonly paddingInline: "space-inset";
406
- readonly paddingInlineEnd: "space-inset";
407
- readonly paddingInlineStart: "space-inset";
408
- readonly paddingLeft: "space-inset";
409
- readonly paddingRight: "space-inset";
410
- readonly paddingTop: "space-inset";
411
- readonly right: "space";
412
- readonly rowGap: "space-gap";
413
- readonly scrollMargin: "space-offset";
414
- readonly scrollMarginBlock: "space-offset";
415
- readonly scrollMarginBlockEnd: "space-offset";
416
- readonly scrollMarginBlockStart: "space-offset";
417
- readonly scrollMarginBottom: "space-offset";
418
- readonly scrollMarginInline: "space-offset";
419
- readonly scrollMarginInlineEnd: "space-offset";
420
- readonly scrollMarginInlineStart: "space-offset";
421
- readonly scrollMarginLeft: "space-offset";
422
- readonly scrollMarginRight: "space-offset";
423
- readonly scrollMarginTop: "space-offset";
424
- readonly scrollPadding: "space-inset";
425
- readonly scrollPaddingBlock: "space-inset";
426
- readonly scrollPaddingBlockEnd: "space-inset";
427
- readonly scrollPaddingBlockStart: "space-inset";
428
- readonly scrollPaddingBottom: "space-inset";
429
- readonly scrollPaddingInline: "space-inset";
430
- readonly scrollPaddingInlineEnd: "space-inset";
431
- readonly scrollPaddingInlineStart: "space-inset";
432
- readonly scrollPaddingLeft: "space-inset";
433
- readonly scrollPaddingRight: "space-inset";
434
- readonly scrollPaddingTop: "space-inset";
435
- readonly stroke: "colors";
436
- readonly strokeWidth: "stroke-width";
437
- readonly textDecorationColor: "colors";
438
- readonly textShadow: "shadows";
439
- readonly top: "space";
440
- readonly transition: "transitions";
441
- readonly width: "sizes";
442
- readonly zIndex: "z-indices";
443
- }, {
444
- paddingX: (value: {
454
+ };
455
+ paddingY: (value: {
456
+ readonly [$$PropertyValue]: "padding";
457
+ }) => {
458
+ paddingTop: {
445
459
  readonly [$$PropertyValue]: "padding";
446
- }) => {
447
- paddingLeft: {
448
- readonly [$$PropertyValue]: "padding";
449
- };
450
- paddingRight: {
451
- readonly [$$PropertyValue]: "padding";
452
- };
453
460
  };
454
- paddingY: (value: {
461
+ paddingBottom: {
455
462
  readonly [$$PropertyValue]: "padding";
456
- }) => {
457
- paddingTop: {
458
- readonly [$$PropertyValue]: "padding";
459
- };
460
- paddingBottom: {
461
- readonly [$$PropertyValue]: "padding";
462
- };
463
463
  };
464
- marginX: (value: {
464
+ };
465
+ marginX: (value: {
466
+ readonly [$$PropertyValue]: "margin";
467
+ }) => {
468
+ marginLeft: {
465
469
  readonly [$$PropertyValue]: "margin";
466
- }) => {
467
- marginLeft: {
468
- readonly [$$PropertyValue]: "margin";
469
- };
470
- marginRight: {
471
- readonly [$$PropertyValue]: "margin";
472
- };
473
470
  };
474
- marginY: (value: {
471
+ marginRight: {
475
472
  readonly [$$PropertyValue]: "margin";
476
- }) => {
477
- marginTop: {
478
- readonly [$$PropertyValue]: "margin";
479
- };
480
- marginBottom: {
481
- readonly [$$PropertyValue]: "margin";
482
- };
483
473
  };
484
- square: (value: {
474
+ };
475
+ marginY: (value: {
476
+ readonly [$$PropertyValue]: "margin";
477
+ }) => {
478
+ marginTop: {
479
+ readonly [$$PropertyValue]: "margin";
480
+ };
481
+ marginBottom: {
482
+ readonly [$$PropertyValue]: "margin";
483
+ };
484
+ };
485
+ square: (value: {
486
+ readonly [$$PropertyValue]: "width";
487
+ }) => {
488
+ width: {
489
+ readonly [$$PropertyValue]: "width";
490
+ };
491
+ height: {
485
492
  readonly [$$PropertyValue]: "width";
486
- }) => {
487
- width: {
488
- readonly [$$PropertyValue]: "width";
489
- };
490
- height: {
491
- readonly [$$PropertyValue]: "width";
492
- };
493
493
  };
494
- }> | undefined;
495
- }> & {
496
- children?: react.ReactNode;
497
- } & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_tooltip.TooltipContentProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
494
+ };
495
+ }>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_tooltip.TooltipContentProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
498
496
  declare type StyledContentProps = StrictComponentProps<typeof StyledContent>;
499
497
 
500
498
  declare type PointerDownOutsideEvent = CustomEvent<{
@@ -576,494 +574,492 @@ interface ContentProps extends StyledContentProps {
576
574
  }
577
575
  declare const Content: react__default.ForwardRefExoticComponent<Omit<ContentProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
578
576
 
579
- declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<_radix_ui_react_tooltip.TooltipTriggerProps & react.RefAttributes<HTMLButtonElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
580
- css?: _stitches_react_types_css_util.CSS<{}, {
581
- 'border-widths': {
582
- readonly none: 0;
583
- readonly sm: "1px";
584
- readonly md: "2px";
585
- readonly lg: "4px";
586
- };
587
- colors: {
588
- readonly black: any;
589
- readonly 'blue-100': any;
590
- readonly 'blue-200': any;
591
- readonly 'blue-300': any;
592
- readonly 'blue-400': any;
593
- readonly 'blue-500': any;
594
- readonly 'blue-600': any;
595
- readonly 'blue-700': any;
596
- readonly 'blue-800': any;
597
- readonly 'blue-900': any;
598
- readonly 'blue-1000': any;
599
- readonly 'gray-100': any;
600
- readonly 'gray-200': any;
601
- readonly 'gray-300': any;
602
- readonly 'gray-400': any;
603
- readonly 'gray-500': any;
604
- readonly 'gray-600': any;
605
- readonly 'gray-700': any;
606
- readonly 'gray-800': any;
607
- readonly 'gray-900': any;
608
- readonly 'green-100': any;
609
- readonly 'green-200': any;
610
- readonly 'green-300': any;
611
- readonly 'green-400': any;
612
- readonly 'green-500': any;
613
- readonly 'green-600': any;
614
- readonly 'green-700': any;
615
- readonly 'green-800': any;
616
- readonly 'green-900': any;
617
- readonly 'indigo-100': any;
618
- readonly 'indigo-200': any;
619
- readonly 'indigo-300': any;
620
- readonly 'indigo-400': any;
621
- readonly 'indigo-500': any;
622
- readonly 'indigo-600': any;
623
- readonly 'indigo-700': any;
624
- readonly 'indigo-800': any;
625
- readonly 'indigo-900': any;
626
- readonly 'red-100': any;
627
- readonly 'red-200': any;
628
- readonly 'red-300': any;
629
- readonly 'red-400': any;
630
- readonly 'red-500': any;
631
- readonly 'red-600': any;
632
- readonly 'red-700': any;
633
- readonly 'red-800': any;
634
- readonly 'red-900': any;
635
- readonly transparent: any;
636
- readonly white: any;
637
- readonly 'yellow-100': any;
638
- readonly 'yellow-200': any;
639
- readonly 'yellow-300': any;
640
- readonly 'yellow-400': any;
641
- readonly 'yellow-500': any;
642
- readonly 'yellow-600': any;
643
- readonly 'yellow-700': any;
644
- readonly 'yellow-800': any;
645
- readonly 'yellow-900': any;
646
- "background-alpha-active"?: any;
647
- "background-alpha-hover"?: any;
648
- "background-danger-prominent"?: any;
649
- "background-danger-prominent-active"?: any;
650
- "background-danger-prominent-hover"?: any;
651
- "background-danger-subtle"?: any;
652
- "background-danger-subtle-active"?: any;
653
- "background-danger-subtle-hover"?: any;
654
- "background-neutrals"?: any;
655
- "background-neutrals-active"?: any;
656
- "background-neutrals-container"?: any;
657
- "background-neutrals-controls-disabled"?: any;
658
- "background-neutrals-disabled"?: any;
659
- "background-neutrals-hover"?: any;
660
- "background-neutrals-inactive"?: any;
661
- "background-neutrals-inactive-hover"?: any;
662
- "background-neutrals-inverted"?: any;
663
- "background-neutrals-inverted-subtle"?: any;
664
- "background-neutrals-page"?: any;
665
- "background-neutrals-page-subtle"?: any;
666
- "background-neutrals-scrolls"?: any;
667
- "background-neutrals-scrolls-expanded"?: any;
668
- "background-neutrals-scrolls-hover"?: any;
669
- "background-neutrals-scrolls-pressed"?: any;
670
- "background-neutrals-scrolls-pressed-hover"?: any;
671
- "background-neutrals-subtle"?: any;
672
- "background-neutrals-subtle-active"?: any;
673
- "background-neutrals-subtle-hover"?: any;
674
- "background-primary-prominent"?: any;
675
- "background-primary-prominent-active"?: any;
676
- "background-primary-prominent-expanded"?: any;
677
- "background-primary-prominent-hover"?: any;
678
- "background-primary-prominent-pressed"?: any;
679
- "background-primary-prominent-pressed-hover"?: any;
680
- "background-primary-prominent-selected"?: any;
681
- "background-primary-subtle"?: any;
682
- "background-primary-subtle-active"?: any;
683
- "background-primary-subtle-expanded"?: any;
684
- "background-primary-subtle-hover"?: any;
685
- "background-primary-subtle-pressed"?: any;
686
- "background-primary-subtle-pressed-hover"?: any;
687
- "background-primary-subtle-selected"?: any;
688
- "background-success"?: any;
689
- "background-success-prominent"?: any;
690
- "background-success-prominent-active"?: any;
691
- "background-success-prominent-hover"?: any;
692
- "background-warning-prominent"?: any;
693
- "background-warning-subtle"?: any;
694
- "border-danger"?: any;
695
- "border-danger-active"?: any;
696
- "border-danger-hover"?: any;
697
- "border-focus-inner"?: any;
698
- "border-focus-middle"?: any;
699
- "border-focus-outer"?: any;
700
- "border-neutrals"?: any;
701
- "border-neutrals-active"?: any;
702
- "border-neutrals-controls"?: any;
703
- "border-neutrals-controls-disabled"?: any;
704
- "border-neutrals-disabled"?: any;
705
- "border-neutrals-hover"?: any;
706
- "border-neutrals-inverted"?: any;
707
- "border-neutrals-subtle"?: any;
708
- "border-neutrals-text"?: any;
709
- "border-neutrals-text-active"?: any;
710
- "border-neutrals-text-hover"?: any;
711
- "border-neutrals-text-subtle"?: any;
712
- "border-neutrals-text-subtle-active"?: any;
713
- "border-neutrals-text-subtle-hover"?: any;
714
- "border-neutrals-transparent"?: any;
715
- "border-primary"?: any;
716
- "border-primary-active"?: any;
717
- "border-primary-hover"?: any;
718
- "border-primary-inverted"?: any;
719
- "border-success"?: any;
720
- "border-success-active"?: any;
721
- "border-success-hover"?: any;
722
- "border-warning"?: any;
723
- "icon-danger"?: any;
724
- "icon-danger-active"?: any;
725
- "icon-danger-hover"?: any;
726
- "icon-danger-inverted"?: any;
727
- "icon-neutrals"?: any;
728
- "icon-neutrals-disabled"?: any;
729
- "icon-neutrals-inactive"?: any;
730
- "icon-neutrals-inactive-hover"?: any;
731
- "icon-neutrals-inverted"?: any;
732
- "icon-neutrals-search"?: any;
733
- "icon-neutrals-subtle"?: any;
734
- "icon-neutrals-text"?: any;
735
- "icon-primary"?: any;
736
- "icon-primary-active"?: any;
737
- "icon-primary-hover"?: any;
738
- "icon-primary-inverted"?: any;
739
- "icon-primary-selected"?: any;
740
- "icon-success"?: any;
741
- "icon-success-active"?: any;
742
- "icon-success-hover"?: any;
743
- "icon-success-inverted"?: any;
744
- "icon-warning"?: any;
745
- "icon-warning-prominent"?: any;
746
- "icon-warning-subtle"?: any;
747
- "text-danger"?: any;
748
- "text-danger-active"?: any;
749
- "text-danger-hover"?: any;
750
- "text-danger-inverted"?: any;
751
- "text-neutrals"?: any;
752
- "text-neutrals-active"?: any;
753
- "text-neutrals-disabled"?: any;
754
- "text-neutrals-hover"?: any;
755
- "text-neutrals-inverted"?: any;
756
- "text-neutrals-placeholder"?: any;
757
- "text-neutrals-placeholder-only"?: any;
758
- "text-neutrals-subtle"?: any;
759
- "text-neutrals-subtle-active"?: any;
760
- "text-neutrals-subtle-hover"?: any;
761
- "text-primary"?: any;
762
- "text-primary-active"?: any;
763
- "text-primary-hover"?: any;
764
- "text-primary-inverted"?: any;
765
- "text-primary-inverted-subtle"?: any;
766
- "text-primary-selected"?: any;
767
- "text-success"?: any;
768
- "text-success-active"?: any;
769
- "text-success-hover"?: any;
770
- "text-success-inverted"?: any;
771
- "text-warning"?: any;
772
- "text-warning-subtle"?: any;
773
- };
774
- 'font-sizes': {
775
- readonly 150: "0.75rem";
776
- readonly 175: "0.875rem";
777
- readonly 200: "1rem";
778
- readonly 225: "1.125rem";
779
- readonly 250: "1.25rem";
780
- readonly 300: "1.5rem";
781
- readonly 400: "2rem";
782
- readonly 500: "2.5rem";
783
- readonly 600: "3rem";
784
- readonly 800: "4rem";
785
- readonly 900: "4.5rem";
786
- };
787
- fonts: {
788
- readonly heading: "Roobert, sans-serif";
789
- readonly body: "Open Sans, sans-serif";
790
- };
791
- radii: {
792
- readonly none: 0;
793
- readonly half: "999em";
794
- readonly 25: "2px";
795
- readonly 50: "4px";
796
- readonly 75: "6px";
797
- readonly 100: "8px";
798
- readonly 200: "16px";
799
- };
800
- shadows: {
801
- 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";
802
- 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";
803
- 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";
804
- 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";
805
- 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";
806
- 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";
807
- };
808
- sizes: {
809
- readonly number: string;
810
- readonly 'icon-200': "16px";
811
- readonly 'icon-300': "24px";
812
- readonly 'icon-400': "32px";
813
- };
814
- space: {
815
- readonly 0: "0px";
816
- readonly 25: "2px";
817
- readonly 50: "4px";
818
- readonly 100: "8px";
819
- readonly 150: "12px";
820
- readonly 200: "16px";
821
- readonly 300: "24px";
822
- readonly 400: "32px";
823
- readonly 500: "40px";
824
- readonly 600: "48px";
825
- readonly 700: "56px";
826
- readonly 800: "64px";
827
- readonly 1200: "96px";
828
- readonly 1600: "128px";
829
- };
830
- 'space-gap': {
831
- readonly 0: any;
832
- readonly 50: any;
833
- readonly 100: any;
834
- readonly 200: any;
835
- readonly 300: any;
836
- };
837
- 'space-inset': {
838
- readonly 0: any;
839
- readonly 50: any;
840
- readonly 100: any;
841
- readonly 150: any;
842
- readonly 200: any;
843
- readonly 300: any;
844
- readonly 400: any;
845
- readonly 600: any;
846
- readonly 700: any;
847
- readonly 800: any;
848
- readonly 1200: any;
849
- readonly 1600: any;
850
- };
851
- 'space-offset': {
852
- readonly 0: any;
853
- readonly 50: any;
854
- readonly 100: any;
855
- readonly 150: any;
856
- readonly 200: any;
857
- readonly 300: any;
858
- readonly 400: any;
859
- readonly 600: any;
860
- readonly 800: any;
861
- readonly 1200: any;
862
- readonly 1600: any;
863
- readonly 'stacking-0': any;
864
- readonly 'stacking-100': any;
865
- readonly 'stacking-200': any;
866
- readonly 'stacking-300': any;
867
- readonly 'stacking-400': any;
868
- readonly 'stacking-500': any;
869
- readonly 'stacking-800': any;
870
- };
871
- 'stroke-width': {
872
- readonly thin: "1.5px";
873
- readonly normal: "2px";
874
- readonly bold: "4px";
577
+ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_tooltip.TooltipTriggerProps & react.RefAttributes<HTMLButtonElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
578
+ 'border-widths': {
579
+ readonly none: 0;
580
+ readonly sm: "1px";
581
+ readonly md: "2px";
582
+ readonly lg: "4px";
583
+ };
584
+ colors: {
585
+ readonly black: any;
586
+ readonly 'blue-100': any;
587
+ readonly 'blue-200': any;
588
+ readonly 'blue-300': any;
589
+ readonly 'blue-400': any;
590
+ readonly 'blue-500': any;
591
+ readonly 'blue-600': any;
592
+ readonly 'blue-700': any;
593
+ readonly 'blue-800': any;
594
+ readonly 'blue-900': any;
595
+ readonly 'blue-1000': any;
596
+ readonly 'gray-100': any;
597
+ readonly 'gray-200': any;
598
+ readonly 'gray-300': any;
599
+ readonly 'gray-400': any;
600
+ readonly 'gray-500': any;
601
+ readonly 'gray-600': any;
602
+ readonly 'gray-700': any;
603
+ readonly 'gray-800': any;
604
+ readonly 'gray-900': any;
605
+ readonly 'green-100': any;
606
+ readonly 'green-200': any;
607
+ readonly 'green-300': any;
608
+ readonly 'green-400': any;
609
+ readonly 'green-500': any;
610
+ readonly 'green-600': any;
611
+ readonly 'green-700': any;
612
+ readonly 'green-800': any;
613
+ readonly 'green-900': any;
614
+ readonly 'indigo-100': any;
615
+ readonly 'indigo-200': any;
616
+ readonly 'indigo-300': any;
617
+ readonly 'indigo-400': any;
618
+ readonly 'indigo-500': any;
619
+ readonly 'indigo-600': any;
620
+ readonly 'indigo-700': any;
621
+ readonly 'indigo-800': any;
622
+ readonly 'indigo-900': any;
623
+ readonly 'red-100': any;
624
+ readonly 'red-200': any;
625
+ readonly 'red-300': any;
626
+ readonly 'red-400': any;
627
+ readonly 'red-500': any;
628
+ readonly 'red-600': any;
629
+ readonly 'red-700': any;
630
+ readonly 'red-800': any;
631
+ readonly 'red-900': any;
632
+ readonly transparent: any;
633
+ readonly white: any;
634
+ readonly 'yellow-100': any;
635
+ readonly 'yellow-200': any;
636
+ readonly 'yellow-300': any;
637
+ readonly 'yellow-400': any;
638
+ readonly 'yellow-500': any;
639
+ readonly 'yellow-600': any;
640
+ readonly 'yellow-700': any;
641
+ readonly 'yellow-800': any;
642
+ readonly 'yellow-900': any;
643
+ "background-alpha-active"?: any;
644
+ "background-alpha-hover"?: any;
645
+ "background-danger-prominent"?: any;
646
+ "background-danger-prominent-active"?: any;
647
+ "background-danger-prominent-hover"?: any;
648
+ "background-danger-subtle"?: any;
649
+ "background-danger-subtle-active"?: any;
650
+ "background-danger-subtle-hover"?: any;
651
+ "background-neutrals"?: any;
652
+ "background-neutrals-active"?: any;
653
+ "background-neutrals-container"?: any;
654
+ "background-neutrals-controls-disabled"?: any;
655
+ "background-neutrals-disabled"?: any;
656
+ "background-neutrals-hover"?: any;
657
+ "background-neutrals-inactive"?: any;
658
+ "background-neutrals-inactive-hover"?: any;
659
+ "background-neutrals-inverted"?: any;
660
+ "background-neutrals-inverted-subtle"?: any;
661
+ "background-neutrals-page"?: any;
662
+ "background-neutrals-page-subtle"?: any;
663
+ "background-neutrals-scrolls"?: any;
664
+ "background-neutrals-scrolls-expanded"?: any;
665
+ "background-neutrals-scrolls-hover"?: any;
666
+ "background-neutrals-scrolls-pressed"?: any;
667
+ "background-neutrals-scrolls-pressed-hover"?: any;
668
+ "background-neutrals-subtle"?: any;
669
+ "background-neutrals-subtle-active"?: any;
670
+ "background-neutrals-subtle-hover"?: any;
671
+ "background-primary-prominent"?: any;
672
+ "background-primary-prominent-active"?: any;
673
+ "background-primary-prominent-expanded"?: any;
674
+ "background-primary-prominent-hover"?: any;
675
+ "background-primary-prominent-pressed"?: any;
676
+ "background-primary-prominent-pressed-hover"?: any;
677
+ "background-primary-prominent-selected"?: any;
678
+ "background-primary-subtle"?: any;
679
+ "background-primary-subtle-active"?: any;
680
+ "background-primary-subtle-expanded"?: any;
681
+ "background-primary-subtle-hover"?: any;
682
+ "background-primary-subtle-pressed"?: any;
683
+ "background-primary-subtle-pressed-hover"?: any;
684
+ "background-primary-subtle-selected"?: any;
685
+ "background-success"?: any;
686
+ "background-success-prominent"?: any;
687
+ "background-success-prominent-active"?: any;
688
+ "background-success-prominent-hover"?: any;
689
+ "background-warning-prominent"?: any;
690
+ "background-warning-subtle"?: any;
691
+ "border-danger"?: any;
692
+ "border-danger-active"?: any;
693
+ "border-danger-hover"?: any;
694
+ "border-focus-inner"?: any;
695
+ "border-focus-middle"?: any;
696
+ "border-focus-outer"?: any;
697
+ "border-neutrals"?: any;
698
+ "border-neutrals-active"?: any;
699
+ "border-neutrals-controls"?: any;
700
+ "border-neutrals-controls-disabled"?: any;
701
+ "border-neutrals-disabled"?: any;
702
+ "border-neutrals-hover"?: any;
703
+ "border-neutrals-inverted"?: any;
704
+ "border-neutrals-subtle"?: any;
705
+ "border-neutrals-text"?: any;
706
+ "border-neutrals-text-active"?: any;
707
+ "border-neutrals-text-hover"?: any;
708
+ "border-neutrals-text-subtle"?: any;
709
+ "border-neutrals-text-subtle-active"?: any;
710
+ "border-neutrals-text-subtle-hover"?: any;
711
+ "border-neutrals-transparent"?: any;
712
+ "border-primary"?: any;
713
+ "border-primary-active"?: any;
714
+ "border-primary-hover"?: any;
715
+ "border-primary-inverted"?: any;
716
+ "border-success"?: any;
717
+ "border-success-active"?: any;
718
+ "border-success-hover"?: any;
719
+ "border-warning"?: any;
720
+ "icon-danger"?: any;
721
+ "icon-danger-active"?: any;
722
+ "icon-danger-hover"?: any;
723
+ "icon-danger-inverted"?: any;
724
+ "icon-neutrals"?: any;
725
+ "icon-neutrals-disabled"?: any;
726
+ "icon-neutrals-inactive"?: any;
727
+ "icon-neutrals-inactive-hover"?: any;
728
+ "icon-neutrals-inverted"?: any;
729
+ "icon-neutrals-search"?: any;
730
+ "icon-neutrals-subtle"?: any;
731
+ "icon-neutrals-text"?: any;
732
+ "icon-primary"?: any;
733
+ "icon-primary-active"?: any;
734
+ "icon-primary-hover"?: any;
735
+ "icon-primary-inverted"?: any;
736
+ "icon-primary-selected"?: any;
737
+ "icon-success"?: any;
738
+ "icon-success-active"?: any;
739
+ "icon-success-hover"?: any;
740
+ "icon-success-inverted"?: any;
741
+ "icon-warning"?: any;
742
+ "icon-warning-prominent"?: any;
743
+ "icon-warning-subtle"?: any;
744
+ "text-danger"?: any;
745
+ "text-danger-active"?: any;
746
+ "text-danger-hover"?: any;
747
+ "text-danger-inverted"?: any;
748
+ "text-neutrals"?: any;
749
+ "text-neutrals-active"?: any;
750
+ "text-neutrals-disabled"?: any;
751
+ "text-neutrals-hover"?: any;
752
+ "text-neutrals-inverted"?: any;
753
+ "text-neutrals-placeholder"?: any;
754
+ "text-neutrals-placeholder-only"?: any;
755
+ "text-neutrals-subtle"?: any;
756
+ "text-neutrals-subtle-active"?: any;
757
+ "text-neutrals-subtle-hover"?: any;
758
+ "text-primary"?: any;
759
+ "text-primary-active"?: any;
760
+ "text-primary-hover"?: any;
761
+ "text-primary-inverted"?: any;
762
+ "text-primary-inverted-subtle"?: any;
763
+ "text-primary-selected"?: any;
764
+ "text-success"?: any;
765
+ "text-success-active"?: any;
766
+ "text-success-hover"?: any;
767
+ "text-success-inverted"?: any;
768
+ "text-warning"?: any;
769
+ "text-warning-subtle"?: any;
770
+ };
771
+ 'font-sizes': {
772
+ readonly 150: "0.75rem";
773
+ readonly 175: "0.875rem";
774
+ readonly 200: "1rem";
775
+ readonly 225: "1.125rem";
776
+ readonly 250: "1.25rem";
777
+ readonly 300: "1.5rem";
778
+ readonly 400: "2rem";
779
+ readonly 500: "2.5rem";
780
+ readonly 600: "3rem";
781
+ readonly 800: "4rem";
782
+ readonly 900: "4.5rem";
783
+ };
784
+ fonts: {
785
+ readonly heading: "Roobert, sans-serif";
786
+ readonly body: "Open Sans, sans-serif";
787
+ };
788
+ radii: {
789
+ readonly none: 0;
790
+ readonly half: "999em";
791
+ readonly 25: "2px";
792
+ readonly 50: "4px";
793
+ readonly 75: "6px";
794
+ readonly 100: "8px";
795
+ readonly 200: "16px";
796
+ };
797
+ shadows: {
798
+ 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";
799
+ 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";
800
+ 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";
801
+ 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";
802
+ 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";
803
+ 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";
804
+ };
805
+ sizes: {
806
+ readonly number: string;
807
+ readonly 'icon-200': "16px";
808
+ readonly 'icon-300': "24px";
809
+ readonly 'icon-400': "32px";
810
+ };
811
+ space: {
812
+ readonly 0: "0px";
813
+ readonly 25: "2px";
814
+ readonly 50: "4px";
815
+ readonly 100: "8px";
816
+ readonly 150: "12px";
817
+ readonly 200: "16px";
818
+ readonly 300: "24px";
819
+ readonly 400: "32px";
820
+ readonly 500: "40px";
821
+ readonly 600: "48px";
822
+ readonly 700: "56px";
823
+ readonly 800: "64px";
824
+ readonly 1200: "96px";
825
+ readonly 1600: "128px";
826
+ };
827
+ 'space-gap': {
828
+ readonly 0: any;
829
+ readonly 50: any;
830
+ readonly 100: any;
831
+ readonly 200: any;
832
+ readonly 300: any;
833
+ };
834
+ 'space-inset': {
835
+ readonly 0: any;
836
+ readonly 50: any;
837
+ readonly 100: any;
838
+ readonly 150: any;
839
+ readonly 200: any;
840
+ readonly 300: any;
841
+ readonly 400: any;
842
+ readonly 500: any;
843
+ readonly 600: any;
844
+ readonly 700: any;
845
+ readonly 800: any;
846
+ readonly 1200: any;
847
+ readonly 1600: any;
848
+ };
849
+ 'space-offset': {
850
+ readonly 0: any;
851
+ readonly 50: any;
852
+ readonly 100: any;
853
+ readonly 150: any;
854
+ readonly 200: any;
855
+ readonly 300: any;
856
+ readonly 400: any;
857
+ readonly 600: any;
858
+ readonly 800: any;
859
+ readonly 1200: any;
860
+ readonly 1600: any;
861
+ readonly 'stacking-0': any;
862
+ readonly 'stacking-100': any;
863
+ readonly 'stacking-200': any;
864
+ readonly 'stacking-300': any;
865
+ readonly 'stacking-400': any;
866
+ readonly 'stacking-500': any;
867
+ readonly 'stacking-800': any;
868
+ };
869
+ 'stroke-width': {
870
+ readonly thin: "1.5px";
871
+ readonly normal: "2px";
872
+ readonly bold: "4px";
873
+ };
874
+ 'z-indices': {
875
+ readonly dropdownMenu: 100;
876
+ readonly select: 200;
877
+ readonly popover: 300;
878
+ readonly tooltip: 400;
879
+ };
880
+ }, {
881
+ readonly background: "colors";
882
+ readonly backgroundColor: "colors";
883
+ readonly backgroundImage: "colors";
884
+ readonly blockSize: "sizes";
885
+ readonly border: "colors";
886
+ readonly borderBlock: "colors";
887
+ readonly borderBlockEnd: "colors";
888
+ readonly borderBlockStart: "colors";
889
+ readonly borderBottom: "colors";
890
+ readonly borderBottomColor: "colors";
891
+ readonly borderBottomLeftRadius: "radii";
892
+ readonly borderBottomRightRadius: "radii";
893
+ readonly borderBottomStyle: "border-styles";
894
+ readonly borderBottomWidth: "border-widths";
895
+ readonly borderColor: "colors";
896
+ readonly borderImage: "colors";
897
+ readonly borderInline: "colors";
898
+ readonly borderInlineEnd: "colors";
899
+ readonly borderInlineStart: "colors";
900
+ readonly borderLeft: "colors";
901
+ readonly borderLeftColor: "colors";
902
+ readonly borderLeftStyle: "border-styles";
903
+ readonly borderLeftWidth: "border-widths";
904
+ readonly borderRadius: "radii";
905
+ readonly borderRight: "colors";
906
+ readonly borderRightColor: "colors";
907
+ readonly borderRightStyle: "border-styles";
908
+ readonly borderRightWidth: "border-widths";
909
+ readonly borderSpacing: "space-offset";
910
+ readonly borderStyle: "border-styles";
911
+ readonly borderTop: "colors";
912
+ readonly borderTopColor: "colors";
913
+ readonly borderTopLeftRadius: "radii";
914
+ readonly borderTopRightRadius: "radii";
915
+ readonly borderTopStyle: "border-styles";
916
+ readonly borderTopWidth: "border-widths";
917
+ readonly borderWidth: "border-widths";
918
+ readonly bottom: "space";
919
+ readonly boxShadow: "shadows";
920
+ readonly caretColor: "colors";
921
+ readonly color: "colors";
922
+ readonly columnGap: "space-gap";
923
+ readonly columnRuleColor: "colors";
924
+ readonly fill: "colors";
925
+ readonly flexBasis: "sizes";
926
+ readonly fontFamily: "fonts";
927
+ readonly fontSize: "font-sizes";
928
+ readonly fontWeight: "font-weights";
929
+ readonly gap: "space-gap";
930
+ readonly gridColumnGap: "space-gap";
931
+ readonly gridGap: "space-gap";
932
+ readonly gridRowGap: "space-gap";
933
+ readonly gridTemplateColumns: "sizes";
934
+ readonly gridTemplateRows: "sizes";
935
+ readonly height: "sizes";
936
+ readonly inlineSize: "sizes";
937
+ readonly inset: "space-inset";
938
+ readonly insetBlock: "space-inset";
939
+ readonly insetBlockEnd: "space-inset";
940
+ readonly insetBlockStart: "space-inset";
941
+ readonly insetInline: "space-inset";
942
+ readonly insetInlineEnd: "space-inset";
943
+ readonly insetInlineStart: "space-inset";
944
+ readonly left: "space";
945
+ readonly letterSpacing: "letter-spacings";
946
+ readonly lineHeight: "line-heights";
947
+ readonly margin: "space-offset";
948
+ readonly marginBlock: "space-offset";
949
+ readonly marginBlockEnd: "space-offset";
950
+ readonly marginBlockStart: "space-offset";
951
+ readonly marginBottom: "space-offset";
952
+ readonly marginInline: "space-offset";
953
+ readonly marginInlineEnd: "space-offset";
954
+ readonly marginInlineStart: "space-offset";
955
+ readonly marginLeft: "space-offset";
956
+ readonly marginRight: "space-offset";
957
+ readonly marginTop: "space-offset";
958
+ readonly maxBlockSize: "sizes";
959
+ readonly maxHeight: "sizes";
960
+ readonly maxInlineSize: "sizes";
961
+ readonly maxWidth: "sizes";
962
+ readonly minBlockSize: "sizes";
963
+ readonly minHeight: "sizes";
964
+ readonly minInlineSize: "sizes";
965
+ readonly minWidth: "sizes";
966
+ readonly outline: "colors";
967
+ readonly outlineColor: "colors";
968
+ readonly padding: "space-inset";
969
+ readonly paddingBlock: "space-inset";
970
+ readonly paddingBlockEnd: "space-inset";
971
+ readonly paddingBlockStart: "space-inset";
972
+ readonly paddingBottom: "space-inset";
973
+ readonly paddingInline: "space-inset";
974
+ readonly paddingInlineEnd: "space-inset";
975
+ readonly paddingInlineStart: "space-inset";
976
+ readonly paddingLeft: "space-inset";
977
+ readonly paddingRight: "space-inset";
978
+ readonly paddingTop: "space-inset";
979
+ readonly right: "space";
980
+ readonly rowGap: "space-gap";
981
+ readonly scrollMargin: "space-offset";
982
+ readonly scrollMarginBlock: "space-offset";
983
+ readonly scrollMarginBlockEnd: "space-offset";
984
+ readonly scrollMarginBlockStart: "space-offset";
985
+ readonly scrollMarginBottom: "space-offset";
986
+ readonly scrollMarginInline: "space-offset";
987
+ readonly scrollMarginInlineEnd: "space-offset";
988
+ readonly scrollMarginInlineStart: "space-offset";
989
+ readonly scrollMarginLeft: "space-offset";
990
+ readonly scrollMarginRight: "space-offset";
991
+ readonly scrollMarginTop: "space-offset";
992
+ readonly scrollPadding: "space-inset";
993
+ readonly scrollPaddingBlock: "space-inset";
994
+ readonly scrollPaddingBlockEnd: "space-inset";
995
+ readonly scrollPaddingBlockStart: "space-inset";
996
+ readonly scrollPaddingBottom: "space-inset";
997
+ readonly scrollPaddingInline: "space-inset";
998
+ readonly scrollPaddingInlineEnd: "space-inset";
999
+ readonly scrollPaddingInlineStart: "space-inset";
1000
+ readonly scrollPaddingLeft: "space-inset";
1001
+ readonly scrollPaddingRight: "space-inset";
1002
+ readonly scrollPaddingTop: "space-inset";
1003
+ readonly stroke: "colors";
1004
+ readonly strokeWidth: "stroke-width";
1005
+ readonly textDecorationColor: "colors";
1006
+ readonly textShadow: "shadows";
1007
+ readonly top: "space";
1008
+ readonly transition: "transitions";
1009
+ readonly width: "sizes";
1010
+ readonly zIndex: "z-indices";
1011
+ }, {
1012
+ paddingX: (value: {
1013
+ readonly [$$PropertyValue]: "padding";
1014
+ }) => {
1015
+ paddingLeft: {
1016
+ readonly [$$PropertyValue]: "padding";
875
1017
  };
876
- 'z-indices': {
877
- readonly dropdownMenu: 100;
878
- readonly select: 200;
879
- readonly popover: 300;
880
- readonly tooltip: 400;
1018
+ paddingRight: {
1019
+ readonly [$$PropertyValue]: "padding";
881
1020
  };
882
- }, {
883
- readonly background: "colors";
884
- readonly backgroundColor: "colors";
885
- readonly backgroundImage: "colors";
886
- readonly blockSize: "sizes";
887
- readonly border: "colors";
888
- readonly borderBlock: "colors";
889
- readonly borderBlockEnd: "colors";
890
- readonly borderBlockStart: "colors";
891
- readonly borderBottom: "colors";
892
- readonly borderBottomColor: "colors";
893
- readonly borderBottomLeftRadius: "radii";
894
- readonly borderBottomRightRadius: "radii";
895
- readonly borderBottomStyle: "border-styles";
896
- readonly borderBottomWidth: "border-widths";
897
- readonly borderColor: "colors";
898
- readonly borderImage: "colors";
899
- readonly borderInline: "colors";
900
- readonly borderInlineEnd: "colors";
901
- readonly borderInlineStart: "colors";
902
- readonly borderLeft: "colors";
903
- readonly borderLeftColor: "colors";
904
- readonly borderLeftStyle: "border-styles";
905
- readonly borderLeftWidth: "border-widths";
906
- readonly borderRadius: "radii";
907
- readonly borderRight: "colors";
908
- readonly borderRightColor: "colors";
909
- readonly borderRightStyle: "border-styles";
910
- readonly borderRightWidth: "border-widths";
911
- readonly borderStyle: "border-styles";
912
- readonly borderTop: "colors";
913
- readonly borderTopColor: "colors";
914
- readonly borderTopLeftRadius: "radii";
915
- readonly borderTopRightRadius: "radii";
916
- readonly borderTopStyle: "border-styles";
917
- readonly borderTopWidth: "border-widths";
918
- readonly borderWidth: "border-widths";
919
- readonly bottom: "space";
920
- readonly boxShadow: "shadows";
921
- readonly caretColor: "colors";
922
- readonly color: "colors";
923
- readonly columnGap: "space-gap";
924
- readonly columnRuleColor: "colors";
925
- readonly fill: "colors";
926
- readonly flexBasis: "sizes";
927
- readonly fontFamily: "fonts";
928
- readonly fontSize: "font-sizes";
929
- readonly fontWeight: "font-weights";
930
- readonly gap: "space-gap";
931
- readonly gridColumnGap: "space-gap";
932
- readonly gridGap: "space-gap";
933
- readonly gridRowGap: "space-gap";
934
- readonly gridTemplateColumns: "sizes";
935
- readonly gridTemplateRows: "sizes";
936
- readonly height: "sizes";
937
- readonly inlineSize: "sizes";
938
- readonly inset: "space-inset";
939
- readonly insetBlock: "space-inset";
940
- readonly insetBlockEnd: "space-inset";
941
- readonly insetBlockStart: "space-inset";
942
- readonly insetInline: "space-inset";
943
- readonly insetInlineEnd: "space-inset";
944
- readonly insetInlineStart: "space-inset";
945
- readonly left: "space";
946
- readonly letterSpacing: "letter-spacings";
947
- readonly lineHeight: "line-heights";
948
- readonly margin: "space-offset";
949
- readonly marginBlock: "space-offset";
950
- readonly marginBlockEnd: "space-offset";
951
- readonly marginBlockStart: "space-offset";
952
- readonly marginBottom: "space-offset";
953
- readonly marginInline: "space-offset";
954
- readonly marginInlineEnd: "space-offset";
955
- readonly marginInlineStart: "space-offset";
956
- readonly marginLeft: "space-offset";
957
- readonly marginRight: "space-offset";
958
- readonly marginTop: "space-offset";
959
- readonly maxBlockSize: "sizes";
960
- readonly maxHeight: "sizes";
961
- readonly maxInlineSize: "sizes";
962
- readonly maxWidth: "sizes";
963
- readonly minBlockSize: "sizes";
964
- readonly minHeight: "sizes";
965
- readonly minInlineSize: "sizes";
966
- readonly minWidth: "sizes";
967
- readonly outline: "colors";
968
- readonly outlineColor: "colors";
969
- readonly padding: "space-inset";
970
- readonly paddingBlock: "space-inset";
971
- readonly paddingBlockEnd: "space-inset";
972
- readonly paddingBlockStart: "space-inset";
973
- readonly paddingBottom: "space-inset";
974
- readonly paddingInline: "space-inset";
975
- readonly paddingInlineEnd: "space-inset";
976
- readonly paddingInlineStart: "space-inset";
977
- readonly paddingLeft: "space-inset";
978
- readonly paddingRight: "space-inset";
979
- readonly paddingTop: "space-inset";
980
- readonly right: "space";
981
- readonly rowGap: "space-gap";
982
- readonly scrollMargin: "space-offset";
983
- readonly scrollMarginBlock: "space-offset";
984
- readonly scrollMarginBlockEnd: "space-offset";
985
- readonly scrollMarginBlockStart: "space-offset";
986
- readonly scrollMarginBottom: "space-offset";
987
- readonly scrollMarginInline: "space-offset";
988
- readonly scrollMarginInlineEnd: "space-offset";
989
- readonly scrollMarginInlineStart: "space-offset";
990
- readonly scrollMarginLeft: "space-offset";
991
- readonly scrollMarginRight: "space-offset";
992
- readonly scrollMarginTop: "space-offset";
993
- readonly scrollPadding: "space-inset";
994
- readonly scrollPaddingBlock: "space-inset";
995
- readonly scrollPaddingBlockEnd: "space-inset";
996
- readonly scrollPaddingBlockStart: "space-inset";
997
- readonly scrollPaddingBottom: "space-inset";
998
- readonly scrollPaddingInline: "space-inset";
999
- readonly scrollPaddingInlineEnd: "space-inset";
1000
- readonly scrollPaddingInlineStart: "space-inset";
1001
- readonly scrollPaddingLeft: "space-inset";
1002
- readonly scrollPaddingRight: "space-inset";
1003
- readonly scrollPaddingTop: "space-inset";
1004
- readonly stroke: "colors";
1005
- readonly strokeWidth: "stroke-width";
1006
- readonly textDecorationColor: "colors";
1007
- readonly textShadow: "shadows";
1008
- readonly top: "space";
1009
- readonly transition: "transitions";
1010
- readonly width: "sizes";
1011
- readonly zIndex: "z-indices";
1012
- }, {
1013
- paddingX: (value: {
1021
+ };
1022
+ paddingY: (value: {
1023
+ readonly [$$PropertyValue]: "padding";
1024
+ }) => {
1025
+ paddingTop: {
1014
1026
  readonly [$$PropertyValue]: "padding";
1015
- }) => {
1016
- paddingLeft: {
1017
- readonly [$$PropertyValue]: "padding";
1018
- };
1019
- paddingRight: {
1020
- readonly [$$PropertyValue]: "padding";
1021
- };
1022
1027
  };
1023
- paddingY: (value: {
1028
+ paddingBottom: {
1024
1029
  readonly [$$PropertyValue]: "padding";
1025
- }) => {
1026
- paddingTop: {
1027
- readonly [$$PropertyValue]: "padding";
1028
- };
1029
- paddingBottom: {
1030
- readonly [$$PropertyValue]: "padding";
1031
- };
1032
1030
  };
1033
- marginX: (value: {
1031
+ };
1032
+ marginX: (value: {
1033
+ readonly [$$PropertyValue]: "margin";
1034
+ }) => {
1035
+ marginLeft: {
1036
+ readonly [$$PropertyValue]: "margin";
1037
+ };
1038
+ marginRight: {
1039
+ readonly [$$PropertyValue]: "margin";
1040
+ };
1041
+ };
1042
+ marginY: (value: {
1043
+ readonly [$$PropertyValue]: "margin";
1044
+ }) => {
1045
+ marginTop: {
1034
1046
  readonly [$$PropertyValue]: "margin";
1035
- }) => {
1036
- marginLeft: {
1037
- readonly [$$PropertyValue]: "margin";
1038
- };
1039
- marginRight: {
1040
- readonly [$$PropertyValue]: "margin";
1041
- };
1042
1047
  };
1043
- marginY: (value: {
1048
+ marginBottom: {
1044
1049
  readonly [$$PropertyValue]: "margin";
1045
- }) => {
1046
- marginTop: {
1047
- readonly [$$PropertyValue]: "margin";
1048
- };
1049
- marginBottom: {
1050
- readonly [$$PropertyValue]: "margin";
1051
- };
1052
1050
  };
1053
- square: (value: {
1051
+ };
1052
+ square: (value: {
1053
+ readonly [$$PropertyValue]: "width";
1054
+ }) => {
1055
+ width: {
1056
+ readonly [$$PropertyValue]: "width";
1057
+ };
1058
+ height: {
1054
1059
  readonly [$$PropertyValue]: "width";
1055
- }) => {
1056
- width: {
1057
- readonly [$$PropertyValue]: "width";
1058
- };
1059
- height: {
1060
- readonly [$$PropertyValue]: "width";
1061
- };
1062
1060
  };
1063
- }> | undefined;
1064
- }> & {
1065
- children?: react.ReactNode;
1066
- } & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_tooltip.TooltipTriggerProps & react.RefAttributes<HTMLButtonElement>>, {}, {}>;
1061
+ };
1062
+ }>>>, 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_tooltip.TooltipTriggerProps & react.RefAttributes<HTMLButtonElement>>, {}, {}>;
1067
1063
  declare type StyledTriggerProps = StrictComponentProps<typeof StyledTrigger>;
1068
1064
 
1069
1065
  interface TriggerProps extends StyledTriggerProps {