@jeromefitz/design-system 3.1.5 → 3.1.8
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/stitches.config.d.ts
CHANGED
@@ -286,229 +286,229 @@ declare const config: {
|
|
286
286
|
utils: {
|
287
287
|
p: (value: Stitches.PropertyValue<'padding'>) => {
|
288
288
|
padding: {
|
289
|
-
readonly [
|
289
|
+
readonly [Stitches.$$PropertyValue]: "padding";
|
290
290
|
};
|
291
291
|
};
|
292
292
|
pt: (value: Stitches.PropertyValue<'paddingTop'>) => {
|
293
293
|
paddingTop: {
|
294
|
-
readonly [
|
294
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
295
295
|
};
|
296
296
|
};
|
297
297
|
pr: (value: Stitches.PropertyValue<'paddingRight'>) => {
|
298
298
|
paddingRight: {
|
299
|
-
readonly [
|
299
|
+
readonly [Stitches.$$PropertyValue]: "paddingRight";
|
300
300
|
};
|
301
301
|
};
|
302
302
|
pb: (value: Stitches.PropertyValue<'paddingBottom'>) => {
|
303
303
|
paddingBottom: {
|
304
|
-
readonly [
|
304
|
+
readonly [Stitches.$$PropertyValue]: "paddingBottom";
|
305
305
|
};
|
306
306
|
};
|
307
307
|
pl: (value: Stitches.PropertyValue<'paddingLeft'>) => {
|
308
308
|
paddingLeft: {
|
309
|
-
readonly [
|
309
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
310
310
|
};
|
311
311
|
};
|
312
312
|
px: (value: Stitches.PropertyValue<'paddingLeft'>) => {
|
313
313
|
paddingLeft: {
|
314
|
-
readonly [
|
314
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
315
315
|
};
|
316
316
|
paddingRight: {
|
317
|
-
readonly [
|
317
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
318
318
|
};
|
319
319
|
};
|
320
320
|
py: (value: Stitches.PropertyValue<'paddingTop'>) => {
|
321
321
|
paddingTop: {
|
322
|
-
readonly [
|
322
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
323
323
|
};
|
324
324
|
paddingBottom: {
|
325
|
-
readonly [
|
325
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
326
326
|
};
|
327
327
|
};
|
328
328
|
m: (value: Stitches.PropertyValue<'margin'>) => {
|
329
329
|
margin: {
|
330
|
-
readonly [
|
330
|
+
readonly [Stitches.$$PropertyValue]: "margin";
|
331
331
|
};
|
332
332
|
};
|
333
333
|
mt: (value: Stitches.PropertyValue<'marginTop'>) => {
|
334
334
|
marginTop: {
|
335
|
-
readonly [
|
335
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
336
336
|
};
|
337
337
|
};
|
338
338
|
mr: (value: Stitches.PropertyValue<'marginRight'>) => {
|
339
339
|
marginRight: {
|
340
|
-
readonly [
|
340
|
+
readonly [Stitches.$$PropertyValue]: "marginRight";
|
341
341
|
};
|
342
342
|
};
|
343
343
|
mb: (value: Stitches.PropertyValue<'marginBottom'>) => {
|
344
344
|
marginBottom: {
|
345
|
-
readonly [
|
345
|
+
readonly [Stitches.$$PropertyValue]: "marginBottom";
|
346
346
|
};
|
347
347
|
};
|
348
348
|
ml: (value: Stitches.PropertyValue<'marginLeft'>) => {
|
349
349
|
marginLeft: {
|
350
|
-
readonly [
|
350
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
351
351
|
};
|
352
352
|
};
|
353
353
|
mx: (value: Stitches.PropertyValue<'marginLeft'>) => {
|
354
354
|
marginLeft: {
|
355
|
-
readonly [
|
355
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
356
356
|
};
|
357
357
|
marginRight: {
|
358
|
-
readonly [
|
358
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
359
359
|
};
|
360
360
|
};
|
361
361
|
my: (value: Stitches.PropertyValue<'marginTop'>) => {
|
362
362
|
marginTop: {
|
363
|
-
readonly [
|
363
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
364
364
|
};
|
365
365
|
marginBottom: {
|
366
|
-
readonly [
|
366
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
367
367
|
};
|
368
368
|
};
|
369
369
|
ta: (value: Stitches.PropertyValue<'textAlign'>) => {
|
370
370
|
textAlign: {
|
371
|
-
readonly [
|
371
|
+
readonly [Stitches.$$PropertyValue]: "textAlign";
|
372
372
|
};
|
373
373
|
};
|
374
374
|
fd: (value: Stitches.PropertyValue<'flexDirection'>) => {
|
375
375
|
flexDirection: {
|
376
|
-
readonly [
|
376
|
+
readonly [Stitches.$$PropertyValue]: "flexDirection";
|
377
377
|
};
|
378
378
|
};
|
379
379
|
fw: (value: Stitches.PropertyValue<'flexWrap'>) => {
|
380
380
|
flexWrap: {
|
381
|
-
readonly [
|
381
|
+
readonly [Stitches.$$PropertyValue]: "flexWrap";
|
382
382
|
};
|
383
383
|
};
|
384
384
|
ai: (value: Stitches.PropertyValue<'alignItems'>) => {
|
385
385
|
alignItems: {
|
386
|
-
readonly [
|
386
|
+
readonly [Stitches.$$PropertyValue]: "alignItems";
|
387
387
|
};
|
388
388
|
};
|
389
389
|
ac: (value: Stitches.PropertyValue<'alignContent'>) => {
|
390
390
|
alignContent: {
|
391
|
-
readonly [
|
391
|
+
readonly [Stitches.$$PropertyValue]: "alignContent";
|
392
392
|
};
|
393
393
|
};
|
394
394
|
jc: (value: Stitches.PropertyValue<'justifyContent'>) => {
|
395
395
|
justifyContent: {
|
396
|
-
readonly [
|
396
|
+
readonly [Stitches.$$PropertyValue]: "justifyContent";
|
397
397
|
};
|
398
398
|
};
|
399
399
|
as: (value: Stitches.PropertyValue<'alignSelf'>) => {
|
400
400
|
alignSelf: {
|
401
|
-
readonly [
|
401
|
+
readonly [Stitches.$$PropertyValue]: "alignSelf";
|
402
402
|
};
|
403
403
|
};
|
404
404
|
fg: (value: Stitches.PropertyValue<'flexGrow'>) => {
|
405
405
|
flexGrow: {
|
406
|
-
readonly [
|
406
|
+
readonly [Stitches.$$PropertyValue]: "flexGrow";
|
407
407
|
};
|
408
408
|
};
|
409
409
|
fs: (value: Stitches.PropertyValue<'flexShrink'>) => {
|
410
410
|
flexShrink: {
|
411
|
-
readonly [
|
411
|
+
readonly [Stitches.$$PropertyValue]: "flexShrink";
|
412
412
|
};
|
413
413
|
};
|
414
414
|
fb: (value: Stitches.PropertyValue<'flexBasis'>) => {
|
415
415
|
flexBasis: {
|
416
|
-
readonly [
|
416
|
+
readonly [Stitches.$$PropertyValue]: "flexBasis";
|
417
417
|
};
|
418
418
|
};
|
419
419
|
bc: (value: Stitches.PropertyValue<'backgroundColor'>) => {
|
420
420
|
backgroundColor: {
|
421
|
-
readonly [
|
421
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
422
422
|
};
|
423
423
|
};
|
424
424
|
br: (value: Stitches.PropertyValue<'borderRadius'>) => {
|
425
425
|
borderRadius: {
|
426
|
-
readonly [
|
426
|
+
readonly [Stitches.$$PropertyValue]: "borderRadius";
|
427
427
|
};
|
428
428
|
};
|
429
429
|
btrr: (value: Stitches.PropertyValue<'borderTopRightRadius'>) => {
|
430
430
|
borderTopRightRadius: {
|
431
|
-
readonly [
|
431
|
+
readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
|
432
432
|
};
|
433
433
|
};
|
434
434
|
bbrr: (value: Stitches.PropertyValue<'borderBottomRightRadius'>) => {
|
435
435
|
borderBottomRightRadius: {
|
436
|
-
readonly [
|
436
|
+
readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
|
437
437
|
};
|
438
438
|
};
|
439
439
|
bblr: (value: Stitches.PropertyValue<'borderBottomLeftRadius'>) => {
|
440
440
|
borderBottomLeftRadius: {
|
441
|
-
readonly [
|
441
|
+
readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
|
442
442
|
};
|
443
443
|
};
|
444
444
|
btlr: (value: Stitches.PropertyValue<'borderTopLeftRadius'>) => {
|
445
445
|
borderTopLeftRadius: {
|
446
|
-
readonly [
|
446
|
+
readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
|
447
447
|
};
|
448
448
|
};
|
449
449
|
bs: (value: Stitches.PropertyValue<'boxShadow'>) => {
|
450
450
|
boxShadow: {
|
451
|
-
readonly [
|
451
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
452
452
|
};
|
453
453
|
};
|
454
454
|
lh: (value: Stitches.PropertyValue<'lineHeight'>) => {
|
455
455
|
lineHeight: {
|
456
|
-
readonly [
|
456
|
+
readonly [Stitches.$$PropertyValue]: "lineHeight";
|
457
457
|
};
|
458
458
|
};
|
459
459
|
ox: (value: Stitches.PropertyValue<'overflowX'>) => {
|
460
460
|
overflowX: {
|
461
|
-
readonly [
|
461
|
+
readonly [Stitches.$$PropertyValue]: "overflowX";
|
462
462
|
};
|
463
463
|
};
|
464
464
|
oy: (value: Stitches.PropertyValue<'overflowY'>) => {
|
465
465
|
overflowY: {
|
466
|
-
readonly [
|
466
|
+
readonly [Stitches.$$PropertyValue]: "overflowY";
|
467
467
|
};
|
468
468
|
};
|
469
469
|
pe: (value: Stitches.PropertyValue<'pointerEvents'>) => {
|
470
470
|
pointerEvents: {
|
471
|
-
readonly [
|
471
|
+
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
472
472
|
};
|
473
473
|
};
|
474
474
|
us: (value: Stitches.PropertyValue<'userSelect'>) => {
|
475
475
|
WebkitUserSelect: {
|
476
|
-
readonly [
|
476
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
477
477
|
};
|
478
478
|
userSelect: {
|
479
|
-
readonly [
|
479
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
480
480
|
};
|
481
481
|
};
|
482
482
|
userSelect: (value: Stitches.PropertyValue<'userSelect'>) => {
|
483
483
|
WebkitUserSelect: {
|
484
|
-
readonly [
|
484
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
485
485
|
};
|
486
486
|
userSelect: {
|
487
|
-
readonly [
|
487
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
488
488
|
};
|
489
489
|
};
|
490
490
|
size: (value: Stitches.PropertyValue<'width'>) => {
|
491
491
|
width: {
|
492
|
-
readonly [
|
492
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
493
493
|
};
|
494
494
|
height: {
|
495
|
-
readonly [
|
495
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
496
496
|
};
|
497
497
|
};
|
498
498
|
appearance: (value: Stitches.PropertyValue<'appearance'>) => {
|
499
499
|
WebkitAppearance: {
|
500
|
-
readonly [
|
500
|
+
readonly [Stitches.$$PropertyValue]: "appearance";
|
501
501
|
};
|
502
502
|
appearance: {
|
503
|
-
readonly [
|
503
|
+
readonly [Stitches.$$PropertyValue]: "appearance";
|
504
504
|
};
|
505
505
|
};
|
506
506
|
backgroundClip: (value: Stitches.PropertyValue<'backgroundClip'>) => {
|
507
507
|
WebkitBackgroundClip: {
|
508
|
-
readonly [
|
508
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
509
509
|
};
|
510
510
|
backgroundClip: {
|
511
|
-
readonly [
|
511
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
512
512
|
};
|
513
513
|
};
|
514
514
|
};
|
@@ -1312,232 +1312,232 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
1312
1312
|
}, _stitches_react_types_config.DefaultThemeMap, {
|
1313
1313
|
p: (value: Stitches.PropertyValue<'padding'>) => {
|
1314
1314
|
padding: {
|
1315
|
-
readonly [
|
1315
|
+
readonly [Stitches.$$PropertyValue]: "padding";
|
1316
1316
|
};
|
1317
1317
|
};
|
1318
1318
|
pt: (value: Stitches.PropertyValue<'paddingTop'>) => {
|
1319
1319
|
paddingTop: {
|
1320
|
-
readonly [
|
1320
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
1321
1321
|
};
|
1322
1322
|
};
|
1323
1323
|
pr: (value: Stitches.PropertyValue<'paddingRight'>) => {
|
1324
1324
|
paddingRight: {
|
1325
|
-
readonly [
|
1325
|
+
readonly [Stitches.$$PropertyValue]: "paddingRight";
|
1326
1326
|
};
|
1327
1327
|
};
|
1328
1328
|
pb: (value: Stitches.PropertyValue<'paddingBottom'>) => {
|
1329
1329
|
paddingBottom: {
|
1330
|
-
readonly [
|
1330
|
+
readonly [Stitches.$$PropertyValue]: "paddingBottom";
|
1331
1331
|
};
|
1332
1332
|
};
|
1333
1333
|
pl: (value: Stitches.PropertyValue<'paddingLeft'>) => {
|
1334
1334
|
paddingLeft: {
|
1335
|
-
readonly [
|
1335
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
1336
1336
|
};
|
1337
1337
|
};
|
1338
1338
|
px: (value: Stitches.PropertyValue<'paddingLeft'>) => {
|
1339
1339
|
paddingLeft: {
|
1340
|
-
readonly [
|
1340
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
1341
1341
|
};
|
1342
1342
|
paddingRight: {
|
1343
|
-
readonly [
|
1343
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
1344
1344
|
};
|
1345
1345
|
};
|
1346
1346
|
py: (value: Stitches.PropertyValue<'paddingTop'>) => {
|
1347
1347
|
paddingTop: {
|
1348
|
-
readonly [
|
1348
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
1349
1349
|
};
|
1350
1350
|
paddingBottom: {
|
1351
|
-
readonly [
|
1351
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
1352
1352
|
};
|
1353
1353
|
};
|
1354
1354
|
m: (value: Stitches.PropertyValue<'margin'>) => {
|
1355
1355
|
margin: {
|
1356
|
-
readonly [
|
1356
|
+
readonly [Stitches.$$PropertyValue]: "margin";
|
1357
1357
|
};
|
1358
1358
|
};
|
1359
1359
|
mt: (value: Stitches.PropertyValue<'marginTop'>) => {
|
1360
1360
|
marginTop: {
|
1361
|
-
readonly [
|
1361
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
1362
1362
|
};
|
1363
1363
|
};
|
1364
1364
|
mr: (value: Stitches.PropertyValue<'marginRight'>) => {
|
1365
1365
|
marginRight: {
|
1366
|
-
readonly [
|
1366
|
+
readonly [Stitches.$$PropertyValue]: "marginRight";
|
1367
1367
|
};
|
1368
1368
|
};
|
1369
1369
|
mb: (value: Stitches.PropertyValue<'marginBottom'>) => {
|
1370
1370
|
marginBottom: {
|
1371
|
-
readonly [
|
1371
|
+
readonly [Stitches.$$PropertyValue]: "marginBottom";
|
1372
1372
|
};
|
1373
1373
|
};
|
1374
1374
|
ml: (value: Stitches.PropertyValue<'marginLeft'>) => {
|
1375
1375
|
marginLeft: {
|
1376
|
-
readonly [
|
1376
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
1377
1377
|
};
|
1378
1378
|
};
|
1379
1379
|
mx: (value: Stitches.PropertyValue<'marginLeft'>) => {
|
1380
1380
|
marginLeft: {
|
1381
|
-
readonly [
|
1381
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
1382
1382
|
};
|
1383
1383
|
marginRight: {
|
1384
|
-
readonly [
|
1384
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
1385
1385
|
};
|
1386
1386
|
};
|
1387
1387
|
my: (value: Stitches.PropertyValue<'marginTop'>) => {
|
1388
1388
|
marginTop: {
|
1389
|
-
readonly [
|
1389
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
1390
1390
|
};
|
1391
1391
|
marginBottom: {
|
1392
|
-
readonly [
|
1392
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
1393
1393
|
};
|
1394
1394
|
};
|
1395
1395
|
ta: (value: Stitches.PropertyValue<'textAlign'>) => {
|
1396
1396
|
textAlign: {
|
1397
|
-
readonly [
|
1397
|
+
readonly [Stitches.$$PropertyValue]: "textAlign";
|
1398
1398
|
};
|
1399
1399
|
};
|
1400
1400
|
fd: (value: Stitches.PropertyValue<'flexDirection'>) => {
|
1401
1401
|
flexDirection: {
|
1402
|
-
readonly [
|
1402
|
+
readonly [Stitches.$$PropertyValue]: "flexDirection";
|
1403
1403
|
};
|
1404
1404
|
};
|
1405
1405
|
fw: (value: Stitches.PropertyValue<'flexWrap'>) => {
|
1406
1406
|
flexWrap: {
|
1407
|
-
readonly [
|
1407
|
+
readonly [Stitches.$$PropertyValue]: "flexWrap";
|
1408
1408
|
};
|
1409
1409
|
};
|
1410
1410
|
ai: (value: Stitches.PropertyValue<'alignItems'>) => {
|
1411
1411
|
alignItems: {
|
1412
|
-
readonly [
|
1412
|
+
readonly [Stitches.$$PropertyValue]: "alignItems";
|
1413
1413
|
};
|
1414
1414
|
};
|
1415
1415
|
ac: (value: Stitches.PropertyValue<'alignContent'>) => {
|
1416
1416
|
alignContent: {
|
1417
|
-
readonly [
|
1417
|
+
readonly [Stitches.$$PropertyValue]: "alignContent";
|
1418
1418
|
};
|
1419
1419
|
};
|
1420
1420
|
jc: (value: Stitches.PropertyValue<'justifyContent'>) => {
|
1421
1421
|
justifyContent: {
|
1422
|
-
readonly [
|
1422
|
+
readonly [Stitches.$$PropertyValue]: "justifyContent";
|
1423
1423
|
};
|
1424
1424
|
};
|
1425
1425
|
as: (value: Stitches.PropertyValue<'alignSelf'>) => {
|
1426
1426
|
alignSelf: {
|
1427
|
-
readonly [
|
1427
|
+
readonly [Stitches.$$PropertyValue]: "alignSelf";
|
1428
1428
|
};
|
1429
1429
|
};
|
1430
1430
|
fg: (value: Stitches.PropertyValue<'flexGrow'>) => {
|
1431
1431
|
flexGrow: {
|
1432
|
-
readonly [
|
1432
|
+
readonly [Stitches.$$PropertyValue]: "flexGrow";
|
1433
1433
|
};
|
1434
1434
|
};
|
1435
1435
|
fs: (value: Stitches.PropertyValue<'flexShrink'>) => {
|
1436
1436
|
flexShrink: {
|
1437
|
-
readonly [
|
1437
|
+
readonly [Stitches.$$PropertyValue]: "flexShrink";
|
1438
1438
|
};
|
1439
1439
|
};
|
1440
1440
|
fb: (value: Stitches.PropertyValue<'flexBasis'>) => {
|
1441
1441
|
flexBasis: {
|
1442
|
-
readonly [
|
1442
|
+
readonly [Stitches.$$PropertyValue]: "flexBasis";
|
1443
1443
|
};
|
1444
1444
|
};
|
1445
1445
|
bc: (value: Stitches.PropertyValue<'backgroundColor'>) => {
|
1446
1446
|
backgroundColor: {
|
1447
|
-
readonly [
|
1447
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
1448
1448
|
};
|
1449
1449
|
};
|
1450
1450
|
br: (value: Stitches.PropertyValue<'borderRadius'>) => {
|
1451
1451
|
borderRadius: {
|
1452
|
-
readonly [
|
1452
|
+
readonly [Stitches.$$PropertyValue]: "borderRadius";
|
1453
1453
|
};
|
1454
1454
|
};
|
1455
1455
|
btrr: (value: Stitches.PropertyValue<'borderTopRightRadius'>) => {
|
1456
1456
|
borderTopRightRadius: {
|
1457
|
-
readonly [
|
1457
|
+
readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
|
1458
1458
|
};
|
1459
1459
|
};
|
1460
1460
|
bbrr: (value: Stitches.PropertyValue<'borderBottomRightRadius'>) => {
|
1461
1461
|
borderBottomRightRadius: {
|
1462
|
-
readonly [
|
1462
|
+
readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
|
1463
1463
|
};
|
1464
1464
|
};
|
1465
1465
|
bblr: (value: Stitches.PropertyValue<'borderBottomLeftRadius'>) => {
|
1466
1466
|
borderBottomLeftRadius: {
|
1467
|
-
readonly [
|
1467
|
+
readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
|
1468
1468
|
};
|
1469
1469
|
};
|
1470
1470
|
btlr: (value: Stitches.PropertyValue<'borderTopLeftRadius'>) => {
|
1471
1471
|
borderTopLeftRadius: {
|
1472
|
-
readonly [
|
1472
|
+
readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
|
1473
1473
|
};
|
1474
1474
|
};
|
1475
1475
|
bs: (value: Stitches.PropertyValue<'boxShadow'>) => {
|
1476
1476
|
boxShadow: {
|
1477
|
-
readonly [
|
1477
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
1478
1478
|
};
|
1479
1479
|
};
|
1480
1480
|
lh: (value: Stitches.PropertyValue<'lineHeight'>) => {
|
1481
1481
|
lineHeight: {
|
1482
|
-
readonly [
|
1482
|
+
readonly [Stitches.$$PropertyValue]: "lineHeight";
|
1483
1483
|
};
|
1484
1484
|
};
|
1485
1485
|
ox: (value: Stitches.PropertyValue<'overflowX'>) => {
|
1486
1486
|
overflowX: {
|
1487
|
-
readonly [
|
1487
|
+
readonly [Stitches.$$PropertyValue]: "overflowX";
|
1488
1488
|
};
|
1489
1489
|
};
|
1490
1490
|
oy: (value: Stitches.PropertyValue<'overflowY'>) => {
|
1491
1491
|
overflowY: {
|
1492
|
-
readonly [
|
1492
|
+
readonly [Stitches.$$PropertyValue]: "overflowY";
|
1493
1493
|
};
|
1494
1494
|
};
|
1495
1495
|
pe: (value: Stitches.PropertyValue<'pointerEvents'>) => {
|
1496
1496
|
pointerEvents: {
|
1497
|
-
readonly [
|
1497
|
+
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
1498
1498
|
};
|
1499
1499
|
};
|
1500
1500
|
us: (value: Stitches.PropertyValue<'userSelect'>) => {
|
1501
1501
|
WebkitUserSelect: {
|
1502
|
-
readonly [
|
1502
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
1503
1503
|
};
|
1504
1504
|
userSelect: {
|
1505
|
-
readonly [
|
1505
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
1506
1506
|
};
|
1507
1507
|
};
|
1508
1508
|
userSelect: (value: Stitches.PropertyValue<'userSelect'>) => {
|
1509
1509
|
WebkitUserSelect: {
|
1510
|
-
readonly [
|
1510
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
1511
1511
|
};
|
1512
1512
|
userSelect: {
|
1513
|
-
readonly [
|
1513
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
1514
1514
|
};
|
1515
1515
|
};
|
1516
1516
|
size: (value: Stitches.PropertyValue<'width'>) => {
|
1517
1517
|
width: {
|
1518
|
-
readonly [
|
1518
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
1519
1519
|
};
|
1520
1520
|
height: {
|
1521
|
-
readonly [
|
1521
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
1522
1522
|
};
|
1523
1523
|
};
|
1524
1524
|
appearance: (value: Stitches.PropertyValue<'appearance'>) => {
|
1525
1525
|
WebkitAppearance: {
|
1526
|
-
readonly [
|
1526
|
+
readonly [Stitches.$$PropertyValue]: "appearance";
|
1527
1527
|
};
|
1528
1528
|
appearance: {
|
1529
|
-
readonly [
|
1529
|
+
readonly [Stitches.$$PropertyValue]: "appearance";
|
1530
1530
|
};
|
1531
1531
|
};
|
1532
1532
|
backgroundClip: (value: Stitches.PropertyValue<'backgroundClip'>) => {
|
1533
1533
|
WebkitBackgroundClip: {
|
1534
|
-
readonly [
|
1534
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
1535
1535
|
};
|
1536
1536
|
backgroundClip: {
|
1537
|
-
readonly [
|
1537
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
1538
1538
|
};
|
1539
1539
|
};
|
1540
|
-
}>>(...composers: { [K in keyof Composers]: Composers[K] extends string | _stitches_react_types_util.Function | React.JSXElementConstructor<any> | React.ExoticComponent<any> ? Composers[K] : _stitches_react_types_stitches.RemoveIndex<CSS_1> & {
|
1540
|
+
}>>(...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | _stitches_react_types_util.Function | React.JSXElementConstructor<any> | React.ExoticComponent<any> ? Composers[K] : _stitches_react_types_stitches.RemoveIndex<CSS_1> & {
|
1541
1541
|
variants?: {
|
1542
1542
|
[x: string]: {
|
1543
1543
|
[x: string]: CSS_1;
|
@@ -1834,229 +1834,229 @@ declare const globalCss: <Styles extends {
|
|
1834
1834
|
}, _stitches_react_types_config.DefaultThemeMap, {
|
1835
1835
|
p: (value: Stitches.PropertyValue<'padding'>) => {
|
1836
1836
|
padding: {
|
1837
|
-
readonly [
|
1837
|
+
readonly [Stitches.$$PropertyValue]: "padding";
|
1838
1838
|
};
|
1839
1839
|
};
|
1840
1840
|
pt: (value: Stitches.PropertyValue<'paddingTop'>) => {
|
1841
1841
|
paddingTop: {
|
1842
|
-
readonly [
|
1842
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
1843
1843
|
};
|
1844
1844
|
};
|
1845
1845
|
pr: (value: Stitches.PropertyValue<'paddingRight'>) => {
|
1846
1846
|
paddingRight: {
|
1847
|
-
readonly [
|
1847
|
+
readonly [Stitches.$$PropertyValue]: "paddingRight";
|
1848
1848
|
};
|
1849
1849
|
};
|
1850
1850
|
pb: (value: Stitches.PropertyValue<'paddingBottom'>) => {
|
1851
1851
|
paddingBottom: {
|
1852
|
-
readonly [
|
1852
|
+
readonly [Stitches.$$PropertyValue]: "paddingBottom";
|
1853
1853
|
};
|
1854
1854
|
};
|
1855
1855
|
pl: (value: Stitches.PropertyValue<'paddingLeft'>) => {
|
1856
1856
|
paddingLeft: {
|
1857
|
-
readonly [
|
1857
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
1858
1858
|
};
|
1859
1859
|
};
|
1860
1860
|
px: (value: Stitches.PropertyValue<'paddingLeft'>) => {
|
1861
1861
|
paddingLeft: {
|
1862
|
-
readonly [
|
1862
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
1863
1863
|
};
|
1864
1864
|
paddingRight: {
|
1865
|
-
readonly [
|
1865
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
1866
1866
|
};
|
1867
1867
|
};
|
1868
1868
|
py: (value: Stitches.PropertyValue<'paddingTop'>) => {
|
1869
1869
|
paddingTop: {
|
1870
|
-
readonly [
|
1870
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
1871
1871
|
};
|
1872
1872
|
paddingBottom: {
|
1873
|
-
readonly [
|
1873
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
1874
1874
|
};
|
1875
1875
|
};
|
1876
1876
|
m: (value: Stitches.PropertyValue<'margin'>) => {
|
1877
1877
|
margin: {
|
1878
|
-
readonly [
|
1878
|
+
readonly [Stitches.$$PropertyValue]: "margin";
|
1879
1879
|
};
|
1880
1880
|
};
|
1881
1881
|
mt: (value: Stitches.PropertyValue<'marginTop'>) => {
|
1882
1882
|
marginTop: {
|
1883
|
-
readonly [
|
1883
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
1884
1884
|
};
|
1885
1885
|
};
|
1886
1886
|
mr: (value: Stitches.PropertyValue<'marginRight'>) => {
|
1887
1887
|
marginRight: {
|
1888
|
-
readonly [
|
1888
|
+
readonly [Stitches.$$PropertyValue]: "marginRight";
|
1889
1889
|
};
|
1890
1890
|
};
|
1891
1891
|
mb: (value: Stitches.PropertyValue<'marginBottom'>) => {
|
1892
1892
|
marginBottom: {
|
1893
|
-
readonly [
|
1893
|
+
readonly [Stitches.$$PropertyValue]: "marginBottom";
|
1894
1894
|
};
|
1895
1895
|
};
|
1896
1896
|
ml: (value: Stitches.PropertyValue<'marginLeft'>) => {
|
1897
1897
|
marginLeft: {
|
1898
|
-
readonly [
|
1898
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
1899
1899
|
};
|
1900
1900
|
};
|
1901
1901
|
mx: (value: Stitches.PropertyValue<'marginLeft'>) => {
|
1902
1902
|
marginLeft: {
|
1903
|
-
readonly [
|
1903
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
1904
1904
|
};
|
1905
1905
|
marginRight: {
|
1906
|
-
readonly [
|
1906
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
1907
1907
|
};
|
1908
1908
|
};
|
1909
1909
|
my: (value: Stitches.PropertyValue<'marginTop'>) => {
|
1910
1910
|
marginTop: {
|
1911
|
-
readonly [
|
1911
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
1912
1912
|
};
|
1913
1913
|
marginBottom: {
|
1914
|
-
readonly [
|
1914
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
1915
1915
|
};
|
1916
1916
|
};
|
1917
1917
|
ta: (value: Stitches.PropertyValue<'textAlign'>) => {
|
1918
1918
|
textAlign: {
|
1919
|
-
readonly [
|
1919
|
+
readonly [Stitches.$$PropertyValue]: "textAlign";
|
1920
1920
|
};
|
1921
1921
|
};
|
1922
1922
|
fd: (value: Stitches.PropertyValue<'flexDirection'>) => {
|
1923
1923
|
flexDirection: {
|
1924
|
-
readonly [
|
1924
|
+
readonly [Stitches.$$PropertyValue]: "flexDirection";
|
1925
1925
|
};
|
1926
1926
|
};
|
1927
1927
|
fw: (value: Stitches.PropertyValue<'flexWrap'>) => {
|
1928
1928
|
flexWrap: {
|
1929
|
-
readonly [
|
1929
|
+
readonly [Stitches.$$PropertyValue]: "flexWrap";
|
1930
1930
|
};
|
1931
1931
|
};
|
1932
1932
|
ai: (value: Stitches.PropertyValue<'alignItems'>) => {
|
1933
1933
|
alignItems: {
|
1934
|
-
readonly [
|
1934
|
+
readonly [Stitches.$$PropertyValue]: "alignItems";
|
1935
1935
|
};
|
1936
1936
|
};
|
1937
1937
|
ac: (value: Stitches.PropertyValue<'alignContent'>) => {
|
1938
1938
|
alignContent: {
|
1939
|
-
readonly [
|
1939
|
+
readonly [Stitches.$$PropertyValue]: "alignContent";
|
1940
1940
|
};
|
1941
1941
|
};
|
1942
1942
|
jc: (value: Stitches.PropertyValue<'justifyContent'>) => {
|
1943
1943
|
justifyContent: {
|
1944
|
-
readonly [
|
1944
|
+
readonly [Stitches.$$PropertyValue]: "justifyContent";
|
1945
1945
|
};
|
1946
1946
|
};
|
1947
1947
|
as: (value: Stitches.PropertyValue<'alignSelf'>) => {
|
1948
1948
|
alignSelf: {
|
1949
|
-
readonly [
|
1949
|
+
readonly [Stitches.$$PropertyValue]: "alignSelf";
|
1950
1950
|
};
|
1951
1951
|
};
|
1952
1952
|
fg: (value: Stitches.PropertyValue<'flexGrow'>) => {
|
1953
1953
|
flexGrow: {
|
1954
|
-
readonly [
|
1954
|
+
readonly [Stitches.$$PropertyValue]: "flexGrow";
|
1955
1955
|
};
|
1956
1956
|
};
|
1957
1957
|
fs: (value: Stitches.PropertyValue<'flexShrink'>) => {
|
1958
1958
|
flexShrink: {
|
1959
|
-
readonly [
|
1959
|
+
readonly [Stitches.$$PropertyValue]: "flexShrink";
|
1960
1960
|
};
|
1961
1961
|
};
|
1962
1962
|
fb: (value: Stitches.PropertyValue<'flexBasis'>) => {
|
1963
1963
|
flexBasis: {
|
1964
|
-
readonly [
|
1964
|
+
readonly [Stitches.$$PropertyValue]: "flexBasis";
|
1965
1965
|
};
|
1966
1966
|
};
|
1967
1967
|
bc: (value: Stitches.PropertyValue<'backgroundColor'>) => {
|
1968
1968
|
backgroundColor: {
|
1969
|
-
readonly [
|
1969
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
1970
1970
|
};
|
1971
1971
|
};
|
1972
1972
|
br: (value: Stitches.PropertyValue<'borderRadius'>) => {
|
1973
1973
|
borderRadius: {
|
1974
|
-
readonly [
|
1974
|
+
readonly [Stitches.$$PropertyValue]: "borderRadius";
|
1975
1975
|
};
|
1976
1976
|
};
|
1977
1977
|
btrr: (value: Stitches.PropertyValue<'borderTopRightRadius'>) => {
|
1978
1978
|
borderTopRightRadius: {
|
1979
|
-
readonly [
|
1979
|
+
readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
|
1980
1980
|
};
|
1981
1981
|
};
|
1982
1982
|
bbrr: (value: Stitches.PropertyValue<'borderBottomRightRadius'>) => {
|
1983
1983
|
borderBottomRightRadius: {
|
1984
|
-
readonly [
|
1984
|
+
readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
|
1985
1985
|
};
|
1986
1986
|
};
|
1987
1987
|
bblr: (value: Stitches.PropertyValue<'borderBottomLeftRadius'>) => {
|
1988
1988
|
borderBottomLeftRadius: {
|
1989
|
-
readonly [
|
1989
|
+
readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
|
1990
1990
|
};
|
1991
1991
|
};
|
1992
1992
|
btlr: (value: Stitches.PropertyValue<'borderTopLeftRadius'>) => {
|
1993
1993
|
borderTopLeftRadius: {
|
1994
|
-
readonly [
|
1994
|
+
readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
|
1995
1995
|
};
|
1996
1996
|
};
|
1997
1997
|
bs: (value: Stitches.PropertyValue<'boxShadow'>) => {
|
1998
1998
|
boxShadow: {
|
1999
|
-
readonly [
|
1999
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
2000
2000
|
};
|
2001
2001
|
};
|
2002
2002
|
lh: (value: Stitches.PropertyValue<'lineHeight'>) => {
|
2003
2003
|
lineHeight: {
|
2004
|
-
readonly [
|
2004
|
+
readonly [Stitches.$$PropertyValue]: "lineHeight";
|
2005
2005
|
};
|
2006
2006
|
};
|
2007
2007
|
ox: (value: Stitches.PropertyValue<'overflowX'>) => {
|
2008
2008
|
overflowX: {
|
2009
|
-
readonly [
|
2009
|
+
readonly [Stitches.$$PropertyValue]: "overflowX";
|
2010
2010
|
};
|
2011
2011
|
};
|
2012
2012
|
oy: (value: Stitches.PropertyValue<'overflowY'>) => {
|
2013
2013
|
overflowY: {
|
2014
|
-
readonly [
|
2014
|
+
readonly [Stitches.$$PropertyValue]: "overflowY";
|
2015
2015
|
};
|
2016
2016
|
};
|
2017
2017
|
pe: (value: Stitches.PropertyValue<'pointerEvents'>) => {
|
2018
2018
|
pointerEvents: {
|
2019
|
-
readonly [
|
2019
|
+
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
2020
2020
|
};
|
2021
2021
|
};
|
2022
2022
|
us: (value: Stitches.PropertyValue<'userSelect'>) => {
|
2023
2023
|
WebkitUserSelect: {
|
2024
|
-
readonly [
|
2024
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
2025
2025
|
};
|
2026
2026
|
userSelect: {
|
2027
|
-
readonly [
|
2027
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
2028
2028
|
};
|
2029
2029
|
};
|
2030
2030
|
userSelect: (value: Stitches.PropertyValue<'userSelect'>) => {
|
2031
2031
|
WebkitUserSelect: {
|
2032
|
-
readonly [
|
2032
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
2033
2033
|
};
|
2034
2034
|
userSelect: {
|
2035
|
-
readonly [
|
2035
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
2036
2036
|
};
|
2037
2037
|
};
|
2038
2038
|
size: (value: Stitches.PropertyValue<'width'>) => {
|
2039
2039
|
width: {
|
2040
|
-
readonly [
|
2040
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
2041
2041
|
};
|
2042
2042
|
height: {
|
2043
|
-
readonly [
|
2043
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
2044
2044
|
};
|
2045
2045
|
};
|
2046
2046
|
appearance: (value: Stitches.PropertyValue<'appearance'>) => {
|
2047
2047
|
WebkitAppearance: {
|
2048
|
-
readonly [
|
2048
|
+
readonly [Stitches.$$PropertyValue]: "appearance";
|
2049
2049
|
};
|
2050
2050
|
appearance: {
|
2051
|
-
readonly [
|
2051
|
+
readonly [Stitches.$$PropertyValue]: "appearance";
|
2052
2052
|
};
|
2053
2053
|
};
|
2054
2054
|
backgroundClip: (value: Stitches.PropertyValue<'backgroundClip'>) => {
|
2055
2055
|
WebkitBackgroundClip: {
|
2056
|
-
readonly [
|
2056
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
2057
2057
|
};
|
2058
2058
|
backgroundClip: {
|
2059
|
-
readonly [
|
2059
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
2060
2060
|
};
|
2061
2061
|
};
|
2062
2062
|
}>;
|
@@ -2329,229 +2329,229 @@ declare const globalCss: <Styles extends {
|
|
2329
2329
|
}, _stitches_react_types_config.DefaultThemeMap, {
|
2330
2330
|
p: (value: Stitches.PropertyValue<'padding'>) => {
|
2331
2331
|
padding: {
|
2332
|
-
readonly [
|
2332
|
+
readonly [Stitches.$$PropertyValue]: "padding";
|
2333
2333
|
};
|
2334
2334
|
};
|
2335
2335
|
pt: (value: Stitches.PropertyValue<'paddingTop'>) => {
|
2336
2336
|
paddingTop: {
|
2337
|
-
readonly [
|
2337
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
2338
2338
|
};
|
2339
2339
|
};
|
2340
2340
|
pr: (value: Stitches.PropertyValue<'paddingRight'>) => {
|
2341
2341
|
paddingRight: {
|
2342
|
-
readonly [
|
2342
|
+
readonly [Stitches.$$PropertyValue]: "paddingRight";
|
2343
2343
|
};
|
2344
2344
|
};
|
2345
2345
|
pb: (value: Stitches.PropertyValue<'paddingBottom'>) => {
|
2346
2346
|
paddingBottom: {
|
2347
|
-
readonly [
|
2347
|
+
readonly [Stitches.$$PropertyValue]: "paddingBottom";
|
2348
2348
|
};
|
2349
2349
|
};
|
2350
2350
|
pl: (value: Stitches.PropertyValue<'paddingLeft'>) => {
|
2351
2351
|
paddingLeft: {
|
2352
|
-
readonly [
|
2352
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
2353
2353
|
};
|
2354
2354
|
};
|
2355
2355
|
px: (value: Stitches.PropertyValue<'paddingLeft'>) => {
|
2356
2356
|
paddingLeft: {
|
2357
|
-
readonly [
|
2357
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
2358
2358
|
};
|
2359
2359
|
paddingRight: {
|
2360
|
-
readonly [
|
2360
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
2361
2361
|
};
|
2362
2362
|
};
|
2363
2363
|
py: (value: Stitches.PropertyValue<'paddingTop'>) => {
|
2364
2364
|
paddingTop: {
|
2365
|
-
readonly [
|
2365
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
2366
2366
|
};
|
2367
2367
|
paddingBottom: {
|
2368
|
-
readonly [
|
2368
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
2369
2369
|
};
|
2370
2370
|
};
|
2371
2371
|
m: (value: Stitches.PropertyValue<'margin'>) => {
|
2372
2372
|
margin: {
|
2373
|
-
readonly [
|
2373
|
+
readonly [Stitches.$$PropertyValue]: "margin";
|
2374
2374
|
};
|
2375
2375
|
};
|
2376
2376
|
mt: (value: Stitches.PropertyValue<'marginTop'>) => {
|
2377
2377
|
marginTop: {
|
2378
|
-
readonly [
|
2378
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
2379
2379
|
};
|
2380
2380
|
};
|
2381
2381
|
mr: (value: Stitches.PropertyValue<'marginRight'>) => {
|
2382
2382
|
marginRight: {
|
2383
|
-
readonly [
|
2383
|
+
readonly [Stitches.$$PropertyValue]: "marginRight";
|
2384
2384
|
};
|
2385
2385
|
};
|
2386
2386
|
mb: (value: Stitches.PropertyValue<'marginBottom'>) => {
|
2387
2387
|
marginBottom: {
|
2388
|
-
readonly [
|
2388
|
+
readonly [Stitches.$$PropertyValue]: "marginBottom";
|
2389
2389
|
};
|
2390
2390
|
};
|
2391
2391
|
ml: (value: Stitches.PropertyValue<'marginLeft'>) => {
|
2392
2392
|
marginLeft: {
|
2393
|
-
readonly [
|
2393
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
2394
2394
|
};
|
2395
2395
|
};
|
2396
2396
|
mx: (value: Stitches.PropertyValue<'marginLeft'>) => {
|
2397
2397
|
marginLeft: {
|
2398
|
-
readonly [
|
2398
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
2399
2399
|
};
|
2400
2400
|
marginRight: {
|
2401
|
-
readonly [
|
2401
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
2402
2402
|
};
|
2403
2403
|
};
|
2404
2404
|
my: (value: Stitches.PropertyValue<'marginTop'>) => {
|
2405
2405
|
marginTop: {
|
2406
|
-
readonly [
|
2406
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
2407
2407
|
};
|
2408
2408
|
marginBottom: {
|
2409
|
-
readonly [
|
2409
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
2410
2410
|
};
|
2411
2411
|
};
|
2412
2412
|
ta: (value: Stitches.PropertyValue<'textAlign'>) => {
|
2413
2413
|
textAlign: {
|
2414
|
-
readonly [
|
2414
|
+
readonly [Stitches.$$PropertyValue]: "textAlign";
|
2415
2415
|
};
|
2416
2416
|
};
|
2417
2417
|
fd: (value: Stitches.PropertyValue<'flexDirection'>) => {
|
2418
2418
|
flexDirection: {
|
2419
|
-
readonly [
|
2419
|
+
readonly [Stitches.$$PropertyValue]: "flexDirection";
|
2420
2420
|
};
|
2421
2421
|
};
|
2422
2422
|
fw: (value: Stitches.PropertyValue<'flexWrap'>) => {
|
2423
2423
|
flexWrap: {
|
2424
|
-
readonly [
|
2424
|
+
readonly [Stitches.$$PropertyValue]: "flexWrap";
|
2425
2425
|
};
|
2426
2426
|
};
|
2427
2427
|
ai: (value: Stitches.PropertyValue<'alignItems'>) => {
|
2428
2428
|
alignItems: {
|
2429
|
-
readonly [
|
2429
|
+
readonly [Stitches.$$PropertyValue]: "alignItems";
|
2430
2430
|
};
|
2431
2431
|
};
|
2432
2432
|
ac: (value: Stitches.PropertyValue<'alignContent'>) => {
|
2433
2433
|
alignContent: {
|
2434
|
-
readonly [
|
2434
|
+
readonly [Stitches.$$PropertyValue]: "alignContent";
|
2435
2435
|
};
|
2436
2436
|
};
|
2437
2437
|
jc: (value: Stitches.PropertyValue<'justifyContent'>) => {
|
2438
2438
|
justifyContent: {
|
2439
|
-
readonly [
|
2439
|
+
readonly [Stitches.$$PropertyValue]: "justifyContent";
|
2440
2440
|
};
|
2441
2441
|
};
|
2442
2442
|
as: (value: Stitches.PropertyValue<'alignSelf'>) => {
|
2443
2443
|
alignSelf: {
|
2444
|
-
readonly [
|
2444
|
+
readonly [Stitches.$$PropertyValue]: "alignSelf";
|
2445
2445
|
};
|
2446
2446
|
};
|
2447
2447
|
fg: (value: Stitches.PropertyValue<'flexGrow'>) => {
|
2448
2448
|
flexGrow: {
|
2449
|
-
readonly [
|
2449
|
+
readonly [Stitches.$$PropertyValue]: "flexGrow";
|
2450
2450
|
};
|
2451
2451
|
};
|
2452
2452
|
fs: (value: Stitches.PropertyValue<'flexShrink'>) => {
|
2453
2453
|
flexShrink: {
|
2454
|
-
readonly [
|
2454
|
+
readonly [Stitches.$$PropertyValue]: "flexShrink";
|
2455
2455
|
};
|
2456
2456
|
};
|
2457
2457
|
fb: (value: Stitches.PropertyValue<'flexBasis'>) => {
|
2458
2458
|
flexBasis: {
|
2459
|
-
readonly [
|
2459
|
+
readonly [Stitches.$$PropertyValue]: "flexBasis";
|
2460
2460
|
};
|
2461
2461
|
};
|
2462
2462
|
bc: (value: Stitches.PropertyValue<'backgroundColor'>) => {
|
2463
2463
|
backgroundColor: {
|
2464
|
-
readonly [
|
2464
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
2465
2465
|
};
|
2466
2466
|
};
|
2467
2467
|
br: (value: Stitches.PropertyValue<'borderRadius'>) => {
|
2468
2468
|
borderRadius: {
|
2469
|
-
readonly [
|
2469
|
+
readonly [Stitches.$$PropertyValue]: "borderRadius";
|
2470
2470
|
};
|
2471
2471
|
};
|
2472
2472
|
btrr: (value: Stitches.PropertyValue<'borderTopRightRadius'>) => {
|
2473
2473
|
borderTopRightRadius: {
|
2474
|
-
readonly [
|
2474
|
+
readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
|
2475
2475
|
};
|
2476
2476
|
};
|
2477
2477
|
bbrr: (value: Stitches.PropertyValue<'borderBottomRightRadius'>) => {
|
2478
2478
|
borderBottomRightRadius: {
|
2479
|
-
readonly [
|
2479
|
+
readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
|
2480
2480
|
};
|
2481
2481
|
};
|
2482
2482
|
bblr: (value: Stitches.PropertyValue<'borderBottomLeftRadius'>) => {
|
2483
2483
|
borderBottomLeftRadius: {
|
2484
|
-
readonly [
|
2484
|
+
readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
|
2485
2485
|
};
|
2486
2486
|
};
|
2487
2487
|
btlr: (value: Stitches.PropertyValue<'borderTopLeftRadius'>) => {
|
2488
2488
|
borderTopLeftRadius: {
|
2489
|
-
readonly [
|
2489
|
+
readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
|
2490
2490
|
};
|
2491
2491
|
};
|
2492
2492
|
bs: (value: Stitches.PropertyValue<'boxShadow'>) => {
|
2493
2493
|
boxShadow: {
|
2494
|
-
readonly [
|
2494
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
2495
2495
|
};
|
2496
2496
|
};
|
2497
2497
|
lh: (value: Stitches.PropertyValue<'lineHeight'>) => {
|
2498
2498
|
lineHeight: {
|
2499
|
-
readonly [
|
2499
|
+
readonly [Stitches.$$PropertyValue]: "lineHeight";
|
2500
2500
|
};
|
2501
2501
|
};
|
2502
2502
|
ox: (value: Stitches.PropertyValue<'overflowX'>) => {
|
2503
2503
|
overflowX: {
|
2504
|
-
readonly [
|
2504
|
+
readonly [Stitches.$$PropertyValue]: "overflowX";
|
2505
2505
|
};
|
2506
2506
|
};
|
2507
2507
|
oy: (value: Stitches.PropertyValue<'overflowY'>) => {
|
2508
2508
|
overflowY: {
|
2509
|
-
readonly [
|
2509
|
+
readonly [Stitches.$$PropertyValue]: "overflowY";
|
2510
2510
|
};
|
2511
2511
|
};
|
2512
2512
|
pe: (value: Stitches.PropertyValue<'pointerEvents'>) => {
|
2513
2513
|
pointerEvents: {
|
2514
|
-
readonly [
|
2514
|
+
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
2515
2515
|
};
|
2516
2516
|
};
|
2517
2517
|
us: (value: Stitches.PropertyValue<'userSelect'>) => {
|
2518
2518
|
WebkitUserSelect: {
|
2519
|
-
readonly [
|
2519
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
2520
2520
|
};
|
2521
2521
|
userSelect: {
|
2522
|
-
readonly [
|
2522
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
2523
2523
|
};
|
2524
2524
|
};
|
2525
2525
|
userSelect: (value: Stitches.PropertyValue<'userSelect'>) => {
|
2526
2526
|
WebkitUserSelect: {
|
2527
|
-
readonly [
|
2527
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
2528
2528
|
};
|
2529
2529
|
userSelect: {
|
2530
|
-
readonly [
|
2530
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
2531
2531
|
};
|
2532
2532
|
};
|
2533
2533
|
size: (value: Stitches.PropertyValue<'width'>) => {
|
2534
2534
|
width: {
|
2535
|
-
readonly [
|
2535
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
2536
2536
|
};
|
2537
2537
|
height: {
|
2538
|
-
readonly [
|
2538
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
2539
2539
|
};
|
2540
2540
|
};
|
2541
2541
|
appearance: (value: Stitches.PropertyValue<'appearance'>) => {
|
2542
2542
|
WebkitAppearance: {
|
2543
|
-
readonly [
|
2543
|
+
readonly [Stitches.$$PropertyValue]: "appearance";
|
2544
2544
|
};
|
2545
2545
|
appearance: {
|
2546
|
-
readonly [
|
2546
|
+
readonly [Stitches.$$PropertyValue]: "appearance";
|
2547
2547
|
};
|
2548
2548
|
};
|
2549
2549
|
backgroundClip: (value: Stitches.PropertyValue<'backgroundClip'>) => {
|
2550
2550
|
WebkitBackgroundClip: {
|
2551
|
-
readonly [
|
2551
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
2552
2552
|
};
|
2553
2553
|
backgroundClip: {
|
2554
|
-
readonly [
|
2554
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
2555
2555
|
};
|
2556
2556
|
};
|
2557
2557
|
}>; })[]) => () => string;
|
@@ -2825,229 +2825,229 @@ declare const keyframes: (style: {
|
|
2825
2825
|
}, _stitches_react_types_config.DefaultThemeMap, {
|
2826
2826
|
p: (value: Stitches.PropertyValue<'padding'>) => {
|
2827
2827
|
padding: {
|
2828
|
-
readonly [
|
2828
|
+
readonly [Stitches.$$PropertyValue]: "padding";
|
2829
2829
|
};
|
2830
2830
|
};
|
2831
2831
|
pt: (value: Stitches.PropertyValue<'paddingTop'>) => {
|
2832
2832
|
paddingTop: {
|
2833
|
-
readonly [
|
2833
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
2834
2834
|
};
|
2835
2835
|
};
|
2836
2836
|
pr: (value: Stitches.PropertyValue<'paddingRight'>) => {
|
2837
2837
|
paddingRight: {
|
2838
|
-
readonly [
|
2838
|
+
readonly [Stitches.$$PropertyValue]: "paddingRight";
|
2839
2839
|
};
|
2840
2840
|
};
|
2841
2841
|
pb: (value: Stitches.PropertyValue<'paddingBottom'>) => {
|
2842
2842
|
paddingBottom: {
|
2843
|
-
readonly [
|
2843
|
+
readonly [Stitches.$$PropertyValue]: "paddingBottom";
|
2844
2844
|
};
|
2845
2845
|
};
|
2846
2846
|
pl: (value: Stitches.PropertyValue<'paddingLeft'>) => {
|
2847
2847
|
paddingLeft: {
|
2848
|
-
readonly [
|
2848
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
2849
2849
|
};
|
2850
2850
|
};
|
2851
2851
|
px: (value: Stitches.PropertyValue<'paddingLeft'>) => {
|
2852
2852
|
paddingLeft: {
|
2853
|
-
readonly [
|
2853
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
2854
2854
|
};
|
2855
2855
|
paddingRight: {
|
2856
|
-
readonly [
|
2856
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
2857
2857
|
};
|
2858
2858
|
};
|
2859
2859
|
py: (value: Stitches.PropertyValue<'paddingTop'>) => {
|
2860
2860
|
paddingTop: {
|
2861
|
-
readonly [
|
2861
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
2862
2862
|
};
|
2863
2863
|
paddingBottom: {
|
2864
|
-
readonly [
|
2864
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
2865
2865
|
};
|
2866
2866
|
};
|
2867
2867
|
m: (value: Stitches.PropertyValue<'margin'>) => {
|
2868
2868
|
margin: {
|
2869
|
-
readonly [
|
2869
|
+
readonly [Stitches.$$PropertyValue]: "margin";
|
2870
2870
|
};
|
2871
2871
|
};
|
2872
2872
|
mt: (value: Stitches.PropertyValue<'marginTop'>) => {
|
2873
2873
|
marginTop: {
|
2874
|
-
readonly [
|
2874
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
2875
2875
|
};
|
2876
2876
|
};
|
2877
2877
|
mr: (value: Stitches.PropertyValue<'marginRight'>) => {
|
2878
2878
|
marginRight: {
|
2879
|
-
readonly [
|
2879
|
+
readonly [Stitches.$$PropertyValue]: "marginRight";
|
2880
2880
|
};
|
2881
2881
|
};
|
2882
2882
|
mb: (value: Stitches.PropertyValue<'marginBottom'>) => {
|
2883
2883
|
marginBottom: {
|
2884
|
-
readonly [
|
2884
|
+
readonly [Stitches.$$PropertyValue]: "marginBottom";
|
2885
2885
|
};
|
2886
2886
|
};
|
2887
2887
|
ml: (value: Stitches.PropertyValue<'marginLeft'>) => {
|
2888
2888
|
marginLeft: {
|
2889
|
-
readonly [
|
2889
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
2890
2890
|
};
|
2891
2891
|
};
|
2892
2892
|
mx: (value: Stitches.PropertyValue<'marginLeft'>) => {
|
2893
2893
|
marginLeft: {
|
2894
|
-
readonly [
|
2894
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
2895
2895
|
};
|
2896
2896
|
marginRight: {
|
2897
|
-
readonly [
|
2897
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
2898
2898
|
};
|
2899
2899
|
};
|
2900
2900
|
my: (value: Stitches.PropertyValue<'marginTop'>) => {
|
2901
2901
|
marginTop: {
|
2902
|
-
readonly [
|
2902
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
2903
2903
|
};
|
2904
2904
|
marginBottom: {
|
2905
|
-
readonly [
|
2905
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
2906
2906
|
};
|
2907
2907
|
};
|
2908
2908
|
ta: (value: Stitches.PropertyValue<'textAlign'>) => {
|
2909
2909
|
textAlign: {
|
2910
|
-
readonly [
|
2910
|
+
readonly [Stitches.$$PropertyValue]: "textAlign";
|
2911
2911
|
};
|
2912
2912
|
};
|
2913
2913
|
fd: (value: Stitches.PropertyValue<'flexDirection'>) => {
|
2914
2914
|
flexDirection: {
|
2915
|
-
readonly [
|
2915
|
+
readonly [Stitches.$$PropertyValue]: "flexDirection";
|
2916
2916
|
};
|
2917
2917
|
};
|
2918
2918
|
fw: (value: Stitches.PropertyValue<'flexWrap'>) => {
|
2919
2919
|
flexWrap: {
|
2920
|
-
readonly [
|
2920
|
+
readonly [Stitches.$$PropertyValue]: "flexWrap";
|
2921
2921
|
};
|
2922
2922
|
};
|
2923
2923
|
ai: (value: Stitches.PropertyValue<'alignItems'>) => {
|
2924
2924
|
alignItems: {
|
2925
|
-
readonly [
|
2925
|
+
readonly [Stitches.$$PropertyValue]: "alignItems";
|
2926
2926
|
};
|
2927
2927
|
};
|
2928
2928
|
ac: (value: Stitches.PropertyValue<'alignContent'>) => {
|
2929
2929
|
alignContent: {
|
2930
|
-
readonly [
|
2930
|
+
readonly [Stitches.$$PropertyValue]: "alignContent";
|
2931
2931
|
};
|
2932
2932
|
};
|
2933
2933
|
jc: (value: Stitches.PropertyValue<'justifyContent'>) => {
|
2934
2934
|
justifyContent: {
|
2935
|
-
readonly [
|
2935
|
+
readonly [Stitches.$$PropertyValue]: "justifyContent";
|
2936
2936
|
};
|
2937
2937
|
};
|
2938
2938
|
as: (value: Stitches.PropertyValue<'alignSelf'>) => {
|
2939
2939
|
alignSelf: {
|
2940
|
-
readonly [
|
2940
|
+
readonly [Stitches.$$PropertyValue]: "alignSelf";
|
2941
2941
|
};
|
2942
2942
|
};
|
2943
2943
|
fg: (value: Stitches.PropertyValue<'flexGrow'>) => {
|
2944
2944
|
flexGrow: {
|
2945
|
-
readonly [
|
2945
|
+
readonly [Stitches.$$PropertyValue]: "flexGrow";
|
2946
2946
|
};
|
2947
2947
|
};
|
2948
2948
|
fs: (value: Stitches.PropertyValue<'flexShrink'>) => {
|
2949
2949
|
flexShrink: {
|
2950
|
-
readonly [
|
2950
|
+
readonly [Stitches.$$PropertyValue]: "flexShrink";
|
2951
2951
|
};
|
2952
2952
|
};
|
2953
2953
|
fb: (value: Stitches.PropertyValue<'flexBasis'>) => {
|
2954
2954
|
flexBasis: {
|
2955
|
-
readonly [
|
2955
|
+
readonly [Stitches.$$PropertyValue]: "flexBasis";
|
2956
2956
|
};
|
2957
2957
|
};
|
2958
2958
|
bc: (value: Stitches.PropertyValue<'backgroundColor'>) => {
|
2959
2959
|
backgroundColor: {
|
2960
|
-
readonly [
|
2960
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
2961
2961
|
};
|
2962
2962
|
};
|
2963
2963
|
br: (value: Stitches.PropertyValue<'borderRadius'>) => {
|
2964
2964
|
borderRadius: {
|
2965
|
-
readonly [
|
2965
|
+
readonly [Stitches.$$PropertyValue]: "borderRadius";
|
2966
2966
|
};
|
2967
2967
|
};
|
2968
2968
|
btrr: (value: Stitches.PropertyValue<'borderTopRightRadius'>) => {
|
2969
2969
|
borderTopRightRadius: {
|
2970
|
-
readonly [
|
2970
|
+
readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
|
2971
2971
|
};
|
2972
2972
|
};
|
2973
2973
|
bbrr: (value: Stitches.PropertyValue<'borderBottomRightRadius'>) => {
|
2974
2974
|
borderBottomRightRadius: {
|
2975
|
-
readonly [
|
2975
|
+
readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
|
2976
2976
|
};
|
2977
2977
|
};
|
2978
2978
|
bblr: (value: Stitches.PropertyValue<'borderBottomLeftRadius'>) => {
|
2979
2979
|
borderBottomLeftRadius: {
|
2980
|
-
readonly [
|
2980
|
+
readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
|
2981
2981
|
};
|
2982
2982
|
};
|
2983
2983
|
btlr: (value: Stitches.PropertyValue<'borderTopLeftRadius'>) => {
|
2984
2984
|
borderTopLeftRadius: {
|
2985
|
-
readonly [
|
2985
|
+
readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
|
2986
2986
|
};
|
2987
2987
|
};
|
2988
2988
|
bs: (value: Stitches.PropertyValue<'boxShadow'>) => {
|
2989
2989
|
boxShadow: {
|
2990
|
-
readonly [
|
2990
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
2991
2991
|
};
|
2992
2992
|
};
|
2993
2993
|
lh: (value: Stitches.PropertyValue<'lineHeight'>) => {
|
2994
2994
|
lineHeight: {
|
2995
|
-
readonly [
|
2995
|
+
readonly [Stitches.$$PropertyValue]: "lineHeight";
|
2996
2996
|
};
|
2997
2997
|
};
|
2998
2998
|
ox: (value: Stitches.PropertyValue<'overflowX'>) => {
|
2999
2999
|
overflowX: {
|
3000
|
-
readonly [
|
3000
|
+
readonly [Stitches.$$PropertyValue]: "overflowX";
|
3001
3001
|
};
|
3002
3002
|
};
|
3003
3003
|
oy: (value: Stitches.PropertyValue<'overflowY'>) => {
|
3004
3004
|
overflowY: {
|
3005
|
-
readonly [
|
3005
|
+
readonly [Stitches.$$PropertyValue]: "overflowY";
|
3006
3006
|
};
|
3007
3007
|
};
|
3008
3008
|
pe: (value: Stitches.PropertyValue<'pointerEvents'>) => {
|
3009
3009
|
pointerEvents: {
|
3010
|
-
readonly [
|
3010
|
+
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
3011
3011
|
};
|
3012
3012
|
};
|
3013
3013
|
us: (value: Stitches.PropertyValue<'userSelect'>) => {
|
3014
3014
|
WebkitUserSelect: {
|
3015
|
-
readonly [
|
3015
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
3016
3016
|
};
|
3017
3017
|
userSelect: {
|
3018
|
-
readonly [
|
3018
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
3019
3019
|
};
|
3020
3020
|
};
|
3021
3021
|
userSelect: (value: Stitches.PropertyValue<'userSelect'>) => {
|
3022
3022
|
WebkitUserSelect: {
|
3023
|
-
readonly [
|
3023
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
3024
3024
|
};
|
3025
3025
|
userSelect: {
|
3026
|
-
readonly [
|
3026
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
3027
3027
|
};
|
3028
3028
|
};
|
3029
3029
|
size: (value: Stitches.PropertyValue<'width'>) => {
|
3030
3030
|
width: {
|
3031
|
-
readonly [
|
3031
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
3032
3032
|
};
|
3033
3033
|
height: {
|
3034
|
-
readonly [
|
3034
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
3035
3035
|
};
|
3036
3036
|
};
|
3037
3037
|
appearance: (value: Stitches.PropertyValue<'appearance'>) => {
|
3038
3038
|
WebkitAppearance: {
|
3039
|
-
readonly [
|
3039
|
+
readonly [Stitches.$$PropertyValue]: "appearance";
|
3040
3040
|
};
|
3041
3041
|
appearance: {
|
3042
|
-
readonly [
|
3042
|
+
readonly [Stitches.$$PropertyValue]: "appearance";
|
3043
3043
|
};
|
3044
3044
|
};
|
3045
3045
|
backgroundClip: (value: Stitches.PropertyValue<'backgroundClip'>) => {
|
3046
3046
|
WebkitBackgroundClip: {
|
3047
|
-
readonly [
|
3047
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
3048
3048
|
};
|
3049
3049
|
backgroundClip: {
|
3050
|
-
readonly [
|
3050
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
3051
3051
|
};
|
3052
3052
|
};
|
3053
3053
|
}>;
|
@@ -3327,232 +3327,232 @@ declare const styled: <Type extends _stitches_react_types_util.Function | keyof
|
|
3327
3327
|
}, _stitches_react_types_config.DefaultThemeMap, {
|
3328
3328
|
p: (value: Stitches.PropertyValue<'padding'>) => {
|
3329
3329
|
padding: {
|
3330
|
-
readonly [
|
3330
|
+
readonly [Stitches.$$PropertyValue]: "padding";
|
3331
3331
|
};
|
3332
3332
|
};
|
3333
3333
|
pt: (value: Stitches.PropertyValue<'paddingTop'>) => {
|
3334
3334
|
paddingTop: {
|
3335
|
-
readonly [
|
3335
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
3336
3336
|
};
|
3337
3337
|
};
|
3338
3338
|
pr: (value: Stitches.PropertyValue<'paddingRight'>) => {
|
3339
3339
|
paddingRight: {
|
3340
|
-
readonly [
|
3340
|
+
readonly [Stitches.$$PropertyValue]: "paddingRight";
|
3341
3341
|
};
|
3342
3342
|
};
|
3343
3343
|
pb: (value: Stitches.PropertyValue<'paddingBottom'>) => {
|
3344
3344
|
paddingBottom: {
|
3345
|
-
readonly [
|
3345
|
+
readonly [Stitches.$$PropertyValue]: "paddingBottom";
|
3346
3346
|
};
|
3347
3347
|
};
|
3348
3348
|
pl: (value: Stitches.PropertyValue<'paddingLeft'>) => {
|
3349
3349
|
paddingLeft: {
|
3350
|
-
readonly [
|
3350
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
3351
3351
|
};
|
3352
3352
|
};
|
3353
3353
|
px: (value: Stitches.PropertyValue<'paddingLeft'>) => {
|
3354
3354
|
paddingLeft: {
|
3355
|
-
readonly [
|
3355
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
3356
3356
|
};
|
3357
3357
|
paddingRight: {
|
3358
|
-
readonly [
|
3358
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
3359
3359
|
};
|
3360
3360
|
};
|
3361
3361
|
py: (value: Stitches.PropertyValue<'paddingTop'>) => {
|
3362
3362
|
paddingTop: {
|
3363
|
-
readonly [
|
3363
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
3364
3364
|
};
|
3365
3365
|
paddingBottom: {
|
3366
|
-
readonly [
|
3366
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
3367
3367
|
};
|
3368
3368
|
};
|
3369
3369
|
m: (value: Stitches.PropertyValue<'margin'>) => {
|
3370
3370
|
margin: {
|
3371
|
-
readonly [
|
3371
|
+
readonly [Stitches.$$PropertyValue]: "margin";
|
3372
3372
|
};
|
3373
3373
|
};
|
3374
3374
|
mt: (value: Stitches.PropertyValue<'marginTop'>) => {
|
3375
3375
|
marginTop: {
|
3376
|
-
readonly [
|
3376
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
3377
3377
|
};
|
3378
3378
|
};
|
3379
3379
|
mr: (value: Stitches.PropertyValue<'marginRight'>) => {
|
3380
3380
|
marginRight: {
|
3381
|
-
readonly [
|
3381
|
+
readonly [Stitches.$$PropertyValue]: "marginRight";
|
3382
3382
|
};
|
3383
3383
|
};
|
3384
3384
|
mb: (value: Stitches.PropertyValue<'marginBottom'>) => {
|
3385
3385
|
marginBottom: {
|
3386
|
-
readonly [
|
3386
|
+
readonly [Stitches.$$PropertyValue]: "marginBottom";
|
3387
3387
|
};
|
3388
3388
|
};
|
3389
3389
|
ml: (value: Stitches.PropertyValue<'marginLeft'>) => {
|
3390
3390
|
marginLeft: {
|
3391
|
-
readonly [
|
3391
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
3392
3392
|
};
|
3393
3393
|
};
|
3394
3394
|
mx: (value: Stitches.PropertyValue<'marginLeft'>) => {
|
3395
3395
|
marginLeft: {
|
3396
|
-
readonly [
|
3396
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
3397
3397
|
};
|
3398
3398
|
marginRight: {
|
3399
|
-
readonly [
|
3399
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
3400
3400
|
};
|
3401
3401
|
};
|
3402
3402
|
my: (value: Stitches.PropertyValue<'marginTop'>) => {
|
3403
3403
|
marginTop: {
|
3404
|
-
readonly [
|
3404
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
3405
3405
|
};
|
3406
3406
|
marginBottom: {
|
3407
|
-
readonly [
|
3407
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
3408
3408
|
};
|
3409
3409
|
};
|
3410
3410
|
ta: (value: Stitches.PropertyValue<'textAlign'>) => {
|
3411
3411
|
textAlign: {
|
3412
|
-
readonly [
|
3412
|
+
readonly [Stitches.$$PropertyValue]: "textAlign";
|
3413
3413
|
};
|
3414
3414
|
};
|
3415
3415
|
fd: (value: Stitches.PropertyValue<'flexDirection'>) => {
|
3416
3416
|
flexDirection: {
|
3417
|
-
readonly [
|
3417
|
+
readonly [Stitches.$$PropertyValue]: "flexDirection";
|
3418
3418
|
};
|
3419
3419
|
};
|
3420
3420
|
fw: (value: Stitches.PropertyValue<'flexWrap'>) => {
|
3421
3421
|
flexWrap: {
|
3422
|
-
readonly [
|
3422
|
+
readonly [Stitches.$$PropertyValue]: "flexWrap";
|
3423
3423
|
};
|
3424
3424
|
};
|
3425
3425
|
ai: (value: Stitches.PropertyValue<'alignItems'>) => {
|
3426
3426
|
alignItems: {
|
3427
|
-
readonly [
|
3427
|
+
readonly [Stitches.$$PropertyValue]: "alignItems";
|
3428
3428
|
};
|
3429
3429
|
};
|
3430
3430
|
ac: (value: Stitches.PropertyValue<'alignContent'>) => {
|
3431
3431
|
alignContent: {
|
3432
|
-
readonly [
|
3432
|
+
readonly [Stitches.$$PropertyValue]: "alignContent";
|
3433
3433
|
};
|
3434
3434
|
};
|
3435
3435
|
jc: (value: Stitches.PropertyValue<'justifyContent'>) => {
|
3436
3436
|
justifyContent: {
|
3437
|
-
readonly [
|
3437
|
+
readonly [Stitches.$$PropertyValue]: "justifyContent";
|
3438
3438
|
};
|
3439
3439
|
};
|
3440
3440
|
as: (value: Stitches.PropertyValue<'alignSelf'>) => {
|
3441
3441
|
alignSelf: {
|
3442
|
-
readonly [
|
3442
|
+
readonly [Stitches.$$PropertyValue]: "alignSelf";
|
3443
3443
|
};
|
3444
3444
|
};
|
3445
3445
|
fg: (value: Stitches.PropertyValue<'flexGrow'>) => {
|
3446
3446
|
flexGrow: {
|
3447
|
-
readonly [
|
3447
|
+
readonly [Stitches.$$PropertyValue]: "flexGrow";
|
3448
3448
|
};
|
3449
3449
|
};
|
3450
3450
|
fs: (value: Stitches.PropertyValue<'flexShrink'>) => {
|
3451
3451
|
flexShrink: {
|
3452
|
-
readonly [
|
3452
|
+
readonly [Stitches.$$PropertyValue]: "flexShrink";
|
3453
3453
|
};
|
3454
3454
|
};
|
3455
3455
|
fb: (value: Stitches.PropertyValue<'flexBasis'>) => {
|
3456
3456
|
flexBasis: {
|
3457
|
-
readonly [
|
3457
|
+
readonly [Stitches.$$PropertyValue]: "flexBasis";
|
3458
3458
|
};
|
3459
3459
|
};
|
3460
3460
|
bc: (value: Stitches.PropertyValue<'backgroundColor'>) => {
|
3461
3461
|
backgroundColor: {
|
3462
|
-
readonly [
|
3462
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
3463
3463
|
};
|
3464
3464
|
};
|
3465
3465
|
br: (value: Stitches.PropertyValue<'borderRadius'>) => {
|
3466
3466
|
borderRadius: {
|
3467
|
-
readonly [
|
3467
|
+
readonly [Stitches.$$PropertyValue]: "borderRadius";
|
3468
3468
|
};
|
3469
3469
|
};
|
3470
3470
|
btrr: (value: Stitches.PropertyValue<'borderTopRightRadius'>) => {
|
3471
3471
|
borderTopRightRadius: {
|
3472
|
-
readonly [
|
3472
|
+
readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
|
3473
3473
|
};
|
3474
3474
|
};
|
3475
3475
|
bbrr: (value: Stitches.PropertyValue<'borderBottomRightRadius'>) => {
|
3476
3476
|
borderBottomRightRadius: {
|
3477
|
-
readonly [
|
3477
|
+
readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
|
3478
3478
|
};
|
3479
3479
|
};
|
3480
3480
|
bblr: (value: Stitches.PropertyValue<'borderBottomLeftRadius'>) => {
|
3481
3481
|
borderBottomLeftRadius: {
|
3482
|
-
readonly [
|
3482
|
+
readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
|
3483
3483
|
};
|
3484
3484
|
};
|
3485
3485
|
btlr: (value: Stitches.PropertyValue<'borderTopLeftRadius'>) => {
|
3486
3486
|
borderTopLeftRadius: {
|
3487
|
-
readonly [
|
3487
|
+
readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
|
3488
3488
|
};
|
3489
3489
|
};
|
3490
3490
|
bs: (value: Stitches.PropertyValue<'boxShadow'>) => {
|
3491
3491
|
boxShadow: {
|
3492
|
-
readonly [
|
3492
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
3493
3493
|
};
|
3494
3494
|
};
|
3495
3495
|
lh: (value: Stitches.PropertyValue<'lineHeight'>) => {
|
3496
3496
|
lineHeight: {
|
3497
|
-
readonly [
|
3497
|
+
readonly [Stitches.$$PropertyValue]: "lineHeight";
|
3498
3498
|
};
|
3499
3499
|
};
|
3500
3500
|
ox: (value: Stitches.PropertyValue<'overflowX'>) => {
|
3501
3501
|
overflowX: {
|
3502
|
-
readonly [
|
3502
|
+
readonly [Stitches.$$PropertyValue]: "overflowX";
|
3503
3503
|
};
|
3504
3504
|
};
|
3505
3505
|
oy: (value: Stitches.PropertyValue<'overflowY'>) => {
|
3506
3506
|
overflowY: {
|
3507
|
-
readonly [
|
3507
|
+
readonly [Stitches.$$PropertyValue]: "overflowY";
|
3508
3508
|
};
|
3509
3509
|
};
|
3510
3510
|
pe: (value: Stitches.PropertyValue<'pointerEvents'>) => {
|
3511
3511
|
pointerEvents: {
|
3512
|
-
readonly [
|
3512
|
+
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
3513
3513
|
};
|
3514
3514
|
};
|
3515
3515
|
us: (value: Stitches.PropertyValue<'userSelect'>) => {
|
3516
3516
|
WebkitUserSelect: {
|
3517
|
-
readonly [
|
3517
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
3518
3518
|
};
|
3519
3519
|
userSelect: {
|
3520
|
-
readonly [
|
3520
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
3521
3521
|
};
|
3522
3522
|
};
|
3523
3523
|
userSelect: (value: Stitches.PropertyValue<'userSelect'>) => {
|
3524
3524
|
WebkitUserSelect: {
|
3525
|
-
readonly [
|
3525
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
3526
3526
|
};
|
3527
3527
|
userSelect: {
|
3528
|
-
readonly [
|
3528
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
3529
3529
|
};
|
3530
3530
|
};
|
3531
3531
|
size: (value: Stitches.PropertyValue<'width'>) => {
|
3532
3532
|
width: {
|
3533
|
-
readonly [
|
3533
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
3534
3534
|
};
|
3535
3535
|
height: {
|
3536
|
-
readonly [
|
3536
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
3537
3537
|
};
|
3538
3538
|
};
|
3539
3539
|
appearance: (value: Stitches.PropertyValue<'appearance'>) => {
|
3540
3540
|
WebkitAppearance: {
|
3541
|
-
readonly [
|
3541
|
+
readonly [Stitches.$$PropertyValue]: "appearance";
|
3542
3542
|
};
|
3543
3543
|
appearance: {
|
3544
|
-
readonly [
|
3544
|
+
readonly [Stitches.$$PropertyValue]: "appearance";
|
3545
3545
|
};
|
3546
3546
|
};
|
3547
3547
|
backgroundClip: (value: Stitches.PropertyValue<'backgroundClip'>) => {
|
3548
3548
|
WebkitBackgroundClip: {
|
3549
|
-
readonly [
|
3549
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
3550
3550
|
};
|
3551
3551
|
backgroundClip: {
|
3552
|
-
readonly [
|
3552
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
3553
3553
|
};
|
3554
3554
|
};
|
3555
|
-
}>>(type: Type, ...composers: { [K in keyof Composers]: Composers[K] extends string | _stitches_react_types_util.Function | React.ComponentType<any> ? Composers[K] : _stitches_react_types_stitches.RemoveIndex<CSS_1> & {
|
3555
|
+
}>>(type: Type, ...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | _stitches_react_types_util.Function | React.ComponentType<any> ? Composers[K] : _stitches_react_types_stitches.RemoveIndex<CSS_1> & {
|
3556
3556
|
variants?: {
|
3557
3557
|
[x: string]: {
|
3558
3558
|
[x: string]: CSS_1;
|
@@ -3841,229 +3841,229 @@ declare const styled: <Type extends _stitches_react_types_util.Function | keyof
|
|
3841
3841
|
}, _stitches_react_types_config.DefaultThemeMap, {
|
3842
3842
|
p: (value: Stitches.PropertyValue<'padding'>) => {
|
3843
3843
|
padding: {
|
3844
|
-
readonly [
|
3844
|
+
readonly [Stitches.$$PropertyValue]: "padding";
|
3845
3845
|
};
|
3846
3846
|
};
|
3847
3847
|
pt: (value: Stitches.PropertyValue<'paddingTop'>) => {
|
3848
3848
|
paddingTop: {
|
3849
|
-
readonly [
|
3849
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
3850
3850
|
};
|
3851
3851
|
};
|
3852
3852
|
pr: (value: Stitches.PropertyValue<'paddingRight'>) => {
|
3853
3853
|
paddingRight: {
|
3854
|
-
readonly [
|
3854
|
+
readonly [Stitches.$$PropertyValue]: "paddingRight";
|
3855
3855
|
};
|
3856
3856
|
};
|
3857
3857
|
pb: (value: Stitches.PropertyValue<'paddingBottom'>) => {
|
3858
3858
|
paddingBottom: {
|
3859
|
-
readonly [
|
3859
|
+
readonly [Stitches.$$PropertyValue]: "paddingBottom";
|
3860
3860
|
};
|
3861
3861
|
};
|
3862
3862
|
pl: (value: Stitches.PropertyValue<'paddingLeft'>) => {
|
3863
3863
|
paddingLeft: {
|
3864
|
-
readonly [
|
3864
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
3865
3865
|
};
|
3866
3866
|
};
|
3867
3867
|
px: (value: Stitches.PropertyValue<'paddingLeft'>) => {
|
3868
3868
|
paddingLeft: {
|
3869
|
-
readonly [
|
3869
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
3870
3870
|
};
|
3871
3871
|
paddingRight: {
|
3872
|
-
readonly [
|
3872
|
+
readonly [Stitches.$$PropertyValue]: "paddingLeft";
|
3873
3873
|
};
|
3874
3874
|
};
|
3875
3875
|
py: (value: Stitches.PropertyValue<'paddingTop'>) => {
|
3876
3876
|
paddingTop: {
|
3877
|
-
readonly [
|
3877
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
3878
3878
|
};
|
3879
3879
|
paddingBottom: {
|
3880
|
-
readonly [
|
3880
|
+
readonly [Stitches.$$PropertyValue]: "paddingTop";
|
3881
3881
|
};
|
3882
3882
|
};
|
3883
3883
|
m: (value: Stitches.PropertyValue<'margin'>) => {
|
3884
3884
|
margin: {
|
3885
|
-
readonly [
|
3885
|
+
readonly [Stitches.$$PropertyValue]: "margin";
|
3886
3886
|
};
|
3887
3887
|
};
|
3888
3888
|
mt: (value: Stitches.PropertyValue<'marginTop'>) => {
|
3889
3889
|
marginTop: {
|
3890
|
-
readonly [
|
3890
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
3891
3891
|
};
|
3892
3892
|
};
|
3893
3893
|
mr: (value: Stitches.PropertyValue<'marginRight'>) => {
|
3894
3894
|
marginRight: {
|
3895
|
-
readonly [
|
3895
|
+
readonly [Stitches.$$PropertyValue]: "marginRight";
|
3896
3896
|
};
|
3897
3897
|
};
|
3898
3898
|
mb: (value: Stitches.PropertyValue<'marginBottom'>) => {
|
3899
3899
|
marginBottom: {
|
3900
|
-
readonly [
|
3900
|
+
readonly [Stitches.$$PropertyValue]: "marginBottom";
|
3901
3901
|
};
|
3902
3902
|
};
|
3903
3903
|
ml: (value: Stitches.PropertyValue<'marginLeft'>) => {
|
3904
3904
|
marginLeft: {
|
3905
|
-
readonly [
|
3905
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
3906
3906
|
};
|
3907
3907
|
};
|
3908
3908
|
mx: (value: Stitches.PropertyValue<'marginLeft'>) => {
|
3909
3909
|
marginLeft: {
|
3910
|
-
readonly [
|
3910
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
3911
3911
|
};
|
3912
3912
|
marginRight: {
|
3913
|
-
readonly [
|
3913
|
+
readonly [Stitches.$$PropertyValue]: "marginLeft";
|
3914
3914
|
};
|
3915
3915
|
};
|
3916
3916
|
my: (value: Stitches.PropertyValue<'marginTop'>) => {
|
3917
3917
|
marginTop: {
|
3918
|
-
readonly [
|
3918
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
3919
3919
|
};
|
3920
3920
|
marginBottom: {
|
3921
|
-
readonly [
|
3921
|
+
readonly [Stitches.$$PropertyValue]: "marginTop";
|
3922
3922
|
};
|
3923
3923
|
};
|
3924
3924
|
ta: (value: Stitches.PropertyValue<'textAlign'>) => {
|
3925
3925
|
textAlign: {
|
3926
|
-
readonly [
|
3926
|
+
readonly [Stitches.$$PropertyValue]: "textAlign";
|
3927
3927
|
};
|
3928
3928
|
};
|
3929
3929
|
fd: (value: Stitches.PropertyValue<'flexDirection'>) => {
|
3930
3930
|
flexDirection: {
|
3931
|
-
readonly [
|
3931
|
+
readonly [Stitches.$$PropertyValue]: "flexDirection";
|
3932
3932
|
};
|
3933
3933
|
};
|
3934
3934
|
fw: (value: Stitches.PropertyValue<'flexWrap'>) => {
|
3935
3935
|
flexWrap: {
|
3936
|
-
readonly [
|
3936
|
+
readonly [Stitches.$$PropertyValue]: "flexWrap";
|
3937
3937
|
};
|
3938
3938
|
};
|
3939
3939
|
ai: (value: Stitches.PropertyValue<'alignItems'>) => {
|
3940
3940
|
alignItems: {
|
3941
|
-
readonly [
|
3941
|
+
readonly [Stitches.$$PropertyValue]: "alignItems";
|
3942
3942
|
};
|
3943
3943
|
};
|
3944
3944
|
ac: (value: Stitches.PropertyValue<'alignContent'>) => {
|
3945
3945
|
alignContent: {
|
3946
|
-
readonly [
|
3946
|
+
readonly [Stitches.$$PropertyValue]: "alignContent";
|
3947
3947
|
};
|
3948
3948
|
};
|
3949
3949
|
jc: (value: Stitches.PropertyValue<'justifyContent'>) => {
|
3950
3950
|
justifyContent: {
|
3951
|
-
readonly [
|
3951
|
+
readonly [Stitches.$$PropertyValue]: "justifyContent";
|
3952
3952
|
};
|
3953
3953
|
};
|
3954
3954
|
as: (value: Stitches.PropertyValue<'alignSelf'>) => {
|
3955
3955
|
alignSelf: {
|
3956
|
-
readonly [
|
3956
|
+
readonly [Stitches.$$PropertyValue]: "alignSelf";
|
3957
3957
|
};
|
3958
3958
|
};
|
3959
3959
|
fg: (value: Stitches.PropertyValue<'flexGrow'>) => {
|
3960
3960
|
flexGrow: {
|
3961
|
-
readonly [
|
3961
|
+
readonly [Stitches.$$PropertyValue]: "flexGrow";
|
3962
3962
|
};
|
3963
3963
|
};
|
3964
3964
|
fs: (value: Stitches.PropertyValue<'flexShrink'>) => {
|
3965
3965
|
flexShrink: {
|
3966
|
-
readonly [
|
3966
|
+
readonly [Stitches.$$PropertyValue]: "flexShrink";
|
3967
3967
|
};
|
3968
3968
|
};
|
3969
3969
|
fb: (value: Stitches.PropertyValue<'flexBasis'>) => {
|
3970
3970
|
flexBasis: {
|
3971
|
-
readonly [
|
3971
|
+
readonly [Stitches.$$PropertyValue]: "flexBasis";
|
3972
3972
|
};
|
3973
3973
|
};
|
3974
3974
|
bc: (value: Stitches.PropertyValue<'backgroundColor'>) => {
|
3975
3975
|
backgroundColor: {
|
3976
|
-
readonly [
|
3976
|
+
readonly [Stitches.$$PropertyValue]: "backgroundColor";
|
3977
3977
|
};
|
3978
3978
|
};
|
3979
3979
|
br: (value: Stitches.PropertyValue<'borderRadius'>) => {
|
3980
3980
|
borderRadius: {
|
3981
|
-
readonly [
|
3981
|
+
readonly [Stitches.$$PropertyValue]: "borderRadius";
|
3982
3982
|
};
|
3983
3983
|
};
|
3984
3984
|
btrr: (value: Stitches.PropertyValue<'borderTopRightRadius'>) => {
|
3985
3985
|
borderTopRightRadius: {
|
3986
|
-
readonly [
|
3986
|
+
readonly [Stitches.$$PropertyValue]: "borderTopRightRadius";
|
3987
3987
|
};
|
3988
3988
|
};
|
3989
3989
|
bbrr: (value: Stitches.PropertyValue<'borderBottomRightRadius'>) => {
|
3990
3990
|
borderBottomRightRadius: {
|
3991
|
-
readonly [
|
3991
|
+
readonly [Stitches.$$PropertyValue]: "borderBottomRightRadius";
|
3992
3992
|
};
|
3993
3993
|
};
|
3994
3994
|
bblr: (value: Stitches.PropertyValue<'borderBottomLeftRadius'>) => {
|
3995
3995
|
borderBottomLeftRadius: {
|
3996
|
-
readonly [
|
3996
|
+
readonly [Stitches.$$PropertyValue]: "borderBottomLeftRadius";
|
3997
3997
|
};
|
3998
3998
|
};
|
3999
3999
|
btlr: (value: Stitches.PropertyValue<'borderTopLeftRadius'>) => {
|
4000
4000
|
borderTopLeftRadius: {
|
4001
|
-
readonly [
|
4001
|
+
readonly [Stitches.$$PropertyValue]: "borderTopLeftRadius";
|
4002
4002
|
};
|
4003
4003
|
};
|
4004
4004
|
bs: (value: Stitches.PropertyValue<'boxShadow'>) => {
|
4005
4005
|
boxShadow: {
|
4006
|
-
readonly [
|
4006
|
+
readonly [Stitches.$$PropertyValue]: "boxShadow";
|
4007
4007
|
};
|
4008
4008
|
};
|
4009
4009
|
lh: (value: Stitches.PropertyValue<'lineHeight'>) => {
|
4010
4010
|
lineHeight: {
|
4011
|
-
readonly [
|
4011
|
+
readonly [Stitches.$$PropertyValue]: "lineHeight";
|
4012
4012
|
};
|
4013
4013
|
};
|
4014
4014
|
ox: (value: Stitches.PropertyValue<'overflowX'>) => {
|
4015
4015
|
overflowX: {
|
4016
|
-
readonly [
|
4016
|
+
readonly [Stitches.$$PropertyValue]: "overflowX";
|
4017
4017
|
};
|
4018
4018
|
};
|
4019
4019
|
oy: (value: Stitches.PropertyValue<'overflowY'>) => {
|
4020
4020
|
overflowY: {
|
4021
|
-
readonly [
|
4021
|
+
readonly [Stitches.$$PropertyValue]: "overflowY";
|
4022
4022
|
};
|
4023
4023
|
};
|
4024
4024
|
pe: (value: Stitches.PropertyValue<'pointerEvents'>) => {
|
4025
4025
|
pointerEvents: {
|
4026
|
-
readonly [
|
4026
|
+
readonly [Stitches.$$PropertyValue]: "pointerEvents";
|
4027
4027
|
};
|
4028
4028
|
};
|
4029
4029
|
us: (value: Stitches.PropertyValue<'userSelect'>) => {
|
4030
4030
|
WebkitUserSelect: {
|
4031
|
-
readonly [
|
4031
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
4032
4032
|
};
|
4033
4033
|
userSelect: {
|
4034
|
-
readonly [
|
4034
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
4035
4035
|
};
|
4036
4036
|
};
|
4037
4037
|
userSelect: (value: Stitches.PropertyValue<'userSelect'>) => {
|
4038
4038
|
WebkitUserSelect: {
|
4039
|
-
readonly [
|
4039
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
4040
4040
|
};
|
4041
4041
|
userSelect: {
|
4042
|
-
readonly [
|
4042
|
+
readonly [Stitches.$$PropertyValue]: "userSelect";
|
4043
4043
|
};
|
4044
4044
|
};
|
4045
4045
|
size: (value: Stitches.PropertyValue<'width'>) => {
|
4046
4046
|
width: {
|
4047
|
-
readonly [
|
4047
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
4048
4048
|
};
|
4049
4049
|
height: {
|
4050
|
-
readonly [
|
4050
|
+
readonly [Stitches.$$PropertyValue]: "width";
|
4051
4051
|
};
|
4052
4052
|
};
|
4053
4053
|
appearance: (value: Stitches.PropertyValue<'appearance'>) => {
|
4054
4054
|
WebkitAppearance: {
|
4055
|
-
readonly [
|
4055
|
+
readonly [Stitches.$$PropertyValue]: "appearance";
|
4056
4056
|
};
|
4057
4057
|
appearance: {
|
4058
|
-
readonly [
|
4058
|
+
readonly [Stitches.$$PropertyValue]: "appearance";
|
4059
4059
|
};
|
4060
4060
|
};
|
4061
4061
|
backgroundClip: (value: Stitches.PropertyValue<'backgroundClip'>) => {
|
4062
4062
|
WebkitBackgroundClip: {
|
4063
|
-
readonly [
|
4063
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
4064
4064
|
};
|
4065
4065
|
backgroundClip: {
|
4066
|
-
readonly [
|
4066
|
+
readonly [Stitches.$$PropertyValue]: "backgroundClip";
|
4067
4067
|
};
|
4068
4068
|
};
|
4069
4069
|
}>>;
|