@marigold/system 15.2.0 → 15.3.0

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/index.d.mts CHANGED
@@ -308,614 +308,628 @@ declare const defaultTheme: {
308
308
  };
309
309
 
310
310
  declare const width: {
311
- auto: string;
312
- full: string;
313
- fit: string;
314
- min: string;
315
- max: string;
316
- screen: string;
317
- svh: string;
318
- lvh: string;
319
- dvh: string;
320
- px: string;
321
- 0: string;
322
- '0.5': string;
323
- 1: string;
324
- '1.5': string;
325
- 2: string;
326
- '2.5': string;
327
- 3: string;
328
- '3.5': string;
329
- 4: string;
330
- 5: string;
331
- 6: string;
332
- 7: string;
333
- 8: string;
334
- 9: string;
335
- 10: string;
336
- 11: string;
337
- 12: string;
338
- 14: string;
339
- 16: string;
340
- 20: string;
341
- 24: string;
342
- 28: string;
343
- 32: string;
344
- 36: string;
345
- 40: string;
346
- 44: string;
347
- 48: string;
348
- 52: string;
349
- 56: string;
350
- 60: string;
351
- 64: string;
352
- 72: string;
353
- 80: string;
354
- 96: string;
355
- '1/2': string;
356
- '1/3': string;
357
- '2/3': string;
358
- '1/4': string;
359
- '2/4': string;
360
- '3/4': string;
361
- '1/5': string;
362
- '2/5': string;
363
- '3/5': string;
364
- '1/6': string;
365
- '2/6': string;
366
- '3/6': string;
367
- '4/6': string;
368
- '5/6': string;
369
- '1/12': string;
370
- '2/12': string;
371
- '3/12': string;
372
- '4/12': string;
373
- '5/12': string;
374
- '6/12': string;
375
- '7/12': string;
376
- '8/12': string;
377
- '9/12': string;
378
- '10/12': string;
379
- '11/12': string;
311
+ readonly auto: "w-auto";
312
+ readonly full: "w-full";
313
+ readonly fit: "w-fit";
314
+ readonly min: "w-min";
315
+ readonly max: "w-max";
316
+ readonly screen: "w-screen";
317
+ readonly svh: "w-svh";
318
+ readonly lvh: "w-lvh";
319
+ readonly dvh: "w-dvh";
320
+ readonly px: "w-px";
321
+ readonly 0: "w-0";
322
+ readonly '0.5': "w-0.5";
323
+ readonly 1: "w-1";
324
+ readonly '1.5': "w-1.5";
325
+ readonly 2: "w-2";
326
+ readonly '2.5': "w-2.5";
327
+ readonly 3: "w-3";
328
+ readonly '3.5': "w-3.5";
329
+ readonly 4: "w-4";
330
+ readonly 5: "w-5";
331
+ readonly 6: "w-6";
332
+ readonly 7: "w-7";
333
+ readonly 8: "w-8";
334
+ readonly 9: "w-9";
335
+ readonly 10: "w-10";
336
+ readonly 11: "w-11";
337
+ readonly 12: "w-12";
338
+ readonly 14: "w-14";
339
+ readonly 16: "w-16";
340
+ readonly 20: "w-20";
341
+ readonly 24: "w-24";
342
+ readonly 28: "w-28";
343
+ readonly 32: "w-32";
344
+ readonly 36: "w-36";
345
+ readonly 40: "w-40";
346
+ readonly 44: "w-44";
347
+ readonly 48: "w-48";
348
+ readonly 52: "w-52";
349
+ readonly 56: "w-56";
350
+ readonly 60: "w-60";
351
+ readonly 64: "w-64";
352
+ readonly 72: "w-72";
353
+ readonly 80: "w-80";
354
+ readonly 96: "w-96";
355
+ readonly '1/2': "w-1/2";
356
+ readonly '1/3': "w-1/3";
357
+ readonly '2/3': "w-2/3";
358
+ readonly '1/4': "w-1/4";
359
+ readonly '2/4': "w-2/4";
360
+ readonly '3/4': "w-3/4";
361
+ readonly '1/5': "w-1/5";
362
+ readonly '2/5': "w-2/5";
363
+ readonly '3/5': "w-3/5";
364
+ readonly '1/6': "w-1/6";
365
+ readonly '2/6': "w-2/6";
366
+ readonly '3/6': "w-3/6";
367
+ readonly '4/6': "w-4/6";
368
+ readonly '5/6': "w-5/6";
369
+ readonly '1/12': "w-1/12";
370
+ readonly '2/12': "w-2/12";
371
+ readonly '3/12': "w-3/12";
372
+ readonly '4/12': "w-4/12";
373
+ readonly '5/12': "w-5/12";
374
+ readonly '6/12': "w-6/12";
375
+ readonly '7/12': "w-7/12";
376
+ readonly '8/12': "w-8/12";
377
+ readonly '9/12': "w-9/12";
378
+ readonly '10/12': "w-10/12";
379
+ readonly '11/12': "w-11/12";
380
380
  };
