@mirohq/design-system-button 3.1.40 → 3.1.42
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/main.js +2 -2
- package/dist/main.js.map +1 -1
- package/dist/module.js +2 -2
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +366 -618
- package/package.json +7 -7
package/dist/types.d.ts
CHANGED
|
@@ -259,17 +259,17 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
259
259
|
readonly body: "Open Sans, sans-serif";
|
|
260
260
|
};
|
|
261
261
|
radii: {
|
|
262
|
+
readonly 0: "0px";
|
|
262
263
|
readonly 25: "2px";
|
|
263
264
|
readonly 50: "4px";
|
|
264
265
|
readonly 75: "6px";
|
|
265
266
|
readonly 100: "8px";
|
|
266
267
|
readonly 200: "16px";
|
|
267
|
-
readonly
|
|
268
|
-
readonly none: "0px";
|
|
268
|
+
readonly round: "999px";
|
|
269
269
|
};
|
|
270
270
|
shadows: {
|
|
271
|
-
50: any;
|
|
272
271
|
100: any;
|
|
272
|
+
50: any;
|
|
273
273
|
"focus-small": any;
|
|
274
274
|
"focus-small-outline": any;
|
|
275
275
|
"focus-large": any;
|
|
@@ -299,48 +299,6 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
299
299
|
readonly 1200: "96px";
|
|
300
300
|
readonly 1600: "128px";
|
|
301
301
|
};
|
|
302
|
-
'space-gap': {
|
|
303
|
-
readonly 0: any;
|
|
304
|
-
readonly 50: any;
|
|
305
|
-
readonly 100: any;
|
|
306
|
-
readonly 200: any;
|
|
307
|
-
readonly 300: any;
|
|
308
|
-
};
|
|
309
|
-
'space-inset': {
|
|
310
|
-
readonly 0: any;
|
|
311
|
-
readonly 50: any;
|
|
312
|
-
readonly 100: any;
|
|
313
|
-
readonly 150: any;
|
|
314
|
-
readonly 200: any;
|
|
315
|
-
readonly 300: any;
|
|
316
|
-
readonly 400: any;
|
|
317
|
-
readonly 500: any;
|
|
318
|
-
readonly 600: any;
|
|
319
|
-
readonly 700: any;
|
|
320
|
-
readonly 800: any;
|
|
321
|
-
readonly 1200: any;
|
|
322
|
-
readonly 1600: any;
|
|
323
|
-
};
|
|
324
|
-
'space-offset': {
|
|
325
|
-
readonly 0: any;
|
|
326
|
-
readonly 50: any;
|
|
327
|
-
readonly 100: any;
|
|
328
|
-
readonly 150: any;
|
|
329
|
-
readonly 200: any;
|
|
330
|
-
readonly 300: any;
|
|
331
|
-
readonly 400: any;
|
|
332
|
-
readonly 600: any;
|
|
333
|
-
readonly 800: any;
|
|
334
|
-
readonly 1200: any;
|
|
335
|
-
readonly 1600: any;
|
|
336
|
-
readonly 'stacking-0': any;
|
|
337
|
-
readonly 'stacking-100': any;
|
|
338
|
-
readonly 'stacking-200': any;
|
|
339
|
-
readonly 'stacking-300': any;
|
|
340
|
-
readonly 'stacking-400': any;
|
|
341
|
-
readonly 'stacking-500': any;
|
|
342
|
-
readonly 'stacking-800': any;
|
|
343
|
-
};
|
|
344
302
|
'stroke-width': {
|
|
345
303
|
readonly thin: "1.5px";
|
|
346
304
|
readonly normal: "2px";
|
|
@@ -381,7 +339,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
381
339
|
readonly borderRightColor: "colors";
|
|
382
340
|
readonly borderRightStyle: "border-styles";
|
|
383
341
|
readonly borderRightWidth: "border-widths";
|
|
384
|
-
readonly borderSpacing: "space
|
|
342
|
+
readonly borderSpacing: "space";
|
|
385
343
|
readonly borderStyle: "border-styles";
|
|
386
344
|
readonly borderTop: "colors";
|
|
387
345
|
readonly borderTopColor: "colors";
|
|
@@ -394,42 +352,42 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
394
352
|
readonly boxShadow: "shadows";
|
|
395
353
|
readonly caretColor: "colors";
|
|
396
354
|
readonly color: "colors";
|
|
397
|
-
readonly columnGap: "space
|
|
355
|
+
readonly columnGap: "space";
|
|
398
356
|
readonly columnRuleColor: "colors";
|
|
399
357
|
readonly fill: "colors";
|
|
400
358
|
readonly flexBasis: "sizes";
|
|
401
359
|
readonly fontFamily: "fonts";
|
|
402
360
|
readonly fontSize: "font-sizes";
|
|
403
361
|
readonly fontWeight: "font-weights";
|
|
404
|
-
readonly gap: "space
|
|
405
|
-
readonly gridColumnGap: "space
|
|
406
|
-
readonly gridGap: "space
|
|
407
|
-
readonly gridRowGap: "space
|
|
362
|
+
readonly gap: "space";
|
|
363
|
+
readonly gridColumnGap: "space";
|
|
364
|
+
readonly gridGap: "space";
|
|
365
|
+
readonly gridRowGap: "space";
|
|
408
366
|
readonly gridTemplateColumns: "sizes";
|
|
409
367
|
readonly gridTemplateRows: "sizes";
|
|
410
368
|
readonly height: "sizes";
|
|
411
369
|
readonly inlineSize: "sizes";
|
|
412
|
-
readonly inset: "space
|
|
413
|
-
readonly insetBlock: "space
|
|
414
|
-
readonly insetBlockEnd: "space
|
|
415
|
-
readonly insetBlockStart: "space
|
|
416
|
-
readonly insetInline: "space
|
|
417
|
-
readonly insetInlineEnd: "space
|
|
418
|
-
readonly insetInlineStart: "space
|
|
370
|
+
readonly inset: "space";
|
|
371
|
+
readonly insetBlock: "space";
|
|
372
|
+
readonly insetBlockEnd: "space";
|
|
373
|
+
readonly insetBlockStart: "space";
|
|
374
|
+
readonly insetInline: "space";
|
|
375
|
+
readonly insetInlineEnd: "space";
|
|
376
|
+
readonly insetInlineStart: "space";
|
|
419
377
|
readonly left: "space";
|
|
420
378
|
readonly letterSpacing: "letter-spacings";
|
|
421
379
|
readonly lineHeight: "line-heights";
|
|
422
|
-
readonly margin: "space
|
|
423
|
-
readonly marginBlock: "space
|
|
424
|
-
readonly marginBlockEnd: "space
|
|
425
|
-
readonly marginBlockStart: "space
|
|
426
|
-
readonly marginBottom: "space
|
|
427
|
-
readonly marginInline: "space
|
|
428
|
-
readonly marginInlineEnd: "space
|
|
429
|
-
readonly marginInlineStart: "space
|
|
430
|
-
readonly marginLeft: "space
|
|
431
|
-
readonly marginRight: "space
|
|
432
|
-
readonly marginTop: "space
|
|
380
|
+
readonly margin: "space";
|
|
381
|
+
readonly marginBlock: "space";
|
|
382
|
+
readonly marginBlockEnd: "space";
|
|
383
|
+
readonly marginBlockStart: "space";
|
|
384
|
+
readonly marginBottom: "space";
|
|
385
|
+
readonly marginInline: "space";
|
|
386
|
+
readonly marginInlineEnd: "space";
|
|
387
|
+
readonly marginInlineStart: "space";
|
|
388
|
+
readonly marginLeft: "space";
|
|
389
|
+
readonly marginRight: "space";
|
|
390
|
+
readonly marginTop: "space";
|
|
433
391
|
readonly maxBlockSize: "sizes";
|
|
434
392
|
readonly maxHeight: "sizes";
|
|
435
393
|
readonly maxInlineSize: "sizes";
|
|
@@ -440,41 +398,41 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
440
398
|
readonly minWidth: "sizes";
|
|
441
399
|
readonly outline: "colors";
|
|
442
400
|
readonly outlineColor: "colors";
|
|
443
|
-
readonly padding: "space
|
|
444
|
-
readonly paddingBlock: "space
|
|
445
|
-
readonly paddingBlockEnd: "space
|
|
446
|
-
readonly paddingBlockStart: "space
|
|
447
|
-
readonly paddingBottom: "space
|
|
448
|
-
readonly paddingInline: "space
|
|
449
|
-
readonly paddingInlineEnd: "space
|
|
450
|
-
readonly paddingInlineStart: "space
|
|
451
|
-
readonly paddingLeft: "space
|
|
452
|
-
readonly paddingRight: "space
|
|
453
|
-
readonly paddingTop: "space
|
|
401
|
+
readonly padding: "space";
|
|
402
|
+
readonly paddingBlock: "space";
|
|
403
|
+
readonly paddingBlockEnd: "space";
|
|
404
|
+
readonly paddingBlockStart: "space";
|
|
405
|
+
readonly paddingBottom: "space";
|
|
406
|
+
readonly paddingInline: "space";
|
|
407
|
+
readonly paddingInlineEnd: "space";
|
|
408
|
+
readonly paddingInlineStart: "space";
|
|
409
|
+
readonly paddingLeft: "space";
|
|
410
|
+
readonly paddingRight: "space";
|
|
411
|
+
readonly paddingTop: "space";
|
|
454
412
|
readonly right: "space";
|
|
455
|
-
readonly rowGap: "space
|
|
456
|
-
readonly scrollMargin: "space
|
|
457
|
-
readonly scrollMarginBlock: "space
|
|
458
|
-
readonly scrollMarginBlockEnd: "space
|
|
459
|
-
readonly scrollMarginBlockStart: "space
|
|
460
|
-
readonly scrollMarginBottom: "space
|
|
461
|
-
readonly scrollMarginInline: "space
|
|
462
|
-
readonly scrollMarginInlineEnd: "space
|
|
463
|
-
readonly scrollMarginInlineStart: "space
|
|
464
|
-
readonly scrollMarginLeft: "space
|
|
465
|
-
readonly scrollMarginRight: "space
|
|
466
|
-
readonly scrollMarginTop: "space
|
|
467
|
-
readonly scrollPadding: "space
|
|
468
|
-
readonly scrollPaddingBlock: "space
|
|
469
|
-
readonly scrollPaddingBlockEnd: "space
|
|
470
|
-
readonly scrollPaddingBlockStart: "space
|
|
471
|
-
readonly scrollPaddingBottom: "space
|
|
472
|
-
readonly scrollPaddingInline: "space
|
|
473
|
-
readonly scrollPaddingInlineEnd: "space
|
|
474
|
-
readonly scrollPaddingInlineStart: "space
|
|
475
|
-
readonly scrollPaddingLeft: "space
|
|
476
|
-
readonly scrollPaddingRight: "space
|
|
477
|
-
readonly scrollPaddingTop: "space
|
|
413
|
+
readonly rowGap: "space";
|
|
414
|
+
readonly scrollMargin: "space";
|
|
415
|
+
readonly scrollMarginBlock: "space";
|
|
416
|
+
readonly scrollMarginBlockEnd: "space";
|
|
417
|
+
readonly scrollMarginBlockStart: "space";
|
|
418
|
+
readonly scrollMarginBottom: "space";
|
|
419
|
+
readonly scrollMarginInline: "space";
|
|
420
|
+
readonly scrollMarginInlineEnd: "space";
|
|
421
|
+
readonly scrollMarginInlineStart: "space";
|
|
422
|
+
readonly scrollMarginLeft: "space";
|
|
423
|
+
readonly scrollMarginRight: "space";
|
|
424
|
+
readonly scrollMarginTop: "space";
|
|
425
|
+
readonly scrollPadding: "space";
|
|
426
|
+
readonly scrollPaddingBlock: "space";
|
|
427
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
428
|
+
readonly scrollPaddingBlockStart: "space";
|
|
429
|
+
readonly scrollPaddingBottom: "space";
|
|
430
|
+
readonly scrollPaddingInline: "space";
|
|
431
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
432
|
+
readonly scrollPaddingInlineStart: "space";
|
|
433
|
+
readonly scrollPaddingLeft: "space";
|
|
434
|
+
readonly scrollPaddingRight: "space";
|
|
435
|
+
readonly scrollPaddingTop: "space";
|
|
478
436
|
readonly stroke: "colors";
|
|
479
437
|
readonly strokeWidth: "stroke-width";
|
|
480
438
|
readonly textDecorationColor: "colors";
|
|
@@ -788,17 +746,17 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
788
746
|
readonly body: "Open Sans, sans-serif";
|
|
789
747
|
};
|
|
790
748
|
radii: {
|
|
749
|
+
readonly 0: "0px";
|
|
791
750
|
readonly 25: "2px";
|
|
792
751
|
readonly 50: "4px";
|
|
793
752
|
readonly 75: "6px";
|
|
794
753
|
readonly 100: "8px";
|
|
795
754
|
readonly 200: "16px";
|
|
796
|
-
readonly
|
|
797
|
-
readonly none: "0px";
|
|
755
|
+
readonly round: "999px";
|
|
798
756
|
};
|
|
799
757
|
shadows: {
|
|
800
|
-
50: any;
|
|
801
758
|
100: any;
|
|
759
|
+
50: any;
|
|
802
760
|
"focus-small": any;
|
|
803
761
|
"focus-small-outline": any;
|
|
804
762
|
"focus-large": any;
|
|
@@ -828,48 +786,6 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
828
786
|
readonly 1200: "96px";
|
|
829
787
|
readonly 1600: "128px";
|
|
830
788
|
};
|
|
831
|
-
'space-gap': {
|
|
832
|
-
readonly 0: any;
|
|
833
|
-
readonly 50: any;
|
|
834
|
-
readonly 100: any;
|
|
835
|
-
readonly 200: any;
|
|
836
|
-
readonly 300: any;
|
|
837
|
-
};
|
|
838
|
-
'space-inset': {
|
|
839
|
-
readonly 0: any;
|
|
840
|
-
readonly 50: any;
|
|
841
|
-
readonly 100: any;
|
|
842
|
-
readonly 150: any;
|
|
843
|
-
readonly 200: any;
|
|
844
|
-
readonly 300: any;
|
|
845
|
-
readonly 400: any;
|
|
846
|
-
readonly 500: any;
|
|
847
|
-
readonly 600: any;
|
|
848
|
-
readonly 700: any;
|
|
849
|
-
readonly 800: any;
|
|
850
|
-
readonly 1200: any;
|
|
851
|
-
readonly 1600: any;
|
|
852
|
-
};
|
|
853
|
-
'space-offset': {
|
|
854
|
-
readonly 0: any;
|
|
855
|
-
readonly 50: any;
|
|
856
|
-
readonly 100: any;
|
|
857
|
-
readonly 150: any;
|
|
858
|
-
readonly 200: any;
|
|
859
|
-
readonly 300: any;
|
|
860
|
-
readonly 400: any;
|
|
861
|
-
readonly 600: any;
|
|
862
|
-
readonly 800: any;
|
|
863
|
-
readonly 1200: any;
|
|
864
|
-
readonly 1600: any;
|
|
865
|
-
readonly 'stacking-0': any;
|
|
866
|
-
readonly 'stacking-100': any;
|
|
867
|
-
readonly 'stacking-200': any;
|
|
868
|
-
readonly 'stacking-300': any;
|
|
869
|
-
readonly 'stacking-400': any;
|
|
870
|
-
readonly 'stacking-500': any;
|
|
871
|
-
readonly 'stacking-800': any;
|
|
872
|
-
};
|
|
873
789
|
'stroke-width': {
|
|
874
790
|
readonly thin: "1.5px";
|
|
875
791
|
readonly normal: "2px";
|
|
@@ -910,7 +826,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
910
826
|
readonly borderRightColor: "colors";
|
|
911
827
|
readonly borderRightStyle: "border-styles";
|
|
912
828
|
readonly borderRightWidth: "border-widths";
|
|
913
|
-
readonly borderSpacing: "space
|
|
829
|
+
readonly borderSpacing: "space";
|
|
914
830
|
readonly borderStyle: "border-styles";
|
|
915
831
|
readonly borderTop: "colors";
|
|
916
832
|
readonly borderTopColor: "colors";
|
|
@@ -923,42 +839,42 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
923
839
|
readonly boxShadow: "shadows";
|
|
924
840
|
readonly caretColor: "colors";
|
|
925
841
|
readonly color: "colors";
|
|
926
|
-
readonly columnGap: "space
|
|
842
|
+
readonly columnGap: "space";
|
|
927
843
|
readonly columnRuleColor: "colors";
|
|
928
844
|
readonly fill: "colors";
|
|
929
845
|
readonly flexBasis: "sizes";
|
|
930
846
|
readonly fontFamily: "fonts";
|
|
931
847
|
readonly fontSize: "font-sizes";
|
|
932
848
|
readonly fontWeight: "font-weights";
|
|
933
|
-
readonly gap: "space
|
|
934
|
-
readonly gridColumnGap: "space
|
|
935
|
-
readonly gridGap: "space
|
|
936
|
-
readonly gridRowGap: "space
|
|
849
|
+
readonly gap: "space";
|
|
850
|
+
readonly gridColumnGap: "space";
|
|
851
|
+
readonly gridGap: "space";
|
|
852
|
+
readonly gridRowGap: "space";
|
|
937
853
|
readonly gridTemplateColumns: "sizes";
|
|
938
854
|
readonly gridTemplateRows: "sizes";
|
|
939
855
|
readonly height: "sizes";
|
|
940
856
|
readonly inlineSize: "sizes";
|
|
941
|
-
readonly inset: "space
|
|
942
|
-
readonly insetBlock: "space
|
|
943
|
-
readonly insetBlockEnd: "space
|
|
944
|
-
readonly insetBlockStart: "space
|
|
945
|
-
readonly insetInline: "space
|
|
946
|
-
readonly insetInlineEnd: "space
|
|
947
|
-
readonly insetInlineStart: "space
|
|
857
|
+
readonly inset: "space";
|
|
858
|
+
readonly insetBlock: "space";
|
|
859
|
+
readonly insetBlockEnd: "space";
|
|
860
|
+
readonly insetBlockStart: "space";
|
|
861
|
+
readonly insetInline: "space";
|
|
862
|
+
readonly insetInlineEnd: "space";
|
|
863
|
+
readonly insetInlineStart: "space";
|
|
948
864
|
readonly left: "space";
|
|
949
865
|
readonly letterSpacing: "letter-spacings";
|
|
950
866
|
readonly lineHeight: "line-heights";
|
|
951
|
-
readonly margin: "space
|
|
952
|
-
readonly marginBlock: "space
|
|
953
|
-
readonly marginBlockEnd: "space
|
|
954
|
-
readonly marginBlockStart: "space
|
|
955
|
-
readonly marginBottom: "space
|
|
956
|
-
readonly marginInline: "space
|
|
957
|
-
readonly marginInlineEnd: "space
|
|
958
|
-
readonly marginInlineStart: "space
|
|
959
|
-
readonly marginLeft: "space
|
|
960
|
-
readonly marginRight: "space
|
|
961
|
-
readonly marginTop: "space
|
|
867
|
+
readonly margin: "space";
|
|
868
|
+
readonly marginBlock: "space";
|
|
869
|
+
readonly marginBlockEnd: "space";
|
|
870
|
+
readonly marginBlockStart: "space";
|
|
871
|
+
readonly marginBottom: "space";
|
|
872
|
+
readonly marginInline: "space";
|
|
873
|
+
readonly marginInlineEnd: "space";
|
|
874
|
+
readonly marginInlineStart: "space";
|
|
875
|
+
readonly marginLeft: "space";
|
|
876
|
+
readonly marginRight: "space";
|
|
877
|
+
readonly marginTop: "space";
|
|
962
878
|
readonly maxBlockSize: "sizes";
|
|
963
879
|
readonly maxHeight: "sizes";
|
|
964
880
|
readonly maxInlineSize: "sizes";
|
|
@@ -969,41 +885,41 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
969
885
|
readonly minWidth: "sizes";
|
|
970
886
|
readonly outline: "colors";
|
|
971
887
|
readonly outlineColor: "colors";
|
|
972
|
-
readonly padding: "space
|
|
973
|
-
readonly paddingBlock: "space
|
|
974
|
-
readonly paddingBlockEnd: "space
|
|
975
|
-
readonly paddingBlockStart: "space
|
|
976
|
-
readonly paddingBottom: "space
|
|
977
|
-
readonly paddingInline: "space
|
|
978
|
-
readonly paddingInlineEnd: "space
|
|
979
|
-
readonly paddingInlineStart: "space
|
|
980
|
-
readonly paddingLeft: "space
|
|
981
|
-
readonly paddingRight: "space
|
|
982
|
-
readonly paddingTop: "space
|
|
888
|
+
readonly padding: "space";
|
|
889
|
+
readonly paddingBlock: "space";
|
|
890
|
+
readonly paddingBlockEnd: "space";
|
|
891
|
+
readonly paddingBlockStart: "space";
|
|
892
|
+
readonly paddingBottom: "space";
|
|
893
|
+
readonly paddingInline: "space";
|
|
894
|
+
readonly paddingInlineEnd: "space";
|
|
895
|
+
readonly paddingInlineStart: "space";
|
|
896
|
+
readonly paddingLeft: "space";
|
|
897
|
+
readonly paddingRight: "space";
|
|
898
|
+
readonly paddingTop: "space";
|
|
983
899
|
readonly right: "space";
|
|
984
|
-
readonly rowGap: "space
|
|
985
|
-
readonly scrollMargin: "space
|
|
986
|
-
readonly scrollMarginBlock: "space
|
|
987
|
-
readonly scrollMarginBlockEnd: "space
|
|
988
|
-
readonly scrollMarginBlockStart: "space
|
|
989
|
-
readonly scrollMarginBottom: "space
|
|
990
|
-
readonly scrollMarginInline: "space
|
|
991
|
-
readonly scrollMarginInlineEnd: "space
|
|
992
|
-
readonly scrollMarginInlineStart: "space
|
|
993
|
-
readonly scrollMarginLeft: "space
|
|
994
|
-
readonly scrollMarginRight: "space
|
|
995
|
-
readonly scrollMarginTop: "space
|
|
996
|
-
readonly scrollPadding: "space
|
|
997
|
-
readonly scrollPaddingBlock: "space
|
|
998
|
-
readonly scrollPaddingBlockEnd: "space
|
|
999
|
-
readonly scrollPaddingBlockStart: "space
|
|
1000
|
-
readonly scrollPaddingBottom: "space
|
|
1001
|
-
readonly scrollPaddingInline: "space
|
|
1002
|
-
readonly scrollPaddingInlineEnd: "space
|
|
1003
|
-
readonly scrollPaddingInlineStart: "space
|
|
1004
|
-
readonly scrollPaddingLeft: "space
|
|
1005
|
-
readonly scrollPaddingRight: "space
|
|
1006
|
-
readonly scrollPaddingTop: "space
|
|
900
|
+
readonly rowGap: "space";
|
|
901
|
+
readonly scrollMargin: "space";
|
|
902
|
+
readonly scrollMarginBlock: "space";
|
|
903
|
+
readonly scrollMarginBlockEnd: "space";
|
|
904
|
+
readonly scrollMarginBlockStart: "space";
|
|
905
|
+
readonly scrollMarginBottom: "space";
|
|
906
|
+
readonly scrollMarginInline: "space";
|
|
907
|
+
readonly scrollMarginInlineEnd: "space";
|
|
908
|
+
readonly scrollMarginInlineStart: "space";
|
|
909
|
+
readonly scrollMarginLeft: "space";
|
|
910
|
+
readonly scrollMarginRight: "space";
|
|
911
|
+
readonly scrollMarginTop: "space";
|
|
912
|
+
readonly scrollPadding: "space";
|
|
913
|
+
readonly scrollPaddingBlock: "space";
|
|
914
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
915
|
+
readonly scrollPaddingBlockStart: "space";
|
|
916
|
+
readonly scrollPaddingBottom: "space";
|
|
917
|
+
readonly scrollPaddingInline: "space";
|
|
918
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
919
|
+
readonly scrollPaddingInlineStart: "space";
|
|
920
|
+
readonly scrollPaddingLeft: "space";
|
|
921
|
+
readonly scrollPaddingRight: "space";
|
|
922
|
+
readonly scrollPaddingTop: "space";
|
|
1007
923
|
readonly stroke: "colors";
|
|
1008
924
|
readonly strokeWidth: "stroke-width";
|
|
1009
925
|
readonly textDecorationColor: "colors";
|
|
@@ -1319,17 +1235,17 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
1319
1235
|
readonly body: "Open Sans, sans-serif";
|
|
1320
1236
|
};
|
|
1321
1237
|
radii: {
|
|
1238
|
+
readonly 0: "0px";
|
|
1322
1239
|
readonly 25: "2px";
|
|
1323
1240
|
readonly 50: "4px";
|
|
1324
1241
|
readonly 75: "6px";
|
|
1325
1242
|
readonly 100: "8px";
|
|
1326
1243
|
readonly 200: "16px";
|
|
1327
|
-
readonly
|
|
1328
|
-
readonly none: "0px";
|
|
1244
|
+
readonly round: "999px";
|
|
1329
1245
|
};
|
|
1330
1246
|
shadows: {
|
|
1331
|
-
50: any;
|
|
1332
1247
|
100: any;
|
|
1248
|
+
50: any;
|
|
1333
1249
|
"focus-small": any;
|
|
1334
1250
|
"focus-small-outline": any;
|
|
1335
1251
|
"focus-large": any;
|
|
@@ -1359,48 +1275,6 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
1359
1275
|
readonly 1200: "96px";
|
|
1360
1276
|
readonly 1600: "128px";
|
|
1361
1277
|
};
|
|
1362
|
-
'space-gap': {
|
|
1363
|
-
readonly 0: any;
|
|
1364
|
-
readonly 50: any;
|
|
1365
|
-
readonly 100: any;
|
|
1366
|
-
readonly 200: any;
|
|
1367
|
-
readonly 300: any;
|
|
1368
|
-
};
|
|
1369
|
-
'space-inset': {
|
|
1370
|
-
readonly 0: any;
|
|
1371
|
-
readonly 50: any;
|
|
1372
|
-
readonly 100: any;
|
|
1373
|
-
readonly 150: any;
|
|
1374
|
-
readonly 200: any;
|
|
1375
|
-
readonly 300: any;
|
|
1376
|
-
readonly 400: any;
|
|
1377
|
-
readonly 500: any;
|
|
1378
|
-
readonly 600: any;
|
|
1379
|
-
readonly 700: any;
|
|
1380
|
-
readonly 800: any;
|
|
1381
|
-
readonly 1200: any;
|
|
1382
|
-
readonly 1600: any;
|
|
1383
|
-
};
|
|
1384
|
-
'space-offset': {
|
|
1385
|
-
readonly 0: any;
|
|
1386
|
-
readonly 50: any;
|
|
1387
|
-
readonly 100: any;
|
|
1388
|
-
readonly 150: any;
|
|
1389
|
-
readonly 200: any;
|
|
1390
|
-
readonly 300: any;
|
|
1391
|
-
readonly 400: any;
|
|
1392
|
-
readonly 600: any;
|
|
1393
|
-
readonly 800: any;
|
|
1394
|
-
readonly 1200: any;
|
|
1395
|
-
readonly 1600: any;
|
|
1396
|
-
readonly 'stacking-0': any;
|
|
1397
|
-
readonly 'stacking-100': any;
|
|
1398
|
-
readonly 'stacking-200': any;
|
|
1399
|
-
readonly 'stacking-300': any;
|
|
1400
|
-
readonly 'stacking-400': any;
|
|
1401
|
-
readonly 'stacking-500': any;
|
|
1402
|
-
readonly 'stacking-800': any;
|
|
1403
|
-
};
|
|
1404
1278
|
'stroke-width': {
|
|
1405
1279
|
readonly thin: "1.5px";
|
|
1406
1280
|
readonly normal: "2px";
|
|
@@ -1441,7 +1315,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
1441
1315
|
readonly borderRightColor: "colors";
|
|
1442
1316
|
readonly borderRightStyle: "border-styles";
|
|
1443
1317
|
readonly borderRightWidth: "border-widths";
|
|
1444
|
-
readonly borderSpacing: "space
|
|
1318
|
+
readonly borderSpacing: "space";
|
|
1445
1319
|
readonly borderStyle: "border-styles";
|
|
1446
1320
|
readonly borderTop: "colors";
|
|
1447
1321
|
readonly borderTopColor: "colors";
|
|
@@ -1454,42 +1328,42 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
1454
1328
|
readonly boxShadow: "shadows";
|
|
1455
1329
|
readonly caretColor: "colors";
|
|
1456
1330
|
readonly color: "colors";
|
|
1457
|
-
readonly columnGap: "space
|
|
1331
|
+
readonly columnGap: "space";
|
|
1458
1332
|
readonly columnRuleColor: "colors";
|
|
1459
1333
|
readonly fill: "colors";
|
|
1460
1334
|
readonly flexBasis: "sizes";
|
|
1461
1335
|
readonly fontFamily: "fonts";
|
|
1462
1336
|
readonly fontSize: "font-sizes";
|
|
1463
1337
|
readonly fontWeight: "font-weights";
|
|
1464
|
-
readonly gap: "space
|
|
1465
|
-
readonly gridColumnGap: "space
|
|
1466
|
-
readonly gridGap: "space
|
|
1467
|
-
readonly gridRowGap: "space
|
|
1338
|
+
readonly gap: "space";
|
|
1339
|
+
readonly gridColumnGap: "space";
|
|
1340
|
+
readonly gridGap: "space";
|
|
1341
|
+
readonly gridRowGap: "space";
|
|
1468
1342
|
readonly gridTemplateColumns: "sizes";
|
|
1469
1343
|
readonly gridTemplateRows: "sizes";
|
|
1470
1344
|
readonly height: "sizes";
|
|
1471
1345
|
readonly inlineSize: "sizes";
|
|
1472
|
-
readonly inset: "space
|
|
1473
|
-
readonly insetBlock: "space
|
|
1474
|
-
readonly insetBlockEnd: "space
|
|
1475
|
-
readonly insetBlockStart: "space
|
|
1476
|
-
readonly insetInline: "space
|
|
1477
|
-
readonly insetInlineEnd: "space
|
|
1478
|
-
readonly insetInlineStart: "space
|
|
1346
|
+
readonly inset: "space";
|
|
1347
|
+
readonly insetBlock: "space";
|
|
1348
|
+
readonly insetBlockEnd: "space";
|
|
1349
|
+
readonly insetBlockStart: "space";
|
|
1350
|
+
readonly insetInline: "space";
|
|
1351
|
+
readonly insetInlineEnd: "space";
|
|
1352
|
+
readonly insetInlineStart: "space";
|
|
1479
1353
|
readonly left: "space";
|
|
1480
1354
|
readonly letterSpacing: "letter-spacings";
|
|
1481
1355
|
readonly lineHeight: "line-heights";
|
|
1482
|
-
readonly margin: "space
|
|
1483
|
-
readonly marginBlock: "space
|
|
1484
|
-
readonly marginBlockEnd: "space
|
|
1485
|
-
readonly marginBlockStart: "space
|
|
1486
|
-
readonly marginBottom: "space
|
|
1487
|
-
readonly marginInline: "space
|
|
1488
|
-
readonly marginInlineEnd: "space
|
|
1489
|
-
readonly marginInlineStart: "space
|
|
1490
|
-
readonly marginLeft: "space
|
|
1491
|
-
readonly marginRight: "space
|
|
1492
|
-
readonly marginTop: "space
|
|
1356
|
+
readonly margin: "space";
|
|
1357
|
+
readonly marginBlock: "space";
|
|
1358
|
+
readonly marginBlockEnd: "space";
|
|
1359
|
+
readonly marginBlockStart: "space";
|
|
1360
|
+
readonly marginBottom: "space";
|
|
1361
|
+
readonly marginInline: "space";
|
|
1362
|
+
readonly marginInlineEnd: "space";
|
|
1363
|
+
readonly marginInlineStart: "space";
|
|
1364
|
+
readonly marginLeft: "space";
|
|
1365
|
+
readonly marginRight: "space";
|
|
1366
|
+
readonly marginTop: "space";
|
|
1493
1367
|
readonly maxBlockSize: "sizes";
|
|
1494
1368
|
readonly maxHeight: "sizes";
|
|
1495
1369
|
readonly maxInlineSize: "sizes";
|
|
@@ -1500,41 +1374,41 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
1500
1374
|
readonly minWidth: "sizes";
|
|
1501
1375
|
readonly outline: "colors";
|
|
1502
1376
|
readonly outlineColor: "colors";
|
|
1503
|
-
readonly padding: "space
|
|
1504
|
-
readonly paddingBlock: "space
|
|
1505
|
-
readonly paddingBlockEnd: "space
|
|
1506
|
-
readonly paddingBlockStart: "space
|
|
1507
|
-
readonly paddingBottom: "space
|
|
1508
|
-
readonly paddingInline: "space
|
|
1509
|
-
readonly paddingInlineEnd: "space
|
|
1510
|
-
readonly paddingInlineStart: "space
|
|
1511
|
-
readonly paddingLeft: "space
|
|
1512
|
-
readonly paddingRight: "space
|
|
1513
|
-
readonly paddingTop: "space
|
|
1377
|
+
readonly padding: "space";
|
|
1378
|
+
readonly paddingBlock: "space";
|
|
1379
|
+
readonly paddingBlockEnd: "space";
|
|
1380
|
+
readonly paddingBlockStart: "space";
|
|
1381
|
+
readonly paddingBottom: "space";
|
|
1382
|
+
readonly paddingInline: "space";
|
|
1383
|
+
readonly paddingInlineEnd: "space";
|
|
1384
|
+
readonly paddingInlineStart: "space";
|
|
1385
|
+
readonly paddingLeft: "space";
|
|
1386
|
+
readonly paddingRight: "space";
|
|
1387
|
+
readonly paddingTop: "space";
|
|
1514
1388
|
readonly right: "space";
|
|
1515
|
-
readonly rowGap: "space
|
|
1516
|
-
readonly scrollMargin: "space
|
|
1517
|
-
readonly scrollMarginBlock: "space
|
|
1518
|
-
readonly scrollMarginBlockEnd: "space
|
|
1519
|
-
readonly scrollMarginBlockStart: "space
|
|
1520
|
-
readonly scrollMarginBottom: "space
|
|
1521
|
-
readonly scrollMarginInline: "space
|
|
1522
|
-
readonly scrollMarginInlineEnd: "space
|
|
1523
|
-
readonly scrollMarginInlineStart: "space
|
|
1524
|
-
readonly scrollMarginLeft: "space
|
|
1525
|
-
readonly scrollMarginRight: "space
|
|
1526
|
-
readonly scrollMarginTop: "space
|
|
1527
|
-
readonly scrollPadding: "space
|
|
1528
|
-
readonly scrollPaddingBlock: "space
|
|
1529
|
-
readonly scrollPaddingBlockEnd: "space
|
|
1530
|
-
readonly scrollPaddingBlockStart: "space
|
|
1531
|
-
readonly scrollPaddingBottom: "space
|
|
1532
|
-
readonly scrollPaddingInline: "space
|
|
1533
|
-
readonly scrollPaddingInlineEnd: "space
|
|
1534
|
-
readonly scrollPaddingInlineStart: "space
|
|
1535
|
-
readonly scrollPaddingLeft: "space
|
|
1536
|
-
readonly scrollPaddingRight: "space
|
|
1537
|
-
readonly scrollPaddingTop: "space
|
|
1389
|
+
readonly rowGap: "space";
|
|
1390
|
+
readonly scrollMargin: "space";
|
|
1391
|
+
readonly scrollMarginBlock: "space";
|
|
1392
|
+
readonly scrollMarginBlockEnd: "space";
|
|
1393
|
+
readonly scrollMarginBlockStart: "space";
|
|
1394
|
+
readonly scrollMarginBottom: "space";
|
|
1395
|
+
readonly scrollMarginInline: "space";
|
|
1396
|
+
readonly scrollMarginInlineEnd: "space";
|
|
1397
|
+
readonly scrollMarginInlineStart: "space";
|
|
1398
|
+
readonly scrollMarginLeft: "space";
|
|
1399
|
+
readonly scrollMarginRight: "space";
|
|
1400
|
+
readonly scrollMarginTop: "space";
|
|
1401
|
+
readonly scrollPadding: "space";
|
|
1402
|
+
readonly scrollPaddingBlock: "space";
|
|
1403
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
1404
|
+
readonly scrollPaddingBlockStart: "space";
|
|
1405
|
+
readonly scrollPaddingBottom: "space";
|
|
1406
|
+
readonly scrollPaddingInline: "space";
|
|
1407
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
1408
|
+
readonly scrollPaddingInlineStart: "space";
|
|
1409
|
+
readonly scrollPaddingLeft: "space";
|
|
1410
|
+
readonly scrollPaddingRight: "space";
|
|
1411
|
+
readonly scrollPaddingTop: "space";
|
|
1538
1412
|
readonly stroke: "colors";
|
|
1539
1413
|
readonly strokeWidth: "stroke-width";
|
|
1540
1414
|
readonly textDecorationColor: "colors";
|
|
@@ -1853,17 +1727,17 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
1853
1727
|
readonly body: "Open Sans, sans-serif";
|
|
1854
1728
|
};
|
|
1855
1729
|
radii: {
|
|
1730
|
+
readonly 0: "0px";
|
|
1856
1731
|
readonly 25: "2px";
|
|
1857
1732
|
readonly 50: "4px";
|
|
1858
1733
|
readonly 75: "6px";
|
|
1859
1734
|
readonly 100: "8px";
|
|
1860
1735
|
readonly 200: "16px";
|
|
1861
|
-
readonly
|
|
1862
|
-
readonly none: "0px";
|
|
1736
|
+
readonly round: "999px";
|
|
1863
1737
|
};
|
|
1864
1738
|
shadows: {
|
|
1865
|
-
50: any;
|
|
1866
1739
|
100: any;
|
|
1740
|
+
50: any;
|
|
1867
1741
|
"focus-small": any;
|
|
1868
1742
|
"focus-small-outline": any;
|
|
1869
1743
|
"focus-large": any;
|
|
@@ -1893,48 +1767,6 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
1893
1767
|
readonly 1200: "96px";
|
|
1894
1768
|
readonly 1600: "128px";
|
|
1895
1769
|
};
|
|
1896
|
-
'space-gap': {
|
|
1897
|
-
readonly 0: any;
|
|
1898
|
-
readonly 50: any;
|
|
1899
|
-
readonly 100: any;
|
|
1900
|
-
readonly 200: any;
|
|
1901
|
-
readonly 300: any;
|
|
1902
|
-
};
|
|
1903
|
-
'space-inset': {
|
|
1904
|
-
readonly 0: any;
|
|
1905
|
-
readonly 50: any;
|
|
1906
|
-
readonly 100: any;
|
|
1907
|
-
readonly 150: any;
|
|
1908
|
-
readonly 200: any;
|
|
1909
|
-
readonly 300: any;
|
|
1910
|
-
readonly 400: any;
|
|
1911
|
-
readonly 500: any;
|
|
1912
|
-
readonly 600: any;
|
|
1913
|
-
readonly 700: any;
|
|
1914
|
-
readonly 800: any;
|
|
1915
|
-
readonly 1200: any;
|
|
1916
|
-
readonly 1600: any;
|
|
1917
|
-
};
|
|
1918
|
-
'space-offset': {
|
|
1919
|
-
readonly 0: any;
|
|
1920
|
-
readonly 50: any;
|
|
1921
|
-
readonly 100: any;
|
|
1922
|
-
readonly 150: any;
|
|
1923
|
-
readonly 200: any;
|
|
1924
|
-
readonly 300: any;
|
|
1925
|
-
readonly 400: any;
|
|
1926
|
-
readonly 600: any;
|
|
1927
|
-
readonly 800: any;
|
|
1928
|
-
readonly 1200: any;
|
|
1929
|
-
readonly 1600: any;
|
|
1930
|
-
readonly 'stacking-0': any;
|
|
1931
|
-
readonly 'stacking-100': any;
|
|
1932
|
-
readonly 'stacking-200': any;
|
|
1933
|
-
readonly 'stacking-300': any;
|
|
1934
|
-
readonly 'stacking-400': any;
|
|
1935
|
-
readonly 'stacking-500': any;
|
|
1936
|
-
readonly 'stacking-800': any;
|
|
1937
|
-
};
|
|
1938
1770
|
'stroke-width': {
|
|
1939
1771
|
readonly thin: "1.5px";
|
|
1940
1772
|
readonly normal: "2px";
|
|
@@ -1975,7 +1807,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
1975
1807
|
readonly borderRightColor: "colors";
|
|
1976
1808
|
readonly borderRightStyle: "border-styles";
|
|
1977
1809
|
readonly borderRightWidth: "border-widths";
|
|
1978
|
-
readonly borderSpacing: "space
|
|
1810
|
+
readonly borderSpacing: "space";
|
|
1979
1811
|
readonly borderStyle: "border-styles";
|
|
1980
1812
|
readonly borderTop: "colors";
|
|
1981
1813
|
readonly borderTopColor: "colors";
|
|
@@ -1988,42 +1820,42 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
1988
1820
|
readonly boxShadow: "shadows";
|
|
1989
1821
|
readonly caretColor: "colors";
|
|
1990
1822
|
readonly color: "colors";
|
|
1991
|
-
readonly columnGap: "space
|
|
1823
|
+
readonly columnGap: "space";
|
|
1992
1824
|
readonly columnRuleColor: "colors";
|
|
1993
1825
|
readonly fill: "colors";
|
|
1994
1826
|
readonly flexBasis: "sizes";
|
|
1995
1827
|
readonly fontFamily: "fonts";
|
|
1996
1828
|
readonly fontSize: "font-sizes";
|
|
1997
1829
|
readonly fontWeight: "font-weights";
|
|
1998
|
-
readonly gap: "space
|
|
1999
|
-
readonly gridColumnGap: "space
|
|
2000
|
-
readonly gridGap: "space
|
|
2001
|
-
readonly gridRowGap: "space
|
|
1830
|
+
readonly gap: "space";
|
|
1831
|
+
readonly gridColumnGap: "space";
|
|
1832
|
+
readonly gridGap: "space";
|
|
1833
|
+
readonly gridRowGap: "space";
|
|
2002
1834
|
readonly gridTemplateColumns: "sizes";
|
|
2003
1835
|
readonly gridTemplateRows: "sizes";
|
|
2004
1836
|
readonly height: "sizes";
|
|
2005
1837
|
readonly inlineSize: "sizes";
|
|
2006
|
-
readonly inset: "space
|
|
2007
|
-
readonly insetBlock: "space
|
|
2008
|
-
readonly insetBlockEnd: "space
|
|
2009
|
-
readonly insetBlockStart: "space
|
|
2010
|
-
readonly insetInline: "space
|
|
2011
|
-
readonly insetInlineEnd: "space
|
|
2012
|
-
readonly insetInlineStart: "space
|
|
1838
|
+
readonly inset: "space";
|
|
1839
|
+
readonly insetBlock: "space";
|
|
1840
|
+
readonly insetBlockEnd: "space";
|
|
1841
|
+
readonly insetBlockStart: "space";
|
|
1842
|
+
readonly insetInline: "space";
|
|
1843
|
+
readonly insetInlineEnd: "space";
|
|
1844
|
+
readonly insetInlineStart: "space";
|
|
2013
1845
|
readonly left: "space";
|
|
2014
1846
|
readonly letterSpacing: "letter-spacings";
|
|
2015
1847
|
readonly lineHeight: "line-heights";
|
|
2016
|
-
readonly margin: "space
|
|
2017
|
-
readonly marginBlock: "space
|
|
2018
|
-
readonly marginBlockEnd: "space
|
|
2019
|
-
readonly marginBlockStart: "space
|
|
2020
|
-
readonly marginBottom: "space
|
|
2021
|
-
readonly marginInline: "space
|
|
2022
|
-
readonly marginInlineEnd: "space
|
|
2023
|
-
readonly marginInlineStart: "space
|
|
2024
|
-
readonly marginLeft: "space
|
|
2025
|
-
readonly marginRight: "space
|
|
2026
|
-
readonly marginTop: "space
|
|
1848
|
+
readonly margin: "space";
|
|
1849
|
+
readonly marginBlock: "space";
|
|
1850
|
+
readonly marginBlockEnd: "space";
|
|
1851
|
+
readonly marginBlockStart: "space";
|
|
1852
|
+
readonly marginBottom: "space";
|
|
1853
|
+
readonly marginInline: "space";
|
|
1854
|
+
readonly marginInlineEnd: "space";
|
|
1855
|
+
readonly marginInlineStart: "space";
|
|
1856
|
+
readonly marginLeft: "space";
|
|
1857
|
+
readonly marginRight: "space";
|
|
1858
|
+
readonly marginTop: "space";
|
|
2027
1859
|
readonly maxBlockSize: "sizes";
|
|
2028
1860
|
readonly maxHeight: "sizes";
|
|
2029
1861
|
readonly maxInlineSize: "sizes";
|
|
@@ -2034,41 +1866,41 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
2034
1866
|
readonly minWidth: "sizes";
|
|
2035
1867
|
readonly outline: "colors";
|
|
2036
1868
|
readonly outlineColor: "colors";
|
|
2037
|
-
readonly padding: "space
|
|
2038
|
-
readonly paddingBlock: "space
|
|
2039
|
-
readonly paddingBlockEnd: "space
|
|
2040
|
-
readonly paddingBlockStart: "space
|
|
2041
|
-
readonly paddingBottom: "space
|
|
2042
|
-
readonly paddingInline: "space
|
|
2043
|
-
readonly paddingInlineEnd: "space
|
|
2044
|
-
readonly paddingInlineStart: "space
|
|
2045
|
-
readonly paddingLeft: "space
|
|
2046
|
-
readonly paddingRight: "space
|
|
2047
|
-
readonly paddingTop: "space
|
|
1869
|
+
readonly padding: "space";
|
|
1870
|
+
readonly paddingBlock: "space";
|
|
1871
|
+
readonly paddingBlockEnd: "space";
|
|
1872
|
+
readonly paddingBlockStart: "space";
|
|
1873
|
+
readonly paddingBottom: "space";
|
|
1874
|
+
readonly paddingInline: "space";
|
|
1875
|
+
readonly paddingInlineEnd: "space";
|
|
1876
|
+
readonly paddingInlineStart: "space";
|
|
1877
|
+
readonly paddingLeft: "space";
|
|
1878
|
+
readonly paddingRight: "space";
|
|
1879
|
+
readonly paddingTop: "space";
|
|
2048
1880
|
readonly right: "space";
|
|
2049
|
-
readonly rowGap: "space
|
|
2050
|
-
readonly scrollMargin: "space
|
|
2051
|
-
readonly scrollMarginBlock: "space
|
|
2052
|
-
readonly scrollMarginBlockEnd: "space
|
|
2053
|
-
readonly scrollMarginBlockStart: "space
|
|
2054
|
-
readonly scrollMarginBottom: "space
|
|
2055
|
-
readonly scrollMarginInline: "space
|
|
2056
|
-
readonly scrollMarginInlineEnd: "space
|
|
2057
|
-
readonly scrollMarginInlineStart: "space
|
|
2058
|
-
readonly scrollMarginLeft: "space
|
|
2059
|
-
readonly scrollMarginRight: "space
|
|
2060
|
-
readonly scrollMarginTop: "space
|
|
2061
|
-
readonly scrollPadding: "space
|
|
2062
|
-
readonly scrollPaddingBlock: "space
|
|
2063
|
-
readonly scrollPaddingBlockEnd: "space
|
|
2064
|
-
readonly scrollPaddingBlockStart: "space
|
|
2065
|
-
readonly scrollPaddingBottom: "space
|
|
2066
|
-
readonly scrollPaddingInline: "space
|
|
2067
|
-
readonly scrollPaddingInlineEnd: "space
|
|
2068
|
-
readonly scrollPaddingInlineStart: "space
|
|
2069
|
-
readonly scrollPaddingLeft: "space
|
|
2070
|
-
readonly scrollPaddingRight: "space
|
|
2071
|
-
readonly scrollPaddingTop: "space
|
|
1881
|
+
readonly rowGap: "space";
|
|
1882
|
+
readonly scrollMargin: "space";
|
|
1883
|
+
readonly scrollMarginBlock: "space";
|
|
1884
|
+
readonly scrollMarginBlockEnd: "space";
|
|
1885
|
+
readonly scrollMarginBlockStart: "space";
|
|
1886
|
+
readonly scrollMarginBottom: "space";
|
|
1887
|
+
readonly scrollMarginInline: "space";
|
|
1888
|
+
readonly scrollMarginInlineEnd: "space";
|
|
1889
|
+
readonly scrollMarginInlineStart: "space";
|
|
1890
|
+
readonly scrollMarginLeft: "space";
|
|
1891
|
+
readonly scrollMarginRight: "space";
|
|
1892
|
+
readonly scrollMarginTop: "space";
|
|
1893
|
+
readonly scrollPadding: "space";
|
|
1894
|
+
readonly scrollPaddingBlock: "space";
|
|
1895
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
1896
|
+
readonly scrollPaddingBlockStart: "space";
|
|
1897
|
+
readonly scrollPaddingBottom: "space";
|
|
1898
|
+
readonly scrollPaddingInline: "space";
|
|
1899
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
1900
|
+
readonly scrollPaddingInlineStart: "space";
|
|
1901
|
+
readonly scrollPaddingLeft: "space";
|
|
1902
|
+
readonly scrollPaddingRight: "space";
|
|
1903
|
+
readonly scrollPaddingTop: "space";
|
|
2072
1904
|
readonly stroke: "colors";
|
|
2073
1905
|
readonly strokeWidth: "stroke-width";
|
|
2074
1906
|
readonly textDecorationColor: "colors";
|
|
@@ -2382,17 +2214,17 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
2382
2214
|
readonly body: "Open Sans, sans-serif";
|
|
2383
2215
|
};
|
|
2384
2216
|
radii: {
|
|
2217
|
+
readonly 0: "0px";
|
|
2385
2218
|
readonly 25: "2px";
|
|
2386
2219
|
readonly 50: "4px";
|
|
2387
2220
|
readonly 75: "6px";
|
|
2388
2221
|
readonly 100: "8px";
|
|
2389
2222
|
readonly 200: "16px";
|
|
2390
|
-
readonly
|
|
2391
|
-
readonly none: "0px";
|
|
2223
|
+
readonly round: "999px";
|
|
2392
2224
|
};
|
|
2393
2225
|
shadows: {
|
|
2394
|
-
50: any;
|
|
2395
2226
|
100: any;
|
|
2227
|
+
50: any;
|
|
2396
2228
|
"focus-small": any;
|
|
2397
2229
|
"focus-small-outline": any;
|
|
2398
2230
|
"focus-large": any;
|
|
@@ -2422,48 +2254,6 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
2422
2254
|
readonly 1200: "96px";
|
|
2423
2255
|
readonly 1600: "128px";
|
|
2424
2256
|
};
|
|
2425
|
-
'space-gap': {
|
|
2426
|
-
readonly 0: any;
|
|
2427
|
-
readonly 50: any;
|
|
2428
|
-
readonly 100: any;
|
|
2429
|
-
readonly 200: any;
|
|
2430
|
-
readonly 300: any;
|
|
2431
|
-
};
|
|
2432
|
-
'space-inset': {
|
|
2433
|
-
readonly 0: any;
|
|
2434
|
-
readonly 50: any;
|
|
2435
|
-
readonly 100: any;
|
|
2436
|
-
readonly 150: any;
|
|
2437
|
-
readonly 200: any;
|
|
2438
|
-
readonly 300: any;
|
|
2439
|
-
readonly 400: any;
|
|
2440
|
-
readonly 500: any;
|
|
2441
|
-
readonly 600: any;
|
|
2442
|
-
readonly 700: any;
|
|
2443
|
-
readonly 800: any;
|
|
2444
|
-
readonly 1200: any;
|
|
2445
|
-
readonly 1600: any;
|
|
2446
|
-
};
|
|
2447
|
-
'space-offset': {
|
|
2448
|
-
readonly 0: any;
|
|
2449
|
-
readonly 50: any;
|
|
2450
|
-
readonly 100: any;
|
|
2451
|
-
readonly 150: any;
|
|
2452
|
-
readonly 200: any;
|
|
2453
|
-
readonly 300: any;
|
|
2454
|
-
readonly 400: any;
|
|
2455
|
-
readonly 600: any;
|
|
2456
|
-
readonly 800: any;
|
|
2457
|
-
readonly 1200: any;
|
|
2458
|
-
readonly 1600: any;
|
|
2459
|
-
readonly 'stacking-0': any;
|
|
2460
|
-
readonly 'stacking-100': any;
|
|
2461
|
-
readonly 'stacking-200': any;
|
|
2462
|
-
readonly 'stacking-300': any;
|
|
2463
|
-
readonly 'stacking-400': any;
|
|
2464
|
-
readonly 'stacking-500': any;
|
|
2465
|
-
readonly 'stacking-800': any;
|
|
2466
|
-
};
|
|
2467
2257
|
'stroke-width': {
|
|
2468
2258
|
readonly thin: "1.5px";
|
|
2469
2259
|
readonly normal: "2px";
|
|
@@ -2504,7 +2294,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
2504
2294
|
readonly borderRightColor: "colors";
|
|
2505
2295
|
readonly borderRightStyle: "border-styles";
|
|
2506
2296
|
readonly borderRightWidth: "border-widths";
|
|
2507
|
-
readonly borderSpacing: "space
|
|
2297
|
+
readonly borderSpacing: "space";
|
|
2508
2298
|
readonly borderStyle: "border-styles";
|
|
2509
2299
|
readonly borderTop: "colors";
|
|
2510
2300
|
readonly borderTopColor: "colors";
|
|
@@ -2517,42 +2307,42 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
2517
2307
|
readonly boxShadow: "shadows";
|
|
2518
2308
|
readonly caretColor: "colors";
|
|
2519
2309
|
readonly color: "colors";
|
|
2520
|
-
readonly columnGap: "space
|
|
2310
|
+
readonly columnGap: "space";
|
|
2521
2311
|
readonly columnRuleColor: "colors";
|
|
2522
2312
|
readonly fill: "colors";
|
|
2523
2313
|
readonly flexBasis: "sizes";
|
|
2524
2314
|
readonly fontFamily: "fonts";
|
|
2525
2315
|
readonly fontSize: "font-sizes";
|
|
2526
2316
|
readonly fontWeight: "font-weights";
|
|
2527
|
-
readonly gap: "space
|
|
2528
|
-
readonly gridColumnGap: "space
|
|
2529
|
-
readonly gridGap: "space
|
|
2530
|
-
readonly gridRowGap: "space
|
|
2317
|
+
readonly gap: "space";
|
|
2318
|
+
readonly gridColumnGap: "space";
|
|
2319
|
+
readonly gridGap: "space";
|
|
2320
|
+
readonly gridRowGap: "space";
|
|
2531
2321
|
readonly gridTemplateColumns: "sizes";
|
|
2532
2322
|
readonly gridTemplateRows: "sizes";
|
|
2533
2323
|
readonly height: "sizes";
|
|
2534
2324
|
readonly inlineSize: "sizes";
|
|
2535
|
-
readonly inset: "space
|
|
2536
|
-
readonly insetBlock: "space
|
|
2537
|
-
readonly insetBlockEnd: "space
|
|
2538
|
-
readonly insetBlockStart: "space
|
|
2539
|
-
readonly insetInline: "space
|
|
2540
|
-
readonly insetInlineEnd: "space
|
|
2541
|
-
readonly insetInlineStart: "space
|
|
2325
|
+
readonly inset: "space";
|
|
2326
|
+
readonly insetBlock: "space";
|
|
2327
|
+
readonly insetBlockEnd: "space";
|
|
2328
|
+
readonly insetBlockStart: "space";
|
|
2329
|
+
readonly insetInline: "space";
|
|
2330
|
+
readonly insetInlineEnd: "space";
|
|
2331
|
+
readonly insetInlineStart: "space";
|
|
2542
2332
|
readonly left: "space";
|
|
2543
2333
|
readonly letterSpacing: "letter-spacings";
|
|
2544
2334
|
readonly lineHeight: "line-heights";
|
|
2545
|
-
readonly margin: "space
|
|
2546
|
-
readonly marginBlock: "space
|
|
2547
|
-
readonly marginBlockEnd: "space
|
|
2548
|
-
readonly marginBlockStart: "space
|
|
2549
|
-
readonly marginBottom: "space
|
|
2550
|
-
readonly marginInline: "space
|
|
2551
|
-
readonly marginInlineEnd: "space
|
|
2552
|
-
readonly marginInlineStart: "space
|
|
2553
|
-
readonly marginLeft: "space
|
|
2554
|
-
readonly marginRight: "space
|
|
2555
|
-
readonly marginTop: "space
|
|
2335
|
+
readonly margin: "space";
|
|
2336
|
+
readonly marginBlock: "space";
|
|
2337
|
+
readonly marginBlockEnd: "space";
|
|
2338
|
+
readonly marginBlockStart: "space";
|
|
2339
|
+
readonly marginBottom: "space";
|
|
2340
|
+
readonly marginInline: "space";
|
|
2341
|
+
readonly marginInlineEnd: "space";
|
|
2342
|
+
readonly marginInlineStart: "space";
|
|
2343
|
+
readonly marginLeft: "space";
|
|
2344
|
+
readonly marginRight: "space";
|
|
2345
|
+
readonly marginTop: "space";
|
|
2556
2346
|
readonly maxBlockSize: "sizes";
|
|
2557
2347
|
readonly maxHeight: "sizes";
|
|
2558
2348
|
readonly maxInlineSize: "sizes";
|
|
@@ -2563,41 +2353,41 @@ declare const StyledButton: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_de
|
|
|
2563
2353
|
readonly minWidth: "sizes";
|
|
2564
2354
|
readonly outline: "colors";
|
|
2565
2355
|
readonly outlineColor: "colors";
|
|
2566
|
-
readonly padding: "space
|
|
2567
|
-
readonly paddingBlock: "space
|
|
2568
|
-
readonly paddingBlockEnd: "space
|
|
2569
|
-
readonly paddingBlockStart: "space
|
|
2570
|
-
readonly paddingBottom: "space
|
|
2571
|
-
readonly paddingInline: "space
|
|
2572
|
-
readonly paddingInlineEnd: "space
|
|
2573
|
-
readonly paddingInlineStart: "space
|
|
2574
|
-
readonly paddingLeft: "space
|
|
2575
|
-
readonly paddingRight: "space
|
|
2576
|
-
readonly paddingTop: "space
|
|
2356
|
+
readonly padding: "space";
|
|
2357
|
+
readonly paddingBlock: "space";
|
|
2358
|
+
readonly paddingBlockEnd: "space";
|
|
2359
|
+
readonly paddingBlockStart: "space";
|
|
2360
|
+
readonly paddingBottom: "space";
|
|
2361
|
+
readonly paddingInline: "space";
|
|
2362
|
+
readonly paddingInlineEnd: "space";
|
|
2363
|
+
readonly paddingInlineStart: "space";
|
|
2364
|
+
readonly paddingLeft: "space";
|
|
2365
|
+
readonly paddingRight: "space";
|
|
2366
|
+
readonly paddingTop: "space";
|
|
2577
2367
|
readonly right: "space";
|
|
2578
|
-
readonly rowGap: "space
|
|
2579
|
-
readonly scrollMargin: "space
|
|
2580
|
-
readonly scrollMarginBlock: "space
|
|
2581
|
-
readonly scrollMarginBlockEnd: "space
|
|
2582
|
-
readonly scrollMarginBlockStart: "space
|
|
2583
|
-
readonly scrollMarginBottom: "space
|
|
2584
|
-
readonly scrollMarginInline: "space
|
|
2585
|
-
readonly scrollMarginInlineEnd: "space
|
|
2586
|
-
readonly scrollMarginInlineStart: "space
|
|
2587
|
-
readonly scrollMarginLeft: "space
|
|
2588
|
-
readonly scrollMarginRight: "space
|
|
2589
|
-
readonly scrollMarginTop: "space
|
|
2590
|
-
readonly scrollPadding: "space
|
|
2591
|
-
readonly scrollPaddingBlock: "space
|
|
2592
|
-
readonly scrollPaddingBlockEnd: "space
|
|
2593
|
-
readonly scrollPaddingBlockStart: "space
|
|
2594
|
-
readonly scrollPaddingBottom: "space
|
|
2595
|
-
readonly scrollPaddingInline: "space
|
|
2596
|
-
readonly scrollPaddingInlineEnd: "space
|
|
2597
|
-
readonly scrollPaddingInlineStart: "space
|
|
2598
|
-
readonly scrollPaddingLeft: "space
|
|
2599
|
-
readonly scrollPaddingRight: "space
|
|
2600
|
-
readonly scrollPaddingTop: "space
|
|
2368
|
+
readonly rowGap: "space";
|
|
2369
|
+
readonly scrollMargin: "space";
|
|
2370
|
+
readonly scrollMarginBlock: "space";
|
|
2371
|
+
readonly scrollMarginBlockEnd: "space";
|
|
2372
|
+
readonly scrollMarginBlockStart: "space";
|
|
2373
|
+
readonly scrollMarginBottom: "space";
|
|
2374
|
+
readonly scrollMarginInline: "space";
|
|
2375
|
+
readonly scrollMarginInlineEnd: "space";
|
|
2376
|
+
readonly scrollMarginInlineStart: "space";
|
|
2377
|
+
readonly scrollMarginLeft: "space";
|
|
2378
|
+
readonly scrollMarginRight: "space";
|
|
2379
|
+
readonly scrollMarginTop: "space";
|
|
2380
|
+
readonly scrollPadding: "space";
|
|
2381
|
+
readonly scrollPaddingBlock: "space";
|
|
2382
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
2383
|
+
readonly scrollPaddingBlockStart: "space";
|
|
2384
|
+
readonly scrollPaddingBottom: "space";
|
|
2385
|
+
readonly scrollPaddingInline: "space";
|
|
2386
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
2387
|
+
readonly scrollPaddingInlineStart: "space";
|
|
2388
|
+
readonly scrollPaddingLeft: "space";
|
|
2389
|
+
readonly scrollPaddingRight: "space";
|
|
2390
|
+
readonly scrollPaddingTop: "space";
|
|
2601
2391
|
readonly stroke: "colors";
|
|
2602
2392
|
readonly strokeWidth: "stroke-width";
|
|
2603
2393
|
readonly textDecorationColor: "colors";
|
|
@@ -2921,17 +2711,17 @@ declare const StyledIconSlot: react__default.ForwardRefExoticComponent<Omit<Omit
|
|
|
2921
2711
|
readonly body: "Open Sans, sans-serif";
|
|
2922
2712
|
};
|
|
2923
2713
|
radii: {
|
|
2714
|
+
readonly 0: "0px";
|
|
2924
2715
|
readonly 25: "2px";
|
|
2925
2716
|
readonly 50: "4px";
|
|
2926
2717
|
readonly 75: "6px";
|
|
2927
2718
|
readonly 100: "8px";
|
|
2928
2719
|
readonly 200: "16px";
|
|
2929
|
-
readonly
|
|
2930
|
-
readonly none: "0px";
|
|
2720
|
+
readonly round: "999px";
|
|
2931
2721
|
};
|
|
2932
2722
|
shadows: {
|
|
2933
|
-
50: any;
|
|
2934
2723
|
100: any;
|
|
2724
|
+
50: any;
|
|
2935
2725
|
"focus-small": any;
|
|
2936
2726
|
"focus-small-outline": any;
|
|
2937
2727
|
"focus-large": any;
|
|
@@ -2961,48 +2751,6 @@ declare const StyledIconSlot: react__default.ForwardRefExoticComponent<Omit<Omit
|
|
|
2961
2751
|
readonly 1200: "96px";
|
|
2962
2752
|
readonly 1600: "128px";
|
|
2963
2753
|
};
|
|
2964
|
-
'space-gap': {
|
|
2965
|
-
readonly 0: any;
|
|
2966
|
-
readonly 50: any;
|
|
2967
|
-
readonly 100: any;
|
|
2968
|
-
readonly 200: any;
|
|
2969
|
-
readonly 300: any;
|
|
2970
|
-
};
|
|
2971
|
-
'space-inset': {
|
|
2972
|
-
readonly 0: any;
|
|
2973
|
-
readonly 50: any;
|
|
2974
|
-
readonly 100: any;
|
|
2975
|
-
readonly 150: any;
|
|
2976
|
-
readonly 200: any;
|
|
2977
|
-
readonly 300: any;
|
|
2978
|
-
readonly 400: any;
|
|
2979
|
-
readonly 500: any;
|
|
2980
|
-
readonly 600: any;
|
|
2981
|
-
readonly 700: any;
|
|
2982
|
-
readonly 800: any;
|
|
2983
|
-
readonly 1200: any;
|
|
2984
|
-
readonly 1600: any;
|
|
2985
|
-
};
|
|
2986
|
-
'space-offset': {
|
|
2987
|
-
readonly 0: any;
|
|
2988
|
-
readonly 50: any;
|
|
2989
|
-
readonly 100: any;
|
|
2990
|
-
readonly 150: any;
|
|
2991
|
-
readonly 200: any;
|
|
2992
|
-
readonly 300: any;
|
|
2993
|
-
readonly 400: any;
|
|
2994
|
-
readonly 600: any;
|
|
2995
|
-
readonly 800: any;
|
|
2996
|
-
readonly 1200: any;
|
|
2997
|
-
readonly 1600: any;
|
|
2998
|
-
readonly 'stacking-0': any;
|
|
2999
|
-
readonly 'stacking-100': any;
|
|
3000
|
-
readonly 'stacking-200': any;
|
|
3001
|
-
readonly 'stacking-300': any;
|
|
3002
|
-
readonly 'stacking-400': any;
|
|
3003
|
-
readonly 'stacking-500': any;
|
|
3004
|
-
readonly 'stacking-800': any;
|
|
3005
|
-
};
|
|
3006
2754
|
'stroke-width': {
|
|
3007
2755
|
readonly thin: "1.5px";
|
|
3008
2756
|
readonly normal: "2px";
|
|
@@ -3043,7 +2791,7 @@ declare const StyledIconSlot: react__default.ForwardRefExoticComponent<Omit<Omit
|
|
|
3043
2791
|
readonly borderRightColor: "colors";
|
|
3044
2792
|
readonly borderRightStyle: "border-styles";
|
|
3045
2793
|
readonly borderRightWidth: "border-widths";
|
|
3046
|
-
readonly borderSpacing: "space
|
|
2794
|
+
readonly borderSpacing: "space";
|
|
3047
2795
|
readonly borderStyle: "border-styles";
|
|
3048
2796
|
readonly borderTop: "colors";
|
|
3049
2797
|
readonly borderTopColor: "colors";
|
|
@@ -3056,42 +2804,42 @@ declare const StyledIconSlot: react__default.ForwardRefExoticComponent<Omit<Omit
|
|
|
3056
2804
|
readonly boxShadow: "shadows";
|
|
3057
2805
|
readonly caretColor: "colors";
|
|
3058
2806
|
readonly color: "colors";
|
|
3059
|
-
readonly columnGap: "space
|
|
2807
|
+
readonly columnGap: "space";
|
|
3060
2808
|
readonly columnRuleColor: "colors";
|
|
3061
2809
|
readonly fill: "colors";
|
|
3062
2810
|
readonly flexBasis: "sizes";
|
|
3063
2811
|
readonly fontFamily: "fonts";
|
|
3064
2812
|
readonly fontSize: "font-sizes";
|
|
3065
2813
|
readonly fontWeight: "font-weights";
|
|
3066
|
-
readonly gap: "space
|
|
3067
|
-
readonly gridColumnGap: "space
|
|
3068
|
-
readonly gridGap: "space
|
|
3069
|
-
readonly gridRowGap: "space
|
|
2814
|
+
readonly gap: "space";
|
|
2815
|
+
readonly gridColumnGap: "space";
|
|
2816
|
+
readonly gridGap: "space";
|
|
2817
|
+
readonly gridRowGap: "space";
|
|
3070
2818
|
readonly gridTemplateColumns: "sizes";
|
|
3071
2819
|
readonly gridTemplateRows: "sizes";
|
|
3072
2820
|
readonly height: "sizes";
|
|
3073
2821
|
readonly inlineSize: "sizes";
|
|
3074
|
-
readonly inset: "space
|
|
3075
|
-
readonly insetBlock: "space
|
|
3076
|
-
readonly insetBlockEnd: "space
|
|
3077
|
-
readonly insetBlockStart: "space
|
|
3078
|
-
readonly insetInline: "space
|
|
3079
|
-
readonly insetInlineEnd: "space
|
|
3080
|
-
readonly insetInlineStart: "space
|
|
2822
|
+
readonly inset: "space";
|
|
2823
|
+
readonly insetBlock: "space";
|
|
2824
|
+
readonly insetBlockEnd: "space";
|
|
2825
|
+
readonly insetBlockStart: "space";
|
|
2826
|
+
readonly insetInline: "space";
|
|
2827
|
+
readonly insetInlineEnd: "space";
|
|
2828
|
+
readonly insetInlineStart: "space";
|
|
3081
2829
|
readonly left: "space";
|
|
3082
2830
|
readonly letterSpacing: "letter-spacings";
|
|
3083
2831
|
readonly lineHeight: "line-heights";
|
|
3084
|
-
readonly margin: "space
|
|
3085
|
-
readonly marginBlock: "space
|
|
3086
|
-
readonly marginBlockEnd: "space
|
|
3087
|
-
readonly marginBlockStart: "space
|
|
3088
|
-
readonly marginBottom: "space
|
|
3089
|
-
readonly marginInline: "space
|
|
3090
|
-
readonly marginInlineEnd: "space
|
|
3091
|
-
readonly marginInlineStart: "space
|
|
3092
|
-
readonly marginLeft: "space
|
|
3093
|
-
readonly marginRight: "space
|
|
3094
|
-
readonly marginTop: "space
|
|
2832
|
+
readonly margin: "space";
|
|
2833
|
+
readonly marginBlock: "space";
|
|
2834
|
+
readonly marginBlockEnd: "space";
|
|
2835
|
+
readonly marginBlockStart: "space";
|
|
2836
|
+
readonly marginBottom: "space";
|
|
2837
|
+
readonly marginInline: "space";
|
|
2838
|
+
readonly marginInlineEnd: "space";
|
|
2839
|
+
readonly marginInlineStart: "space";
|
|
2840
|
+
readonly marginLeft: "space";
|
|
2841
|
+
readonly marginRight: "space";
|
|
2842
|
+
readonly marginTop: "space";
|
|
3095
2843
|
readonly maxBlockSize: "sizes";
|
|
3096
2844
|
readonly maxHeight: "sizes";
|
|
3097
2845
|
readonly maxInlineSize: "sizes";
|
|
@@ -3102,41 +2850,41 @@ declare const StyledIconSlot: react__default.ForwardRefExoticComponent<Omit<Omit
|
|
|
3102
2850
|
readonly minWidth: "sizes";
|
|
3103
2851
|
readonly outline: "colors";
|
|
3104
2852
|
readonly outlineColor: "colors";
|
|
3105
|
-
readonly padding: "space
|
|
3106
|
-
readonly paddingBlock: "space
|
|
3107
|
-
readonly paddingBlockEnd: "space
|
|
3108
|
-
readonly paddingBlockStart: "space
|
|
3109
|
-
readonly paddingBottom: "space
|
|
3110
|
-
readonly paddingInline: "space
|
|
3111
|
-
readonly paddingInlineEnd: "space
|
|
3112
|
-
readonly paddingInlineStart: "space
|
|
3113
|
-
readonly paddingLeft: "space
|
|
3114
|
-
readonly paddingRight: "space
|
|
3115
|
-
readonly paddingTop: "space
|
|
2853
|
+
readonly padding: "space";
|
|
2854
|
+
readonly paddingBlock: "space";
|
|
2855
|
+
readonly paddingBlockEnd: "space";
|
|
2856
|
+
readonly paddingBlockStart: "space";
|
|
2857
|
+
readonly paddingBottom: "space";
|
|
2858
|
+
readonly paddingInline: "space";
|
|
2859
|
+
readonly paddingInlineEnd: "space";
|
|
2860
|
+
readonly paddingInlineStart: "space";
|
|
2861
|
+
readonly paddingLeft: "space";
|
|
2862
|
+
readonly paddingRight: "space";
|
|
2863
|
+
readonly paddingTop: "space";
|
|
3116
2864
|
readonly right: "space";
|
|
3117
|
-
readonly rowGap: "space
|
|
3118
|
-
readonly scrollMargin: "space
|
|
3119
|
-
readonly scrollMarginBlock: "space
|
|
3120
|
-
readonly scrollMarginBlockEnd: "space
|
|
3121
|
-
readonly scrollMarginBlockStart: "space
|
|
3122
|
-
readonly scrollMarginBottom: "space
|
|
3123
|
-
readonly scrollMarginInline: "space
|
|
3124
|
-
readonly scrollMarginInlineEnd: "space
|
|
3125
|
-
readonly scrollMarginInlineStart: "space
|
|
3126
|
-
readonly scrollMarginLeft: "space
|
|
3127
|
-
readonly scrollMarginRight: "space
|
|
3128
|
-
readonly scrollMarginTop: "space
|
|
3129
|
-
readonly scrollPadding: "space
|
|
3130
|
-
readonly scrollPaddingBlock: "space
|
|
3131
|
-
readonly scrollPaddingBlockEnd: "space
|
|
3132
|
-
readonly scrollPaddingBlockStart: "space
|
|
3133
|
-
readonly scrollPaddingBottom: "space
|
|
3134
|
-
readonly scrollPaddingInline: "space
|
|
3135
|
-
readonly scrollPaddingInlineEnd: "space
|
|
3136
|
-
readonly scrollPaddingInlineStart: "space
|
|
3137
|
-
readonly scrollPaddingLeft: "space
|
|
3138
|
-
readonly scrollPaddingRight: "space
|
|
3139
|
-
readonly scrollPaddingTop: "space
|
|
2865
|
+
readonly rowGap: "space";
|
|
2866
|
+
readonly scrollMargin: "space";
|
|
2867
|
+
readonly scrollMarginBlock: "space";
|
|
2868
|
+
readonly scrollMarginBlockEnd: "space";
|
|
2869
|
+
readonly scrollMarginBlockStart: "space";
|
|
2870
|
+
readonly scrollMarginBottom: "space";
|
|
2871
|
+
readonly scrollMarginInline: "space";
|
|
2872
|
+
readonly scrollMarginInlineEnd: "space";
|
|
2873
|
+
readonly scrollMarginInlineStart: "space";
|
|
2874
|
+
readonly scrollMarginLeft: "space";
|
|
2875
|
+
readonly scrollMarginRight: "space";
|
|
2876
|
+
readonly scrollMarginTop: "space";
|
|
2877
|
+
readonly scrollPadding: "space";
|
|
2878
|
+
readonly scrollPaddingBlock: "space";
|
|
2879
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
2880
|
+
readonly scrollPaddingBlockStart: "space";
|
|
2881
|
+
readonly scrollPaddingBottom: "space";
|
|
2882
|
+
readonly scrollPaddingInline: "space";
|
|
2883
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
2884
|
+
readonly scrollPaddingInlineStart: "space";
|
|
2885
|
+
readonly scrollPaddingLeft: "space";
|
|
2886
|
+
readonly scrollPaddingRight: "space";
|
|
2887
|
+
readonly scrollPaddingTop: "space";
|
|
3140
2888
|
readonly stroke: "colors";
|
|
3141
2889
|
readonly strokeWidth: "stroke-width";
|
|
3142
2890
|
readonly textDecorationColor: "colors";
|