@mirohq/design-system-spinner 1.1.37 → 1.1.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.d.ts +62 -103
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -256,22 +256,23 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
256
256
|
readonly body: "Open Sans, sans-serif";
|
|
257
257
|
};
|
|
258
258
|
radii: {
|
|
259
|
+
readonly 0: "0px";
|
|
259
260
|
readonly 25: "2px";
|
|
260
261
|
readonly 50: "4px";
|
|
261
262
|
readonly 75: "6px";
|
|
262
263
|
readonly 100: "8px";
|
|
263
264
|
readonly 200: "16px";
|
|
264
|
-
readonly
|
|
265
|
-
readonly none: "0px";
|
|
265
|
+
readonly round: "999px";
|
|
266
266
|
};
|
|
267
267
|
shadows: {
|
|
268
|
-
50: any;
|
|
269
268
|
100: any;
|
|
269
|
+
50: any;
|
|
270
270
|
"focus-small": any;
|
|
271
271
|
"focus-small-outline": any;
|
|
272
272
|
"focus-large": any;
|
|
273
273
|
"focus-controls": any;
|
|
274
274
|
"focus-controls-error": any;
|
|
275
|
+
"focus-controls-error-small": any;
|
|
275
276
|
"focus-controls-success": any;
|
|
276
277
|
};
|
|
277
278
|
sizes: {
|
|
@@ -296,48 +297,6 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
296
297
|
readonly 1200: "96px";
|
|
297
298
|
readonly 1600: "128px";
|
|
298
299
|
};
|
|
299
|
-
'space-gap': {
|
|
300
|
-
readonly 0: any;
|
|
301
|
-
readonly 50: any;
|
|
302
|
-
readonly 100: any;
|
|
303
|
-
readonly 200: any;
|
|
304
|
-
readonly 300: any;
|
|
305
|
-
};
|
|
306
|
-
'space-inset': {
|
|
307
|
-
readonly 0: any;
|
|
308
|
-
readonly 50: any;
|
|
309
|
-
readonly 100: any;
|
|
310
|
-
readonly 150: any;
|
|
311
|
-
readonly 200: any;
|
|
312
|
-
readonly 300: any;
|
|
313
|
-
readonly 400: any;
|
|
314
|
-
readonly 500: any;
|
|
315
|
-
readonly 600: any;
|
|
316
|
-
readonly 700: any;
|
|
317
|
-
readonly 800: any;
|
|
318
|
-
readonly 1200: any;
|
|
319
|
-
readonly 1600: any;
|
|
320
|
-
};
|
|
321
|
-
'space-offset': {
|
|
322
|
-
readonly 0: any;
|
|
323
|
-
readonly 50: any;
|
|
324
|
-
readonly 100: any;
|
|
325
|
-
readonly 150: any;
|
|
326
|
-
readonly 200: any;
|
|
327
|
-
readonly 300: any;
|
|
328
|
-
readonly 400: any;
|
|
329
|
-
readonly 600: any;
|
|
330
|
-
readonly 800: any;
|
|
331
|
-
readonly 1200: any;
|
|
332
|
-
readonly 1600: any;
|
|
333
|
-
readonly 'stacking-0': any;
|
|
334
|
-
readonly 'stacking-100': any;
|
|
335
|
-
readonly 'stacking-200': any;
|
|
336
|
-
readonly 'stacking-300': any;
|
|
337
|
-
readonly 'stacking-400': any;
|
|
338
|
-
readonly 'stacking-500': any;
|
|
339
|
-
readonly 'stacking-800': any;
|
|
340
|
-
};
|
|
341
300
|
'stroke-width': {
|
|
342
301
|
readonly thin: "1.5px";
|
|
343
302
|
readonly normal: "2px";
|
|
@@ -378,7 +337,7 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
378
337
|
readonly borderRightColor: "colors";
|
|
379
338
|
readonly borderRightStyle: "border-styles";
|
|
380
339
|
readonly borderRightWidth: "border-widths";
|
|
381
|
-
readonly borderSpacing: "space
|
|
340
|
+
readonly borderSpacing: "space";
|
|
382
341
|
readonly borderStyle: "border-styles";
|
|
383
342
|
readonly borderTop: "colors";
|
|
384
343
|
readonly borderTopColor: "colors";
|
|
@@ -391,42 +350,42 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
391
350
|
readonly boxShadow: "shadows";
|
|
392
351
|
readonly caretColor: "colors";
|
|
393
352
|
readonly color: "colors";
|
|
394
|
-
readonly columnGap: "space
|
|
353
|
+
readonly columnGap: "space";
|
|
395
354
|
readonly columnRuleColor: "colors";
|
|
396
355
|
readonly fill: "colors";
|
|
397
356
|
readonly flexBasis: "sizes";
|
|
398
357
|
readonly fontFamily: "fonts";
|
|
399
358
|
readonly fontSize: "font-sizes";
|
|
400
359
|
readonly fontWeight: "font-weights";
|
|
401
|
-
readonly gap: "space
|
|
402
|
-
readonly gridColumnGap: "space
|
|
403
|
-
readonly gridGap: "space
|
|
404
|
-
readonly gridRowGap: "space
|
|
360
|
+
readonly gap: "space";
|
|
361
|
+
readonly gridColumnGap: "space";
|
|
362
|
+
readonly gridGap: "space";
|
|
363
|
+
readonly gridRowGap: "space";
|
|
405
364
|
readonly gridTemplateColumns: "sizes";
|
|
406
365
|
readonly gridTemplateRows: "sizes";
|
|
407
366
|
readonly height: "sizes";
|
|
408
367
|
readonly inlineSize: "sizes";
|
|
409
|
-
readonly inset: "space
|
|
410
|
-
readonly insetBlock: "space
|
|
411
|
-
readonly insetBlockEnd: "space
|
|
412
|
-
readonly insetBlockStart: "space
|
|
413
|
-
readonly insetInline: "space
|
|
414
|
-
readonly insetInlineEnd: "space
|
|
415
|
-
readonly insetInlineStart: "space
|
|
368
|
+
readonly inset: "space";
|
|
369
|
+
readonly insetBlock: "space";
|
|
370
|
+
readonly insetBlockEnd: "space";
|
|
371
|
+
readonly insetBlockStart: "space";
|
|
372
|
+
readonly insetInline: "space";
|
|
373
|
+
readonly insetInlineEnd: "space";
|
|
374
|
+
readonly insetInlineStart: "space";
|
|
416
375
|
readonly left: "space";
|
|
417
376
|
readonly letterSpacing: "letter-spacings";
|
|
418
377
|
readonly lineHeight: "line-heights";
|
|
419
|
-
readonly margin: "space
|
|
420
|
-
readonly marginBlock: "space
|
|
421
|
-
readonly marginBlockEnd: "space
|
|
422
|
-
readonly marginBlockStart: "space
|
|
423
|
-
readonly marginBottom: "space
|
|
424
|
-
readonly marginInline: "space
|
|
425
|
-
readonly marginInlineEnd: "space
|
|
426
|
-
readonly marginInlineStart: "space
|
|
427
|
-
readonly marginLeft: "space
|
|
428
|
-
readonly marginRight: "space
|
|
429
|
-
readonly marginTop: "space
|
|
378
|
+
readonly margin: "space";
|
|
379
|
+
readonly marginBlock: "space";
|
|
380
|
+
readonly marginBlockEnd: "space";
|
|
381
|
+
readonly marginBlockStart: "space";
|
|
382
|
+
readonly marginBottom: "space";
|
|
383
|
+
readonly marginInline: "space";
|
|
384
|
+
readonly marginInlineEnd: "space";
|
|
385
|
+
readonly marginInlineStart: "space";
|
|
386
|
+
readonly marginLeft: "space";
|
|
387
|
+
readonly marginRight: "space";
|
|
388
|
+
readonly marginTop: "space";
|
|
430
389
|
readonly maxBlockSize: "sizes";
|
|
431
390
|
readonly maxHeight: "sizes";
|
|
432
391
|
readonly maxInlineSize: "sizes";
|
|
@@ -437,41 +396,41 @@ declare const StyledSpinner: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
437
396
|
readonly minWidth: "sizes";
|
|
438
397
|
readonly outline: "colors";
|
|
439
398
|
readonly outlineColor: "colors";
|
|
440
|
-
readonly padding: "space
|
|
441
|
-
readonly paddingBlock: "space
|
|
442
|
-
readonly paddingBlockEnd: "space
|
|
443
|
-
readonly paddingBlockStart: "space
|
|
444
|
-
readonly paddingBottom: "space
|
|
445
|
-
readonly paddingInline: "space
|
|
446
|
-
readonly paddingInlineEnd: "space
|
|
447
|
-
readonly paddingInlineStart: "space
|
|
448
|
-
readonly paddingLeft: "space
|
|
449
|
-
readonly paddingRight: "space
|
|
450
|
-
readonly paddingTop: "space
|
|
399
|
+
readonly padding: "space";
|
|
400
|
+
readonly paddingBlock: "space";
|
|
401
|
+
readonly paddingBlockEnd: "space";
|
|
402
|
+
readonly paddingBlockStart: "space";
|
|
403
|
+
readonly paddingBottom: "space";
|
|
404
|
+
readonly paddingInline: "space";
|
|
405
|
+
readonly paddingInlineEnd: "space";
|
|
406
|
+
readonly paddingInlineStart: "space";
|
|
407
|
+
readonly paddingLeft: "space";
|
|
408
|
+
readonly paddingRight: "space";
|
|
409
|
+
readonly paddingTop: "space";
|
|
451
410
|
readonly right: "space";
|
|
452
|
-
readonly rowGap: "space
|
|
453
|
-
readonly scrollMargin: "space
|
|
454
|
-
readonly scrollMarginBlock: "space
|
|
455
|
-
readonly scrollMarginBlockEnd: "space
|
|
456
|
-
readonly scrollMarginBlockStart: "space
|
|
457
|
-
readonly scrollMarginBottom: "space
|
|
458
|
-
readonly scrollMarginInline: "space
|
|
459
|
-
readonly scrollMarginInlineEnd: "space
|
|
460
|
-
readonly scrollMarginInlineStart: "space
|
|
461
|
-
readonly scrollMarginLeft: "space
|
|
462
|
-
readonly scrollMarginRight: "space
|
|
463
|
-
readonly scrollMarginTop: "space
|
|
464
|
-
readonly scrollPadding: "space
|
|
465
|
-
readonly scrollPaddingBlock: "space
|
|
466
|
-
readonly scrollPaddingBlockEnd: "space
|
|
467
|
-
readonly scrollPaddingBlockStart: "space
|
|
468
|
-
readonly scrollPaddingBottom: "space
|
|
469
|
-
readonly scrollPaddingInline: "space
|
|
470
|
-
readonly scrollPaddingInlineEnd: "space
|
|
471
|
-
readonly scrollPaddingInlineStart: "space
|
|
472
|
-
readonly scrollPaddingLeft: "space
|
|
473
|
-
readonly scrollPaddingRight: "space
|
|
474
|
-
readonly scrollPaddingTop: "space
|
|
411
|
+
readonly rowGap: "space";
|
|
412
|
+
readonly scrollMargin: "space";
|
|
413
|
+
readonly scrollMarginBlock: "space";
|
|
414
|
+
readonly scrollMarginBlockEnd: "space";
|
|
415
|
+
readonly scrollMarginBlockStart: "space";
|
|
416
|
+
readonly scrollMarginBottom: "space";
|
|
417
|
+
readonly scrollMarginInline: "space";
|
|
418
|
+
readonly scrollMarginInlineEnd: "space";
|
|
419
|
+
readonly scrollMarginInlineStart: "space";
|
|
420
|
+
readonly scrollMarginLeft: "space";
|
|
421
|
+
readonly scrollMarginRight: "space";
|
|
422
|
+
readonly scrollMarginTop: "space";
|
|
423
|
+
readonly scrollPadding: "space";
|
|
424
|
+
readonly scrollPaddingBlock: "space";
|
|
425
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
426
|
+
readonly scrollPaddingBlockStart: "space";
|
|
427
|
+
readonly scrollPaddingBottom: "space";
|
|
428
|
+
readonly scrollPaddingInline: "space";
|
|
429
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
430
|
+
readonly scrollPaddingInlineStart: "space";
|
|
431
|
+
readonly scrollPaddingLeft: "space";
|
|
432
|
+
readonly scrollPaddingRight: "space";
|
|
433
|
+
readonly scrollPaddingTop: "space";
|
|
475
434
|
readonly stroke: "colors";
|
|
476
435
|
readonly strokeWidth: "stroke-width";
|
|
477
436
|
readonly textDecorationColor: "colors";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-spinner",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.39",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@mirohq/design-system-primitive": "^1.1.2",
|
|
30
|
-
"@mirohq/design-system-stitches": "^2.6.
|
|
31
|
-
"@mirohq/design-tokens": "^
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.6.5",
|
|
31
|
+
"@mirohq/design-tokens": "^5.0.0"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "rollup -c ../../../rollup.config.js",
|