381
381
  declare const maxWidth: {
382
- auto: string;
383
- full: string;
384
- fit: string;
385
- min: string;
386
- max: string;
387
- screen: string;
388
- svh: string;
389
- lvh: string;
390
- dvh: string;
391
- px: string;
392
- 0: string;
393
- '0.5': string;
394
- 1: string;
395
- '1.5': string;
396
- 2: string;
397
- '2.5': string;
398
- 3: string;
399
- '3.5': string;
400
- 4: string;
401
- 5: string;
402
- 6: string;
403
- 7: string;
404
- 8: string;
405
- 9: string;
406
- 10: string;
407
- 11: string;
408
- 12: string;
409
- 14: string;
410
- 16: string;
411
- 20: string;
412
- 24: string;
413
- 28: string;
414
- 32: string;
415
- 36: string;
416
- 40: string;
417
- 44: string;
418
- 48: string;
419
- 52: string;
420
- 56: string;
421
- 60: string;
422
- 64: string;
423
- 72: string;
424
- 80: string;
425
- 96: string;
426
- '1/2': string;
427
- '1/3': string;
428
- '2/3': string;
429
- '1/4': string;
430
- '2/4': string;
431
- '3/4': string;
432
- '1/5': string;
433
- '2/5': string;
434
- '3/5': string;
435
- '1/6': string;
436
- '2/6': string;
437
- '3/6': string;
438
- '4/6': string;
439
- '5/6': string;
440
- '1/12': string;
441
- '2/12': string;
442
- '3/12': string;
443
- '4/12': string;
444
- '5/12': string;
445
- '6/12': string;
446
- '7/12': string;
447
- '8/12': string;
448
- '9/12': string;
449
- '10/12': string;
450
- '11/12': string;
382
+ readonly auto: "max-w-auto";
383
+ readonly full: "max-w-full";
384
+ readonly fit: "max-w-fit";
385
+ readonly min: "max-w-min";
386
+ readonly max: "max-w-max";
387
+ readonly screen: "max-w-screen";
388
+ readonly svh: "max-w-svh";
389
+ readonly lvh: "max-w-lvh";
390
+ readonly dvh: "max-w-dvh";
391
+ readonly px: "max-w-px";
392
+ readonly 0: "max-w-0";
393
+ readonly '0.5': "max-w-0.5";
394
+ readonly 1: "max-w-1";
395
+ readonly '1.5': "max-w-1.5";
396
+ readonly 2: "max-w-2";
397
+ readonly '2.5': "max-w-2.5";
398
+ readonly 3: "max-w-3";
399
+ readonly '3.5': "max-w-3.5";
400
+ readonly 4: "max-w-4";
401
+ readonly 5: "max-w-5";
402
+ readonly 6: "max-w-6";
403
+ readonly 7: "max-w-7";
404
+ readonly 8: "max-w-8";
405
+ readonly 9: "max-w-9";
406
+ readonly 10: "max-w-10";
407
+ readonly 11: "max-w-11";
408
+ readonly 12: "max-w-12";
409
+ readonly 14: "max-w-14";
410
+ readonly 16: "max-w-16";
411
+ readonly 20: "max-w-20";
412
+ readonly 24: "max-w-24";
413
+ readonly 28: "max-w-28";
414
+ readonly 32: "max-w-32";
415
+ readonly 36: "max-w-36";
416
+ readonly 40: "max-w-40";
417
+ readonly 44: "max-w-44";
418
+ readonly 48: "max-w-48";
419
+ readonly 52: "max-w-52";
420
+ readonly 56: "max-w-56";
421
+ readonly 60: "max-w-60";
422
+ readonly 64: "max-w-64";
423
+ readonly 72: "max-w-72";
424
+ readonly 80: "max-w-80";
425
+ readonly 96: "max-w-96";
426
+ readonly '1/2': "max-w-1/2";
427
+ readonly '1/3': "max-w-1/3";
428
+ readonly '2/3': "max-w-2/3";
429
+ readonly '1/4': "max-w-1/4";
430
+ readonly '2/4': "max-w-2/4";
431
+ readonly '3/4': "max-w-3/4";
432
+ readonly '1/5': "max-w-1/5";
433
+ readonly '2/5': "max-w-2/5";
434
+ readonly '3/5': "max-w-3/5";
435
+ readonly '1/6': "max-w-1/6";
436
+ readonly '2/6': "max-w-2/6";
437
+ readonly '3/6': "max-w-3/6";
438
+ readonly '4/6': "max-w-4/6";
439
+ readonly '5/6': "max-w-5/6";
440
+ readonly '1/12': "max-w-1/12";
441
+ readonly '2/12': "max-w-2/12";
442
+ readonly '3/12': "max-w-3/12";
443
+ readonly '4/12': "max-w-4/12";
444
+ readonly '5/12': "max-w-5/12";
445
+ readonly '6/12': "max-w-6/12";
446
+ readonly '7/12': "max-w-7/12";
447
+ readonly '8/12': "max-w-8/12";
448
+ readonly '9/12': "max-w-9/12";
449
+ readonly '10/12': "max-w-10/12";
450
+ readonly '11/12': "max-w-11/12";
451
451
  };
