@mirohq/design-system-stitches 2.6.3 → 2.6.5
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 +493 -904
- package/package.json +4 -4
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;
|
|
@@ -282,6 +282,7 @@ declare const config: {
|
|
|
282
282
|
"focus-large": any;
|
|
283
283
|
"focus-controls": any;
|
|
284
284
|
"focus-controls-error": any;
|
|
285
|
+
"focus-controls-error-small": any;
|
|
285
286
|
"focus-controls-success": any;
|
|
286
287
|
};
|
|
287
288
|
sizes: {
|
|
@@ -306,48 +307,6 @@ declare const config: {
|
|
|
306
307
|
readonly 1200: "96px";
|
|
307
308
|
readonly 1600: "128px";
|
|
308
309
|
};
|
|
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
310
|
'stroke-width': {
|
|
352
311
|
readonly thin: "1.5px";
|
|
353
312
|
readonly normal: "2px";
|
|
@@ -389,7 +348,7 @@ declare const config: {
|
|
|
389
348
|
readonly borderRightColor: "colors";
|
|
390
349
|
readonly borderRightStyle: "border-styles";
|
|
391
350
|
readonly borderRightWidth: "border-widths";
|
|
392
|
-
readonly borderSpacing: "space
|
|
351
|
+
readonly borderSpacing: "space";
|
|
393
352
|
readonly borderStyle: "border-styles";
|
|
394
353
|
readonly borderTop: "colors";
|
|
395
354
|
readonly borderTopColor: "colors";
|
|
@@ -402,42 +361,42 @@ declare const config: {
|
|
|
402
361
|
readonly boxShadow: "shadows";
|
|
403
362
|
readonly caretColor: "colors";
|
|
404
363
|
readonly color: "colors";
|
|
405
|
-
readonly columnGap: "space
|
|
364
|
+
readonly columnGap: "space";
|
|
406
365
|
readonly columnRuleColor: "colors";
|
|
407
366
|
readonly fill: "colors";
|
|
408
367
|
readonly flexBasis: "sizes";
|
|
409
368
|
readonly fontFamily: "fonts";
|
|
410
369
|
readonly fontSize: "font-sizes";
|
|
411
370
|
readonly fontWeight: "font-weights";
|
|
412
|
-
readonly gap: "space
|
|
413
|
-
readonly gridColumnGap: "space
|
|
414
|
-
readonly gridGap: "space
|
|
415
|
-
readonly gridRowGap: "space
|
|
371
|
+
readonly gap: "space";
|
|
372
|
+
readonly gridColumnGap: "space";
|
|
373
|
+
readonly gridGap: "space";
|
|
374
|
+
readonly gridRowGap: "space";
|
|
416
375
|
readonly gridTemplateColumns: "sizes";
|
|
417
376
|
readonly gridTemplateRows: "sizes";
|
|
418
377
|
readonly height: "sizes";
|
|
419
378
|
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
|
|
379
|
+
readonly inset: "space";
|
|
380
|
+
readonly insetBlock: "space";
|
|
381
|
+
readonly insetBlockEnd: "space";
|
|
382
|
+
readonly insetBlockStart: "space";
|
|
383
|
+
readonly insetInline: "space";
|
|
384
|
+
readonly insetInlineEnd: "space";
|
|
385
|
+
readonly insetInlineStart: "space";
|
|
427
386
|
readonly left: "space";
|
|
428
387
|
readonly letterSpacing: "letter-spacings";
|
|
429
388
|
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
|
|
389
|
+
readonly margin: "space";
|
|
390
|
+
readonly marginBlock: "space";
|
|
391
|
+
readonly marginBlockEnd: "space";
|
|
392
|
+
readonly marginBlockStart: "space";
|
|
393
|
+
readonly marginBottom: "space";
|
|
394
|
+
readonly marginInline: "space";
|
|
395
|
+
readonly marginInlineEnd: "space";
|
|
396
|
+
readonly marginInlineStart: "space";
|
|
397
|
+
readonly marginLeft: "space";
|
|
398
|
+
readonly marginRight: "space";
|
|
399
|
+
readonly marginTop: "space";
|
|
441
400
|
readonly maxBlockSize: "sizes";
|
|
442
401
|
readonly maxHeight: "sizes";
|
|
443
402
|
readonly maxInlineSize: "sizes";
|
|
@@ -448,41 +407,41 @@ declare const config: {
|
|
|
448
407
|
readonly minWidth: "sizes";
|
|
449
408
|
readonly outline: "colors";
|
|
450
409
|
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
|
|
410
|
+
readonly padding: "space";
|
|
411
|
+
readonly paddingBlock: "space";
|
|
412
|
+
readonly paddingBlockEnd: "space";
|
|
413
|
+
readonly paddingBlockStart: "space";
|
|
414
|
+
readonly paddingBottom: "space";
|
|
415
|
+
readonly paddingInline: "space";
|
|
416
|
+
readonly paddingInlineEnd: "space";
|
|
417
|
+
readonly paddingInlineStart: "space";
|
|
418
|
+
readonly paddingLeft: "space";
|
|
419
|
+
readonly paddingRight: "space";
|
|
420
|
+
readonly paddingTop: "space";
|
|
462
421
|
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
|
|
422
|
+
readonly rowGap: "space";
|
|
423
|
+
readonly scrollMargin: "space";
|
|
424
|
+
readonly scrollMarginBlock: "space";
|
|
425
|
+
readonly scrollMarginBlockEnd: "space";
|
|
426
|
+
readonly scrollMarginBlockStart: "space";
|
|
427
|
+
readonly scrollMarginBottom: "space";
|
|
428
|
+
readonly scrollMarginInline: "space";
|
|
429
|
+
readonly scrollMarginInlineEnd: "space";
|
|
430
|
+
readonly scrollMarginInlineStart: "space";
|
|
431
|
+
readonly scrollMarginLeft: "space";
|
|
432
|
+
readonly scrollMarginRight: "space";
|
|
433
|
+
readonly scrollMarginTop: "space";
|
|
434
|
+
readonly scrollPadding: "space";
|
|
435
|
+
readonly scrollPaddingBlock: "space";
|
|
436
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
437
|
+
readonly scrollPaddingBlockStart: "space";
|
|
438
|
+
readonly scrollPaddingBottom: "space";
|
|
439
|
+
readonly scrollPaddingInline: "space";
|
|
440
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
441
|
+
readonly scrollPaddingInlineStart: "space";
|
|
442
|
+
readonly scrollPaddingLeft: "space";
|
|
443
|
+
readonly scrollPaddingRight: "space";
|
|
444
|
+
readonly scrollPaddingTop: "space";
|
|
486
445
|
readonly stroke: "colors";
|
|
487
446
|
readonly strokeWidth: "stroke-width";
|
|
488
447
|
readonly textDecorationColor: "colors";
|
|
@@ -799,13 +758,13 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
799
758
|
readonly body?: string | number | boolean | undefined;
|
|
800
759
|
} | undefined;
|
|
801
760
|
radii?: {
|
|
761
|
+
readonly 0?: string | number | boolean | undefined;
|
|
802
762
|
readonly 25?: string | number | boolean | undefined;
|
|
803
763
|
readonly 50?: string | number | boolean | undefined;
|
|
804
764
|
readonly 75?: string | number | boolean | undefined;
|
|
805
765
|
readonly 100?: string | number | boolean | undefined;
|
|
806
766
|
readonly 200?: string | number | boolean | undefined;
|
|
807
|
-
readonly
|
|
808
|
-
readonly none?: string | number | boolean | undefined;
|
|
767
|
+
readonly round?: string | number | boolean | undefined;
|
|
809
768
|
} | undefined;
|
|
810
769
|
shadows?: {
|
|
811
770
|
50?: string | number | boolean | undefined;
|
|
@@ -815,6 +774,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
815
774
|
"focus-large"?: string | number | boolean | undefined;
|
|
816
775
|
"focus-controls"?: string | number | boolean | undefined;
|
|
817
776
|
"focus-controls-error"?: string | number | boolean | undefined;
|
|
777
|
+
"focus-controls-error-small"?: string | number | boolean | undefined;
|
|
818
778
|
"focus-controls-success"?: string | number | boolean | undefined;
|
|
819
779
|
} | undefined;
|
|
820
780
|
sizes?: {
|
|
@@ -839,48 +799,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
839
799
|
readonly 1200?: string | number | boolean | undefined;
|
|
840
800
|
readonly 1600?: string | number | boolean | undefined;
|
|
841
801
|
} | 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
802
|
'stroke-width'?: {
|
|
885
803
|
readonly thin?: string | number | boolean | undefined;
|
|
886
804
|
readonly normal?: string | number | boolean | undefined;
|
|
@@ -1148,13 +1066,13 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1148
1066
|
readonly body?: string | number | boolean | undefined;
|
|
1149
1067
|
} | undefined;
|
|
1150
1068
|
radii?: {
|
|
1069
|
+
readonly 0?: string | number | boolean | undefined;
|
|
1151
1070
|
readonly 25?: string | number | boolean | undefined;
|
|
1152
1071
|
readonly 50?: string | number | boolean | undefined;
|
|
1153
1072
|
readonly 75?: string | number | boolean | undefined;
|
|
1154
1073
|
readonly 100?: string | number | boolean | undefined;
|
|
1155
1074
|
readonly 200?: string | number | boolean | undefined;
|
|
1156
|
-
readonly
|
|
1157
|
-
readonly none?: string | number | boolean | undefined;
|
|
1075
|
+
readonly round?: string | number | boolean | undefined;
|
|
1158
1076
|
} | undefined;
|
|
1159
1077
|
shadows?: {
|
|
1160
1078
|
50?: string | number | boolean | undefined;
|
|
@@ -1164,6 +1082,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1164
1082
|
"focus-large"?: string | number | boolean | undefined;
|
|
1165
1083
|
"focus-controls"?: string | number | boolean | undefined;
|
|
1166
1084
|
"focus-controls-error"?: string | number | boolean | undefined;
|
|
1085
|
+
"focus-controls-error-small"?: string | number | boolean | undefined;
|
|
1167
1086
|
"focus-controls-success"?: string | number | boolean | undefined;
|
|
1168
1087
|
} | undefined;
|
|
1169
1088
|
sizes?: {
|
|
@@ -1188,48 +1107,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1188
1107
|
readonly 1200?: string | number | boolean | undefined;
|
|
1189
1108
|
readonly 1600?: string | number | boolean | undefined;
|
|
1190
1109
|
} | 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
1110
|
'stroke-width'?: {
|
|
1234
1111
|
readonly thin?: string | number | boolean | undefined;
|
|
1235
1112
|
readonly normal?: string | number | boolean | undefined;
|
|
@@ -1503,13 +1380,13 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1503
1380
|
readonly body: "Open Sans, sans-serif";
|
|
1504
1381
|
};
|
|
1505
1382
|
radii: {
|
|
1383
|
+
readonly 0: "0px";
|
|
1506
1384
|
readonly 25: "2px";
|
|
1507
1385
|
readonly 50: "4px";
|
|
1508
1386
|
readonly 75: "6px";
|
|
1509
1387
|
readonly 100: "8px";
|
|
1510
1388
|
readonly 200: "16px";
|
|
1511
|
-
readonly
|
|
1512
|
-
readonly none: "0px";
|
|
1389
|
+
readonly round: "999px";
|
|
1513
1390
|
};
|
|
1514
1391
|
shadows: {
|
|
1515
1392
|
50: any;
|
|
@@ -1519,6 +1396,7 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1519
1396
|
"focus-large": any;
|
|
1520
1397
|
"focus-controls": any;
|
|
1521
1398
|
"focus-controls-error": any;
|
|
1399
|
+
"focus-controls-error-small": any;
|
|
1522
1400
|
"focus-controls-success": any;
|
|
1523
1401
|
};
|
|
1524
1402
|
sizes: {
|
|
@@ -1543,48 +1421,6 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1543
1421
|
readonly 1200: "96px";
|
|
1544
1422
|
readonly 1600: "128px";
|
|
1545
1423
|
};
|
|
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
1424
|
'stroke-width': {
|
|
1589
1425
|
readonly thin: "1.5px";
|
|
1590
1426
|
readonly normal: "2px";
|
|
@@ -1625,7 +1461,7 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1625
1461
|
readonly borderRightColor: "colors";
|
|
1626
1462
|
readonly borderRightStyle: "border-styles";
|
|
1627
1463
|
readonly borderRightWidth: "border-widths";
|
|
1628
|
-
readonly borderSpacing: "space
|
|
1464
|
+
readonly borderSpacing: "space";
|
|
1629
1465
|
readonly borderStyle: "border-styles";
|
|
1630
1466
|
readonly borderTop: "colors";
|
|
1631
1467
|
readonly borderTopColor: "colors";
|
|
@@ -1638,42 +1474,42 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1638
1474
|
readonly boxShadow: "shadows";
|
|
1639
1475
|
readonly caretColor: "colors";
|
|
1640
1476
|
readonly color: "colors";
|
|
1641
|
-
readonly columnGap: "space
|
|
1477
|
+
readonly columnGap: "space";
|
|
1642
1478
|
readonly columnRuleColor: "colors";
|
|
1643
1479
|
readonly fill: "colors";
|
|
1644
1480
|
readonly flexBasis: "sizes";
|
|
1645
1481
|
readonly fontFamily: "fonts";
|
|
1646
1482
|
readonly fontSize: "font-sizes";
|
|
1647
1483
|
readonly fontWeight: "font-weights";
|
|
1648
|
-
readonly gap: "space
|
|
1649
|
-
readonly gridColumnGap: "space
|
|
1650
|
-
readonly gridGap: "space
|
|
1651
|
-
readonly gridRowGap: "space
|
|
1484
|
+
readonly gap: "space";
|
|
1485
|
+
readonly gridColumnGap: "space";
|
|
1486
|
+
readonly gridGap: "space";
|
|
1487
|
+
readonly gridRowGap: "space";
|
|
1652
1488
|
readonly gridTemplateColumns: "sizes";
|
|
1653
1489
|
readonly gridTemplateRows: "sizes";
|
|
1654
1490
|
readonly height: "sizes";
|
|
1655
1491
|
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
|
|
1492
|
+
readonly inset: "space";
|
|
1493
|
+
readonly insetBlock: "space";
|
|
1494
|
+
readonly insetBlockEnd: "space";
|
|
1495
|
+
readonly insetBlockStart: "space";
|
|
1496
|
+
readonly insetInline: "space";
|
|
1497
|
+
readonly insetInlineEnd: "space";
|
|
1498
|
+
readonly insetInlineStart: "space";
|
|
1663
1499
|
readonly left: "space";
|
|
1664
1500
|
readonly letterSpacing: "letter-spacings";
|
|
1665
1501
|
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
|
|
1502
|
+
readonly margin: "space";
|
|
1503
|
+
readonly marginBlock: "space";
|
|
1504
|
+
readonly marginBlockEnd: "space";
|
|
1505
|
+
readonly marginBlockStart: "space";
|
|
1506
|
+
readonly marginBottom: "space";
|
|
1507
|
+
readonly marginInline: "space";
|
|
1508
|
+
readonly marginInlineEnd: "space";
|
|
1509
|
+
readonly marginInlineStart: "space";
|
|
1510
|
+
readonly marginLeft: "space";
|
|
1511
|
+
readonly marginRight: "space";
|
|
1512
|
+
readonly marginTop: "space";
|
|
1677
1513
|
readonly maxBlockSize: "sizes";
|
|
1678
1514
|
readonly maxHeight: "sizes";
|
|
1679
1515
|
readonly maxInlineSize: "sizes";
|
|
@@ -1684,41 +1520,41 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1684
1520
|
readonly minWidth: "sizes";
|
|
1685
1521
|
readonly outline: "colors";
|
|
1686
1522
|
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
|
|
1523
|
+
readonly padding: "space";
|
|
1524
|
+
readonly paddingBlock: "space";
|
|
1525
|
+
readonly paddingBlockEnd: "space";
|
|
1526
|
+
readonly paddingBlockStart: "space";
|
|
1527
|
+
readonly paddingBottom: "space";
|
|
1528
|
+
readonly paddingInline: "space";
|
|
1529
|
+
readonly paddingInlineEnd: "space";
|
|
1530
|
+
readonly paddingInlineStart: "space";
|
|
1531
|
+
readonly paddingLeft: "space";
|
|
1532
|
+
readonly paddingRight: "space";
|
|
1533
|
+
readonly paddingTop: "space";
|
|
1698
1534
|
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
|
|
1535
|
+
readonly rowGap: "space";
|
|
1536
|
+
readonly scrollMargin: "space";
|
|
1537
|
+
readonly scrollMarginBlock: "space";
|
|
1538
|
+
readonly scrollMarginBlockEnd: "space";
|
|
1539
|
+
readonly scrollMarginBlockStart: "space";
|
|
1540
|
+
readonly scrollMarginBottom: "space";
|
|
1541
|
+
readonly scrollMarginInline: "space";
|
|
1542
|
+
readonly scrollMarginInlineEnd: "space";
|
|
1543
|
+
readonly scrollMarginInlineStart: "space";
|
|
1544
|
+
readonly scrollMarginLeft: "space";
|
|
1545
|
+
readonly scrollMarginRight: "space";
|
|
1546
|
+
readonly scrollMarginTop: "space";
|
|
1547
|
+
readonly scrollPadding: "space";
|
|
1548
|
+
readonly scrollPaddingBlock: "space";
|
|
1549
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
1550
|
+
readonly scrollPaddingBlockStart: "space";
|
|
1551
|
+
readonly scrollPaddingBottom: "space";
|
|
1552
|
+
readonly scrollPaddingInline: "space";
|
|
1553
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
1554
|
+
readonly scrollPaddingInlineStart: "space";
|
|
1555
|
+
readonly scrollPaddingLeft: "space";
|
|
1556
|
+
readonly scrollPaddingRight: "space";
|
|
1557
|
+
readonly scrollPaddingTop: "space";
|
|
1722
1558
|
readonly stroke: "colors";
|
|
1723
1559
|
readonly strokeWidth: "stroke-width";
|
|
1724
1560
|
readonly textDecorationColor: "colors";
|
|
@@ -2051,13 +1887,13 @@ declare const globalCss: <Styles extends {
|
|
|
2051
1887
|
readonly body: "Open Sans, sans-serif";
|
|
2052
1888
|
};
|
|
2053
1889
|
radii: {
|
|
1890
|
+
readonly 0: "0px";
|
|
2054
1891
|
readonly 25: "2px";
|
|
2055
1892
|
readonly 50: "4px";
|
|
2056
1893
|
readonly 75: "6px";
|
|
2057
1894
|
readonly 100: "8px";
|
|
2058
1895
|
readonly 200: "16px";
|
|
2059
|
-
readonly
|
|
2060
|
-
readonly none: "0px";
|
|
1896
|
+
readonly round: "999px";
|
|
2061
1897
|
};
|
|
2062
1898
|
shadows: {
|
|
2063
1899
|
50: any;
|
|
@@ -2067,6 +1903,7 @@ declare const globalCss: <Styles extends {
|
|
|
2067
1903
|
"focus-large": any;
|
|
2068
1904
|
"focus-controls": any;
|
|
2069
1905
|
"focus-controls-error": any;
|
|
1906
|
+
"focus-controls-error-small": any;
|
|
2070
1907
|
"focus-controls-success": any;
|
|
2071
1908
|
};
|
|
2072
1909
|
sizes: {
|
|
@@ -2091,48 +1928,6 @@ declare const globalCss: <Styles extends {
|
|
|
2091
1928
|
readonly 1200: "96px";
|
|
2092
1929
|
readonly 1600: "128px";
|
|
2093
1930
|
};
|
|
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
1931
|
'stroke-width': {
|
|
2137
1932
|
readonly thin: "1.5px";
|
|
2138
1933
|
readonly normal: "2px";
|
|
@@ -2173,7 +1968,7 @@ declare const globalCss: <Styles extends {
|
|
|
2173
1968
|
readonly borderRightColor: "colors";
|
|
2174
1969
|
readonly borderRightStyle: "border-styles";
|
|
2175
1970
|
readonly borderRightWidth: "border-widths";
|
|
2176
|
-
readonly borderSpacing: "space
|
|
1971
|
+
readonly borderSpacing: "space";
|
|
2177
1972
|
readonly borderStyle: "border-styles";
|
|
2178
1973
|
readonly borderTop: "colors";
|
|
2179
1974
|
readonly borderTopColor: "colors";
|
|
@@ -2186,42 +1981,42 @@ declare const globalCss: <Styles extends {
|
|
|
2186
1981
|
readonly boxShadow: "shadows";
|
|
2187
1982
|
readonly caretColor: "colors";
|
|
2188
1983
|
readonly color: "colors";
|
|
2189
|
-
readonly columnGap: "space
|
|
1984
|
+
readonly columnGap: "space";
|
|
2190
1985
|
readonly columnRuleColor: "colors";
|
|
2191
1986
|
readonly fill: "colors";
|
|
2192
1987
|
readonly flexBasis: "sizes";
|
|
2193
1988
|
readonly fontFamily: "fonts";
|
|
2194
1989
|
readonly fontSize: "font-sizes";
|
|
2195
1990
|
readonly fontWeight: "font-weights";
|
|
2196
|
-
readonly gap: "space
|
|
2197
|
-
readonly gridColumnGap: "space
|
|
2198
|
-
readonly gridGap: "space
|
|
2199
|
-
readonly gridRowGap: "space
|
|
1991
|
+
readonly gap: "space";
|
|
1992
|
+
readonly gridColumnGap: "space";
|
|
1993
|
+
readonly gridGap: "space";
|
|
1994
|
+
readonly gridRowGap: "space";
|
|
2200
1995
|
readonly gridTemplateColumns: "sizes";
|
|
2201
1996
|
readonly gridTemplateRows: "sizes";
|
|
2202
1997
|
readonly height: "sizes";
|
|
2203
1998
|
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
|
|
1999
|
+
readonly inset: "space";
|
|
2000
|
+
readonly insetBlock: "space";
|
|
2001
|
+
readonly insetBlockEnd: "space";
|
|
2002
|
+
readonly insetBlockStart: "space";
|
|
2003
|
+
readonly insetInline: "space";
|
|
2004
|
+
readonly insetInlineEnd: "space";
|
|
2005
|
+
readonly insetInlineStart: "space";
|
|
2211
2006
|
readonly left: "space";
|
|
2212
2007
|
readonly letterSpacing: "letter-spacings";
|
|
2213
2008
|
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
|
|
2009
|
+
readonly margin: "space";
|
|
2010
|
+
readonly marginBlock: "space";
|
|
2011
|
+
readonly marginBlockEnd: "space";
|
|
2012
|
+
readonly marginBlockStart: "space";
|
|
2013
|
+
readonly marginBottom: "space";
|
|
2014
|
+
readonly marginInline: "space";
|
|
2015
|
+
readonly marginInlineEnd: "space";
|
|
2016
|
+
readonly marginInlineStart: "space";
|
|
2017
|
+
readonly marginLeft: "space";
|
|
2018
|
+
readonly marginRight: "space";
|
|
2019
|
+
readonly marginTop: "space";
|
|
2225
2020
|
readonly maxBlockSize: "sizes";
|
|
2226
2021
|
readonly maxHeight: "sizes";
|
|
2227
2022
|
readonly maxInlineSize: "sizes";
|
|
@@ -2232,41 +2027,41 @@ declare const globalCss: <Styles extends {
|
|
|
2232
2027
|
readonly minWidth: "sizes";
|
|
2233
2028
|
readonly outline: "colors";
|
|
2234
2029
|
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
|
|
2030
|
+
readonly padding: "space";
|
|
2031
|
+
readonly paddingBlock: "space";
|
|
2032
|
+
readonly paddingBlockEnd: "space";
|
|
2033
|
+
readonly paddingBlockStart: "space";
|
|
2034
|
+
readonly paddingBottom: "space";
|
|
2035
|
+
readonly paddingInline: "space";
|
|
2036
|
+
readonly paddingInlineEnd: "space";
|
|
2037
|
+
readonly paddingInlineStart: "space";
|
|
2038
|
+
readonly paddingLeft: "space";
|
|
2039
|
+
readonly paddingRight: "space";
|
|
2040
|
+
readonly paddingTop: "space";
|
|
2246
2041
|
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
|
|
2042
|
+
readonly rowGap: "space";
|
|
2043
|
+
readonly scrollMargin: "space";
|
|
2044
|
+
readonly scrollMarginBlock: "space";
|
|
2045
|
+
readonly scrollMarginBlockEnd: "space";
|
|
2046
|
+
readonly scrollMarginBlockStart: "space";
|
|
2047
|
+
readonly scrollMarginBottom: "space";
|
|
2048
|
+
readonly scrollMarginInline: "space";
|
|
2049
|
+
readonly scrollMarginInlineEnd: "space";
|
|
2050
|
+
readonly scrollMarginInlineStart: "space";
|
|
2051
|
+
readonly scrollMarginLeft: "space";
|
|
2052
|
+
readonly scrollMarginRight: "space";
|
|
2053
|
+
readonly scrollMarginTop: "space";
|
|
2054
|
+
readonly scrollPadding: "space";
|
|
2055
|
+
readonly scrollPaddingBlock: "space";
|
|
2056
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
2057
|
+
readonly scrollPaddingBlockStart: "space";
|
|
2058
|
+
readonly scrollPaddingBottom: "space";
|
|
2059
|
+
readonly scrollPaddingInline: "space";
|
|
2060
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
2061
|
+
readonly scrollPaddingInlineStart: "space";
|
|
2062
|
+
readonly scrollPaddingLeft: "space";
|
|
2063
|
+
readonly scrollPaddingRight: "space";
|
|
2064
|
+
readonly scrollPaddingTop: "space";
|
|
2270
2065
|
readonly stroke: "colors";
|
|
2271
2066
|
readonly strokeWidth: "stroke-width";
|
|
2272
2067
|
readonly textDecorationColor: "colors";
|
|
@@ -2581,13 +2376,13 @@ declare const globalCss: <Styles extends {
|
|
|
2581
2376
|
readonly body: "Open Sans, sans-serif";
|
|
2582
2377
|
};
|
|
2583
2378
|
radii: {
|
|
2379
|
+
readonly 0: "0px";
|
|
2584
2380
|
readonly 25: "2px";
|
|
2585
2381
|
readonly 50: "4px";
|
|
2586
2382
|
readonly 75: "6px";
|
|
2587
2383
|
readonly 100: "8px";
|
|
2588
2384
|
readonly 200: "16px";
|
|
2589
|
-
readonly
|
|
2590
|
-
readonly none: "0px";
|
|
2385
|
+
readonly round: "999px";
|
|
2591
2386
|
};
|
|
2592
2387
|
shadows: {
|
|
2593
2388
|
50: any;
|
|
@@ -2597,6 +2392,7 @@ declare const globalCss: <Styles extends {
|
|
|
2597
2392
|
"focus-large": any;
|
|
2598
2393
|
"focus-controls": any;
|
|
2599
2394
|
"focus-controls-error": any;
|
|
2395
|
+
"focus-controls-error-small": any;
|
|
2600
2396
|
"focus-controls-success": any;
|
|
2601
2397
|
};
|
|
2602
2398
|
sizes: {
|
|
@@ -2621,48 +2417,6 @@ declare const globalCss: <Styles extends {
|
|
|
2621
2417
|
readonly 1200: "96px";
|
|
2622
2418
|
readonly 1600: "128px";
|
|
2623
2419
|
};
|
|
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
2420
|
'stroke-width': {
|
|
2667
2421
|
readonly thin: "1.5px";
|
|
2668
2422
|
readonly normal: "2px";
|
|
@@ -2703,7 +2457,7 @@ declare const globalCss: <Styles extends {
|
|
|
2703
2457
|
readonly borderRightColor: "colors";
|
|
2704
2458
|
readonly borderRightStyle: "border-styles";
|
|
2705
2459
|
readonly borderRightWidth: "border-widths";
|
|
2706
|
-
readonly borderSpacing: "space
|
|
2460
|
+
readonly borderSpacing: "space";
|
|
2707
2461
|
readonly borderStyle: "border-styles";
|
|
2708
2462
|
readonly borderTop: "colors";
|
|
2709
2463
|
readonly borderTopColor: "colors";
|
|
@@ -2716,42 +2470,42 @@ declare const globalCss: <Styles extends {
|
|
|
2716
2470
|
readonly boxShadow: "shadows";
|
|
2717
2471
|
readonly caretColor: "colors";
|
|
2718
2472
|
readonly color: "colors";
|
|
2719
|
-
readonly columnGap: "space
|
|
2473
|
+
readonly columnGap: "space";
|
|
2720
2474
|
readonly columnRuleColor: "colors";
|
|
2721
2475
|
readonly fill: "colors";
|
|
2722
2476
|
readonly flexBasis: "sizes";
|
|
2723
2477
|
readonly fontFamily: "fonts";
|
|
2724
2478
|
readonly fontSize: "font-sizes";
|
|
2725
2479
|
readonly fontWeight: "font-weights";
|
|
2726
|
-
readonly gap: "space
|
|
2727
|
-
readonly gridColumnGap: "space
|
|
2728
|
-
readonly gridGap: "space
|
|
2729
|
-
readonly gridRowGap: "space
|
|
2480
|
+
readonly gap: "space";
|
|
2481
|
+
readonly gridColumnGap: "space";
|
|
2482
|
+
readonly gridGap: "space";
|
|
2483
|
+
readonly gridRowGap: "space";
|
|
2730
2484
|
readonly gridTemplateColumns: "sizes";
|
|
2731
2485
|
readonly gridTemplateRows: "sizes";
|
|
2732
2486
|
readonly height: "sizes";
|
|
2733
2487
|
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
|
|
2488
|
+
readonly inset: "space";
|
|
2489
|
+
readonly insetBlock: "space";
|
|
2490
|
+
readonly insetBlockEnd: "space";
|
|
2491
|
+
readonly insetBlockStart: "space";
|
|
2492
|
+
readonly insetInline: "space";
|
|
2493
|
+
readonly insetInlineEnd: "space";
|
|
2494
|
+
readonly insetInlineStart: "space";
|
|
2741
2495
|
readonly left: "space";
|
|
2742
2496
|
readonly letterSpacing: "letter-spacings";
|
|
2743
2497
|
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
|
|
2498
|
+
readonly margin: "space";
|
|
2499
|
+
readonly marginBlock: "space";
|
|
2500
|
+
readonly marginBlockEnd: "space";
|
|
2501
|
+
readonly marginBlockStart: "space";
|
|
2502
|
+
readonly marginBottom: "space";
|
|
2503
|
+
readonly marginInline: "space";
|
|
2504
|
+
readonly marginInlineEnd: "space";
|
|
2505
|
+
readonly marginInlineStart: "space";
|
|
2506
|
+
readonly marginLeft: "space";
|
|
2507
|
+
readonly marginRight: "space";
|
|
2508
|
+
readonly marginTop: "space";
|
|
2755
2509
|
readonly maxBlockSize: "sizes";
|
|
2756
2510
|
readonly maxHeight: "sizes";
|
|
2757
2511
|
readonly maxInlineSize: "sizes";
|
|
@@ -2762,41 +2516,41 @@ declare const globalCss: <Styles extends {
|
|
|
2762
2516
|
readonly minWidth: "sizes";
|
|
2763
2517
|
readonly outline: "colors";
|
|
2764
2518
|
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
|
|
2519
|
+
readonly padding: "space";
|
|
2520
|
+
readonly paddingBlock: "space";
|
|
2521
|
+
readonly paddingBlockEnd: "space";
|
|
2522
|
+
readonly paddingBlockStart: "space";
|
|
2523
|
+
readonly paddingBottom: "space";
|
|
2524
|
+
readonly paddingInline: "space";
|
|
2525
|
+
readonly paddingInlineEnd: "space";
|
|
2526
|
+
readonly paddingInlineStart: "space";
|
|
2527
|
+
readonly paddingLeft: "space";
|
|
2528
|
+
readonly paddingRight: "space";
|
|
2529
|
+
readonly paddingTop: "space";
|
|
2776
2530
|
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
|
|
2531
|
+
readonly rowGap: "space";
|
|
2532
|
+
readonly scrollMargin: "space";
|
|
2533
|
+
readonly scrollMarginBlock: "space";
|
|
2534
|
+
readonly scrollMarginBlockEnd: "space";
|
|
2535
|
+
readonly scrollMarginBlockStart: "space";
|
|
2536
|
+
readonly scrollMarginBottom: "space";
|
|
2537
|
+
readonly scrollMarginInline: "space";
|
|
2538
|
+
readonly scrollMarginInlineEnd: "space";
|
|
2539
|
+
readonly scrollMarginInlineStart: "space";
|
|
2540
|
+
readonly scrollMarginLeft: "space";
|
|
2541
|
+
readonly scrollMarginRight: "space";
|
|
2542
|
+
readonly scrollMarginTop: "space";
|
|
2543
|
+
readonly scrollPadding: "space";
|
|
2544
|
+
readonly scrollPaddingBlock: "space";
|
|
2545
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
2546
|
+
readonly scrollPaddingBlockStart: "space";
|
|
2547
|
+
readonly scrollPaddingBottom: "space";
|
|
2548
|
+
readonly scrollPaddingInline: "space";
|
|
2549
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
2550
|
+
readonly scrollPaddingInlineStart: "space";
|
|
2551
|
+
readonly scrollPaddingLeft: "space";
|
|
2552
|
+
readonly scrollPaddingRight: "space";
|
|
2553
|
+
readonly scrollPaddingTop: "space";
|
|
2800
2554
|
readonly stroke: "colors";
|
|
2801
2555
|
readonly strokeWidth: "stroke-width";
|
|
2802
2556
|
readonly textDecorationColor: "colors";
|
|
@@ -3112,13 +2866,13 @@ declare const keyframes: (style: {
|
|
|
3112
2866
|
readonly body: "Open Sans, sans-serif";
|
|
3113
2867
|
};
|
|
3114
2868
|
radii: {
|
|
2869
|
+
readonly 0: "0px";
|
|
3115
2870
|
readonly 25: "2px";
|
|
3116
2871
|
readonly 50: "4px";
|
|
3117
2872
|
readonly 75: "6px";
|
|
3118
2873
|
readonly 100: "8px";
|
|
3119
2874
|
readonly 200: "16px";
|
|
3120
|
-
readonly
|
|
3121
|
-
readonly none: "0px";
|
|
2875
|
+
readonly round: "999px";
|
|
3122
2876
|
};
|
|
3123
2877
|
shadows: {
|
|
3124
2878
|
50: any;
|
|
@@ -3128,6 +2882,7 @@ declare const keyframes: (style: {
|
|
|
3128
2882
|
"focus-large": any;
|
|
3129
2883
|
"focus-controls": any;
|
|
3130
2884
|
"focus-controls-error": any;
|
|
2885
|
+
"focus-controls-error-small": any;
|
|
3131
2886
|
"focus-controls-success": any;
|
|
3132
2887
|
};
|
|
3133
2888
|
sizes: {
|
|
@@ -3152,48 +2907,6 @@ declare const keyframes: (style: {
|
|
|
3152
2907
|
readonly 1200: "96px";
|
|
3153
2908
|
readonly 1600: "128px";
|
|
3154
2909
|
};
|
|
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
2910
|
'stroke-width': {
|
|
3198
2911
|
readonly thin: "1.5px";
|
|
3199
2912
|
readonly normal: "2px";
|
|
@@ -3234,7 +2947,7 @@ declare const keyframes: (style: {
|
|
|
3234
2947
|
readonly borderRightColor: "colors";
|
|
3235
2948
|
readonly borderRightStyle: "border-styles";
|
|
3236
2949
|
readonly borderRightWidth: "border-widths";
|
|
3237
|
-
readonly borderSpacing: "space
|
|
2950
|
+
readonly borderSpacing: "space";
|
|
3238
2951
|
readonly borderStyle: "border-styles";
|
|
3239
2952
|
readonly borderTop: "colors";
|
|
3240
2953
|
readonly borderTopColor: "colors";
|
|
@@ -3247,42 +2960,42 @@ declare const keyframes: (style: {
|
|
|
3247
2960
|
readonly boxShadow: "shadows";
|
|
3248
2961
|
readonly caretColor: "colors";
|
|
3249
2962
|
readonly color: "colors";
|
|
3250
|
-
readonly columnGap: "space
|
|
2963
|
+
readonly columnGap: "space";
|
|
3251
2964
|
readonly columnRuleColor: "colors";
|
|
3252
2965
|
readonly fill: "colors";
|
|
3253
2966
|
readonly flexBasis: "sizes";
|
|
3254
2967
|
readonly fontFamily: "fonts";
|
|
3255
2968
|
readonly fontSize: "font-sizes";
|
|
3256
2969
|
readonly fontWeight: "font-weights";
|
|
3257
|
-
readonly gap: "space
|
|
3258
|
-
readonly gridColumnGap: "space
|
|
3259
|
-
readonly gridGap: "space
|
|
3260
|
-
readonly gridRowGap: "space
|
|
2970
|
+
readonly gap: "space";
|
|
2971
|
+
readonly gridColumnGap: "space";
|
|
2972
|
+
readonly gridGap: "space";
|
|
2973
|
+
readonly gridRowGap: "space";
|
|
3261
2974
|
readonly gridTemplateColumns: "sizes";
|
|
3262
2975
|
readonly gridTemplateRows: "sizes";
|
|
3263
2976
|
readonly height: "sizes";
|
|
3264
2977
|
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
|
|
2978
|
+
readonly inset: "space";
|
|
2979
|
+
readonly insetBlock: "space";
|
|
2980
|
+
readonly insetBlockEnd: "space";
|
|
2981
|
+
readonly insetBlockStart: "space";
|
|
2982
|
+
readonly insetInline: "space";
|
|
2983
|
+
readonly insetInlineEnd: "space";
|
|
2984
|
+
readonly insetInlineStart: "space";
|
|
3272
2985
|
readonly left: "space";
|
|
3273
2986
|
readonly letterSpacing: "letter-spacings";
|
|
3274
2987
|
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
|
|
2988
|
+
readonly margin: "space";
|
|
2989
|
+
readonly marginBlock: "space";
|
|
2990
|
+
readonly marginBlockEnd: "space";
|
|
2991
|
+
readonly marginBlockStart: "space";
|
|
2992
|
+
readonly marginBottom: "space";
|
|
2993
|
+
readonly marginInline: "space";
|
|
2994
|
+
readonly marginInlineEnd: "space";
|
|
2995
|
+
readonly marginInlineStart: "space";
|
|
2996
|
+
readonly marginLeft: "space";
|
|
2997
|
+
readonly marginRight: "space";
|
|
2998
|
+
readonly marginTop: "space";
|
|
3286
2999
|
readonly maxBlockSize: "sizes";
|
|
3287
3000
|
readonly maxHeight: "sizes";
|
|
3288
3001
|
readonly maxInlineSize: "sizes";
|
|
@@ -3293,41 +3006,41 @@ declare const keyframes: (style: {
|
|
|
3293
3006
|
readonly minWidth: "sizes";
|
|
3294
3007
|
readonly outline: "colors";
|
|
3295
3008
|
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
|
|
3009
|
+
readonly padding: "space";
|
|
3010
|
+
readonly paddingBlock: "space";
|
|
3011
|
+
readonly paddingBlockEnd: "space";
|
|
3012
|
+
readonly paddingBlockStart: "space";
|
|
3013
|
+
readonly paddingBottom: "space";
|
|
3014
|
+
readonly paddingInline: "space";
|
|
3015
|
+
readonly paddingInlineEnd: "space";
|
|
3016
|
+
readonly paddingInlineStart: "space";
|
|
3017
|
+
readonly paddingLeft: "space";
|
|
3018
|
+
readonly paddingRight: "space";
|
|
3019
|
+
readonly paddingTop: "space";
|
|
3307
3020
|
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
|
|
3021
|
+
readonly rowGap: "space";
|
|
3022
|
+
readonly scrollMargin: "space";
|
|
3023
|
+
readonly scrollMarginBlock: "space";
|
|
3024
|
+
readonly scrollMarginBlockEnd: "space";
|
|
3025
|
+
readonly scrollMarginBlockStart: "space";
|
|
3026
|
+
readonly scrollMarginBottom: "space";
|
|
3027
|
+
readonly scrollMarginInline: "space";
|
|
3028
|
+
readonly scrollMarginInlineEnd: "space";
|
|
3029
|
+
readonly scrollMarginInlineStart: "space";
|
|
3030
|
+
readonly scrollMarginLeft: "space";
|
|
3031
|
+
readonly scrollMarginRight: "space";
|
|
3032
|
+
readonly scrollMarginTop: "space";
|
|
3033
|
+
readonly scrollPadding: "space";
|
|
3034
|
+
readonly scrollPaddingBlock: "space";
|
|
3035
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
3036
|
+
readonly scrollPaddingBlockStart: "space";
|
|
3037
|
+
readonly scrollPaddingBottom: "space";
|
|
3038
|
+
readonly scrollPaddingInline: "space";
|
|
3039
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
3040
|
+
readonly scrollPaddingInlineStart: "space";
|
|
3041
|
+
readonly scrollPaddingLeft: "space";
|
|
3042
|
+
readonly scrollPaddingRight: "space";
|
|
3043
|
+
readonly scrollPaddingTop: "space";
|
|
3331
3044
|
readonly stroke: "colors";
|
|
3332
3045
|
readonly strokeWidth: "stroke-width";
|
|
3333
3046
|
readonly textDecorationColor: "colors";
|
|
@@ -3455,7 +3168,7 @@ declare const themeMap: {
|
|
|
3455
3168
|
readonly borderRightColor: "colors";
|
|
3456
3169
|
readonly borderRightStyle: "border-styles";
|
|
3457
3170
|
readonly borderRightWidth: "border-widths";
|
|
3458
|
-
readonly borderSpacing: "space
|
|
3171
|
+
readonly borderSpacing: "space";
|
|
3459
3172
|
readonly borderStyle: "border-styles";
|
|
3460
3173
|
readonly borderTop: "colors";
|
|
3461
3174
|
readonly borderTopColor: "colors";
|
|
@@ -3468,42 +3181,42 @@ declare const themeMap: {
|
|
|
3468
3181
|
readonly boxShadow: "shadows";
|
|
3469
3182
|
readonly caretColor: "colors";
|
|
3470
3183
|
readonly color: "colors";
|
|
3471
|
-
readonly columnGap: "space
|
|
3184
|
+
readonly columnGap: "space";
|
|
3472
3185
|
readonly columnRuleColor: "colors";
|
|
3473
3186
|
readonly fill: "colors";
|
|
3474
3187
|
readonly flexBasis: "sizes";
|
|
3475
3188
|
readonly fontFamily: "fonts";
|
|
3476
3189
|
readonly fontSize: "font-sizes";
|
|
3477
3190
|
readonly fontWeight: "font-weights";
|
|
3478
|
-
readonly gap: "space
|
|
3479
|
-
readonly gridColumnGap: "space
|
|
3480
|
-
readonly gridGap: "space
|
|
3481
|
-
readonly gridRowGap: "space
|
|
3191
|
+
readonly gap: "space";
|
|
3192
|
+
readonly gridColumnGap: "space";
|
|
3193
|
+
readonly gridGap: "space";
|
|
3194
|
+
readonly gridRowGap: "space";
|
|
3482
3195
|
readonly gridTemplateColumns: "sizes";
|
|
3483
3196
|
readonly gridTemplateRows: "sizes";
|
|
3484
3197
|
readonly height: "sizes";
|
|
3485
3198
|
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
|
|
3199
|
+
readonly inset: "space";
|
|
3200
|
+
readonly insetBlock: "space";
|
|
3201
|
+
readonly insetBlockEnd: "space";
|
|
3202
|
+
readonly insetBlockStart: "space";
|
|
3203
|
+
readonly insetInline: "space";
|
|
3204
|
+
readonly insetInlineEnd: "space";
|
|
3205
|
+
readonly insetInlineStart: "space";
|
|
3493
3206
|
readonly left: "space";
|
|
3494
3207
|
readonly letterSpacing: "letter-spacings";
|
|
3495
3208
|
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
|
|
3209
|
+
readonly margin: "space";
|
|
3210
|
+
readonly marginBlock: "space";
|
|
3211
|
+
readonly marginBlockEnd: "space";
|
|
3212
|
+
readonly marginBlockStart: "space";
|
|
3213
|
+
readonly marginBottom: "space";
|
|
3214
|
+
readonly marginInline: "space";
|
|
3215
|
+
readonly marginInlineEnd: "space";
|
|
3216
|
+
readonly marginInlineStart: "space";
|
|
3217
|
+
readonly marginLeft: "space";
|
|
3218
|
+
readonly marginRight: "space";
|
|
3219
|
+
readonly marginTop: "space";
|
|
3507
3220
|
readonly maxBlockSize: "sizes";
|
|
3508
3221
|
readonly maxHeight: "sizes";
|
|
3509
3222
|
readonly maxInlineSize: "sizes";
|
|
@@ -3514,41 +3227,41 @@ declare const themeMap: {
|
|
|
3514
3227
|
readonly minWidth: "sizes";
|
|
3515
3228
|
readonly outline: "colors";
|
|
3516
3229
|
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
|
|
3230
|
+
readonly padding: "space";
|
|
3231
|
+
readonly paddingBlock: "space";
|
|
3232
|
+
readonly paddingBlockEnd: "space";
|
|
3233
|
+
readonly paddingBlockStart: "space";
|
|
3234
|
+
readonly paddingBottom: "space";
|
|
3235
|
+
readonly paddingInline: "space";
|
|
3236
|
+
readonly paddingInlineEnd: "space";
|
|
3237
|
+
readonly paddingInlineStart: "space";
|
|
3238
|
+
readonly paddingLeft: "space";
|
|
3239
|
+
readonly paddingRight: "space";
|
|
3240
|
+
readonly paddingTop: "space";
|
|
3528
3241
|
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
|
|
3242
|
+
readonly rowGap: "space";
|
|
3243
|
+
readonly scrollMargin: "space";
|
|
3244
|
+
readonly scrollMarginBlock: "space";
|
|
3245
|
+
readonly scrollMarginBlockEnd: "space";
|
|
3246
|
+
readonly scrollMarginBlockStart: "space";
|
|
3247
|
+
readonly scrollMarginBottom: "space";
|
|
3248
|
+
readonly scrollMarginInline: "space";
|
|
3249
|
+
readonly scrollMarginInlineEnd: "space";
|
|
3250
|
+
readonly scrollMarginInlineStart: "space";
|
|
3251
|
+
readonly scrollMarginLeft: "space";
|
|
3252
|
+
readonly scrollMarginRight: "space";
|
|
3253
|
+
readonly scrollMarginTop: "space";
|
|
3254
|
+
readonly scrollPadding: "space";
|
|
3255
|
+
readonly scrollPaddingBlock: "space";
|
|
3256
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
3257
|
+
readonly scrollPaddingBlockStart: "space";
|
|
3258
|
+
readonly scrollPaddingBottom: "space";
|
|
3259
|
+
readonly scrollPaddingInline: "space";
|
|
3260
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
3261
|
+
readonly scrollPaddingInlineStart: "space";
|
|
3262
|
+
readonly scrollPaddingLeft: "space";
|
|
3263
|
+
readonly scrollPaddingRight: "space";
|
|
3264
|
+
readonly scrollPaddingTop: "space";
|
|
3552
3265
|
readonly stroke: "colors";
|
|
3553
3266
|
readonly strokeWidth: "stroke-width";
|
|
3554
3267
|
readonly textDecorationColor: "colors";
|
|
@@ -3686,13 +3399,13 @@ declare const theme: {
|
|
|
3686
3399
|
readonly body: "Open Sans, sans-serif";
|
|
3687
3400
|
};
|
|
3688
3401
|
radii: {
|
|
3402
|
+
readonly 0: "0px";
|
|
3689
3403
|
readonly 25: "2px";
|
|
3690
3404
|
readonly 50: "4px";
|
|
3691
3405
|
readonly 75: "6px";
|
|
3692
3406
|
readonly 100: "8px";
|
|
3693
3407
|
readonly 200: "16px";
|
|
3694
|
-
readonly
|
|
3695
|
-
readonly none: "0px";
|
|
3408
|
+
readonly round: "999px";
|
|
3696
3409
|
};
|
|
3697
3410
|
shadows: Required<AliasShadows>;
|
|
3698
3411
|
sizes: {
|
|
@@ -3717,48 +3430,6 @@ declare const theme: {
|
|
|
3717
3430
|
readonly 1200: "96px";
|
|
3718
3431
|
readonly 1600: "128px";
|
|
3719
3432
|
};
|
|
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
3433
|
'stroke-width': {
|
|
3763
3434
|
readonly thin: "1.5px";
|
|
3764
3435
|
readonly normal: "2px";
|
|
@@ -4058,13 +3729,13 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4058
3729
|
readonly body: "Open Sans, sans-serif";
|
|
4059
3730
|
};
|
|
4060
3731
|
radii: {
|
|
3732
|
+
readonly 0: "0px";
|
|
4061
3733
|
readonly 25: "2px";
|
|
4062
3734
|
readonly 50: "4px";
|
|
4063
3735
|
readonly 75: "6px";
|
|
4064
3736
|
readonly 100: "8px";
|
|
4065
3737
|
readonly 200: "16px";
|
|
4066
|
-
readonly
|
|
4067
|
-
readonly none: "0px";
|
|
3738
|
+
readonly round: "999px";
|
|
4068
3739
|
};
|
|
4069
3740
|
shadows: {
|
|
4070
3741
|
50: any;
|
|
@@ -4074,6 +3745,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4074
3745
|
"focus-large": any;
|
|
4075
3746
|
"focus-controls": any;
|
|
4076
3747
|
"focus-controls-error": any;
|
|
3748
|
+
"focus-controls-error-small": any;
|
|
4077
3749
|
"focus-controls-success": any;
|
|
4078
3750
|
};
|
|
4079
3751
|
sizes: {
|
|
@@ -4098,48 +3770,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4098
3770
|
readonly 1200: "96px";
|
|
4099
3771
|
readonly 1600: "128px";
|
|
4100
3772
|
};
|
|
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
3773
|
'stroke-width': {
|
|
4144
3774
|
readonly thin: "1.5px";
|
|
4145
3775
|
readonly normal: "2px";
|
|
@@ -4180,7 +3810,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4180
3810
|
readonly borderRightColor: "colors";
|
|
4181
3811
|
readonly borderRightStyle: "border-styles";
|
|
4182
3812
|
readonly borderRightWidth: "border-widths";
|
|
4183
|
-
readonly borderSpacing: "space
|
|
3813
|
+
readonly borderSpacing: "space";
|
|
4184
3814
|
readonly borderStyle: "border-styles";
|
|
4185
3815
|
readonly borderTop: "colors";
|
|
4186
3816
|
readonly borderTopColor: "colors";
|
|
@@ -4193,42 +3823,42 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4193
3823
|
readonly boxShadow: "shadows";
|
|
4194
3824
|
readonly caretColor: "colors";
|
|
4195
3825
|
readonly color: "colors";
|
|
4196
|
-
readonly columnGap: "space
|
|
3826
|
+
readonly columnGap: "space";
|
|
4197
3827
|
readonly columnRuleColor: "colors";
|
|
4198
3828
|
readonly fill: "colors";
|
|
4199
3829
|
readonly flexBasis: "sizes";
|
|
4200
3830
|
readonly fontFamily: "fonts";
|
|
4201
3831
|
readonly fontSize: "font-sizes";
|
|
4202
3832
|
readonly fontWeight: "font-weights";
|
|
4203
|
-
readonly gap: "space
|
|
4204
|
-
readonly gridColumnGap: "space
|
|
4205
|
-
readonly gridGap: "space
|
|
4206
|
-
readonly gridRowGap: "space
|
|
3833
|
+
readonly gap: "space";
|
|
3834
|
+
readonly gridColumnGap: "space";
|
|
3835
|
+
readonly gridGap: "space";
|
|
3836
|
+
readonly gridRowGap: "space";
|
|
4207
3837
|
readonly gridTemplateColumns: "sizes";
|
|
4208
3838
|
readonly gridTemplateRows: "sizes";
|
|
4209
3839
|
readonly height: "sizes";
|
|
4210
3840
|
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
|
|
3841
|
+
readonly inset: "space";
|
|
3842
|
+
readonly insetBlock: "space";
|
|
3843
|
+
readonly insetBlockEnd: "space";
|
|
3844
|
+
readonly insetBlockStart: "space";
|
|
3845
|
+
readonly insetInline: "space";
|
|
3846
|
+
readonly insetInlineEnd: "space";
|
|
3847
|
+
readonly insetInlineStart: "space";
|
|
4218
3848
|
readonly left: "space";
|
|
4219
3849
|
readonly letterSpacing: "letter-spacings";
|
|
4220
3850
|
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
|
|
3851
|
+
readonly margin: "space";
|
|
3852
|
+
readonly marginBlock: "space";
|
|
3853
|
+
readonly marginBlockEnd: "space";
|
|
3854
|
+
readonly marginBlockStart: "space";
|
|
3855
|
+
readonly marginBottom: "space";
|
|
3856
|
+
readonly marginInline: "space";
|
|
3857
|
+
readonly marginInlineEnd: "space";
|
|
3858
|
+
readonly marginInlineStart: "space";
|
|
3859
|
+
readonly marginLeft: "space";
|
|
3860
|
+
readonly marginRight: "space";
|
|
3861
|
+
readonly marginTop: "space";
|
|
4232
3862
|
readonly maxBlockSize: "sizes";
|
|
4233
3863
|
readonly maxHeight: "sizes";
|
|
4234
3864
|
readonly maxInlineSize: "sizes";
|
|
@@ -4239,41 +3869,41 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4239
3869
|
readonly minWidth: "sizes";
|
|
4240
3870
|
readonly outline: "colors";
|
|
4241
3871
|
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
|
|
3872
|
+
readonly padding: "space";
|
|
3873
|
+
readonly paddingBlock: "space";
|
|
3874
|
+
readonly paddingBlockEnd: "space";
|
|
3875
|
+
readonly paddingBlockStart: "space";
|
|
3876
|
+
readonly paddingBottom: "space";
|
|
3877
|
+
readonly paddingInline: "space";
|
|
3878
|
+
readonly paddingInlineEnd: "space";
|
|
3879
|
+
readonly paddingInlineStart: "space";
|
|
3880
|
+
readonly paddingLeft: "space";
|
|
3881
|
+
readonly paddingRight: "space";
|
|
3882
|
+
readonly paddingTop: "space";
|
|
4253
3883
|
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
|
|
3884
|
+
readonly rowGap: "space";
|
|
3885
|
+
readonly scrollMargin: "space";
|
|
3886
|
+
readonly scrollMarginBlock: "space";
|
|
3887
|
+
readonly scrollMarginBlockEnd: "space";
|
|
3888
|
+
readonly scrollMarginBlockStart: "space";
|
|
3889
|
+
readonly scrollMarginBottom: "space";
|
|
3890
|
+
readonly scrollMarginInline: "space";
|
|
3891
|
+
readonly scrollMarginInlineEnd: "space";
|
|
3892
|
+
readonly scrollMarginInlineStart: "space";
|
|
3893
|
+
readonly scrollMarginLeft: "space";
|
|
3894
|
+
readonly scrollMarginRight: "space";
|
|
3895
|
+
readonly scrollMarginTop: "space";
|
|
3896
|
+
readonly scrollPadding: "space";
|
|
3897
|
+
readonly scrollPaddingBlock: "space";
|
|
3898
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
3899
|
+
readonly scrollPaddingBlockStart: "space";
|
|
3900
|
+
readonly scrollPaddingBottom: "space";
|
|
3901
|
+
readonly scrollPaddingInline: "space";
|
|
3902
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
3903
|
+
readonly scrollPaddingInlineStart: "space";
|
|
3904
|
+
readonly scrollPaddingLeft: "space";
|
|
3905
|
+
readonly scrollPaddingRight: "space";
|
|
3906
|
+
readonly scrollPaddingTop: "space";
|
|
4277
3907
|
readonly stroke: "colors";
|
|
4278
3908
|
readonly strokeWidth: "stroke-width";
|
|
4279
3909
|
readonly textDecorationColor: "colors";
|
|
@@ -4591,13 +4221,13 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4591
4221
|
readonly body: "Open Sans, sans-serif";
|
|
4592
4222
|
};
|
|
4593
4223
|
radii: {
|
|
4224
|
+
readonly 0: "0px";
|
|
4594
4225
|
readonly 25: "2px";
|
|
4595
4226
|
readonly 50: "4px";
|
|
4596
4227
|
readonly 75: "6px";
|
|
4597
4228
|
readonly 100: "8px";
|
|
4598
4229
|
readonly 200: "16px";
|
|
4599
|
-
readonly
|
|
4600
|
-
readonly none: "0px";
|
|
4230
|
+
readonly round: "999px";
|
|
4601
4231
|
};
|
|
4602
4232
|
shadows: {
|
|
4603
4233
|
50: any;
|
|
@@ -4607,6 +4237,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4607
4237
|
"focus-large": any;
|
|
4608
4238
|
"focus-controls": any;
|
|
4609
4239
|
"focus-controls-error": any;
|
|
4240
|
+
"focus-controls-error-small": any;
|
|
4610
4241
|
"focus-controls-success": any;
|
|
4611
4242
|
};
|
|
4612
4243
|
sizes: {
|
|
@@ -4631,48 +4262,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4631
4262
|
readonly 1200: "96px";
|
|
4632
4263
|
readonly 1600: "128px";
|
|
4633
4264
|
};
|
|
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
4265
|
'stroke-width': {
|
|
4677
4266
|
readonly thin: "1.5px";
|
|
4678
4267
|
readonly normal: "2px";
|
|
@@ -4713,7 +4302,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4713
4302
|
readonly borderRightColor: "colors";
|
|
4714
4303
|
readonly borderRightStyle: "border-styles";
|
|
4715
4304
|
readonly borderRightWidth: "border-widths";
|
|
4716
|
-
readonly borderSpacing: "space
|
|
4305
|
+
readonly borderSpacing: "space";
|
|
4717
4306
|
readonly borderStyle: "border-styles";
|
|
4718
4307
|
readonly borderTop: "colors";
|
|
4719
4308
|
readonly borderTopColor: "colors";
|
|
@@ -4726,42 +4315,42 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4726
4315
|
readonly boxShadow: "shadows";
|
|
4727
4316
|
readonly caretColor: "colors";
|
|
4728
4317
|
readonly color: "colors";
|
|
4729
|
-
readonly columnGap: "space
|
|
4318
|
+
readonly columnGap: "space";
|
|
4730
4319
|
readonly columnRuleColor: "colors";
|
|
4731
4320
|
readonly fill: "colors";
|
|
4732
4321
|
readonly flexBasis: "sizes";
|
|
4733
4322
|
readonly fontFamily: "fonts";
|
|
4734
4323
|
readonly fontSize: "font-sizes";
|
|
4735
4324
|
readonly fontWeight: "font-weights";
|
|
4736
|
-
readonly gap: "space
|
|
4737
|
-
readonly gridColumnGap: "space
|
|
4738
|
-
readonly gridGap: "space
|
|
4739
|
-
readonly gridRowGap: "space
|
|
4325
|
+
readonly gap: "space";
|
|
4326
|
+
readonly gridColumnGap: "space";
|
|
4327
|
+
readonly gridGap: "space";
|
|
4328
|
+
readonly gridRowGap: "space";
|
|
4740
4329
|
readonly gridTemplateColumns: "sizes";
|
|
4741
4330
|
readonly gridTemplateRows: "sizes";
|
|
4742
4331
|
readonly height: "sizes";
|
|
4743
4332
|
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
|
|
4333
|
+
readonly inset: "space";
|
|
4334
|
+
readonly insetBlock: "space";
|
|
4335
|
+
readonly insetBlockEnd: "space";
|
|
4336
|
+
readonly insetBlockStart: "space";
|
|
4337
|
+
readonly insetInline: "space";
|
|
4338
|
+
readonly insetInlineEnd: "space";
|
|
4339
|
+
readonly insetInlineStart: "space";
|
|
4751
4340
|
readonly left: "space";
|
|
4752
4341
|
readonly letterSpacing: "letter-spacings";
|
|
4753
4342
|
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
|
|
4343
|
+
readonly margin: "space";
|
|
4344
|
+
readonly marginBlock: "space";
|
|
4345
|
+
readonly marginBlockEnd: "space";
|
|
4346
|
+
readonly marginBlockStart: "space";
|
|
4347
|
+
readonly marginBottom: "space";
|
|
4348
|
+
readonly marginInline: "space";
|
|
4349
|
+
readonly marginInlineEnd: "space";
|
|
4350
|
+
readonly marginInlineStart: "space";
|
|
4351
|
+
readonly marginLeft: "space";
|
|
4352
|
+
readonly marginRight: "space";
|
|
4353
|
+
readonly marginTop: "space";
|
|
4765
4354
|
readonly maxBlockSize: "sizes";
|
|
4766
4355
|
readonly maxHeight: "sizes";
|
|
4767
4356
|
readonly maxInlineSize: "sizes";
|
|
@@ -4772,41 +4361,41 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
4772
4361
|
readonly minWidth: "sizes";
|
|
4773
4362
|
readonly outline: "colors";
|
|
4774
4363
|
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
|
|
4364
|
+
readonly padding: "space";
|
|
4365
|
+
readonly paddingBlock: "space";
|
|
4366
|
+
readonly paddingBlockEnd: "space";
|
|
4367
|
+
readonly paddingBlockStart: "space";
|
|
4368
|
+
readonly paddingBottom: "space";
|
|
4369
|
+
readonly paddingInline: "space";
|
|
4370
|
+
readonly paddingInlineEnd: "space";
|
|
4371
|
+
readonly paddingInlineStart: "space";
|
|
4372
|
+
readonly paddingLeft: "space";
|
|
4373
|
+
readonly paddingRight: "space";
|
|
4374
|
+
readonly paddingTop: "space";
|
|
4786
4375
|
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
|
|
4376
|
+
readonly rowGap: "space";
|
|
4377
|
+
readonly scrollMargin: "space";
|
|
4378
|
+
readonly scrollMarginBlock: "space";
|
|
4379
|
+
readonly scrollMarginBlockEnd: "space";
|
|
4380
|
+
readonly scrollMarginBlockStart: "space";
|
|
4381
|
+
readonly scrollMarginBottom: "space";
|
|
4382
|
+
readonly scrollMarginInline: "space";
|
|
4383
|
+
readonly scrollMarginInlineEnd: "space";
|
|
4384
|
+
readonly scrollMarginInlineStart: "space";
|
|
4385
|
+
readonly scrollMarginLeft: "space";
|
|
4386
|
+
readonly scrollMarginRight: "space";
|
|
4387
|
+
readonly scrollMarginTop: "space";
|
|
4388
|
+
readonly scrollPadding: "space";
|
|
4389
|
+
readonly scrollPaddingBlock: "space";
|
|
4390
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
4391
|
+
readonly scrollPaddingBlockStart: "space";
|
|
4392
|
+
readonly scrollPaddingBottom: "space";
|
|
4393
|
+
readonly scrollPaddingInline: "space";
|
|
4394
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
4395
|
+
readonly scrollPaddingInlineStart: "space";
|
|
4396
|
+
readonly scrollPaddingLeft: "space";
|
|
4397
|
+
readonly scrollPaddingRight: "space";
|
|
4398
|
+
readonly scrollPaddingTop: "space";
|
|
4810
4399
|
readonly stroke: "colors";
|
|
4811
4400
|
readonly strokeWidth: "stroke-width";
|
|
4812
4401
|
readonly textDecorationColor: "colors";
|