@mirohq/design-system-dropdown-menu 4.0.17 → 4.0.18
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 +1220 -2060
- package/package.json +9 -9
package/dist/types.d.ts
CHANGED
|
@@ -263,17 +263,17 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Omit<Omit<_mir
|
|
|
263
263
|
readonly body: "Open Sans, sans-serif";
|
|
264
264
|
};
|
|
265
265
|
radii: {
|
|
266
|
+
readonly 0: "0px";
|
|
266
267
|
readonly 25: "2px";
|
|
267
268
|
readonly 50: "4px";
|
|
268
269
|
readonly 75: "6px";
|
|
269
270
|
readonly 100: "8px";
|
|
270
271
|
readonly 200: "16px";
|
|
271
|
-
readonly
|
|
272
|
-
readonly none: "0px";
|
|
272
|
+
readonly round: "999px";
|
|
273
273
|
};
|
|
274
274
|
shadows: {
|
|
275
|
-
50: any;
|
|
276
275
|
100: any;
|
|
276
|
+
50: any;
|
|
277
277
|
"focus-small": any;
|
|
278
278
|
"focus-small-outline": any;
|
|
279
279
|
"focus-large": any;
|
|
@@ -303,48 +303,6 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Omit<Omit<_mir
|
|
|
303
303
|
readonly 1200: "96px";
|
|
304
304
|
readonly 1600: "128px";
|
|
305
305
|
};
|
|
306
|
-
'space-gap': {
|
|
307
|
-
readonly 0: any;
|
|
308
|
-
readonly 50: any;
|
|
309
|
-
readonly 100: any;
|
|
310
|
-
readonly 200: any;
|
|
311
|
-
readonly 300: any;
|
|
312
|
-
};
|
|
313
|
-
'space-inset': {
|
|
314
|
-
readonly 0: any;
|
|
315
|
-
readonly 50: any;
|
|
316
|
-
readonly 100: any;
|
|
317
|
-
readonly 150: any;
|
|
318
|
-
readonly 200: any;
|
|
319
|
-
readonly 300: any;
|
|
320
|
-
readonly 400: any;
|
|
321
|
-
readonly 500: any;
|
|
322
|
-
readonly 600: any;
|
|
323
|
-
readonly 700: any;
|
|
324
|
-
readonly 800: any;
|
|
325
|
-
readonly 1200: any;
|
|
326
|
-
readonly 1600: any;
|
|
327
|
-
};
|
|
328
|
-
'space-offset': {
|
|
329
|
-
readonly 0: any;
|
|
330
|
-
readonly 50: any;
|
|
331
|
-
readonly 100: any;
|
|
332
|
-
readonly 150: any;
|
|
333
|
-
readonly 200: any;
|
|
334
|
-
readonly 300: any;
|
|
335
|
-
readonly 400: any;
|
|
336
|
-
readonly 600: any;
|
|
337
|
-
readonly 800: any;
|
|
338
|
-
readonly 1200: any;
|
|
339
|
-
readonly 1600: any;
|
|
340
|
-
readonly 'stacking-0': any;
|
|
341
|
-
readonly 'stacking-100': any;
|
|
342
|
-
readonly 'stacking-200': any;
|
|
343
|
-
readonly 'stacking-300': any;
|
|
344
|
-
readonly 'stacking-400': any;
|
|
345
|
-
readonly 'stacking-500': any;
|
|
346
|
-
readonly 'stacking-800': any;
|
|
347
|
-
};
|
|
348
306
|
'stroke-width': {
|
|
349
307
|
readonly thin: "1.5px";
|
|
350
308
|
readonly normal: "2px";
|
|
@@ -385,7 +343,7 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Omit<Omit<_mir
|
|
|
385
343
|
readonly borderRightColor: "colors";
|
|
386
344
|
readonly borderRightStyle: "border-styles";
|
|
387
345
|
readonly borderRightWidth: "border-widths";
|
|
388
|
-
readonly borderSpacing: "space
|
|
346
|
+
readonly borderSpacing: "space";
|
|
389
347
|
readonly borderStyle: "border-styles";
|
|
390
348
|
readonly borderTop: "colors";
|
|
391
349
|
readonly borderTopColor: "colors";
|
|
@@ -398,42 +356,42 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Omit<Omit<_mir
|
|
|
398
356
|
readonly boxShadow: "shadows";
|
|
399
357
|
readonly caretColor: "colors";
|
|
400
358
|
readonly color: "colors";
|
|
401
|
-
readonly columnGap: "space
|
|
359
|
+
readonly columnGap: "space";
|
|
402
360
|
readonly columnRuleColor: "colors";
|
|
403
361
|
readonly fill: "colors";
|
|
404
362
|
readonly flexBasis: "sizes";
|
|
405
363
|
readonly fontFamily: "fonts";
|
|
406
364
|
readonly fontSize: "font-sizes";
|
|
407
365
|
readonly fontWeight: "font-weights";
|
|
408
|
-
readonly gap: "space
|
|
409
|
-
readonly gridColumnGap: "space
|
|
410
|
-
readonly gridGap: "space
|
|
411
|
-
readonly gridRowGap: "space
|
|
366
|
+
readonly gap: "space";
|
|
367
|
+
readonly gridColumnGap: "space";
|
|
368
|
+
readonly gridGap: "space";
|
|
369
|
+
readonly gridRowGap: "space";
|
|
412
370
|
readonly gridTemplateColumns: "sizes";
|
|
413
371
|
readonly gridTemplateRows: "sizes";
|
|
414
372
|
readonly height: "sizes";
|
|
415
373
|
readonly inlineSize: "sizes";
|
|
416
|
-
readonly inset: "space
|
|
417
|
-
readonly insetBlock: "space
|
|
418
|
-
readonly insetBlockEnd: "space
|
|
419
|
-
readonly insetBlockStart: "space
|
|
420
|
-
readonly insetInline: "space
|
|
421
|
-
readonly insetInlineEnd: "space
|
|
422
|
-
readonly insetInlineStart: "space
|
|
374
|
+
readonly inset: "space";
|
|
375
|
+
readonly insetBlock: "space";
|
|
376
|
+
readonly insetBlockEnd: "space";
|
|
377
|
+
readonly insetBlockStart: "space";
|
|
378
|
+
readonly insetInline: "space";
|
|
379
|
+
readonly insetInlineEnd: "space";
|
|
380
|
+
readonly insetInlineStart: "space";
|
|
423
381
|
readonly left: "space";
|
|
424
382
|
readonly letterSpacing: "letter-spacings";
|
|
425
383
|
readonly lineHeight: "line-heights";
|
|
426
|
-
readonly margin: "space
|
|
427
|
-
readonly marginBlock: "space
|
|
428
|
-
readonly marginBlockEnd: "space
|
|
429
|
-
readonly marginBlockStart: "space
|
|
430
|
-
readonly marginBottom: "space
|
|
431
|
-
readonly marginInline: "space
|
|
432
|
-
readonly marginInlineEnd: "space
|
|
433
|
-
readonly marginInlineStart: "space
|
|
434
|
-
readonly marginLeft: "space
|
|
435
|
-
readonly marginRight: "space
|
|
436
|
-
readonly marginTop: "space
|
|
384
|
+
readonly margin: "space";
|
|
385
|
+
readonly marginBlock: "space";
|
|
386
|
+
readonly marginBlockEnd: "space";
|
|
387
|
+
readonly marginBlockStart: "space";
|
|
388
|
+
readonly marginBottom: "space";
|
|
389
|
+
readonly marginInline: "space";
|
|
390
|
+
readonly marginInlineEnd: "space";
|
|
391
|
+
readonly marginInlineStart: "space";
|
|
392
|
+
readonly marginLeft: "space";
|
|
393
|
+
readonly marginRight: "space";
|
|
394
|
+
readonly marginTop: "space";
|
|
437
395
|
readonly maxBlockSize: "sizes";
|
|
438
396
|
readonly maxHeight: "sizes";
|
|
439
397
|
readonly maxInlineSize: "sizes";
|
|
@@ -444,41 +402,41 @@ declare const StyledCheckboxItem: react.ForwardRefExoticComponent<Omit<Omit<_mir
|
|
|
444
402
|
readonly minWidth: "sizes";
|
|
445
403
|
readonly outline: "colors";
|
|
446
404
|
readonly outlineColor: "colors";
|
|
447
|
-
readonly padding: "space
|
|
448
|
-
readonly paddingBlock: "space
|
|
449
|
-
readonly paddingBlockEnd: "space
|
|
450
|
-
readonly paddingBlockStart: "space
|
|
451
|
-
readonly paddingBottom: "space
|
|
452
|
-
readonly paddingInline: "space
|
|
453
|
-
readonly paddingInlineEnd: "space
|
|
454
|
-
readonly paddingInlineStart: "space
|
|
455
|
-
readonly paddingLeft: "space
|
|
456
|
-
readonly paddingRight: "space
|
|
457
|
-
readonly paddingTop: "space
|
|
405
|
+
readonly padding: "space";
|
|
406
|
+
readonly paddingBlock: "space";
|
|
407
|
+
readonly paddingBlockEnd: "space";
|
|
408
|
+
readonly paddingBlockStart: "space";
|
|
409
|
+
readonly paddingBottom: "space";
|
|
410
|
+
readonly paddingInline: "space";
|
|
411
|
+
readonly paddingInlineEnd: "space";
|
|
412
|
+
readonly paddingInlineStart: "space";
|
|
413
|
+
readonly paddingLeft: "space";
|
|
414
|
+
readonly paddingRight: "space";
|
|
415
|
+
readonly paddingTop: "space";
|
|
458
416
|
readonly right: "space";
|
|
459
|
-
readonly rowGap: "space
|
|
460
|
-
readonly scrollMargin: "space
|
|
461
|
-
readonly scrollMarginBlock: "space
|
|
462
|
-
readonly scrollMarginBlockEnd: "space
|
|
463
|
-
readonly scrollMarginBlockStart: "space
|
|
464
|
-
readonly scrollMarginBottom: "space
|
|
465
|
-
readonly scrollMarginInline: "space
|
|
466
|
-
readonly scrollMarginInlineEnd: "space
|
|
467
|
-
readonly scrollMarginInlineStart: "space
|
|
468
|
-
readonly scrollMarginLeft: "space
|
|
469
|
-
readonly scrollMarginRight: "space
|
|
470
|
-
readonly scrollMarginTop: "space
|
|
471
|
-
readonly scrollPadding: "space
|
|
472
|
-
readonly scrollPaddingBlock: "space
|
|
473
|
-
readonly scrollPaddingBlockEnd: "space
|
|
474
|
-
readonly scrollPaddingBlockStart: "space
|
|
475
|
-
readonly scrollPaddingBottom: "space
|
|
476
|
-
readonly scrollPaddingInline: "space
|
|
477
|
-
readonly scrollPaddingInlineEnd: "space
|
|
478
|
-
readonly scrollPaddingInlineStart: "space
|
|
479
|
-
readonly scrollPaddingLeft: "space
|
|
480
|
-
readonly scrollPaddingRight: "space
|
|
481
|
-
readonly scrollPaddingTop: "space
|
|
417
|
+
readonly rowGap: "space";
|
|
418
|
+
readonly scrollMargin: "space";
|
|
419
|
+
readonly scrollMarginBlock: "space";
|
|
420
|
+
readonly scrollMarginBlockEnd: "space";
|
|
421
|
+
readonly scrollMarginBlockStart: "space";
|
|
422
|
+
readonly scrollMarginBottom: "space";
|
|
423
|
+
readonly scrollMarginInline: "space";
|
|
424
|
+
readonly scrollMarginInlineEnd: "space";
|
|
425
|
+
readonly scrollMarginInlineStart: "space";
|
|
426
|
+
readonly scrollMarginLeft: "space";
|
|
427
|
+
readonly scrollMarginRight: "space";
|
|
428
|
+
readonly scrollMarginTop: "space";
|
|
429
|
+
readonly scrollPadding: "space";
|
|
430
|
+
readonly scrollPaddingBlock: "space";
|
|
431
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
432
|
+
readonly scrollPaddingBlockStart: "space";
|
|
433
|
+
readonly scrollPaddingBottom: "space";
|
|
434
|
+
readonly scrollPaddingInline: "space";
|
|
435
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
436
|
+
readonly scrollPaddingInlineStart: "space";
|
|
437
|
+
readonly scrollPaddingLeft: "space";
|
|
438
|
+
readonly scrollPaddingRight: "space";
|
|
439
|
+
readonly scrollPaddingTop: "space";
|
|
482
440
|
readonly stroke: "colors";
|
|
483
441
|
readonly strokeWidth: "stroke-width";
|
|
484
442
|
readonly textDecorationColor: "colors";
|
|
@@ -827,17 +785,17 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
827
785
|
readonly body: "Open Sans, sans-serif";
|
|
828
786
|
};
|
|
829
787
|
radii: {
|
|
788
|
+
readonly 0: "0px";
|
|
830
789
|
readonly 25: "2px";
|
|
831
790
|
readonly 50: "4px";
|
|
832
791
|
readonly 75: "6px";
|
|
833
792
|
readonly 100: "8px";
|
|
834
793
|
readonly 200: "16px";
|
|
835
|
-
readonly
|
|
836
|
-
readonly none: "0px";
|
|
794
|
+
readonly round: "999px";
|
|
837
795
|
};
|
|
838
796
|
shadows: {
|
|
839
|
-
50: any;
|
|
840
797
|
100: any;
|
|
798
|
+
50: any;
|
|
841
799
|
"focus-small": any;
|
|
842
800
|
"focus-small-outline": any;
|
|
843
801
|
"focus-large": any;
|
|
@@ -867,48 +825,6 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
867
825
|
readonly 1200: "96px";
|
|
868
826
|
readonly 1600: "128px";
|
|
869
827
|
};
|
|
870
|
-
'space-gap': {
|
|
871
|
-
readonly 0: any;
|
|
872
|
-
readonly 50: any;
|
|
873
|
-
readonly 100: any;
|
|
874
|
-
readonly 200: any;
|
|
875
|
-
readonly 300: any;
|
|
876
|
-
};
|
|
877
|
-
'space-inset': {
|
|
878
|
-
readonly 0: any;
|
|
879
|
-
readonly 50: any;
|
|
880
|
-
readonly 100: any;
|
|
881
|
-
readonly 150: any;
|
|
882
|
-
readonly 200: any;
|
|
883
|
-
readonly 300: any;
|
|
884
|
-
readonly 400: any;
|
|
885
|
-
readonly 500: any;
|
|
886
|
-
readonly 600: any;
|
|
887
|
-
readonly 700: any;
|
|
888
|
-
readonly 800: any;
|
|
889
|
-
readonly 1200: any;
|
|
890
|
-
readonly 1600: any;
|
|
891
|
-
};
|
|
892
|
-
'space-offset': {
|
|
893
|
-
readonly 0: any;
|
|
894
|
-
readonly 50: any;
|
|
895
|
-
readonly 100: any;
|
|
896
|
-
readonly 150: any;
|
|
897
|
-
readonly 200: any;
|
|
898
|
-
readonly 300: any;
|
|
899
|
-
readonly 400: any;
|
|
900
|
-
readonly 600: any;
|
|
901
|
-
readonly 800: any;
|
|
902
|
-
readonly 1200: any;
|
|
903
|
-
readonly 1600: any;
|
|
904
|
-
readonly 'stacking-0': any;
|
|
905
|
-
readonly 'stacking-100': any;
|
|
906
|
-
readonly 'stacking-200': any;
|
|
907
|
-
readonly 'stacking-300': any;
|
|
908
|
-
readonly 'stacking-400': any;
|
|
909
|
-
readonly 'stacking-500': any;
|
|
910
|
-
readonly 'stacking-800': any;
|
|
911
|
-
};
|
|
912
828
|
'stroke-width': {
|
|
913
829
|
readonly thin: "1.5px";
|
|
914
830
|
readonly normal: "2px";
|
|
@@ -949,7 +865,7 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
949
865
|
readonly borderRightColor: "colors";
|
|
950
866
|
readonly borderRightStyle: "border-styles";
|
|
951
867
|
readonly borderRightWidth: "border-widths";
|
|
952
|
-
readonly borderSpacing: "space
|
|
868
|
+
readonly borderSpacing: "space";
|
|
953
869
|
readonly borderStyle: "border-styles";
|
|
954
870
|
readonly borderTop: "colors";
|
|
955
871
|
readonly borderTopColor: "colors";
|
|
@@ -962,42 +878,42 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
962
878
|
readonly boxShadow: "shadows";
|
|
963
879
|
readonly caretColor: "colors";
|
|
964
880
|
readonly color: "colors";
|
|
965
|
-
readonly columnGap: "space
|
|
881
|
+
readonly columnGap: "space";
|
|
966
882
|
readonly columnRuleColor: "colors";
|
|
967
883
|
readonly fill: "colors";
|
|
968
884
|
readonly flexBasis: "sizes";
|
|
969
885
|
readonly fontFamily: "fonts";
|
|
970
886
|
readonly fontSize: "font-sizes";
|
|
971
887
|
readonly fontWeight: "font-weights";
|
|
972
|
-
readonly gap: "space
|
|
973
|
-
readonly gridColumnGap: "space
|
|
974
|
-
readonly gridGap: "space
|
|
975
|
-
readonly gridRowGap: "space
|
|
888
|
+
readonly gap: "space";
|
|
889
|
+
readonly gridColumnGap: "space";
|
|
890
|
+
readonly gridGap: "space";
|
|
891
|
+
readonly gridRowGap: "space";
|
|
976
892
|
readonly gridTemplateColumns: "sizes";
|
|
977
893
|
readonly gridTemplateRows: "sizes";
|
|
978
894
|
readonly height: "sizes";
|
|
979
895
|
readonly inlineSize: "sizes";
|
|
980
|
-
readonly inset: "space
|
|
981
|
-
readonly insetBlock: "space
|
|
982
|
-
readonly insetBlockEnd: "space
|
|
983
|
-
readonly insetBlockStart: "space
|
|
984
|
-
readonly insetInline: "space
|
|
985
|
-
readonly insetInlineEnd: "space
|
|
986
|
-
readonly insetInlineStart: "space
|
|
896
|
+
readonly inset: "space";
|
|
897
|
+
readonly insetBlock: "space";
|
|
898
|
+
readonly insetBlockEnd: "space";
|
|
899
|
+
readonly insetBlockStart: "space";
|
|
900
|
+
readonly insetInline: "space";
|
|
901
|
+
readonly insetInlineEnd: "space";
|
|
902
|
+
readonly insetInlineStart: "space";
|
|
987
903
|
readonly left: "space";
|
|
988
904
|
readonly letterSpacing: "letter-spacings";
|
|
989
905
|
readonly lineHeight: "line-heights";
|
|
990
|
-
readonly margin: "space
|
|
991
|
-
readonly marginBlock: "space
|
|
992
|
-
readonly marginBlockEnd: "space
|
|
993
|
-
readonly marginBlockStart: "space
|
|
994
|
-
readonly marginBottom: "space
|
|
995
|
-
readonly marginInline: "space
|
|
996
|
-
readonly marginInlineEnd: "space
|
|
997
|
-
readonly marginInlineStart: "space
|
|
998
|
-
readonly marginLeft: "space
|
|
999
|
-
readonly marginRight: "space
|
|
1000
|
-
readonly marginTop: "space
|
|
906
|
+
readonly margin: "space";
|
|
907
|
+
readonly marginBlock: "space";
|
|
908
|
+
readonly marginBlockEnd: "space";
|
|
909
|
+
readonly marginBlockStart: "space";
|
|
910
|
+
readonly marginBottom: "space";
|
|
911
|
+
readonly marginInline: "space";
|
|
912
|
+
readonly marginInlineEnd: "space";
|
|
913
|
+
readonly marginInlineStart: "space";
|
|
914
|
+
readonly marginLeft: "space";
|
|
915
|
+
readonly marginRight: "space";
|
|
916
|
+
readonly marginTop: "space";
|
|
1001
917
|
readonly maxBlockSize: "sizes";
|
|
1002
918
|
readonly maxHeight: "sizes";
|
|
1003
919
|
readonly maxInlineSize: "sizes";
|
|
@@ -1008,41 +924,41 @@ declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
1008
924
|
readonly minWidth: "sizes";
|
|
1009
925
|
readonly outline: "colors";
|
|
1010
926
|
readonly outlineColor: "colors";
|
|
1011
|
-
readonly padding: "space
|
|
1012
|
-
readonly paddingBlock: "space
|
|
1013
|
-
readonly paddingBlockEnd: "space
|
|
1014
|
-
readonly paddingBlockStart: "space
|
|
1015
|
-
readonly paddingBottom: "space
|
|
1016
|
-
readonly paddingInline: "space
|
|
1017
|
-
readonly paddingInlineEnd: "space
|
|
1018
|
-
readonly paddingInlineStart: "space
|
|
1019
|
-
readonly paddingLeft: "space
|
|
1020
|
-
readonly paddingRight: "space
|
|
1021
|
-
readonly paddingTop: "space
|
|
927
|
+
readonly padding: "space";
|
|
928
|
+
readonly paddingBlock: "space";
|
|
929
|
+
readonly paddingBlockEnd: "space";
|
|
930
|
+
readonly paddingBlockStart: "space";
|
|
931
|
+
readonly paddingBottom: "space";
|
|
932
|
+
readonly paddingInline: "space";
|
|
933
|
+
readonly paddingInlineEnd: "space";
|
|
934
|
+
readonly paddingInlineStart: "space";
|
|
935
|
+
readonly paddingLeft: "space";
|
|
936
|
+
readonly paddingRight: "space";
|
|
937
|
+
readonly paddingTop: "space";
|
|
1022
938
|
readonly right: "space";
|
|
1023
|
-
readonly rowGap: "space
|
|
1024
|
-
readonly scrollMargin: "space
|
|
1025
|
-
readonly scrollMarginBlock: "space
|
|
1026
|
-
readonly scrollMarginBlockEnd: "space
|
|
1027
|
-
readonly scrollMarginBlockStart: "space
|
|
1028
|
-
readonly scrollMarginBottom: "space
|
|
1029
|
-
readonly scrollMarginInline: "space
|
|
1030
|
-
readonly scrollMarginInlineEnd: "space
|
|
1031
|
-
readonly scrollMarginInlineStart: "space
|
|
1032
|
-
readonly scrollMarginLeft: "space
|
|
1033
|
-
readonly scrollMarginRight: "space
|
|
1034
|
-
readonly scrollMarginTop: "space
|
|
1035
|
-
readonly scrollPadding: "space
|
|
1036
|
-
readonly scrollPaddingBlock: "space
|
|
1037
|
-
readonly scrollPaddingBlockEnd: "space
|
|
1038
|
-
readonly scrollPaddingBlockStart: "space
|
|
1039
|
-
readonly scrollPaddingBottom: "space
|
|
1040
|
-
readonly scrollPaddingInline: "space
|
|
1041
|
-
readonly scrollPaddingInlineEnd: "space
|
|
1042
|
-
readonly scrollPaddingInlineStart: "space
|
|
1043
|
-
readonly scrollPaddingLeft: "space
|
|
1044
|
-
readonly scrollPaddingRight: "space
|
|
1045
|
-
readonly scrollPaddingTop: "space
|
|
939
|
+
readonly rowGap: "space";
|
|
940
|
+
readonly scrollMargin: "space";
|
|
941
|
+
readonly scrollMarginBlock: "space";
|
|
942
|
+
readonly scrollMarginBlockEnd: "space";
|
|
943
|
+
readonly scrollMarginBlockStart: "space";
|
|
944
|
+
readonly scrollMarginBottom: "space";
|
|
945
|
+
readonly scrollMarginInline: "space";
|
|
946
|
+
readonly scrollMarginInlineEnd: "space";
|
|
947
|
+
readonly scrollMarginInlineStart: "space";
|
|
948
|
+
readonly scrollMarginLeft: "space";
|
|
949
|
+
readonly scrollMarginRight: "space";
|
|
950
|
+
readonly scrollMarginTop: "space";
|
|
951
|
+
readonly scrollPadding: "space";
|
|
952
|
+
readonly scrollPaddingBlock: "space";
|
|
953
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
954
|
+
readonly scrollPaddingBlockStart: "space";
|
|
955
|
+
readonly scrollPaddingBottom: "space";
|
|
956
|
+
readonly scrollPaddingInline: "space";
|
|
957
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
958
|
+
readonly scrollPaddingInlineStart: "space";
|
|
959
|
+
readonly scrollPaddingLeft: "space";
|
|
960
|
+
readonly scrollPaddingRight: "space";
|
|
961
|
+
readonly scrollPaddingTop: "space";
|
|
1046
962
|
readonly stroke: "colors";
|
|
1047
963
|
readonly strokeWidth: "stroke-width";
|
|
1048
964
|
readonly textDecorationColor: "colors";
|
|
@@ -1508,17 +1424,17 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
1508
1424
|
readonly body: "Open Sans, sans-serif";
|
|
1509
1425
|
};
|
|
1510
1426
|
radii: {
|
|
1427
|
+
readonly 0: "0px";
|
|
1511
1428
|
readonly 25: "2px";
|
|
1512
1429
|
readonly 50: "4px";
|
|
1513
1430
|
readonly 75: "6px";
|
|
1514
1431
|
readonly 100: "8px";
|
|
1515
1432
|
readonly 200: "16px";
|
|
1516
|
-
readonly
|
|
1517
|
-
readonly none: "0px";
|
|
1433
|
+
readonly round: "999px";
|
|
1518
1434
|
};
|
|
1519
1435
|
shadows: {
|
|
1520
|
-
50: any;
|
|
1521
1436
|
100: any;
|
|
1437
|
+
50: any;
|
|
1522
1438
|
"focus-small": any;
|
|
1523
1439
|
"focus-small-outline": any;
|
|
1524
1440
|
"focus-large": any;
|
|
@@ -1548,48 +1464,6 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
1548
1464
|
readonly 1200: "96px";
|
|
1549
1465
|
readonly 1600: "128px";
|
|
1550
1466
|
};
|
|
1551
|
-
'space-gap': {
|
|
1552
|
-
readonly 0: any;
|
|
1553
|
-
readonly 50: any;
|
|
1554
|
-
readonly 100: any;
|
|
1555
|
-
readonly 200: any;
|
|
1556
|
-
readonly 300: any;
|
|
1557
|
-
};
|
|
1558
|
-
'space-inset': {
|
|
1559
|
-
readonly 0: any;
|
|
1560
|
-
readonly 50: any;
|
|
1561
|
-
readonly 100: any;
|
|
1562
|
-
readonly 150: any;
|
|
1563
|
-
readonly 200: any;
|
|
1564
|
-
readonly 300: any;
|
|
1565
|
-
readonly 400: any;
|
|
1566
|
-
readonly 500: any;
|
|
1567
|
-
readonly 600: any;
|
|
1568
|
-
readonly 700: any;
|
|
1569
|
-
readonly 800: any;
|
|
1570
|
-
readonly 1200: any;
|
|
1571
|
-
readonly 1600: any;
|
|
1572
|
-
};
|
|
1573
|
-
'space-offset': {
|
|
1574
|
-
readonly 0: any;
|
|
1575
|
-
readonly 50: any;
|
|
1576
|
-
readonly 100: any;
|
|
1577
|
-
readonly 150: any;
|
|
1578
|
-
readonly 200: any;
|
|
1579
|
-
readonly 300: any;
|
|
1580
|
-
readonly 400: any;
|
|
1581
|
-
readonly 600: any;
|
|
1582
|
-
readonly 800: any;
|
|
1583
|
-
readonly 1200: any;
|
|
1584
|
-
readonly 1600: any;
|
|
1585
|
-
readonly 'stacking-0': any;
|
|
1586
|
-
readonly 'stacking-100': any;
|
|
1587
|
-
readonly 'stacking-200': any;
|
|
1588
|
-
readonly 'stacking-300': any;
|
|
1589
|
-
readonly 'stacking-400': any;
|
|
1590
|
-
readonly 'stacking-500': any;
|
|
1591
|
-
readonly 'stacking-800': any;
|
|
1592
|
-
};
|
|
1593
1467
|
'stroke-width': {
|
|
1594
1468
|
readonly thin: "1.5px";
|
|
1595
1469
|
readonly normal: "2px";
|
|
@@ -1630,7 +1504,7 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
1630
1504
|
readonly borderRightColor: "colors";
|
|
1631
1505
|
readonly borderRightStyle: "border-styles";
|
|
1632
1506
|
readonly borderRightWidth: "border-widths";
|
|
1633
|
-
readonly borderSpacing: "space
|
|
1507
|
+
readonly borderSpacing: "space";
|
|
1634
1508
|
readonly borderStyle: "border-styles";
|
|
1635
1509
|
readonly borderTop: "colors";
|
|
1636
1510
|
readonly borderTopColor: "colors";
|
|
@@ -1643,42 +1517,42 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
1643
1517
|
readonly boxShadow: "shadows";
|
|
1644
1518
|
readonly caretColor: "colors";
|
|
1645
1519
|
readonly color: "colors";
|
|
1646
|
-
readonly columnGap: "space
|
|
1520
|
+
readonly columnGap: "space";
|
|
1647
1521
|
readonly columnRuleColor: "colors";
|
|
1648
1522
|
readonly fill: "colors";
|
|
1649
1523
|
readonly flexBasis: "sizes";
|
|
1650
1524
|
readonly fontFamily: "fonts";
|
|
1651
1525
|
readonly fontSize: "font-sizes";
|
|
1652
1526
|
readonly fontWeight: "font-weights";
|
|
1653
|
-
readonly gap: "space
|
|
1654
|
-
readonly gridColumnGap: "space
|
|
1655
|
-
readonly gridGap: "space
|
|
1656
|
-
readonly gridRowGap: "space
|
|
1527
|
+
readonly gap: "space";
|
|
1528
|
+
readonly gridColumnGap: "space";
|
|
1529
|
+
readonly gridGap: "space";
|
|
1530
|
+
readonly gridRowGap: "space";
|
|
1657
1531
|
readonly gridTemplateColumns: "sizes";
|
|
1658
1532
|
readonly gridTemplateRows: "sizes";
|
|
1659
1533
|
readonly height: "sizes";
|
|
1660
1534
|
readonly inlineSize: "sizes";
|
|
1661
|
-
readonly inset: "space
|
|
1662
|
-
readonly insetBlock: "space
|
|
1663
|
-
readonly insetBlockEnd: "space
|
|
1664
|
-
readonly insetBlockStart: "space
|
|
1665
|
-
readonly insetInline: "space
|
|
1666
|
-
readonly insetInlineEnd: "space
|
|
1667
|
-
readonly insetInlineStart: "space
|
|
1535
|
+
readonly inset: "space";
|
|
1536
|
+
readonly insetBlock: "space";
|
|
1537
|
+
readonly insetBlockEnd: "space";
|
|
1538
|
+
readonly insetBlockStart: "space";
|
|
1539
|
+
readonly insetInline: "space";
|
|
1540
|
+
readonly insetInlineEnd: "space";
|
|
1541
|
+
readonly insetInlineStart: "space";
|
|
1668
1542
|
readonly left: "space";
|
|
1669
1543
|
readonly letterSpacing: "letter-spacings";
|
|
1670
1544
|
readonly lineHeight: "line-heights";
|
|
1671
|
-
readonly margin: "space
|
|
1672
|
-
readonly marginBlock: "space
|
|
1673
|
-
readonly marginBlockEnd: "space
|
|
1674
|
-
readonly marginBlockStart: "space
|
|
1675
|
-
readonly marginBottom: "space
|
|
1676
|
-
readonly marginInline: "space
|
|
1677
|
-
readonly marginInlineEnd: "space
|
|
1678
|
-
readonly marginInlineStart: "space
|
|
1679
|
-
readonly marginLeft: "space
|
|
1680
|
-
readonly marginRight: "space
|
|
1681
|
-
readonly marginTop: "space
|
|
1545
|
+
readonly margin: "space";
|
|
1546
|
+
readonly marginBlock: "space";
|
|
1547
|
+
readonly marginBlockEnd: "space";
|
|
1548
|
+
readonly marginBlockStart: "space";
|
|
1549
|
+
readonly marginBottom: "space";
|
|
1550
|
+
readonly marginInline: "space";
|
|
1551
|
+
readonly marginInlineEnd: "space";
|
|
1552
|
+
readonly marginInlineStart: "space";
|
|
1553
|
+
readonly marginLeft: "space";
|
|
1554
|
+
readonly marginRight: "space";
|
|
1555
|
+
readonly marginTop: "space";
|
|
1682
1556
|
readonly maxBlockSize: "sizes";
|
|
1683
1557
|
readonly maxHeight: "sizes";
|
|
1684
1558
|
readonly maxInlineSize: "sizes";
|
|
@@ -1689,41 +1563,41 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
1689
1563
|
readonly minWidth: "sizes";
|
|
1690
1564
|
readonly outline: "colors";
|
|
1691
1565
|
readonly outlineColor: "colors";
|
|
1692
|
-
readonly padding: "space
|
|
1693
|
-
readonly paddingBlock: "space
|
|
1694
|
-
readonly paddingBlockEnd: "space
|
|
1695
|
-
readonly paddingBlockStart: "space
|
|
1696
|
-
readonly paddingBottom: "space
|
|
1697
|
-
readonly paddingInline: "space
|
|
1698
|
-
readonly paddingInlineEnd: "space
|
|
1699
|
-
readonly paddingInlineStart: "space
|
|
1700
|
-
readonly paddingLeft: "space
|
|
1701
|
-
readonly paddingRight: "space
|
|
1702
|
-
readonly paddingTop: "space
|
|
1566
|
+
readonly padding: "space";
|
|
1567
|
+
readonly paddingBlock: "space";
|
|
1568
|
+
readonly paddingBlockEnd: "space";
|
|
1569
|
+
readonly paddingBlockStart: "space";
|
|
1570
|
+
readonly paddingBottom: "space";
|
|
1571
|
+
readonly paddingInline: "space";
|
|
1572
|
+
readonly paddingInlineEnd: "space";
|
|
1573
|
+
readonly paddingInlineStart: "space";
|
|
1574
|
+
readonly paddingLeft: "space";
|
|
1575
|
+
readonly paddingRight: "space";
|
|
1576
|
+
readonly paddingTop: "space";
|
|
1703
1577
|
readonly right: "space";
|
|
1704
|
-
readonly rowGap: "space
|
|
1705
|
-
readonly scrollMargin: "space
|
|
1706
|
-
readonly scrollMarginBlock: "space
|
|
1707
|
-
readonly scrollMarginBlockEnd: "space
|
|
1708
|
-
readonly scrollMarginBlockStart: "space
|
|
1709
|
-
readonly scrollMarginBottom: "space
|
|
1710
|
-
readonly scrollMarginInline: "space
|
|
1711
|
-
readonly scrollMarginInlineEnd: "space
|
|
1712
|
-
readonly scrollMarginInlineStart: "space
|
|
1713
|
-
readonly scrollMarginLeft: "space
|
|
1714
|
-
readonly scrollMarginRight: "space
|
|
1715
|
-
readonly scrollMarginTop: "space
|
|
1716
|
-
readonly scrollPadding: "space
|
|
1717
|
-
readonly scrollPaddingBlock: "space
|
|
1718
|
-
readonly scrollPaddingBlockEnd: "space
|
|
1719
|
-
readonly scrollPaddingBlockStart: "space
|
|
1720
|
-
readonly scrollPaddingBottom: "space
|
|
1721
|
-
readonly scrollPaddingInline: "space
|
|
1722
|
-
readonly scrollPaddingInlineEnd: "space
|
|
1723
|
-
readonly scrollPaddingInlineStart: "space
|
|
1724
|
-
readonly scrollPaddingLeft: "space
|
|
1725
|
-
readonly scrollPaddingRight: "space
|
|
1726
|
-
readonly scrollPaddingTop: "space
|
|
1578
|
+
readonly rowGap: "space";
|
|
1579
|
+
readonly scrollMargin: "space";
|
|
1580
|
+
readonly scrollMarginBlock: "space";
|
|
1581
|
+
readonly scrollMarginBlockEnd: "space";
|
|
1582
|
+
readonly scrollMarginBlockStart: "space";
|
|
1583
|
+
readonly scrollMarginBottom: "space";
|
|
1584
|
+
readonly scrollMarginInline: "space";
|
|
1585
|
+
readonly scrollMarginInlineEnd: "space";
|
|
1586
|
+
readonly scrollMarginInlineStart: "space";
|
|
1587
|
+
readonly scrollMarginLeft: "space";
|
|
1588
|
+
readonly scrollMarginRight: "space";
|
|
1589
|
+
readonly scrollMarginTop: "space";
|
|
1590
|
+
readonly scrollPadding: "space";
|
|
1591
|
+
readonly scrollPaddingBlock: "space";
|
|
1592
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
1593
|
+
readonly scrollPaddingBlockStart: "space";
|
|
1594
|
+
readonly scrollPaddingBottom: "space";
|
|
1595
|
+
readonly scrollPaddingInline: "space";
|
|
1596
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
1597
|
+
readonly scrollPaddingInlineStart: "space";
|
|
1598
|
+
readonly scrollPaddingLeft: "space";
|
|
1599
|
+
readonly scrollPaddingRight: "space";
|
|
1600
|
+
readonly scrollPaddingTop: "space";
|
|
1727
1601
|
readonly stroke: "colors";
|
|
1728
1602
|
readonly strokeWidth: "stroke-width";
|
|
1729
1603
|
readonly textDecorationColor: "colors";
|
|
@@ -2070,17 +1944,17 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
2070
1944
|
readonly body: "Open Sans, sans-serif";
|
|
2071
1945
|
};
|
|
2072
1946
|
radii: {
|
|
1947
|
+
readonly 0: "0px";
|
|
2073
1948
|
readonly 25: "2px";
|
|
2074
1949
|
readonly 50: "4px";
|
|
2075
1950
|
readonly 75: "6px";
|
|
2076
1951
|
readonly 100: "8px";
|
|
2077
1952
|
readonly 200: "16px";
|
|
2078
|
-
readonly
|
|
2079
|
-
readonly none: "0px";
|
|
1953
|
+
readonly round: "999px";
|
|
2080
1954
|
};
|
|
2081
1955
|
shadows: {
|
|
2082
|
-
50: any;
|
|
2083
1956
|
100: any;
|
|
1957
|
+
50: any;
|
|
2084
1958
|
"focus-small": any;
|
|
2085
1959
|
"focus-small-outline": any;
|
|
2086
1960
|
"focus-large": any;
|
|
@@ -2110,48 +1984,6 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
2110
1984
|
readonly 1200: "96px";
|
|
2111
1985
|
readonly 1600: "128px";
|
|
2112
1986
|
};
|
|
2113
|
-
'space-gap': {
|
|
2114
|
-
readonly 0: any;
|
|
2115
|
-
readonly 50: any;
|
|
2116
|
-
readonly 100: any;
|
|
2117
|
-
readonly 200: any;
|
|
2118
|
-
readonly 300: any;
|
|
2119
|
-
};
|
|
2120
|
-
'space-inset': {
|
|
2121
|
-
readonly 0: any;
|
|
2122
|
-
readonly 50: any;
|
|
2123
|
-
readonly 100: any;
|
|
2124
|
-
readonly 150: any;
|
|
2125
|
-
readonly 200: any;
|
|
2126
|
-
readonly 300: any;
|
|
2127
|
-
readonly 400: any;
|
|
2128
|
-
readonly 500: any;
|
|
2129
|
-
readonly 600: any;
|
|
2130
|
-
readonly 700: any;
|
|
2131
|
-
readonly 800: any;
|
|
2132
|
-
readonly 1200: any;
|
|
2133
|
-
readonly 1600: any;
|
|
2134
|
-
};
|
|
2135
|
-
'space-offset': {
|
|
2136
|
-
readonly 0: any;
|
|
2137
|
-
readonly 50: any;
|
|
2138
|
-
readonly 100: any;
|
|
2139
|
-
readonly 150: any;
|
|
2140
|
-
readonly 200: any;
|
|
2141
|
-
readonly 300: any;
|
|
2142
|
-
readonly 400: any;
|
|
2143
|
-
readonly 600: any;
|
|
2144
|
-
readonly 800: any;
|
|
2145
|
-
readonly 1200: any;
|
|
2146
|
-
readonly 1600: any;
|
|
2147
|
-
readonly 'stacking-0': any;
|
|
2148
|
-
readonly 'stacking-100': any;
|
|
2149
|
-
readonly 'stacking-200': any;
|
|
2150
|
-
readonly 'stacking-300': any;
|
|
2151
|
-
readonly 'stacking-400': any;
|
|
2152
|
-
readonly 'stacking-500': any;
|
|
2153
|
-
readonly 'stacking-800': any;
|
|
2154
|
-
};
|
|
2155
1987
|
'stroke-width': {
|
|
2156
1988
|
readonly thin: "1.5px";
|
|
2157
1989
|
readonly normal: "2px";
|
|
@@ -2192,7 +2024,7 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
2192
2024
|
readonly borderRightColor: "colors";
|
|
2193
2025
|
readonly borderRightStyle: "border-styles";
|
|
2194
2026
|
readonly borderRightWidth: "border-widths";
|
|
2195
|
-
readonly borderSpacing: "space
|
|
2027
|
+
readonly borderSpacing: "space";
|
|
2196
2028
|
readonly borderStyle: "border-styles";
|
|
2197
2029
|
readonly borderTop: "colors";
|
|
2198
2030
|
readonly borderTopColor: "colors";
|
|
@@ -2205,42 +2037,42 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
2205
2037
|
readonly boxShadow: "shadows";
|
|
2206
2038
|
readonly caretColor: "colors";
|
|
2207
2039
|
readonly color: "colors";
|
|
2208
|
-
readonly columnGap: "space
|
|
2040
|
+
readonly columnGap: "space";
|
|
2209
2041
|
readonly columnRuleColor: "colors";
|
|
2210
2042
|
readonly fill: "colors";
|
|
2211
2043
|
readonly flexBasis: "sizes";
|
|
2212
2044
|
readonly fontFamily: "fonts";
|
|
2213
2045
|
readonly fontSize: "font-sizes";
|
|
2214
2046
|
readonly fontWeight: "font-weights";
|
|
2215
|
-
readonly gap: "space
|
|
2216
|
-
readonly gridColumnGap: "space
|
|
2217
|
-
readonly gridGap: "space
|
|
2218
|
-
readonly gridRowGap: "space
|
|
2047
|
+
readonly gap: "space";
|
|
2048
|
+
readonly gridColumnGap: "space";
|
|
2049
|
+
readonly gridGap: "space";
|
|
2050
|
+
readonly gridRowGap: "space";
|
|
2219
2051
|
readonly gridTemplateColumns: "sizes";
|
|
2220
2052
|
readonly gridTemplateRows: "sizes";
|
|
2221
2053
|
readonly height: "sizes";
|
|
2222
2054
|
readonly inlineSize: "sizes";
|
|
2223
|
-
readonly inset: "space
|
|
2224
|
-
readonly insetBlock: "space
|
|
2225
|
-
readonly insetBlockEnd: "space
|
|
2226
|
-
readonly insetBlockStart: "space
|
|
2227
|
-
readonly insetInline: "space
|
|
2228
|
-
readonly insetInlineEnd: "space
|
|
2229
|
-
readonly insetInlineStart: "space
|
|
2055
|
+
readonly inset: "space";
|
|
2056
|
+
readonly insetBlock: "space";
|
|
2057
|
+
readonly insetBlockEnd: "space";
|
|
2058
|
+
readonly insetBlockStart: "space";
|
|
2059
|
+
readonly insetInline: "space";
|
|
2060
|
+
readonly insetInlineEnd: "space";
|
|
2061
|
+
readonly insetInlineStart: "space";
|
|
2230
2062
|
readonly left: "space";
|
|
2231
2063
|
readonly letterSpacing: "letter-spacings";
|
|
2232
2064
|
readonly lineHeight: "line-heights";
|
|
2233
|
-
readonly margin: "space
|
|
2234
|
-
readonly marginBlock: "space
|
|
2235
|
-
readonly marginBlockEnd: "space
|
|
2236
|
-
readonly marginBlockStart: "space
|
|
2237
|
-
readonly marginBottom: "space
|
|
2238
|
-
readonly marginInline: "space
|
|
2239
|
-
readonly marginInlineEnd: "space
|
|
2240
|
-
readonly marginInlineStart: "space
|
|
2241
|
-
readonly marginLeft: "space
|
|
2242
|
-
readonly marginRight: "space
|
|
2243
|
-
readonly marginTop: "space
|
|
2065
|
+
readonly margin: "space";
|
|
2066
|
+
readonly marginBlock: "space";
|
|
2067
|
+
readonly marginBlockEnd: "space";
|
|
2068
|
+
readonly marginBlockStart: "space";
|
|
2069
|
+
readonly marginBottom: "space";
|
|
2070
|
+
readonly marginInline: "space";
|
|
2071
|
+
readonly marginInlineEnd: "space";
|
|
2072
|
+
readonly marginInlineStart: "space";
|
|
2073
|
+
readonly marginLeft: "space";
|
|
2074
|
+
readonly marginRight: "space";
|
|
2075
|
+
readonly marginTop: "space";
|
|
2244
2076
|
readonly maxBlockSize: "sizes";
|
|
2245
2077
|
readonly maxHeight: "sizes";
|
|
2246
2078
|
readonly maxInlineSize: "sizes";
|
|
@@ -2251,41 +2083,41 @@ declare const StyledRadioGroup: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
2251
2083
|
readonly minWidth: "sizes";
|
|
2252
2084
|
readonly outline: "colors";
|
|
2253
2085
|
readonly outlineColor: "colors";
|
|
2254
|
-
readonly padding: "space
|
|
2255
|
-
readonly paddingBlock: "space
|
|
2256
|
-
readonly paddingBlockEnd: "space
|
|
2257
|
-
readonly paddingBlockStart: "space
|
|
2258
|
-
readonly paddingBottom: "space
|
|
2259
|
-
readonly paddingInline: "space
|
|
2260
|
-
readonly paddingInlineEnd: "space
|
|
2261
|
-
readonly paddingInlineStart: "space
|
|
2262
|
-
readonly paddingLeft: "space
|
|
2263
|
-
readonly paddingRight: "space
|
|
2264
|
-
readonly paddingTop: "space
|
|
2086
|
+
readonly padding: "space";
|
|
2087
|
+
readonly paddingBlock: "space";
|
|
2088
|
+
readonly paddingBlockEnd: "space";
|
|
2089
|
+
readonly paddingBlockStart: "space";
|
|
2090
|
+
readonly paddingBottom: "space";
|
|
2091
|
+
readonly paddingInline: "space";
|
|
2092
|
+
readonly paddingInlineEnd: "space";
|
|
2093
|
+
readonly paddingInlineStart: "space";
|
|
2094
|
+
readonly paddingLeft: "space";
|
|
2095
|
+
readonly paddingRight: "space";
|
|
2096
|
+
readonly paddingTop: "space";
|
|
2265
2097
|
readonly right: "space";
|
|
2266
|
-
readonly rowGap: "space
|
|
2267
|
-
readonly scrollMargin: "space
|
|
2268
|
-
readonly scrollMarginBlock: "space
|
|
2269
|
-
readonly scrollMarginBlockEnd: "space
|
|
2270
|
-
readonly scrollMarginBlockStart: "space
|
|
2271
|
-
readonly scrollMarginBottom: "space
|
|
2272
|
-
readonly scrollMarginInline: "space
|
|
2273
|
-
readonly scrollMarginInlineEnd: "space
|
|
2274
|
-
readonly scrollMarginInlineStart: "space
|
|
2275
|
-
readonly scrollMarginLeft: "space
|
|
2276
|
-
readonly scrollMarginRight: "space
|
|
2277
|
-
readonly scrollMarginTop: "space
|
|
2278
|
-
readonly scrollPadding: "space
|
|
2279
|
-
readonly scrollPaddingBlock: "space
|
|
2280
|
-
readonly scrollPaddingBlockEnd: "space
|
|
2281
|
-
readonly scrollPaddingBlockStart: "space
|
|
2282
|
-
readonly scrollPaddingBottom: "space
|
|
2283
|
-
readonly scrollPaddingInline: "space
|
|
2284
|
-
readonly scrollPaddingInlineEnd: "space
|
|
2285
|
-
readonly scrollPaddingInlineStart: "space
|
|
2286
|
-
readonly scrollPaddingLeft: "space
|
|
2287
|
-
readonly scrollPaddingRight: "space
|
|
2288
|
-
readonly scrollPaddingTop: "space
|
|
2098
|
+
readonly rowGap: "space";
|
|
2099
|
+
readonly scrollMargin: "space";
|
|
2100
|
+
readonly scrollMarginBlock: "space";
|
|
2101
|
+
readonly scrollMarginBlockEnd: "space";
|
|
2102
|
+
readonly scrollMarginBlockStart: "space";
|
|
2103
|
+
readonly scrollMarginBottom: "space";
|
|
2104
|
+
readonly scrollMarginInline: "space";
|
|
2105
|
+
readonly scrollMarginInlineEnd: "space";
|
|
2106
|
+
readonly scrollMarginInlineStart: "space";
|
|
2107
|
+
readonly scrollMarginLeft: "space";
|
|
2108
|
+
readonly scrollMarginRight: "space";
|
|
2109
|
+
readonly scrollMarginTop: "space";
|
|
2110
|
+
readonly scrollPadding: "space";
|
|
2111
|
+
readonly scrollPaddingBlock: "space";
|
|
2112
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
2113
|
+
readonly scrollPaddingBlockStart: "space";
|
|
2114
|
+
readonly scrollPaddingBottom: "space";
|
|
2115
|
+
readonly scrollPaddingInline: "space";
|
|
2116
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
2117
|
+
readonly scrollPaddingInlineStart: "space";
|
|
2118
|
+
readonly scrollPaddingLeft: "space";
|
|
2119
|
+
readonly scrollPaddingRight: "space";
|
|
2120
|
+
readonly scrollPaddingTop: "space";
|
|
2289
2121
|
readonly stroke: "colors";
|
|
2290
2122
|
readonly strokeWidth: "stroke-width";
|
|
2291
2123
|
readonly textDecorationColor: "colors";
|
|
@@ -2614,17 +2446,17 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
2614
2446
|
readonly body: "Open Sans, sans-serif";
|
|
2615
2447
|
};
|
|
2616
2448
|
radii: {
|
|
2449
|
+
readonly 0: "0px";
|
|
2617
2450
|
readonly 25: "2px";
|
|
2618
2451
|
readonly 50: "4px";
|
|
2619
2452
|
readonly 75: "6px";
|
|
2620
2453
|
readonly 100: "8px";
|
|
2621
2454
|
readonly 200: "16px";
|
|
2622
|
-
readonly
|
|
2623
|
-
readonly none: "0px";
|
|
2455
|
+
readonly round: "999px";
|
|
2624
2456
|
};
|
|
2625
2457
|
shadows: {
|
|
2626
|
-
50: any;
|
|
2627
2458
|
100: any;
|
|
2459
|
+
50: any;
|
|
2628
2460
|
"focus-small": any;
|
|
2629
2461
|
"focus-small-outline": any;
|
|
2630
2462
|
"focus-large": any;
|
|
@@ -2654,48 +2486,6 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
2654
2486
|
readonly 1200: "96px";
|
|
2655
2487
|
readonly 1600: "128px";
|
|
2656
2488
|
};
|
|
2657
|
-
'space-gap': {
|
|
2658
|
-
readonly 0: any;
|
|
2659
|
-
readonly 50: any;
|
|
2660
|
-
readonly 100: any;
|
|
2661
|
-
readonly 200: any;
|
|
2662
|
-
readonly 300: any;
|
|
2663
|
-
};
|
|
2664
|
-
'space-inset': {
|
|
2665
|
-
readonly 0: any;
|
|
2666
|
-
readonly 50: any;
|
|
2667
|
-
readonly 100: any;
|
|
2668
|
-
readonly 150: any;
|
|
2669
|
-
readonly 200: any;
|
|
2670
|
-
readonly 300: any;
|
|
2671
|
-
readonly 400: any;
|
|
2672
|
-
readonly 500: any;
|
|
2673
|
-
readonly 600: any;
|
|
2674
|
-
readonly 700: any;
|
|
2675
|
-
readonly 800: any;
|
|
2676
|
-
readonly 1200: any;
|
|
2677
|
-
readonly 1600: any;
|
|
2678
|
-
};
|
|
2679
|
-
'space-offset': {
|
|
2680
|
-
readonly 0: any;
|
|
2681
|
-
readonly 50: any;
|
|
2682
|
-
readonly 100: any;
|
|
2683
|
-
readonly 150: any;
|
|
2684
|
-
readonly 200: any;
|
|
2685
|
-
readonly 300: any;
|
|
2686
|
-
readonly 400: any;
|
|
2687
|
-
readonly 600: any;
|
|
2688
|
-
readonly 800: any;
|
|
2689
|
-
readonly 1200: any;
|
|
2690
|
-
readonly 1600: any;
|
|
2691
|
-
readonly 'stacking-0': any;
|
|
2692
|
-
readonly 'stacking-100': any;
|
|
2693
|
-
readonly 'stacking-200': any;
|
|
2694
|
-
readonly 'stacking-300': any;
|
|
2695
|
-
readonly 'stacking-400': any;
|
|
2696
|
-
readonly 'stacking-500': any;
|
|
2697
|
-
readonly 'stacking-800': any;
|
|
2698
|
-
};
|
|
2699
2489
|
'stroke-width': {
|
|
2700
2490
|
readonly thin: "1.5px";
|
|
2701
2491
|
readonly normal: "2px";
|
|
@@ -2736,7 +2526,7 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
2736
2526
|
readonly borderRightColor: "colors";
|
|
2737
2527
|
readonly borderRightStyle: "border-styles";
|
|
2738
2528
|
readonly borderRightWidth: "border-widths";
|
|
2739
|
-
readonly borderSpacing: "space
|
|
2529
|
+
readonly borderSpacing: "space";
|
|
2740
2530
|
readonly borderStyle: "border-styles";
|
|
2741
2531
|
readonly borderTop: "colors";
|
|
2742
2532
|
readonly borderTopColor: "colors";
|
|
@@ -2749,42 +2539,42 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
2749
2539
|
readonly boxShadow: "shadows";
|
|
2750
2540
|
readonly caretColor: "colors";
|
|
2751
2541
|
readonly color: "colors";
|
|
2752
|
-
readonly columnGap: "space
|
|
2542
|
+
readonly columnGap: "space";
|
|
2753
2543
|
readonly columnRuleColor: "colors";
|
|
2754
2544
|
readonly fill: "colors";
|
|
2755
2545
|
readonly flexBasis: "sizes";
|
|
2756
2546
|
readonly fontFamily: "fonts";
|
|
2757
2547
|
readonly fontSize: "font-sizes";
|
|
2758
2548
|
readonly fontWeight: "font-weights";
|
|
2759
|
-
readonly gap: "space
|
|
2760
|
-
readonly gridColumnGap: "space
|
|
2761
|
-
readonly gridGap: "space
|
|
2762
|
-
readonly gridRowGap: "space
|
|
2549
|
+
readonly gap: "space";
|
|
2550
|
+
readonly gridColumnGap: "space";
|
|
2551
|
+
readonly gridGap: "space";
|
|
2552
|
+
readonly gridRowGap: "space";
|
|
2763
2553
|
readonly gridTemplateColumns: "sizes";
|
|
2764
2554
|
readonly gridTemplateRows: "sizes";
|
|
2765
2555
|
readonly height: "sizes";
|
|
2766
2556
|
readonly inlineSize: "sizes";
|
|
2767
|
-
readonly inset: "space
|
|
2768
|
-
readonly insetBlock: "space
|
|
2769
|
-
readonly insetBlockEnd: "space
|
|
2770
|
-
readonly insetBlockStart: "space
|
|
2771
|
-
readonly insetInline: "space
|
|
2772
|
-
readonly insetInlineEnd: "space
|
|
2773
|
-
readonly insetInlineStart: "space
|
|
2557
|
+
readonly inset: "space";
|
|
2558
|
+
readonly insetBlock: "space";
|
|
2559
|
+
readonly insetBlockEnd: "space";
|
|
2560
|
+
readonly insetBlockStart: "space";
|
|
2561
|
+
readonly insetInline: "space";
|
|
2562
|
+
readonly insetInlineEnd: "space";
|
|
2563
|
+
readonly insetInlineStart: "space";
|
|
2774
2564
|
readonly left: "space";
|
|
2775
2565
|
readonly letterSpacing: "letter-spacings";
|
|
2776
2566
|
readonly lineHeight: "line-heights";
|
|
2777
|
-
readonly margin: "space
|
|
2778
|
-
readonly marginBlock: "space
|
|
2779
|
-
readonly marginBlockEnd: "space
|
|
2780
|
-
readonly marginBlockStart: "space
|
|
2781
|
-
readonly marginBottom: "space
|
|
2782
|
-
readonly marginInline: "space
|
|
2783
|
-
readonly marginInlineEnd: "space
|
|
2784
|
-
readonly marginInlineStart: "space
|
|
2785
|
-
readonly marginLeft: "space
|
|
2786
|
-
readonly marginRight: "space
|
|
2787
|
-
readonly marginTop: "space
|
|
2567
|
+
readonly margin: "space";
|
|
2568
|
+
readonly marginBlock: "space";
|
|
2569
|
+
readonly marginBlockEnd: "space";
|
|
2570
|
+
readonly marginBlockStart: "space";
|
|
2571
|
+
readonly marginBottom: "space";
|
|
2572
|
+
readonly marginInline: "space";
|
|
2573
|
+
readonly marginInlineEnd: "space";
|
|
2574
|
+
readonly marginInlineStart: "space";
|
|
2575
|
+
readonly marginLeft: "space";
|
|
2576
|
+
readonly marginRight: "space";
|
|
2577
|
+
readonly marginTop: "space";
|
|
2788
2578
|
readonly maxBlockSize: "sizes";
|
|
2789
2579
|
readonly maxHeight: "sizes";
|
|
2790
2580
|
readonly maxInlineSize: "sizes";
|
|
@@ -2795,41 +2585,41 @@ declare const StyledRadioItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
2795
2585
|
readonly minWidth: "sizes";
|
|
2796
2586
|
readonly outline: "colors";
|
|
2797
2587
|
readonly outlineColor: "colors";
|
|
2798
|
-
readonly padding: "space
|
|
2799
|
-
readonly paddingBlock: "space
|
|
2800
|
-
readonly paddingBlockEnd: "space
|
|
2801
|
-
readonly paddingBlockStart: "space
|
|
2802
|
-
readonly paddingBottom: "space
|
|
2803
|
-
readonly paddingInline: "space
|
|
2804
|
-
readonly paddingInlineEnd: "space
|
|
2805
|
-
readonly paddingInlineStart: "space
|
|
2806
|
-
readonly paddingLeft: "space
|
|
2807
|
-
readonly paddingRight: "space
|
|
2808
|
-
readonly paddingTop: "space
|
|
2588
|
+
readonly padding: "space";
|
|
2589
|
+
readonly paddingBlock: "space";
|
|
2590
|
+
readonly paddingBlockEnd: "space";
|
|
2591
|
+
readonly paddingBlockStart: "space";
|
|
2592
|
+
readonly paddingBottom: "space";
|
|
2593
|
+
readonly paddingInline: "space";
|
|
2594
|
+
readonly paddingInlineEnd: "space";
|
|
2595
|
+
readonly paddingInlineStart: "space";
|
|
2596
|
+
readonly paddingLeft: "space";
|
|
2597
|
+
readonly paddingRight: "space";
|
|
2598
|
+
readonly paddingTop: "space";
|
|
2809
2599
|
readonly right: "space";
|
|
2810
|
-
readonly rowGap: "space
|
|
2811
|
-
readonly scrollMargin: "space
|
|
2812
|
-
readonly scrollMarginBlock: "space
|
|
2813
|
-
readonly scrollMarginBlockEnd: "space
|
|
2814
|
-
readonly scrollMarginBlockStart: "space
|
|
2815
|
-
readonly scrollMarginBottom: "space
|
|
2816
|
-
readonly scrollMarginInline: "space
|
|
2817
|
-
readonly scrollMarginInlineEnd: "space
|
|
2818
|
-
readonly scrollMarginInlineStart: "space
|
|
2819
|
-
readonly scrollMarginLeft: "space
|
|
2820
|
-
readonly scrollMarginRight: "space
|
|
2821
|
-
readonly scrollMarginTop: "space
|
|
2822
|
-
readonly scrollPadding: "space
|
|
2823
|
-
readonly scrollPaddingBlock: "space
|
|
2824
|
-
readonly scrollPaddingBlockEnd: "space
|
|
2825
|
-
readonly scrollPaddingBlockStart: "space
|
|
2826
|
-
readonly scrollPaddingBottom: "space
|
|
2827
|
-
readonly scrollPaddingInline: "space
|
|
2828
|
-
readonly scrollPaddingInlineEnd: "space
|
|
2829
|
-
readonly scrollPaddingInlineStart: "space
|
|
2830
|
-
readonly scrollPaddingLeft: "space
|
|
2831
|
-
readonly scrollPaddingRight: "space
|
|
2832
|
-
readonly scrollPaddingTop: "space
|
|
2600
|
+
readonly rowGap: "space";
|
|
2601
|
+
readonly scrollMargin: "space";
|
|
2602
|
+
readonly scrollMarginBlock: "space";
|
|
2603
|
+
readonly scrollMarginBlockEnd: "space";
|
|
2604
|
+
readonly scrollMarginBlockStart: "space";
|
|
2605
|
+
readonly scrollMarginBottom: "space";
|
|
2606
|
+
readonly scrollMarginInline: "space";
|
|
2607
|
+
readonly scrollMarginInlineEnd: "space";
|
|
2608
|
+
readonly scrollMarginInlineStart: "space";
|
|
2609
|
+
readonly scrollMarginLeft: "space";
|
|
2610
|
+
readonly scrollMarginRight: "space";
|
|
2611
|
+
readonly scrollMarginTop: "space";
|
|
2612
|
+
readonly scrollPadding: "space";
|
|
2613
|
+
readonly scrollPaddingBlock: "space";
|
|
2614
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
2615
|
+
readonly scrollPaddingBlockStart: "space";
|
|
2616
|
+
readonly scrollPaddingBottom: "space";
|
|
2617
|
+
readonly scrollPaddingInline: "space";
|
|
2618
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
2619
|
+
readonly scrollPaddingInlineStart: "space";
|
|
2620
|
+
readonly scrollPaddingLeft: "space";
|
|
2621
|
+
readonly scrollPaddingRight: "space";
|
|
2622
|
+
readonly scrollPaddingTop: "space";
|
|
2833
2623
|
readonly stroke: "colors";
|
|
2834
2624
|
readonly strokeWidth: "stroke-width";
|
|
2835
2625
|
readonly textDecorationColor: "colors";
|
|
@@ -3175,17 +2965,17 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
3175
2965
|
readonly body: "Open Sans, sans-serif";
|
|
3176
2966
|
};
|
|
3177
2967
|
radii: {
|
|
2968
|
+
readonly 0: "0px";
|
|
3178
2969
|
readonly 25: "2px";
|
|
3179
2970
|
readonly 50: "4px";
|
|
3180
2971
|
readonly 75: "6px";
|
|
3181
2972
|
readonly 100: "8px";
|
|
3182
2973
|
readonly 200: "16px";
|
|
3183
|
-
readonly
|
|
3184
|
-
readonly none: "0px";
|
|
2974
|
+
readonly round: "999px";
|
|
3185
2975
|
};
|
|
3186
2976
|
shadows: {
|
|
3187
|
-
50: any;
|
|
3188
2977
|
100: any;
|
|
2978
|
+
50: any;
|
|
3189
2979
|
"focus-small": any;
|
|
3190
2980
|
"focus-small-outline": any;
|
|
3191
2981
|
"focus-large": any;
|
|
@@ -3215,48 +3005,6 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
3215
3005
|
readonly 1200: "96px";
|
|
3216
3006
|
readonly 1600: "128px";
|
|
3217
3007
|
};
|
|
3218
|
-
'space-gap': {
|
|
3219
|
-
readonly 0: any;
|
|
3220
|
-
readonly 50: any;
|
|
3221
|
-
readonly 100: any;
|
|
3222
|
-
readonly 200: any;
|
|
3223
|
-
readonly 300: any;
|
|
3224
|
-
};
|
|
3225
|
-
'space-inset': {
|
|
3226
|
-
readonly 0: any;
|
|
3227
|
-
readonly 50: any;
|
|
3228
|
-
readonly 100: any;
|
|
3229
|
-
readonly 150: any;
|
|
3230
|
-
readonly 200: any;
|
|
3231
|
-
readonly 300: any;
|
|
3232
|
-
readonly 400: any;
|
|
3233
|
-
readonly 500: any;
|
|
3234
|
-
readonly 600: any;
|
|
3235
|
-
readonly 700: any;
|
|
3236
|
-
readonly 800: any;
|
|
3237
|
-
readonly 1200: any;
|
|
3238
|
-
readonly 1600: any;
|
|
3239
|
-
};
|
|
3240
|
-
'space-offset': {
|
|
3241
|
-
readonly 0: any;
|
|
3242
|
-
readonly 50: any;
|
|
3243
|
-
readonly 100: any;
|
|
3244
|
-
readonly 150: any;
|
|
3245
|
-
readonly 200: any;
|
|
3246
|
-
readonly 300: any;
|
|
3247
|
-
readonly 400: any;
|
|
3248
|
-
readonly 600: any;
|
|
3249
|
-
readonly 800: any;
|
|
3250
|
-
readonly 1200: any;
|
|
3251
|
-
readonly 1600: any;
|
|
3252
|
-
readonly 'stacking-0': any;
|
|
3253
|
-
readonly 'stacking-100': any;
|
|
3254
|
-
readonly 'stacking-200': any;
|
|
3255
|
-
readonly 'stacking-300': any;
|
|
3256
|
-
readonly 'stacking-400': any;
|
|
3257
|
-
readonly 'stacking-500': any;
|
|
3258
|
-
readonly 'stacking-800': any;
|
|
3259
|
-
};
|
|
3260
3008
|
'stroke-width': {
|
|
3261
3009
|
readonly thin: "1.5px";
|
|
3262
3010
|
readonly normal: "2px";
|
|
@@ -3297,7 +3045,7 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
3297
3045
|
readonly borderRightColor: "colors";
|
|
3298
3046
|
readonly borderRightStyle: "border-styles";
|
|
3299
3047
|
readonly borderRightWidth: "border-widths";
|
|
3300
|
-
readonly borderSpacing: "space
|
|
3048
|
+
readonly borderSpacing: "space";
|
|
3301
3049
|
readonly borderStyle: "border-styles";
|
|
3302
3050
|
readonly borderTop: "colors";
|
|
3303
3051
|
readonly borderTopColor: "colors";
|
|
@@ -3310,42 +3058,42 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
3310
3058
|
readonly boxShadow: "shadows";
|
|
3311
3059
|
readonly caretColor: "colors";
|
|
3312
3060
|
readonly color: "colors";
|
|
3313
|
-
readonly columnGap: "space
|
|
3061
|
+
readonly columnGap: "space";
|
|
3314
3062
|
readonly columnRuleColor: "colors";
|
|
3315
3063
|
readonly fill: "colors";
|
|
3316
3064
|
readonly flexBasis: "sizes";
|
|
3317
3065
|
readonly fontFamily: "fonts";
|
|
3318
3066
|
readonly fontSize: "font-sizes";
|
|
3319
3067
|
readonly fontWeight: "font-weights";
|
|
3320
|
-
readonly gap: "space
|
|
3321
|
-
readonly gridColumnGap: "space
|
|
3322
|
-
readonly gridGap: "space
|
|
3323
|
-
readonly gridRowGap: "space
|
|
3068
|
+
readonly gap: "space";
|
|
3069
|
+
readonly gridColumnGap: "space";
|
|
3070
|
+
readonly gridGap: "space";
|
|
3071
|
+
readonly gridRowGap: "space";
|
|
3324
3072
|
readonly gridTemplateColumns: "sizes";
|
|
3325
3073
|
readonly gridTemplateRows: "sizes";
|
|
3326
3074
|
readonly height: "sizes";
|
|
3327
3075
|
readonly inlineSize: "sizes";
|
|
3328
|
-
readonly inset: "space
|
|
3329
|
-
readonly insetBlock: "space
|
|
3330
|
-
readonly insetBlockEnd: "space
|
|
3331
|
-
readonly insetBlockStart: "space
|
|
3332
|
-
readonly insetInline: "space
|
|
3333
|
-
readonly insetInlineEnd: "space
|
|
3334
|
-
readonly insetInlineStart: "space
|
|
3076
|
+
readonly inset: "space";
|
|
3077
|
+
readonly insetBlock: "space";
|
|
3078
|
+
readonly insetBlockEnd: "space";
|
|
3079
|
+
readonly insetBlockStart: "space";
|
|
3080
|
+
readonly insetInline: "space";
|
|
3081
|
+
readonly insetInlineEnd: "space";
|
|
3082
|
+
readonly insetInlineStart: "space";
|
|
3335
3083
|
readonly left: "space";
|
|
3336
3084
|
readonly letterSpacing: "letter-spacings";
|
|
3337
3085
|
readonly lineHeight: "line-heights";
|
|
3338
|
-
readonly margin: "space
|
|
3339
|
-
readonly marginBlock: "space
|
|
3340
|
-
readonly marginBlockEnd: "space
|
|
3341
|
-
readonly marginBlockStart: "space
|
|
3342
|
-
readonly marginBottom: "space
|
|
3343
|
-
readonly marginInline: "space
|
|
3344
|
-
readonly marginInlineEnd: "space
|
|
3345
|
-
readonly marginInlineStart: "space
|
|
3346
|
-
readonly marginLeft: "space
|
|
3347
|
-
readonly marginRight: "space
|
|
3348
|
-
readonly marginTop: "space
|
|
3086
|
+
readonly margin: "space";
|
|
3087
|
+
readonly marginBlock: "space";
|
|
3088
|
+
readonly marginBlockEnd: "space";
|
|
3089
|
+
readonly marginBlockStart: "space";
|
|
3090
|
+
readonly marginBottom: "space";
|
|
3091
|
+
readonly marginInline: "space";
|
|
3092
|
+
readonly marginInlineEnd: "space";
|
|
3093
|
+
readonly marginInlineStart: "space";
|
|
3094
|
+
readonly marginLeft: "space";
|
|
3095
|
+
readonly marginRight: "space";
|
|
3096
|
+
readonly marginTop: "space";
|
|
3349
3097
|
readonly maxBlockSize: "sizes";
|
|
3350
3098
|
readonly maxHeight: "sizes";
|
|
3351
3099
|
readonly maxInlineSize: "sizes";
|
|
@@ -3356,41 +3104,41 @@ declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
3356
3104
|
readonly minWidth: "sizes";
|
|
3357
3105
|
readonly outline: "colors";
|
|
3358
3106
|
readonly outlineColor: "colors";
|
|
3359
|
-
readonly padding: "space
|
|
3360
|
-
readonly paddingBlock: "space
|
|
3361
|
-
readonly paddingBlockEnd: "space
|
|
3362
|
-
readonly paddingBlockStart: "space
|
|
3363
|
-
readonly paddingBottom: "space
|
|
3364
|
-
readonly paddingInline: "space
|
|
3365
|
-
readonly paddingInlineEnd: "space
|
|
3366
|
-
readonly paddingInlineStart: "space
|
|
3367
|
-
readonly paddingLeft: "space
|
|
3368
|
-
readonly paddingRight: "space
|
|
3369
|
-
readonly paddingTop: "space
|
|
3107
|
+
readonly padding: "space";
|
|
3108
|
+
readonly paddingBlock: "space";
|
|
3109
|
+
readonly paddingBlockEnd: "space";
|
|
3110
|
+
readonly paddingBlockStart: "space";
|
|
3111
|
+
readonly paddingBottom: "space";
|
|
3112
|
+
readonly paddingInline: "space";
|
|
3113
|
+
readonly paddingInlineEnd: "space";
|
|
3114
|
+
readonly paddingInlineStart: "space";
|
|
3115
|
+
readonly paddingLeft: "space";
|
|
3116
|
+
readonly paddingRight: "space";
|
|
3117
|
+
readonly paddingTop: "space";
|
|
3370
3118
|
readonly right: "space";
|
|
3371
|
-
readonly rowGap: "space
|
|
3372
|
-
readonly scrollMargin: "space
|
|
3373
|
-
readonly scrollMarginBlock: "space
|
|
3374
|
-
readonly scrollMarginBlockEnd: "space
|
|
3375
|
-
readonly scrollMarginBlockStart: "space
|
|
3376
|
-
readonly scrollMarginBottom: "space
|
|
3377
|
-
readonly scrollMarginInline: "space
|
|
3378
|
-
readonly scrollMarginInlineEnd: "space
|
|
3379
|
-
readonly scrollMarginInlineStart: "space
|
|
3380
|
-
readonly scrollMarginLeft: "space
|
|
3381
|
-
readonly scrollMarginRight: "space
|
|
3382
|
-
readonly scrollMarginTop: "space
|
|
3383
|
-
readonly scrollPadding: "space
|
|
3384
|
-
readonly scrollPaddingBlock: "space
|
|
3385
|
-
readonly scrollPaddingBlockEnd: "space
|
|
3386
|
-
readonly scrollPaddingBlockStart: "space
|
|
3387
|
-
readonly scrollPaddingBottom: "space
|
|
3388
|
-
readonly scrollPaddingInline: "space
|
|
3389
|
-
readonly scrollPaddingInlineEnd: "space
|
|
3390
|
-
readonly scrollPaddingInlineStart: "space
|
|
3391
|
-
readonly scrollPaddingLeft: "space
|
|
3392
|
-
readonly scrollPaddingRight: "space
|
|
3393
|
-
readonly scrollPaddingTop: "space
|
|
3119
|
+
readonly rowGap: "space";
|
|
3120
|
+
readonly scrollMargin: "space";
|
|
3121
|
+
readonly scrollMarginBlock: "space";
|
|
3122
|
+
readonly scrollMarginBlockEnd: "space";
|
|
3123
|
+
readonly scrollMarginBlockStart: "space";
|
|
3124
|
+
readonly scrollMarginBottom: "space";
|
|
3125
|
+
readonly scrollMarginInline: "space";
|
|
3126
|
+
readonly scrollMarginInlineEnd: "space";
|
|
3127
|
+
readonly scrollMarginInlineStart: "space";
|
|
3128
|
+
readonly scrollMarginLeft: "space";
|
|
3129
|
+
readonly scrollMarginRight: "space";
|
|
3130
|
+
readonly scrollMarginTop: "space";
|
|
3131
|
+
readonly scrollPadding: "space";
|
|
3132
|
+
readonly scrollPaddingBlock: "space";
|
|
3133
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
3134
|
+
readonly scrollPaddingBlockStart: "space";
|
|
3135
|
+
readonly scrollPaddingBottom: "space";
|
|
3136
|
+
readonly scrollPaddingInline: "space";
|
|
3137
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
3138
|
+
readonly scrollPaddingInlineStart: "space";
|
|
3139
|
+
readonly scrollPaddingLeft: "space";
|
|
3140
|
+
readonly scrollPaddingRight: "space";
|
|
3141
|
+
readonly scrollPaddingTop: "space";
|
|
3394
3142
|
readonly stroke: "colors";
|
|
3395
3143
|
readonly strokeWidth: "stroke-width";
|
|
3396
3144
|
readonly textDecorationColor: "colors";
|
|
@@ -3711,17 +3459,17 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
3711
3459
|
readonly body: "Open Sans, sans-serif";
|
|
3712
3460
|
};
|
|
3713
3461
|
radii: {
|
|
3462
|
+
readonly 0: "0px";
|
|
3714
3463
|
readonly 25: "2px";
|
|
3715
3464
|
readonly 50: "4px";
|
|
3716
3465
|
readonly 75: "6px";
|
|
3717
3466
|
readonly 100: "8px";
|
|
3718
3467
|
readonly 200: "16px";
|
|
3719
|
-
readonly
|
|
3720
|
-
readonly none: "0px";
|
|
3468
|
+
readonly round: "999px";
|
|
3721
3469
|
};
|
|
3722
3470
|
shadows: {
|
|
3723
|
-
50: any;
|
|
3724
3471
|
100: any;
|
|
3472
|
+
50: any;
|
|
3725
3473
|
"focus-small": any;
|
|
3726
3474
|
"focus-small-outline": any;
|
|
3727
3475
|
"focus-large": any;
|
|
@@ -3751,48 +3499,6 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
3751
3499
|
readonly 1200: "96px";
|
|
3752
3500
|
readonly 1600: "128px";
|
|
3753
3501
|
};
|
|
3754
|
-
'space-gap': {
|
|
3755
|
-
readonly 0: any;
|
|
3756
|
-
readonly 50: any;
|
|
3757
|
-
readonly 100: any;
|
|
3758
|
-
readonly 200: any;
|
|
3759
|
-
readonly 300: any;
|
|
3760
|
-
};
|
|
3761
|
-
'space-inset': {
|
|
3762
|
-
readonly 0: any;
|
|
3763
|
-
readonly 50: any;
|
|
3764
|
-
readonly 100: any;
|
|
3765
|
-
readonly 150: any;
|
|
3766
|
-
readonly 200: any;
|
|
3767
|
-
readonly 300: any;
|
|
3768
|
-
readonly 400: any;
|
|
3769
|
-
readonly 500: any;
|
|
3770
|
-
readonly 600: any;
|
|
3771
|
-
readonly 700: any;
|
|
3772
|
-
readonly 800: any;
|
|
3773
|
-
readonly 1200: any;
|
|
3774
|
-
readonly 1600: any;
|
|
3775
|
-
};
|
|
3776
|
-
'space-offset': {
|
|
3777
|
-
readonly 0: any;
|
|
3778
|
-
readonly 50: any;
|
|
3779
|
-
readonly 100: any;
|
|
3780
|
-
readonly 150: any;
|
|
3781
|
-
readonly 200: any;
|
|
3782
|
-
readonly 300: any;
|
|
3783
|
-
readonly 400: any;
|
|
3784
|
-
readonly 600: any;
|
|
3785
|
-
readonly 800: any;
|
|
3786
|
-
readonly 1200: any;
|
|
3787
|
-
readonly 1600: any;
|
|
3788
|
-
readonly 'stacking-0': any;
|
|
3789
|
-
readonly 'stacking-100': any;
|
|
3790
|
-
readonly 'stacking-200': any;
|
|
3791
|
-
readonly 'stacking-300': any;
|
|
3792
|
-
readonly 'stacking-400': any;
|
|
3793
|
-
readonly 'stacking-500': any;
|
|
3794
|
-
readonly 'stacking-800': any;
|
|
3795
|
-
};
|
|
3796
3502
|
'stroke-width': {
|
|
3797
3503
|
readonly thin: "1.5px";
|
|
3798
3504
|
readonly normal: "2px";
|
|
@@ -3833,7 +3539,7 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
3833
3539
|
readonly borderRightColor: "colors";
|
|
3834
3540
|
readonly borderRightStyle: "border-styles";
|
|
3835
3541
|
readonly borderRightWidth: "border-widths";
|
|
3836
|
-
readonly borderSpacing: "space
|
|
3542
|
+
readonly borderSpacing: "space";
|
|
3837
3543
|
readonly borderStyle: "border-styles";
|
|
3838
3544
|
readonly borderTop: "colors";
|
|
3839
3545
|
readonly borderTopColor: "colors";
|
|
@@ -3846,42 +3552,42 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
3846
3552
|
readonly boxShadow: "shadows";
|
|
3847
3553
|
readonly caretColor: "colors";
|
|
3848
3554
|
readonly color: "colors";
|
|
3849
|
-
readonly columnGap: "space
|
|
3555
|
+
readonly columnGap: "space";
|
|
3850
3556
|
readonly columnRuleColor: "colors";
|
|
3851
3557
|
readonly fill: "colors";
|
|
3852
3558
|
readonly flexBasis: "sizes";
|
|
3853
3559
|
readonly fontFamily: "fonts";
|
|
3854
3560
|
readonly fontSize: "font-sizes";
|
|
3855
3561
|
readonly fontWeight: "font-weights";
|
|
3856
|
-
readonly gap: "space
|
|
3857
|
-
readonly gridColumnGap: "space
|
|
3858
|
-
readonly gridGap: "space
|
|
3859
|
-
readonly gridRowGap: "space
|
|
3562
|
+
readonly gap: "space";
|
|
3563
|
+
readonly gridColumnGap: "space";
|
|
3564
|
+
readonly gridGap: "space";
|
|
3565
|
+
readonly gridRowGap: "space";
|
|
3860
3566
|
readonly gridTemplateColumns: "sizes";
|
|
3861
3567
|
readonly gridTemplateRows: "sizes";
|
|
3862
3568
|
readonly height: "sizes";
|
|
3863
3569
|
readonly inlineSize: "sizes";
|
|
3864
|
-
readonly inset: "space
|
|
3865
|
-
readonly insetBlock: "space
|
|
3866
|
-
readonly insetBlockEnd: "space
|
|
3867
|
-
readonly insetBlockStart: "space
|
|
3868
|
-
readonly insetInline: "space
|
|
3869
|
-
readonly insetInlineEnd: "space
|
|
3870
|
-
readonly insetInlineStart: "space
|
|
3570
|
+
readonly inset: "space";
|
|
3571
|
+
readonly insetBlock: "space";
|
|
3572
|
+
readonly insetBlockEnd: "space";
|
|
3573
|
+
readonly insetBlockStart: "space";
|
|
3574
|
+
readonly insetInline: "space";
|
|
3575
|
+
readonly insetInlineEnd: "space";
|
|
3576
|
+
readonly insetInlineStart: "space";
|
|
3871
3577
|
readonly left: "space";
|
|
3872
3578
|
readonly letterSpacing: "letter-spacings";
|
|
3873
3579
|
readonly lineHeight: "line-heights";
|
|
3874
|
-
readonly margin: "space
|
|
3875
|
-
readonly marginBlock: "space
|
|
3876
|
-
readonly marginBlockEnd: "space
|
|
3877
|
-
readonly marginBlockStart: "space
|
|
3878
|
-
readonly marginBottom: "space
|
|
3879
|
-
readonly marginInline: "space
|
|
3880
|
-
readonly marginInlineEnd: "space
|
|
3881
|
-
readonly marginInlineStart: "space
|
|
3882
|
-
readonly marginLeft: "space
|
|
3883
|
-
readonly marginRight: "space
|
|
3884
|
-
readonly marginTop: "space
|
|
3580
|
+
readonly margin: "space";
|
|
3581
|
+
readonly marginBlock: "space";
|
|
3582
|
+
readonly marginBlockEnd: "space";
|
|
3583
|
+
readonly marginBlockStart: "space";
|
|
3584
|
+
readonly marginBottom: "space";
|
|
3585
|
+
readonly marginInline: "space";
|
|
3586
|
+
readonly marginInlineEnd: "space";
|
|
3587
|
+
readonly marginInlineStart: "space";
|
|
3588
|
+
readonly marginLeft: "space";
|
|
3589
|
+
readonly marginRight: "space";
|
|
3590
|
+
readonly marginTop: "space";
|
|
3885
3591
|
readonly maxBlockSize: "sizes";
|
|
3886
3592
|
readonly maxHeight: "sizes";
|
|
3887
3593
|
readonly maxInlineSize: "sizes";
|
|
@@ -3892,41 +3598,41 @@ declare const StyledSwitchItem: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
3892
3598
|
readonly minWidth: "sizes";
|
|
3893
3599
|
readonly outline: "colors";
|
|
3894
3600
|
readonly outlineColor: "colors";
|
|
3895
|
-
readonly padding: "space
|
|
3896
|
-
readonly paddingBlock: "space
|
|
3897
|
-
readonly paddingBlockEnd: "space
|
|
3898
|
-
readonly paddingBlockStart: "space
|
|
3899
|
-
readonly paddingBottom: "space
|
|
3900
|
-
readonly paddingInline: "space
|
|
3901
|
-
readonly paddingInlineEnd: "space
|
|
3902
|
-
readonly paddingInlineStart: "space
|
|
3903
|
-
readonly paddingLeft: "space
|
|
3904
|
-
readonly paddingRight: "space
|
|
3905
|
-
readonly paddingTop: "space
|
|
3601
|
+
readonly padding: "space";
|
|
3602
|
+
readonly paddingBlock: "space";
|
|
3603
|
+
readonly paddingBlockEnd: "space";
|
|
3604
|
+
readonly paddingBlockStart: "space";
|
|
3605
|
+
readonly paddingBottom: "space";
|
|
3606
|
+
readonly paddingInline: "space";
|
|
3607
|
+
readonly paddingInlineEnd: "space";
|
|
3608
|
+
readonly paddingInlineStart: "space";
|
|
3609
|
+
readonly paddingLeft: "space";
|
|
3610
|
+
readonly paddingRight: "space";
|
|
3611
|
+
readonly paddingTop: "space";
|
|
3906
3612
|
readonly right: "space";
|
|
3907
|
-
readonly rowGap: "space
|
|
3908
|
-
readonly scrollMargin: "space
|
|
3909
|
-
readonly scrollMarginBlock: "space
|
|
3910
|
-
readonly scrollMarginBlockEnd: "space
|
|
3911
|
-
readonly scrollMarginBlockStart: "space
|
|
3912
|
-
readonly scrollMarginBottom: "space
|
|
3913
|
-
readonly scrollMarginInline: "space
|
|
3914
|
-
readonly scrollMarginInlineEnd: "space
|
|
3915
|
-
readonly scrollMarginInlineStart: "space
|
|
3916
|
-
readonly scrollMarginLeft: "space
|
|
3917
|
-
readonly scrollMarginRight: "space
|
|
3918
|
-
readonly scrollMarginTop: "space
|
|
3919
|
-
readonly scrollPadding: "space
|
|
3920
|
-
readonly scrollPaddingBlock: "space
|
|
3921
|
-
readonly scrollPaddingBlockEnd: "space
|
|
3922
|
-
readonly scrollPaddingBlockStart: "space
|
|
3923
|
-
readonly scrollPaddingBottom: "space
|
|
3924
|
-
readonly scrollPaddingInline: "space
|
|
3925
|
-
readonly scrollPaddingInlineEnd: "space
|
|
3926
|
-
readonly scrollPaddingInlineStart: "space
|
|
3927
|
-
readonly scrollPaddingLeft: "space
|
|
3928
|
-
readonly scrollPaddingRight: "space
|
|
3929
|
-
readonly scrollPaddingTop: "space
|
|
3613
|
+
readonly rowGap: "space";
|
|
3614
|
+
readonly scrollMargin: "space";
|
|
3615
|
+
readonly scrollMarginBlock: "space";
|
|
3616
|
+
readonly scrollMarginBlockEnd: "space";
|
|
3617
|
+
readonly scrollMarginBlockStart: "space";
|
|
3618
|
+
readonly scrollMarginBottom: "space";
|
|
3619
|
+
readonly scrollMarginInline: "space";
|
|
3620
|
+
readonly scrollMarginInlineEnd: "space";
|
|
3621
|
+
readonly scrollMarginInlineStart: "space";
|
|
3622
|
+
readonly scrollMarginLeft: "space";
|
|
3623
|
+
readonly scrollMarginRight: "space";
|
|
3624
|
+
readonly scrollMarginTop: "space";
|
|
3625
|
+
readonly scrollPadding: "space";
|
|
3626
|
+
readonly scrollPaddingBlock: "space";
|
|
3627
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
3628
|
+
readonly scrollPaddingBlockStart: "space";
|
|
3629
|
+
readonly scrollPaddingBottom: "space";
|
|
3630
|
+
readonly scrollPaddingInline: "space";
|
|
3631
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
3632
|
+
readonly scrollPaddingInlineStart: "space";
|
|
3633
|
+
readonly scrollPaddingLeft: "space";
|
|
3634
|
+
readonly scrollPaddingRight: "space";
|
|
3635
|
+
readonly scrollPaddingTop: "space";
|
|
3930
3636
|
readonly stroke: "colors";
|
|
3931
3637
|
readonly strokeWidth: "stroke-width";
|
|
3932
3638
|
readonly textDecorationColor: "colors";
|
|
@@ -4275,17 +3981,17 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
4275
3981
|
readonly body: "Open Sans, sans-serif";
|
|
4276
3982
|
};
|
|
4277
3983
|
radii: {
|
|
3984
|
+
readonly 0: "0px";
|
|
4278
3985
|
readonly 25: "2px";
|
|
4279
3986
|
readonly 50: "4px";
|
|
4280
3987
|
readonly 75: "6px";
|
|
4281
3988
|
readonly 100: "8px";
|
|
4282
3989
|
readonly 200: "16px";
|
|
4283
|
-
readonly
|
|
4284
|
-
readonly none: "0px";
|
|
3990
|
+
readonly round: "999px";
|
|
4285
3991
|
};
|
|
4286
3992
|
shadows: {
|
|
4287
|
-
50: any;
|
|
4288
3993
|
100: any;
|
|
3994
|
+
50: any;
|
|
4289
3995
|
"focus-small": any;
|
|
4290
3996
|
"focus-small-outline": any;
|
|
4291
3997
|
"focus-large": any;
|
|
@@ -4315,48 +4021,6 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
4315
4021
|
readonly 1200: "96px";
|
|
4316
4022
|
readonly 1600: "128px";
|
|
4317
4023
|
};
|
|
4318
|
-
'space-gap': {
|
|
4319
|
-
readonly 0: any;
|
|
4320
|
-
readonly 50: any;
|
|
4321
|
-
readonly 100: any;
|
|
4322
|
-
readonly 200: any;
|
|
4323
|
-
readonly 300: any;
|
|
4324
|
-
};
|
|
4325
|
-
'space-inset': {
|
|
4326
|
-
readonly 0: any;
|
|
4327
|
-
readonly 50: any;
|
|
4328
|
-
readonly 100: any;
|
|
4329
|
-
readonly 150: any;
|
|
4330
|
-
readonly 200: any;
|
|
4331
|
-
readonly 300: any;
|
|
4332
|
-
readonly 400: any;
|
|
4333
|
-
readonly 500: any;
|
|
4334
|
-
readonly 600: any;
|
|
4335
|
-
readonly 700: any;
|
|
4336
|
-
readonly 800: any;
|
|
4337
|
-
readonly 1200: any;
|
|
4338
|
-
readonly 1600: any;
|
|
4339
|
-
};
|
|
4340
|
-
'space-offset': {
|
|
4341
|
-
readonly 0: any;
|
|
4342
|
-
readonly 50: any;
|
|
4343
|
-
readonly 100: any;
|
|
4344
|
-
readonly 150: any;
|
|
4345
|
-
readonly 200: any;
|
|
4346
|
-
readonly 300: any;
|
|
4347
|
-
readonly 400: any;
|
|
4348
|
-
readonly 600: any;
|
|
4349
|
-
readonly 800: any;
|
|
4350
|
-
readonly 1200: any;
|
|
4351
|
-
readonly 1600: any;
|
|
4352
|
-
readonly 'stacking-0': any;
|
|
4353
|
-
readonly 'stacking-100': any;
|
|
4354
|
-
readonly 'stacking-200': any;
|
|
4355
|
-
readonly 'stacking-300': any;
|
|
4356
|
-
readonly 'stacking-400': any;
|
|
4357
|
-
readonly 'stacking-500': any;
|
|
4358
|
-
readonly 'stacking-800': any;
|
|
4359
|
-
};
|
|
4360
4024
|
'stroke-width': {
|
|
4361
4025
|
readonly thin: "1.5px";
|
|
4362
4026
|
readonly normal: "2px";
|
|
@@ -4397,7 +4061,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
4397
4061
|
readonly borderRightColor: "colors";
|
|
4398
4062
|
readonly borderRightStyle: "border-styles";
|
|
4399
4063
|
readonly borderRightWidth: "border-widths";
|
|
4400
|
-
readonly borderSpacing: "space
|
|
4064
|
+
readonly borderSpacing: "space";
|
|
4401
4065
|
readonly borderStyle: "border-styles";
|
|
4402
4066
|
readonly borderTop: "colors";
|
|
4403
4067
|
readonly borderTopColor: "colors";
|
|
@@ -4410,42 +4074,42 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
4410
4074
|
readonly boxShadow: "shadows";
|
|
4411
4075
|
readonly caretColor: "colors";
|
|
4412
4076
|
readonly color: "colors";
|
|
4413
|
-
readonly columnGap: "space
|
|
4077
|
+
readonly columnGap: "space";
|
|
4414
4078
|
readonly columnRuleColor: "colors";
|
|
4415
4079
|
readonly fill: "colors";
|
|
4416
4080
|
readonly flexBasis: "sizes";
|
|
4417
4081
|
readonly fontFamily: "fonts";
|
|
4418
4082
|
readonly fontSize: "font-sizes";
|
|
4419
4083
|
readonly fontWeight: "font-weights";
|
|
4420
|
-
readonly gap: "space
|
|
4421
|
-
readonly gridColumnGap: "space
|
|
4422
|
-
readonly gridGap: "space
|
|
4423
|
-
readonly gridRowGap: "space
|
|
4084
|
+
readonly gap: "space";
|
|
4085
|
+
readonly gridColumnGap: "space";
|
|
4086
|
+
readonly gridGap: "space";
|
|
4087
|
+
readonly gridRowGap: "space";
|
|
4424
4088
|
readonly gridTemplateColumns: "sizes";
|
|
4425
4089
|
readonly gridTemplateRows: "sizes";
|
|
4426
4090
|
readonly height: "sizes";
|
|
4427
4091
|
readonly inlineSize: "sizes";
|
|
4428
|
-
readonly inset: "space
|
|
4429
|
-
readonly insetBlock: "space
|
|
4430
|
-
readonly insetBlockEnd: "space
|
|
4431
|
-
readonly insetBlockStart: "space
|
|
4432
|
-
readonly insetInline: "space
|
|
4433
|
-
readonly insetInlineEnd: "space
|
|
4434
|
-
readonly insetInlineStart: "space
|
|
4092
|
+
readonly inset: "space";
|
|
4093
|
+
readonly insetBlock: "space";
|
|
4094
|
+
readonly insetBlockEnd: "space";
|
|
4095
|
+
readonly insetBlockStart: "space";
|
|
4096
|
+
readonly insetInline: "space";
|
|
4097
|
+
readonly insetInlineEnd: "space";
|
|
4098
|
+
readonly insetInlineStart: "space";
|
|
4435
4099
|
readonly left: "space";
|
|
4436
4100
|
readonly letterSpacing: "letter-spacings";
|
|
4437
4101
|
readonly lineHeight: "line-heights";
|
|
4438
|
-
readonly margin: "space
|
|
4439
|
-
readonly marginBlock: "space
|
|
4440
|
-
readonly marginBlockEnd: "space
|
|
4441
|
-
readonly marginBlockStart: "space
|
|
4442
|
-
readonly marginBottom: "space
|
|
4443
|
-
readonly marginInline: "space
|
|
4444
|
-
readonly marginInlineEnd: "space
|
|
4445
|
-
readonly marginInlineStart: "space
|
|
4446
|
-
readonly marginLeft: "space
|
|
4447
|
-
readonly marginRight: "space
|
|
4448
|
-
readonly marginTop: "space
|
|
4102
|
+
readonly margin: "space";
|
|
4103
|
+
readonly marginBlock: "space";
|
|
4104
|
+
readonly marginBlockEnd: "space";
|
|
4105
|
+
readonly marginBlockStart: "space";
|
|
4106
|
+
readonly marginBottom: "space";
|
|
4107
|
+
readonly marginInline: "space";
|
|
4108
|
+
readonly marginInlineEnd: "space";
|
|
4109
|
+
readonly marginInlineStart: "space";
|
|
4110
|
+
readonly marginLeft: "space";
|
|
4111
|
+
readonly marginRight: "space";
|
|
4112
|
+
readonly marginTop: "space";
|
|
4449
4113
|
readonly maxBlockSize: "sizes";
|
|
4450
4114
|
readonly maxHeight: "sizes";
|
|
4451
4115
|
readonly maxInlineSize: "sizes";
|
|
@@ -4456,41 +4120,41 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_d
|
|
|
4456
4120
|
readonly minWidth: "sizes";
|
|
4457
4121
|
readonly outline: "colors";
|
|
4458
4122
|
readonly outlineColor: "colors";
|
|
4459
|
-
readonly padding: "space
|
|
4460
|
-
readonly paddingBlock: "space
|
|
4461
|
-
readonly paddingBlockEnd: "space
|
|
4462
|
-
readonly paddingBlockStart: "space
|
|
4463
|
-
readonly paddingBottom: "space
|
|
4464
|
-
readonly paddingInline: "space
|
|
4465
|
-
readonly paddingInlineEnd: "space
|
|
4466
|
-
readonly paddingInlineStart: "space
|
|
4467
|
-
readonly paddingLeft: "space
|
|
4468
|
-
readonly paddingRight: "space
|
|
4469
|
-
readonly paddingTop: "space
|
|
4123
|
+
readonly padding: "space";
|
|
4124
|
+
readonly paddingBlock: "space";
|
|
4125
|
+
readonly paddingBlockEnd: "space";
|
|
4126
|
+
readonly paddingBlockStart: "space";
|
|
4127
|
+
readonly paddingBottom: "space";
|
|
4128
|
+
readonly paddingInline: "space";
|
|
4129
|
+
readonly paddingInlineEnd: "space";
|
|
4130
|
+
readonly paddingInlineStart: "space";
|
|
4131
|
+
readonly paddingLeft: "space";
|
|
4132
|
+
readonly paddingRight: "space";
|
|
4133
|
+
readonly paddingTop: "space";
|
|
4470
4134
|
readonly right: "space";
|
|
4471
|
-
readonly rowGap: "space
|
|
4472
|
-
readonly scrollMargin: "space
|
|
4473
|
-
readonly scrollMarginBlock: "space
|
|
4474
|
-
readonly scrollMarginBlockEnd: "space
|
|
4475
|
-
readonly scrollMarginBlockStart: "space
|
|
4476
|
-
readonly scrollMarginBottom: "space
|
|
4477
|
-
readonly scrollMarginInline: "space
|
|
4478
|
-
readonly scrollMarginInlineEnd: "space
|
|
4479
|
-
readonly scrollMarginInlineStart: "space
|
|
4480
|
-
readonly scrollMarginLeft: "space
|
|
4481
|
-
readonly scrollMarginRight: "space
|
|
4482
|
-
readonly scrollMarginTop: "space
|
|
4483
|
-
readonly scrollPadding: "space
|
|
4484
|
-
readonly scrollPaddingBlock: "space
|
|
4485
|
-
readonly scrollPaddingBlockEnd: "space
|
|
4486
|
-
readonly scrollPaddingBlockStart: "space
|
|
4487
|
-
readonly scrollPaddingBottom: "space
|
|
4488
|
-
readonly scrollPaddingInline: "space
|
|
4489
|
-
readonly scrollPaddingInlineEnd: "space
|
|
4490
|
-
readonly scrollPaddingInlineStart: "space
|
|
4491
|
-
readonly scrollPaddingLeft: "space
|
|
4492
|
-
readonly scrollPaddingRight: "space
|
|
4493
|
-
readonly scrollPaddingTop: "space
|
|
4135
|
+
readonly rowGap: "space";
|
|
4136
|
+
readonly scrollMargin: "space";
|
|
4137
|
+
readonly scrollMarginBlock: "space";
|
|
4138
|
+
readonly scrollMarginBlockEnd: "space";
|
|
4139
|
+
readonly scrollMarginBlockStart: "space";
|
|
4140
|
+
readonly scrollMarginBottom: "space";
|
|
4141
|
+
readonly scrollMarginInline: "space";
|
|
4142
|
+
readonly scrollMarginInlineEnd: "space";
|
|
4143
|
+
readonly scrollMarginInlineStart: "space";
|
|
4144
|
+
readonly scrollMarginLeft: "space";
|
|
4145
|
+
readonly scrollMarginRight: "space";
|
|
4146
|
+
readonly scrollMarginTop: "space";
|
|
4147
|
+
readonly scrollPadding: "space";
|
|
4148
|
+
readonly scrollPaddingBlock: "space";
|
|
4149
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
4150
|
+
readonly scrollPaddingBlockStart: "space";
|
|
4151
|
+
readonly scrollPaddingBottom: "space";
|
|
4152
|
+
readonly scrollPaddingInline: "space";
|
|
4153
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
4154
|
+
readonly scrollPaddingInlineStart: "space";
|
|
4155
|
+
readonly scrollPaddingLeft: "space";
|
|
4156
|
+
readonly scrollPaddingRight: "space";
|
|
4157
|
+
readonly scrollPaddingTop: "space";
|
|
4494
4158
|
readonly stroke: "colors";
|
|
4495
4159
|
readonly strokeWidth: "stroke-width";
|
|
4496
4160
|
readonly textDecorationColor: "colors";
|
|
@@ -4815,17 +4479,17 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
4815
4479
|
readonly body: "Open Sans, sans-serif";
|
|
4816
4480
|
};
|
|
4817
4481
|
radii: {
|
|
4482
|
+
readonly 0: "0px";
|
|
4818
4483
|
readonly 25: "2px";
|
|
4819
4484
|
readonly 50: "4px";
|
|
4820
4485
|
readonly 75: "6px";
|
|
4821
4486
|
readonly 100: "8px";
|
|
4822
4487
|
readonly 200: "16px";
|
|
4823
|
-
readonly
|
|
4824
|
-
readonly none: "0px";
|
|
4488
|
+
readonly round: "999px";
|
|
4825
4489
|
};
|
|
4826
4490
|
shadows: {
|
|
4827
|
-
50: any;
|
|
4828
4491
|
100: any;
|
|
4492
|
+
50: any;
|
|
4829
4493
|
"focus-small": any;
|
|
4830
4494
|
"focus-small-outline": any;
|
|
4831
4495
|
"focus-large": any;
|
|
@@ -4855,48 +4519,6 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
4855
4519
|
readonly 1200: "96px";
|
|
4856
4520
|
readonly 1600: "128px";
|
|
4857
4521
|
};
|
|
4858
|
-
'space-gap': {
|
|
4859
|
-
readonly 0: any;
|
|
4860
|
-
readonly 50: any;
|
|
4861
|
-
readonly 100: any;
|
|
4862
|
-
readonly 200: any;
|
|
4863
|
-
readonly 300: any;
|
|
4864
|
-
};
|
|
4865
|
-
'space-inset': {
|
|
4866
|
-
readonly 0: any;
|
|
4867
|
-
readonly 50: any;
|
|
4868
|
-
readonly 100: any;
|
|
4869
|
-
readonly 150: any;
|
|
4870
|
-
readonly 200: any;
|
|
4871
|
-
readonly 300: any;
|
|
4872
|
-
readonly 400: any;
|
|
4873
|
-
readonly 500: any;
|
|
4874
|
-
readonly 600: any;
|
|
4875
|
-
readonly 700: any;
|
|
4876
|
-
readonly 800: any;
|
|
4877
|
-
readonly 1200: any;
|
|
4878
|
-
readonly 1600: any;
|
|
4879
|
-
};
|
|
4880
|
-
'space-offset': {
|
|
4881
|
-
readonly 0: any;
|
|
4882
|
-
readonly 50: any;
|
|
4883
|
-
readonly 100: any;
|
|
4884
|
-
readonly 150: any;
|
|
4885
|
-
readonly 200: any;
|
|
4886
|
-
readonly 300: any;
|
|
4887
|
-
readonly 400: any;
|
|
4888
|
-
readonly 600: any;
|
|
4889
|
-
readonly 800: any;
|
|
4890
|
-
readonly 1200: any;
|
|
4891
|
-
readonly 1600: any;
|
|
4892
|
-
readonly 'stacking-0': any;
|
|
4893
|
-
readonly 'stacking-100': any;
|
|
4894
|
-
readonly 'stacking-200': any;
|
|
4895
|
-
readonly 'stacking-300': any;
|
|
4896
|
-
readonly 'stacking-400': any;
|
|
4897
|
-
readonly 'stacking-500': any;
|
|
4898
|
-
readonly 'stacking-800': any;
|
|
4899
|
-
};
|
|
4900
4522
|
'stroke-width': {
|
|
4901
4523
|
readonly thin: "1.5px";
|
|
4902
4524
|
readonly normal: "2px";
|
|
@@ -4937,7 +4559,7 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
4937
4559
|
readonly borderRightColor: "colors";
|
|
4938
4560
|
readonly borderRightStyle: "border-styles";
|
|
4939
4561
|
readonly borderRightWidth: "border-widths";
|
|
4940
|
-
readonly borderSpacing: "space
|
|
4562
|
+
readonly borderSpacing: "space";
|
|
4941
4563
|
readonly borderStyle: "border-styles";
|
|
4942
4564
|
readonly borderTop: "colors";
|
|
4943
4565
|
readonly borderTopColor: "colors";
|
|
@@ -4950,42 +4572,42 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
4950
4572
|
readonly boxShadow: "shadows";
|
|
4951
4573
|
readonly caretColor: "colors";
|
|
4952
4574
|
readonly color: "colors";
|
|
4953
|
-
readonly columnGap: "space
|
|
4575
|
+
readonly columnGap: "space";
|
|
4954
4576
|
readonly columnRuleColor: "colors";
|
|
4955
4577
|
readonly fill: "colors";
|
|
4956
4578
|
readonly flexBasis: "sizes";
|
|
4957
4579
|
readonly fontFamily: "fonts";
|
|
4958
4580
|
readonly fontSize: "font-sizes";
|
|
4959
4581
|
readonly fontWeight: "font-weights";
|
|
4960
|
-
readonly gap: "space
|
|
4961
|
-
readonly gridColumnGap: "space
|
|
4962
|
-
readonly gridGap: "space
|
|
4963
|
-
readonly gridRowGap: "space
|
|
4582
|
+
readonly gap: "space";
|
|
4583
|
+
readonly gridColumnGap: "space";
|
|
4584
|
+
readonly gridGap: "space";
|
|
4585
|
+
readonly gridRowGap: "space";
|
|
4964
4586
|
readonly gridTemplateColumns: "sizes";
|
|
4965
4587
|
readonly gridTemplateRows: "sizes";
|
|
4966
4588
|
readonly height: "sizes";
|
|
4967
4589
|
readonly inlineSize: "sizes";
|
|
4968
|
-
readonly inset: "space
|
|
4969
|
-
readonly insetBlock: "space
|
|
4970
|
-
readonly insetBlockEnd: "space
|
|
4971
|
-
readonly insetBlockStart: "space
|
|
4972
|
-
readonly insetInline: "space
|
|
4973
|
-
readonly insetInlineEnd: "space
|
|
4974
|
-
readonly insetInlineStart: "space
|
|
4590
|
+
readonly inset: "space";
|
|
4591
|
+
readonly insetBlock: "space";
|
|
4592
|
+
readonly insetBlockEnd: "space";
|
|
4593
|
+
readonly insetBlockStart: "space";
|
|
4594
|
+
readonly insetInline: "space";
|
|
4595
|
+
readonly insetInlineEnd: "space";
|
|
4596
|
+
readonly insetInlineStart: "space";
|
|
4975
4597
|
readonly left: "space";
|
|
4976
4598
|
readonly letterSpacing: "letter-spacings";
|
|
4977
4599
|
readonly lineHeight: "line-heights";
|
|
4978
|
-
readonly margin: "space
|
|
4979
|
-
readonly marginBlock: "space
|
|
4980
|
-
readonly marginBlockEnd: "space
|
|
4981
|
-
readonly marginBlockStart: "space
|
|
4982
|
-
readonly marginBottom: "space
|
|
4983
|
-
readonly marginInline: "space
|
|
4984
|
-
readonly marginInlineEnd: "space
|
|
4985
|
-
readonly marginInlineStart: "space
|
|
4986
|
-
readonly marginLeft: "space
|
|
4987
|
-
readonly marginRight: "space
|
|
4988
|
-
readonly marginTop: "space
|
|
4600
|
+
readonly margin: "space";
|
|
4601
|
+
readonly marginBlock: "space";
|
|
4602
|
+
readonly marginBlockEnd: "space";
|
|
4603
|
+
readonly marginBlockStart: "space";
|
|
4604
|
+
readonly marginBottom: "space";
|
|
4605
|
+
readonly marginInline: "space";
|
|
4606
|
+
readonly marginInlineEnd: "space";
|
|
4607
|
+
readonly marginInlineStart: "space";
|
|
4608
|
+
readonly marginLeft: "space";
|
|
4609
|
+
readonly marginRight: "space";
|
|
4610
|
+
readonly marginTop: "space";
|
|
4989
4611
|
readonly maxBlockSize: "sizes";
|
|
4990
4612
|
readonly maxHeight: "sizes";
|
|
4991
4613
|
readonly maxInlineSize: "sizes";
|
|
@@ -4996,41 +4618,41 @@ declare const StyledSubTrigger: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
4996
4618
|
readonly minWidth: "sizes";
|
|
4997
4619
|
readonly outline: "colors";
|
|
4998
4620
|
readonly outlineColor: "colors";
|
|
4999
|
-
readonly padding: "space
|
|
5000
|
-
readonly paddingBlock: "space
|
|
5001
|
-
readonly paddingBlockEnd: "space
|
|
5002
|
-
readonly paddingBlockStart: "space
|
|
5003
|
-
readonly paddingBottom: "space
|
|
5004
|
-
readonly paddingInline: "space
|
|
5005
|
-
readonly paddingInlineEnd: "space
|
|
5006
|
-
readonly paddingInlineStart: "space
|
|
5007
|
-
readonly paddingLeft: "space
|
|
5008
|
-
readonly paddingRight: "space
|
|
5009
|
-
readonly paddingTop: "space
|
|
4621
|
+
readonly padding: "space";
|
|
4622
|
+
readonly paddingBlock: "space";
|
|
4623
|
+
readonly paddingBlockEnd: "space";
|
|
4624
|
+
readonly paddingBlockStart: "space";
|
|
4625
|
+
readonly paddingBottom: "space";
|
|
4626
|
+
readonly paddingInline: "space";
|
|
4627
|
+
readonly paddingInlineEnd: "space";
|
|
4628
|
+
readonly paddingInlineStart: "space";
|
|
4629
|
+
readonly paddingLeft: "space";
|
|
4630
|
+
readonly paddingRight: "space";
|
|
4631
|
+
readonly paddingTop: "space";
|
|
5010
4632
|
readonly right: "space";
|
|
5011
|
-
readonly rowGap: "space
|
|
5012
|
-
readonly scrollMargin: "space
|
|
5013
|
-
readonly scrollMarginBlock: "space
|
|
5014
|
-
readonly scrollMarginBlockEnd: "space
|
|
5015
|
-
readonly scrollMarginBlockStart: "space
|
|
5016
|
-
readonly scrollMarginBottom: "space
|
|
5017
|
-
readonly scrollMarginInline: "space
|
|
5018
|
-
readonly scrollMarginInlineEnd: "space
|
|
5019
|
-
readonly scrollMarginInlineStart: "space
|
|
5020
|
-
readonly scrollMarginLeft: "space
|
|
5021
|
-
readonly scrollMarginRight: "space
|
|
5022
|
-
readonly scrollMarginTop: "space
|
|
5023
|
-
readonly scrollPadding: "space
|
|
5024
|
-
readonly scrollPaddingBlock: "space
|
|
5025
|
-
readonly scrollPaddingBlockEnd: "space
|
|
5026
|
-
readonly scrollPaddingBlockStart: "space
|
|
5027
|
-
readonly scrollPaddingBottom: "space
|
|
5028
|
-
readonly scrollPaddingInline: "space
|
|
5029
|
-
readonly scrollPaddingInlineEnd: "space
|
|
5030
|
-
readonly scrollPaddingInlineStart: "space
|
|
5031
|
-
readonly scrollPaddingLeft: "space
|
|
5032
|
-
readonly scrollPaddingRight: "space
|
|
5033
|
-
readonly scrollPaddingTop: "space
|
|
4633
|
+
readonly rowGap: "space";
|
|
4634
|
+
readonly scrollMargin: "space";
|
|
4635
|
+
readonly scrollMarginBlock: "space";
|
|
4636
|
+
readonly scrollMarginBlockEnd: "space";
|
|
4637
|
+
readonly scrollMarginBlockStart: "space";
|
|
4638
|
+
readonly scrollMarginBottom: "space";
|
|
4639
|
+
readonly scrollMarginInline: "space";
|
|
4640
|
+
readonly scrollMarginInlineEnd: "space";
|
|
4641
|
+
readonly scrollMarginInlineStart: "space";
|
|
4642
|
+
readonly scrollMarginLeft: "space";
|
|
4643
|
+
readonly scrollMarginRight: "space";
|
|
4644
|
+
readonly scrollMarginTop: "space";
|
|
4645
|
+
readonly scrollPadding: "space";
|
|
4646
|
+
readonly scrollPaddingBlock: "space";
|
|
4647
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
4648
|
+
readonly scrollPaddingBlockStart: "space";
|
|
4649
|
+
readonly scrollPaddingBottom: "space";
|
|
4650
|
+
readonly scrollPaddingInline: "space";
|
|
4651
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
4652
|
+
readonly scrollPaddingInlineStart: "space";
|
|
4653
|
+
readonly scrollPaddingLeft: "space";
|
|
4654
|
+
readonly scrollPaddingRight: "space";
|
|
4655
|
+
readonly scrollPaddingTop: "space";
|
|
5034
4656
|
readonly stroke: "colors";
|
|
5035
4657
|
readonly strokeWidth: "stroke-width";
|
|
5036
4658
|
readonly textDecorationColor: "colors";
|
|
@@ -5362,17 +4984,17 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
5362
4984
|
readonly body: "Open Sans, sans-serif";
|
|
5363
4985
|
};
|
|
5364
4986
|
radii: {
|
|
4987
|
+
readonly 0: "0px";
|
|
5365
4988
|
readonly 25: "2px";
|
|
5366
4989
|
readonly 50: "4px";
|
|
5367
4990
|
readonly 75: "6px";
|
|
5368
4991
|
readonly 100: "8px";
|
|
5369
4992
|
readonly 200: "16px";
|
|
5370
|
-
readonly
|
|
5371
|
-
readonly none: "0px";
|
|
4993
|
+
readonly round: "999px";
|
|
5372
4994
|
};
|
|
5373
4995
|
shadows: {
|
|
5374
|
-
50: any;
|
|
5375
4996
|
100: any;
|
|
4997
|
+
50: any;
|
|
5376
4998
|
"focus-small": any;
|
|
5377
4999
|
"focus-small-outline": any;
|
|
5378
5000
|
"focus-large": any;
|
|
@@ -5402,48 +5024,6 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
5402
5024
|
readonly 1200: "96px";
|
|
5403
5025
|
readonly 1600: "128px";
|
|
5404
5026
|
};
|
|
5405
|
-
'space-gap': {
|
|
5406
|
-
readonly 0: any;
|
|
5407
|
-
readonly 50: any;
|
|
5408
|
-
readonly 100: any;
|
|
5409
|
-
readonly 200: any;
|
|
5410
|
-
readonly 300: any;
|
|
5411
|
-
};
|
|
5412
|
-
'space-inset': {
|
|
5413
|
-
readonly 0: any;
|
|
5414
|
-
readonly 50: any;
|
|
5415
|
-
readonly 100: any;
|
|
5416
|
-
readonly 150: any;
|
|
5417
|
-
readonly 200: any;
|
|
5418
|
-
readonly 300: any;
|
|
5419
|
-
readonly 400: any;
|
|
5420
|
-
readonly 500: any;
|
|
5421
|
-
readonly 600: any;
|
|
5422
|
-
readonly 700: any;
|
|
5423
|
-
readonly 800: any;
|
|
5424
|
-
readonly 1200: any;
|
|
5425
|
-
readonly 1600: any;
|
|
5426
|
-
};
|
|
5427
|
-
'space-offset': {
|
|
5428
|
-
readonly 0: any;
|
|
5429
|
-
readonly 50: any;
|
|
5430
|
-
readonly 100: any;
|
|
5431
|
-
readonly 150: any;
|
|
5432
|
-
readonly 200: any;
|
|
5433
|
-
readonly 300: any;
|
|
5434
|
-
readonly 400: any;
|
|
5435
|
-
readonly 600: any;
|
|
5436
|
-
readonly 800: any;
|
|
5437
|
-
readonly 1200: any;
|
|
5438
|
-
readonly 1600: any;
|
|
5439
|
-
readonly 'stacking-0': any;
|
|
5440
|
-
readonly 'stacking-100': any;
|
|
5441
|
-
readonly 'stacking-200': any;
|
|
5442
|
-
readonly 'stacking-300': any;
|
|
5443
|
-
readonly 'stacking-400': any;
|
|
5444
|
-
readonly 'stacking-500': any;
|
|
5445
|
-
readonly 'stacking-800': any;
|
|
5446
|
-
};
|
|
5447
5027
|
'stroke-width': {
|
|
5448
5028
|
readonly thin: "1.5px";
|
|
5449
5029
|
readonly normal: "2px";
|
|
@@ -5484,7 +5064,7 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
5484
5064
|
readonly borderRightColor: "colors";
|
|
5485
5065
|
readonly borderRightStyle: "border-styles";
|
|
5486
5066
|
readonly borderRightWidth: "border-widths";
|
|
5487
|
-
readonly borderSpacing: "space
|
|
5067
|
+
readonly borderSpacing: "space";
|
|
5488
5068
|
readonly borderStyle: "border-styles";
|
|
5489
5069
|
readonly borderTop: "colors";
|
|
5490
5070
|
readonly borderTopColor: "colors";
|
|
@@ -5497,42 +5077,42 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
5497
5077
|
readonly boxShadow: "shadows";
|
|
5498
5078
|
readonly caretColor: "colors";
|
|
5499
5079
|
readonly color: "colors";
|
|
5500
|
-
readonly columnGap: "space
|
|
5080
|
+
readonly columnGap: "space";
|
|
5501
5081
|
readonly columnRuleColor: "colors";
|
|
5502
5082
|
readonly fill: "colors";
|
|
5503
5083
|
readonly flexBasis: "sizes";
|
|
5504
5084
|
readonly fontFamily: "fonts";
|
|
5505
5085
|
readonly fontSize: "font-sizes";
|
|
5506
5086
|
readonly fontWeight: "font-weights";
|
|
5507
|
-
readonly gap: "space
|
|
5508
|
-
readonly gridColumnGap: "space
|
|
5509
|
-
readonly gridGap: "space
|
|
5510
|
-
readonly gridRowGap: "space
|
|
5087
|
+
readonly gap: "space";
|
|
5088
|
+
readonly gridColumnGap: "space";
|
|
5089
|
+
readonly gridGap: "space";
|
|
5090
|
+
readonly gridRowGap: "space";
|
|
5511
5091
|
readonly gridTemplateColumns: "sizes";
|
|
5512
5092
|
readonly gridTemplateRows: "sizes";
|
|
5513
5093
|
readonly height: "sizes";
|
|
5514
5094
|
readonly inlineSize: "sizes";
|
|
5515
|
-
readonly inset: "space
|
|
5516
|
-
readonly insetBlock: "space
|
|
5517
|
-
readonly insetBlockEnd: "space
|
|
5518
|
-
readonly insetBlockStart: "space
|
|
5519
|
-
readonly insetInline: "space
|
|
5520
|
-
readonly insetInlineEnd: "space
|
|
5521
|
-
readonly insetInlineStart: "space
|
|
5095
|
+
readonly inset: "space";
|
|
5096
|
+
readonly insetBlock: "space";
|
|
5097
|
+
readonly insetBlockEnd: "space";
|
|
5098
|
+
readonly insetBlockStart: "space";
|
|
5099
|
+
readonly insetInline: "space";
|
|
5100
|
+
readonly insetInlineEnd: "space";
|
|
5101
|
+
readonly insetInlineStart: "space";
|
|
5522
5102
|
readonly left: "space";
|
|
5523
5103
|
readonly letterSpacing: "letter-spacings";
|
|
5524
5104
|
readonly lineHeight: "line-heights";
|
|
5525
|
-
readonly margin: "space
|
|
5526
|
-
readonly marginBlock: "space
|
|
5527
|
-
readonly marginBlockEnd: "space
|
|
5528
|
-
readonly marginBlockStart: "space
|
|
5529
|
-
readonly marginBottom: "space
|
|
5530
|
-
readonly marginInline: "space
|
|
5531
|
-
readonly marginInlineEnd: "space
|
|
5532
|
-
readonly marginInlineStart: "space
|
|
5533
|
-
readonly marginLeft: "space
|
|
5534
|
-
readonly marginRight: "space
|
|
5535
|
-
readonly marginTop: "space
|
|
5105
|
+
readonly margin: "space";
|
|
5106
|
+
readonly marginBlock: "space";
|
|
5107
|
+
readonly marginBlockEnd: "space";
|
|
5108
|
+
readonly marginBlockStart: "space";
|
|
5109
|
+
readonly marginBottom: "space";
|
|
5110
|
+
readonly marginInline: "space";
|
|
5111
|
+
readonly marginInlineEnd: "space";
|
|
5112
|
+
readonly marginInlineStart: "space";
|
|
5113
|
+
readonly marginLeft: "space";
|
|
5114
|
+
readonly marginRight: "space";
|
|
5115
|
+
readonly marginTop: "space";
|
|
5536
5116
|
readonly maxBlockSize: "sizes";
|
|
5537
5117
|
readonly maxHeight: "sizes";
|
|
5538
5118
|
readonly maxInlineSize: "sizes";
|
|
@@ -5543,41 +5123,41 @@ declare const StyledSubContent: react.ForwardRefExoticComponent<Omit<Omit<_miroh
|
|
|
5543
5123
|
readonly minWidth: "sizes";
|
|
5544
5124
|
readonly outline: "colors";
|
|
5545
5125
|
readonly outlineColor: "colors";
|
|
5546
|
-
readonly padding: "space
|
|
5547
|
-
readonly paddingBlock: "space
|
|
5548
|
-
readonly paddingBlockEnd: "space
|
|
5549
|
-
readonly paddingBlockStart: "space
|
|
5550
|
-
readonly paddingBottom: "space
|
|
5551
|
-
readonly paddingInline: "space
|
|
5552
|
-
readonly paddingInlineEnd: "space
|
|
5553
|
-
readonly paddingInlineStart: "space
|
|
5554
|
-
readonly paddingLeft: "space
|
|
5555
|
-
readonly paddingRight: "space
|
|
5556
|
-
readonly paddingTop: "space
|
|
5126
|
+
readonly padding: "space";
|
|
5127
|
+
readonly paddingBlock: "space";
|
|
5128
|
+
readonly paddingBlockEnd: "space";
|
|
5129
|
+
readonly paddingBlockStart: "space";
|
|
5130
|
+
readonly paddingBottom: "space";
|
|
5131
|
+
readonly paddingInline: "space";
|
|
5132
|
+
readonly paddingInlineEnd: "space";
|
|
5133
|
+
readonly paddingInlineStart: "space";
|
|
5134
|
+
readonly paddingLeft: "space";
|
|
5135
|
+
readonly paddingRight: "space";
|
|
5136
|
+
readonly paddingTop: "space";
|
|
5557
5137
|
readonly right: "space";
|
|
5558
|
-
readonly rowGap: "space
|
|
5559
|
-
readonly scrollMargin: "space
|
|
5560
|
-
readonly scrollMarginBlock: "space
|
|
5561
|
-
readonly scrollMarginBlockEnd: "space
|
|
5562
|
-
readonly scrollMarginBlockStart: "space
|
|
5563
|
-
readonly scrollMarginBottom: "space
|
|
5564
|
-
readonly scrollMarginInline: "space
|
|
5565
|
-
readonly scrollMarginInlineEnd: "space
|
|
5566
|
-
readonly scrollMarginInlineStart: "space
|
|
5567
|
-
readonly scrollMarginLeft: "space
|
|
5568
|
-
readonly scrollMarginRight: "space
|
|
5569
|
-
readonly scrollMarginTop: "space
|
|
5570
|
-
readonly scrollPadding: "space
|
|
5571
|
-
readonly scrollPaddingBlock: "space
|
|
5572
|
-
readonly scrollPaddingBlockEnd: "space
|
|
5573
|
-
readonly scrollPaddingBlockStart: "space
|
|
5574
|
-
readonly scrollPaddingBottom: "space
|
|
5575
|
-
readonly scrollPaddingInline: "space
|
|
5576
|
-
readonly scrollPaddingInlineEnd: "space
|
|
5577
|
-
readonly scrollPaddingInlineStart: "space
|
|
5578
|
-
readonly scrollPaddingLeft: "space
|
|
5579
|
-
readonly scrollPaddingRight: "space
|
|
5580
|
-
readonly scrollPaddingTop: "space
|
|
5138
|
+
readonly rowGap: "space";
|
|
5139
|
+
readonly scrollMargin: "space";
|
|
5140
|
+
readonly scrollMarginBlock: "space";
|
|
5141
|
+
readonly scrollMarginBlockEnd: "space";
|
|
5142
|
+
readonly scrollMarginBlockStart: "space";
|
|
5143
|
+
readonly scrollMarginBottom: "space";
|
|
5144
|
+
readonly scrollMarginInline: "space";
|
|
5145
|
+
readonly scrollMarginInlineEnd: "space";
|
|
5146
|
+
readonly scrollMarginInlineStart: "space";
|
|
5147
|
+
readonly scrollMarginLeft: "space";
|
|
5148
|
+
readonly scrollMarginRight: "space";
|
|
5149
|
+
readonly scrollMarginTop: "space";
|
|
5150
|
+
readonly scrollPadding: "space";
|
|
5151
|
+
readonly scrollPaddingBlock: "space";
|
|
5152
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
5153
|
+
readonly scrollPaddingBlockStart: "space";
|
|
5154
|
+
readonly scrollPaddingBottom: "space";
|
|
5155
|
+
readonly scrollPaddingInline: "space";
|
|
5156
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
5157
|
+
readonly scrollPaddingInlineStart: "space";
|
|
5158
|
+
readonly scrollPaddingLeft: "space";
|
|
5159
|
+
readonly scrollPaddingRight: "space";
|
|
5160
|
+
readonly scrollPaddingTop: "space";
|
|
5581
5161
|
readonly stroke: "colors";
|
|
5582
5162
|
readonly strokeWidth: "stroke-width";
|
|
5583
5163
|
readonly textDecorationColor: "colors";
|
|
@@ -5989,17 +5569,17 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<_mirohq_design_sys
|
|
|
5989
5569
|
readonly body: "Open Sans, sans-serif";
|
|
5990
5570
|
};
|
|
5991
5571
|
radii: {
|
|
5572
|
+
readonly 0: "0px";
|
|
5992
5573
|
readonly 25: "2px";
|
|
5993
5574
|
readonly 50: "4px";
|
|
5994
5575
|
readonly 75: "6px";
|
|
5995
5576
|
readonly 100: "8px";
|
|
5996
5577
|
readonly 200: "16px";
|
|
5997
|
-
readonly
|
|
5998
|
-
readonly none: "0px";
|
|
5578
|
+
readonly round: "999px";
|
|
5999
5579
|
};
|
|
6000
5580
|
shadows: {
|
|
6001
|
-
50: any;
|
|
6002
5581
|
100: any;
|
|
5582
|
+
50: any;
|
|
6003
5583
|
"focus-small": any;
|
|
6004
5584
|
"focus-small-outline": any;
|
|
6005
5585
|
"focus-large": any;
|
|
@@ -6029,48 +5609,6 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<_mirohq_design_sys
|
|
|
6029
5609
|
readonly 1200: "96px";
|
|
6030
5610
|
readonly 1600: "128px";
|
|
6031
5611
|
};
|
|
6032
|
-
'space-gap': {
|
|
6033
|
-
readonly 0: any;
|
|
6034
|
-
readonly 50: any;
|
|
6035
|
-
readonly 100: any;
|
|
6036
|
-
readonly 200: any;
|
|
6037
|
-
readonly 300: any;
|
|
6038
|
-
};
|
|
6039
|
-
'space-inset': {
|
|
6040
|
-
readonly 0: any;
|
|
6041
|
-
readonly 50: any;
|
|
6042
|
-
readonly 100: any;
|
|
6043
|
-
readonly 150: any;
|
|
6044
|
-
readonly 200: any;
|
|
6045
|
-
readonly 300: any;
|
|
6046
|
-
readonly 400: any;
|
|
6047
|
-
readonly 500: any;
|
|
6048
|
-
readonly 600: any;
|
|
6049
|
-
readonly 700: any;
|
|
6050
|
-
readonly 800: any;
|
|
6051
|
-
readonly 1200: any;
|
|
6052
|
-
readonly 1600: any;
|
|
6053
|
-
};
|
|
6054
|
-
'space-offset': {
|
|
6055
|
-
readonly 0: any;
|
|
6056
|
-
readonly 50: any;
|
|
6057
|
-
readonly 100: any;
|
|
6058
|
-
readonly 150: any;
|
|
6059
|
-
readonly 200: any;
|
|
6060
|
-
readonly 300: any;
|
|
6061
|
-
readonly 400: any;
|
|
6062
|
-
readonly 600: any;
|
|
6063
|
-
readonly 800: any;
|
|
6064
|
-
readonly 1200: any;
|
|
6065
|
-
readonly 1600: any;
|
|
6066
|
-
readonly 'stacking-0': any;
|
|
6067
|
-
readonly 'stacking-100': any;
|
|
6068
|
-
readonly 'stacking-200': any;
|
|
6069
|
-
readonly 'stacking-300': any;
|
|
6070
|
-
readonly 'stacking-400': any;
|
|
6071
|
-
readonly 'stacking-500': any;
|
|
6072
|
-
readonly 'stacking-800': any;
|
|
6073
|
-
};
|
|
6074
5612
|
'stroke-width': {
|
|
6075
5613
|
readonly thin: "1.5px";
|
|
6076
5614
|
readonly normal: "2px";
|
|
@@ -6111,7 +5649,7 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<_mirohq_design_sys
|
|
|
6111
5649
|
readonly borderRightColor: "colors";
|
|
6112
5650
|
readonly borderRightStyle: "border-styles";
|
|
6113
5651
|
readonly borderRightWidth: "border-widths";
|
|
6114
|
-
readonly borderSpacing: "space
|
|
5652
|
+
readonly borderSpacing: "space";
|
|
6115
5653
|
readonly borderStyle: "border-styles";
|
|
6116
5654
|
readonly borderTop: "colors";
|
|
6117
5655
|
readonly borderTopColor: "colors";
|
|
@@ -6124,42 +5662,42 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<_mirohq_design_sys
|
|
|
6124
5662
|
readonly boxShadow: "shadows";
|
|
6125
5663
|
readonly caretColor: "colors";
|
|
6126
5664
|
readonly color: "colors";
|
|
6127
|
-
readonly columnGap: "space
|
|
5665
|
+
readonly columnGap: "space";
|
|
6128
5666
|
readonly columnRuleColor: "colors";
|
|
6129
5667
|
readonly fill: "colors";
|
|
6130
5668
|
readonly flexBasis: "sizes";
|
|
6131
5669
|
readonly fontFamily: "fonts";
|
|
6132
5670
|
readonly fontSize: "font-sizes";
|
|
6133
5671
|
readonly fontWeight: "font-weights";
|
|
6134
|
-
readonly gap: "space
|
|
6135
|
-
readonly gridColumnGap: "space
|
|
6136
|
-
readonly gridGap: "space
|
|
6137
|
-
readonly gridRowGap: "space
|
|
5672
|
+
readonly gap: "space";
|
|
5673
|
+
readonly gridColumnGap: "space";
|
|
5674
|
+
readonly gridGap: "space";
|
|
5675
|
+
readonly gridRowGap: "space";
|
|
6138
5676
|
readonly gridTemplateColumns: "sizes";
|
|
6139
5677
|
readonly gridTemplateRows: "sizes";
|
|
6140
5678
|
readonly height: "sizes";
|
|
6141
5679
|
readonly inlineSize: "sizes";
|
|
6142
|
-
readonly inset: "space
|
|
6143
|
-
readonly insetBlock: "space
|
|
6144
|
-
readonly insetBlockEnd: "space
|
|
6145
|
-
readonly insetBlockStart: "space
|
|
6146
|
-
readonly insetInline: "space
|
|
6147
|
-
readonly insetInlineEnd: "space
|
|
6148
|
-
readonly insetInlineStart: "space
|
|
5680
|
+
readonly inset: "space";
|
|
5681
|
+
readonly insetBlock: "space";
|
|
5682
|
+
readonly insetBlockEnd: "space";
|
|
5683
|
+
readonly insetBlockStart: "space";
|
|
5684
|
+
readonly insetInline: "space";
|
|
5685
|
+
readonly insetInlineEnd: "space";
|
|
5686
|
+
readonly insetInlineStart: "space";
|
|
6149
5687
|
readonly left: "space";
|
|
6150
5688
|
readonly letterSpacing: "letter-spacings";
|
|
6151
5689
|
readonly lineHeight: "line-heights";
|
|
6152
|
-
readonly margin: "space
|
|
6153
|
-
readonly marginBlock: "space
|
|
6154
|
-
readonly marginBlockEnd: "space
|
|
6155
|
-
readonly marginBlockStart: "space
|
|
6156
|
-
readonly marginBottom: "space
|
|
6157
|
-
readonly marginInline: "space
|
|
6158
|
-
readonly marginInlineEnd: "space
|
|
6159
|
-
readonly marginInlineStart: "space
|
|
6160
|
-
readonly marginLeft: "space
|
|
6161
|
-
readonly marginRight: "space
|
|
6162
|
-
readonly marginTop: "space
|
|
5690
|
+
readonly margin: "space";
|
|
5691
|
+
readonly marginBlock: "space";
|
|
5692
|
+
readonly marginBlockEnd: "space";
|
|
5693
|
+
readonly marginBlockStart: "space";
|
|
5694
|
+
readonly marginBottom: "space";
|
|
5695
|
+
readonly marginInline: "space";
|
|
5696
|
+
readonly marginInlineEnd: "space";
|
|
5697
|
+
readonly marginInlineStart: "space";
|
|
5698
|
+
readonly marginLeft: "space";
|
|
5699
|
+
readonly marginRight: "space";
|
|
5700
|
+
readonly marginTop: "space";
|
|
6163
5701
|
readonly maxBlockSize: "sizes";
|
|
6164
5702
|
readonly maxHeight: "sizes";
|
|
6165
5703
|
readonly maxInlineSize: "sizes";
|
|
@@ -6170,41 +5708,41 @@ declare const StyledSub: react.ForwardRefExoticComponent<Omit<_mirohq_design_sys
|
|
|
6170
5708
|
readonly minWidth: "sizes";
|
|
6171
5709
|
readonly outline: "colors";
|
|
6172
5710
|
readonly outlineColor: "colors";
|
|
6173
|
-
readonly padding: "space
|
|
6174
|
-
readonly paddingBlock: "space
|
|
6175
|
-
readonly paddingBlockEnd: "space
|
|
6176
|
-
readonly paddingBlockStart: "space
|
|
6177
|
-
readonly paddingBottom: "space
|
|
6178
|
-
readonly paddingInline: "space
|
|
6179
|
-
readonly paddingInlineEnd: "space
|
|
6180
|
-
readonly paddingInlineStart: "space
|
|
6181
|
-
readonly paddingLeft: "space
|
|
6182
|
-
readonly paddingRight: "space
|
|
6183
|
-
readonly paddingTop: "space
|
|
5711
|
+
readonly padding: "space";
|
|
5712
|
+
readonly paddingBlock: "space";
|
|
5713
|
+
readonly paddingBlockEnd: "space";
|
|
5714
|
+
readonly paddingBlockStart: "space";
|
|
5715
|
+
readonly paddingBottom: "space";
|
|
5716
|
+
readonly paddingInline: "space";
|
|
5717
|
+
readonly paddingInlineEnd: "space";
|
|
5718
|
+
readonly paddingInlineStart: "space";
|
|
5719
|
+
readonly paddingLeft: "space";
|
|
5720
|
+
readonly paddingRight: "space";
|
|
5721
|
+
readonly paddingTop: "space";
|
|
6184
5722
|
readonly right: "space";
|
|
6185
|
-
readonly rowGap: "space
|
|
6186
|
-
readonly scrollMargin: "space
|
|
6187
|
-
readonly scrollMarginBlock: "space
|
|
6188
|
-
readonly scrollMarginBlockEnd: "space
|
|
6189
|
-
readonly scrollMarginBlockStart: "space
|
|
6190
|
-
readonly scrollMarginBottom: "space
|
|
6191
|
-
readonly scrollMarginInline: "space
|
|
6192
|
-
readonly scrollMarginInlineEnd: "space
|
|
6193
|
-
readonly scrollMarginInlineStart: "space
|
|
6194
|
-
readonly scrollMarginLeft: "space
|
|
6195
|
-
readonly scrollMarginRight: "space
|
|
6196
|
-
readonly scrollMarginTop: "space
|
|
6197
|
-
readonly scrollPadding: "space
|
|
6198
|
-
readonly scrollPaddingBlock: "space
|
|
6199
|
-
readonly scrollPaddingBlockEnd: "space
|
|
6200
|
-
readonly scrollPaddingBlockStart: "space
|
|
6201
|
-
readonly scrollPaddingBottom: "space
|
|
6202
|
-
readonly scrollPaddingInline: "space
|
|
6203
|
-
readonly scrollPaddingInlineEnd: "space
|
|
6204
|
-
readonly scrollPaddingInlineStart: "space
|
|
6205
|
-
readonly scrollPaddingLeft: "space
|
|
6206
|
-
readonly scrollPaddingRight: "space
|
|
6207
|
-
readonly scrollPaddingTop: "space
|
|
5723
|
+
readonly rowGap: "space";
|
|
5724
|
+
readonly scrollMargin: "space";
|
|
5725
|
+
readonly scrollMarginBlock: "space";
|
|
5726
|
+
readonly scrollMarginBlockEnd: "space";
|
|
5727
|
+
readonly scrollMarginBlockStart: "space";
|
|
5728
|
+
readonly scrollMarginBottom: "space";
|
|
5729
|
+
readonly scrollMarginInline: "space";
|
|
5730
|
+
readonly scrollMarginInlineEnd: "space";
|
|
5731
|
+
readonly scrollMarginInlineStart: "space";
|
|
5732
|
+
readonly scrollMarginLeft: "space";
|
|
5733
|
+
readonly scrollMarginRight: "space";
|
|
5734
|
+
readonly scrollMarginTop: "space";
|
|
5735
|
+
readonly scrollPadding: "space";
|
|
5736
|
+
readonly scrollPaddingBlock: "space";
|
|
5737
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
5738
|
+
readonly scrollPaddingBlockStart: "space";
|
|
5739
|
+
readonly scrollPaddingBottom: "space";
|
|
5740
|
+
readonly scrollPaddingInline: "space";
|
|
5741
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
5742
|
+
readonly scrollPaddingInlineStart: "space";
|
|
5743
|
+
readonly scrollPaddingLeft: "space";
|
|
5744
|
+
readonly scrollPaddingRight: "space";
|
|
5745
|
+
readonly scrollPaddingTop: "space";
|
|
6208
5746
|
readonly stroke: "colors";
|
|
6209
5747
|
readonly strokeWidth: "stroke-width";
|
|
6210
5748
|
readonly textDecorationColor: "colors";
|
|
@@ -6557,17 +6095,17 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
6557
6095
|
readonly body: "Open Sans, sans-serif";
|
|
6558
6096
|
};
|
|
6559
6097
|
radii: {
|
|
6098
|
+
readonly 0: "0px";
|
|
6560
6099
|
readonly 25: "2px";
|
|
6561
6100
|
readonly 50: "4px";
|
|
6562
6101
|
readonly 75: "6px";
|
|
6563
6102
|
readonly 100: "8px";
|
|
6564
6103
|
readonly 200: "16px";
|
|
6565
|
-
readonly
|
|
6566
|
-
readonly none: "0px";
|
|
6104
|
+
readonly round: "999px";
|
|
6567
6105
|
};
|
|
6568
6106
|
shadows: {
|
|
6569
|
-
50: any;
|
|
6570
6107
|
100: any;
|
|
6108
|
+
50: any;
|
|
6571
6109
|
"focus-small": any;
|
|
6572
6110
|
"focus-small-outline": any;
|
|
6573
6111
|
"focus-large": any;
|
|
@@ -6597,48 +6135,6 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
6597
6135
|
readonly 1200: "96px";
|
|
6598
6136
|
readonly 1600: "128px";
|
|
6599
6137
|
};
|
|
6600
|
-
'space-gap': {
|
|
6601
|
-
readonly 0: any;
|
|
6602
|
-
readonly 50: any;
|
|
6603
|
-
readonly 100: any;
|
|
6604
|
-
readonly 200: any;
|
|
6605
|
-
readonly 300: any;
|
|
6606
|
-
};
|
|
6607
|
-
'space-inset': {
|
|
6608
|
-
readonly 0: any;
|
|
6609
|
-
readonly 50: any;
|
|
6610
|
-
readonly 100: any;
|
|
6611
|
-
readonly 150: any;
|
|
6612
|
-
readonly 200: any;
|
|
6613
|
-
readonly 300: any;
|
|
6614
|
-
readonly 400: any;
|
|
6615
|
-
readonly 500: any;
|
|
6616
|
-
readonly 600: any;
|
|
6617
|
-
readonly 700: any;
|
|
6618
|
-
readonly 800: any;
|
|
6619
|
-
readonly 1200: any;
|
|
6620
|
-
readonly 1600: any;
|
|
6621
|
-
};
|
|
6622
|
-
'space-offset': {
|
|
6623
|
-
readonly 0: any;
|
|
6624
|
-
readonly 50: any;
|
|
6625
|
-
readonly 100: any;
|
|
6626
|
-
readonly 150: any;
|
|
6627
|
-
readonly 200: any;
|
|
6628
|
-
readonly 300: any;
|
|
6629
|
-
readonly 400: any;
|
|
6630
|
-
readonly 600: any;
|
|
6631
|
-
readonly 800: any;
|
|
6632
|
-
readonly 1200: any;
|
|
6633
|
-
readonly 1600: any;
|
|
6634
|
-
readonly 'stacking-0': any;
|
|
6635
|
-
readonly 'stacking-100': any;
|
|
6636
|
-
readonly 'stacking-200': any;
|
|
6637
|
-
readonly 'stacking-300': any;
|
|
6638
|
-
readonly 'stacking-400': any;
|
|
6639
|
-
readonly 'stacking-500': any;
|
|
6640
|
-
readonly 'stacking-800': any;
|
|
6641
|
-
};
|
|
6642
6138
|
'stroke-width': {
|
|
6643
6139
|
readonly thin: "1.5px";
|
|
6644
6140
|
readonly normal: "2px";
|
|
@@ -6679,7 +6175,7 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
6679
6175
|
readonly borderRightColor: "colors";
|
|
6680
6176
|
readonly borderRightStyle: "border-styles";
|
|
6681
6177
|
readonly borderRightWidth: "border-widths";
|
|
6682
|
-
readonly borderSpacing: "space
|
|
6178
|
+
readonly borderSpacing: "space";
|
|
6683
6179
|
readonly borderStyle: "border-styles";
|
|
6684
6180
|
readonly borderTop: "colors";
|
|
6685
6181
|
readonly borderTopColor: "colors";
|
|
@@ -6692,42 +6188,42 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
6692
6188
|
readonly boxShadow: "shadows";
|
|
6693
6189
|
readonly caretColor: "colors";
|
|
6694
6190
|
readonly color: "colors";
|
|
6695
|
-
readonly columnGap: "space
|
|
6191
|
+
readonly columnGap: "space";
|
|
6696
6192
|
readonly columnRuleColor: "colors";
|
|
6697
6193
|
readonly fill: "colors";
|
|
6698
6194
|
readonly flexBasis: "sizes";
|
|
6699
6195
|
readonly fontFamily: "fonts";
|
|
6700
6196
|
readonly fontSize: "font-sizes";
|
|
6701
6197
|
readonly fontWeight: "font-weights";
|
|
6702
|
-
readonly gap: "space
|
|
6703
|
-
readonly gridColumnGap: "space
|
|
6704
|
-
readonly gridGap: "space
|
|
6705
|
-
readonly gridRowGap: "space
|
|
6198
|
+
readonly gap: "space";
|
|
6199
|
+
readonly gridColumnGap: "space";
|
|
6200
|
+
readonly gridGap: "space";
|
|
6201
|
+
readonly gridRowGap: "space";
|
|
6706
6202
|
readonly gridTemplateColumns: "sizes";
|
|
6707
6203
|
readonly gridTemplateRows: "sizes";
|
|
6708
6204
|
readonly height: "sizes";
|
|
6709
6205
|
readonly inlineSize: "sizes";
|
|
6710
|
-
readonly inset: "space
|
|
6711
|
-
readonly insetBlock: "space
|
|
6712
|
-
readonly insetBlockEnd: "space
|
|
6713
|
-
readonly insetBlockStart: "space
|
|
6714
|
-
readonly insetInline: "space
|
|
6715
|
-
readonly insetInlineEnd: "space
|
|
6716
|
-
readonly insetInlineStart: "space
|
|
6206
|
+
readonly inset: "space";
|
|
6207
|
+
readonly insetBlock: "space";
|
|
6208
|
+
readonly insetBlockEnd: "space";
|
|
6209
|
+
readonly insetBlockStart: "space";
|
|
6210
|
+
readonly insetInline: "space";
|
|
6211
|
+
readonly insetInlineEnd: "space";
|
|
6212
|
+
readonly insetInlineStart: "space";
|
|
6717
6213
|
readonly left: "space";
|
|
6718
6214
|
readonly letterSpacing: "letter-spacings";
|
|
6719
6215
|
readonly lineHeight: "line-heights";
|
|
6720
|
-
readonly margin: "space
|
|
6721
|
-
readonly marginBlock: "space
|
|
6722
|
-
readonly marginBlockEnd: "space
|
|
6723
|
-
readonly marginBlockStart: "space
|
|
6724
|
-
readonly marginBottom: "space
|
|
6725
|
-
readonly marginInline: "space
|
|
6726
|
-
readonly marginInlineEnd: "space
|
|
6727
|
-
readonly marginInlineStart: "space
|
|
6728
|
-
readonly marginLeft: "space
|
|
6729
|
-
readonly marginRight: "space
|
|
6730
|
-
readonly marginTop: "space
|
|
6216
|
+
readonly margin: "space";
|
|
6217
|
+
readonly marginBlock: "space";
|
|
6218
|
+
readonly marginBlockEnd: "space";
|
|
6219
|
+
readonly marginBlockStart: "space";
|
|
6220
|
+
readonly marginBottom: "space";
|
|
6221
|
+
readonly marginInline: "space";
|
|
6222
|
+
readonly marginInlineEnd: "space";
|
|
6223
|
+
readonly marginInlineStart: "space";
|
|
6224
|
+
readonly marginLeft: "space";
|
|
6225
|
+
readonly marginRight: "space";
|
|
6226
|
+
readonly marginTop: "space";
|
|
6731
6227
|
readonly maxBlockSize: "sizes";
|
|
6732
6228
|
readonly maxHeight: "sizes";
|
|
6733
6229
|
readonly maxInlineSize: "sizes";
|
|
@@ -6738,41 +6234,41 @@ declare const ItemDescription: react.ForwardRefExoticComponent<Omit<Omit<_mirohq
|
|
|
6738
6234
|
readonly minWidth: "sizes";
|
|
6739
6235
|
readonly outline: "colors";
|
|
6740
6236
|
readonly outlineColor: "colors";
|
|
6741
|
-
readonly padding: "space
|
|
6742
|
-
readonly paddingBlock: "space
|
|
6743
|
-
readonly paddingBlockEnd: "space
|
|
6744
|
-
readonly paddingBlockStart: "space
|
|
6745
|
-
readonly paddingBottom: "space
|
|
6746
|
-
readonly paddingInline: "space
|
|
6747
|
-
readonly paddingInlineEnd: "space
|
|
6748
|
-
readonly paddingInlineStart: "space
|
|
6749
|
-
readonly paddingLeft: "space
|
|
6750
|
-
readonly paddingRight: "space
|
|
6751
|
-
readonly paddingTop: "space
|
|
6237
|
+
readonly padding: "space";
|
|
6238
|
+
readonly paddingBlock: "space";
|
|
6239
|
+
readonly paddingBlockEnd: "space";
|
|
6240
|
+
readonly paddingBlockStart: "space";
|
|
6241
|
+
readonly paddingBottom: "space";
|
|
6242
|
+
readonly paddingInline: "space";
|
|
6243
|
+
readonly paddingInlineEnd: "space";
|
|
6244
|
+
readonly paddingInlineStart: "space";
|
|
6245
|
+
readonly paddingLeft: "space";
|
|
6246
|
+
readonly paddingRight: "space";
|
|
6247
|
+
readonly paddingTop: "space";
|
|
6752
6248
|
readonly right: "space";
|
|
6753
|
-
readonly rowGap: "space
|
|
6754
|
-
readonly scrollMargin: "space
|
|
6755
|
-
readonly scrollMarginBlock: "space
|
|
6756
|
-
readonly scrollMarginBlockEnd: "space
|
|
6757
|
-
readonly scrollMarginBlockStart: "space
|
|
6758
|
-
readonly scrollMarginBottom: "space
|
|
6759
|
-
readonly scrollMarginInline: "space
|
|
6760
|
-
readonly scrollMarginInlineEnd: "space
|
|
6761
|
-
readonly scrollMarginInlineStart: "space
|
|
6762
|
-
readonly scrollMarginLeft: "space
|
|
6763
|
-
readonly scrollMarginRight: "space
|
|
6764
|
-
readonly scrollMarginTop: "space
|
|
6765
|
-
readonly scrollPadding: "space
|
|
6766
|
-
readonly scrollPaddingBlock: "space
|
|
6767
|
-
readonly scrollPaddingBlockEnd: "space
|
|
6768
|
-
readonly scrollPaddingBlockStart: "space
|
|
6769
|
-
readonly scrollPaddingBottom: "space
|
|
6770
|
-
readonly scrollPaddingInline: "space
|
|
6771
|
-
readonly scrollPaddingInlineEnd: "space
|
|
6772
|
-
readonly scrollPaddingInlineStart: "space
|
|
6773
|
-
readonly scrollPaddingLeft: "space
|
|
6774
|
-
readonly scrollPaddingRight: "space
|
|
6775
|
-
readonly scrollPaddingTop: "space
|
|
6249
|
+
readonly rowGap: "space";
|
|
6250
|
+
readonly scrollMargin: "space";
|
|
6251
|
+
readonly scrollMarginBlock: "space";
|
|
6252
|
+
readonly scrollMarginBlockEnd: "space";
|
|
6253
|
+
readonly scrollMarginBlockStart: "space";
|
|
6254
|
+
readonly scrollMarginBottom: "space";
|
|
6255
|
+
readonly scrollMarginInline: "space";
|
|
6256
|
+
readonly scrollMarginInlineEnd: "space";
|
|
6257
|
+
readonly scrollMarginInlineStart: "space";
|
|
6258
|
+
readonly scrollMarginLeft: "space";
|
|
6259
|
+
readonly scrollMarginRight: "space";
|
|
6260
|
+
readonly scrollMarginTop: "space";
|
|
6261
|
+
readonly scrollPadding: "space";
|
|
6262
|
+
readonly scrollPaddingBlock: "space";
|
|
6263
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
6264
|
+
readonly scrollPaddingBlockStart: "space";
|
|
6265
|
+
readonly scrollPaddingBottom: "space";
|
|
6266
|
+
readonly scrollPaddingInline: "space";
|
|
6267
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
6268
|
+
readonly scrollPaddingInlineStart: "space";
|
|
6269
|
+
readonly scrollPaddingLeft: "space";
|
|
6270
|
+
readonly scrollPaddingRight: "space";
|
|
6271
|
+
readonly scrollPaddingTop: "space";
|
|
6776
6272
|
readonly stroke: "colors";
|
|
6777
6273
|
readonly strokeWidth: "stroke-width";
|
|
6778
6274
|
readonly textDecorationColor: "colors";
|
|
@@ -7088,17 +6584,17 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
7088
6584
|
readonly body: "Open Sans, sans-serif";
|
|
7089
6585
|
};
|
|
7090
6586
|
radii: {
|
|
6587
|
+
readonly 0: "0px";
|
|
7091
6588
|
readonly 25: "2px";
|
|
7092
6589
|
readonly 50: "4px";
|
|
7093
6590
|
readonly 75: "6px";
|
|
7094
6591
|
readonly 100: "8px";
|
|
7095
6592
|
readonly 200: "16px";
|
|
7096
|
-
readonly
|
|
7097
|
-
readonly none: "0px";
|
|
6593
|
+
readonly round: "999px";
|
|
7098
6594
|
};
|
|
7099
6595
|
shadows: {
|
|
7100
|
-
50: any;
|
|
7101
6596
|
100: any;
|
|
6597
|
+
50: any;
|
|
7102
6598
|
"focus-small": any;
|
|
7103
6599
|
"focus-small-outline": any;
|
|
7104
6600
|
"focus-large": any;
|
|
@@ -7128,48 +6624,6 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
7128
6624
|
readonly 1200: "96px";
|
|
7129
6625
|
readonly 1600: "128px";
|
|
7130
6626
|
};
|
|
7131
|
-
'space-gap': {
|
|
7132
|
-
readonly 0: any;
|
|
7133
|
-
readonly 50: any;
|
|
7134
|
-
readonly 100: any;
|
|
7135
|
-
readonly 200: any;
|
|
7136
|
-
readonly 300: any;
|
|
7137
|
-
};
|
|
7138
|
-
'space-inset': {
|
|
7139
|
-
readonly 0: any;
|
|
7140
|
-
readonly 50: any;
|
|
7141
|
-
readonly 100: any;
|
|
7142
|
-
readonly 150: any;
|
|
7143
|
-
readonly 200: any;
|
|
7144
|
-
readonly 300: any;
|
|
7145
|
-
readonly 400: any;
|
|
7146
|
-
readonly 500: any;
|
|
7147
|
-
readonly 600: any;
|
|
7148
|
-
readonly 700: any;
|
|
7149
|
-
readonly 800: any;
|
|
7150
|
-
readonly 1200: any;
|
|
7151
|
-
readonly 1600: any;
|
|
7152
|
-
};
|
|
7153
|
-
'space-offset': {
|
|
7154
|
-
readonly 0: any;
|
|
7155
|
-
readonly 50: any;
|
|
7156
|
-
readonly 100: any;
|
|
7157
|
-
readonly 150: any;
|
|
7158
|
-
readonly 200: any;
|
|
7159
|
-
readonly 300: any;
|
|
7160
|
-
readonly 400: any;
|
|
7161
|
-
readonly 600: any;
|
|
7162
|
-
readonly 800: any;
|
|
7163
|
-
readonly 1200: any;
|
|
7164
|
-
readonly 1600: any;
|
|
7165
|
-
readonly 'stacking-0': any;
|
|
7166
|
-
readonly 'stacking-100': any;
|
|
7167
|
-
readonly 'stacking-200': any;
|
|
7168
|
-
readonly 'stacking-300': any;
|
|
7169
|
-
readonly 'stacking-400': any;
|
|
7170
|
-
readonly 'stacking-500': any;
|
|
7171
|
-
readonly 'stacking-800': any;
|
|
7172
|
-
};
|
|
7173
6627
|
'stroke-width': {
|
|
7174
6628
|
readonly thin: "1.5px";
|
|
7175
6629
|
readonly normal: "2px";
|
|
@@ -7210,7 +6664,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
7210
6664
|
readonly borderRightColor: "colors";
|
|
7211
6665
|
readonly borderRightStyle: "border-styles";
|
|
7212
6666
|
readonly borderRightWidth: "border-widths";
|
|
7213
|
-
readonly borderSpacing: "space
|
|
6667
|
+
readonly borderSpacing: "space";
|
|
7214
6668
|
readonly borderStyle: "border-styles";
|
|
7215
6669
|
readonly borderTop: "colors";
|
|
7216
6670
|
readonly borderTopColor: "colors";
|
|
@@ -7223,42 +6677,42 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
7223
6677
|
readonly boxShadow: "shadows";
|
|
7224
6678
|
readonly caretColor: "colors";
|
|
7225
6679
|
readonly color: "colors";
|
|
7226
|
-
readonly columnGap: "space
|
|
6680
|
+
readonly columnGap: "space";
|
|
7227
6681
|
readonly columnRuleColor: "colors";
|
|
7228
6682
|
readonly fill: "colors";
|
|
7229
6683
|
readonly flexBasis: "sizes";
|
|
7230
6684
|
readonly fontFamily: "fonts";
|
|
7231
6685
|
readonly fontSize: "font-sizes";
|
|
7232
6686
|
readonly fontWeight: "font-weights";
|
|
7233
|
-
readonly gap: "space
|
|
7234
|
-
readonly gridColumnGap: "space
|
|
7235
|
-
readonly gridGap: "space
|
|
7236
|
-
readonly gridRowGap: "space
|
|
6687
|
+
readonly gap: "space";
|
|
6688
|
+
readonly gridColumnGap: "space";
|
|
6689
|
+
readonly gridGap: "space";
|
|
6690
|
+
readonly gridRowGap: "space";
|
|
7237
6691
|
readonly gridTemplateColumns: "sizes";
|
|
7238
6692
|
readonly gridTemplateRows: "sizes";
|
|
7239
6693
|
readonly height: "sizes";
|
|
7240
6694
|
readonly inlineSize: "sizes";
|
|
7241
|
-
readonly inset: "space
|
|
7242
|
-
readonly insetBlock: "space
|
|
7243
|
-
readonly insetBlockEnd: "space
|
|
7244
|
-
readonly insetBlockStart: "space
|
|
7245
|
-
readonly insetInline: "space
|
|
7246
|
-
readonly insetInlineEnd: "space
|
|
7247
|
-
readonly insetInlineStart: "space
|
|
6695
|
+
readonly inset: "space";
|
|
6696
|
+
readonly insetBlock: "space";
|
|
6697
|
+
readonly insetBlockEnd: "space";
|
|
6698
|
+
readonly insetBlockStart: "space";
|
|
6699
|
+
readonly insetInline: "space";
|
|
6700
|
+
readonly insetInlineEnd: "space";
|
|
6701
|
+
readonly insetInlineStart: "space";
|
|
7248
6702
|
readonly left: "space";
|
|
7249
6703
|
readonly letterSpacing: "letter-spacings";
|
|
7250
6704
|
readonly lineHeight: "line-heights";
|
|
7251
|
-
readonly margin: "space
|
|
7252
|
-
readonly marginBlock: "space
|
|
7253
|
-
readonly marginBlockEnd: "space
|
|
7254
|
-
readonly marginBlockStart: "space
|
|
7255
|
-
readonly marginBottom: "space
|
|
7256
|
-
readonly marginInline: "space
|
|
7257
|
-
readonly marginInlineEnd: "space
|
|
7258
|
-
readonly marginInlineStart: "space
|
|
7259
|
-
readonly marginLeft: "space
|
|
7260
|
-
readonly marginRight: "space
|
|
7261
|
-
readonly marginTop: "space
|
|
6705
|
+
readonly margin: "space";
|
|
6706
|
+
readonly marginBlock: "space";
|
|
6707
|
+
readonly marginBlockEnd: "space";
|
|
6708
|
+
readonly marginBlockStart: "space";
|
|
6709
|
+
readonly marginBottom: "space";
|
|
6710
|
+
readonly marginInline: "space";
|
|
6711
|
+
readonly marginInlineEnd: "space";
|
|
6712
|
+
readonly marginInlineStart: "space";
|
|
6713
|
+
readonly marginLeft: "space";
|
|
6714
|
+
readonly marginRight: "space";
|
|
6715
|
+
readonly marginTop: "space";
|
|
7262
6716
|
readonly maxBlockSize: "sizes";
|
|
7263
6717
|
readonly maxHeight: "sizes";
|
|
7264
6718
|
readonly maxInlineSize: "sizes";
|
|
@@ -7269,41 +6723,41 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
7269
6723
|
readonly minWidth: "sizes";
|
|
7270
6724
|
readonly outline: "colors";
|
|
7271
6725
|
readonly outlineColor: "colors";
|
|
7272
|
-
readonly padding: "space
|
|
7273
|
-
readonly paddingBlock: "space
|
|
7274
|
-
readonly paddingBlockEnd: "space
|
|
7275
|
-
readonly paddingBlockStart: "space
|
|
7276
|
-
readonly paddingBottom: "space
|
|
7277
|
-
readonly paddingInline: "space
|
|
7278
|
-
readonly paddingInlineEnd: "space
|
|
7279
|
-
readonly paddingInlineStart: "space
|
|
7280
|
-
readonly paddingLeft: "space
|
|
7281
|
-
readonly paddingRight: "space
|
|
7282
|
-
readonly paddingTop: "space
|
|
6726
|
+
readonly padding: "space";
|
|
6727
|
+
readonly paddingBlock: "space";
|
|
6728
|
+
readonly paddingBlockEnd: "space";
|
|
6729
|
+
readonly paddingBlockStart: "space";
|
|
6730
|
+
readonly paddingBottom: "space";
|
|
6731
|
+
readonly paddingInline: "space";
|
|
6732
|
+
readonly paddingInlineEnd: "space";
|
|
6733
|
+
readonly paddingInlineStart: "space";
|
|
6734
|
+
readonly paddingLeft: "space";
|
|
6735
|
+
readonly paddingRight: "space";
|
|
6736
|
+
readonly paddingTop: "space";
|
|
7283
6737
|
readonly right: "space";
|
|
7284
|
-
readonly rowGap: "space
|
|
7285
|
-
readonly scrollMargin: "space
|
|
7286
|
-
readonly scrollMarginBlock: "space
|
|
7287
|
-
readonly scrollMarginBlockEnd: "space
|
|
7288
|
-
readonly scrollMarginBlockStart: "space
|
|
7289
|
-
readonly scrollMarginBottom: "space
|
|
7290
|
-
readonly scrollMarginInline: "space
|
|
7291
|
-
readonly scrollMarginInlineEnd: "space
|
|
7292
|
-
readonly scrollMarginInlineStart: "space
|
|
7293
|
-
readonly scrollMarginLeft: "space
|
|
7294
|
-
readonly scrollMarginRight: "space
|
|
7295
|
-
readonly scrollMarginTop: "space
|
|
7296
|
-
readonly scrollPadding: "space
|
|
7297
|
-
readonly scrollPaddingBlock: "space
|
|
7298
|
-
readonly scrollPaddingBlockEnd: "space
|
|
7299
|
-
readonly scrollPaddingBlockStart: "space
|
|
7300
|
-
readonly scrollPaddingBottom: "space
|
|
7301
|
-
readonly scrollPaddingInline: "space
|
|
7302
|
-
readonly scrollPaddingInlineEnd: "space
|
|
7303
|
-
readonly scrollPaddingInlineStart: "space
|
|
7304
|
-
readonly scrollPaddingLeft: "space
|
|
7305
|
-
readonly scrollPaddingRight: "space
|
|
7306
|
-
readonly scrollPaddingTop: "space
|
|
6738
|
+
readonly rowGap: "space";
|
|
6739
|
+
readonly scrollMargin: "space";
|
|
6740
|
+
readonly scrollMarginBlock: "space";
|
|
6741
|
+
readonly scrollMarginBlockEnd: "space";
|
|
6742
|
+
readonly scrollMarginBlockStart: "space";
|
|
6743
|
+
readonly scrollMarginBottom: "space";
|
|
6744
|
+
readonly scrollMarginInline: "space";
|
|
6745
|
+
readonly scrollMarginInlineEnd: "space";
|
|
6746
|
+
readonly scrollMarginInlineStart: "space";
|
|
6747
|
+
readonly scrollMarginLeft: "space";
|
|
6748
|
+
readonly scrollMarginRight: "space";
|
|
6749
|
+
readonly scrollMarginTop: "space";
|
|
6750
|
+
readonly scrollPadding: "space";
|
|
6751
|
+
readonly scrollPaddingBlock: "space";
|
|
6752
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
6753
|
+
readonly scrollPaddingBlockStart: "space";
|
|
6754
|
+
readonly scrollPaddingBottom: "space";
|
|
6755
|
+
readonly scrollPaddingInline: "space";
|
|
6756
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
6757
|
+
readonly scrollPaddingInlineStart: "space";
|
|
6758
|
+
readonly scrollPaddingLeft: "space";
|
|
6759
|
+
readonly scrollPaddingRight: "space";
|
|
6760
|
+
readonly scrollPaddingTop: "space";
|
|
7307
6761
|
readonly stroke: "colors";
|
|
7308
6762
|
readonly strokeWidth: "stroke-width";
|
|
7309
6763
|
readonly textDecorationColor: "colors";
|
|
@@ -7617,17 +7071,17 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
7617
7071
|
readonly body: "Open Sans, sans-serif";
|
|
7618
7072
|
};
|
|
7619
7073
|
radii: {
|
|
7074
|
+
readonly 0: "0px";
|
|
7620
7075
|
readonly 25: "2px";
|
|
7621
7076
|
readonly 50: "4px";
|
|
7622
7077
|
readonly 75: "6px";
|
|
7623
7078
|
readonly 100: "8px";
|
|
7624
7079
|
readonly 200: "16px";
|
|
7625
|
-
readonly
|
|
7626
|
-
readonly none: "0px";
|
|
7080
|
+
readonly round: "999px";
|
|
7627
7081
|
};
|
|
7628
7082
|
shadows: {
|
|
7629
|
-
50: any;
|
|
7630
7083
|
100: any;
|
|
7084
|
+
50: any;
|
|
7631
7085
|
"focus-small": any;
|
|
7632
7086
|
"focus-small-outline": any;
|
|
7633
7087
|
"focus-large": any;
|
|
@@ -7657,48 +7111,6 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
7657
7111
|
readonly 1200: "96px";
|
|
7658
7112
|
readonly 1600: "128px";
|
|
7659
7113
|
};
|
|
7660
|
-
'space-gap': {
|
|
7661
|
-
readonly 0: any;
|
|
7662
|
-
readonly 50: any;
|
|
7663
|
-
readonly 100: any;
|
|
7664
|
-
readonly 200: any;
|
|
7665
|
-
readonly 300: any;
|
|
7666
|
-
};
|
|
7667
|
-
'space-inset': {
|
|
7668
|
-
readonly 0: any;
|
|
7669
|
-
readonly 50: any;
|
|
7670
|
-
readonly 100: any;
|
|
7671
|
-
readonly 150: any;
|
|
7672
|
-
readonly 200: any;
|
|
7673
|
-
readonly 300: any;
|
|
7674
|
-
readonly 400: any;
|
|
7675
|
-
readonly 500: any;
|
|
7676
|
-
readonly 600: any;
|
|
7677
|
-
readonly 700: any;
|
|
7678
|
-
readonly 800: any;
|
|
7679
|
-
readonly 1200: any;
|
|
7680
|
-
readonly 1600: any;
|
|
7681
|
-
};
|
|
7682
|
-
'space-offset': {
|
|
7683
|
-
readonly 0: any;
|
|
7684
|
-
readonly 50: any;
|
|
7685
|
-
readonly 100: any;
|
|
7686
|
-
readonly 150: any;
|
|
7687
|
-
readonly 200: any;
|
|
7688
|
-
readonly 300: any;
|
|
7689
|
-
readonly 400: any;
|
|
7690
|
-
readonly 600: any;
|
|
7691
|
-
readonly 800: any;
|
|
7692
|
-
readonly 1200: any;
|
|
7693
|
-
readonly 1600: any;
|
|
7694
|
-
readonly 'stacking-0': any;
|
|
7695
|
-
readonly 'stacking-100': any;
|
|
7696
|
-
readonly 'stacking-200': any;
|
|
7697
|
-
readonly 'stacking-300': any;
|
|
7698
|
-
readonly 'stacking-400': any;
|
|
7699
|
-
readonly 'stacking-500': any;
|
|
7700
|
-
readonly 'stacking-800': any;
|
|
7701
|
-
};
|
|
7702
7114
|
'stroke-width': {
|
|
7703
7115
|
readonly thin: "1.5px";
|
|
7704
7116
|
readonly normal: "2px";
|
|
@@ -7739,7 +7151,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
7739
7151
|
readonly borderRightColor: "colors";
|
|
7740
7152
|
readonly borderRightStyle: "border-styles";
|
|
7741
7153
|
readonly borderRightWidth: "border-widths";
|
|
7742
|
-
readonly borderSpacing: "space
|
|
7154
|
+
readonly borderSpacing: "space";
|
|
7743
7155
|
readonly borderStyle: "border-styles";
|
|
7744
7156
|
readonly borderTop: "colors";
|
|
7745
7157
|
readonly borderTopColor: "colors";
|
|
@@ -7752,42 +7164,42 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
7752
7164
|
readonly boxShadow: "shadows";
|
|
7753
7165
|
readonly caretColor: "colors";
|
|
7754
7166
|
readonly color: "colors";
|
|
7755
|
-
readonly columnGap: "space
|
|
7167
|
+
readonly columnGap: "space";
|
|
7756
7168
|
readonly columnRuleColor: "colors";
|
|
7757
7169
|
readonly fill: "colors";
|
|
7758
7170
|
readonly flexBasis: "sizes";
|
|
7759
7171
|
readonly fontFamily: "fonts";
|
|
7760
7172
|
readonly fontSize: "font-sizes";
|
|
7761
7173
|
readonly fontWeight: "font-weights";
|
|
7762
|
-
readonly gap: "space
|
|
7763
|
-
readonly gridColumnGap: "space
|
|
7764
|
-
readonly gridGap: "space
|
|
7765
|
-
readonly gridRowGap: "space
|
|
7174
|
+
readonly gap: "space";
|
|
7175
|
+
readonly gridColumnGap: "space";
|
|
7176
|
+
readonly gridGap: "space";
|
|
7177
|
+
readonly gridRowGap: "space";
|
|
7766
7178
|
readonly gridTemplateColumns: "sizes";
|
|
7767
7179
|
readonly gridTemplateRows: "sizes";
|
|
7768
7180
|
readonly height: "sizes";
|
|
7769
7181
|
readonly inlineSize: "sizes";
|
|
7770
|
-
readonly inset: "space
|
|
7771
|
-
readonly insetBlock: "space
|
|
7772
|
-
readonly insetBlockEnd: "space
|
|
7773
|
-
readonly insetBlockStart: "space
|
|
7774
|
-
readonly insetInline: "space
|
|
7775
|
-
readonly insetInlineEnd: "space
|
|
7776
|
-
readonly insetInlineStart: "space
|
|
7182
|
+
readonly inset: "space";
|
|
7183
|
+
readonly insetBlock: "space";
|
|
7184
|
+
readonly insetBlockEnd: "space";
|
|
7185
|
+
readonly insetBlockStart: "space";
|
|
7186
|
+
readonly insetInline: "space";
|
|
7187
|
+
readonly insetInlineEnd: "space";
|
|
7188
|
+
readonly insetInlineStart: "space";
|
|
7777
7189
|
readonly left: "space";
|
|
7778
7190
|
readonly letterSpacing: "letter-spacings";
|
|
7779
7191
|
readonly lineHeight: "line-heights";
|
|
7780
|
-
readonly margin: "space
|
|
7781
|
-
readonly marginBlock: "space
|
|
7782
|
-
readonly marginBlockEnd: "space
|
|
7783
|
-
readonly marginBlockStart: "space
|
|
7784
|
-
readonly marginBottom: "space
|
|
7785
|
-
readonly marginInline: "space
|
|
7786
|
-
readonly marginInlineEnd: "space
|
|
7787
|
-
readonly marginInlineStart: "space
|
|
7788
|
-
readonly marginLeft: "space
|
|
7789
|
-
readonly marginRight: "space
|
|
7790
|
-
readonly marginTop: "space
|
|
7192
|
+
readonly margin: "space";
|
|
7193
|
+
readonly marginBlock: "space";
|
|
7194
|
+
readonly marginBlockEnd: "space";
|
|
7195
|
+
readonly marginBlockStart: "space";
|
|
7196
|
+
readonly marginBottom: "space";
|
|
7197
|
+
readonly marginInline: "space";
|
|
7198
|
+
readonly marginInlineEnd: "space";
|
|
7199
|
+
readonly marginInlineStart: "space";
|
|
7200
|
+
readonly marginLeft: "space";
|
|
7201
|
+
readonly marginRight: "space";
|
|
7202
|
+
readonly marginTop: "space";
|
|
7791
7203
|
readonly maxBlockSize: "sizes";
|
|
7792
7204
|
readonly maxHeight: "sizes";
|
|
7793
7205
|
readonly maxInlineSize: "sizes";
|
|
@@ -7798,41 +7210,41 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
7798
7210
|
readonly minWidth: "sizes";
|
|
7799
7211
|
readonly outline: "colors";
|
|
7800
7212
|
readonly outlineColor: "colors";
|
|
7801
|
-
readonly padding: "space
|
|
7802
|
-
readonly paddingBlock: "space
|
|
7803
|
-
readonly paddingBlockEnd: "space
|
|
7804
|
-
readonly paddingBlockStart: "space
|
|
7805
|
-
readonly paddingBottom: "space
|
|
7806
|
-
readonly paddingInline: "space
|
|
7807
|
-
readonly paddingInlineEnd: "space
|
|
7808
|
-
readonly paddingInlineStart: "space
|
|
7809
|
-
readonly paddingLeft: "space
|
|
7810
|
-
readonly paddingRight: "space
|
|
7811
|
-
readonly paddingTop: "space
|
|
7213
|
+
readonly padding: "space";
|
|
7214
|
+
readonly paddingBlock: "space";
|
|
7215
|
+
readonly paddingBlockEnd: "space";
|
|
7216
|
+
readonly paddingBlockStart: "space";
|
|
7217
|
+
readonly paddingBottom: "space";
|
|
7218
|
+
readonly paddingInline: "space";
|
|
7219
|
+
readonly paddingInlineEnd: "space";
|
|
7220
|
+
readonly paddingInlineStart: "space";
|
|
7221
|
+
readonly paddingLeft: "space";
|
|
7222
|
+
readonly paddingRight: "space";
|
|
7223
|
+
readonly paddingTop: "space";
|
|
7812
7224
|
readonly right: "space";
|
|
7813
|
-
readonly rowGap: "space
|
|
7814
|
-
readonly scrollMargin: "space
|
|
7815
|
-
readonly scrollMarginBlock: "space
|
|
7816
|
-
readonly scrollMarginBlockEnd: "space
|
|
7817
|
-
readonly scrollMarginBlockStart: "space
|
|
7818
|
-
readonly scrollMarginBottom: "space
|
|
7819
|
-
readonly scrollMarginInline: "space
|
|
7820
|
-
readonly scrollMarginInlineEnd: "space
|
|
7821
|
-
readonly scrollMarginInlineStart: "space
|
|
7822
|
-
readonly scrollMarginLeft: "space
|
|
7823
|
-
readonly scrollMarginRight: "space
|
|
7824
|
-
readonly scrollMarginTop: "space
|
|
7825
|
-
readonly scrollPadding: "space
|
|
7826
|
-
readonly scrollPaddingBlock: "space
|
|
7827
|
-
readonly scrollPaddingBlockEnd: "space
|
|
7828
|
-
readonly scrollPaddingBlockStart: "space
|
|
7829
|
-
readonly scrollPaddingBottom: "space
|
|
7830
|
-
readonly scrollPaddingInline: "space
|
|
7831
|
-
readonly scrollPaddingInlineEnd: "space
|
|
7832
|
-
readonly scrollPaddingInlineStart: "space
|
|
7833
|
-
readonly scrollPaddingLeft: "space
|
|
7834
|
-
readonly scrollPaddingRight: "space
|
|
7835
|
-
readonly scrollPaddingTop: "space
|
|
7225
|
+
readonly rowGap: "space";
|
|
7226
|
+
readonly scrollMargin: "space";
|
|
7227
|
+
readonly scrollMarginBlock: "space";
|
|
7228
|
+
readonly scrollMarginBlockEnd: "space";
|
|
7229
|
+
readonly scrollMarginBlockStart: "space";
|
|
7230
|
+
readonly scrollMarginBottom: "space";
|
|
7231
|
+
readonly scrollMarginInline: "space";
|
|
7232
|
+
readonly scrollMarginInlineEnd: "space";
|
|
7233
|
+
readonly scrollMarginInlineStart: "space";
|
|
7234
|
+
readonly scrollMarginLeft: "space";
|
|
7235
|
+
readonly scrollMarginRight: "space";
|
|
7236
|
+
readonly scrollMarginTop: "space";
|
|
7237
|
+
readonly scrollPadding: "space";
|
|
7238
|
+
readonly scrollPaddingBlock: "space";
|
|
7239
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
7240
|
+
readonly scrollPaddingBlockStart: "space";
|
|
7241
|
+
readonly scrollPaddingBottom: "space";
|
|
7242
|
+
readonly scrollPaddingInline: "space";
|
|
7243
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
7244
|
+
readonly scrollPaddingInlineStart: "space";
|
|
7245
|
+
readonly scrollPaddingLeft: "space";
|
|
7246
|
+
readonly scrollPaddingRight: "space";
|
|
7247
|
+
readonly scrollPaddingTop: "space";
|
|
7836
7248
|
readonly stroke: "colors";
|
|
7837
7249
|
readonly strokeWidth: "stroke-width";
|
|
7838
7250
|
readonly textDecorationColor: "colors";
|
|
@@ -8146,17 +7558,17 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
8146
7558
|
readonly body: "Open Sans, sans-serif";
|
|
8147
7559
|
};
|
|
8148
7560
|
radii: {
|
|
7561
|
+
readonly 0: "0px";
|
|
8149
7562
|
readonly 25: "2px";
|
|
8150
7563
|
readonly 50: "4px";
|
|
8151
7564
|
readonly 75: "6px";
|
|
8152
7565
|
readonly 100: "8px";
|
|
8153
7566
|
readonly 200: "16px";
|
|
8154
|
-
readonly
|
|
8155
|
-
readonly none: "0px";
|
|
7567
|
+
readonly round: "999px";
|
|
8156
7568
|
};
|
|
8157
7569
|
shadows: {
|
|
8158
|
-
50: any;
|
|
8159
7570
|
100: any;
|
|
7571
|
+
50: any;
|
|
8160
7572
|
"focus-small": any;
|
|
8161
7573
|
"focus-small-outline": any;
|
|
8162
7574
|
"focus-large": any;
|
|
@@ -8186,48 +7598,6 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
8186
7598
|
readonly 1200: "96px";
|
|
8187
7599
|
readonly 1600: "128px";
|
|
8188
7600
|
};
|
|
8189
|
-
'space-gap': {
|
|
8190
|
-
readonly 0: any;
|
|
8191
|
-
readonly 50: any;
|
|
8192
|
-
readonly 100: any;
|
|
8193
|
-
readonly 200: any;
|
|
8194
|
-
readonly 300: any;
|
|
8195
|
-
};
|
|
8196
|
-
'space-inset': {
|
|
8197
|
-
readonly 0: any;
|
|
8198
|
-
readonly 50: any;
|
|
8199
|
-
readonly 100: any;
|
|
8200
|
-
readonly 150: any;
|
|
8201
|
-
readonly 200: any;
|
|
8202
|
-
readonly 300: any;
|
|
8203
|
-
readonly 400: any;
|
|
8204
|
-
readonly 500: any;
|
|
8205
|
-
readonly 600: any;
|
|
8206
|
-
readonly 700: any;
|
|
8207
|
-
readonly 800: any;
|
|
8208
|
-
readonly 1200: any;
|
|
8209
|
-
readonly 1600: any;
|
|
8210
|
-
};
|
|
8211
|
-
'space-offset': {
|
|
8212
|
-
readonly 0: any;
|
|
8213
|
-
readonly 50: any;
|
|
8214
|
-
readonly 100: any;
|
|
8215
|
-
readonly 150: any;
|
|
8216
|
-
readonly 200: any;
|
|
8217
|
-
readonly 300: any;
|
|
8218
|
-
readonly 400: any;
|
|
8219
|
-
readonly 600: any;
|
|
8220
|
-
readonly 800: any;
|
|
8221
|
-
readonly 1200: any;
|
|
8222
|
-
readonly 1600: any;
|
|
8223
|
-
readonly 'stacking-0': any;
|
|
8224
|
-
readonly 'stacking-100': any;
|
|
8225
|
-
readonly 'stacking-200': any;
|
|
8226
|
-
readonly 'stacking-300': any;
|
|
8227
|
-
readonly 'stacking-400': any;
|
|
8228
|
-
readonly 'stacking-500': any;
|
|
8229
|
-
readonly 'stacking-800': any;
|
|
8230
|
-
};
|
|
8231
7601
|
'stroke-width': {
|
|
8232
7602
|
readonly thin: "1.5px";
|
|
8233
7603
|
readonly normal: "2px";
|
|
@@ -8268,7 +7638,7 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
8268
7638
|
readonly borderRightColor: "colors";
|
|
8269
7639
|
readonly borderRightStyle: "border-styles";
|
|
8270
7640
|
readonly borderRightWidth: "border-widths";
|
|
8271
|
-
readonly borderSpacing: "space
|
|
7641
|
+
readonly borderSpacing: "space";
|
|
8272
7642
|
readonly borderStyle: "border-styles";
|
|
8273
7643
|
readonly borderTop: "colors";
|
|
8274
7644
|
readonly borderTopColor: "colors";
|
|
@@ -8281,42 +7651,42 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
8281
7651
|
readonly boxShadow: "shadows";
|
|
8282
7652
|
readonly caretColor: "colors";
|
|
8283
7653
|
readonly color: "colors";
|
|
8284
|
-
readonly columnGap: "space
|
|
7654
|
+
readonly columnGap: "space";
|
|
8285
7655
|
readonly columnRuleColor: "colors";
|
|
8286
7656
|
readonly fill: "colors";
|
|
8287
7657
|
readonly flexBasis: "sizes";
|
|
8288
7658
|
readonly fontFamily: "fonts";
|
|
8289
7659
|
readonly fontSize: "font-sizes";
|
|
8290
7660
|
readonly fontWeight: "font-weights";
|
|
8291
|
-
readonly gap: "space
|
|
8292
|
-
readonly gridColumnGap: "space
|
|
8293
|
-
readonly gridGap: "space
|
|
8294
|
-
readonly gridRowGap: "space
|
|
7661
|
+
readonly gap: "space";
|
|
7662
|
+
readonly gridColumnGap: "space";
|
|
7663
|
+
readonly gridGap: "space";
|
|
7664
|
+
readonly gridRowGap: "space";
|
|
8295
7665
|
readonly gridTemplateColumns: "sizes";
|
|
8296
7666
|
readonly gridTemplateRows: "sizes";
|
|
8297
7667
|
readonly height: "sizes";
|
|
8298
7668
|
readonly inlineSize: "sizes";
|
|
8299
|
-
readonly inset: "space
|
|
8300
|
-
readonly insetBlock: "space
|
|
8301
|
-
readonly insetBlockEnd: "space
|
|
8302
|
-
readonly insetBlockStart: "space
|
|
8303
|
-
readonly insetInline: "space
|
|
8304
|
-
readonly insetInlineEnd: "space
|
|
8305
|
-
readonly insetInlineStart: "space
|
|
7669
|
+
readonly inset: "space";
|
|
7670
|
+
readonly insetBlock: "space";
|
|
7671
|
+
readonly insetBlockEnd: "space";
|
|
7672
|
+
readonly insetBlockStart: "space";
|
|
7673
|
+
readonly insetInline: "space";
|
|
7674
|
+
readonly insetInlineEnd: "space";
|
|
7675
|
+
readonly insetInlineStart: "space";
|
|
8306
7676
|
readonly left: "space";
|
|
8307
7677
|
readonly letterSpacing: "letter-spacings";
|
|
8308
7678
|
readonly lineHeight: "line-heights";
|
|
8309
|
-
readonly margin: "space
|
|
8310
|
-
readonly marginBlock: "space
|
|
8311
|
-
readonly marginBlockEnd: "space
|
|
8312
|
-
readonly marginBlockStart: "space
|
|
8313
|
-
readonly marginBottom: "space
|
|
8314
|
-
readonly marginInline: "space
|
|
8315
|
-
readonly marginInlineEnd: "space
|
|
8316
|
-
readonly marginInlineStart: "space
|
|
8317
|
-
readonly marginLeft: "space
|
|
8318
|
-
readonly marginRight: "space
|
|
8319
|
-
readonly marginTop: "space
|
|
7679
|
+
readonly margin: "space";
|
|
7680
|
+
readonly marginBlock: "space";
|
|
7681
|
+
readonly marginBlockEnd: "space";
|
|
7682
|
+
readonly marginBlockStart: "space";
|
|
7683
|
+
readonly marginBottom: "space";
|
|
7684
|
+
readonly marginInline: "space";
|
|
7685
|
+
readonly marginInlineEnd: "space";
|
|
7686
|
+
readonly marginInlineStart: "space";
|
|
7687
|
+
readonly marginLeft: "space";
|
|
7688
|
+
readonly marginRight: "space";
|
|
7689
|
+
readonly marginTop: "space";
|
|
8320
7690
|
readonly maxBlockSize: "sizes";
|
|
8321
7691
|
readonly maxHeight: "sizes";
|
|
8322
7692
|
readonly maxInlineSize: "sizes";
|
|
@@ -8327,41 +7697,41 @@ declare const StyledIconSlot: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
8327
7697
|
readonly minWidth: "sizes";
|
|
8328
7698
|
readonly outline: "colors";
|
|
8329
7699
|
readonly outlineColor: "colors";
|
|
8330
|
-
readonly padding: "space
|
|
8331
|
-
readonly paddingBlock: "space
|
|
8332
|
-
readonly paddingBlockEnd: "space
|
|
8333
|
-
readonly paddingBlockStart: "space
|
|
8334
|
-
readonly paddingBottom: "space
|
|
8335
|
-
readonly paddingInline: "space
|
|
8336
|
-
readonly paddingInlineEnd: "space
|
|
8337
|
-
readonly paddingInlineStart: "space
|
|
8338
|
-
readonly paddingLeft: "space
|
|
8339
|
-
readonly paddingRight: "space
|
|
8340
|
-
readonly paddingTop: "space
|
|
7700
|
+
readonly padding: "space";
|
|
7701
|
+
readonly paddingBlock: "space";
|
|
7702
|
+
readonly paddingBlockEnd: "space";
|
|
7703
|
+
readonly paddingBlockStart: "space";
|
|
7704
|
+
readonly paddingBottom: "space";
|
|
7705
|
+
readonly paddingInline: "space";
|
|
7706
|
+
readonly paddingInlineEnd: "space";
|
|
7707
|
+
readonly paddingInlineStart: "space";
|
|
7708
|
+
readonly paddingLeft: "space";
|
|
7709
|
+
readonly paddingRight: "space";
|
|
7710
|
+
readonly paddingTop: "space";
|
|
8341
7711
|
readonly right: "space";
|
|
8342
|
-
readonly rowGap: "space
|
|
8343
|
-
readonly scrollMargin: "space
|
|
8344
|
-
readonly scrollMarginBlock: "space
|
|
8345
|
-
readonly scrollMarginBlockEnd: "space
|
|
8346
|
-
readonly scrollMarginBlockStart: "space
|
|
8347
|
-
readonly scrollMarginBottom: "space
|
|
8348
|
-
readonly scrollMarginInline: "space
|
|
8349
|
-
readonly scrollMarginInlineEnd: "space
|
|
8350
|
-
readonly scrollMarginInlineStart: "space
|
|
8351
|
-
readonly scrollMarginLeft: "space
|
|
8352
|
-
readonly scrollMarginRight: "space
|
|
8353
|
-
readonly scrollMarginTop: "space
|
|
8354
|
-
readonly scrollPadding: "space
|
|
8355
|
-
readonly scrollPaddingBlock: "space
|
|
8356
|
-
readonly scrollPaddingBlockEnd: "space
|
|
8357
|
-
readonly scrollPaddingBlockStart: "space
|
|
8358
|
-
readonly scrollPaddingBottom: "space
|
|
8359
|
-
readonly scrollPaddingInline: "space
|
|
8360
|
-
readonly scrollPaddingInlineEnd: "space
|
|
8361
|
-
readonly scrollPaddingInlineStart: "space
|
|
8362
|
-
readonly scrollPaddingLeft: "space
|
|
8363
|
-
readonly scrollPaddingRight: "space
|
|
8364
|
-
readonly scrollPaddingTop: "space
|
|
7712
|
+
readonly rowGap: "space";
|
|
7713
|
+
readonly scrollMargin: "space";
|
|
7714
|
+
readonly scrollMarginBlock: "space";
|
|
7715
|
+
readonly scrollMarginBlockEnd: "space";
|
|
7716
|
+
readonly scrollMarginBlockStart: "space";
|
|
7717
|
+
readonly scrollMarginBottom: "space";
|
|
7718
|
+
readonly scrollMarginInline: "space";
|
|
7719
|
+
readonly scrollMarginInlineEnd: "space";
|
|
7720
|
+
readonly scrollMarginInlineStart: "space";
|
|
7721
|
+
readonly scrollMarginLeft: "space";
|
|
7722
|
+
readonly scrollMarginRight: "space";
|
|
7723
|
+
readonly scrollMarginTop: "space";
|
|
7724
|
+
readonly scrollPadding: "space";
|
|
7725
|
+
readonly scrollPaddingBlock: "space";
|
|
7726
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
7727
|
+
readonly scrollPaddingBlockStart: "space";
|
|
7728
|
+
readonly scrollPaddingBottom: "space";
|
|
7729
|
+
readonly scrollPaddingInline: "space";
|
|
7730
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
7731
|
+
readonly scrollPaddingInlineStart: "space";
|
|
7732
|
+
readonly scrollPaddingLeft: "space";
|
|
7733
|
+
readonly scrollPaddingRight: "space";
|
|
7734
|
+
readonly scrollPaddingTop: "space";
|
|
8365
7735
|
readonly stroke: "colors";
|
|
8366
7736
|
readonly strokeWidth: "stroke-width";
|
|
8367
7737
|
readonly textDecorationColor: "colors";
|
|
@@ -8681,17 +8051,17 @@ declare const IconSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit<
|
|
|
8681
8051
|
readonly body: "Open Sans, sans-serif";
|
|
8682
8052
|
};
|
|
8683
8053
|
radii: {
|
|
8054
|
+
readonly 0: "0px";
|
|
8684
8055
|
readonly 25: "2px";
|
|
8685
8056
|
readonly 50: "4px";
|
|
8686
8057
|
readonly 75: "6px";
|
|
8687
8058
|
readonly 100: "8px";
|
|
8688
8059
|
readonly 200: "16px";
|
|
8689
|
-
readonly
|
|
8690
|
-
readonly none: "0px";
|
|
8060
|
+
readonly round: "999px";
|
|
8691
8061
|
};
|
|
8692
8062
|
shadows: {
|
|
8693
|
-
50: any;
|
|
8694
8063
|
100: any;
|
|
8064
|
+
50: any;
|
|
8695
8065
|
"focus-small": any;
|
|
8696
8066
|
"focus-small-outline": any;
|
|
8697
8067
|
"focus-large": any;
|
|
@@ -8721,48 +8091,6 @@ declare const IconSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit<
|
|
|
8721
8091
|
readonly 1200: "96px";
|
|
8722
8092
|
readonly 1600: "128px";
|
|
8723
8093
|
};
|
|
8724
|
-
'space-gap': {
|
|
8725
|
-
readonly 0: any;
|
|
8726
|
-
readonly 50: any;
|
|
8727
|
-
readonly 100: any;
|
|
8728
|
-
readonly 200: any;
|
|
8729
|
-
readonly 300: any;
|
|
8730
|
-
};
|
|
8731
|
-
'space-inset': {
|
|
8732
|
-
readonly 0: any;
|
|
8733
|
-
readonly 50: any;
|
|
8734
|
-
readonly 100: any;
|
|
8735
|
-
readonly 150: any;
|
|
8736
|
-
readonly 200: any;
|
|
8737
|
-
readonly 300: any;
|
|
8738
|
-
readonly 400: any;
|
|
8739
|
-
readonly 500: any;
|
|
8740
|
-
readonly 600: any;
|
|
8741
|
-
readonly 700: any;
|
|
8742
|
-
readonly 800: any;
|
|
8743
|
-
readonly 1200: any;
|
|
8744
|
-
readonly 1600: any;
|
|
8745
|
-
};
|
|
8746
|
-
'space-offset': {
|
|
8747
|
-
readonly 0: any;
|
|
8748
|
-
readonly 50: any;
|
|
8749
|
-
readonly 100: any;
|
|
8750
|
-
readonly 150: any;
|
|
8751
|
-
readonly 200: any;
|
|
8752
|
-
readonly 300: any;
|
|
8753
|
-
readonly 400: any;
|
|
8754
|
-
readonly 600: any;
|
|
8755
|
-
readonly 800: any;
|
|
8756
|
-
readonly 1200: any;
|
|
8757
|
-
readonly 1600: any;
|
|
8758
|
-
readonly 'stacking-0': any;
|
|
8759
|
-
readonly 'stacking-100': any;
|
|
8760
|
-
readonly 'stacking-200': any;
|
|
8761
|
-
readonly 'stacking-300': any;
|
|
8762
|
-
readonly 'stacking-400': any;
|
|
8763
|
-
readonly 'stacking-500': any;
|
|
8764
|
-
readonly 'stacking-800': any;
|
|
8765
|
-
};
|
|
8766
8094
|
'stroke-width': {
|
|
8767
8095
|
readonly thin: "1.5px";
|
|
8768
8096
|
readonly normal: "2px";
|
|
@@ -8803,7 +8131,7 @@ declare const IconSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit<
|
|
|
8803
8131
|
readonly borderRightColor: "colors";
|
|
8804
8132
|
readonly borderRightStyle: "border-styles";
|
|
8805
8133
|
readonly borderRightWidth: "border-widths";
|
|
8806
|
-
readonly borderSpacing: "space
|
|
8134
|
+
readonly borderSpacing: "space";
|
|
8807
8135
|
readonly borderStyle: "border-styles";
|
|
8808
8136
|
readonly borderTop: "colors";
|
|
8809
8137
|
readonly borderTopColor: "colors";
|
|
@@ -8816,42 +8144,42 @@ declare const IconSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit<
|
|
|
8816
8144
|
readonly boxShadow: "shadows";
|
|
8817
8145
|
readonly caretColor: "colors";
|
|
8818
8146
|
readonly color: "colors";
|
|
8819
|
-
readonly columnGap: "space
|
|
8147
|
+
readonly columnGap: "space";
|
|
8820
8148
|
readonly columnRuleColor: "colors";
|
|
8821
8149
|
readonly fill: "colors";
|
|
8822
8150
|
readonly flexBasis: "sizes";
|
|
8823
8151
|
readonly fontFamily: "fonts";
|
|
8824
8152
|
readonly fontSize: "font-sizes";
|
|
8825
8153
|
readonly fontWeight: "font-weights";
|
|
8826
|
-
readonly gap: "space
|
|
8827
|
-
readonly gridColumnGap: "space
|
|
8828
|
-
readonly gridGap: "space
|
|
8829
|
-
readonly gridRowGap: "space
|
|
8154
|
+
readonly gap: "space";
|
|
8155
|
+
readonly gridColumnGap: "space";
|
|
8156
|
+
readonly gridGap: "space";
|
|
8157
|
+
readonly gridRowGap: "space";
|
|
8830
8158
|
readonly gridTemplateColumns: "sizes";
|
|
8831
8159
|
readonly gridTemplateRows: "sizes";
|
|
8832
8160
|
readonly height: "sizes";
|
|
8833
8161
|
readonly inlineSize: "sizes";
|
|
8834
|
-
readonly inset: "space
|
|
8835
|
-
readonly insetBlock: "space
|
|
8836
|
-
readonly insetBlockEnd: "space
|
|
8837
|
-
readonly insetBlockStart: "space
|
|
8838
|
-
readonly insetInline: "space
|
|
8839
|
-
readonly insetInlineEnd: "space
|
|
8840
|
-
readonly insetInlineStart: "space
|
|
8162
|
+
readonly inset: "space";
|
|
8163
|
+
readonly insetBlock: "space";
|
|
8164
|
+
readonly insetBlockEnd: "space";
|
|
8165
|
+
readonly insetBlockStart: "space";
|
|
8166
|
+
readonly insetInline: "space";
|
|
8167
|
+
readonly insetInlineEnd: "space";
|
|
8168
|
+
readonly insetInlineStart: "space";
|
|
8841
8169
|
readonly left: "space";
|
|
8842
8170
|
readonly letterSpacing: "letter-spacings";
|
|
8843
8171
|
readonly lineHeight: "line-heights";
|
|
8844
|
-
readonly margin: "space
|
|
8845
|
-
readonly marginBlock: "space
|
|
8846
|
-
readonly marginBlockEnd: "space
|
|
8847
|
-
readonly marginBlockStart: "space
|
|
8848
|
-
readonly marginBottom: "space
|
|
8849
|
-
readonly marginInline: "space
|
|
8850
|
-
readonly marginInlineEnd: "space
|
|
8851
|
-
readonly marginInlineStart: "space
|
|
8852
|
-
readonly marginLeft: "space
|
|
8853
|
-
readonly marginRight: "space
|
|
8854
|
-
readonly marginTop: "space
|
|
8172
|
+
readonly margin: "space";
|
|
8173
|
+
readonly marginBlock: "space";
|
|
8174
|
+
readonly marginBlockEnd: "space";
|
|
8175
|
+
readonly marginBlockStart: "space";
|
|
8176
|
+
readonly marginBottom: "space";
|
|
8177
|
+
readonly marginInline: "space";
|
|
8178
|
+
readonly marginInlineEnd: "space";
|
|
8179
|
+
readonly marginInlineStart: "space";
|
|
8180
|
+
readonly marginLeft: "space";
|
|
8181
|
+
readonly marginRight: "space";
|
|
8182
|
+
readonly marginTop: "space";
|
|
8855
8183
|
readonly maxBlockSize: "sizes";
|
|
8856
8184
|
readonly maxHeight: "sizes";
|
|
8857
8185
|
readonly maxInlineSize: "sizes";
|
|
@@ -8862,41 +8190,41 @@ declare const IconSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit<
|
|
|
8862
8190
|
readonly minWidth: "sizes";
|
|
8863
8191
|
readonly outline: "colors";
|
|
8864
8192
|
readonly outlineColor: "colors";
|
|
8865
|
-
readonly padding: "space
|
|
8866
|
-
readonly paddingBlock: "space
|
|
8867
|
-
readonly paddingBlockEnd: "space
|
|
8868
|
-
readonly paddingBlockStart: "space
|
|
8869
|
-
readonly paddingBottom: "space
|
|
8870
|
-
readonly paddingInline: "space
|
|
8871
|
-
readonly paddingInlineEnd: "space
|
|
8872
|
-
readonly paddingInlineStart: "space
|
|
8873
|
-
readonly paddingLeft: "space
|
|
8874
|
-
readonly paddingRight: "space
|
|
8875
|
-
readonly paddingTop: "space
|
|
8193
|
+
readonly padding: "space";
|
|
8194
|
+
readonly paddingBlock: "space";
|
|
8195
|
+
readonly paddingBlockEnd: "space";
|
|
8196
|
+
readonly paddingBlockStart: "space";
|
|
8197
|
+
readonly paddingBottom: "space";
|
|
8198
|
+
readonly paddingInline: "space";
|
|
8199
|
+
readonly paddingInlineEnd: "space";
|
|
8200
|
+
readonly paddingInlineStart: "space";
|
|
8201
|
+
readonly paddingLeft: "space";
|
|
8202
|
+
readonly paddingRight: "space";
|
|
8203
|
+
readonly paddingTop: "space";
|
|
8876
8204
|
readonly right: "space";
|
|
8877
|
-
readonly rowGap: "space
|
|
8878
|
-
readonly scrollMargin: "space
|
|
8879
|
-
readonly scrollMarginBlock: "space
|
|
8880
|
-
readonly scrollMarginBlockEnd: "space
|
|
8881
|
-
readonly scrollMarginBlockStart: "space
|
|
8882
|
-
readonly scrollMarginBottom: "space
|
|
8883
|
-
readonly scrollMarginInline: "space
|
|
8884
|
-
readonly scrollMarginInlineEnd: "space
|
|
8885
|
-
readonly scrollMarginInlineStart: "space
|
|
8886
|
-
readonly scrollMarginLeft: "space
|
|
8887
|
-
readonly scrollMarginRight: "space
|
|
8888
|
-
readonly scrollMarginTop: "space
|
|
8889
|
-
readonly scrollPadding: "space
|
|
8890
|
-
readonly scrollPaddingBlock: "space
|
|
8891
|
-
readonly scrollPaddingBlockEnd: "space
|
|
8892
|
-
readonly scrollPaddingBlockStart: "space
|
|
8893
|
-
readonly scrollPaddingBottom: "space
|
|
8894
|
-
readonly scrollPaddingInline: "space
|
|
8895
|
-
readonly scrollPaddingInlineEnd: "space
|
|
8896
|
-
readonly scrollPaddingInlineStart: "space
|
|
8897
|
-
readonly scrollPaddingLeft: "space
|
|
8898
|
-
readonly scrollPaddingRight: "space
|
|
8899
|
-
readonly scrollPaddingTop: "space
|
|
8205
|
+
readonly rowGap: "space";
|
|
8206
|
+
readonly scrollMargin: "space";
|
|
8207
|
+
readonly scrollMarginBlock: "space";
|
|
8208
|
+
readonly scrollMarginBlockEnd: "space";
|
|
8209
|
+
readonly scrollMarginBlockStart: "space";
|
|
8210
|
+
readonly scrollMarginBottom: "space";
|
|
8211
|
+
readonly scrollMarginInline: "space";
|
|
8212
|
+
readonly scrollMarginInlineEnd: "space";
|
|
8213
|
+
readonly scrollMarginInlineStart: "space";
|
|
8214
|
+
readonly scrollMarginLeft: "space";
|
|
8215
|
+
readonly scrollMarginRight: "space";
|
|
8216
|
+
readonly scrollMarginTop: "space";
|
|
8217
|
+
readonly scrollPadding: "space";
|
|
8218
|
+
readonly scrollPaddingBlock: "space";
|
|
8219
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
8220
|
+
readonly scrollPaddingBlockStart: "space";
|
|
8221
|
+
readonly scrollPaddingBottom: "space";
|
|
8222
|
+
readonly scrollPaddingInline: "space";
|
|
8223
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
8224
|
+
readonly scrollPaddingInlineStart: "space";
|
|
8225
|
+
readonly scrollPaddingLeft: "space";
|
|
8226
|
+
readonly scrollPaddingRight: "space";
|
|
8227
|
+
readonly scrollPaddingTop: "space";
|
|
8900
8228
|
readonly stroke: "colors";
|
|
8901
8229
|
readonly strokeWidth: "stroke-width";
|
|
8902
8230
|
readonly textDecorationColor: "colors";
|
|
@@ -9210,17 +8538,17 @@ declare const IconSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit<
|
|
|
9210
8538
|
readonly body: "Open Sans, sans-serif";
|
|
9211
8539
|
};
|
|
9212
8540
|
radii: {
|
|
8541
|
+
readonly 0: "0px";
|
|
9213
8542
|
readonly 25: "2px";
|
|
9214
8543
|
readonly 50: "4px";
|
|
9215
8544
|
readonly 75: "6px";
|
|
9216
8545
|
readonly 100: "8px";
|
|
9217
8546
|
readonly 200: "16px";
|
|
9218
|
-
readonly
|
|
9219
|
-
readonly none: "0px";
|
|
8547
|
+
readonly round: "999px";
|
|
9220
8548
|
};
|
|
9221
8549
|
shadows: {
|
|
9222
|
-
50: any;
|
|
9223
8550
|
100: any;
|
|
8551
|
+
50: any;
|
|
9224
8552
|
"focus-small": any;
|
|
9225
8553
|
"focus-small-outline": any;
|
|
9226
8554
|
"focus-large": any;
|
|
@@ -9250,48 +8578,6 @@ declare const IconSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit<
|
|
|
9250
8578
|
readonly 1200: "96px";
|
|
9251
8579
|
readonly 1600: "128px";
|
|
9252
8580
|
};
|
|
9253
|
-
'space-gap': {
|
|
9254
|
-
readonly 0: any;
|
|
9255
|
-
readonly 50: any;
|
|
9256
|
-
readonly 100: any;
|
|
9257
|
-
readonly 200: any;
|
|
9258
|
-
readonly 300: any;
|
|
9259
|
-
};
|
|
9260
|
-
'space-inset': {
|
|
9261
|
-
readonly 0: any;
|
|
9262
|
-
readonly 50: any;
|
|
9263
|
-
readonly 100: any;
|
|
9264
|
-
readonly 150: any;
|
|
9265
|
-
readonly 200: any;
|
|
9266
|
-
readonly 300: any;
|
|
9267
|
-
readonly 400: any;
|
|
9268
|
-
readonly 500: any;
|
|
9269
|
-
readonly 600: any;
|
|
9270
|
-
readonly 700: any;
|
|
9271
|
-
readonly 800: any;
|
|
9272
|
-
readonly 1200: any;
|
|
9273
|
-
readonly 1600: any;
|
|
9274
|
-
};
|
|
9275
|
-
'space-offset': {
|
|
9276
|
-
readonly 0: any;
|
|
9277
|
-
readonly 50: any;
|
|
9278
|
-
readonly 100: any;
|
|
9279
|
-
readonly 150: any;
|
|
9280
|
-
readonly 200: any;
|
|
9281
|
-
readonly 300: any;
|
|
9282
|
-
readonly 400: any;
|
|
9283
|
-
readonly 600: any;
|
|
9284
|
-
readonly 800: any;
|
|
9285
|
-
readonly 1200: any;
|
|
9286
|
-
readonly 1600: any;
|
|
9287
|
-
readonly 'stacking-0': any;
|
|
9288
|
-
readonly 'stacking-100': any;
|
|
9289
|
-
readonly 'stacking-200': any;
|
|
9290
|
-
readonly 'stacking-300': any;
|
|
9291
|
-
readonly 'stacking-400': any;
|
|
9292
|
-
readonly 'stacking-500': any;
|
|
9293
|
-
readonly 'stacking-800': any;
|
|
9294
|
-
};
|
|
9295
8581
|
'stroke-width': {
|
|
9296
8582
|
readonly thin: "1.5px";
|
|
9297
8583
|
readonly normal: "2px";
|
|
@@ -9332,7 +8618,7 @@ declare const IconSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit<
|
|
|
9332
8618
|
readonly borderRightColor: "colors";
|
|
9333
8619
|
readonly borderRightStyle: "border-styles";
|
|
9334
8620
|
readonly borderRightWidth: "border-widths";
|
|
9335
|
-
readonly borderSpacing: "space
|
|
8621
|
+
readonly borderSpacing: "space";
|
|
9336
8622
|
readonly borderStyle: "border-styles";
|
|
9337
8623
|
readonly borderTop: "colors";
|
|
9338
8624
|
readonly borderTopColor: "colors";
|
|
@@ -9345,42 +8631,42 @@ declare const IconSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit<
|
|
|
9345
8631
|
readonly boxShadow: "shadows";
|
|
9346
8632
|
readonly caretColor: "colors";
|
|
9347
8633
|
readonly color: "colors";
|
|
9348
|
-
readonly columnGap: "space
|
|
8634
|
+
readonly columnGap: "space";
|
|
9349
8635
|
readonly columnRuleColor: "colors";
|
|
9350
8636
|
readonly fill: "colors";
|
|
9351
8637
|
readonly flexBasis: "sizes";
|
|
9352
8638
|
readonly fontFamily: "fonts";
|
|
9353
8639
|
readonly fontSize: "font-sizes";
|
|
9354
8640
|
readonly fontWeight: "font-weights";
|
|
9355
|
-
readonly gap: "space
|
|
9356
|
-
readonly gridColumnGap: "space
|
|
9357
|
-
readonly gridGap: "space
|
|
9358
|
-
readonly gridRowGap: "space
|
|
8641
|
+
readonly gap: "space";
|
|
8642
|
+
readonly gridColumnGap: "space";
|
|
8643
|
+
readonly gridGap: "space";
|
|
8644
|
+
readonly gridRowGap: "space";
|
|
9359
8645
|
readonly gridTemplateColumns: "sizes";
|
|
9360
8646
|
readonly gridTemplateRows: "sizes";
|
|
9361
8647
|
readonly height: "sizes";
|
|
9362
8648
|
readonly inlineSize: "sizes";
|
|
9363
|
-
readonly inset: "space
|
|
9364
|
-
readonly insetBlock: "space
|
|
9365
|
-
readonly insetBlockEnd: "space
|
|
9366
|
-
readonly insetBlockStart: "space
|
|
9367
|
-
readonly insetInline: "space
|
|
9368
|
-
readonly insetInlineEnd: "space
|
|
9369
|
-
readonly insetInlineStart: "space
|
|
8649
|
+
readonly inset: "space";
|
|
8650
|
+
readonly insetBlock: "space";
|
|
8651
|
+
readonly insetBlockEnd: "space";
|
|
8652
|
+
readonly insetBlockStart: "space";
|
|
8653
|
+
readonly insetInline: "space";
|
|
8654
|
+
readonly insetInlineEnd: "space";
|
|
8655
|
+
readonly insetInlineStart: "space";
|
|
9370
8656
|
readonly left: "space";
|
|
9371
8657
|
readonly letterSpacing: "letter-spacings";
|
|
9372
8658
|
readonly lineHeight: "line-heights";
|
|
9373
|
-
readonly margin: "space
|
|
9374
|
-
readonly marginBlock: "space
|
|
9375
|
-
readonly marginBlockEnd: "space
|
|
9376
|
-
readonly marginBlockStart: "space
|
|
9377
|
-
readonly marginBottom: "space
|
|
9378
|
-
readonly marginInline: "space
|
|
9379
|
-
readonly marginInlineEnd: "space
|
|
9380
|
-
readonly marginInlineStart: "space
|
|
9381
|
-
readonly marginLeft: "space
|
|
9382
|
-
readonly marginRight: "space
|
|
9383
|
-
readonly marginTop: "space
|
|
8659
|
+
readonly margin: "space";
|
|
8660
|
+
readonly marginBlock: "space";
|
|
8661
|
+
readonly marginBlockEnd: "space";
|
|
8662
|
+
readonly marginBlockStart: "space";
|
|
8663
|
+
readonly marginBottom: "space";
|
|
8664
|
+
readonly marginInline: "space";
|
|
8665
|
+
readonly marginInlineEnd: "space";
|
|
8666
|
+
readonly marginInlineStart: "space";
|
|
8667
|
+
readonly marginLeft: "space";
|
|
8668
|
+
readonly marginRight: "space";
|
|
8669
|
+
readonly marginTop: "space";
|
|
9384
8670
|
readonly maxBlockSize: "sizes";
|
|
9385
8671
|
readonly maxHeight: "sizes";
|
|
9386
8672
|
readonly maxInlineSize: "sizes";
|
|
@@ -9391,41 +8677,41 @@ declare const IconSlot: react__default.ForwardRefExoticComponent<Omit<Omit<Omit<
|
|
|
9391
8677
|
readonly minWidth: "sizes";
|
|
9392
8678
|
readonly outline: "colors";
|
|
9393
8679
|
readonly outlineColor: "colors";
|
|
9394
|
-
readonly padding: "space
|
|
9395
|
-
readonly paddingBlock: "space
|
|
9396
|
-
readonly paddingBlockEnd: "space
|
|
9397
|
-
readonly paddingBlockStart: "space
|
|
9398
|
-
readonly paddingBottom: "space
|
|
9399
|
-
readonly paddingInline: "space
|
|
9400
|
-
readonly paddingInlineEnd: "space
|
|
9401
|
-
readonly paddingInlineStart: "space
|
|
9402
|
-
readonly paddingLeft: "space
|
|
9403
|
-
readonly paddingRight: "space
|
|
9404
|
-
readonly paddingTop: "space
|
|
8680
|
+
readonly padding: "space";
|
|
8681
|
+
readonly paddingBlock: "space";
|
|
8682
|
+
readonly paddingBlockEnd: "space";
|
|
8683
|
+
readonly paddingBlockStart: "space";
|
|
8684
|
+
readonly paddingBottom: "space";
|
|
8685
|
+
readonly paddingInline: "space";
|
|
8686
|
+
readonly paddingInlineEnd: "space";
|
|
8687
|
+
readonly paddingInlineStart: "space";
|
|
8688
|
+
readonly paddingLeft: "space";
|
|
8689
|
+
readonly paddingRight: "space";
|
|
8690
|
+
readonly paddingTop: "space";
|
|
9405
8691
|
readonly right: "space";
|
|
9406
|
-
readonly rowGap: "space
|
|
9407
|
-
readonly scrollMargin: "space
|
|
9408
|
-
readonly scrollMarginBlock: "space
|
|
9409
|
-
readonly scrollMarginBlockEnd: "space
|
|
9410
|
-
readonly scrollMarginBlockStart: "space
|
|
9411
|
-
readonly scrollMarginBottom: "space
|
|
9412
|
-
readonly scrollMarginInline: "space
|
|
9413
|
-
readonly scrollMarginInlineEnd: "space
|
|
9414
|
-
readonly scrollMarginInlineStart: "space
|
|
9415
|
-
readonly scrollMarginLeft: "space
|
|
9416
|
-
readonly scrollMarginRight: "space
|
|
9417
|
-
readonly scrollMarginTop: "space
|
|
9418
|
-
readonly scrollPadding: "space
|
|
9419
|
-
readonly scrollPaddingBlock: "space
|
|
9420
|
-
readonly scrollPaddingBlockEnd: "space
|
|
9421
|
-
readonly scrollPaddingBlockStart: "space
|
|
9422
|
-
readonly scrollPaddingBottom: "space
|
|
9423
|
-
readonly scrollPaddingInline: "space
|
|
9424
|
-
readonly scrollPaddingInlineEnd: "space
|
|
9425
|
-
readonly scrollPaddingInlineStart: "space
|
|
9426
|
-
readonly scrollPaddingLeft: "space
|
|
9427
|
-
readonly scrollPaddingRight: "space
|
|
9428
|
-
readonly scrollPaddingTop: "space
|
|
8692
|
+
readonly rowGap: "space";
|
|
8693
|
+
readonly scrollMargin: "space";
|
|
8694
|
+
readonly scrollMarginBlock: "space";
|
|
8695
|
+
readonly scrollMarginBlockEnd: "space";
|
|
8696
|
+
readonly scrollMarginBlockStart: "space";
|
|
8697
|
+
readonly scrollMarginBottom: "space";
|
|
8698
|
+
readonly scrollMarginInline: "space";
|
|
8699
|
+
readonly scrollMarginInlineEnd: "space";
|
|
8700
|
+
readonly scrollMarginInlineStart: "space";
|
|
8701
|
+
readonly scrollMarginLeft: "space";
|
|
8702
|
+
readonly scrollMarginRight: "space";
|
|
8703
|
+
readonly scrollMarginTop: "space";
|
|
8704
|
+
readonly scrollPadding: "space";
|
|
8705
|
+
readonly scrollPaddingBlock: "space";
|
|
8706
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
8707
|
+
readonly scrollPaddingBlockStart: "space";
|
|
8708
|
+
readonly scrollPaddingBottom: "space";
|
|
8709
|
+
readonly scrollPaddingInline: "space";
|
|
8710
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
8711
|
+
readonly scrollPaddingInlineStart: "space";
|
|
8712
|
+
readonly scrollPaddingLeft: "space";
|
|
8713
|
+
readonly scrollPaddingRight: "space";
|
|
8714
|
+
readonly scrollPaddingTop: "space";
|
|
9429
8715
|
readonly stroke: "colors";
|
|
9430
8716
|
readonly strokeWidth: "stroke-width";
|
|
9431
8717
|
readonly textDecorationColor: "colors";
|
|
@@ -9749,17 +9035,17 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
9749
9035
|
readonly body: "Open Sans, sans-serif";
|
|
9750
9036
|
};
|
|
9751
9037
|
radii: {
|
|
9038
|
+
readonly 0: "0px";
|
|
9752
9039
|
readonly 25: "2px";
|
|
9753
9040
|
readonly 50: "4px";
|
|
9754
9041
|
readonly 75: "6px";
|
|
9755
9042
|
readonly 100: "8px";
|
|
9756
9043
|
readonly 200: "16px";
|
|
9757
|
-
readonly
|
|
9758
|
-
readonly none: "0px";
|
|
9044
|
+
readonly round: "999px";
|
|
9759
9045
|
};
|
|
9760
9046
|
shadows: {
|
|
9761
|
-
50: any;
|
|
9762
9047
|
100: any;
|
|
9048
|
+
50: any;
|
|
9763
9049
|
"focus-small": any;
|
|
9764
9050
|
"focus-small-outline": any;
|
|
9765
9051
|
"focus-large": any;
|
|
@@ -9789,48 +9075,6 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
9789
9075
|
readonly 1200: "96px";
|
|
9790
9076
|
readonly 1600: "128px";
|
|
9791
9077
|
};
|
|
9792
|
-
'space-gap': {
|
|
9793
|
-
readonly 0: any;
|
|
9794
|
-
readonly 50: any;
|
|
9795
|
-
readonly 100: any;
|
|
9796
|
-
readonly 200: any;
|
|
9797
|
-
readonly 300: any;
|
|
9798
|
-
};
|
|
9799
|
-
'space-inset': {
|
|
9800
|
-
readonly 0: any;
|
|
9801
|
-
readonly 50: any;
|
|
9802
|
-
readonly 100: any;
|
|
9803
|
-
readonly 150: any;
|
|
9804
|
-
readonly 200: any;
|
|
9805
|
-
readonly 300: any;
|
|
9806
|
-
readonly 400: any;
|
|
9807
|
-
readonly 500: any;
|
|
9808
|
-
readonly 600: any;
|
|
9809
|
-
readonly 700: any;
|
|
9810
|
-
readonly 800: any;
|
|
9811
|
-
readonly 1200: any;
|
|
9812
|
-
readonly 1600: any;
|
|
9813
|
-
};
|
|
9814
|
-
'space-offset': {
|
|
9815
|
-
readonly 0: any;
|
|
9816
|
-
readonly 50: any;
|
|
9817
|
-
readonly 100: any;
|
|
9818
|
-
readonly 150: any;
|
|
9819
|
-
readonly 200: any;
|
|
9820
|
-
readonly 300: any;
|
|
9821
|
-
readonly 400: any;
|
|
9822
|
-
readonly 600: any;
|
|
9823
|
-
readonly 800: any;
|
|
9824
|
-
readonly 1200: any;
|
|
9825
|
-
readonly 1600: any;
|
|
9826
|
-
readonly 'stacking-0': any;
|
|
9827
|
-
readonly 'stacking-100': any;
|
|
9828
|
-
readonly 'stacking-200': any;
|
|
9829
|
-
readonly 'stacking-300': any;
|
|
9830
|
-
readonly 'stacking-400': any;
|
|
9831
|
-
readonly 'stacking-500': any;
|
|
9832
|
-
readonly 'stacking-800': any;
|
|
9833
|
-
};
|
|
9834
9078
|
'stroke-width': {
|
|
9835
9079
|
readonly thin: "1.5px";
|
|
9836
9080
|
readonly normal: "2px";
|
|
@@ -9871,7 +9115,7 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
9871
9115
|
readonly borderRightColor: "colors";
|
|
9872
9116
|
readonly borderRightStyle: "border-styles";
|
|
9873
9117
|
readonly borderRightWidth: "border-widths";
|
|
9874
|
-
readonly borderSpacing: "space
|
|
9118
|
+
readonly borderSpacing: "space";
|
|
9875
9119
|
readonly borderStyle: "border-styles";
|
|
9876
9120
|
readonly borderTop: "colors";
|
|
9877
9121
|
readonly borderTopColor: "colors";
|
|
@@ -9884,42 +9128,42 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
9884
9128
|
readonly boxShadow: "shadows";
|
|
9885
9129
|
readonly caretColor: "colors";
|
|
9886
9130
|
readonly color: "colors";
|
|
9887
|
-
readonly columnGap: "space
|
|
9131
|
+
readonly columnGap: "space";
|
|
9888
9132
|
readonly columnRuleColor: "colors";
|
|
9889
9133
|
readonly fill: "colors";
|
|
9890
9134
|
readonly flexBasis: "sizes";
|
|
9891
9135
|
readonly fontFamily: "fonts";
|
|
9892
9136
|
readonly fontSize: "font-sizes";
|
|
9893
9137
|
readonly fontWeight: "font-weights";
|
|
9894
|
-
readonly gap: "space
|
|
9895
|
-
readonly gridColumnGap: "space
|
|
9896
|
-
readonly gridGap: "space
|
|
9897
|
-
readonly gridRowGap: "space
|
|
9138
|
+
readonly gap: "space";
|
|
9139
|
+
readonly gridColumnGap: "space";
|
|
9140
|
+
readonly gridGap: "space";
|
|
9141
|
+
readonly gridRowGap: "space";
|
|
9898
9142
|
readonly gridTemplateColumns: "sizes";
|
|
9899
9143
|
readonly gridTemplateRows: "sizes";
|
|
9900
9144
|
readonly height: "sizes";
|
|
9901
9145
|
readonly inlineSize: "sizes";
|
|
9902
|
-
readonly inset: "space
|
|
9903
|
-
readonly insetBlock: "space
|
|
9904
|
-
readonly insetBlockEnd: "space
|
|
9905
|
-
readonly insetBlockStart: "space
|
|
9906
|
-
readonly insetInline: "space
|
|
9907
|
-
readonly insetInlineEnd: "space
|
|
9908
|
-
readonly insetInlineStart: "space
|
|
9146
|
+
readonly inset: "space";
|
|
9147
|
+
readonly insetBlock: "space";
|
|
9148
|
+
readonly insetBlockEnd: "space";
|
|
9149
|
+
readonly insetBlockStart: "space";
|
|
9150
|
+
readonly insetInline: "space";
|
|
9151
|
+
readonly insetInlineEnd: "space";
|
|
9152
|
+
readonly insetInlineStart: "space";
|
|
9909
9153
|
readonly left: "space";
|
|
9910
9154
|
readonly letterSpacing: "letter-spacings";
|
|
9911
9155
|
readonly lineHeight: "line-heights";
|
|
9912
|
-
readonly margin: "space
|
|
9913
|
-
readonly marginBlock: "space
|
|
9914
|
-
readonly marginBlockEnd: "space
|
|
9915
|
-
readonly marginBlockStart: "space
|
|
9916
|
-
readonly marginBottom: "space
|
|
9917
|
-
readonly marginInline: "space
|
|
9918
|
-
readonly marginInlineEnd: "space
|
|
9919
|
-
readonly marginInlineStart: "space
|
|
9920
|
-
readonly marginLeft: "space
|
|
9921
|
-
readonly marginRight: "space
|
|
9922
|
-
readonly marginTop: "space
|
|
9156
|
+
readonly margin: "space";
|
|
9157
|
+
readonly marginBlock: "space";
|
|
9158
|
+
readonly marginBlockEnd: "space";
|
|
9159
|
+
readonly marginBlockStart: "space";
|
|
9160
|
+
readonly marginBottom: "space";
|
|
9161
|
+
readonly marginInline: "space";
|
|
9162
|
+
readonly marginInlineEnd: "space";
|
|
9163
|
+
readonly marginInlineStart: "space";
|
|
9164
|
+
readonly marginLeft: "space";
|
|
9165
|
+
readonly marginRight: "space";
|
|
9166
|
+
readonly marginTop: "space";
|
|
9923
9167
|
readonly maxBlockSize: "sizes";
|
|
9924
9168
|
readonly maxHeight: "sizes";
|
|
9925
9169
|
readonly maxInlineSize: "sizes";
|
|
@@ -9930,41 +9174,41 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
9930
9174
|
readonly minWidth: "sizes";
|
|
9931
9175
|
readonly outline: "colors";
|
|
9932
9176
|
readonly outlineColor: "colors";
|
|
9933
|
-
readonly padding: "space
|
|
9934
|
-
readonly paddingBlock: "space
|
|
9935
|
-
readonly paddingBlockEnd: "space
|
|
9936
|
-
readonly paddingBlockStart: "space
|
|
9937
|
-
readonly paddingBottom: "space
|
|
9938
|
-
readonly paddingInline: "space
|
|
9939
|
-
readonly paddingInlineEnd: "space
|
|
9940
|
-
readonly paddingInlineStart: "space
|
|
9941
|
-
readonly paddingLeft: "space
|
|
9942
|
-
readonly paddingRight: "space
|
|
9943
|
-
readonly paddingTop: "space
|
|
9177
|
+
readonly padding: "space";
|
|
9178
|
+
readonly paddingBlock: "space";
|
|
9179
|
+
readonly paddingBlockEnd: "space";
|
|
9180
|
+
readonly paddingBlockStart: "space";
|
|
9181
|
+
readonly paddingBottom: "space";
|
|
9182
|
+
readonly paddingInline: "space";
|
|
9183
|
+
readonly paddingInlineEnd: "space";
|
|
9184
|
+
readonly paddingInlineStart: "space";
|
|
9185
|
+
readonly paddingLeft: "space";
|
|
9186
|
+
readonly paddingRight: "space";
|
|
9187
|
+
readonly paddingTop: "space";
|
|
9944
9188
|
readonly right: "space";
|
|
9945
|
-
readonly rowGap: "space
|
|
9946
|
-
readonly scrollMargin: "space
|
|
9947
|
-
readonly scrollMarginBlock: "space
|
|
9948
|
-
readonly scrollMarginBlockEnd: "space
|
|
9949
|
-
readonly scrollMarginBlockStart: "space
|
|
9950
|
-
readonly scrollMarginBottom: "space
|
|
9951
|
-
readonly scrollMarginInline: "space
|
|
9952
|
-
readonly scrollMarginInlineEnd: "space
|
|
9953
|
-
readonly scrollMarginInlineStart: "space
|
|
9954
|
-
readonly scrollMarginLeft: "space
|
|
9955
|
-
readonly scrollMarginRight: "space
|
|
9956
|
-
readonly scrollMarginTop: "space
|
|
9957
|
-
readonly scrollPadding: "space
|
|
9958
|
-
readonly scrollPaddingBlock: "space
|
|
9959
|
-
readonly scrollPaddingBlockEnd: "space
|
|
9960
|
-
readonly scrollPaddingBlockStart: "space
|
|
9961
|
-
readonly scrollPaddingBottom: "space
|
|
9962
|
-
readonly scrollPaddingInline: "space
|
|
9963
|
-
readonly scrollPaddingInlineEnd: "space
|
|
9964
|
-
readonly scrollPaddingInlineStart: "space
|
|
9965
|
-
readonly scrollPaddingLeft: "space
|
|
9966
|
-
readonly scrollPaddingRight: "space
|
|
9967
|
-
readonly scrollPaddingTop: "space
|
|
9189
|
+
readonly rowGap: "space";
|
|
9190
|
+
readonly scrollMargin: "space";
|
|
9191
|
+
readonly scrollMarginBlock: "space";
|
|
9192
|
+
readonly scrollMarginBlockEnd: "space";
|
|
9193
|
+
readonly scrollMarginBlockStart: "space";
|
|
9194
|
+
readonly scrollMarginBottom: "space";
|
|
9195
|
+
readonly scrollMarginInline: "space";
|
|
9196
|
+
readonly scrollMarginInlineEnd: "space";
|
|
9197
|
+
readonly scrollMarginInlineStart: "space";
|
|
9198
|
+
readonly scrollMarginLeft: "space";
|
|
9199
|
+
readonly scrollMarginRight: "space";
|
|
9200
|
+
readonly scrollMarginTop: "space";
|
|
9201
|
+
readonly scrollPadding: "space";
|
|
9202
|
+
readonly scrollPaddingBlock: "space";
|
|
9203
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
9204
|
+
readonly scrollPaddingBlockStart: "space";
|
|
9205
|
+
readonly scrollPaddingBottom: "space";
|
|
9206
|
+
readonly scrollPaddingInline: "space";
|
|
9207
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
9208
|
+
readonly scrollPaddingInlineStart: "space";
|
|
9209
|
+
readonly scrollPaddingLeft: "space";
|
|
9210
|
+
readonly scrollPaddingRight: "space";
|
|
9211
|
+
readonly scrollPaddingTop: "space";
|
|
9968
9212
|
readonly stroke: "colors";
|
|
9969
9213
|
readonly strokeWidth: "stroke-width";
|
|
9970
9214
|
readonly textDecorationColor: "colors";
|
|
@@ -10278,17 +9522,17 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
10278
9522
|
readonly body: "Open Sans, sans-serif";
|
|
10279
9523
|
};
|
|
10280
9524
|
radii: {
|
|
9525
|
+
readonly 0: "0px";
|
|
10281
9526
|
readonly 25: "2px";
|
|
10282
9527
|
readonly 50: "4px";
|
|
10283
9528
|
readonly 75: "6px";
|
|
10284
9529
|
readonly 100: "8px";
|
|
10285
9530
|
readonly 200: "16px";
|
|
10286
|
-
readonly
|
|
10287
|
-
readonly none: "0px";
|
|
9531
|
+
readonly round: "999px";
|
|
10288
9532
|
};
|
|
10289
9533
|
shadows: {
|
|
10290
|
-
50: any;
|
|
10291
9534
|
100: any;
|
|
9535
|
+
50: any;
|
|
10292
9536
|
"focus-small": any;
|
|
10293
9537
|
"focus-small-outline": any;
|
|
10294
9538
|
"focus-large": any;
|
|
@@ -10318,48 +9562,6 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
10318
9562
|
readonly 1200: "96px";
|
|
10319
9563
|
readonly 1600: "128px";
|
|
10320
9564
|
};
|
|
10321
|
-
'space-gap': {
|
|
10322
|
-
readonly 0: any;
|
|
10323
|
-
readonly 50: any;
|
|
10324
|
-
readonly 100: any;
|
|
10325
|
-
readonly 200: any;
|
|
10326
|
-
readonly 300: any;
|
|
10327
|
-
};
|
|
10328
|
-
'space-inset': {
|
|
10329
|
-
readonly 0: any;
|
|
10330
|
-
readonly 50: any;
|
|
10331
|
-
readonly 100: any;
|
|
10332
|
-
readonly 150: any;
|
|
10333
|
-
readonly 200: any;
|
|
10334
|
-
readonly 300: any;
|
|
10335
|
-
readonly 400: any;
|
|
10336
|
-
readonly 500: any;
|
|
10337
|
-
readonly 600: any;
|
|
10338
|
-
readonly 700: any;
|
|
10339
|
-
readonly 800: any;
|
|
10340
|
-
readonly 1200: any;
|
|
10341
|
-
readonly 1600: any;
|
|
10342
|
-
};
|
|
10343
|
-
'space-offset': {
|
|
10344
|
-
readonly 0: any;
|
|
10345
|
-
readonly 50: any;
|
|
10346
|
-
readonly 100: any;
|
|
10347
|
-
readonly 150: any;
|
|
10348
|
-
readonly 200: any;
|
|
10349
|
-
readonly 300: any;
|
|
10350
|
-
readonly 400: any;
|
|
10351
|
-
readonly 600: any;
|
|
10352
|
-
readonly 800: any;
|
|
10353
|
-
readonly 1200: any;
|
|
10354
|
-
readonly 1600: any;
|
|
10355
|
-
readonly 'stacking-0': any;
|
|
10356
|
-
readonly 'stacking-100': any;
|
|
10357
|
-
readonly 'stacking-200': any;
|
|
10358
|
-
readonly 'stacking-300': any;
|
|
10359
|
-
readonly 'stacking-400': any;
|
|
10360
|
-
readonly 'stacking-500': any;
|
|
10361
|
-
readonly 'stacking-800': any;
|
|
10362
|
-
};
|
|
10363
9565
|
'stroke-width': {
|
|
10364
9566
|
readonly thin: "1.5px";
|
|
10365
9567
|
readonly normal: "2px";
|
|
@@ -10400,7 +9602,7 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
10400
9602
|
readonly borderRightColor: "colors";
|
|
10401
9603
|
readonly borderRightStyle: "border-styles";
|
|
10402
9604
|
readonly borderRightWidth: "border-widths";
|
|
10403
|
-
readonly borderSpacing: "space
|
|
9605
|
+
readonly borderSpacing: "space";
|
|
10404
9606
|
readonly borderStyle: "border-styles";
|
|
10405
9607
|
readonly borderTop: "colors";
|
|
10406
9608
|
readonly borderTopColor: "colors";
|
|
@@ -10413,42 +9615,42 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
10413
9615
|
readonly boxShadow: "shadows";
|
|
10414
9616
|
readonly caretColor: "colors";
|
|
10415
9617
|
readonly color: "colors";
|
|
10416
|
-
readonly columnGap: "space
|
|
9618
|
+
readonly columnGap: "space";
|
|
10417
9619
|
readonly columnRuleColor: "colors";
|
|
10418
9620
|
readonly fill: "colors";
|
|
10419
9621
|
readonly flexBasis: "sizes";
|
|
10420
9622
|
readonly fontFamily: "fonts";
|
|
10421
9623
|
readonly fontSize: "font-sizes";
|
|
10422
9624
|
readonly fontWeight: "font-weights";
|
|
10423
|
-
readonly gap: "space
|
|
10424
|
-
readonly gridColumnGap: "space
|
|
10425
|
-
readonly gridGap: "space
|
|
10426
|
-
readonly gridRowGap: "space
|
|
9625
|
+
readonly gap: "space";
|
|
9626
|
+
readonly gridColumnGap: "space";
|
|
9627
|
+
readonly gridGap: "space";
|
|
9628
|
+
readonly gridRowGap: "space";
|
|
10427
9629
|
readonly gridTemplateColumns: "sizes";
|
|
10428
9630
|
readonly gridTemplateRows: "sizes";
|
|
10429
9631
|
readonly height: "sizes";
|
|
10430
9632
|
readonly inlineSize: "sizes";
|
|
10431
|
-
readonly inset: "space
|
|
10432
|
-
readonly insetBlock: "space
|
|
10433
|
-
readonly insetBlockEnd: "space
|
|
10434
|
-
readonly insetBlockStart: "space
|
|
10435
|
-
readonly insetInline: "space
|
|
10436
|
-
readonly insetInlineEnd: "space
|
|
10437
|
-
readonly insetInlineStart: "space
|
|
9633
|
+
readonly inset: "space";
|
|
9634
|
+
readonly insetBlock: "space";
|
|
9635
|
+
readonly insetBlockEnd: "space";
|
|
9636
|
+
readonly insetBlockStart: "space";
|
|
9637
|
+
readonly insetInline: "space";
|
|
9638
|
+
readonly insetInlineEnd: "space";
|
|
9639
|
+
readonly insetInlineStart: "space";
|
|
10438
9640
|
readonly left: "space";
|
|
10439
9641
|
readonly letterSpacing: "letter-spacings";
|
|
10440
9642
|
readonly lineHeight: "line-heights";
|
|
10441
|
-
readonly margin: "space
|
|
10442
|
-
readonly marginBlock: "space
|
|
10443
|
-
readonly marginBlockEnd: "space
|
|
10444
|
-
readonly marginBlockStart: "space
|
|
10445
|
-
readonly marginBottom: "space
|
|
10446
|
-
readonly marginInline: "space
|
|
10447
|
-
readonly marginInlineEnd: "space
|
|
10448
|
-
readonly marginInlineStart: "space
|
|
10449
|
-
readonly marginLeft: "space
|
|
10450
|
-
readonly marginRight: "space
|
|
10451
|
-
readonly marginTop: "space
|
|
9643
|
+
readonly margin: "space";
|
|
9644
|
+
readonly marginBlock: "space";
|
|
9645
|
+
readonly marginBlockEnd: "space";
|
|
9646
|
+
readonly marginBlockStart: "space";
|
|
9647
|
+
readonly marginBottom: "space";
|
|
9648
|
+
readonly marginInline: "space";
|
|
9649
|
+
readonly marginInlineEnd: "space";
|
|
9650
|
+
readonly marginInlineStart: "space";
|
|
9651
|
+
readonly marginLeft: "space";
|
|
9652
|
+
readonly marginRight: "space";
|
|
9653
|
+
readonly marginTop: "space";
|
|
10452
9654
|
readonly maxBlockSize: "sizes";
|
|
10453
9655
|
readonly maxHeight: "sizes";
|
|
10454
9656
|
readonly maxInlineSize: "sizes";
|
|
@@ -10459,41 +9661,41 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
10459
9661
|
readonly minWidth: "sizes";
|
|
10460
9662
|
readonly outline: "colors";
|
|
10461
9663
|
readonly outlineColor: "colors";
|
|
10462
|
-
readonly padding: "space
|
|
10463
|
-
readonly paddingBlock: "space
|
|
10464
|
-
readonly paddingBlockEnd: "space
|
|
10465
|
-
readonly paddingBlockStart: "space
|
|
10466
|
-
readonly paddingBottom: "space
|
|
10467
|
-
readonly paddingInline: "space
|
|
10468
|
-
readonly paddingInlineEnd: "space
|
|
10469
|
-
readonly paddingInlineStart: "space
|
|
10470
|
-
readonly paddingLeft: "space
|
|
10471
|
-
readonly paddingRight: "space
|
|
10472
|
-
readonly paddingTop: "space
|
|
9664
|
+
readonly padding: "space";
|
|
9665
|
+
readonly paddingBlock: "space";
|
|
9666
|
+
readonly paddingBlockEnd: "space";
|
|
9667
|
+
readonly paddingBlockStart: "space";
|
|
9668
|
+
readonly paddingBottom: "space";
|
|
9669
|
+
readonly paddingInline: "space";
|
|
9670
|
+
readonly paddingInlineEnd: "space";
|
|
9671
|
+
readonly paddingInlineStart: "space";
|
|
9672
|
+
readonly paddingLeft: "space";
|
|
9673
|
+
readonly paddingRight: "space";
|
|
9674
|
+
readonly paddingTop: "space";
|
|
10473
9675
|
readonly right: "space";
|
|
10474
|
-
readonly rowGap: "space
|
|
10475
|
-
readonly scrollMargin: "space
|
|
10476
|
-
readonly scrollMarginBlock: "space
|
|
10477
|
-
readonly scrollMarginBlockEnd: "space
|
|
10478
|
-
readonly scrollMarginBlockStart: "space
|
|
10479
|
-
readonly scrollMarginBottom: "space
|
|
10480
|
-
readonly scrollMarginInline: "space
|
|
10481
|
-
readonly scrollMarginInlineEnd: "space
|
|
10482
|
-
readonly scrollMarginInlineStart: "space
|
|
10483
|
-
readonly scrollMarginLeft: "space
|
|
10484
|
-
readonly scrollMarginRight: "space
|
|
10485
|
-
readonly scrollMarginTop: "space
|
|
10486
|
-
readonly scrollPadding: "space
|
|
10487
|
-
readonly scrollPaddingBlock: "space
|
|
10488
|
-
readonly scrollPaddingBlockEnd: "space
|
|
10489
|
-
readonly scrollPaddingBlockStart: "space
|
|
10490
|
-
readonly scrollPaddingBottom: "space
|
|
10491
|
-
readonly scrollPaddingInline: "space
|
|
10492
|
-
readonly scrollPaddingInlineEnd: "space
|
|
10493
|
-
readonly scrollPaddingInlineStart: "space
|
|
10494
|
-
readonly scrollPaddingLeft: "space
|
|
10495
|
-
readonly scrollPaddingRight: "space
|
|
10496
|
-
readonly scrollPaddingTop: "space
|
|
9676
|
+
readonly rowGap: "space";
|
|
9677
|
+
readonly scrollMargin: "space";
|
|
9678
|
+
readonly scrollMarginBlock: "space";
|
|
9679
|
+
readonly scrollMarginBlockEnd: "space";
|
|
9680
|
+
readonly scrollMarginBlockStart: "space";
|
|
9681
|
+
readonly scrollMarginBottom: "space";
|
|
9682
|
+
readonly scrollMarginInline: "space";
|
|
9683
|
+
readonly scrollMarginInlineEnd: "space";
|
|
9684
|
+
readonly scrollMarginInlineStart: "space";
|
|
9685
|
+
readonly scrollMarginLeft: "space";
|
|
9686
|
+
readonly scrollMarginRight: "space";
|
|
9687
|
+
readonly scrollMarginTop: "space";
|
|
9688
|
+
readonly scrollPadding: "space";
|
|
9689
|
+
readonly scrollPaddingBlock: "space";
|
|
9690
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
9691
|
+
readonly scrollPaddingBlockStart: "space";
|
|
9692
|
+
readonly scrollPaddingBottom: "space";
|
|
9693
|
+
readonly scrollPaddingInline: "space";
|
|
9694
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
9695
|
+
readonly scrollPaddingInlineStart: "space";
|
|
9696
|
+
readonly scrollPaddingLeft: "space";
|
|
9697
|
+
readonly scrollPaddingRight: "space";
|
|
9698
|
+
readonly scrollPaddingTop: "space";
|
|
10497
9699
|
readonly stroke: "colors";
|
|
10498
9700
|
readonly strokeWidth: "stroke-width";
|
|
10499
9701
|
readonly textDecorationColor: "colors";
|
|
@@ -10807,17 +10009,17 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
10807
10009
|
readonly body: "Open Sans, sans-serif";
|
|
10808
10010
|
};
|
|
10809
10011
|
radii: {
|
|
10012
|
+
readonly 0: "0px";
|
|
10810
10013
|
readonly 25: "2px";
|
|
10811
10014
|
readonly 50: "4px";
|
|
10812
10015
|
readonly 75: "6px";
|
|
10813
10016
|
readonly 100: "8px";
|
|
10814
10017
|
readonly 200: "16px";
|
|
10815
|
-
readonly
|
|
10816
|
-
readonly none: "0px";
|
|
10018
|
+
readonly round: "999px";
|
|
10817
10019
|
};
|
|
10818
10020
|
shadows: {
|
|
10819
|
-
50: any;
|
|
10820
10021
|
100: any;
|
|
10022
|
+
50: any;
|
|
10821
10023
|
"focus-small": any;
|
|
10822
10024
|
"focus-small-outline": any;
|
|
10823
10025
|
"focus-large": any;
|
|
@@ -10847,48 +10049,6 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
10847
10049
|
readonly 1200: "96px";
|
|
10848
10050
|
readonly 1600: "128px";
|
|
10849
10051
|
};
|
|
10850
|
-
'space-gap': {
|
|
10851
|
-
readonly 0: any;
|
|
10852
|
-
readonly 50: any;
|
|
10853
|
-
readonly 100: any;
|
|
10854
|
-
readonly 200: any;
|
|
10855
|
-
readonly 300: any;
|
|
10856
|
-
};
|
|
10857
|
-
'space-inset': {
|
|
10858
|
-
readonly 0: any;
|
|
10859
|
-
readonly 50: any;
|
|
10860
|
-
readonly 100: any;
|
|
10861
|
-
readonly 150: any;
|
|
10862
|
-
readonly 200: any;
|
|
10863
|
-
readonly 300: any;
|
|
10864
|
-
readonly 400: any;
|
|
10865
|
-
readonly 500: any;
|
|
10866
|
-
readonly 600: any;
|
|
10867
|
-
readonly 700: any;
|
|
10868
|
-
readonly 800: any;
|
|
10869
|
-
readonly 1200: any;
|
|
10870
|
-
readonly 1600: any;
|
|
10871
|
-
};
|
|
10872
|
-
'space-offset': {
|
|
10873
|
-
readonly 0: any;
|
|
10874
|
-
readonly 50: any;
|
|
10875
|
-
readonly 100: any;
|
|
10876
|
-
readonly 150: any;
|
|
10877
|
-
readonly 200: any;
|
|
10878
|
-
readonly 300: any;
|
|
10879
|
-
readonly 400: any;
|
|
10880
|
-
readonly 600: any;
|
|
10881
|
-
readonly 800: any;
|
|
10882
|
-
readonly 1200: any;
|
|
10883
|
-
readonly 1600: any;
|
|
10884
|
-
readonly 'stacking-0': any;
|
|
10885
|
-
readonly 'stacking-100': any;
|
|
10886
|
-
readonly 'stacking-200': any;
|
|
10887
|
-
readonly 'stacking-300': any;
|
|
10888
|
-
readonly 'stacking-400': any;
|
|
10889
|
-
readonly 'stacking-500': any;
|
|
10890
|
-
readonly 'stacking-800': any;
|
|
10891
|
-
};
|
|
10892
10052
|
'stroke-width': {
|
|
10893
10053
|
readonly thin: "1.5px";
|
|
10894
10054
|
readonly normal: "2px";
|
|
@@ -10929,7 +10089,7 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
10929
10089
|
readonly borderRightColor: "colors";
|
|
10930
10090
|
readonly borderRightStyle: "border-styles";
|
|
10931
10091
|
readonly borderRightWidth: "border-widths";
|
|
10932
|
-
readonly borderSpacing: "space
|
|
10092
|
+
readonly borderSpacing: "space";
|
|
10933
10093
|
readonly borderStyle: "border-styles";
|
|
10934
10094
|
readonly borderTop: "colors";
|
|
10935
10095
|
readonly borderTopColor: "colors";
|
|
@@ -10942,42 +10102,42 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
10942
10102
|
readonly boxShadow: "shadows";
|
|
10943
10103
|
readonly caretColor: "colors";
|
|
10944
10104
|
readonly color: "colors";
|
|
10945
|
-
readonly columnGap: "space
|
|
10105
|
+
readonly columnGap: "space";
|
|
10946
10106
|
readonly columnRuleColor: "colors";
|
|
10947
10107
|
readonly fill: "colors";
|
|
10948
10108
|
readonly flexBasis: "sizes";
|
|
10949
10109
|
readonly fontFamily: "fonts";
|
|
10950
10110
|
readonly fontSize: "font-sizes";
|
|
10951
10111
|
readonly fontWeight: "font-weights";
|
|
10952
|
-
readonly gap: "space
|
|
10953
|
-
readonly gridColumnGap: "space
|
|
10954
|
-
readonly gridGap: "space
|
|
10955
|
-
readonly gridRowGap: "space
|
|
10112
|
+
readonly gap: "space";
|
|
10113
|
+
readonly gridColumnGap: "space";
|
|
10114
|
+
readonly gridGap: "space";
|
|
10115
|
+
readonly gridRowGap: "space";
|
|
10956
10116
|
readonly gridTemplateColumns: "sizes";
|
|
10957
10117
|
readonly gridTemplateRows: "sizes";
|
|
10958
10118
|
readonly height: "sizes";
|
|
10959
10119
|
readonly inlineSize: "sizes";
|
|
10960
|
-
readonly inset: "space
|
|
10961
|
-
readonly insetBlock: "space
|
|
10962
|
-
readonly insetBlockEnd: "space
|
|
10963
|
-
readonly insetBlockStart: "space
|
|
10964
|
-
readonly insetInline: "space
|
|
10965
|
-
readonly insetInlineEnd: "space
|
|
10966
|
-
readonly insetInlineStart: "space
|
|
10120
|
+
readonly inset: "space";
|
|
10121
|
+
readonly insetBlock: "space";
|
|
10122
|
+
readonly insetBlockEnd: "space";
|
|
10123
|
+
readonly insetBlockStart: "space";
|
|
10124
|
+
readonly insetInline: "space";
|
|
10125
|
+
readonly insetInlineEnd: "space";
|
|
10126
|
+
readonly insetInlineStart: "space";
|
|
10967
10127
|
readonly left: "space";
|
|
10968
10128
|
readonly letterSpacing: "letter-spacings";
|
|
10969
10129
|
readonly lineHeight: "line-heights";
|
|
10970
|
-
readonly margin: "space
|
|
10971
|
-
readonly marginBlock: "space
|
|
10972
|
-
readonly marginBlockEnd: "space
|
|
10973
|
-
readonly marginBlockStart: "space
|
|
10974
|
-
readonly marginBottom: "space
|
|
10975
|
-
readonly marginInline: "space
|
|
10976
|
-
readonly marginInlineEnd: "space
|
|
10977
|
-
readonly marginInlineStart: "space
|
|
10978
|
-
readonly marginLeft: "space
|
|
10979
|
-
readonly marginRight: "space
|
|
10980
|
-
readonly marginTop: "space
|
|
10130
|
+
readonly margin: "space";
|
|
10131
|
+
readonly marginBlock: "space";
|
|
10132
|
+
readonly marginBlockEnd: "space";
|
|
10133
|
+
readonly marginBlockStart: "space";
|
|
10134
|
+
readonly marginBottom: "space";
|
|
10135
|
+
readonly marginInline: "space";
|
|
10136
|
+
readonly marginInlineEnd: "space";
|
|
10137
|
+
readonly marginInlineStart: "space";
|
|
10138
|
+
readonly marginLeft: "space";
|
|
10139
|
+
readonly marginRight: "space";
|
|
10140
|
+
readonly marginTop: "space";
|
|
10981
10141
|
readonly maxBlockSize: "sizes";
|
|
10982
10142
|
readonly maxHeight: "sizes";
|
|
10983
10143
|
readonly maxInlineSize: "sizes";
|
|
@@ -10988,41 +10148,41 @@ declare const StyledIllustrationSlot: react.ForwardRefExoticComponent<Omit<Omit<
|
|
|
10988
10148
|
readonly minWidth: "sizes";
|
|
10989
10149
|
readonly outline: "colors";
|
|
10990
10150
|
readonly outlineColor: "colors";
|
|
10991
|
-
readonly padding: "space
|
|
10992
|
-
readonly paddingBlock: "space
|
|
10993
|
-
readonly paddingBlockEnd: "space
|
|
10994
|
-
readonly paddingBlockStart: "space
|
|
10995
|
-
readonly paddingBottom: "space
|
|
10996
|
-
readonly paddingInline: "space
|
|
10997
|
-
readonly paddingInlineEnd: "space
|
|
10998
|
-
readonly paddingInlineStart: "space
|
|
10999
|
-
readonly paddingLeft: "space
|
|
11000
|
-
readonly paddingRight: "space
|
|
11001
|
-
readonly paddingTop: "space
|
|
10151
|
+
readonly padding: "space";
|
|
10152
|
+
readonly paddingBlock: "space";
|
|
10153
|
+
readonly paddingBlockEnd: "space";
|
|
10154
|
+
readonly paddingBlockStart: "space";
|
|
10155
|
+
readonly paddingBottom: "space";
|
|
10156
|
+
readonly paddingInline: "space";
|
|
10157
|
+
readonly paddingInlineEnd: "space";
|
|
10158
|
+
readonly paddingInlineStart: "space";
|
|
10159
|
+
readonly paddingLeft: "space";
|
|
10160
|
+
readonly paddingRight: "space";
|
|
10161
|
+
readonly paddingTop: "space";
|
|
11002
10162
|
readonly right: "space";
|
|
11003
|
-
readonly rowGap: "space
|
|
11004
|
-
readonly scrollMargin: "space
|
|
11005
|
-
readonly scrollMarginBlock: "space
|
|
11006
|
-
readonly scrollMarginBlockEnd: "space
|
|
11007
|
-
readonly scrollMarginBlockStart: "space
|
|
11008
|
-
readonly scrollMarginBottom: "space
|
|
11009
|
-
readonly scrollMarginInline: "space
|
|
11010
|
-
readonly scrollMarginInlineEnd: "space
|
|
11011
|
-
readonly scrollMarginInlineStart: "space
|
|
11012
|
-
readonly scrollMarginLeft: "space
|
|
11013
|
-
readonly scrollMarginRight: "space
|
|
11014
|
-
readonly scrollMarginTop: "space
|
|
11015
|
-
readonly scrollPadding: "space
|
|
11016
|
-
readonly scrollPaddingBlock: "space
|
|
11017
|
-
readonly scrollPaddingBlockEnd: "space
|
|
11018
|
-
readonly scrollPaddingBlockStart: "space
|
|
11019
|
-
readonly scrollPaddingBottom: "space
|
|
11020
|
-
readonly scrollPaddingInline: "space
|
|
11021
|
-
readonly scrollPaddingInlineEnd: "space
|
|
11022
|
-
readonly scrollPaddingInlineStart: "space
|
|
11023
|
-
readonly scrollPaddingLeft: "space
|
|
11024
|
-
readonly scrollPaddingRight: "space
|
|
11025
|
-
readonly scrollPaddingTop: "space
|
|
10163
|
+
readonly rowGap: "space";
|
|
10164
|
+
readonly scrollMargin: "space";
|
|
10165
|
+
readonly scrollMarginBlock: "space";
|
|
10166
|
+
readonly scrollMarginBlockEnd: "space";
|
|
10167
|
+
readonly scrollMarginBlockStart: "space";
|
|
10168
|
+
readonly scrollMarginBottom: "space";
|
|
10169
|
+
readonly scrollMarginInline: "space";
|
|
10170
|
+
readonly scrollMarginInlineEnd: "space";
|
|
10171
|
+
readonly scrollMarginInlineStart: "space";
|
|
10172
|
+
readonly scrollMarginLeft: "space";
|
|
10173
|
+
readonly scrollMarginRight: "space";
|
|
10174
|
+
readonly scrollMarginTop: "space";
|
|
10175
|
+
readonly scrollPadding: "space";
|
|
10176
|
+
readonly scrollPaddingBlock: "space";
|
|
10177
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
10178
|
+
readonly scrollPaddingBlockStart: "space";
|
|
10179
|
+
readonly scrollPaddingBottom: "space";
|
|
10180
|
+
readonly scrollPaddingInline: "space";
|
|
10181
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
10182
|
+
readonly scrollPaddingInlineStart: "space";
|
|
10183
|
+
readonly scrollPaddingLeft: "space";
|
|
10184
|
+
readonly scrollPaddingRight: "space";
|
|
10185
|
+
readonly scrollPaddingTop: "space";
|
|
11026
10186
|
readonly stroke: "colors";
|
|
11027
10187
|
readonly strokeWidth: "stroke-width";
|
|
11028
10188
|
readonly textDecorationColor: "colors";
|