452
452
  declare const height: {
453
- auto: string;
454
- full: string;
455
- fit: string;
456
- min: string;
457
- max: string;
458
- screen: string;
459
- svh: string;
460
- lvh: string;
461
- dvh: string;
462
- px: string;
463
- 0: string;
464
- '0.5': string;
465
- 1: string;
466
- '1.5': string;
467
- 2: string;
468
- '2.5': string;
469
- 3: string;
470
- '3.5': string;
471
- 4: string;
472
- 5: string;
473
- 6: string;
474
- 7: string;
475
- 8: string;
476
- 9: string;
477
- 10: string;
478
- 11: string;
479
- 12: string;
480
- 14: string;
481
- 16: string;
482
- 20: string;
483
- 24: string;
484
- 28: string;
485
- 32: string;
486
- 36: string;
487
- 40: string;
488
- 44: string;
489
- 48: string;
490
- 52: string;
491
- 56: string;
492
- 60: string;
493
- 64: string;
494
- 72: string;
495
- 80: string;
496
- 96: string;
497
- '1/2': string;
498
- '1/3': string;
499
- '2/3': string;
500
- '1/4': string;
501
- '2/4': string;
502
- '3/4': string;
503
- '1/5': string;
504
- '2/5': string;
505
- '3/5': string;
506
- '1/6': string;
507
- '2/6': string;
508
- '3/6': string;
509
- '4/6': string;
510
- '5/6': string;
511
- '1/12': string;
512
- '2/12': string;
513
- '3/12': string;
514
- '4/12': string;
515
- '5/12': string;
516
- '6/12': string;
517
- '7/12': string;
518
- '8/12': string;
519
- '9/12': string;
520
- '10/12': string;
521
- '11/12': string;
453
+ readonly auto: "h-auto";
454
+ readonly full: "h-full";
455
+ readonly fit: "h-fit";
456
+ readonly min: "h-min";
457
+ readonly max: "h-max";
458
+ readonly screen: "h-screen";
459
+ readonly svh: "h-svh";
460
+ readonly lvh: "h-lvh";
461
+ readonly dvh: "h-dvh";
462
+ readonly px: "h-px";
463
+ readonly 0: "h-0";
464
+ readonly '0.5': "h-0.5";
465
+ readonly 1: "h-1";
466
+ readonly '1.5': "h-1.5";
467
+ readonly 2: "h-2";
468
+ readonly '2.5': "h-2.5";
469
+ readonly 3: "h-3";
470
+ readonly '3.5': "h-3.5";
471
+ readonly 4: "h-4";
472
+ readonly 5: "h-5";
473
+ readonly 6: "h-6";
474
+ readonly 7: "h-7";
475
+ readonly 8: "h-8";
476
+ readonly 9: "h-9";
477
+ readonly 10: "h-10";
478
+ readonly 11: "h-11";
479
+ readonly 12: "h-12";
480
+ readonly 14: "h-14";
481
+ readonly 16: "h-16";
482
+ readonly 20: "h-20";
483
+ readonly 24: "h-24";
484
+ readonly 28: "h-28";
485
+ readonly 32: "h-32";
486
+ readonly 36: "h-36";
487
+ readonly 40: "h-40";
488
+ readonly 44: "h-44";
489
+ readonly 48: "h-48";
490
+ readonly 52: "h-52";
491
+ readonly 56: "h-56";
492
+ readonly 60: "h-60";
493
+ readonly 64: "h-64";
494
+ readonly 72: "h-72";
495
+ readonly 80: "h-80";
496
+ readonly 96: "h-96";
497
+ readonly '1/2': "h-1/2";
498
+ readonly '1/3': "h-1/3";
499
+ readonly '2/3': "h-2/3";
500
+ readonly '1/4': "h-1/4";
501
+ readonly '2/4': "h-2/4";
502
+ readonly '3/4': "h-3/4";
503
+ readonly '1/5': "h-1/5";
504
+ readonly '2/5': "h-2/5";
505
+ readonly '3/5': "h-3/5";
506
+ readonly '1/6': "h-1/6";
507
+ readonly '2/6': "h-2/6";
508
+ readonly '3/6': "h-3/6";
509
+ readonly '4/6': "h-4/6";
510
+ readonly '5/6': "h-5/6";
511
+ readonly '1/12': "h-1/12";
512
+ readonly '2/12': "h-2/12";
513
+ readonly '3/12': "h-3/12";
514
+ readonly '4/12': "h-4/12";
515
+ readonly '5/12': "h-5/12";
516
+ readonly '6/12': "h-6/12";
517
+ readonly '7/12': "h-7/12";
518
+ readonly '8/12': "h-8/12";
519
+ readonly '9/12': "h-9/12";
520
+ readonly '10/12': "h-10/12";
521
+ readonly '11/12': "h-11/12";
522
522
  };
523
523
  declare const fontWeight: {
524
- thin: string;
525
- extralight: string;
526
- light: string;
527
- regular: string;
528
- medium: string;
529
- semibold: string;
530
- bold: string;
531
- extrabold: string;
532
- black: string;
524
+ readonly thin: "font-thin";
525
+ readonly extralight: "font-extralight";
526
+ readonly light: "font-light";
527
+ readonly regular: "font-normal";
528
+ readonly medium: "font-medium";
529
+ readonly semibold: "font-semibold";
530
+ readonly bold: "font-bold";
531
+ readonly extrabold: "font-extrabold";
532
+ readonly black: "font-black";
533
533
  };
534
534
  declare const textSize: {
535
- xs: string;
536
- sm: string;
537
- base: string;
538
- lg: string;
539
- xl: string;
540
- '2xl': string;
541
- '3xl': string;
542
- '4xl': string;
543
- '5xl': string;
544
- '6xl': string;
545
- '7xl': string;
546
- '8xl': string;
547
- '9xl': string;
535
+ readonly xs: "text-xs";
536
+ readonly sm: "text-sm";
537
+ readonly base: "text-base";
538
+ readonly lg: "text-lg";
539
+ readonly xl: "text-xl";
540
+ readonly '2xl': "text-2xl";
541
+ readonly '3xl': "text-3xl";
542
+ readonly '4xl': "text-4xl";
543
+ readonly '5xl': "text-5xl";
544
+ readonly '6xl': "text-6xl";
545
+ readonly '7xl': "text-7xl";
546
+ readonly '8xl': "text-8xl";
547
+ readonly '9xl': "text-9xl";
548
548
  };
