@mirohq/design-system-switch 2.1.5 → 2.1.7

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 +421 -416
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -10,433 +10,438 @@ declare const StyledSwitch: react.ForwardRefExoticComponent<Pick<Omit<{
10
10
  size?: "medium" | "large" | undefined;
11
11
  }, "size"> & _stitches_react_types_styled_component.TransformProps<{
12
12
  size?: "medium" | "large" | undefined;
13
- }, {}> & _mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<RadixSwitch.SwitchProps & react.RefAttributes<HTMLButtonElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
14
- 'border-widths': {
15
- readonly none: 0;
16
- readonly sm: "1px";
17
- readonly md: "2px";
18
- readonly lg: "4px";
19
- };
20
- colors: {
21
- readonly 'blue-100': any;
22
- readonly 'blue-200': any;
23
- readonly 'blue-300': any;
24
- readonly 'blue-400': any;
25
- readonly 'blue-500': any;
26
- readonly 'blue-600': any;
27
- readonly 'blue-700': any;
28
- readonly 'blue-800': any;
29
- readonly 'blue-900': any;
30
- readonly 'blue-1000': any;
31
- readonly 'gray-100': any;
32
- readonly 'gray-200': any;
33
- readonly 'gray-300': any;
34
- readonly 'gray-400': any;
35
- readonly 'gray-500': any;
36
- readonly 'gray-600': any;
37
- readonly 'gray-700': any;
38
- readonly 'gray-800': any;
39
- readonly 'gray-900': any;
40
- readonly 'indigo-100': any;
41
- readonly 'indigo-200': any;
42
- readonly 'indigo-300': any;
43
- readonly 'indigo-400': any;
44
- readonly 'indigo-500': any;
45
- readonly 'indigo-600': any;
46
- readonly 'indigo-700': any;
47
- readonly 'indigo-800': any;
48
- readonly 'indigo-900': any;
49
- readonly 'red-100': any;
50
- readonly 'red-200': any;
51
- readonly 'red-300': any;
52
- readonly 'red-400': any;
53
- readonly 'red-500': any;
54
- readonly 'red-600': any;
55
- readonly 'red-700': any;
56
- readonly 'red-800': any;
57
- readonly 'red-900': any;
58
- readonly 'yellow-100': any;
59
- readonly 'yellow-200': any;
60
- readonly 'yellow-300': any;
61
- readonly 'yellow-400': any;
62
- readonly 'yellow-500': any;
63
- readonly 'yellow-600': any;
64
- readonly 'yellow-700': any;
65
- readonly 'yellow-800': any;
66
- readonly 'yellow-900': any;
67
- readonly 'green-100': any;
68
- readonly 'green-200': any;
69
- readonly 'green-300': any;
70
- readonly 'green-400': any;
71
- readonly 'green-500': any;
72
- readonly 'green-600': any;
73
- readonly 'green-700': any;
74
- readonly 'green-800': any;
75
- readonly 'green-900': any;
76
- readonly black: any;
77
- readonly white: any;
78
- readonly transparent: any;
79
- readonly 'background-neutrals'?: any;
80
- readonly 'background-neutrals-body'?: any;
81
- readonly 'background-neutrals-container'?: any;
82
- readonly 'background-neutrals-inverted'?: any;
83
- readonly 'background-neutrals-inverted-subtle'?: any;
84
- readonly 'background-neutrals-subtle'?: any;
85
- readonly 'background-neutrals-subtle-hover'?: any;
86
- readonly 'background-neutrals-subtle-active'?: any;
87
- readonly 'background-neutrals-disabled'?: any;
88
- readonly 'background-neutrals-controls-disabled'?: any;
89
- readonly 'background-neutrals-scrolls'?: any;
90
- readonly 'background-neutrals-inactive'?: any;
91
- readonly 'background-neutrals-inactive-hover'?: any;
92
- readonly 'background-primary-prominent'?: any;
93
- readonly 'background-primary-prominent-hover'?: any;
94
- readonly 'background-primary-prominent-active'?: any;
95
- readonly 'background-primary-prominent-selected'?: any;
96
- readonly 'background-primary-subtle'?: any;
97
- readonly 'background-primary-subtle-hover'?: any;
98
- readonly 'background-primary-subtle-active'?: any;
99
- readonly 'background-primary-subtle-selected'?: any;
100
- readonly 'background-danger-prominent'?: any;
101
- readonly 'background-danger-prominent-hover'?: any;
102
- readonly 'background-danger-prominent-active'?: any;
103
- readonly 'background-danger'?: any;
104
- readonly 'background-danger-hover'?: any;
105
- readonly 'background-success'?: any;
106
- readonly 'background-warning-subtle'?: any;
107
- readonly 'background-warning-prominent'?: any;
108
- readonly 'text-neutrals-inverted'?: any;
109
- readonly 'text-neutrals'?: any;
110
- readonly 'text-neutrals-subtle'?: any;
111
- readonly 'text-neutrals-placeholder-only'?: any;
112
- readonly 'text-neutrals-placeholder'?: any;
113
- readonly 'text-neutrals-disabled'?: any;
114
- readonly 'text-primary-inverted'?: any;
115
- readonly 'text-primary'?: any;
116
- readonly 'text-primary-hover'?: any;
117
- readonly 'text-primary-active'?: any;
118
- readonly 'text-primary-selected'?: any;
119
- readonly 'text-primary-inverted-subtle'?: any;
120
- readonly 'text-danger-inverted'?: any;
121
- readonly 'text-danger'?: any;
122
- readonly 'text-danger-hover'?: any;
123
- readonly 'text-danger-active'?: any;
124
- readonly 'text-success'?: any;
125
- readonly 'text-warning'?: any;
126
- readonly 'icon-neutrals-inverted'?: any;
127
- readonly 'icon-neutrals'?: any;
128
- readonly 'icon-neutrals-with-text'?: any;
129
- readonly 'icon-neutrals-subtle'?: any;
130
- readonly 'icon-neutrals-disabled'?: any;
131
- readonly 'icon-neutrals-search'?: any;
132
- readonly 'icon-neutrals-inactive'?: any;
133
- readonly 'icon-neutrals-inactive-hover'?: any;
134
- readonly 'icon-primary-inverted'?: any;
135
- readonly 'icon-primary'?: any;
136
- readonly 'icon-primary-hover'?: any;
137
- readonly 'icon-primary-active'?: any;
138
- readonly 'icon-primary-selected'?: any;
139
- readonly 'icon-danger-inverted'?: any;
140
- readonly 'icon-danger'?: any;
141
- readonly 'icon-danger-hover'?: any;
142
- readonly 'icon-danger-active'?: any;
143
- readonly 'icon-success-inverted'?: any;
144
- readonly 'icon-success'?: any;
145
- readonly 'icon-warning'?: any;
146
- readonly 'border-focus-outer'?: any;
147
- readonly 'border-focus-middle'?: any;
148
- readonly 'border-focus-inner'?: any;
149
- readonly 'border-neutrals'?: any;
150
- readonly 'border-neutrals-hover'?: any;
151
- readonly 'border-neutrals-active'?: any;
152
- readonly 'border-neutrals-disabled'?: any;
153
- readonly 'border-neutrals-controls'?: any;
154
- readonly 'border-neutrals-controls-disabled'?: any;
155
- readonly 'border-neutrals-subtle'?: any;
156
- readonly 'border-neutrals-inverted'?: any;
157
- readonly 'border-primary'?: any;
158
- readonly 'border-primary-hover'?: any;
159
- readonly 'border-primary-active'?: any;
160
- readonly 'border-primary-inverted'?: any;
161
- readonly 'border-danger'?: any;
162
- readonly 'border-success'?: any;
163
- readonly 'border-warning'?: any;
164
- };
165
- 'font-sizes': {
166
- readonly 150: "0.75rem";
167
- readonly 175: "0.875rem";
168
- readonly 200: "1rem";
169
- readonly 225: "1.125rem";
170
- readonly 250: "1.25rem";
171
- readonly 300: "1.5rem";
172
- readonly 400: "2rem";
173
- readonly 500: "2.5rem";
174
- readonly 600: "3rem";
175
- readonly 800: "4rem";
176
- readonly 900: "4.5rem";
177
- };
178
- radii: {
179
- readonly none: 0;
180
- readonly half: "999em";
181
- readonly 25: "2px";
182
- readonly 50: "4px";
183
- readonly 75: "6px";
184
- readonly 100: "8px";
185
- readonly 200: "16px";
186
- };
187
- shadows: {
188
- readonly 50: "0 4px 16px #05003812";
189
- readonly 100: "0 8px 32px #05003808";
190
- 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";
191
- 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";
192
- 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";
193
- };
194
- sizes: {
195
- readonly number: string;
196
- readonly 'icon-200': "16px";
197
- readonly 'icon-300': "24px";
198
- readonly 'icon-400': "32px";
199
- };
200
- space: {
201
- readonly none: 0;
202
- readonly 50: "4px";
203
- readonly 100: "8px";
204
- readonly 150: "12px";
205
- readonly 200: "16px";
206
- readonly 300: "24px";
207
- readonly 400: "32px";
208
- readonly 500: "64px";
209
- readonly 600: "48px";
210
- readonly 800: "64px";
211
- readonly 1200: "96px";
212
- readonly 1600: "128px";
213
- };
214
- 'space-gap': {
215
- readonly none: any;
216
- readonly 50: any;
217
- readonly 100: any;
218
- readonly 200: any;
219
- readonly 300: any;
220
- };
221
- 'space-inset': {
222
- readonly none: any;
223
- readonly 50: any;
224
- readonly 100: any;
225
- readonly 150: any;
226
- readonly 200: any;
227
- readonly 300: any;
228
- readonly 400: any;
229
- readonly 600: any;
230
- readonly 800: any;
231
- readonly 1200: any;
232
- readonly 1600: any;
233
- };
234
- 'space-offset': {
235
- readonly none: any;
236
- readonly 50: any;
237
- readonly 100: any;
238
- readonly 150: any;
239
- readonly 200: any;
240
- readonly 300: any;
241
- readonly 400: any;
242
- readonly 600: any;
243
- readonly 800: any;
244
- readonly 1200: any;
245
- readonly 1600: any;
246
- readonly 'stacking-none': any;
247
- readonly 'stacking-100': any;
248
- readonly 'stacking-200': any;
249
- readonly 'stacking-300': any;
250
- readonly 'stacking-400': any;
251
- readonly 'stacking-500': any;
252
- readonly 'stacking-800': any;
253
- };
254
- 'z-indices': {
255
- readonly dropdownMenu: 100;
256
- readonly popover: 200;
257
- readonly tooltip: 300;
258
- };
259
- }, {
260
- readonly background: "colors";
261
- readonly backgroundColor: "colors";
262
- readonly backgroundImage: "colors";
263
- readonly blockSize: "sizes";
264
- readonly border: "colors";
265
- readonly borderBlock: "colors";
266
- readonly borderBlockEnd: "colors";
267
- readonly borderBlockStart: "colors";
268
- readonly borderBottom: "colors";
269
- readonly borderBottomColor: "colors";
270
- readonly borderBottomLeftRadius: "radii";
271
- readonly borderBottomRightRadius: "radii";
272
- readonly borderBottomStyle: "border-styles";
273
- readonly borderBottomWidth: "border-widths";
274
- readonly borderColor: "colors";
275
- readonly borderImage: "colors";
276
- readonly borderInline: "colors";
277
- readonly borderInlineEnd: "colors";
278
- readonly borderInlineStart: "colors";
279
- readonly borderLeft: "colors";
280
- readonly borderLeftColor: "colors";
281
- readonly borderLeftStyle: "border-styles";
282
- readonly borderLeftWidth: "border-widths";
283
- readonly borderRadius: "radii";
284
- readonly borderRight: "colors";
285
- readonly borderRightColor: "colors";
286
- readonly borderRightStyle: "border-styles";
287
- readonly borderRightWidth: "border-widths";
288
- readonly borderStyle: "border-styles";
289
- readonly borderTop: "colors";
290
- readonly borderTopColor: "colors";
291
- readonly borderTopLeftRadius: "radii";
292
- readonly borderTopRightRadius: "radii";
293
- readonly borderTopStyle: "border-styles";
294
- readonly borderTopWidth: "border-widths";
295
- readonly borderWidth: "border-widths";
296
- readonly bottom: "space";
297
- readonly boxShadow: "shadows";
298
- readonly caretColor: "colors";
299
- readonly color: "colors";
300
- readonly columnGap: "space-gap";
301
- readonly columnRuleColor: "colors";
302
- readonly fill: "colors";
303
- readonly flexBasis: "sizes";
304
- readonly fontFamily: "fonts";
305
- readonly fontSize: "font-sizes";
306
- readonly fontWeight: "font-weights";
307
- readonly gap: "space-gap";
308
- readonly gridColumnGap: "space-gap";
309
- readonly gridGap: "space-gap";
310
- readonly gridRowGap: "space-gap";
311
- readonly gridTemplateColumns: "sizes";
312
- readonly gridTemplateRows: "sizes";
313
- readonly height: "sizes";
314
- readonly inlineSize: "sizes";
315
- readonly inset: "space-inset";
316
- readonly insetBlock: "space-inset";
317
- readonly insetBlockEnd: "space-inset";
318
- readonly insetBlockStart: "space-inset";
319
- readonly insetInline: "space-inset";
320
- readonly insetInlineEnd: "space-inset";
321
- readonly insetInlineStart: "space-inset";
322
- readonly left: "space";
323
- readonly letterSpacing: "letter-spacings";
324
- readonly lineHeight: "line-heights";
325
- readonly margin: "space-offset";
326
- readonly marginBlock: "space-offset";
327
- readonly marginBlockEnd: "space-offset";
328
- readonly marginBlockStart: "space-offset";
329
- readonly marginBottom: "space-offset";
330
- readonly marginInline: "space-offset";
331
- readonly marginInlineEnd: "space-offset";
332
- readonly marginInlineStart: "space-offset";
333
- readonly marginLeft: "space-offset";
334
- readonly marginRight: "space-offset";
335
- readonly marginTop: "space-offset";
336
- readonly maxBlockSize: "sizes";
337
- readonly maxHeight: "sizes";
338
- readonly maxInlineSize: "sizes";
339
- readonly maxWidth: "sizes";
340
- readonly minBlockSize: "sizes";
341
- readonly minHeight: "sizes";
342
- readonly minInlineSize: "sizes";
343
- readonly minWidth: "sizes";
344
- readonly outline: "colors";
345
- readonly outlineColor: "colors";
346
- readonly padding: "space-inset";
347
- readonly paddingBlock: "space-inset";
348
- readonly paddingBlockEnd: "space-inset";
349
- readonly paddingBlockStart: "space-inset";
350
- readonly paddingBottom: "space-inset";
351
- readonly paddingInline: "space-inset";
352
- readonly paddingInlineEnd: "space-inset";
353
- readonly paddingInlineStart: "space-inset";
354
- readonly paddingLeft: "space-inset";
355
- readonly paddingRight: "space-inset";
356
- readonly paddingTop: "space-inset";
357
- readonly right: "space";
358
- readonly rowGap: "space-gap";
359
- readonly scrollMargin: "space-offset";
360
- readonly scrollMarginBlock: "space-offset";
361
- readonly scrollMarginBlockEnd: "space-offset";
362
- readonly scrollMarginBlockStart: "space-offset";
363
- readonly scrollMarginBottom: "space-offset";
364
- readonly scrollMarginInline: "space-offset";
365
- readonly scrollMarginInlineEnd: "space-offset";
366
- readonly scrollMarginInlineStart: "space-offset";
367
- readonly scrollMarginLeft: "space-offset";
368
- readonly scrollMarginRight: "space-offset";
369
- readonly scrollMarginTop: "space-offset";
370
- readonly scrollPadding: "space-inset";
371
- readonly scrollPaddingBlock: "space-inset";
372
- readonly scrollPaddingBlockEnd: "space-inset";
373
- readonly scrollPaddingBlockStart: "space-inset";
374
- readonly scrollPaddingBottom: "space-inset";
375
- readonly scrollPaddingInline: "space-inset";
376
- readonly scrollPaddingInlineEnd: "space-inset";
377
- readonly scrollPaddingInlineStart: "space-inset";
378
- readonly scrollPaddingLeft: "space-inset";
379
- readonly scrollPaddingRight: "space-inset";
380
- readonly scrollPaddingTop: "space-inset";
381
- readonly stroke: "colors";
382
- readonly textDecorationColor: "colors";
383
- readonly textShadow: "shadows";
384
- readonly top: "space";
385
- readonly transition: "transitions";
386
- readonly width: "sizes";
387
- readonly zIndex: "z-indices";
388
- }, {
389
- paddingX: (value: {
390
- readonly [$$PropertyValue]: "padding";
391
- }) => {
392
- paddingLeft: {
393
- readonly [$$PropertyValue]: "padding";
13
+ }, {}> & _mirohq_design_system_stitches.SafeProps<Omit<RadixSwitch.SwitchProps & react.RefAttributes<HTMLButtonElement>, "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";
394
20
  };
395
- paddingRight: {
396
- 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;
397
165
  };
398
- };
399
- paddingY: (value: {
400
- readonly [$$PropertyValue]: "padding";
401
- }) => {
402
- paddingTop: {
403
- 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";
404
178
  };
405
- paddingBottom: {
406
- 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";
407
187
  };
408
- };
409
- marginX: (value: {
410
- readonly [$$PropertyValue]: "margin";
411
- }) => {
412
- marginLeft: {
413
- 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";
414
195
  };
415
- marginRight: {
416
- readonly [$$PropertyValue]: "margin";
196
+ sizes: {
197
+ readonly number: string;
198
+ readonly 'icon-200': "16px";
199
+ readonly 'icon-300': "24px";
200
+ readonly 'icon-400': "32px";
417
201
  };
418
- };
419
- marginY: (value: {
420
- readonly [$$PropertyValue]: "margin";
421
- }) => {
422
- marginTop: {
423
- 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;
222
+ };
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;
424
235
  };
425
- marginBottom: {
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: {
426
412
  readonly [$$PropertyValue]: "margin";
413
+ }) => {
414
+ marginLeft: {
415
+ readonly [$$PropertyValue]: "margin";
416
+ };
417
+ marginRight: {
418
+ readonly [$$PropertyValue]: "margin";
419
+ };
427
420
  };
428
- };
429
- square: (value: {
430
- readonly [$$PropertyValue]: "width";
431
- }) => {
432
- width: {
433
- 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
+ };
434
430
  };
