@mirohq/design-system-stitches 2.6.3 → 2.6.4
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 +58 -61
- package/dist/main.js.map +1 -1
- package/dist/module.js +58 -61
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +484 -904
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -266,13 +266,13 @@ declare const config: {
|
|
|
266
266
|
readonly body: "Open Sans, sans-serif";
|
|
267
267
|
};
|
|
268
268
|
radii: {
|
|
269
|
+
readonly 0: "0px";
|
|
269
270
|
readonly 25: "2px";
|
|
270
271
|
readonly 50: "4px";
|
|
271
272
|
readonly 75: "6px";
|
|
272
273
|
readonly 100: "8px";
|
|
273
274
|
readonly 200: "16px";
|
|
274
|
-
readonly
|
|
275
|
-
readonly none: "0px";
|
|
275
|
+
readonly round: "999px";
|
|
276
276
|
};
|
|
277
277
|
shadows: {
|
|
278
278
|
50: any;
|
|
@@ -306,48 +306,6 @@ declare const config: {
|
|
|
306
306
|
readonly 1200: "96px";
|
|
307
307
|
readonly 1600: "128px";
|
|
308
308
|
};
|
|
309
|
-
'space-gap': {
|
|
310
|
-
readonly 0: any;
|
|
311
|
-
readonly 50: any;
|
|
312
|
-
readonly 100: any;
|
|
313
|
-
readonly 200: any;
|
|
314
|
-
readonly 300: any;
|
|
315
|
-
};
|
|
316
|
-
'space-inset': {
|
|
317
|
-
readonly 0: any;
|
|
318
|
-
readonly 50: any;
|
|
319
|
-
readonly 100: any;
|
|
320
|
-
readonly 150: any;
|
|
321
|
-
readonly 200: any;
|
|
322
|
-
readonly 300: any;
|
|
323
|
-
readonly 400: any;
|
|
324
|
-
readonly 500: any;
|
|
325
|
-
readonly 600: any;
|
|
326
|
-
readonly 700: any;
|
|
327
|
-
readonly 800: any;
|
|
328
|
-
readonly 1200: any;
|
|
329
|
-
readonly 1600: any;
|
|
330
|
-
};
|
|
331
|
-
'space-offset': {
|
|
332
|
-
readonly 0: any;
|
|
333
|
-
readonly 50: any;
|
|
334
|
-
readonly 100: any;
|
|
335
|
-
readonly 150: any;
|
|
336
|
-
readonly 200: any;
|
|
337
|
-
readonly 300: any;
|
|
338
|
-
readonly 400: any;
|
|
339
|
-
readonly 600: any;
|
|
340
|
-
readonly 800: any;
|
|
341
|
-
readonly 1200: any;
|
|
342
|
-
readonly 1600: any;
|
|
343
|
-
readonly 'stacking-0': any;
|
|
344
|
-
readonly 'stacking-100': any;
|
|
345
|
-
readonly 'stacking-200': any;
|
|
346
|
-
readonly 'stacking-300': any;
|
|
347
|
-
readonly 'stacking-400': any;
|
|
348
|
-
readonly 'stacking-500': any;
|
|
349
|
-
readonly 'stacking-800': any;
|
|
350
|
-
};
|
|
351
309
|
'stroke-width': {
|
|
352
310
|
readonly thin: "1.5px";
|
|
353
311
|
readonly normal: "2px";
|
|
@@ -389,7 +347,7 @@ declare const config: {
|
|
|
389
347
|
readonly borderRightColor: "colors";
|
|
390
348
|
readonly borderRightStyle: "border-styles";
|
|
391
349
|
readonly borderRightWidth: "border-widths";
|
|
392
|
-
readonly borderSpacing: "space
|
|
350
|
+
readonly borderSpacing: "space";
|
|
393
351
|
readonly borderStyle: "border-styles";
|
|
394
352
|
readonly borderTop: "colors";
|
|
395
353
|
readonly borderTopColor: "colors";
|
|
@@ -402,42 +360,42 @@ declare const config: {
|
|
|
402
360
|
readonly boxShadow: "shadows";
|
|
403
361
|
readonly caretColor: "colors";
|
|
404
362
|
readonly color: "colors";
|
|
405
|
-
readonly columnGap: "space
|
|
363
|
+
readonly columnGap: "space";
|
|
406
364
|
readonly columnRuleColor: "colors";
|
|
407
365
|
readonly fill: "colors";
|
|
408
366
|
readonly flexBasis: "sizes";
|
|
409
367
|
readonly fontFamily: "fonts";
|
|
410
368
|
readonly fontSize: "font-sizes";
|
|
411
369
|
readonly fontWeight: "font-weights";
|
|
412
|
-
readonly gap: "space
|
|
413
|
-
readonly gridColumnGap: "space
|
|
414
|
-
readonly gridGap: "space
|
|
415
|
-
readonly gridRowGap: "space
|
|
370
|
+
readonly gap: "space";
|
|
371
|
+
readonly gridColumnGap: "space";
|
|
372
|
+
readonly gridGap: "space";
|
|
373
|
+
readonly gridRowGap: "space";
|
|
416
374
|
readonly gridTemplateColumns: "sizes";
|
|
417
375
|
readonly gridTemplateRows: "sizes";
|
|
418
376
|
readonly height: "sizes";
|
|
419
377
|
readonly inlineSize: "sizes";
|
|
420
|
-
readonly inset: "space
|
|
421
|
-
readonly insetBlock: "space
|
|
422
|
-
readonly insetBlockEnd: "space
|
|
423
|
-
readonly insetBlockStart: "space
|
|
424
|
-
readonly insetInline: "space
|
|
425
|
-
readonly insetInlineEnd: "space
|
|
426
|
-
readonly insetInlineStart: "space
|
|
378
|
+
readonly inset: "space";
|
|
379
|
+
readonly insetBlock: "space";
|
|
380
|
+
readonly insetBlockEnd: "space";
|
|
381
|
+
readonly insetBlockStart: "space";
|
|
382
|
+
readonly insetInline: "space";
|
|
383
|
+
readonly insetInlineEnd: "space";
|
|
384
|
+
readonly insetInlineStart: "space";
|
|
427
385
|
readonly left: "space";
|
|
428
386
|
readonly letterSpacing: "letter-spacings";
|
|
429
387
|
readonly lineHeight: "line-heights";
|
|
430
|
-
readonly margin: "space
|
|
431
|
-
readonly marginBlock: "space
|
|
432
|
-
readonly marginBlockEnd: "space
|
|
433
|
-
readonly marginBlockStart: "space
|
|
434
|
-
readonly marginBottom: "space
|
|
435
|
-
readonly marginInline: "space
|
|
436
|
-
readonly marginInlineEnd: "space
|
|
437
|
-
readonly marginInlineStart: "space
|
|
438
|
-
readonly marginLeft: "space
|
|
439
|
-
readonly marginRight: "space
|
|
440
|
-
readonly marginTop: "space
|
|
388
|
+
readonly margin: "space";
|
|
389
|
+
readonly marginBlock: "space";
|
|
390
|
+
readonly marginBlockEnd: "space";
|
|
391
|
+
readonly marginBlockStart: "space";
|
|
392
|
+
readonly marginBottom: "space";
|
|
393
|
+
readonly marginInline: "space";
|
|
394
|
+
readonly marginInlineEnd: "space";
|
|
395
|
+
readonly marginInlineStart: "space";
|
|
396
|
+
readonly marginLeft: "space";
|
|
397
|
+
readonly marginRight: "space";
|
|
398
|
+
readonly marginTop: "space";
|
|
441
399
|
readonly maxBlockSize: "sizes";
|
|
442
400
|
readonly maxHeight: "sizes";
|
|
443
401
|
readonly maxInlineSize: "sizes";
|
|
@@ -448,41 +406,41 @@ declare const config: {
|
|
|
448
406
|
readonly minWidth: "sizes";
|
|
449
407
|
readonly outline: "colors";
|
|
450
408
|
readonly outlineColor: "colors";
|
|
451
|
-
readonly padding: "space
|
|
452
|
-
readonly paddingBlock: "space
|
|
453
|
-
readonly paddingBlockEnd: "space
|
|
454
|
-
readonly paddingBlockStart: "space
|
|
455
|
-
readonly paddingBottom: "space
|
|
456
|
-
readonly paddingInline: "space
|
|
457
|
-
readonly paddingInlineEnd: "space
|
|
458
|
-
readonly paddingInlineStart: "space
|
|
459
|
-
readonly paddingLeft: "space
|
|
460
|
-
readonly paddingRight: "space
|
|
461
|
-
readonly paddingTop: "space
|
|
409
|
+
readonly padding: "space";
|
|
410
|
+
readonly paddingBlock: "space";
|
|
411
|
+
readonly paddingBlockEnd: "space";
|
|
412
|
+
readonly paddingBlockStart: "space";
|
|
413
|
+
readonly paddingBottom: "space";
|
|
414
|
+
readonly paddingInline: "space";
|
|
415
|
+
readonly paddingInlineEnd: "space";
|
|
416
|
+
readonly paddingInlineStart: "space";
|
|
417
|
+
readonly paddingLeft: "space";
|
|
418
|
+
readonly paddingRight: "space";
|
|
419
|
+
readonly paddingTop: "space";
|
|
462
420
|
readonly right: "space";
|
|
463
|
-
readonly rowGap: "space
|
|
464
|
-
readonly scrollMargin: "space
|
|
465
|
-
readonly scrollMarginBlock: "space
|
|
466
|
-
readonly scrollMarginBlockEnd: "space
|
|
467
|
-
readonly scrollMarginBlockStart: "space
|
|
468
|
-
readonly scrollMarginBottom: "space
|
|
469
|
-
readonly scrollMarginInline: "space
|
|
470
|
-
readonly scrollMarginInlineEnd: "space
|
|
471
|
-
readonly scrollMarginInlineStart: "space
|
|
472
|
-
readonly scrollMarginLeft: "space
|
|
473
|
-
readonly scrollMarginRight: "space
|
|
474
|
-
readonly scrollMarginTop: "space
|
|
475
|
-
readonly scrollPadding: "space
|
|
476
|
-
readonly scrollPaddingBlock: "space
|
|
477
|
-
readonly scrollPaddingBlockEnd: "space
|
|
478
|
-
readonly scrollPaddingBlockStart: "space
|
|
479
|
-
readonly scrollPaddingBottom: "space
|
|
480
|
-
readonly scrollPaddingInline: "space
|
|
481
|
-
readonly scrollPaddingInlineEnd: "space
|
|
482
|
-
readonly scrollPaddingInlineStart: "space
|
|
483
|
-
readonly scrollPaddingLeft: "space
|
|
484
|
-
readonly scrollPaddingRight: "space
|
|
485
|
-
readonly scrollPaddingTop: "space
|
|
421
|
+
readonly rowGap: "space";
|
|
422
|
+
readonly scrollMargin: "space";
|
|
423
|
+
readonly scrollMarginBlock: "space";
|
|
424
|
+
readonly scrollMarginBlockEnd: "space";
|
|
425
|
+
readonly scrollMarginBlockStart: "space";
|
|
426
|
+
readonly scrollMarginBottom: "space";
|
|
427
|
+
readonly scrollMarginInline: "space";
|
|
428
|
+
readonly scrollMarginInlineEnd: "space";
|
|
429
|
+
readonly scrollMarginInlineStart: "space";
|
|
430
|
+
readonly scrollMarginLeft: "space";
|
|
431
|
+
readonly scrollMarginRight: "space";
|
|
432
|
+
readonly scrollMarginTop: "space";
|
|
433
|
+
readonly scrollPadding: "space";
|
|
434
|
+
readonly scrollPaddingBlock: "space";
|
|
435
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
436
|
+
readonly scrollPaddingBlockStart: "space";
|
|
437
|
+
readonly scrollPaddingBottom: "space";
|
|
438
|
+
readonly scrollPaddingInline: "space";
|
|
439
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
440
|
+
readonly scrollPaddingInlineStart: "space";
|
|
441
|
+
readonly scrollPaddingLeft: "space";
|
|
442
|
+
readonly scrollPaddingRight: "space";
|
|
443
|
+
readonly scrollPaddingTop: "space";
|
|
486
444
|
readonly stroke: "colors";
|
|
487
445
|
readonly strokeWidth: "stroke-width";
|
|
488
446
|
readonly textDecorationColor: "colors";
|
|
@@ -799,13 +757,13 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
799
757
|
readonly body?: string | number | boolean | undefined;
|
|
800
758
|
} | undefined;
|
|
801
759
|
radii?: {
|
|
760
|
+
readonly 0?: string | number | boolean | undefined;
|
|
802
761
|
readonly 25?: string | number | boolean | undefined;
|
|
803
762
|
readonly 50?: string | number | boolean | undefined;
|
|
804
763
|
readonly 75?: string | number | boolean | undefined;
|
|
805
764
|
readonly 100?: string | number | boolean | undefined;
|
|
806
765
|
readonly 200?: string | number | boolean | undefined;
|
|
807
|
-
readonly
|
|
808
|
-
readonly none?: string | number | boolean | undefined;
|
|
766
|
+
readonly round?: string | number | boolean | undefined;
|
|
809
767
|
} | undefined;
|
|
810
768
|
shadows?: {
|
|
811
769
|
50?: string | number | boolean | undefined;
|
|
@@ -839,48 +797,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
839
797
|
readonly 1200?: string | number | boolean | undefined;
|
|
840
798
|
readonly 1600?: string | number | boolean | undefined;
|
|
841
799
|
} | undefined;
|
|
842
|
-
'space-gap'?: {
|
|
843
|
-
readonly 0?: string | number | boolean | undefined;
|
|
844
|
-
readonly 50?: string | number | boolean | undefined;
|
|
845
|
-
readonly 100?: string | number | boolean | undefined;
|
|
846
|
-
readonly 200?: string | number | boolean | undefined;
|
|
847
|
-
readonly 300?: string | number | boolean | undefined;
|
|
848
|
-
} | undefined;
|
|
849
|
-
'space-inset'?: {
|
|
850
|
-
readonly 0?: string | number | boolean | undefined;
|
|
851
|
-
readonly 50?: string | number | boolean | undefined;
|
|
852
|
-
readonly 100?: string | number | boolean | undefined;
|
|
853
|
-
readonly 150?: string | number | boolean | undefined;
|
|
854
|
-
readonly 200?: string | number | boolean | undefined;
|
|
855
|
-
readonly 300?: string | number | boolean | undefined;
|
|
856
|
-
readonly 400?: string | number | boolean | undefined;
|
|
857
|
-
readonly 500?: string | number | boolean | undefined;
|
|
858
|
-
readonly 600?: string | number | boolean | undefined;
|
|
859
|
-
readonly 700?: string | number | boolean | undefined;
|
|
860
|
-
readonly 800?: string | number | boolean | undefined;
|
|
861
|
-
readonly 1200?: string | number | boolean | undefined;
|
|
862
|
-
readonly 1600?: string | number | boolean | undefined;
|
|
863
|
-
} | undefined;
|
|
864
|
-
'space-offset'?: {
|
|
865
|
-
readonly 0?: string | number | boolean | undefined;
|
|
866
|
-
readonly 50?: string | number | boolean | undefined;
|
|
867
|
-
readonly 100?: string | number | boolean | undefined;
|
|
868
|
-
readonly 150?: string | number | boolean | undefined;
|
|
869
|
-
readonly 200?: string | number | boolean | undefined;
|
|
870
|
-
readonly 300?: string | number | boolean | undefined;
|
|
871
|
-
readonly 400?: string | number | boolean | undefined;
|
|
872
|
-
readonly 600?: string | number | boolean | undefined;
|
|
873
|
-
readonly 800?: string | number | boolean | undefined;
|
|
874
|
-
readonly 1200?: string | number | boolean | undefined;
|
|
875
|
-
readonly 1600?: string | number | boolean | undefined;
|
|
876
|
-
readonly 'stacking-0'?: string | number | boolean | undefined;
|
|
877
|
-
readonly 'stacking-100'?: string | number | boolean | undefined;
|
|
878
|
-
readonly 'stacking-200'?: string | number | boolean | undefined;
|
|
879
|
-
readonly 'stacking-300'?: string | number | boolean | undefined;
|
|
880
|
-
readonly 'stacking-400'?: string | number | boolean | undefined;
|
|
881
|
-
readonly 'stacking-500'?: string | number | boolean | undefined;
|
|
882
|
-
readonly 'stacking-800'?: string | number | boolean | undefined;
|
|
883
|
-
} | undefined;
|
|
884
800
|
'stroke-width'?: {
|
|
885
801
|
readonly thin?: string | number | boolean | undefined;
|
|
886
802
|
readonly normal?: string | number | boolean | undefined;
|
|
@@ -1148,13 +1064,13 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1148
1064
|
readonly body?: string | number | boolean | undefined;
|
|
1149
1065
|
} | undefined;
|
|
1150
1066
|
radii?: {
|
|
1067
|
+
readonly 0?: string | number | boolean | undefined;
|
|
1151
1068
|
readonly 25?: string | number | boolean | undefined;
|
|
1152
1069
|
readonly 50?: string | number | boolean | undefined;
|
|
1153
1070
|
readonly 75?: string | number | boolean | undefined;
|
|
1154
1071
|
readonly 100?: string | number | boolean | undefined;
|
|
1155
1072
|
readonly 200?: string | number | boolean | undefined;
|
|
1156
|
-
readonly
|
|
1157
|
-
readonly none?: string | number | boolean | undefined;
|
|
1073
|
+
readonly round?: string | number | boolean | undefined;
|
|
1158
1074
|
} | undefined;
|
|
1159
1075
|
shadows?: {
|
|
1160
1076
|
50?: string | number | boolean | undefined;
|
|
@@ -1188,48 +1104,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1188
1104
|
readonly 1200?: string | number | boolean | undefined;
|
|
1189
1105
|
readonly 1600?: string | number | boolean | undefined;
|
|
1190
1106
|
} | undefined;
|
|
1191
|
-
'space-gap'?: {
|
|
1192
|
-
readonly 0?: string | number | boolean | undefined;
|
|
1193
|
-
readonly 50?: string | number | boolean | undefined;
|
|
1194
|
-
readonly 100?: string | number | boolean | undefined;
|
|
1195
|
-
readonly 200?: string | number | boolean | undefined;
|
|
1196
|
-
readonly 300?: string | number | boolean | undefined;
|
|
1197
|
-
} | undefined;
|
|
1198
|
-
'space-inset'?: {
|
|
1199
|
-
readonly 0?: string | number | boolean | undefined;
|
|
1200
|
-
readonly 50?: string | number | boolean | undefined;
|
|
1201
|
-
readonly 100?: string | number | boolean | undefined;
|
|
1202
|
-
readonly 150?: string | number | boolean | undefined;
|
|
1203
|
-
readonly 200?: string | number | boolean | undefined;
|
|
1204
|
-
readonly 300?: string | number | boolean | undefined;
|
|
1205
|
-
readonly 400?: string | number | boolean | undefined;
|
|
1206
|
-
readonly 500?: string | number | boolean | undefined;
|
|
1207
|
-
readonly 600?: string | number | boolean | undefined;
|
|
1208
|
-
readonly 700?: string | number | boolean | undefined;
|
|
1209
|
-
readonly 800?: string | number | boolean | undefined;
|
|
1210
|
-
readonly 1200?: string | number | boolean | undefined;
|
|
1211
|
-
readonly 1600?: string | number | boolean | undefined;
|
|
1212
|
-
} | undefined;
|
|
1213
|
-
'space-offset'?: {
|
|
1214
|
-
readonly 0?: string | number | boolean | undefined;
|
|
1215
|
-
readonly 50?: string | number | boolean | undefined;
|
|
1216
|
-
readonly 100?: string | number | boolean | undefined;
|
|
1217
|
-
readonly 150?: string | number | boolean | undefined;
|
|
1218
|
-
readonly 200?: string | number | boolean | undefined;
|
|
1219
|
-
readonly 300?: string | number | boolean | undefined;
|
|
1220
|
-
readonly 400?: string | number | boolean | undefined;
|
|
1221
|
-
readonly 600?: string | number | boolean | undefined;
|
|
1222
|
-
readonly 800?: string | number | boolean | undefined;
|
|
1223
|
-
readonly 1200?: string | number | boolean | undefined;
|
|
1224
|
-
readonly 1600?: string | number | boolean | undefined;
|
|
1225
|
-
readonly 'stacking-0'?: string | number | boolean | undefined;
|
|
1226
|
-
readonly 'stacking-100'?: string | number | boolean | undefined;
|
|
1227
|
-
readonly 'stacking-200'?: string | number | boolean | undefined;
|
|
1228
|
-
readonly 'stacking-300'?: string | number | boolean | undefined;
|
|
1229
|
-
readonly 'stacking-400'?: string | number | boolean | undefined;
|
|
1230
|
-
readonly 'stacking-500'?: string | number | boolean | undefined;
|
|
1231
|
-
readonly 'stacking-800'?: string | number | boolean | undefined;
|
|
1232
|
-
} | undefined;
|
|
1233
1107
|
'stroke-width'?: {
|
|
1234
1108
|
readonly thin?: string | number | boolean | undefined;
|
|
1235
1109
|
readonly normal?: string | number | boolean | undefined;
|
|
@@ -1503,13 +1377,13 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1503
1377
|
readonly body: "Open Sans, sans-serif";
|
|
1504
1378
|
};
|
|
1505
1379
|
radii: {
|
|
1380
|
+
readonly 0: "0px";
|
|
1506
1381
|
readonly 25: "2px";
|
|
1507
1382
|
readonly 50: "4px";
|
|
1508
1383
|
readonly 75: "6px";
|
|
1509
1384
|
readonly 100: "8px";
|
|
1510
1385
|
readonly 200: "16px";
|
|
1511
|
-
readonly
|
|
1512
|
-
readonly none: "0px";
|
|
1386
|
+
readonly round: "999px";
|
|
1513
1387
|
};
|
|
1514
1388
|
shadows: {
|
|
1515
1389
|
50: any;
|
|
@@ -1543,48 +1417,6 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1543
1417
|
readonly 1200: "96px";
|
|
1544
1418
|
readonly 1600: "128px";
|
|
1545
1419
|
};
|
|
1546
|
-
'space-gap': {
|
|
1547
|
-
readonly 0: any;
|
|
1548
|
-
readonly 50: any;
|
|
1549
|
-
readonly 100: any;
|
|
1550
|
-
readonly 200: any;
|
|
1551
|
-
readonly 300: any;
|
|
1552
|
-
};
|
|
1553
|
-
'space-inset': {
|
|
1554
|
-
readonly 0: any;
|
|
1555
|
-
readonly 50: any;
|
|
1556
|
-
readonly 100: any;
|
|
1557
|
-
readonly 150: any;
|
|
1558
|
-
readonly 200: any;
|
|
1559
|
-
readonly 300: any;
|
|
1560
|
-
readonly 400: any;
|
|
1561
|
-
readonly 500: any;
|
|
1562
|
-
readonly 600: any;
|
|
1563
|
-
readonly 700: any;
|
|
1564
|
-
readonly 800: any;
|
|
1565
|
-
readonly 1200: any;
|
|
1566
|
-
readonly 1600: any;
|
|
1567
|
-
};
|
|
1568
|
-
'space-offset': {
|
|
1569
|
-
readonly 0: any;
|
|
1570
|
-
readonly 50: any;
|
|
1571
|
-
readonly 100: any;
|
|
1572
|
-
readonly 150: any;
|
|
1573
|
-
readonly 200: any;
|
|
1574
|
-
readonly 300: any;
|
|
1575
|
-
readonly 400: any;
|
|
1576
|
-
readonly 600: any;
|
|
1577
|
-
readonly 800: any;
|
|
1578
|
-
readonly 1200: any;
|
|
1579
|
-
readonly 1600: any;
|
|
1580
|
-
readonly 'stacking-0': any;
|
|
1581
|
-
readonly 'stacking-100': any;
|
|
1582
|
-
readonly 'stacking-200': any;
|
|
1583
|
-
readonly 'stacking-300': any;
|
|
1584
|
-
readonly 'stacking-400': any;
|
|
1585
|
-
readonly 'stacking-500': any;
|
|
1586
|
-
readonly 'stacking-800': any;
|
|
1587
|
-
};
|
|
1588
1420
|
'stroke-width': {
|
|
1589
1421
|
readonly thin: "1.5px";
|
|
1590
1422
|
readonly normal: "2px";
|
|
@@ -1625,7 +1457,7 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1625
1457
|
readonly borderRightColor: "colors";
|
|
1626
1458
|
readonly borderRightStyle: "border-styles";
|
|
1627
1459
|
readonly borderRightWidth: "border-widths";
|
|
1628
|
-
readonly borderSpacing: "space
|
|
1460
|
+
readonly borderSpacing: "space";
|
|
1629
1461
|
readonly borderStyle: "border-styles";
|
|
1630
1462
|
readonly borderTop: "colors";
|
|
1631
1463
|
readonly borderTopColor: "colors";
|
|
@@ -1638,42 +1470,42 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1638
1470
|
readonly boxShadow: "shadows";
|
|
1639
1471
|
readonly caretColor: "colors";
|
|
1640
1472
|
readonly color: "colors";
|
|
1641
|
-
readonly columnGap: "space
|
|
1473
|
+
readonly columnGap: "space";
|
|
1642
1474
|
readonly columnRuleColor: "colors";
|
|
1643
1475
|
readonly fill: "colors";
|
|
1644
1476
|
readonly flexBasis: "sizes";
|
|
1645
1477
|
readonly fontFamily: "fonts";
|
|
1646
1478
|
readonly fontSize: "font-sizes";
|
|
1647
1479
|
readonly fontWeight: "font-weights";
|
|
1648
|
-
readonly gap: "space
|
|
1649
|
-
readonly gridColumnGap: "space
|
|
1650
|
-
readonly gridGap: "space
|
|
1651
|
-
readonly gridRowGap: "space
|
|
1480
|
+
readonly gap: "space";
|
|
1481
|
+
readonly gridColumnGap: "space";
|
|
1482
|
+
readonly gridGap: "space";
|
|
1483
|
+
readonly gridRowGap: "space";
|
|
1652
1484
|
readonly gridTemplateColumns: "sizes";
|
|
1653
1485
|
readonly gridTemplateRows: "sizes";
|
|
1654
1486
|
readonly height: "sizes";
|
|
1655
1487
|
readonly inlineSize: "sizes";
|
|
1656
|
-
readonly inset: "space
|
|
1657
|
-
readonly insetBlock: "space
|
|
1658
|
-
readonly insetBlockEnd: "space
|
|
1659
|
-
readonly insetBlockStart: "space
|
|
1660
|
-
readonly insetInline: "space
|
|
1661
|
-
readonly insetInlineEnd: "space
|
|
1662
|
-
readonly insetInlineStart: "space
|
|
1488
|
+
readonly inset: "space";
|
|
1489
|
+
readonly insetBlock: "space";
|
|
1490
|
+
readonly insetBlockEnd: "space";
|
|
1491
|
+
readonly insetBlockStart: "space";
|
|
1492
|
+
readonly insetInline: "space";
|
|
1493
|
+
readonly insetInlineEnd: "space";
|
|
1494
|
+
readonly insetInlineStart: "space";
|
|
1663
1495
|
readonly left: "space";
|
|
1664
1496
|
readonly letterSpacing: "letter-spacings";
|
|
1665
1497
|
readonly lineHeight: "line-heights";
|
|
1666
|
-
readonly margin: "space
|
|
1667
|
-
readonly marginBlock: "space
|
|
1668
|
-
readonly marginBlockEnd: "space
|
|
1669
|
-
readonly marginBlockStart: "space
|
|
1670
|
-
readonly marginBottom: "space
|
|
1671
|
-
readonly marginInline: "space
|
|
1672
|
-
readonly marginInlineEnd: "space
|
|
1673
|
-
readonly marginInlineStart: "space
|
|
1674
|
-
readonly marginLeft: "space
|
|
1675
|
-
readonly marginRight: "space
|
|
1676
|
-
readonly marginTop: "space
|
|
1498
|
+
readonly margin: "space";
|
|
1499
|
+
readonly marginBlock: "space";
|
|
1500
|
+
readonly marginBlockEnd: "space";
|
|
1501
|
+
readonly marginBlockStart: "space";
|
|
1502
|
+
readonly marginBottom: "space";
|
|
1503
|
+
readonly marginInline: "space";
|
|
1504
|
+
readonly marginInlineEnd: "space";
|
|
1505
|
+
readonly marginInlineStart: "space";
|
|
1506
|
+
readonly marginLeft: "space";
|
|
1507
|
+
readonly marginRight: "space";
|
|
1508
|
+
readonly marginTop: "space";
|
|
1677
1509
|
readonly maxBlockSize: "sizes";
|
|
1678
1510
|
readonly maxHeight: "sizes";
|
|
1679
1511
|
readonly maxInlineSize: "sizes";
|
|
@@ -1684,41 +1516,41 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1684
1516
|
readonly minWidth: "sizes";
|
|
1685
1517
|
readonly outline: "colors";
|
|
1686
1518
|
readonly outlineColor: "colors";
|
|
1687
|
-
readonly padding: "space
|
|
1688
|
-
readonly paddingBlock: "space
|
|
1689
|
-
readonly paddingBlockEnd: "space
|
|
1690
|
-
readonly paddingBlockStart: "space
|
|
1691
|
-
readonly paddingBottom: "space
|
|
1692
|
-
readonly paddingInline: "space
|
|
1693
|
-
readonly paddingInlineEnd: "space
|
|
1694
|
-
readonly paddingInlineStart: "space
|
|
1695
|
-
readonly paddingLeft: "space
|
|
1696
|
-
readonly paddingRight: "space
|
|
1697
|
-
readonly paddingTop: "space
|
|
1519
|
+
readonly padding: "space";
|
|
1520
|
+
readonly paddingBlock: "space";
|
|
1521
|
+
readonly paddingBlockEnd: "space";
|
|
1522
|
+
readonly paddingBlockStart: "space";
|
|
1523
|
+
readonly paddingBottom: "space";
|
|
1524
|
+
readonly paddingInline: "space";
|
|
1525
|
+
readonly paddingInlineEnd: "space";
|
|
1526
|
+
readonly paddingInlineStart: "space";
|
|
1527
|
+
readonly paddingLeft: "space";
|
|
1528
|
+
readonly paddingRight: "space";
|
|
1529
|
+
readonly paddingTop: "space";
|
|
1698
1530
|
readonly right: "space";
|
|
1699
|
-
readonly rowGap: "space
|
|
1700
|
-
readonly scrollMargin: "space
|
|
1701
|
-
readonly scrollMarginBlock: "space
|
|
1702
|
-
readonly scrollMarginBlockEnd: "space
|
|
1703
|
-
readonly scrollMarginBlockStart: "space
|
|
1704
|
-
readonly scrollMarginBottom: "space
|
|
1705
|
-
readonly scrollMarginInline: "space
|
|
1706
|
-
readonly scrollMarginInlineEnd: "space
|
|
1707
|
-
readonly scrollMarginInlineStart: "space
|
|
1708
|
-
readonly scrollMarginLeft: "space
|
|
1709
|
-
readonly scrollMarginRight: "space
|
|
1710
|
-
readonly scrollMarginTop: "space
|
|
1711
|
-
readonly scrollPadding: "space
|
|
1712
|
-
readonly scrollPaddingBlock: "space
|
|
1713
|
-
readonly scrollPaddingBlockEnd: "space
|
|
1714
|
-
readonly scrollPaddingBlockStart: "space
|
|
1715
|
-
readonly scrollPaddingBottom: "space
|
|
1716
|
-
readonly scrollPaddingInline: "space
|
|
1717
|
-
readonly scrollPaddingInlineEnd: "space
|
|
1718
|
-
readonly scrollPaddingInlineStart: "space
|
|
1719
|
-
readonly scrollPaddingLeft: "space
|
|
1720
|
-
readonly scrollPaddingRight: "space
|
|
1721
|
-
readonly scrollPaddingTop: "space
|
|
1531
|
+
readonly rowGap: "space";
|
|
1532
|
+
readonly scrollMargin: "space";
|
|
1533
|
+
readonly scrollMarginBlock: "space";
|
|
1534
|
+
readonly scrollMarginBlockEnd: "space";
|
|
1535
|
+
readonly scrollMarginBlockStart: "space";
|
|
1536
|
+
readonly scrollMarginBottom: "space";
|
|
1537
|
+
readonly scrollMarginInline: "space";
|
|
1538
|
+
readonly scrollMarginInlineEnd: "space";
|
|
1539
|
+
readonly scrollMarginInlineStart: "space";
|
|
1540
|
+
readonly scrollMarginLeft: "space";
|
|
1541
|
+
readonly scrollMarginRight: "space";
|
|
1542
|
+
readonly scrollMarginTop: "space";
|
|
1543
|
+
readonly scrollPadding: "space";
|
|
1544
|
+
readonly scrollPaddingBlock: "space";
|
|
1545
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
1546
|
+
readonly scrollPaddingBlockStart: "space";
|
|
1547
|
+
readonly scrollPaddingBottom: "space";
|
|
1548
|
+
readonly scrollPaddingInline: "space";
|
|
1549
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
1550
|
+
readonly scrollPaddingInlineStart: "space";
|
|
1551
|
+
readonly scrollPaddingLeft: "space";
|
|
1552
|
+
readonly scrollPaddingRight: "space";
|
|
1553
|
+
readonly scrollPaddingTop: "space";
|
|
1722
1554
|
readonly stroke: "colors";
|
|
1723
1555
|
readonly strokeWidth: "stroke-width";
|
|
1724
1556
|
readonly textDecorationColor: "colors";
|
|
@@ -2051,13 +1883,13 @@ declare const globalCss: <Styles extends {
|
|
|
2051
1883
|
readonly body: "Open Sans, sans-serif";
|
|
2052
1884
|
};
|
|
2053
1885
|
radii: {
|
|
1886
|
+
readonly 0: "0px";
|
|
2054
1887
|
readonly 25: "2px";
|
|
2055
1888
|
readonly 50: "4px";
|
|
2056
1889
|
readonly 75: "6px";
|
|
2057
1890
|
readonly 100: "8px";
|
|
2058
1891
|
readonly 200: "16px";
|
|
2059
|
-
readonly
|
|
2060
|
-
readonly none: "0px";
|
|
1892
|
+
readonly round: "999px";
|
|
2061
1893
|
};
|
|
2062
1894
|
shadows: {
|
|
2063
1895
|
50: any;
|
|
@@ -2091,48 +1923,6 @@ declare const globalCss: <Styles extends {
|
|
|
2091
1923
|
readonly 1200: "96px";
|
|
2092
1924
|
readonly 1600: "128px";
|
|
2093
1925
|
};
|
|
2094
|
-
'space-gap': {
|
|
2095
|
-
readonly 0: any;
|
|
2096
|
-
readonly 50: any;
|
|
2097
|
-
readonly 100: any;
|
|
2098
|
-
readonly 200: any;
|
|
2099
|
-
readonly 300: any;
|
|
2100
|
-
};
|
|
2101
|
-
'space-inset': {
|
|
2102
|
-
readonly 0: any;
|
|
2103
|
-
readonly 50: any;
|
|
2104
|
-
readonly 100: any;
|
|
2105
|
-
readonly 150: any;
|
|
2106
|
-
readonly 200: any;
|
|
2107
|
-
readonly 300: any;
|
|
2108
|
-
readonly 400: any;
|
|
2109
|
-
readonly 500: any;
|
|
2110
|
-
readonly 600: any;
|
|
2111
|
-
readonly 700: any;
|
|
2112
|
-
readonly 800: any;
|
|
2113
|
-
readonly 1200: any;
|
|
2114
|
-
readonly 1600: any;
|
|
2115
|
-
};
|
|
2116
|
-
'space-offset': {
|
|
2117
|
-
readonly 0: any;
|
|
2118
|
-
readonly 50: any;
|
|
2119
|
-
readonly 100: any;
|
|
2120
|
-
readonly 150: any;
|
|
2121
|
-
readonly 200: any;
|
|
2122
|
-
readonly 300: any;
|
|
2123
|
-
readonly 400: any;
|
|
2124
|
-
readonly 600: any;
|
|
2125
|
-
readonly 800: any;
|
|
2126
|
-
readonly 1200: any;
|
|
2127
|
-
readonly 1600: any;
|
|
2128
|
-
readonly 'stacking-0': any;
|
|
2129
|
-
readonly 'stacking-100': any;
|
|
2130
|
-
readonly 'stacking-200': any;
|
|
2131
|
-
readonly 'stacking-300': any;
|
|
2132
|
-
readonly 'stacking-400': any;
|
|
2133
|
-
readonly 'stacking-500': any;
|
|
2134
|
-
readonly 'stacking-800': any;
|
|
2135
|
-
};
|
|
2136
1926
|
'stroke-width': {
|
|
2137
1927
|
readonly thin: "1.5px";
|
|
2138
1928
|
readonly normal: "2px";
|
|
@@ -2173,7 +1963,7 @@ declare const globalCss: <Styles extends {
|
|
|
2173
1963
|
readonly borderRightColor: "colors";
|
|
2174
1964
|
readonly borderRightStyle: "border-styles";
|
|
2175
1965
|
readonly borderRightWidth: "border-widths";
|
|
2176
|
-
readonly borderSpacing: "space
|
|
1966
|
+
readonly borderSpacing: "space";
|
|
2177
1967
|
readonly borderStyle: "border-styles";
|
|
2178
1968
|
readonly borderTop: "colors";
|
|
2179
1969
|
readonly borderTopColor: "colors";
|
|
@@ -2186,42 +1976,42 @@ declare const globalCss: <Styles extends {
|
|
|
2186
1976
|
readonly boxShadow: "shadows";
|
|
2187
1977
|
readonly caretColor: "colors";
|
|
2188
1978
|
readonly color: "colors";
|
|
2189
|
-
readonly columnGap: "space
|
|
1979
|
+
readonly columnGap: "space";
|
|
2190
1980
|
readonly columnRuleColor: "colors";
|
|
2191
1981
|
readonly fill: "colors";
|
|
2192
1982
|
readonly flexBasis: "sizes";
|
|
2193
1983
|
readonly fontFamily: "fonts";
|
|
2194
1984
|
readonly fontSize: "font-sizes";
|
|
2195
1985
|
readonly fontWeight: "font-weights";
|
|
2196
|
-
readonly gap: "space
|
|
2197
|
-
readonly gridColumnGap: "space
|
|
2198
|
-
readonly gridGap: "space
|
|
2199
|
-
readonly gridRowGap: "space
|
|
1986
|
+
readonly gap: "space";
|
|
1987
|
+
readonly gridColumnGap: "space";
|
|
1988
|
+
readonly gridGap: "space";
|
|
1989
|
+
readonly gridRowGap: "space";
|
|
2200
1990
|
readonly gridTemplateColumns: "sizes";
|
|
2201
1991
|
readonly gridTemplateRows: "sizes";
|
|
2202
1992
|
readonly height: "sizes";
|
|
2203
1993
|
readonly inlineSize: "sizes";
|
|
2204
|
-
readonly inset: "space
|
|
2205
|
-
readonly insetBlock: "space
|
|
2206
|
-
readonly insetBlockEnd: "space
|
|
2207
|
-
readonly insetBlockStart: "space
|
|
2208
|
-
readonly insetInline: "space
|
|
2209
|
-
readonly insetInlineEnd: "space
|
|
2210
|
-
readonly insetInlineStart: "space
|
|
1994
|
+
readonly inset: "space";
|
|
1995
|
+
readonly insetBlock: "space";
|
|
1996
|
+
readonly insetBlockEnd: "space";
|
|
1997
|
+
readonly insetBlockStart: "space";
|
|
1998
|
+
readonly insetInline: "space";
|
|
1999
|
+
readonly insetInlineEnd: "space";
|
|
2000
|
+
readonly insetInlineStart: "space";
|
|
2211
2001
|
readonly left: "space";
|
|
2212
2002
|
readonly letterSpacing: "letter-spacings";
|
|
2213
2003
|
readonly lineHeight: "line-heights";
|
|
2214
|
-
readonly margin: "space
|
|
2215
|
-
readonly marginBlock: "space
|
|
2216
|
-
readonly marginBlockEnd: "space
|
|
2217
|
-
readonly marginBlockStart: "space
|
|
2218
|
-
readonly marginBottom: "space
|
|
2219
|
-
readonly marginInline: "space
|
|
2220
|
-
readonly marginInlineEnd: "space
|
|
2221
|
-
readonly marginInlineStart: "space
|
|
2222
|
-
readonly marginLeft: "space
|
|
2223
|
-
readonly marginRight: "space
|
|
2224
|
-
readonly marginTop: "space
|
|
2004
|
+
readonly margin: "space";
|
|
2005
|
+
readonly marginBlock: "space";
|
|
2006
|
+
readonly marginBlockEnd: "space";
|
|
2007
|
+
readonly marginBlockStart: "space";
|
|
2008
|
+
readonly marginBottom: "space";
|
|
2009
|
+
readonly marginInline: "space";
|
|
2010
|
+
readonly marginInlineEnd: "space";
|
|
2011
|
+
readonly marginInlineStart: "space";
|
|
2012
|
+
readonly marginLeft: "space";
|
|
2013
|
+
readonly marginRight: "space";
|
|
2014
|
+
readonly marginTop: "space";
|
|
2225
2015
|
readonly maxBlockSize: "sizes";
|
|
2226
2016
|
readonly maxHeight: "sizes";
|
|
2227
2017
|
readonly maxInlineSize: "sizes";
|
|
@@ -2232,41 +2022,41 @@ declare const globalCss: <Styles extends {
|
|
|
2232
2022
|
readonly minWidth: "sizes";
|
|
2233
2023
|
readonly outline: "colors";
|
|
2234
2024
|
readonly outlineColor: "colors";
|
|
2235
|
-
readonly padding: "space
|
|
2236
|
-
readonly paddingBlock: "space
|
|
2237
|
-
readonly paddingBlockEnd: "space
|
|
2238
|
-
readonly paddingBlockStart: "space
|
|
2239
|
-
readonly paddingBottom: "space
|
|
2240
|
-
readonly paddingInline: "space
|
|
2241
|
-
readonly paddingInlineEnd: "space
|
|
2242
|
-
readonly paddingInlineStart: "space
|
|
2243
|
-
readonly paddingLeft: "space
|
|
2244
|
-
readonly paddingRight: "space
|
|
2245
|
-
readonly paddingTop: "space
|
|
2025
|
+
readonly padding: "space";
|
|
2026
|
+
readonly paddingBlock: "space";
|
|
2027
|
+
readonly paddingBlockEnd: "space";
|
|
2028
|
+
readonly paddingBlockStart: "space";
|
|
2029
|
+
readonly paddingBottom: "space";
|
|
2030
|
+
readonly paddingInline: "space";
|
|
2031
|
+
readonly paddingInlineEnd: "space";
|
|
2032
|
+
readonly paddingInlineStart: "space";
|
|
2033
|
+
readonly paddingLeft: "space";
|
|
2034
|
+
readonly paddingRight: "space";
|
|
2035
|
+
readonly paddingTop: "space";
|
|
2246
2036
|
readonly right: "space";
|
|
2247
|
-
readonly rowGap: "space
|
|
2248
|
-
readonly scrollMargin: "space
|
|
2249
|
-
readonly scrollMarginBlock: "space
|
|
2250
|
-
readonly scrollMarginBlockEnd: "space
|
|
2251
|
-
readonly scrollMarginBlockStart: "space
|
|
2252
|
-
readonly scrollMarginBottom: "space
|
|
2253
|
-
readonly scrollMarginInline: "space
|
|
2254
|
-
readonly scrollMarginInlineEnd: "space
|
|
2255
|
-
readonly scrollMarginInlineStart: "space
|
|
2256
|
-
readonly scrollMarginLeft: "space
|
|
2257
|
-
readonly scrollMarginRight: "space
|
|
2258
|
-
readonly scrollMarginTop: "space
|
|
2259
|
-
readonly scrollPadding: "space
|
|
2260
|
-
readonly scrollPaddingBlock: "space
|
|
2261
|
-
readonly scrollPaddingBlockEnd: "space
|
|
2262
|
-
readonly scrollPaddingBlockStart: "space
|
|
2263
|
-
readonly scrollPaddingBottom: "space
|
|
2264
|
-
readonly scrollPaddingInline: "space
|
|
2265
|
-
readonly scrollPaddingInlineEnd: "space
|
|
2266
|
-
readonly scrollPaddingInlineStart: "space
|
|
2267
|
-
readonly scrollPaddingLeft: "space
|
|
2268
|
-
readonly scrollPaddingRight: "space
|
|
2269
|
-
readonly scrollPaddingTop: "space
|
|
2037
|
+
readonly rowGap: "space";
|
|
2038
|
+
readonly scrollMargin: "space";
|
|
2039
|
+
readonly scrollMarginBlock: "space";
|
|
2040
|
+
readonly scrollMarginBlockEnd: "space";
|
|
2041
|
+
readonly scrollMarginBlockStart: "space";
|
|
2042
|
+
readonly scrollMarginBottom: "space";
|
|
2043
|
+
readonly scrollMarginInline: "space";
|
|
2044
|
+
readonly scrollMarginInlineEnd: "space";
|
|
2045
|
+
readonly scrollMarginInlineStart: "space";
|
|
2046
|
+
readonly scrollMarginLeft: "space";
|
|
2047
|
+
readonly scrollMarginRight: "space";
|
|
2048
|
+
readonly scrollMarginTop: "space";
|
|
2049
|
+
readonly scrollPadding: "space";
|
|
2050
|
+
readonly scrollPaddingBlock: "space";
|
|
2051
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
2052
|
+
readonly scrollPaddingBlockStart: "space";
|
|
2053
|
+
readonly scrollPaddingBottom: "space";
|
|
2054
|
+
readonly scrollPaddingInline: "space";
|
|
2055
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
2056
|
+
readonly scrollPaddingInlineStart: "space";
|
|
2057
|
+
readonly scrollPaddingLeft: "space";
|
|
2058
|
+
readonly scrollPaddingRight: "space";
|
|
2059
|
+
readonly scrollPaddingTop: "space";
|
|
2270
2060
|
readonly stroke: "colors";
|
|
2271
2061
|
readonly strokeWidth: "stroke-width";
|
|
2272
2062
|
readonly textDecorationColor: "colors";
|
|
@@ -2581,13 +2371,13 @@ declare const globalCss: <Styles extends {
|
|
|
2581
2371
|
readonly body: "Open Sans, sans-serif";
|
|
2582
2372
|
};
|
|
2583
2373
|
radii: {
|
|
2374
|
+
readonly 0: "0px";
|
|
2584
2375
|
readonly 25: "2px";
|
|
2585
2376
|
readonly 50: "4px";
|
|
2586
2377
|
readonly 75: "6px";
|
|
2587
2378
|
readonly 100: "8px";
|
|
2588
2379
|
readonly 200: "16px";
|
|
2589
|
-
readonly
|
|
2590
|
-
readonly none: "0px";
|
|
2380
|
+
readonly round: "999px";
|
|
2591
2381
|
};
|
|
2592
2382
|
shadows: {
|
|
2593
2383
|
50: any;
|
|
@@ -2621,48 +2411,6 @@ declare const globalCss: <Styles extends {
|
|
|
2621
2411
|
readonly 1200: "96px";
|
|
2622
2412
|
readonly 1600: "128px";
|
|
2623
2413
|
};
|
|
2624
|
-
'space-gap': {
|
|
2625
|
-
readonly 0: any;
|
|
2626
|
-
readonly 50: any;
|
|
2627
|
-
readonly 100: any;
|
|
2628
|
-
readonly 200: any;
|
|
2629
|
-
readonly 300: any;
|
|
2630
|
-
};
|
|
2631
|
-
'space-inset': {
|
|
2632
|
-
readonly 0: any;
|
|
2633
|
-
readonly 50: any;
|
|
2634
|
-
readonly 100: any;
|
|
2635
|
-
readonly 150: any;
|
|
2636
|
-
readonly 200: any;
|
|
2637
|
-
readonly 300: any;
|
|
2638
|
-
readonly 400: any;
|
|
2639
|
-
readonly 500: any;
|
|
2640
|
-
readonly 600: any;
|
|
2641
|
-
readonly 700: any;
|
|
2642
|
-
readonly 800: any;
|
|
2643
|
-
readonly 1200: any;
|
|
2644
|
-
readonly 1600: any;
|
|
2645
|
-
};
|
|
2646
|
-
'space-offset': {
|
|
2647
|
-
readonly 0: any;
|
|
2648
|
-
readonly 50: any;
|
|
2649
|
-
readonly 100: any;
|
|
2650
|
-
readonly 150: any;
|
|
2651
|
-
readonly 200: any;
|
|
2652
|
-
readonly 300: any;
|
|
2653
|
-
readonly 400: any;
|
|
2654
|
-
readonly 600: any;
|
|
2655
|
-
readonly 800: any;
|
|
2656
|
-
readonly 1200: any;
|
|
2657
|
-
readonly 1600: any;
|
|
2658
|
-
readonly 'stacking-0': any;
|
|
2659
|
-
readonly 'stacking-100': any;
|
|
2660
|
-
readonly 'stacking-200': any;
|
|
2661
|
-
readonly 'stacking-300': any;
|
|
2662
|
-
readonly 'stacking-400': any;
|
|
2663
|
-
readonly 'stacking-500': any;
|
|
2664
|
-
readonly 'stacking-800': any;
|
|
2665
|
-
};
|
|
2666
2414
|
'stroke-width': {
|
|
2667
2415
|
readonly thin: "1.5px";
|
|
2668
2416
|
readonly normal: "2px";
|
|
@@ -2703,7 +2451,7 @@ declare const globalCss: <Styles extends {
|
|
|
2703
2451
|
readonly borderRightColor: "colors";
|
|
2704
2452
|
readonly borderRightStyle: "border-styles";
|
|
2705
2453
|
readonly borderRightWidth: "border-widths";
|
|
2706
|
-
readonly borderSpacing: "space
|
|
2454
|
+
readonly borderSpacing: "space";
|
|
2707
2455
|
readonly borderStyle: "border-styles";
|
|
2708
2456
|
readonly borderTop: "colors";
|
|
2709
2457
|
readonly borderTopColor: "colors";
|
|
@@ -2716,42 +2464,42 @@ declare const globalCss: <Styles extends {
|
|
|
2716
2464
|
readonly boxShadow: "shadows";
|
|
2717
2465
|
readonly caretColor: "colors";
|
|
2718
2466
|
readonly color: "colors";
|
|
2719
|
-
readonly columnGap: "space
|
|
2467
|
+
readonly columnGap: "space";
|
|
2720
2468
|
readonly columnRuleColor: "colors";
|
|
2721
2469
|
readonly fill: "colors";
|
|
2722
2470
|
readonly flexBasis: "sizes";
|
|
2723
2471
|
readonly fontFamily: "fonts";
|
|
2724
2472
|
readonly fontSize: "font-sizes";
|
|
2725
2473
|
readonly fontWeight: "font-weights";
|
|
2726
|
-
readonly gap: "space
|
|
2727
|
-
readonly gridColumnGap: "space
|
|
2728
|
-
readonly gridGap: "space
|
|
2729
|
-
readonly gridRowGap: "space
|
|
2474
|
+
readonly gap: "space";
|
|
2475
|
+
readonly gridColumnGap: "space";
|
|
2476
|
+
readonly gridGap: "space";
|
|
2477
|
+
readonly gridRowGap: "space";
|
|
2730
2478
|
readonly gridTemplateColumns: "sizes";
|
|
2731
2479
|
readonly gridTemplateRows: "sizes";
|
|
2732
2480
|
readonly height: "sizes";
|
|
2733
2481
|
readonly inlineSize: "sizes";
|
|
2734
|
-
readonly inset: "space
|
|
2735
|
-
readonly insetBlock: "space
|
|
2736
|
-
readonly insetBlockEnd: "space
|
|
2737
|
-
readonly insetBlockStart: "space
|
|
2738
|
-
readonly insetInline: "space
|
|
2739
|
-
readonly insetInlineEnd: "space
|
|
2740
|
-
readonly insetInlineStart: "space
|
|
2482
|
+
readonly inset: "space";
|
|
2483
|
+
readonly insetBlock: "space";
|
|
2484
|
+
readonly insetBlockEnd: "space";
|
|
2485
|
+
readonly insetBlockStart: "space";
|
|
2486
|
+
readonly insetInline: "space";
|
|
2487
|
+
readonly insetInlineEnd: "space";
|
|
2488
|
+
readonly insetInlineStart: "space";
|
|
2741
2489
|
readonly left: "space";
|
|
2742
2490
|
readonly letterSpacing: "letter-spacings";
|
|
2743
2491
|
readonly lineHeight: "line-heights";
|
|
2744
|
-
readonly margin: "space
|
|
2745
|
-
readonly marginBlock: "space
|
|
2746
|
-
readonly marginBlockEnd: "space
|
|
2747
|
-
readonly marginBlockStart: "space
|
|
2748
|
-
readonly marginBottom: "space
|
|
2749
|
-
readonly marginInline: "space
|
|
2750
|
-
readonly marginInlineEnd: "space
|
|
2751
|
-
readonly marginInlineStart: "space
|
|
2752
|
-
readonly marginLeft: "space
|
|
2753
|
-
readonly marginRight: "space
|
|
2754
|
-
readonly marginTop: "space
|
|
2492
|
+
readonly margin: "space";
|
|
2493
|
+
readonly marginBlock: "space";
|
|
2494
|
+
readonly marginBlockEnd: "space";
|
|
2495
|
+
readonly marginBlockStart: "space";
|
|
2496
|
+
readonly marginBottom: "space";
|
|
2497
|
+
readonly marginInline: "space";
|
|
2498
|
+
readonly marginInlineEnd: "space";
|
|
2499
|
+
readonly marginInlineStart: "space";
|
|
2500
|
+
readonly marginLeft: "space";
|
|
2501
|
+
readonly marginRight: "space";
|
|
2502
|
+
readonly marginTop: "space";
|
|
2755
2503
|
readonly maxBlockSize: "sizes";
|
|
2756
2504
|
readonly maxHeight: "sizes";
|
|
2757
2505
|
readonly maxInlineSize: "sizes";
|
|
@@ -2762,41 +2510,41 @@ declare const globalCss: <Styles extends {
|
|
|
2762
2510
|
readonly minWidth: "sizes";
|
|
2763
2511
|
readonly outline: "colors";
|
|
2764
2512
|
readonly outlineColor: "colors";
|
|
2765
|
-
readonly padding: "space
|
|
2766
|
-
readonly paddingBlock: "space
|
|
2767
|
-
readonly paddingBlockEnd: "space
|
|
2768
|
-
readonly paddingBlockStart: "space
|
|
2769
|
-
readonly paddingBottom: "space
|
|
2770
|
-
readonly paddingInline: "space
|
|
2771
|
-
readonly paddingInlineEnd: "space
|
|
2772
|
-
readonly paddingInlineStart: "space
|
|
2773
|
-
readonly paddingLeft: "space
|
|
2774
|
-
readonly paddingRight: "space
|
|
2775
|
-
readonly paddingTop: "space
|
|
2513
|
+
readonly padding: "space";
|
|
2514
|
+
readonly paddingBlock: "space";
|
|
2515
|
+
readonly paddingBlockEnd: "space";
|
|
2516
|
+
readonly paddingBlockStart: "space";
|
|
2517
|
+
readonly paddingBottom: "space";
|
|
2518
|
+
readonly paddingInline: "space";
|
|
2519
|
+
readonly paddingInlineEnd: "space";
|
|
2520
|
+
readonly paddingInlineStart: "space";
|
|
2521
|
+
readonly paddingLeft: "space";
|
|
2522
|
+
readonly paddingRight: "space";
|
|
2523
|
+
readonly paddingTop: "space";
|
|
2776
2524
|
readonly right: "space";
|
|
2777
|
-
readonly rowGap: "space
|
|
2778
|
-
readonly scrollMargin: "space
|
|
2779
|
-
readonly scrollMarginBlock: "space
|
|
2780
|
-
readonly scrollMarginBlockEnd: "space
|
|
2781
|
-
readonly scrollMarginBlockStart: "space
|
|
2782
|
-
readonly scrollMarginBottom: "space
|
|
2783
|
-
readonly scrollMarginInline: "space
|
|
2784
|
-
readonly scrollMarginInlineEnd: "space
|
|
2785
|
-
readonly scrollMarginInlineStart: "space
|
|
2786
|
-
readonly scrollMarginLeft: "space
|
|
2787
|
-
readonly scrollMarginRight: "space
|
|
2788
|
-
readonly scrollMarginTop: "space
|
|
2789
|
-
readonly scrollPadding: "space
|
|
2790
|
-
readonly scrollPaddingBlock: "space
|
|
2791
|
-
readonly scrollPaddingBlockEnd: "space
|
|
2792
|
-
readonly scrollPaddingBlockStart: "space
|
|
2793
|
-
readonly scrollPaddingBottom: "space
|
|
2794
|
-
readonly scrollPaddingInline: "space
|
|
2795
|
-
readonly scrollPaddingInlineEnd: "space
|
|
2796
|
-
readonly scrollPaddingInlineStart: "space
|
|
2797
|
-
readonly scrollPaddingLeft: "space
|
|
2798
|
-
readonly scrollPaddingRight: "space
|
|
2799
|
-
readonly scrollPaddingTop: "space
|
|
2525
|
+
readonly rowGap: "space";
|
|
2526
|
+
readonly scrollMargin: "space";
|
|
2527
|
+
readonly scrollMarginBlock: "space";
|
|
2528
|
+
readonly scrollMarginBlockEnd: "space";
|
|
2529
|
+
readonly scrollMarginBlockStart: "space";
|
|
2530
|
+
readonly scrollMarginBottom: "space";
|
|
2531
|
+
readonly scrollMarginInline: "space";
|
|
2532
|
+
readonly scrollMarginInlineEnd: "space";
|
|
2533
|
+
readonly scrollMarginInlineStart: "space";
|
|
2534
|
+
readonly scrollMarginLeft: "space";
|
|
2535
|
+
readonly scrollMarginRight: "space";
|
|
2536
|
+
readonly scrollMarginTop: "space";
|
|
2537
|
+
readonly scrollPadding: "space";
|
|
2538
|
+
readonly scrollPaddingBlock: "space";
|
|
2539
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
2540
|
+
readonly scrollPaddingBlockStart: "space";
|
|
2541
|
+
readonly scrollPaddingBottom: "space";
|
|
2542
|
+
readonly scrollPaddingInline: "space";
|
|
2543
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
2544
|
+
readonly scrollPaddingInlineStart: "space";
|
|
2545
|
+
readonly scrollPaddingLeft: "space";
|
|
2546
|
+
readonly scrollPaddingRight: "space";
|
|
2547
|
+
readonly scrollPaddingTop: "space";
|
|
2800
2548
|
readonly stroke: "colors";
|
|
2801
2549
|
readonly strokeWidth: "stroke-width";
|
|
2802
2550
|
readonly textDecorationColor: "colors";
|
|
@@ -3112,13 +2860,13 @@ declare const keyframes: (style: {
|
|
|
3112
2860
|
readonly body: "Open Sans, sans-serif";
|
|
3113
2861
|
};
|
|
3114
2862
|
radii: {
|
|
2863
|
+
readonly 0: "0px";
|
|
3115
2864
|
readonly 25: "2px";
|
|
3116
2865
|
readonly 50: "4px";
|
|
3117
2866
|
readonly 75: "6px";
|
|
3118
2867
|
readonly 100: "8px";
|
|
3119
2868
|
readonly 200: "16px";
|
|
3120
|
-
readonly
|
|
3121
|
-
readonly none: "0px";
|
|
2869
|
+
readonly round: "999px";
|
|
3122
2870
|
};
|
|
3123
2871
|
shadows: {
|
|
3124
2872
|
50: any;
|
|
@@ -3152,48 +2900,6 @@ declare const keyframes: (style: {
|
|
|
3152
2900
|
readonly 1200: "96px";
|
|
3153
2901
|
readonly 1600: "128px";
|
|
3154
2902
|
};
|
|
3155
|
-
'space-gap': {
|
|
3156
|
-
readonly 0: any;
|
|
3157
|
-
readonly 50: any;
|
|
3158
|
-
readonly 100: any;
|
|
3159
|
-
readonly 200: any;
|
|
3160
|
-
readonly 300: any;
|
|
3161
|
-
};
|
|
3162
|
-
'space-inset': {
|
|
3163
|
-
readonly 0: any;
|
|
3164
|
-
readonly 50: any;
|
|
3165
|
-
readonly 100: any;
|
|
3166
|
-
readonly 150: any;
|
|
3167
|
-
readonly 200: any;
|
|
3168
|
-
readonly 300: any;
|
|
3169
|
-
readonly 400: any;
|
|
3170
|
-
readonly 500: any;
|
|
3171
|
-
readonly 600: any;
|
|
3172
|
-
readonly 700: any;
|
|
3173
|
-
readonly 800: any;
|
|
3174
|
-
readonly 1200: any;
|
|
3175
|
-
readonly 1600: any;
|
|
3176
|
-
};
|
|
3177
|
-
'space-offset': {
|
|
3178
|
-
readonly 0: any;
|
|
3179
|
-
readonly 50: any;
|
|
3180
|
-
readonly 100: any;
|
|
3181
|
-
readonly 150: any;
|
|
3182
|
-
readonly 200: any;
|
|
3183
|
-
readonly 300: any;
|
|
3184
|
-
readonly 400: any;
|
|
3185
|
-
readonly 600: any;
|
|
3186
|
-
readonly 800: any;
|
|
3187
|
-
readonly 1200: any;
|
|
3188
|
-
readonly 1600: any;
|
|
3189
|
-
readonly 'stacking-0': any;
|
|
3190
|
-
readonly 'stacking-100': any;
|
|
3191
|
-
readonly 'stacking-200': any;
|
|
3192
|
-
readonly 'stacking-300': any;
|
|
3193
|
-
readonly 'stacking-400': any;
|
|
3194
|
-
readonly 'stacking-500': any;
|
|
3195
|
-
readonly 'stacking-800': any;
|
|
3196
|
-
};
|
|
3197
2903
|
'stroke-width': {
|
|
3198
2904
|
readonly thin: "1.5px";
|
|
3199
2905
|
readonly normal: "2px";
|
|
@@ -3234,7 +2940,7 @@ declare const keyframes: (style: {
|
|
|
3234
2940
|
readonly borderRightColor: "colors";
|
|
3235
2941
|
readonly borderRightStyle: "border-styles";
|
|
3236
2942
|
readonly borderRightWidth: "border-widths";
|
|
3237
|
-
readonly borderSpacing: "space
|
|
2943
|
+
readonly borderSpacing: "space";
|
|
3238
2944
|
readonly borderStyle: "border-styles";
|
|
3239
2945
|
readonly borderTop: "colors";
|
|
3240
2946
|
readonly borderTopColor: "colors";
|
|
@@ -3247,42 +2953,42 @@ declare const keyframes: (style: {
|
|
|
3247
2953
|
readonly boxShadow: "shadows";
|
|
3248
2954
|
readonly caretColor: "colors";
|
|
3249
2955
|
readonly color: "colors";
|
|
3250
|
-
readonly columnGap: "space
|
|
2956
|
+
readonly columnGap: "space";
|
|
3251
2957
|
readonly columnRuleColor: "colors";
|
|
3252
2958
|
readonly fill: "colors";
|
|
3253
2959
|
readonly flexBasis: "sizes";
|
|
3254
2960
|
readonly fontFamily: "fonts";
|
|
3255
2961
|
readonly fontSize: "font-sizes";
|
|
3256
2962
|
readonly fontWeight: "font-weights";
|
|
3257
|
-
readonly gap: "space
|
|
3258
|
-
readonly gridColumnGap: "space
|
|
3259
|
-
readonly gridGap: "space
|
|
3260
|
-
readonly gridRowGap: "space
|
|
2963
|
+
readonly gap: "space";
|
|
2964
|
+
readonly gridColumnGap: "space";
|
|
2965
|
+
readonly gridGap: "space";
|
|
2966
|
+
readonly gridRowGap: "space";
|
|
3261
2967
|
readonly gridTemplateColumns: "sizes";
|
|
3262
2968
|
readonly gridTemplateRows: "sizes";
|
|
3263
2969
|
readonly height: "sizes";
|
|
3264
2970
|
readonly inlineSize: "sizes";
|
|
3265
|
-
readonly inset: "space
|
|
3266
|
-
readonly insetBlock: "space
|
|
3267
|
-
readonly insetBlockEnd: "space
|
|
3268
|
-
readonly insetBlockStart: "space
|
|
3269
|
-
readonly insetInline: "space
|
|
3270
|
-
readonly insetInlineEnd: "space
|
|
3271
|
-
readonly insetInlineStart: "space
|
|
2971
|
+
readonly inset: "space";
|
|
2972
|
+
readonly insetBlock: "space";
|
|
2973
|
+
readonly insetBlockEnd: "space";
|
|
2974
|
+
readonly insetBlockStart: "space";
|
|
2975
|
+
readonly insetInline: "space";
|
|
2976
|
+
readonly insetInlineEnd: "space";
|
|
2977
|
+
readonly insetInlineStart: "space";
|
|
3272
2978
|
readonly left: "space";
|
|
3273
2979
|
readonly letterSpacing: "letter-spacings";
|
|
3274
2980
|
readonly lineHeight: "line-heights";
|
|
3275
|
-
readonly margin: "space
|
|
3276
|
-
readonly marginBlock: "space
|
|
3277
|
-
readonly marginBlockEnd: "space
|
|
3278
|
-
readonly marginBlockStart: "space
|
|
3279
|
-
readonly marginBottom: "space
|
|
3280
|
-
readonly marginInline: "space
|
|
3281
|
-
readonly marginInlineEnd: "space
|
|
3282
|
-
readonly marginInlineStart: "space
|
|
3283
|
-
readonly marginLeft: "space
|
|
3284
|
-
readonly marginRight: "space
|
|
3285
|
-
readonly marginTop: "space
|
|
2981
|
+
readonly margin: "space";
|
|
2982
|
+
readonly marginBlock: "space";
|
|
2983
|
+
readonly marginBlockEnd: "space";
|
|
2984
|
+
readonly marginBlockStart: "space";
|
|
2985
|
+
readonly marginBottom: "space";
|
|
2986
|
+
readonly marginInline: "space";
|
|
2987
|
+
readonly marginInlineEnd: "space";
|
|
2988
|
+
readonly marginInlineStart: "space";
|
|
2989
|
+
readonly marginLeft: "space";
|
|
2990
|
+
readonly marginRight: "space";
|
|
2991
|
+
readonly marginTop: "space";
|
|
3286
2992
|
readonly maxBlockSize: "sizes";
|
|
3287
2993
|
readonly maxHeight: "sizes";
|
|
3288
2994
|
readonly maxInlineSize: "sizes";
|
|
@@ -3293,41 +2999,41 @@ declare const keyframes: (style: {
|
|
|
3293
2999
|
readonly minWidth: "sizes";
|
|
3294
3000
|
readonly outline: "colors";
|
|
3295
3001
|
readonly outlineColor: "colors";
|
|
3296
|
-
readonly padding: "space
|
|
3297
|
-
readonly paddingBlock: "space
|
|
3298
|
-
readonly paddingBlockEnd: "space
|
|
3299
|
-
readonly paddingBlockStart: "space
|
|
3300
|
-
readonly paddingBottom: "space
|
|
3301
|
-
readonly paddingInline: "space
|
|
3302
|
-
readonly paddingInlineEnd: "space
|
|
3303
|
-
readonly paddingInlineStart: "space
|
|
3304
|
-
readonly paddingLeft: "space
|
|
3305
|
-
readonly paddingRight: "space
|
|
3306
|
-
readonly paddingTop: "space
|
|
3002
|
+
readonly padding: "space";
|
|
3003
|
+
readonly paddingBlock: "space";
|
|
3004
|
+
readonly paddingBlockEnd: "space";
|
|
3005
|
+
readonly paddingBlockStart: "space";
|
|
3006
|
+
readonly paddingBottom: "space";
|
|
3007
|
+
readonly paddingInline: "space";
|
|
3008
|
+
readonly paddingInlineEnd: "space";
|
|
3009
|
+
readonly paddingInlineStart: "space";
|
|
3010
|
+
readonly paddingLeft: "space";
|
|
3011
|
+
readonly paddingRight: "space";
|
|
3012
|
+
readonly paddingTop: "space";
|
|
3307
3013
|
readonly right: "space";
|
|
3308
|
-
readonly rowGap: "space
|
|
3309
|
-
readonly scrollMargin: "space
|
|
3310
|
-
readonly scrollMarginBlock: "space
|
|
3311
|
-
readonly scrollMarginBlockEnd: "space
|
|
3312
|
-
readonly scrollMarginBlockStart: "space
|
|
3313
|
-
readonly scrollMarginBottom: "space
|
|
3314
|
-
readonly scrollMarginInline: "space
|
|
3315
|
-
readonly scrollMarginInlineEnd: "space
|
|
3316
|
-
readonly scrollMarginInlineStart: "space
|
|
3317
|
-
readonly scrollMarginLeft: "space
|
|
3318
|
-
readonly scrollMarginRight: "space
|
|
3319
|
-
readonly scrollMarginTop: "space
|
|
3320
|
-
readonly scrollPadding: "space
|
|
3321
|
-
readonly scrollPaddingBlock: "space
|
|
3322
|
-
readonly scrollPaddingBlockEnd: "space
|
|
3323
|
-
readonly scrollPaddingBlockStart: "space
|
|
3324
|
-
readonly scrollPaddingBottom: "space
|
|
3325
|
-
readonly scrollPaddingInline: "space
|
|
3326
|
-
readonly scrollPaddingInlineEnd: "space
|
|
3327
|
-
readonly scrollPaddingInlineStart: "space
|
|
3328
|
-
readonly scrollPaddingLeft: "space
|
|
3329
|
-
readonly scrollPaddingRight: "space
|
|
3330
|
-
readonly scrollPaddingTop: "space
|
|
3014
|
+
readonly rowGap: "space";
|
|
3015
|
+
readonly scrollMargin: "space";
|
|
3016
|
+
readonly scrollMarginBlock: "space";
|
|
3017
|
+
readonly scrollMarginBlockEnd: "space";
|
|
3018
|
+
readonly scrollMarginBlockStart: "space";
|
|
3019
|
+
readonly scrollMarginBottom: "space";
|
|
3020
|
+
readonly scrollMarginInline: "space";
|
|
3021
|
+
readonly scrollMarginInlineEnd: "space";
|
|
3022
|
+
readonly scrollMarginInlineStart: "space";
|
|
3023
|
+
readonly scrollMarginLeft: "space";
|
|
3024
|
+
readonly scrollMarginRight: "space";
|
|
3025
|
+
readonly scrollMarginTop: "space";
|
|
3026
|
+
readonly scrollPadding: "space";
|
|
3027
|
+
readonly scrollPaddingBlock: "space";
|
|
3028
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
3029
|
+
readonly scrollPaddingBlockStart: "space";
|
|
3030
|
+
readonly scrollPaddingBottom: "space";
|
|
3031
|
+
readonly scrollPaddingInline: "space";
|
|
3032
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
3033
|
+
readonly scrollPaddingInlineStart: "space";
|
|
3034
|
+
readonly scrollPaddingLeft: "space";
|
|
3035
|
+
readonly scrollPaddingRight: "space";
|
|
3036
|
+
readonly scrollPaddingTop: "space";
|
|
3331
3037
|
readonly stroke: "colors";
|
|
3332
3038
|
readonly strokeWidth: "stroke-width";
|
|
3333
3039
|
readonly textDecorationColor: "colors";
|
|
@@ -3455,7 +3161,7 @@ declare const themeMap: {
|
|
|
3455
3161
|
readonly borderRightColor: "colors";
|
|
3456
3162
|
readonly borderRightStyle: "border-styles";
|
|
3457
3163
|
readonly borderRightWidth: "border-widths";
|
|
3458
|
-
readonly borderSpacing: "space
|
|
3164
|
+
readonly borderSpacing: "space";
|
|
3459
3165
|
readonly borderStyle: "border-styles";
|
|
3460
3166
|
readonly borderTop: "colors";
|
|
3461
3167
|
readonly borderTopColor: "colors";
|
|
@@ -3468,42 +3174,42 @@ declare const themeMap: {
|
|
|
3468
3174
|
readonly boxShadow: "shadows";
|
|
3469
3175
|
readonly caretColor: "colors";
|
|
3470
3176
|
readonly color: "colors";
|
|
3471
|
-
readonly columnGap: "space
|
|
3177
|
+
readonly columnGap: "space";
|
|
3472
3178
|
readonly columnRuleColor: "colors";
|
|
3473
3179
|
readonly fill: "colors";
|
|
3474
3180
|
readonly flexBasis: "sizes";
|
|
3475
3181
|
readonly fontFamily: "fonts";
|
|
3476
3182
|
readonly fontSize: "font-sizes";
|
|
3477
3183
|
readonly fontWeight: "font-weights";
|
|
3478
|
-
readonly gap: "space
|
|
3479
|
-
readonly gridColumnGap: "space
|
|
3480
|
-
readonly gridGap: "space
|
|
3481
|
-
readonly gridRowGap: "space
|
|
3184
|
+
readonly gap: "space";
|
|
3185
|
+
readonly gridColumnGap: "space";
|
|
3186
|
+
readonly gridGap: "space";
|
|
3187
|
+
readonly gridRowGap: "space";
|
|
3482
3188
|
readonly gridTemplateColumns: "sizes";
|
|
3483
3189
|
readonly gridTemplateRows: "sizes";
|
|
3484
3190
|
readonly height: "sizes";
|
|
3485
3191
|
readonly inlineSize: "sizes";
|
|
3486
|
-
readonly inset: "space
|
|
3487
|
-
readonly insetBlock: "space
|
|
3488
|
-
readonly insetBlockEnd: "space
|
|
3489
|
-
readonly insetBlockStart: "space
|
|
3490
|
-
readonly insetInline: "space
|
|
3491
|
-
readonly insetInlineEnd: "space
|
|
3492
|
-
readonly insetInlineStart: "space
|
|
3192
|
+
readonly inset: "space";
|
|
3193
|
+
readonly insetBlock: "space";
|
|
3194
|
+
readonly insetBlockEnd: "space";
|
|
3195
|
+
readonly insetBlockStart: "space";
|
|
3196
|
+
readonly insetInline: "space";
|
|
3197
|
+
readonly insetInlineEnd: "space";
|
|
3198
|
+
readonly insetInlineStart: "space";
|
|
3493
3199
|
readonly left: "space";
|
|
3494
3200
|
readonly letterSpacing: "letter-spacings";
|
|
3495
3201
|
readonly lineHeight: "line-heights";
|
|
3496
|
-
readonly margin: "space
|
|
3497
|
-
readonly marginBlock: "space
|
|
3498
|
-
readonly marginBlockEnd: "space
|
|
3499
|
-
readonly marginBlockStart: "space
|
|
3500
|
-
readonly marginBottom: "space
|
|
3501
|
-
readonly marginInline: "space
|
|
3502
|
-
readonly marginInlineEnd: "space
|
|
3503
|
-
readonly marginInlineStart: "space
|
|
3504
|
-
readonly marginLeft: "space
|
|
3505
|
-
readonly marginRight: "space
|
|
3506
|
-
readonly marginTop: "space
|
|
3202
|
+
readonly margin: "space";
|
|
3203
|
+
readonly marginBlock: "space";
|
|
3204
|
+
readonly marginBlockEnd: "space";
|
|
3205
|
+
readonly marginBlockStart: "space";
|
|
3206
|
+
readonly marginBottom: "space";
|
|
3207
|
+
readonly marginInline: "space";
|
|
3208
|
+
readonly marginInlineEnd: "space";
|
|
3209
|
+
readonly marginInlineStart: "space";
|
|
3210
|
+
readonly marginLeft: "space";
|
|
3211
|
+
readonly marginRight: "space";
|
|
3212
|
+
readonly marginTop: "space";
|
|
3507
3213
|
readonly maxBlockSize: "sizes";
|
|
3508
3214
|
readonly maxHeight: "sizes";
|
|
3509
3215
|
readonly maxInlineSize: "sizes";
|
|
@@ -3514,41 +3220,41 @@ declare const themeMap: {
|
|
|
3514
3220
|
readonly minWidth: "sizes";
|
|
3515
3221
|
readonly outline: "colors";
|
|
3516
3222
|
readonly outlineColor: "colors";
|
|
3517
|
-
readonly padding: "space
|
|
3518
|
-
readonly paddingBlock: "space
|
|
3519
|
-
readonly paddingBlockEnd: "space
|
|
3520
|
-
readonly paddingBlockStart: "space
|
|
3521
|
-
readonly paddingBottom: "space
|
|
3522
|
-
readonly paddingInline: "space
|
|
3523
|
-
readonly paddingInlineEnd: "space
|
|
3524
|
-
readonly paddingInlineStart: "space
|
|
3525
|
-
readonly paddingLeft: "space
|
|
3526
|
-
readonly paddingRight: "space
|
|
3527
|
-
readonly paddingTop: "space
|
|
3223
|
+
readonly padding: "space";
|
|
3224
|
+
readonly paddingBlock: "space";
|
|
3225
|
+
readonly paddingBlockEnd: "space";
|
|
3226
|
+
readonly paddingBlockStart: "space";
|
|
3227
|
+
readonly paddingBottom: "space";
|
|
3228
|
+
readonly paddingInline: "space";
|
|
3229
|
+
readonly paddingInlineEnd: "space";
|
|
3230
|
+
readonly paddingInlineStart: "space";
|
|
3231
|
+
readonly paddingLeft: "space";
|
|
3232
|
+
readonly paddingRight: "space";
|
|
3233
|
+
readonly paddingTop: "space";
|
|
3528
3234
|
readonly right: "space";
|
|
3529
|
-
readonly rowGap: "space
|
|
3530
|
-
readonly scrollMargin: "space
|
|
3531
|
-
readonly scrollMarginBlock: "space
|
|
3532
|
-
readonly scrollMarginBlockEnd: "space
|
|
3533
|
-
readonly scrollMarginBlockStart: "space
|
|
3534
|
-
readonly scrollMarginBottom: "space
|
|
3535
|
-
readonly scrollMarginInline: "space
|
|
3536
|
-
readonly scrollMarginInlineEnd: "space
|
|
3537
|
-
readonly scrollMarginInlineStart: "space
|
|
3538
|
-
readonly scrollMarginLeft: "space
|
|
3539
|
-
readonly scrollMarginRight: "space
|
|
3540
|
-
readonly scrollMarginTop: "space
|
|
3541
|
-
readonly scrollPadding: "space
|
|
3542
|
-
readonly scrollPaddingBlock: "space
|
|
3543
|
-
readonly scrollPaddingBlockEnd: "space
|
|
3544
|
-
readonly scrollPaddingBlockStart: "space
|
|
3545
|
-
readonly scrollPaddingBottom: "space
|
|
3546
|
-
readonly scrollPaddingInline: "space
|
|
3547
|
-
readonly scrollPaddingInlineEnd: "space
|
|
3548
|
-
readonly scrollPaddingInlineStart: "space
|
|
3549
|
-
readonly scrollPaddingLeft: "space
|
|
3550
|
-
readonly scrollPaddingRight: "space
|
|
3551
|
-
readonly scrollPaddingTop: "space
|
|
3235
|
+
readonly rowGap: "space";
|
|
3236
|
+
readonly scrollMargin: "space";
|
|
3237
|
+
readonly scrollMarginBlock: "space";
|
|
3238
|
+
readonly scrollMarginBlockEnd: "space";
|
|
3239
|
+
readonly scrollMarginBlockStart: "space";
|
|
3240
|
+
readonly scrollMarginBottom: "space";
|
|
3241
|
+
readonly scrollMarginInline: "space";
|
|
3242
|
+
readonly scrollMarginInlineEnd: "space";
|
|
3243
|
+
readonly scrollMarginInlineStart: "space";
|
|
3244
|
+
readonly scrollMarginLeft: "space";
|
|
3245
|
+
readonly scrollMarginRight: "space";
|
|
3246
|
+
readonly scrollMarginTop: "space";
|
|
3247
|
+
readonly scrollPadding: "space";
|
|
3248
|
+
readonly scrollPaddingBlock: "space";
|
|
3249
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
3250
|
+
readonly scrollPaddingBlockStart: "space";
|
|
3251
|
+
readonly scrollPaddingBottom: "space";
|
|
3252
|
+
readonly scrollPaddingInline: "space";
|
|
3253
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
3254
|
+
readonly scrollPaddingInlineStart: "space";
|
|
3255
|
+
readonly scrollPaddingLeft: "space";
|
|
3256
|
+
readonly scrollPaddingRight: "space";
|
|
3257
|
+
readonly scrollPaddingTop: "space";
|
|
3552
3258
|
readonly stroke: "colors";
|
|
3553
3259
|
readonly strokeWidth: "stroke-width";
|
|
3554
3260
|
readonly textDecorationColor: "colors";
|
|
@@ -3686,13 +3392,13 @@ declare const theme: {
|
|
|
3686
3392
|
readonly body: "Open Sans, sans-serif";
|
|
3687
3393
|
};
|
|
3688
3394
|
radii: {
|
|
3395
|
+
readonly 0: "0px";
|
|
3689
3396
|
readonly 25: "2px";
|
|
3690
3397
|
readonly 50: "4px";
|
|
3691
3398
|
readonly 75: "6px";
|
|
3692
3399
|
readonly 100: "8px";
|
|
3693
3400
|
readonly 200: "16px";
|
|
3694
|
-
readonly
|
|
3695
|
-
readonly none: "0px";
|
|
3401
|
+
readonly round: "999px";
|
|
3696
3402
|
};
|
|
3697
3403
|
shadows: Required<AliasShadows>;
|
|
3698
3404
|
sizes: {
|
|
@@ -3717,48 +3423,6 @@ declare const theme: {
|
|
|
3717
3423
|
readonly 1200: "96px";
|
|
3718
3424
|
readonly 1600: "128px";
|
|
3719
3425
|
};
|
|
3720
|
-
'space-gap': {
|
|
3721
|
-
readonly 0: "$space$0";
|
|
3722
|
-
readonly 50: "$space$50";
|
|
3723
|
-
readonly 100: "$space$100";
|
|
3724
|
-
readonly 200: "$space$200";
|
|
3725
|
-
readonly 300: "$space$300";
|
|
3726
|
-
};
|
|
3727
|
-
'space-inset': {
|
|
3728
|
-
readonly 0: "$space$0";
|
|
3729
|
-
readonly 50: "$space$50";
|
|
3730
|
-
readonly 100: "$space$100";
|
|
3731
|
-
readonly 150: "$space$150";
|
|
3732
|
-
readonly 200: "$space$200";
|
|
3733
|
-
readonly 300: "$space$300";
|
|
3734
|
-
readonly 400: "$space$400";
|
|
3735
|
-
readonly 500: "$space$500";
|
|
3736
|
-
readonly 600: "$space$600";
|
|
3737
|
-
readonly 700: "$space$700";
|
|
3738
|
-
readonly 800: "$space$800";
|
|
3739
|
-
readonly 1200: "$space$1200";
|
|
3740
|
-
readonly 1600: "$space$1600";
|
|
3741
|
-
};
|
|
3742
|
-
'space-offset': {
|
|
3743
|
-
readonly 0: "$space$0";
|
|
3744
|
-
readonly 50: "$space$50";
|
|
3745
|
-
readonly 100: "$space$100";
|
|
3746
|
-
readonly 150: "$space$150";
|
|
3747
|
-
readonly 200: "$space$200";
|
|
3748
|
-
readonly 300: "$space$300";
|
|
3749
|
-
readonly 400: "$space$400";
|
|
3750
|
-
readonly 600: "$space$600";
|
|
3751
|
-
readonly 800: "$space$800";
|
|
3752
|
-
readonly 1200: "$space$1200";
|
|
3753
|
-
readonly 1600: "$space$1600";
|
|
3754
|
-
readonly 'stacking-0': 0;
|
|
3755
|
-
readonly 'stacking-100': "0.5rem";
|
|
3756
|
-
readonly 'stacking-200': "1rem";
|
|
3757
|
-
readonly 'stacking-300': "1.5rem";
|
|
3758
|
-
readonly 'stacking-400': "2rem";
|
|
3759
|
-
readonly 'stacking-500': "2.5rem";
|
|
3760
|
-
readonly 'stacking-800': "4rem";
|
|
3761
|
-
};
|
|
3762
3426
|
'stroke-width': {
|
|
3763
3427
|
readonly thin: "1.5px";
|
|
3764
3428
|
readonly normal: "2px";
|
|
@@ -4058,13 +3722,13 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4058
3722
|
readonly body: "Open Sans, sans-serif";
|
|
4059
3723
|
};
|
|
4060
3724
|
radii: {
|
|
3725
|
+
readonly 0: "0px";
|
|
4061
3726
|
readonly 25: "2px";
|
|
4062
3727
|
readonly 50: "4px";
|
|
4063
3728
|
readonly 75: "6px";
|
|
4064
3729
|
readonly 100: "8px";
|
|
4065
3730
|
readonly 200: "16px";
|
|
4066
|
-
readonly
|
|
4067
|
-
readonly none: "0px";
|
|
3731
|
+
readonly round: "999px";
|
|
4068
3732
|
};
|
|
4069
3733
|
shadows: {
|
|
4070
3734
|
50: any;
|
|
@@ -4098,48 +3762,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4098
3762
|
readonly 1200: "96px";
|
|
4099
3763
|
readonly 1600: "128px";
|
|
4100
3764
|
};
|
|
4101
|
-
'space-gap': {
|
|
4102
|
-
readonly 0: any;
|
|
4103
|
-
readonly 50: any;
|
|
4104
|
-
readonly 100: any;
|
|
4105
|
-
readonly 200: any;
|
|
4106
|
-
readonly 300: any;
|
|
4107
|
-
};
|
|
4108
|
-
'space-inset': {
|
|
4109
|
-
readonly 0: any;
|
|
4110
|
-
readonly 50: any;
|
|
4111
|
-
readonly 100: any;
|
|
4112
|
-
readonly 150: any;
|
|
4113
|
-
readonly 200: any;
|
|
4114
|
-
readonly 300: any;
|
|
4115
|
-
readonly 400: any;
|
|
4116
|
-
readonly 500: any;
|
|
4117
|
-
readonly 600: any;
|
|
4118
|
-
readonly 700: any;
|
|
4119
|
-
readonly 800: any;
|
|
4120
|
-
readonly 1200: any;
|
|
4121
|
-
readonly 1600: any;
|
|
4122
|
-
};
|
|
4123
|
-
'space-offset': {
|
|
4124
|
-
readonly 0: any;
|
|
4125
|
-
readonly 50: any;
|
|
4126
|
-
readonly 100: any;
|
|
4127
|
-
readonly 150: any;
|
|
4128
|
-
readonly 200: any;
|
|
4129
|
-
readonly 300: any;
|
|
4130
|
-
readonly 400: any;
|
|
4131
|
-
readonly 600: any;
|
|
4132
|
-
readonly 800: any;
|
|
4133
|
-
readonly 1200: any;
|
|
4134
|
-
readonly 1600: any;
|
|
4135
|
-
readonly 'stacking-0': any;
|
|
4136
|
-
readonly 'stacking-100': any;
|
|
4137
|
-
readonly 'stacking-200': any;
|
|
4138
|
-
readonly 'stacking-300': any;
|
|
4139
|
-
readonly 'stacking-400': any;
|
|
4140
|
-
readonly 'stacking-500': any;
|
|
4141
|
-
readonly 'stacking-800': any;
|
|
4142
|
-
};
|
|
4143
3765
|
'stroke-width': {
|
|
4144
3766
|
readonly thin: "1.5px";
|
|
4145
3767
|
readonly normal: "2px";
|
|
@@ -4180,7 +3802,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4180
3802
|
readonly borderRightColor: "colors";
|
|
4181
3803
|
readonly borderRightStyle: "border-styles";
|
|
4182
3804
|
readonly borderRightWidth: "border-widths";
|
|
4183
|
-
readonly borderSpacing: "space
|
|
3805
|
+
readonly borderSpacing: "space";
|
|
4184
3806
|
readonly borderStyle: "border-styles";
|
|
4185
3807
|
readonly borderTop: "colors";
|
|
4186
3808
|
readonly borderTopColor: "colors";
|
|
@@ -4193,42 +3815,42 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4193
3815
|
readonly boxShadow: "shadows";
|
|
4194
3816
|
readonly caretColor: "colors";
|
|
4195
3817
|
readonly color: "colors";
|
|
4196
|
-
readonly columnGap: "space
|
|
3818
|
+
readonly columnGap: "space";
|
|
4197
3819
|
readonly columnRuleColor: "colors";
|
|
4198
3820
|
readonly fill: "colors";
|
|
4199
3821
|
readonly flexBasis: "sizes";
|
|
4200
3822
|
readonly fontFamily: "fonts";
|
|
4201
3823
|
readonly fontSize: "font-sizes";
|
|
4202
3824
|
readonly fontWeight: "font-weights";
|
|
4203
|
-
readonly gap: "space
|
|
4204
|
-
readonly gridColumnGap: "space
|
|
4205
|
-
readonly gridGap: "space
|
|
4206
|
-
readonly gridRowGap: "space
|
|
3825
|
+
readonly gap: "space";
|
|
3826
|
+
readonly gridColumnGap: "space";
|
|
3827
|
+
readonly gridGap: "space";
|
|
3828
|
+
readonly gridRowGap: "space";
|
|
4207
3829
|
readonly gridTemplateColumns: "sizes";
|
|
4208
3830
|
readonly gridTemplateRows: "sizes";
|
|
4209
3831
|
readonly height: "sizes";
|
|
4210
3832
|
readonly inlineSize: "sizes";
|
|
4211
|
-
readonly inset: "space
|
|
4212
|
-
readonly insetBlock: "space
|
|
4213
|
-
readonly insetBlockEnd: "space
|
|
4214
|
-
readonly insetBlockStart: "space
|
|
4215
|
-
readonly insetInline: "space
|
|
4216
|
-
readonly insetInlineEnd: "space
|
|
4217
|
-
readonly insetInlineStart: "space
|
|
3833
|
+
readonly inset: "space";
|
|
3834
|
+
readonly insetBlock: "space";
|
|
3835
|
+
readonly insetBlockEnd: "space";
|
|
3836
|
+
readonly insetBlockStart: "space";
|
|
3837
|
+
readonly insetInline: "space";
|
|
3838
|
+
readonly insetInlineEnd: "space";
|
|
3839
|
+
readonly insetInlineStart: "space";
|
|
4218
3840
|
readonly left: "space";
|
|
4219
3841
|
readonly letterSpacing: "letter-spacings";
|
|
4220
3842
|
readonly lineHeight: "line-heights";
|
|
4221
|
-
readonly margin: "space
|
|
4222
|
-
readonly marginBlock: "space
|
|
4223
|
-
readonly marginBlockEnd: "space
|
|
4224
|
-
readonly marginBlockStart: "space
|
|
4225
|
-
readonly marginBottom: "space
|
|
4226
|
-
readonly marginInline: "space
|
|
4227
|
-
readonly marginInlineEnd: "space
|
|
4228
|
-
readonly marginInlineStart: "space
|
|
4229
|
-
readonly marginLeft: "space
|
|
4230
|
-
readonly marginRight: "space
|
|
4231
|
-
readonly marginTop: "space
|
|
3843
|
+
readonly margin: "space";
|
|
3844
|
+
readonly marginBlock: "space";
|
|
3845
|
+
readonly marginBlockEnd: "space";
|
|
3846
|
+
readonly marginBlockStart: "space";
|
|
3847
|
+
readonly marginBottom: "space";
|
|
3848
|
+
readonly marginInline: "space";
|
|
3849
|
+
readonly marginInlineEnd: "space";
|
|
3850
|
+
readonly marginInlineStart: "space";
|
|
3851
|
+
readonly marginLeft: "space";
|
|
3852
|
+
readonly marginRight: "space";
|
|
3853
|
+
readonly marginTop: "space";
|
|
4232
3854
|
readonly maxBlockSize: "sizes";
|
|
4233
3855
|
readonly maxHeight: "sizes";
|
|
4234
3856
|
readonly maxInlineSize: "sizes";
|
|
@@ -4239,41 +3861,41 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4239
3861
|
readonly minWidth: "sizes";
|
|
4240
3862
|
readonly outline: "colors";
|
|
4241
3863
|
readonly outlineColor: "colors";
|
|
4242
|
-
readonly padding: "space
|
|
4243
|
-
readonly paddingBlock: "space
|
|
4244
|
-
readonly paddingBlockEnd: "space
|
|
4245
|
-
readonly paddingBlockStart: "space
|
|
4246
|
-
readonly paddingBottom: "space
|
|
4247
|
-
readonly paddingInline: "space
|
|
4248
|
-
readonly paddingInlineEnd: "space
|
|
4249
|
-
readonly paddingInlineStart: "space
|
|
4250
|
-
readonly paddingLeft: "space
|
|
4251
|
-
readonly paddingRight: "space
|
|
4252
|
-
readonly paddingTop: "space
|
|
3864
|
+
readonly padding: "space";
|
|
3865
|
+
readonly paddingBlock: "space";
|
|
3866
|
+
readonly paddingBlockEnd: "space";
|
|
3867
|
+
readonly paddingBlockStart: "space";
|
|
3868
|
+
readonly paddingBottom: "space";
|
|
3869
|
+
readonly paddingInline: "space";
|
|
3870
|
+
readonly paddingInlineEnd: "space";
|
|
3871
|
+
readonly paddingInlineStart: "space";
|
|
3872
|
+
readonly paddingLeft: "space";
|
|
3873
|
+
readonly paddingRight: "space";
|
|
3874
|
+
readonly paddingTop: "space";
|
|
4253
3875
|
readonly right: "space";
|
|
4254
|
-
readonly rowGap: "space
|
|
4255
|
-
readonly scrollMargin: "space
|
|
4256
|
-
readonly scrollMarginBlock: "space
|
|
4257
|
-
readonly scrollMarginBlockEnd: "space
|
|
4258
|
-
readonly scrollMarginBlockStart: "space
|
|
4259
|
-
readonly scrollMarginBottom: "space
|
|
4260
|
-
readonly scrollMarginInline: "space
|
|
4261
|
-
readonly scrollMarginInlineEnd: "space
|
|
4262
|
-
readonly scrollMarginInlineStart: "space
|
|
4263
|
-
readonly scrollMarginLeft: "space
|
|
4264
|
-
readonly scrollMarginRight: "space
|
|
4265
|
-
readonly scrollMarginTop: "space
|
|
4266
|
-
readonly scrollPadding: "space
|
|
4267
|
-
readonly scrollPaddingBlock: "space
|
|
4268
|
-
readonly scrollPaddingBlockEnd: "space
|
|
4269
|
-
readonly scrollPaddingBlockStart: "space
|
|
4270
|
-
readonly scrollPaddingBottom: "space
|
|
4271
|
-
readonly scrollPaddingInline: "space
|
|
4272
|
-
readonly scrollPaddingInlineEnd: "space
|
|
4273
|
-
readonly scrollPaddingInlineStart: "space
|
|
4274
|
-
readonly scrollPaddingLeft: "space
|
|
4275
|
-
readonly scrollPaddingRight: "space
|
|
4276
|
-
readonly scrollPaddingTop: "space
|
|
3876
|
+
readonly rowGap: "space";
|
|
3877
|
+
readonly scrollMargin: "space";
|
|
3878
|
+
readonly scrollMarginBlock: "space";
|
|
3879
|
+
readonly scrollMarginBlockEnd: "space";
|
|
3880
|
+
readonly scrollMarginBlockStart: "space";
|
|
3881
|
+
readonly scrollMarginBottom: "space";
|
|
3882
|
+
readonly scrollMarginInline: "space";
|
|
3883
|
+
readonly scrollMarginInlineEnd: "space";
|
|
3884
|
+
readonly scrollMarginInlineStart: "space";
|
|
3885
|
+
readonly scrollMarginLeft: "space";
|
|
3886
|
+
readonly scrollMarginRight: "space";
|
|
3887
|
+
readonly scrollMarginTop: "space";
|
|
3888
|
+
readonly scrollPadding: "space";
|
|
3889
|
+
readonly scrollPaddingBlock: "space";
|
|
3890
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
3891
|
+
readonly scrollPaddingBlockStart: "space";
|
|
3892
|
+
readonly scrollPaddingBottom: "space";
|
|
3893
|
+
readonly scrollPaddingInline: "space";
|
|
3894
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
3895
|
+
readonly scrollPaddingInlineStart: "space";
|
|
3896
|
+
readonly scrollPaddingLeft: "space";
|
|
3897
|
+
readonly scrollPaddingRight: "space";
|
|
3898
|
+
readonly scrollPaddingTop: "space";
|
|
4277
3899
|
readonly stroke: "colors";
|
|
4278
3900
|
readonly strokeWidth: "stroke-width";
|
|
4279
3901
|
readonly textDecorationColor: "colors";
|
|
@@ -4591,13 +4213,13 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4591
4213
|
readonly body: "Open Sans, sans-serif";
|
|
4592
4214
|
};
|
|
4593
4215
|
radii: {
|
|
4216
|
+
readonly 0: "0px";
|
|
4594
4217
|
readonly 25: "2px";
|
|
4595
4218
|
readonly 50: "4px";
|
|
4596
4219
|
readonly 75: "6px";
|
|
4597
4220
|
readonly 100: "8px";
|
|
4598
4221
|
readonly 200: "16px";
|
|
4599
|
-
readonly
|
|
4600
|
-
readonly none: "0px";
|
|
4222
|
+
readonly round: "999px";
|
|
4601
4223
|
};
|
|
4602
4224
|
shadows: {
|
|
4603
4225
|
50: any;
|
|
@@ -4631,48 +4253,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4631
4253
|
readonly 1200: "96px";
|
|
4632
4254
|
readonly 1600: "128px";
|
|
4633
4255
|
};
|
|
4634
|
-
'space-gap': {
|
|
4635
|
-
readonly 0: any;
|
|
4636
|
-
readonly 50: any;
|
|
4637
|
-
readonly 100: any;
|
|
4638
|
-
readonly 200: any;
|
|
4639
|
-
readonly 300: any;
|
|
4640
|
-
};
|
|
4641
|
-
'space-inset': {
|
|
4642
|
-
readonly 0: any;
|
|
4643
|
-
readonly 50: any;
|
|
4644
|
-
readonly 100: any;
|
|
4645
|
-
readonly 150: any;
|
|
4646
|
-
readonly 200: any;
|
|
4647
|
-
readonly 300: any;
|
|
4648
|
-
readonly 400: any;
|
|
4649
|
-
readonly 500: any;
|
|
4650
|
-
readonly 600: any;
|
|
4651
|
-
readonly 700: any;
|
|
4652
|
-
readonly 800: any;
|
|
4653
|
-
readonly 1200: any;
|
|
4654
|
-
readonly 1600: any;
|
|
4655
|
-
};
|
|
4656
|
-
'space-offset': {
|
|
4657
|
-
readonly 0: any;
|
|
4658
|
-
readonly 50: any;
|
|
4659
|
-
readonly 100: any;
|
|
4660
|
-
readonly 150: any;
|
|
4661
|
-
readonly 200: any;
|
|
4662
|
-
readonly 300: any;
|
|
4663
|
-
readonly 400: any;
|
|
4664
|
-
readonly 600: any;
|
|
4665
|
-
readonly 800: any;
|
|
4666
|
-
readonly 1200: any;
|
|
4667
|
-
readonly 1600: any;
|
|
4668
|
-
readonly 'stacking-0': any;
|
|
4669
|
-
readonly 'stacking-100': any;
|
|
4670
|
-
readonly 'stacking-200': any;
|
|
4671
|
-
readonly 'stacking-300': any;
|
|
4672
|
-
readonly 'stacking-400': any;
|
|
4673
|
-
readonly 'stacking-500': any;
|
|
4674
|
-
readonly 'stacking-800': any;
|
|
4675
|
-
};
|
|
4676
4256
|
'stroke-width': {
|
|
4677
4257
|
readonly thin: "1.5px";
|
|
4678
4258
|
readonly normal: "2px";
|
|
@@ -4713,7 +4293,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4713
4293
|
readonly borderRightColor: "colors";
|
|
4714
4294
|
readonly borderRightStyle: "border-styles";
|
|
4715
4295
|
readonly borderRightWidth: "border-widths";
|
|
4716
|
-
readonly borderSpacing: "space
|
|
4296
|
+
readonly borderSpacing: "space";
|
|
4717
4297
|
readonly borderStyle: "border-styles";
|
|
4718
4298
|
readonly borderTop: "colors";
|
|
4719
4299
|
readonly borderTopColor: "colors";
|
|
@@ -4726,42 +4306,42 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4726
4306
|
readonly boxShadow: "shadows";
|
|
4727
4307
|
readonly caretColor: "colors";
|
|
4728
4308
|
readonly color: "colors";
|
|
4729
|
-
readonly columnGap: "space
|
|
4309
|
+
readonly columnGap: "space";
|
|
4730
4310
|
readonly columnRuleColor: "colors";
|
|
4731
4311
|
readonly fill: "colors";
|
|
4732
4312
|
readonly flexBasis: "sizes";
|
|
4733
4313
|
readonly fontFamily: "fonts";
|
|
4734
4314
|
readonly fontSize: "font-sizes";
|
|
4735
4315
|
readonly fontWeight: "font-weights";
|
|
4736
|
-
readonly gap: "space
|
|
4737
|
-
readonly gridColumnGap: "space
|
|
4738
|
-
readonly gridGap: "space
|
|
4739
|
-
readonly gridRowGap: "space
|
|
4316
|
+
readonly gap: "space";
|
|
4317
|
+
readonly gridColumnGap: "space";
|
|
4318
|
+
readonly gridGap: "space";
|
|
4319
|
+
readonly gridRowGap: "space";
|
|
4740
4320
|
readonly gridTemplateColumns: "sizes";
|
|
4741
4321
|
readonly gridTemplateRows: "sizes";
|
|
4742
4322
|
readonly height: "sizes";
|
|
4743
4323
|
readonly inlineSize: "sizes";
|
|
4744
|
-
readonly inset: "space
|
|
4745
|
-
readonly insetBlock: "space
|
|
4746
|
-
readonly insetBlockEnd: "space
|
|
4747
|
-
readonly insetBlockStart: "space
|
|
4748
|
-
readonly insetInline: "space
|
|
4749
|
-
readonly insetInlineEnd: "space
|
|
4750
|
-
readonly insetInlineStart: "space
|
|
4324
|
+
readonly inset: "space";
|
|
4325
|
+
readonly insetBlock: "space";
|
|
4326
|
+
readonly insetBlockEnd: "space";
|
|
4327
|
+
readonly insetBlockStart: "space";
|
|
4328
|
+
readonly insetInline: "space";
|
|
4329
|
+
readonly insetInlineEnd: "space";
|
|
4330
|
+
readonly insetInlineStart: "space";
|
|
4751
4331
|
readonly left: "space";
|
|
4752
4332
|
readonly letterSpacing: "letter-spacings";
|
|
4753
4333
|
readonly lineHeight: "line-heights";
|
|
4754
|
-
readonly margin: "space
|
|
4755
|
-
readonly marginBlock: "space
|
|
4756
|
-
readonly marginBlockEnd: "space
|
|
4757
|
-
readonly marginBlockStart: "space
|
|
4758
|
-
readonly marginBottom: "space
|
|
4759
|
-
readonly marginInline: "space
|
|
4760
|
-
readonly marginInlineEnd: "space
|
|
4761
|
-
readonly marginInlineStart: "space
|
|
4762
|
-
readonly marginLeft: "space
|
|
4763
|
-
readonly marginRight: "space
|
|
4764
|
-
readonly marginTop: "space
|
|
4334
|
+
readonly margin: "space";
|
|
4335
|
+
readonly marginBlock: "space";
|
|
4336
|
+
readonly marginBlockEnd: "space";
|
|
4337
|
+
readonly marginBlockStart: "space";
|
|
4338
|
+
readonly marginBottom: "space";
|
|
4339
|
+
readonly marginInline: "space";
|
|
4340
|
+
readonly marginInlineEnd: "space";
|
|
4341
|
+
readonly marginInlineStart: "space";
|
|
4342
|
+
readonly marginLeft: "space";
|
|
4343
|
+
readonly marginRight: "space";
|
|
4344
|
+
readonly marginTop: "space";
|
|
4765
4345
|
readonly maxBlockSize: "sizes";
|
|
4766
4346
|
readonly maxHeight: "sizes";
|
|
4767
4347
|
readonly maxInlineSize: "sizes";
|
|
@@ -4772,41 +4352,41 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4772
4352
|
readonly minWidth: "sizes";
|
|
4773
4353
|
readonly outline: "colors";
|
|
4774
4354
|
readonly outlineColor: "colors";
|
|
4775
|
-
readonly padding: "space
|
|
4776
|
-
readonly paddingBlock: "space
|
|
4777
|
-
readonly paddingBlockEnd: "space
|
|
4778
|
-
readonly paddingBlockStart: "space
|
|
4779
|
-
readonly paddingBottom: "space
|
|
4780
|
-
readonly paddingInline: "space
|
|
4781
|
-
readonly paddingInlineEnd: "space
|
|
4782
|
-
readonly paddingInlineStart: "space
|
|
4783
|
-
readonly paddingLeft: "space
|
|
4784
|
-
readonly paddingRight: "space
|
|
4785
|
-
readonly paddingTop: "space
|
|
4355
|
+
readonly padding: "space";
|
|
4356
|
+
readonly paddingBlock: "space";
|
|
4357
|
+
readonly paddingBlockEnd: "space";
|
|
4358
|
+
readonly paddingBlockStart: "space";
|
|
4359
|
+
readonly paddingBottom: "space";
|
|
4360
|
+
readonly paddingInline: "space";
|
|
4361
|
+
readonly paddingInlineEnd: "space";
|
|
4362
|
+
readonly paddingInlineStart: "space";
|
|
4363
|
+
readonly paddingLeft: "space";
|
|
4364
|
+
readonly paddingRight: "space";
|
|
4365
|
+
readonly paddingTop: "space";
|
|
4786
4366
|
readonly right: "space";
|
|
4787
|
-
readonly rowGap: "space
|
|
4788
|
-
readonly scrollMargin: "space
|
|
4789
|
-
readonly scrollMarginBlock: "space
|
|
4790
|
-
readonly scrollMarginBlockEnd: "space
|
|
4791
|
-
readonly scrollMarginBlockStart: "space
|
|
4792
|
-
readonly scrollMarginBottom: "space
|
|
4793
|
-
readonly scrollMarginInline: "space
|
|
4794
|
-
readonly scrollMarginInlineEnd: "space
|
|
4795
|
-
readonly scrollMarginInlineStart: "space
|
|
4796
|
-
readonly scrollMarginLeft: "space
|
|
4797
|
-
readonly scrollMarginRight: "space
|
|
4798
|
-
readonly scrollMarginTop: "space
|
|
4799
|
-
readonly scrollPadding: "space
|
|
4800
|
-
readonly scrollPaddingBlock: "space
|
|
4801
|
-
readonly scrollPaddingBlockEnd: "space
|
|
4802
|
-
readonly scrollPaddingBlockStart: "space
|
|
4803
|
-
readonly scrollPaddingBottom: "space
|
|
4804
|
-
readonly scrollPaddingInline: "space
|
|
4805
|
-
readonly scrollPaddingInlineEnd: "space
|
|
4806
|
-
readonly scrollPaddingInlineStart: "space
|
|
4807
|
-
readonly scrollPaddingLeft: "space
|
|
4808
|
-
readonly scrollPaddingRight: "space
|
|
4809
|
-
readonly scrollPaddingTop: "space
|
|
4367
|
+
readonly rowGap: "space";
|
|
4368
|
+
readonly scrollMargin: "space";
|
|
4369
|
+
readonly scrollMarginBlock: "space";
|
|
4370
|
+
readonly scrollMarginBlockEnd: "space";
|
|
4371
|
+
readonly scrollMarginBlockStart: "space";
|
|
4372
|
+
readonly scrollMarginBottom: "space";
|
|
4373
|
+
readonly scrollMarginInline: "space";
|
|
4374
|
+
readonly scrollMarginInlineEnd: "space";
|
|
4375
|
+
readonly scrollMarginInlineStart: "space";
|
|
4376
|
+
readonly scrollMarginLeft: "space";
|
|
4377
|
+
readonly scrollMarginRight: "space";
|
|
4378
|
+
readonly scrollMarginTop: "space";
|
|
4379
|
+
readonly scrollPadding: "space";
|
|
4380
|
+
readonly scrollPaddingBlock: "space";
|
|
4381
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
4382
|
+
readonly scrollPaddingBlockStart: "space";
|
|
4383
|
+
readonly scrollPaddingBottom: "space";
|
|
4384
|
+
readonly scrollPaddingInline: "space";
|
|
4385
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
4386
|
+
readonly scrollPaddingInlineStart: "space";
|
|
4387
|
+
readonly scrollPaddingLeft: "space";
|
|
4388
|
+
readonly scrollPaddingRight: "space";
|
|
4389
|
+
readonly scrollPaddingTop: "space";
|
|
4810
4390
|
readonly stroke: "colors";
|
|
4811
4391
|
readonly strokeWidth: "stroke-width";
|
|
4812
4392
|
readonly textDecorationColor: "colors";
|