549
549
  declare const textStyle: {
550
- italic: string;
551
- normal: string;
550
+ readonly italic: "italic";
551
+ readonly normal: "not-italic";
552
552
  };
553
553
  declare const textWrap: {
554
- wrap: string;
555
- noWrap: string;
556
- balance: string;
557
- pretty: string;
554
+ readonly wrap: "text-wrap";
555
+ readonly noWrap: "text-nowrap";
556
+ readonly balance: "text-balance";
557
+ readonly pretty: "text-pretty";
558
+ };
559
+ declare const whiteSpace: {
560
+ normal: string;
561
+ nowrap: string;
562
+ pre: string;
563
+ preLine: string;
564
+ preWrap: string;
565
+ breakSpaces: string;
558
566
  };
559
567
  declare const gapSpace: {
560
- 0: string;
561
- '0.5': string;
562
- 1: string;
563
- '1.5': string;
564
- 2: string;
565
- '2.5': string;
566
- 3: string;
567
- '3.5': string;
568
- 4: string;
569
- 5: string;
570
- 6: string;
571
- 7: string;
572
- 8: string;
573
- 9: string;
574
- 10: string;
575
- 11: string;
576
- 12: string;
577
- 14: string;
578
- 16: string;
579
- 20: string;
580
- 24: string;
581
- 28: string;
582
- 32: string;
583
- 36: string;
584
- 40: string;
585
- 44: string;
586
- 48: string;
587
- 52: string;
588
- 56: string;
589
- 60: string;
590
- 64: string;
591
- 72: string;
592
- 80: string;
593
- 96: string;
568
+ readonly 0: "gap-0";
569
+ readonly '0.5': "gap-0.5";
570
+ readonly 1: "gap-1";
571
+ readonly '1.5': "gap-1.5";
572
+ readonly 2: "gap-2";
573
+ readonly '2.5': "gap-2.5";
574
+ readonly 3: "gap-3";
575
+ readonly '3.5': "gap-3.5";
576
+ readonly 4: "gap-4";
577
+ readonly 5: "gap-5";
578
+ readonly 6: "gap-6";
579
+ readonly 7: "gap-7";
580
+ readonly 8: "gap-8";
581
+ readonly 9: "gap-9";
582
+ readonly 10: "gap-10";
583
+ readonly 11: "gap-11";
584
+ readonly 12: "gap-12";
585
+ readonly 14: "gap-14";
586
+ readonly 16: "gap-16";
587
+ readonly 20: "gap-20";
588
+ readonly 24: "gap-24";
589
+ readonly 28: "gap-28";
590
+ readonly 32: "gap-32";
591
+ readonly 36: "gap-36";
592
+ readonly 40: "gap-40";
593
+ readonly 44: "gap-44";
594
+ readonly 48: "gap-48";
595
+ readonly 52: "gap-52";
596
+ readonly 56: "gap-56";
597
+ readonly 60: "gap-60";
598
+ readonly 64: "gap-64";
599
+ readonly 72: "gap-72";
600
+ readonly 80: "gap-80";
601
+ readonly 96: "gap-96";
594
602
  };
595
603
  declare const paddingSpace: {
596
- 0: string;
597
- '0.5': string;
598
- 1: string;
599
- '1.5': string;
600
- 2: string;
601
- '2.5': string;
602
- 3: string;
603
- '3.5': string;
604
- 4: string;
605
- 5: string;
606
- 6: string;
607
- 7: string;
608
- 8: string;
609
- 9: string;
610
- 10: string;
611
- 11: string;
612
- 12: string;
613
- 14: string;
614
- 16: string;
615
- 20: string;
616
- 24: string;
617
- 28: string;
618
- 32: string;
619
- 36: string;
620
- 40: string;
621
- 44: string;
622
- 48: string;
623
- 52: string;
624
- 56: string;
625
- 60: string;
626
- 64: string;
627
- 72: string;
628
- 80: string;
629
- 96: string;
604
+ readonly 0: "p-0";
605
+ readonly '0.5': "p-0.5";
606
+ readonly 1: "p-1";
607
+ readonly '1.5': "p-1.5";
608
+ readonly 2: "p-2";
609
+ readonly '2.5': "p-2.5";
610
+ readonly 3: "p-3";
611
+ readonly '3.5': "p-3.5";
612
+ readonly 4: "p-4";
613
+ readonly 5: "p-5";
614
+ readonly 6: "p-6";
615
+ readonly 7: "p-7";
616
+ readonly 8: "p-8";
617
+ readonly 9: "p-9";
618
+ readonly 10: "p-10";
619
+ readonly 11: "p-11";
620
+ readonly 12: "p-12";
621
+ readonly 14: "p-14";
622
+ readonly 16: "p-16";
623
+ readonly 20: "p-20";
624
+ readonly 24: "p-24";
625
+ readonly 28: "p-28";
626
+ readonly 32: "p-32";
627
+ readonly 36: "p-36";
628
+ readonly 40: "p-40";
629
+ readonly 44: "p-44";
630
+ readonly 48: "p-48";
631
+ readonly 52: "p-52";
632
+ readonly 56: "p-56";
633
+ readonly 60: "p-60";
634
+ readonly 64: "p-64";
635
+ readonly 72: "p-72";
636
+ readonly 80: "p-80";
637
+ readonly 96: "p-96";
630
638
  };