435
- height: {
431
+ square: (value: {
436
432
  readonly [$$PropertyValue]: "width";
433
+ }) => {
434
+ width: {
435
+ readonly [$$PropertyValue]: "width";
436
+ };
437
+ height: {
438
+ readonly [$$PropertyValue]: "width";
439
+ };
437
440
  };
438
- };
439
- }>>> & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "form" | "slot" | "title" | "autoFocus" | "checked" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "required" | "size" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "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" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "onCheckedChange"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixSwitch.SwitchProps & react.RefAttributes<HTMLButtonElement>>, {
441
+ }> | undefined;
442
+ }> & {
443
+ children?: react.ReactNode;
444
+ } & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "form" | "slot" | "title" | "autoFocus" | "checked" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "required" | "size" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "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" | "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" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "onCheckedChange"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<RadixSwitch.SwitchProps & react.RefAttributes<HTMLButtonElement>>, {
440
445
  size?: "medium" | "large" | undefined;
441
446
  }, {}>;
442
447
  declare type StyledSwitchProps = StrictComponentProps<typeof StyledSwitch>;
@@ -471,6 +476,6 @@ interface SwitchProps extends Omit<StyledSwitchProps, 'onChange'> {
471
476
  */
472
477
  value: string;
473
478
  }
474
- declare const Switch: react__default.ForwardRefExoticComponent<Pick<SwitchProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "form" | "slot" | "title" | "autoFocus" | "checked" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "required" | "size" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "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" | "key"> & react__default.RefAttributes<HTMLButtonElement>>;
479
+ declare const Switch: react__default.ForwardRefExoticComponent<Pick<SwitchProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "form" | "slot" | "title" | "autoFocus" | "checked" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "required" | "size" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "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" | "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" | "key"> & react__default.RefAttributes<HTMLButtonElement>>;
475
480
 
476
481
  export { Switch, SwitchProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-switch",
3
- "version": "2.1.5",
3
+ "version": "2.1.7",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -28,10 +28,10 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@radix-ui/react-switch": "^1.0.0",
31
- "@mirohq/design-system-stitches": "^2.2.2",
32
- "@mirohq/design-system-utils": "^0.13.1",
31
+ "@mirohq/design-system-stitches": "^2.2.4",
32
+ "@mirohq/design-system-styles": "^1.0.20",
33
33
  "@mirohq/design-system-types": "^0.4.1",
34
- "@mirohq/design-system-styles": "^1.0.18"
34
+ "@mirohq/design-system-utils": "^0.13.1"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "rollup -c ../../../rollup.config.js",