@mirohq/design-system-badge 0.3.4 → 0.3.6

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 +425 -416
  2. package/package.json +3 -3
package/dist/types.d.ts CHANGED
@@ -1,438 +1,447 @@
1
1
  import * as react from 'react';
2
2
  import { ComponentPropsWithRef, ReactNode, ForwardRefExoticComponent, HTMLAttributes, ElementRef } from 'react';
3
3
  import { Numeric } from '@mirohq/design-system-types';
4
+ import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
4
5
  import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
5
6
  import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
6
- import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
7
7
  import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
8
8
 
9
- declare const StyledBadge: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
10
- 'border-widths': {
11
- readonly none: 0;
12
- readonly sm: "1px";
13
- readonly md: "2px";
14
- readonly lg: "4px";
15
- };
16
- colors: {
17
- readonly 'blue-100': any;
18
- readonly 'blue-200': any;
19
- readonly 'blue-300': any;
20
- readonly 'blue-400': any;
21
- readonly 'blue-500': any;
22
- readonly 'blue-600': any;
23
- readonly 'blue-700': any;
24
- readonly 'blue-800': any;
25
- readonly 'blue-900': any;
26
- readonly 'blue-1000': any;
27
- readonly 'gray-100': any;
28
- readonly 'gray-200': any;
29
- readonly 'gray-300': any;
30
- readonly 'gray-400': any;
31
- readonly 'gray-500': any;
32
- readonly 'gray-600': any;
33
- readonly 'gray-700': any;
34
- readonly 'gray-800': any;
35
- readonly 'gray-900': any;
36
- readonly 'indigo-100': any;
37
- readonly 'indigo-200': any;
38
- readonly 'indigo-300': any;
39
- readonly 'indigo-400': any;
40
- readonly 'indigo-500': any;
41
- readonly 'indigo-600': any;
42
- readonly 'indigo-700': any;
43
- readonly 'indigo-800': any;
44
- readonly 'indigo-900': any;
45
- readonly 'red-100': any;
46
- readonly 'red-200': any;
47
- readonly 'red-300': any;
48
- readonly 'red-400': any;
49
- readonly 'red-500': any;
50
- readonly 'red-600': any;
51
- readonly 'red-700': any;
52
- readonly 'red-800': any;
53
- readonly 'red-900': any;
54
- readonly 'yellow-100': any;
55
- readonly 'yellow-200': any;
56
- readonly 'yellow-300': any;
57
- readonly 'yellow-400': any;
58
- readonly 'yellow-500': any;
59
- readonly 'yellow-600': any;
60
- readonly 'yellow-700': any;
61
- readonly 'yellow-800': any;
62
- readonly 'yellow-900': any;
63
- readonly 'green-100': any;
64
- readonly 'green-200': any;
65
- readonly 'green-300': any;
66
- readonly 'green-400': any;
67
- readonly 'green-500': any;
68
- readonly 'green-600': any;
69
- readonly 'green-700': any;
70
- readonly 'green-800': any;
71
- readonly 'green-900': any;
72
- readonly black: any;
73
- readonly white: any;
74
- readonly transparent: any;
75
- readonly 'background-neutrals'?: any;
76
- readonly 'background-neutrals-body'?: any;
77
- readonly 'background-neutrals-container'?: any;
78
- readonly 'background-neutrals-inverted'?: any;
79
- readonly 'background-neutrals-inverted-subtle'?: any;
80
- readonly 'background-neutrals-subtle'?: any;
81
- readonly 'background-neutrals-subtle-hover'?: any;
82
- readonly 'background-neutrals-subtle-active'?: any;
83
- readonly 'background-neutrals-disabled'?: any;
84
- readonly 'background-neutrals-controls-disabled'?: any;
85
- readonly 'background-neutrals-scrolls'?: any;
86
- readonly 'background-neutrals-inactive'?: any;
87
- readonly 'background-neutrals-inactive-hover'?: any;
88
- readonly 'background-primary-prominent'?: any;
89
- readonly 'background-primary-prominent-hover'?: any;
90
- readonly 'background-primary-prominent-active'?: any;
91
- readonly 'background-primary-prominent-selected'?: any;
92
- readonly 'background-primary-subtle'?: any;
93
- readonly 'background-primary-subtle-hover'?: any;
94
- readonly 'background-primary-subtle-active'?: any;
95
- readonly 'background-primary-subtle-selected'?: any;
96
- readonly 'background-danger-prominent'?: any;
97
- readonly 'background-danger-prominent-hover'?: any;
98
- readonly 'background-danger-prominent-active'?: any;
99
- readonly 'background-danger'?: any;
100
- readonly 'background-danger-hover'?: any;
101
- readonly 'background-success'?: any;
102
- readonly 'background-warning-subtle'?: any;
103
- readonly 'background-warning-prominent'?: any;
104
- readonly 'text-neutrals-inverted'?: any;
105
- readonly 'text-neutrals'?: any;
106
- readonly 'text-neutrals-subtle'?: any;
107
- readonly 'text-neutrals-placeholder-only'?: any;
108
- readonly 'text-neutrals-placeholder'?: any;
109
- readonly 'text-neutrals-disabled'?: any;
110
- readonly 'text-primary-inverted'?: any;
111
- readonly 'text-primary'?: any;
112
- readonly 'text-primary-hover'?: any;
113
- readonly 'text-primary-active'?: any;
114
- readonly 'text-primary-selected'?: any;
115
- readonly 'text-primary-inverted-subtle'?: any;
116
- readonly 'text-danger-inverted'?: any;
117
- readonly 'text-danger'?: any;
118
- readonly 'text-danger-hover'?: any;
119
- readonly 'text-danger-active'?: any;
120
- readonly 'text-success'?: any;
121
- readonly 'text-warning'?: any;
122
- readonly 'icon-neutrals-inverted'?: any;
123
- readonly 'icon-neutrals'?: any;
124
- readonly 'icon-neutrals-with-text'?: any;
125
- readonly 'icon-neutrals-subtle'?: any;
126
- readonly 'icon-neutrals-disabled'?: any;
127
- readonly 'icon-neutrals-search'?: any;
128
- readonly 'icon-neutrals-inactive'?: any;
129
- readonly 'icon-neutrals-inactive-hover'?: any;
130
- readonly 'icon-primary-inverted'?: any;
131
- readonly 'icon-primary'?: any;
132
- readonly 'icon-primary-hover'?: any;
133
- readonly 'icon-primary-active'?: any;
134
- readonly 'icon-primary-selected'?: any;
135
- readonly 'icon-danger-inverted'?: any;
136
- readonly 'icon-danger'?: any;
137
- readonly 'icon-danger-hover'?: any;
138
- readonly 'icon-danger-active'?: any;
139
- readonly 'icon-success-inverted'?: any;
140
- readonly 'icon-success'?: any;
141
- readonly 'icon-warning'?: any;
142
- readonly 'border-focus-outer'?: any;
143
- readonly 'border-focus-middle'?: any;
144
- readonly 'border-focus-inner'?: any;
145
- readonly 'border-neutrals'?: any;
146
- readonly 'border-neutrals-hover'?: any;
147
- readonly 'border-neutrals-active'?: any;
148
- readonly 'border-neutrals-disabled'?: any;
149
- readonly 'border-neutrals-controls'?: any;
150
- readonly 'border-neutrals-controls-disabled'?: any;
151
- readonly 'border-neutrals-subtle'?: any;
152
- readonly 'border-neutrals-inverted'?: any;
153
- readonly 'border-primary'?: any;
154
- readonly 'border-primary-hover'?: any;
155
- readonly 'border-primary-active'?: any;
156
- readonly 'border-primary-inverted'?: any;
157
- readonly 'border-danger'?: any;
158
- readonly 'border-success'?: any;
159
- readonly 'border-warning'?: any;
160
- };
161
- 'font-sizes': {
162
- readonly 150: "0.75rem";
163
- readonly 175: "0.875rem";
164
- readonly 200: "1rem";
165
- readonly 225: "1.125rem";
166
- readonly 250: "1.25rem";
167
- readonly 300: "1.5rem";
168
- readonly 400: "2rem";
169
- readonly 500: "2.5rem";
170
- readonly 600: "3rem";
171
- readonly 800: "4rem";
172
- readonly 900: "4.5rem";
173
- };
174
- radii: {
175
- readonly none: 0;
176
- readonly half: "999em";
177
- readonly 25: "2px";
178
- readonly 50: "4px";
179
- readonly 75: "6px";
180
- readonly 100: "8px";
181
- readonly 200: "16px";
182
- };
183
- shadows: {
184
- readonly 50: "0 4px 16px #05003812";
185
- readonly 100: "0 8px 32px #05003808";
186
- readonly 'focus-small': "0 0 0 2px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
187
- 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";
188
- 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";
189
- };
190
- sizes: {
191
- readonly number: string;
192
- readonly 'icon-200': "16px";
193
- readonly 'icon-300': "24px";
194
- readonly 'icon-400': "32px";
195
- };
196
- space: {
197
- readonly none: 0;
198
- readonly 50: "4px";
199
- readonly 100: "8px";
200
- readonly 150: "12px";
201
- readonly 200: "16px";
202
- readonly 300: "24px";
203
- readonly 400: "32px";
204
- readonly 500: "64px";
205
- readonly 600: "48px";
206
- readonly 800: "64px";
207
- readonly 1200: "96px";
208
- readonly 1600: "128px";
209
- };
210
- 'space-gap': {
211
- readonly none: any;
212
- readonly 50: any;
213
- readonly 100: any;
214
- readonly 200: any;
215
- readonly 300: any;
216
- };
217
- 'space-inset': {
218
- readonly none: any;
219
- readonly 50: any;
220
- readonly 100: any;
221
- readonly 150: any;
222
- readonly 200: any;
223
- readonly 300: any;
224
- readonly 400: any;
225
- readonly 600: any;
226
- readonly 800: any;
227
- readonly 1200: any;
228
- readonly 1600: any;
229
- };
230
- 'space-offset': {
231
- readonly none: any;
232
- readonly 50: any;
233
- readonly 100: any;
234
- readonly 150: any;
235
- readonly 200: any;
236
- readonly 300: any;
237
- readonly 400: any;
238
- readonly 600: any;
239
- readonly 800: any;
240
- readonly 1200: any;
241
- readonly 1600: any;
242
- readonly 'stacking-none': any;
243
- readonly 'stacking-100': any;
244
- readonly 'stacking-200': any;
245
- readonly 'stacking-300': any;
246
- readonly 'stacking-400': any;
247
- readonly 'stacking-500': any;
248
- readonly 'stacking-800': any;
249
- };
250
- 'z-indices': {
251
- readonly dropdownMenu: 100;
252
- readonly popover: 200;
253
- readonly tooltip: 300;
254
- };
255
- }, {
256
- readonly background: "colors";
257
- readonly backgroundColor: "colors";
258
- readonly backgroundImage: "colors";
259
- readonly blockSize: "sizes";
260
- readonly border: "colors";
261
- readonly borderBlock: "colors";
262
- readonly borderBlockEnd: "colors";
263
- readonly borderBlockStart: "colors";
264
- readonly borderBottom: "colors";
265
- readonly borderBottomColor: "colors";
266
- readonly borderBottomLeftRadius: "radii";
267
- readonly borderBottomRightRadius: "radii";
268
- readonly borderBottomStyle: "border-styles";
269
- readonly borderBottomWidth: "border-widths";
270
- readonly borderColor: "colors";
271
- readonly borderImage: "colors";
272
- readonly borderInline: "colors";
273
- readonly borderInlineEnd: "colors";
274
- readonly borderInlineStart: "colors";
275
- readonly borderLeft: "colors";
276
- readonly borderLeftColor: "colors";
277
- readonly borderLeftStyle: "border-styles";
278
- readonly borderLeftWidth: "border-widths";
279
- readonly borderRadius: "radii";
280
- readonly borderRight: "colors";
281
- readonly borderRightColor: "colors";
282
- readonly borderRightStyle: "border-styles";
283
- readonly borderRightWidth: "border-widths";
284
- readonly borderStyle: "border-styles";
285
- readonly borderTop: "colors";
286
- readonly borderTopColor: "colors";
287
- readonly borderTopLeftRadius: "radii";
288
- readonly borderTopRightRadius: "radii";
289
- readonly borderTopStyle: "border-styles";
290
- readonly borderTopWidth: "border-widths";
291
- readonly borderWidth: "border-widths";
292
- readonly bottom: "space";
293
- readonly boxShadow: "shadows";
294
- readonly caretColor: "colors";
295
- readonly color: "colors";
296
- readonly columnGap: "space-gap";
297
- readonly columnRuleColor: "colors";
298
- readonly fill: "colors";
299
- readonly flexBasis: "sizes";
300
- readonly fontFamily: "fonts";
301
- readonly fontSize: "font-sizes";
302
- readonly fontWeight: "font-weights";
303
- readonly gap: "space-gap";
304
- readonly gridColumnGap: "space-gap";
305
- readonly gridGap: "space-gap";
306
- readonly gridRowGap: "space-gap";
307
- readonly gridTemplateColumns: "sizes";
308
- readonly gridTemplateRows: "sizes";
309
- readonly height: "sizes";
310
- readonly inlineSize: "sizes";
311
- readonly inset: "space-inset";
312
- readonly insetBlock: "space-inset";
313
- readonly insetBlockEnd: "space-inset";
314
- readonly insetBlockStart: "space-inset";
315
- readonly insetInline: "space-inset";
316
- readonly insetInlineEnd: "space-inset";
317
- readonly insetInlineStart: "space-inset";
318
- readonly left: "space";
319
- readonly letterSpacing: "letter-spacings";
320
- readonly lineHeight: "line-heights";
321
- readonly margin: "space-offset";
322
- readonly marginBlock: "space-offset";
323
- readonly marginBlockEnd: "space-offset";
324
- readonly marginBlockStart: "space-offset";
325
- readonly marginBottom: "space-offset";
326
- readonly marginInline: "space-offset";
327
- readonly marginInlineEnd: "space-offset";
328
- readonly marginInlineStart: "space-offset";
329
- readonly marginLeft: "space-offset";
330
- readonly marginRight: "space-offset";
331
- readonly marginTop: "space-offset";
332
- readonly maxBlockSize: "sizes";
333
- readonly maxHeight: "sizes";
334
- readonly maxInlineSize: "sizes";
335
- readonly maxWidth: "sizes";
336
- readonly minBlockSize: "sizes";
337
- readonly minHeight: "sizes";
338
- readonly minInlineSize: "sizes";
339
- readonly minWidth: "sizes";
340
- readonly outline: "colors";
341
- readonly outlineColor: "colors";
342
- readonly padding: "space-inset";
343
- readonly paddingBlock: "space-inset";
344
- readonly paddingBlockEnd: "space-inset";
345
- readonly paddingBlockStart: "space-inset";
346
- readonly paddingBottom: "space-inset";
347
- readonly paddingInline: "space-inset";
348
- readonly paddingInlineEnd: "space-inset";
349
- readonly paddingInlineStart: "space-inset";
350
- readonly paddingLeft: "space-inset";
351
- readonly paddingRight: "space-inset";
352
- readonly paddingTop: "space-inset";
353
- readonly right: "space";
354
- readonly rowGap: "space-gap";
355
- readonly scrollMargin: "space-offset";
356
- readonly scrollMarginBlock: "space-offset";
357
- readonly scrollMarginBlockEnd: "space-offset";
358
- readonly scrollMarginBlockStart: "space-offset";
359
- readonly scrollMarginBottom: "space-offset";
360
- readonly scrollMarginInline: "space-offset";
361
- readonly scrollMarginInlineEnd: "space-offset";
362
- readonly scrollMarginInlineStart: "space-offset";
363
- readonly scrollMarginLeft: "space-offset";
364
- readonly scrollMarginRight: "space-offset";
365
- readonly scrollMarginTop: "space-offset";
366
- readonly scrollPadding: "space-inset";
367
- readonly scrollPaddingBlock: "space-inset";
368
- readonly scrollPaddingBlockEnd: "space-inset";
369
- readonly scrollPaddingBlockStart: "space-inset";
370
- readonly scrollPaddingBottom: "space-inset";
371
- readonly scrollPaddingInline: "space-inset";
372
- readonly scrollPaddingInlineEnd: "space-inset";
373
- readonly scrollPaddingInlineStart: "space-inset";
374
- readonly scrollPaddingLeft: "space-inset";
375
- readonly scrollPaddingRight: "space-inset";
376
- readonly scrollPaddingTop: "space-inset";
377
- readonly stroke: "colors";
378
- readonly textDecorationColor: "colors";
379
- readonly textShadow: "shadows";
380
- readonly top: "space";
381
- readonly transition: "transitions";
382
- readonly width: "sizes";
383
- readonly zIndex: "z-indices";
384
- }, {
385
- paddingX: (value: {
386
- readonly [$$PropertyValue]: "padding";
387
- }) => {
388
- paddingLeft: {
389
- readonly [$$PropertyValue]: "padding";
9
+ declare const StyledBadge: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof react.HTMLAttributes<HTMLDivElement>> & {
10
+ ref?: ((instance: HTMLDivElement | null) => void) | react.RefObject<HTMLDivElement> | null | undefined;
11
+ } & {
12
+ asChild?: boolean | undefined;
13
+ }, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
14
+ css?: _stitches_react_types_css_util.CSS<{}, {
15
+ 'border-widths': {
16
+ readonly none: 0;
17
+ readonly sm: "1px";
18
+ readonly md: "2px";
19
+ readonly lg: "4px";
390
20
  };
391
- paddingRight: {
392
- readonly [$$PropertyValue]: "padding";
21
+ colors: {
22
+ readonly 'blue-100': any;
23
+ readonly 'blue-200': any;
24
+ readonly 'blue-300': any;
25
+ readonly 'blue-400': any;
26
+ readonly 'blue-500': any;
27
+ readonly 'blue-600': any;
28
+ readonly 'blue-700': any;
29
+ readonly 'blue-800': any;
30
+ readonly 'blue-900': any;
31
+ readonly 'blue-1000': any;
32
+ readonly 'gray-100': any;
33
+ readonly 'gray-200': any;
34
+ readonly 'gray-300': any;
35
+ readonly 'gray-400': any;
36
+ readonly 'gray-500': any;
37
+ readonly 'gray-600': any;
38
+ readonly 'gray-700': any;
39
+ readonly 'gray-800': any;
40
+ readonly 'gray-900': any;
41
+ readonly 'indigo-100': any;
42
+ readonly 'indigo-200': any;
43
+ readonly 'indigo-300': any;
44
+ readonly 'indigo-400': any;
45
+ readonly 'indigo-500': any;
46
+ readonly 'indigo-600': any;
47
+ readonly 'indigo-700': any;
48
+ readonly 'indigo-800': any;
49
+ readonly 'indigo-900': any;
50
+ readonly 'red-100': any;
51
+ readonly 'red-200': any;
52
+ readonly 'red-300': any;
53
+ readonly 'red-400': any;
54
+ readonly 'red-500': any;
55
+ readonly 'red-600': any;
56
+ readonly 'red-700': any;
57
+ readonly 'red-800': any;
58
+ readonly 'red-900': any;
59
+ readonly 'yellow-100': any;
60
+ readonly 'yellow-200': any;
61
+ readonly 'yellow-300': any;
62
+ readonly 'yellow-400': any;
63
+ readonly 'yellow-500': any;
64
+ readonly 'yellow-600': any;
65
+ readonly 'yellow-700': any;
66
+ readonly 'yellow-800': any;
67
+ readonly 'yellow-900': any;
68
+ readonly 'green-100': any;
69
+ readonly 'green-200': any;
70
+ readonly 'green-300': any;
71
+ readonly 'green-400': any;
72
+ readonly 'green-500': any;
73
+ readonly 'green-600': any;
74
+ readonly 'green-700': any;
75
+ readonly 'green-800': any;
76
+ readonly 'green-900': any;
77
+ readonly black: any;
78
+ readonly white: any;
79
+ readonly transparent: any;
80
+ readonly 'background-neutrals'?: any;
81
+ readonly 'background-neutrals-body'?: any;
82
+ readonly 'background-neutrals-container'?: any;
83
+ readonly 'background-neutrals-inverted'?: any;
84
+ readonly 'background-neutrals-inverted-subtle'?: any;
85
+ readonly 'background-neutrals-subtle'?: any;
86
+ readonly 'background-neutrals-subtle-hover'?: any;
87
+ readonly 'background-neutrals-subtle-active'?: any;
88
+ readonly 'background-neutrals-disabled'?: any;
89
+ readonly 'background-neutrals-controls-disabled'?: any;
90
+ readonly 'background-neutrals-scrolls'?: any;
91
+ readonly 'background-neutrals-inactive'?: any;
92
+ readonly 'background-neutrals-inactive-hover'?: any;
93
+ readonly 'background-primary-prominent'?: any;
94
+ readonly 'background-primary-prominent-hover'?: any;
95
+ readonly 'background-primary-prominent-active'?: any;
96
+ readonly 'background-primary-prominent-selected'?: any;
97
+ readonly 'background-primary-subtle'?: any;
98
+ readonly 'background-primary-subtle-hover'?: any;
99
+ readonly 'background-primary-subtle-active'?: any;
100
+ readonly 'background-primary-subtle-selected'?: any;
101
+ readonly 'background-danger-prominent'?: any;
102
+ readonly 'background-danger-prominent-hover'?: any;
103
+ readonly 'background-danger-prominent-active'?: any;
104
+ readonly 'background-danger'?: any;
105
+ readonly 'background-danger-hover'?: any;
106
+ readonly 'background-success'?: any;
107
+ readonly 'background-warning-subtle'?: any;
108
+ readonly 'background-warning-prominent'?: any;
109
+ readonly 'text-neutrals-inverted'?: any;
110
+ readonly 'text-neutrals'?: any;
111
+ readonly 'text-neutrals-subtle'?: any;
112
+ readonly 'text-neutrals-placeholder-only'?: any;
113
+ readonly 'text-neutrals-placeholder'?: any;
114
+ readonly 'text-neutrals-disabled'?: any;
115
+ readonly 'text-primary-inverted'?: any;
116
+ readonly 'text-primary'?: any;
117
+ readonly 'text-primary-hover'?: any;
118
+ readonly 'text-primary-active'?: any;
119
+ readonly 'text-primary-selected'?: any;
120
+ readonly 'text-primary-inverted-subtle'?: any;
121
+ readonly 'text-danger-inverted'?: any;
122
+ readonly 'text-danger'?: any;
123
+ readonly 'text-danger-hover'?: any;
124
+ readonly 'text-danger-active'?: any;
125
+ readonly 'text-success'?: any;
126
+ readonly 'text-warning'?: any;
127
+ readonly 'icon-neutrals-inverted'?: any;
128
+ readonly 'icon-neutrals'?: any;
129
+ readonly 'icon-neutrals-with-text'?: any;
130
+ readonly 'icon-neutrals-subtle'?: any;
131
+ readonly 'icon-neutrals-disabled'?: any;
132
+ readonly 'icon-neutrals-search'?: any;
133
+ readonly 'icon-neutrals-inactive'?: any;
134
+ readonly 'icon-neutrals-inactive-hover'?: any;
135
+ readonly 'icon-primary-inverted'?: any;
136
+ readonly 'icon-primary'?: any;
137
+ readonly 'icon-primary-hover'?: any;
138
+ readonly 'icon-primary-active'?: any;
139
+ readonly 'icon-primary-selected'?: any;
140
+ readonly 'icon-danger-inverted'?: any;
141
+ readonly 'icon-danger'?: any;
142
+ readonly 'icon-danger-hover'?: any;
143
+ readonly 'icon-danger-active'?: any;
144
+ readonly 'icon-success-inverted'?: any;
145
+ readonly 'icon-success'?: any;
146
+ readonly 'icon-warning'?: any;
147
+ readonly 'border-focus-outer'?: any;
148
+ readonly 'border-focus-middle'?: any;
149
+ readonly 'border-focus-inner'?: any;
150
+ readonly 'border-neutrals'?: any;
151
+ readonly 'border-neutrals-hover'?: any;
152
+ readonly 'border-neutrals-active'?: any;
153
+ readonly 'border-neutrals-disabled'?: any;
154
+ readonly 'border-neutrals-controls'?: any;
155
+ readonly 'border-neutrals-controls-disabled'?: any;
156
+ readonly 'border-neutrals-subtle'?: any;
157
+ readonly 'border-neutrals-inverted'?: any;
158
+ readonly 'border-primary'?: any;
159
+ readonly 'border-primary-hover'?: any;
160
+ readonly 'border-primary-active'?: any;
161
+ readonly 'border-primary-inverted'?: any;
162
+ readonly 'border-danger'?: any;
163
+ readonly 'border-success'?: any;
164
+ readonly 'border-warning'?: any;
393
165
  };
394
- };
395
- paddingY: (value: {
396
- readonly [$$PropertyValue]: "padding";
397
- }) => {
398
- paddingTop: {
399
- readonly [$$PropertyValue]: "padding";
166
+ 'font-sizes': {
167
+ readonly 150: "0.75rem";
168
+ readonly 175: "0.875rem";
169
+ readonly 200: "1rem";
170
+ readonly 225: "1.125rem";
171
+ readonly 250: "1.25rem";
172
+ readonly 300: "1.5rem";
173
+ readonly 400: "2rem";
174
+ readonly 500: "2.5rem";
175
+ readonly 600: "3rem";
176
+ readonly 800: "4rem";
177
+ readonly 900: "4.5rem";
400
178
  };
401
- paddingBottom: {
402
- readonly [$$PropertyValue]: "padding";
179
+ radii: {
180
+ readonly none: 0;
181
+ readonly half: "999em";
182
+ readonly 25: "2px";
183
+ readonly 50: "4px";
184
+ readonly 75: "6px";
185
+ readonly 100: "8px";
186
+ readonly 200: "16px";
403
187
  };
404
- };
405
- marginX: (value: {
406
- readonly [$$PropertyValue]: "margin";
407
- }) => {
408
- marginLeft: {
409
- readonly [$$PropertyValue]: "margin";
188
+ shadows: {
189
+ readonly 50: "0 4px 16px #05003812";
190
+ readonly 100: "0 8px 32px #05003808";
191
+ 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";
192
+ 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";
193
+ 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";
194
+ 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";
410
195
  };
411
- marginRight: {
412
- readonly [$$PropertyValue]: "margin";
196
+ sizes: {
197
+ readonly number: string;
198
+ readonly 'icon-200': "16px";
199
+ readonly 'icon-300': "24px";
200
+ readonly 'icon-400': "32px";
413
201
  };
414
- };
415
- marginY: (value: {
416
- readonly [$$PropertyValue]: "margin";
417
- }) => {
418
- marginTop: {
419
- readonly [$$PropertyValue]: "margin";
202
+ space: {
203
+ readonly none: 0;
204
+ readonly 50: "4px";
205
+ readonly 100: "8px";
206
+ readonly 150: "12px";
207
+ readonly 200: "16px";
208
+ readonly 300: "24px";
209
+ readonly 400: "32px";
210
+ readonly 500: "64px";
211
+ readonly 600: "48px";
212
+ readonly 800: "64px";
213
+ readonly 1200: "96px";
214
+ readonly 1600: "128px";
215
+ };
216
+ 'space-gap': {
217
+ readonly none: any;
218
+ readonly 50: any;
219
+ readonly 100: any;
220
+ readonly 200: any;
221
+ readonly 300: any;
420
222
  };
421
- marginBottom: {
223
+ 'space-inset': {
224
+ readonly none: any;
225
+ readonly 50: any;
226
+ readonly 100: any;
227
+ readonly 150: any;
228
+ readonly 200: any;
229
+ readonly 300: any;
230
+ readonly 400: any;
231
+ readonly 600: any;
232
+ readonly 800: any;
233
+ readonly 1200: any;
234
+ readonly 1600: any;
235
+ };
236
+ 'space-offset': {
237
+ readonly none: any;
238
+ readonly 50: any;
239
+ readonly 100: any;
240
+ readonly 150: any;
241
+ readonly 200: any;
242
+ readonly 300: any;
243
+ readonly 400: any;
244
+ readonly 600: any;
245
+ readonly 800: any;
246
+ readonly 1200: any;
247
+ readonly 1600: any;
248
+ readonly 'stacking-none': any;
249
+ readonly 'stacking-100': any;
250
+ readonly 'stacking-200': any;
251
+ readonly 'stacking-300': any;
252
+ readonly 'stacking-400': any;
253
+ readonly 'stacking-500': any;
254
+ readonly 'stacking-800': any;
255
+ };
256
+ 'z-indices': {
257
+ readonly dropdownMenu: 100;
258
+ readonly popover: 200;
259
+ readonly tooltip: 300;
260
+ };
261
+ }, {
262
+ readonly background: "colors";
263
+ readonly backgroundColor: "colors";
264
+ readonly backgroundImage: "colors";
265
+ readonly blockSize: "sizes";
266
+ readonly border: "colors";
267
+ readonly borderBlock: "colors";
268
+ readonly borderBlockEnd: "colors";
269
+ readonly borderBlockStart: "colors";
270
+ readonly borderBottom: "colors";
271
+ readonly borderBottomColor: "colors";
272
+ readonly borderBottomLeftRadius: "radii";
273
+ readonly borderBottomRightRadius: "radii";
274
+ readonly borderBottomStyle: "border-styles";
275
+ readonly borderBottomWidth: "border-widths";
276
+ readonly borderColor: "colors";
277
+ readonly borderImage: "colors";
278
+ readonly borderInline: "colors";
279
+ readonly borderInlineEnd: "colors";
280
+ readonly borderInlineStart: "colors";
281
+ readonly borderLeft: "colors";
282
+ readonly borderLeftColor: "colors";
283
+ readonly borderLeftStyle: "border-styles";
284
+ readonly borderLeftWidth: "border-widths";
285
+ readonly borderRadius: "radii";
286
+ readonly borderRight: "colors";
287
+ readonly borderRightColor: "colors";
288
+ readonly borderRightStyle: "border-styles";
289
+ readonly borderRightWidth: "border-widths";
290
+ readonly borderStyle: "border-styles";
291
+ readonly borderTop: "colors";
292
+ readonly borderTopColor: "colors";
293
+ readonly borderTopLeftRadius: "radii";
294
+ readonly borderTopRightRadius: "radii";
295
+ readonly borderTopStyle: "border-styles";
296
+ readonly borderTopWidth: "border-widths";
297
+ readonly borderWidth: "border-widths";
298
+ readonly bottom: "space";
299
+ readonly boxShadow: "shadows";
300
+ readonly caretColor: "colors";
301
+ readonly color: "colors";
302
+ readonly columnGap: "space-gap";
303
+ readonly columnRuleColor: "colors";
304
+ readonly fill: "colors";
305
+ readonly flexBasis: "sizes";
306
+ readonly fontFamily: "fonts";
307
+ readonly fontSize: "font-sizes";
308
+ readonly fontWeight: "font-weights";
309
+ readonly gap: "space-gap";
310
+ readonly gridColumnGap: "space-gap";
311
+ readonly gridGap: "space-gap";
312
+ readonly gridRowGap: "space-gap";
313
+ readonly gridTemplateColumns: "sizes";
314
+ readonly gridTemplateRows: "sizes";
315
+ readonly height: "sizes";
316
+ readonly inlineSize: "sizes";
317
+ readonly inset: "space-inset";
318
+ readonly insetBlock: "space-inset";
319
+ readonly insetBlockEnd: "space-inset";
320
+ readonly insetBlockStart: "space-inset";
321
+ readonly insetInline: "space-inset";
322
+ readonly insetInlineEnd: "space-inset";
323
+ readonly insetInlineStart: "space-inset";
324
+ readonly left: "space";
325
+ readonly letterSpacing: "letter-spacings";
326
+ readonly lineHeight: "line-heights";
327
+ readonly margin: "space-offset";
328
+ readonly marginBlock: "space-offset";
329
+ readonly marginBlockEnd: "space-offset";
330
+ readonly marginBlockStart: "space-offset";
331
+ readonly marginBottom: "space-offset";
332
+ readonly marginInline: "space-offset";
333
+ readonly marginInlineEnd: "space-offset";
334
+ readonly marginInlineStart: "space-offset";
335
+ readonly marginLeft: "space-offset";
336
+ readonly marginRight: "space-offset";
337
+ readonly marginTop: "space-offset";
338
+ readonly maxBlockSize: "sizes";
339
+ readonly maxHeight: "sizes";
340
+ readonly maxInlineSize: "sizes";
341
+ readonly maxWidth: "sizes";
342
+ readonly minBlockSize: "sizes";
343
+ readonly minHeight: "sizes";
344
+ readonly minInlineSize: "sizes";
345
+ readonly minWidth: "sizes";
346
+ readonly outline: "colors";
347
+ readonly outlineColor: "colors";
348
+ readonly padding: "space-inset";
349
+ readonly paddingBlock: "space-inset";
350
+ readonly paddingBlockEnd: "space-inset";
351
+ readonly paddingBlockStart: "space-inset";
352
+ readonly paddingBottom: "space-inset";
353
+ readonly paddingInline: "space-inset";
354
+ readonly paddingInlineEnd: "space-inset";
355
+ readonly paddingInlineStart: "space-inset";
356
+ readonly paddingLeft: "space-inset";
357
+ readonly paddingRight: "space-inset";
358
+ readonly paddingTop: "space-inset";
359
+ readonly right: "space";
360
+ readonly rowGap: "space-gap";
361
+ readonly scrollMargin: "space-offset";
362
+ readonly scrollMarginBlock: "space-offset";
363
+ readonly scrollMarginBlockEnd: "space-offset";
364
+ readonly scrollMarginBlockStart: "space-offset";
365
+ readonly scrollMarginBottom: "space-offset";
366
+ readonly scrollMarginInline: "space-offset";
367
+ readonly scrollMarginInlineEnd: "space-offset";
368
+ readonly scrollMarginInlineStart: "space-offset";
369
+ readonly scrollMarginLeft: "space-offset";
370
+ readonly scrollMarginRight: "space-offset";
371
+ readonly scrollMarginTop: "space-offset";
372
+ readonly scrollPadding: "space-inset";
373
+ readonly scrollPaddingBlock: "space-inset";
374
+ readonly scrollPaddingBlockEnd: "space-inset";
375
+ readonly scrollPaddingBlockStart: "space-inset";
376
+ readonly scrollPaddingBottom: "space-inset";
377
+ readonly scrollPaddingInline: "space-inset";
378
+ readonly scrollPaddingInlineEnd: "space-inset";
379
+ readonly scrollPaddingInlineStart: "space-inset";
380
+ readonly scrollPaddingLeft: "space-inset";
381
+ readonly scrollPaddingRight: "space-inset";
382
+ readonly scrollPaddingTop: "space-inset";
383
+ readonly stroke: "colors";
384
+ readonly textDecorationColor: "colors";
385
+ readonly textShadow: "shadows";
386
+ readonly top: "space";
387
+ readonly transition: "transitions";
388
+ readonly width: "sizes";
389
+ readonly zIndex: "z-indices";
390
+ }, {
391
+ paddingX: (value: {
392
+ readonly [$$PropertyValue]: "padding";
393
+ }) => {
394
+ paddingLeft: {
395
+ readonly [$$PropertyValue]: "padding";
396
+ };
397
+ paddingRight: {
398
+ readonly [$$PropertyValue]: "padding";
399
+ };
400
+ };
401
+ paddingY: (value: {
402
+ readonly [$$PropertyValue]: "padding";
403
+ }) => {
404
+ paddingTop: {
405
+ readonly [$$PropertyValue]: "padding";
406
+ };
407
+ paddingBottom: {
408
+ readonly [$$PropertyValue]: "padding";
409
+ };
410
+ };
411
+ marginX: (value: {
422
412
  readonly [$$PropertyValue]: "margin";
413
+ }) => {
414
+ marginLeft: {
415
+ readonly [$$PropertyValue]: "margin";
416
+ };
417
+ marginRight: {
418
+ readonly [$$PropertyValue]: "margin";
419
+ };
423
420
  };
424
- };
425
- square: (value: {
426
- readonly [$$PropertyValue]: "width";
427
- }) => {
428
- width: {
429
- readonly [$$PropertyValue]: "width";
421
+ marginY: (value: {
422
+ readonly [$$PropertyValue]: "margin";
423
+ }) => {
424
+ marginTop: {
425
+ readonly [$$PropertyValue]: "margin";
426
+ };
427
+ marginBottom: {
428
+ readonly [$$PropertyValue]: "margin";
429
+ };
430
430
  };
431
- height: {
431
+ square: (value: {
432
432
  readonly [$$PropertyValue]: "width";
433
+ }) => {
434
+ width: {
435
+ readonly [$$PropertyValue]: "width";
436
+ };
437
+ height: {
438
+ readonly [$$PropertyValue]: "width";
439
+ };
433
440
  };
434
- };
435
- }>>> & _mirohq_design_system_stitches.CustomStylesProps, "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "asChild" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>;
441
+ }> | undefined;
442
+ }> & {
443
+ children?: react.ReactNode;
444
+ } & _mirohq_design_system_stitches.CustomStylesProps, "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "asChild" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}>;
436
445
  declare type StyledBadgeProps = ComponentPropsWithRef<typeof StyledBadge>;
437
446
 
438
447
  interface BadgeProps extends StyledBadgeProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-badge",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@mirohq/design-system-primitive": "^1.1.0",
30
- "@mirohq/design-system-stitches": "^2.2.2",
30
+ "@mirohq/design-system-stitches": "^2.2.4",
31
31
  "@mirohq/design-system-types": "^0.4.1"
32
32
  },
33
33
  "devDependencies": {
34
- "@mirohq/design-system-button": "^3.0.4"
34
+ "@mirohq/design-system-button": "^3.0.6"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "rollup -c ../../../rollup.config.js",