631
639
  declare const paddingSpaceX: {
632
- 0: string;
633
- '0.5': string;
634
- 1: string;
635
- '1.5': string;
636
- 2: string;
637
- '2.5': string;
638
- 3: string;
639
- '3.5': string;
640
- 4: string;
641
- 5: string;
642
- 6: string;
643
- 7: string;
644
- 8: string;
645
- 9: string;
646
- 10: string;
647
- 11: string;
648
- 12: string;
649
- 14: string;
650
- 16: string;
651
- 20: string;
652
- 24: string;
653
- 28: string;
654
- 32: string;
655
- 36: string;
656
- 40: string;
657
- 44: string;
658
- 48: string;
659
- 52: string;
660
- 56: string;
661
- 60: string;
662
- 64: string;
663
- 72: string;
664
- 80: string;
665
- 96: string;
640
+ readonly 0: "px-0";
641
+ readonly '0.5': "px-0.5";
642
+ readonly 1: "px-1";
643
+ readonly '1.5': "px-1.5";
644
+ readonly 2: "px-2";
645
+ readonly '2.5': "px-2.5";
646
+ readonly 3: "px-3";
647
+ readonly '3.5': "px-3.5";
648
+ readonly 4: "px-4";
649
+ readonly 5: "px-5";
650
+ readonly 6: "px-6";
651
+ readonly 7: "px-7";
652
+ readonly 8: "px-8";
653
+ readonly 9: "px-9";
654
+ readonly 10: "px-10";
655
+ readonly 11: "px-11";
656
+ readonly 12: "px-12";
657
+ readonly 14: "px-14";
658
+ readonly 16: "px-16";
659
+ readonly 20: "px-20";
660
+ readonly 24: "px-24";
661
+ readonly 28: "px-28";
662
+ readonly 32: "px-32";
663
+ readonly 36: "px-36";
664
+ readonly 40: "px-40";
665
+ readonly 44: "px-44";
666
+ readonly 48: "px-48";
667
+ readonly 52: "px-52";
668
+ readonly 56: "px-56";
669
+ readonly 60: "px-60";
670
+ readonly 64: "px-64";
671
+ readonly 72: "px-72";
672
+ readonly 80: "px-80";
673
+ readonly 96: "px-96";
666
674
  };
667
675
  declare const paddingSpaceY: {
668
- 0: string;
669
- '0.5': string;
670
- 1: string;
671
- '1.5': string;
672
- 2: string;
673
- '2.5': string;
674
- 3: string;
675
- '3.5': string;
676
- 4: string;
677
- 5: string;
678
- 6: string;
679
- 7: string;
680
- 8: string;
681
- 9: string;
682
- 10: string;
683
- 11: string;
684
- 12: string;
685
- 14: string;
686
- 16: string;
687
- 20: string;
688
- 24: string;
689
- 28: string;
690
- 32: string;
691
- 36: string;
692
- 40: string;
693
- 44: string;
694
- 48: string;
695
- 52: string;
696
- 56: string;
697
- 60: string;
698
- 64: string;
699
- 72: string;
700
- 80: string;
701
- 96: string;
676
+ readonly 0: "py-0";
677
+ readonly '0.5': "py-0.5";
678
+ readonly 1: "py-1";
679
+ readonly '1.5': "py-1.5";
680
+ readonly 2: "py-2";
681
+ readonly '2.5': "py-2.5";
682
+ readonly 3: "py-3";
683
+ readonly '3.5': "py-3.5";
684
+ readonly 4: "py-4";
685
+ readonly 5: "py-5";
686
+ readonly 6: "py-6";
687
+ readonly 7: "py-7";
688
+ readonly 8: "py-8";
689
+ readonly 9: "py-9";
690
+ readonly 10: "py-10";
691
+ readonly 11: "py-11";
692
+ readonly 12: "py-12";
693
+ readonly 14: "py-14";
694
+ readonly 16: "py-16";
695
+ readonly 20: "py-20";
696
+ readonly 24: "py-24";
697
+ readonly 28: "py-28";
698
+ readonly 32: "py-32";
699
+ readonly 36: "py-36";
700
+ readonly 40: "py-40";
701
+ readonly 44: "py-44";
702
+ readonly 48: "py-48";
703
+ readonly 52: "py-52";
704
+ readonly 56: "py-56";
705
+ readonly 60: "py-60";
706
+ readonly 64: "py-64";
707
+ readonly 72: "py-72";
708
+ readonly 80: "py-80";
709
+ readonly 96: "py-96";
702
710
  };
703
711
  declare const paddingRight: {
704
- 0: string;
705
- '0.5': string;
706
- 1: string;
707
- '1.5': string;
708
- 2: string;
709
- '2.5': string;
710
- 3: string;
711
- '3.5': string;
712
- 4: string;
713
- 5: string;
714
- 6: string;
715
- 7: string;
716
- 8: string;
717
- 9: string;
718
- 10: string;
719
- 11: string;
720
- 12: string;
721
- 14: string;
722
- 16: string;
723
- 20: string;
724
- 24: string;
725
- 28: string;
726
- 32: string;
727
- 36: string;
728
- 40: string;
729
- 44: string;
730
- 48: string;
731
- 52: string;
732
- 56: string;
733
- 60: string;
734
- 64: string;
735
- 72: string;
736
- 80: string;
737
- 96: string;
712
+ readonly 0: "pr-0";
713
+ readonly '0.5': "pr-0.5";
714
+ readonly 1: "pr-1";
715
+ readonly '1.5': "pr-1.5";
716
+ readonly 2: "pr-2";
717
+ readonly '2.5': "pr-2.5";
718
+ readonly 3: "pr-3";
719
+ readonly '3.5': "pr-3.5";
720
+ readonly 4: "pr-4";
721
+ readonly 5: "pr-5";
722
+ readonly 6: "pr-6";
723
+ readonly 7: "pr-7";
724
+ readonly 8: "pr-8";
725
+ readonly 9: "pr-9";
726
+ readonly 10: "pr-10";
727
+ readonly 11: "pr-11";
728
+ readonly 12: "pr-12";
729
+ readonly 14: "pr-14";
730
+ readonly 16: "pr-16";
731
+ readonly 20: "pr-20";
732
+ readonly 24: "pr-24";
733
+ readonly 28: "pr-28";
734
+ readonly 32: "pr-32";
735
+ readonly 36: "pr-36";
736
+ readonly 40: "pr-40";
737
+ readonly 44: "pr-44";
738
+ readonly 48: "pr-48";
739
+ readonly 52: "pr-52";
740
+ readonly 56: "pr-56";
741
+ readonly 60: "pr-60";
742
+ readonly 64: "pr-64";
743
+ readonly 72: "pr-72";
744
+ readonly 80: "pr-80";
745
+ readonly 96: "pr-96";
738
746
  };
739
747
  declare const paddingLeft: {
740
- 0: string;
741
- '0.5': string;
742
- 1: string;
743
- '1.5': string;
744
- 2: string;
745
- '2.5': string;
746
- 3: string;
747
- '3.5': string;
748
- 4: string;
749
- 5: string;
750
- 6: string;
751
- 7: string;
752
- 8: string;
753
- 9: string;
754
- 10: string;
755
- 11: string;
756
- 12: string;
757
- 14: string;
758
- 16: string;
759
- 20: string;
760
- 24: string;
761
- 28: string;
762
- 32: string;
763
- 36: string;
764
- 40: string;
765
- 44: string;
766
- 48: string;
767
- 52: string;
768
- 56: string;
769
- 60: string;
770
- 64: string;
771
- 72: string;
772
- 80: string;
773
- 96: string;
748
+ readonly 0: "pl-0";
749
+ readonly '0.5': "pl-0.5";
750
+ readonly 1: "pl-1";
751
+ readonly '1.5': "pl-1.5";
752
+ readonly 2: "pl-2";
753
+ readonly '2.5': "pl-2.5";
754
+ readonly 3: "pl-3";
755
+ readonly '3.5': "pl-3.5";
756
+ readonly 4: "pl-4";
757
+ readonly 5: "pl-5";
758
+ readonly 6: "pl-6";
759
+ readonly 7: "pl-7";
760
+ readonly 8: "pl-8";
761
+ readonly 9: "pl-9";
762
+ readonly 10: "pl-10";
763
+ readonly 11: "pl-11";
764
+ readonly 12: "pl-12";
765
+ readonly 14: "pl-14";
766
+ readonly 16: "pl-16";
767
+ readonly 20: "pl-20";
768
+ readonly 24: "pl-24";
769
+ readonly 28: "pl-28";
770
+ readonly 32: "pl-32";
771
+ readonly 36: "pl-36";
772
+ readonly 40: "pl-40";
773
+ readonly 44: "pl-44";
774
+ readonly 48: "pl-48";
775
+ readonly 52: "pl-52";
776
+ readonly 56: "pl-56";
777
+ readonly 60: "pl-60";
778
+ readonly 64: "pl-64";
779
+ readonly 72: "pl-72";
780
+ readonly 80: "pl-80";
781
+ readonly 96: "pl-96";
774
782
  };
775
783
  declare const paddingTop: {
776
- 0: string;
777
- '0.5': string;
778
- 1: string;
779
- '1.5': string;
780
- 2: string;
781
- '2.5': string;
782
- 3: string;
783
- '3.5': string;
784
- 4: string;
785
- 5: string;
786
- 6: string;
787
- 7: string;
788
- 8: string;
789
- 9: string;
790
- 10: string;
791
- 11: string;
792
- 12: string;
793
- 14: string;
794
- 16: string;
795
- 20: string;
796
- 24: string;
797
- 28: string;
798
- 32: string;
799
- 36: string;
800
- 40: string;
801
- 44: string;
802
- 48: string;
803
- 52: string;
804
- 56: string;
805
- 60: string;
806
- 64: string;
807
- 72: string;
808
- 80: string;
809
- 96: string;
784
+ readonly 0: "pt-0";
785
+ readonly '0.5': "pt-0.5";
786
+ readonly 1: "pt-1";
787
+ readonly '1.5': "pt-1.5";
788
+ readonly 2: "pt-2";
789
+ readonly '2.5': "pt-2.5";
790
+ readonly 3: "pt-3";
791
+ readonly '3.5': "pt-3.5";
792
+ readonly 4: "pt-4";
793
+ readonly 5: "pt-5";
794
+ readonly 6: "pt-6";
795
+ readonly 7: "pt-7";
796
+ readonly 8: "pt-8";
797
+ readonly 9: "pt-9";
798
+ readonly 10: "pt-10";
799
+ readonly 11: "pt-11";
800
+ readonly 12: "pt-12";
801
+ readonly 14: "pt-14";
802
+ readonly 16: "pt-16";
803
+ readonly 20: "pt-20";
804
+ readonly 24: "pt-24";
805
+ readonly 28: "pt-28";
806
+ readonly 32: "pt-32";
807
+ readonly 36: "pt-36";
808
+ readonly 40: "pt-40";
809
+ readonly 44: "pt-44";
810
+ readonly 48: "pt-48";
811
+ readonly 52: "pt-52";
812
+ readonly 56: "pt-56";
813
+ readonly 60: "pt-60";
814
+ readonly 64: "pt-64";
815
+ readonly 72: "pt-72";
816
+ readonly 80: "pt-80";
817
+ readonly 96: "pt-96";
810
818
  };
811
819
  declare const paddingBottom: {
812
- 0: string;
813
- '0.5': string;
814
- 1: string;
815
- '1.5': string;
816
- 2: string;
817
- '2.5': string;
818
- 3: string;
819
- '3.5': string;
820
- 4: string;
821
- 5: string;
822
- 6: string;
823
- 7: string;
824
- 8: string;
825
- 9: string;
826
- 10: string;
827
- 11: string;
828
- 12: string;
829
- 14: string;
830
- 16: string;
831
- 20: string;
832
- 24: string;
833
- 28: string;
834
- 32: string;
835
- 36: string;
836
- 40: string;
837
- 44: string;
838
- 48: string;
839
- 52: string;
840
- 56: string;
841
- 60: string;
842
- 64: string;
843
- 72: string;
844
- 80: string;
845
- 96: string;
820
+ readonly 0: "pb-0";
821
+ readonly '0.5': "pb-0.5";
822
+ readonly 1: "pb-1";
823
+ readonly '1.5': "pb-1.5";
824
+ readonly 2: "pb-2";
825
+ readonly '2.5': "pb-2.5";
826
+ readonly 3: "pb-3";
827
+ readonly '3.5': "pb-3.5";
828
+ readonly 4: "pb-4";
829
+ readonly 5: "pb-5";
830
+ readonly 6: "pb-6";
831
+ readonly 7: "pb-7";
832
+ readonly 8: "pb-8";
833
+ readonly 9: "pb-9";
834
+ readonly 10: "pb-10";
835
+ readonly 11: "pb-11";
836
+ readonly 12: "pb-12";
837
+ readonly 14: "pb-14";
838
+ readonly 16: "pb-16";
839
+ readonly 20: "pb-20";
840
+ readonly 24: "pb-24";
841
+ readonly 28: "pb-28";
842
+ readonly 32: "pb-32";
843
+ readonly 36: "pb-36";
844
+ readonly 40: "pb-40";
845
+ readonly 44: "pb-44";
846
+ readonly 48: "pb-48";
847
+ readonly 52: "pb-52";
848
+ readonly 56: "pb-56";
849
+ readonly 60: "pb-60";
850
+ readonly 64: "pb-64";
851
+ readonly 72: "pb-72";
852
+ readonly 80: "pb-80";
853
+ readonly 96: "pb-96";
846
854
  };
847
855
  declare const alignment: {
848
- vertical: {
849
- alignmentX: {
850
- left: string;
851
- center: string;
852
- right: string;
856
+ readonly vertical: {
857
+ readonly alignmentX: {
858
+ readonly left: "items-start";
859
+ readonly center: "items-center";
860
+ readonly right: "items-end";
853
861
  };
854
- alignmentY: {
855
- top: string;
856
- center: string;
857
- bottom: string;
862
+ readonly alignmentY: {
863
+ readonly top: "justify-start";
864
+ readonly center: "justify-center";
865
+ readonly bottom: "justify-end";
866
+ readonly between: "justify-between";
867
+ readonly around: "justify-around";
868
+ readonly evenly: "justify-evenly";
858
869
  };
859
870
  };
860
- horizontal: {
861
- alignmentY: {
862
- top: string;
863
- center: string;
864
- bottom: string;
871
+ readonly horizontal: {
872
+ readonly alignmentY: {
873
+ readonly top: "items-start";
874
+ readonly center: "items-center";
875
+ readonly bottom: "items-end";
865
876
  };
866
- alignmentX: {
867
- left: string;
868
- center: string;
869
- right: string;
877
+ readonly alignmentX: {
878
+ readonly left: "justify-start";
879
+ readonly center: "justify-center";
880
+ readonly right: "justify-end";
881
+ readonly between: "justify-between";
882
+ readonly around: "justify-around";
883
+ readonly evenly: "justify-evenly";
870
884
  };
871
885
  };
872
886
  };
873
887
  declare const placeItems: {
874
- none: undefined;
875
- left: string;
876
- center: string;
877
- right: string;
888
+ readonly none: undefined;
889
+ readonly left: "place-items-start";
890
+ readonly center: "place-items-center";
891
+ readonly right: "place-items-end";
878
892
  };
879
893
  declare const textAlign: {
880
- none: undefined;
881
- left: string;
882
- center: string;
883
- right: string;
894
+ readonly none: undefined;
895
+ readonly left: "text-left";
896
+ readonly center: "text-center";
897
+ readonly right: "text-right";
884
898
  };
885
899
  declare const aspect: {
886
- square: string;
887
- landscape: string;
888
- portrait: string;
889
- widescreen: string;
890
- ultrawide: string;
891
- golden: string;
900
+ readonly square: "aspect-[1]";
901
+ readonly landscape: "aspect-4/3";
902
+ readonly portrait: "aspect-3/4";
903
+ readonly widescreen: "aspect-16/9";
904
+ readonly ultrawide: "aspect-18/5";
905
+ readonly golden: "aspect-[1.6180/1]";
892
906
  };
893
907
  declare const cursorStyle: {
894
- auto: string;
895
- default: string;
896
- pointer: string;
897
- wait: string;
898
- text: string;
899
- move: string;
900
- help: string;
901
- notAllowed: string;
902
- none: string;
903
- progress: string;
904
- cell: string;
905
- crosshair: string;
906
- vertical: string;
907
- alias: string;
908
- copy: string;
909
- noDrop: string;
910
- grap: string;
911
- grapping: string;
912
- scroll: string;
913
- colResize: string;
914
- rowResize: string;
915
- ewResize: string;
916
- nsResize: string;
917
- zoomIn: string;
918
- zoomOut: string;
908
+ readonly auto: "cursor-auto";
909
+ readonly default: "cursor-default";
910
+ readonly pointer: "cursor-pointer";
911
+ readonly wait: "cursor-wait";
912
+ readonly text: "cursor-text";
913
+ readonly move: "cursor-move";
914
+ readonly help: "cursor-help";
915
+ readonly notAllowed: "cursor-not-allowed";
916
+ readonly none: "cursor-none";
917
+ readonly progress: "cursor-progress";
918
+ readonly cell: "cursor-cell";
919
+ readonly crosshair: "cursor-crosshair";
920
+ readonly vertical: "cursor-vertical-text";
921
+ readonly alias: "cursor-alias";
922
+ readonly copy: "cursor-copy";
923
+ readonly noDrop: "cursor-no-drop";
924
+ readonly grap: "cursor-grab";
925
+ readonly grapping: "cursor-grapping";
926
+ readonly scroll: "cursor-all-scroll";
927
+ readonly colResize: "cursor-col-resize";
928
+ readonly rowResize: "cursor-row-resize";
929
+ readonly ewResize: "cursor-ew-resize";
930
+ readonly nsResize: "cursor-ns-resize";
931
+ readonly zoomIn: "cursor-zoom-in";
932
+ readonly zoomOut: "cursor-zoom-out";
919
933
  };
920
934
  type AspectProp = {
921
935
  ratio?: keyof typeof aspect;
@@ -950,6 +964,12 @@ type TextWrapProp = {
950
964
  */
951
965
  wrap?: keyof typeof textWrap;
952
966
  };
967
+ type WhiteSpaceProps = {
968
+ /**
969
+ * Set how white space inside the element is handled.
970
+ */
971
+ whiteSpace?: keyof typeof whiteSpace;
972
+ };
953
973
  type FontWeightProp = {
954
974
  /**
955
975
  * Set the font weight for the text element. You can see allowed tokens [here](../../foundations/design-tokens?theme=core#typography).
@@ -1041,4 +1061,4 @@ type HeightProp = {
1041
1061
  height?: keyof typeof height;
1042
1062
  };
1043
1063
 
1044
- export { type AlignmentProp, type AspectProp, type ComponentClassNames, type ComponentNames, type ComponentState, type ComponentStyleFunction, type Config, type ConfigSchema, type ConfigVariants, type ConfigVariantsMulti, type CursorProp, DateFormat, type FontSizeProp, type FontStyleProp, type FontWeightProp, type GapSpaceProp, type HeightProp, type MaxWidthProp, type NestedStringObject, type NumerFormatterOptions, NumericFormat, type PaddingBottomProp, type PaddingLeftProp, type PaddingRightProp, type PaddingSpaceProp, type PaddingSpacePropX, type PaddingSpacePropY, type PaddingTopProp, type PlaceItemsProp, type Props, SVG, type SVGProps, type StateAttrKeyProps, type StateAttrProps, type StylesProps, type TextAlignProp, type TextWrapProp, type Theme, type ThemeComponent, type ThemeComponentParts, ThemeProvider, type ThemeProviderProps, type UseClassNamesProps, type UseStateProps, type WidthProp, alignment, aspect, cn, createVar, cursorStyle, cva, defaultTheme, ensureCssVar, extendTheme, fontWeight, gapSpace, get, height, isValidCssCustomPropertyName, maxWidth, paddingBottom, paddingLeft, paddingRight, paddingSpace, paddingSpaceX, paddingSpaceY, paddingTop, placeItems, textAlign, textSize, textStyle, textWrap, useClassNames, useResponsiveValue, useSmallScreen, useStateProps, useTheme, width };
1064
+ export { type AlignmentProp, type AspectProp, type ComponentClassNames, type ComponentNames, type ComponentState, type ComponentStyleFunction, type Config, type ConfigSchema, type ConfigVariants, type ConfigVariantsMulti, type CursorProp, DateFormat, type FontSizeProp, type FontStyleProp, type FontWeightProp, type GapSpaceProp, type HeightProp, type MaxWidthProp, type NestedStringObject, type NumerFormatterOptions, NumericFormat, type PaddingBottomProp, type PaddingLeftProp, type PaddingRightProp, type PaddingSpaceProp, type PaddingSpacePropX, type PaddingSpacePropY, type PaddingTopProp, type PlaceItemsProp, type Props, SVG, type SVGProps, type StateAttrKeyProps, type StateAttrProps, type StylesProps, type TextAlignProp, type TextWrapProp, type Theme, type ThemeComponent, type ThemeComponentParts, ThemeProvider, type ThemeProviderProps, type UseClassNamesProps, type UseStateProps, type WhiteSpaceProps, type WidthProp, alignment, aspect, cn, createVar, cursorStyle, cva, defaultTheme, ensureCssVar, extendTheme, fontWeight, gapSpace, get, height, isValidCssCustomPropertyName, maxWidth, paddingBottom, paddingLeft, paddingRight, paddingSpace, paddingSpaceX, paddingSpaceY, paddingTop, placeItems, textAlign, textSize, textStyle, textWrap, useClassNames, useResponsiveValue, useSmallScreen, useStateProps, useTheme, whiteSpace, width };