@x-plat/design-system 0.5.43 → 0.5.45
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/components/index.css +538 -0
- package/dist/index.css +538 -0
- package/dist/layout/index.css +538 -0
- package/package.json +1 -1
|
@@ -438,6 +438,7 @@
|
|
|
438
438
|
--semantic-text-subtle: var(--brand-neutral-700);
|
|
439
439
|
--semantic-text-muted: var(--brand-neutral-500);
|
|
440
440
|
--semantic-text-brand: var(--brand-primary-700);
|
|
441
|
+
--semantic-text-brand-secondary: var(--brand-secondary-700);
|
|
441
442
|
--semantic-text-disabled: var(--brand-neutral-400);
|
|
442
443
|
--semantic-text-inverse: var(--brand-base-white);
|
|
443
444
|
--semantic-text-success: var(--system-success-700);
|
|
@@ -455,6 +456,9 @@
|
|
|
455
456
|
--semantic-surface-brand-subtle: var(--brand-primary-50);
|
|
456
457
|
--semantic-surface-brand-default: var(--brand-primary-600);
|
|
457
458
|
--semantic-surface-brand-strong: var(--brand-primary-700);
|
|
459
|
+
--semantic-surface-brand-secondary-subtle: var(--brand-secondary-50);
|
|
460
|
+
--semantic-surface-brand-secondary-default: var(--brand-secondary-600);
|
|
461
|
+
--semantic-surface-brand-secondary-strong: var(--brand-secondary-700);
|
|
458
462
|
--semantic-surface-success-subtle: var(--system-success-50);
|
|
459
463
|
--semantic-surface-success-default: var(--system-success-400);
|
|
460
464
|
--semantic-surface-success-strong: var(--system-success-700);
|
|
@@ -472,6 +476,7 @@
|
|
|
472
476
|
--semantic-border-strong: var(--brand-neutral-400);
|
|
473
477
|
--semantic-border-disabled: var(--brand-neutral-300);
|
|
474
478
|
--semantic-border-brand: var(--brand-primary-600);
|
|
479
|
+
--semantic-border-brand-secondary: var(--brand-secondary-600);
|
|
475
480
|
--semantic-border-success: var(--system-success-300);
|
|
476
481
|
--semantic-border-error: var(--system-error-300);
|
|
477
482
|
--semantic-border-warning: var(--system-warning-300);
|
|
@@ -480,12 +485,14 @@
|
|
|
480
485
|
--semantic-icon-subtle: var(--brand-neutral-500);
|
|
481
486
|
--semantic-icon-inverse: var(--brand-base-white);
|
|
482
487
|
--semantic-icon-brand: var(--brand-primary-600);
|
|
488
|
+
--semantic-icon-brand-secondary: var(--brand-secondary-600);
|
|
483
489
|
--semantic-icon-success: var(--system-success-600);
|
|
484
490
|
--semantic-icon-error: var(--system-error-600);
|
|
485
491
|
--semantic-icon-warning: var(--system-warning-600);
|
|
486
492
|
--semantic-icon-info: var(--system-info-600);
|
|
487
493
|
--semantic-icon-disabled: var(--brand-neutral-300);
|
|
488
494
|
--semantic-emphasis-brand: var(--brand-primary-800);
|
|
495
|
+
--semantic-emphasis-brand-secondary: var(--brand-secondary-800);
|
|
489
496
|
--semantic-emphasis-success: var(--system-success-800);
|
|
490
497
|
--semantic-emphasis-error: var(--system-error-800);
|
|
491
498
|
--semantic-emphasis-warning: var(--system-warning-800);
|
|
@@ -528,6 +535,516 @@
|
|
|
528
535
|
--semantic-categorical-8-fill: var(--brand-categorical-8-400);
|
|
529
536
|
--semantic-categorical-8-text: var(--brand-categorical-8-600);
|
|
530
537
|
}
|
|
538
|
+
:root {
|
|
539
|
+
--typo-font-family-sans:
|
|
540
|
+
Pretendard,
|
|
541
|
+
-apple-system,
|
|
542
|
+
sans-serif;
|
|
543
|
+
--typo-font-family-serif:
|
|
544
|
+
Noto Serif KR,
|
|
545
|
+
Georgia,
|
|
546
|
+
serif;
|
|
547
|
+
--typo-font-family-suit:
|
|
548
|
+
SUIT,
|
|
549
|
+
-apple-system,
|
|
550
|
+
sans-serif;
|
|
551
|
+
--typo-weight-regular: 400;
|
|
552
|
+
--typo-weight-medium: 500;
|
|
553
|
+
--typo-weight-semibold: 600;
|
|
554
|
+
--typo-weight-bold: 700;
|
|
555
|
+
--typo-size-display-1: 48px;
|
|
556
|
+
--typo-size-display-2: 36px;
|
|
557
|
+
--typo-size-title-1: 28px;
|
|
558
|
+
--typo-size-title-2: 24px;
|
|
559
|
+
--typo-size-heading-1: 20px;
|
|
560
|
+
--typo-size-heading-2: 18px;
|
|
561
|
+
--typo-size-compact-body-1: 17px;
|
|
562
|
+
--typo-size-compact-body-2: 15px;
|
|
563
|
+
--typo-size-compact-label-1: 14px;
|
|
564
|
+
--typo-size-compact-label-2: 12px;
|
|
565
|
+
--typo-size-compact-caption-1: 11px;
|
|
566
|
+
--typo-size-compact-caption-2: 11px;
|
|
567
|
+
--typo-size-default-body-1: 18px;
|
|
568
|
+
--typo-size-default-body-2: 17px;
|
|
569
|
+
--typo-size-default-label-1: 16px;
|
|
570
|
+
--typo-size-default-label-2: 14px;
|
|
571
|
+
--typo-size-default-caption-1: 13px;
|
|
572
|
+
--typo-size-default-caption-2: 12px;
|
|
573
|
+
--typo-size-airy-body-1: 20px;
|
|
574
|
+
--typo-size-airy-body-2: 19px;
|
|
575
|
+
--typo-size-airy-label-1: 18px;
|
|
576
|
+
--typo-size-airy-label-2: 16px;
|
|
577
|
+
--typo-size-airy-caption-1: 14px;
|
|
578
|
+
--typo-size-airy-caption-2: 13px;
|
|
579
|
+
--typo-lh-display-1: 62px;
|
|
580
|
+
--typo-lh-display-2: 48px;
|
|
581
|
+
--typo-lh-title-1: 38px;
|
|
582
|
+
--typo-lh-title-2: 34px;
|
|
583
|
+
--typo-lh-compact-heading-1: 26px;
|
|
584
|
+
--typo-lh-compact-heading-2: 24px;
|
|
585
|
+
--typo-lh-compact-body-1: 24px;
|
|
586
|
+
--typo-lh-compact-body-2: 22px;
|
|
587
|
+
--typo-lh-compact-label-1: 20px;
|
|
588
|
+
--typo-lh-compact-label-2: 18px;
|
|
589
|
+
--typo-lh-compact-caption-1: 16px;
|
|
590
|
+
--typo-lh-compact-caption-2: 16px;
|
|
591
|
+
--typo-lh-default-heading-1: 30px;
|
|
592
|
+
--typo-lh-default-heading-2: 28px;
|
|
593
|
+
--typo-lh-default-body-1: 26px;
|
|
594
|
+
--typo-lh-default-body-2: 24px;
|
|
595
|
+
--typo-lh-default-label-1: 24px;
|
|
596
|
+
--typo-lh-default-label-2: 22px;
|
|
597
|
+
--typo-lh-default-caption-1: 18px;
|
|
598
|
+
--typo-lh-default-caption-2: 18px;
|
|
599
|
+
--typo-lh-airy-heading-1: 34px;
|
|
600
|
+
--typo-lh-airy-heading-2: 32px;
|
|
601
|
+
--typo-lh-airy-body-1: 30px;
|
|
602
|
+
--typo-lh-airy-body-2: 28px;
|
|
603
|
+
--typo-lh-airy-label-1: 28px;
|
|
604
|
+
--typo-lh-airy-label-2: 26px;
|
|
605
|
+
--typo-lh-airy-caption-1: 22px;
|
|
606
|
+
--typo-lh-airy-caption-2: 20px;
|
|
607
|
+
--typo-ls-tight: -0.02em;
|
|
608
|
+
--typo-ls-normal: 0;
|
|
609
|
+
--typo-ls-wide: 0.02em;
|
|
610
|
+
--typo-brand-font-family-font: var(--typo-font-family-sans);
|
|
611
|
+
--typo-brand-size-display-1: var(--typo-size-display-1);
|
|
612
|
+
--typo-brand-size-display-2: var(--typo-size-display-2);
|
|
613
|
+
--typo-brand-size-title-1: var(--typo-size-title-1);
|
|
614
|
+
--typo-brand-size-title-2: var(--typo-size-title-2);
|
|
615
|
+
--typo-brand-size-heading-1: var(--typo-size-heading-1);
|
|
616
|
+
--typo-brand-size-heading-2: var(--typo-size-heading-2);
|
|
617
|
+
--typo-brand-size-body-1: var(--typo-size-default-body-1);
|
|
618
|
+
--typo-brand-size-body-2: var(--typo-size-default-body-2);
|
|
619
|
+
--typo-brand-size-label-1: var(--typo-size-default-label-1);
|
|
620
|
+
--typo-brand-size-label-2: var(--typo-size-default-label-2);
|
|
621
|
+
--typo-brand-size-caption-1: var(--typo-size-default-caption-1);
|
|
622
|
+
--typo-brand-size-caption-2: var(--typo-size-default-caption-2);
|
|
623
|
+
--typo-brand-line-height-display-1: var(--typo-lh-display-1);
|
|
624
|
+
--typo-brand-line-height-display-2: var(--typo-lh-display-2);
|
|
625
|
+
--typo-brand-line-height-title-1: var(--typo-lh-title-1);
|
|
626
|
+
--typo-brand-line-height-title-2: var(--typo-lh-title-2);
|
|
627
|
+
--typo-brand-line-height-heading-1: var(--typo-lh-default-heading-1);
|
|
628
|
+
--typo-brand-line-height-heading-2: var(--typo-lh-default-heading-2);
|
|
629
|
+
--typo-brand-line-height-body-1: var(--typo-lh-default-body-1);
|
|
630
|
+
--typo-brand-line-height-body-2: var(--typo-lh-default-body-2);
|
|
631
|
+
--typo-brand-line-height-label-1: var(--typo-lh-default-label-1);
|
|
632
|
+
--typo-brand-line-height-label-2: var(--typo-lh-default-label-2);
|
|
633
|
+
--typo-brand-line-height-caption-1: var(--typo-lh-default-caption-1);
|
|
634
|
+
--typo-brand-line-height-caption-2: var(--typo-lh-default-caption-2);
|
|
635
|
+
--typo-brand-weight-regular: var(--typo-weight-regular);
|
|
636
|
+
--typo-brand-weight-medium: var(--typo-weight-medium);
|
|
637
|
+
--typo-brand-weight-semibold: var(--typo-weight-semibold);
|
|
638
|
+
--typo-brand-weight-bold: var(--typo-weight-bold);
|
|
639
|
+
--typo-brand-letter-spacing-display-1: var(--typo-ls-tight);
|
|
640
|
+
--typo-brand-letter-spacing-display-2: var(--typo-ls-tight);
|
|
641
|
+
--typo-brand-letter-spacing-title-1: var(--typo-ls-tight);
|
|
642
|
+
--typo-brand-letter-spacing-title-2: var(--typo-ls-tight);
|
|
643
|
+
--typo-brand-letter-spacing-heading-1: var(--typo-ls-tight);
|
|
644
|
+
--typo-brand-letter-spacing-heading-2: var(--typo-ls-tight);
|
|
645
|
+
--typo-brand-letter-spacing-body-1: var(--typo-ls-normal);
|
|
646
|
+
--typo-brand-letter-spacing-body-2: var(--typo-ls-normal);
|
|
647
|
+
--typo-brand-letter-spacing-label-1: var(--typo-ls-normal);
|
|
648
|
+
--typo-brand-letter-spacing-label-2: var(--typo-ls-wide);
|
|
649
|
+
--typo-brand-letter-spacing-caption-1: var(--typo-ls-wide);
|
|
650
|
+
--typo-brand-letter-spacing-caption-2: var(--typo-ls-wide);
|
|
651
|
+
}
|
|
652
|
+
@media (min-width: 768px) and (max-width: 1024px) {
|
|
653
|
+
:root {
|
|
654
|
+
--typo-size-display-1: 40px;
|
|
655
|
+
--typo-size-display-2: 32px;
|
|
656
|
+
--typo-size-title-1: 26px;
|
|
657
|
+
--typo-size-title-2: 22px;
|
|
658
|
+
--typo-size-heading-1: 19px;
|
|
659
|
+
--typo-size-heading-2: 17px;
|
|
660
|
+
--typo-size-compact-body-1: 16px;
|
|
661
|
+
--typo-size-compact-body-2: 15px;
|
|
662
|
+
--typo-size-compact-label-1: 14px;
|
|
663
|
+
--typo-size-compact-label-2: 12px;
|
|
664
|
+
--typo-size-compact-caption-1: 11px;
|
|
665
|
+
--typo-size-compact-caption-2: 11px;
|
|
666
|
+
--typo-size-default-body-1: 17px;
|
|
667
|
+
--typo-size-default-body-2: 16px;
|
|
668
|
+
--typo-size-default-label-1: 16px;
|
|
669
|
+
--typo-size-default-label-2: 14px;
|
|
670
|
+
--typo-size-default-caption-1: 13px;
|
|
671
|
+
--typo-size-default-caption-2: 12px;
|
|
672
|
+
--typo-size-airy-body-1: 19px;
|
|
673
|
+
--typo-size-airy-body-2: 17px;
|
|
674
|
+
--typo-size-airy-label-1: 17px;
|
|
675
|
+
--typo-size-airy-label-2: 15px;
|
|
676
|
+
--typo-size-airy-caption-1: 14px;
|
|
677
|
+
--typo-size-airy-caption-2: 13px;
|
|
678
|
+
--typo-lh-display-1: 52px;
|
|
679
|
+
--typo-lh-display-2: 42px;
|
|
680
|
+
--typo-lh-title-1: 36px;
|
|
681
|
+
--typo-lh-title-2: 32px;
|
|
682
|
+
--typo-lh-compact-heading-1: 24px;
|
|
683
|
+
--typo-lh-compact-heading-2: 22px;
|
|
684
|
+
--typo-lh-compact-body-1: 24px;
|
|
685
|
+
--typo-lh-compact-body-2: 22px;
|
|
686
|
+
--typo-lh-compact-label-1: 20px;
|
|
687
|
+
--typo-lh-compact-label-2: 18px;
|
|
688
|
+
--typo-lh-compact-caption-1: 16px;
|
|
689
|
+
--typo-lh-compact-caption-2: 16px;
|
|
690
|
+
--typo-lh-default-heading-1: 28px;
|
|
691
|
+
--typo-lh-default-heading-2: 26px;
|
|
692
|
+
--typo-lh-default-body-1: 26px;
|
|
693
|
+
--typo-lh-default-body-2: 24px;
|
|
694
|
+
--typo-lh-default-label-1: 24px;
|
|
695
|
+
--typo-lh-default-label-2: 22px;
|
|
696
|
+
--typo-lh-default-caption-1: 18px;
|
|
697
|
+
--typo-lh-default-caption-2: 18px;
|
|
698
|
+
--typo-lh-airy-heading-1: 32px;
|
|
699
|
+
--typo-lh-airy-heading-2: 28px;
|
|
700
|
+
--typo-lh-airy-body-1: 30px;
|
|
701
|
+
--typo-lh-airy-body-2: 28px;
|
|
702
|
+
--typo-lh-airy-label-1: 28px;
|
|
703
|
+
--typo-lh-airy-label-2: 26px;
|
|
704
|
+
--typo-lh-airy-caption-1: 22px;
|
|
705
|
+
--typo-lh-airy-caption-2: 20px;
|
|
706
|
+
--typo-ls-tight: -0.02em;
|
|
707
|
+
--typo-ls-normal: 0;
|
|
708
|
+
--typo-ls-wide: 0.02em;
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
@media (min-width: 0px) and (max-width: 768px) {
|
|
712
|
+
:root {
|
|
713
|
+
--typo-size-display-1: 32px;
|
|
714
|
+
--typo-size-display-2: 28px;
|
|
715
|
+
--typo-size-title-1: 24px;
|
|
716
|
+
--typo-size-title-2: 20px;
|
|
717
|
+
--typo-size-heading-1: 18px;
|
|
718
|
+
--typo-size-heading-2: 17px;
|
|
719
|
+
--typo-size-compact-body-1: 16px;
|
|
720
|
+
--typo-size-compact-body-2: 13px;
|
|
721
|
+
--typo-size-compact-label-1: 14px;
|
|
722
|
+
--typo-size-compact-label-2: 12px;
|
|
723
|
+
--typo-size-compact-caption-1: 11px;
|
|
724
|
+
--typo-size-compact-caption-2: 11px;
|
|
725
|
+
--typo-size-default-body-1: 17px;
|
|
726
|
+
--typo-size-default-body-2: 14px;
|
|
727
|
+
--typo-size-default-label-1: 16px;
|
|
728
|
+
--typo-size-default-label-2: 14px;
|
|
729
|
+
--typo-size-default-caption-1: 13px;
|
|
730
|
+
--typo-size-default-caption-2: 12px;
|
|
731
|
+
--typo-size-airy-body-1: 19px;
|
|
732
|
+
--typo-size-airy-body-2: 16px;
|
|
733
|
+
--typo-size-airy-label-1: 16px;
|
|
734
|
+
--typo-size-airy-label-2: 14px;
|
|
735
|
+
--typo-size-airy-caption-1: 14px;
|
|
736
|
+
--typo-size-airy-caption-2: 13px;
|
|
737
|
+
--typo-lh-display-1: 42px;
|
|
738
|
+
--typo-lh-display-2: 38px;
|
|
739
|
+
--typo-lh-title-1: 34px;
|
|
740
|
+
--typo-lh-title-2: 30px;
|
|
741
|
+
--typo-lh-compact-heading-1: 24px;
|
|
742
|
+
--typo-lh-compact-heading-2: 22px;
|
|
743
|
+
--typo-lh-compact-body-1: 24px;
|
|
744
|
+
--typo-lh-compact-body-2: 22px;
|
|
745
|
+
--typo-lh-compact-label-1: 20px;
|
|
746
|
+
--typo-lh-compact-label-2: 18px;
|
|
747
|
+
--typo-lh-compact-caption-1: 16px;
|
|
748
|
+
--typo-lh-compact-caption-2: 16px;
|
|
749
|
+
--typo-lh-default-heading-1: 28px;
|
|
750
|
+
--typo-lh-default-heading-2: 26px;
|
|
751
|
+
--typo-lh-default-body-1: 26px;
|
|
752
|
+
--typo-lh-default-body-2: 24px;
|
|
753
|
+
--typo-lh-default-label-1: 24px;
|
|
754
|
+
--typo-lh-default-label-2: 22px;
|
|
755
|
+
--typo-lh-default-caption-1: 18px;
|
|
756
|
+
--typo-lh-default-caption-2: 18px;
|
|
757
|
+
--typo-lh-airy-heading-1: 32px;
|
|
758
|
+
--typo-lh-airy-heading-2: 28px;
|
|
759
|
+
--typo-lh-airy-body-1: 30px;
|
|
760
|
+
--typo-lh-airy-body-2: 28px;
|
|
761
|
+
--typo-lh-airy-label-1: 28px;
|
|
762
|
+
--typo-lh-airy-label-2: 26px;
|
|
763
|
+
--typo-lh-airy-caption-1: 22px;
|
|
764
|
+
--typo-lh-airy-caption-2: 20px;
|
|
765
|
+
--typo-ls-tight: -0.01em;
|
|
766
|
+
--typo-ls-normal: 0;
|
|
767
|
+
--typo-ls-wide: 0.02em;
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
:root {
|
|
771
|
+
--semantic-typo-display-1-b-font: var(--typo-brand-font-family-font);
|
|
772
|
+
--semantic-typo-display-1-b-size: var(--typo-brand-size-display-1);
|
|
773
|
+
--semantic-typo-display-1-b-lh: var(--typo-brand-line-height-display-1);
|
|
774
|
+
--semantic-typo-display-1-b-weight: var(--typo-brand-weight-bold);
|
|
775
|
+
--semantic-typo-display-1-b-ls: var(--typo-brand-letter-spacing-display-1);
|
|
776
|
+
--semantic-typo-display-1-sb-font: var(--typo-brand-font-family-font);
|
|
777
|
+
--semantic-typo-display-1-sb-size: var(--typo-brand-size-display-1);
|
|
778
|
+
--semantic-typo-display-1-sb-lh: var(--typo-brand-line-height-display-1);
|
|
779
|
+
--semantic-typo-display-1-sb-weight: var(--typo-brand-weight-semibold);
|
|
780
|
+
--semantic-typo-display-1-sb-ls: var(--typo-brand-letter-spacing-display-1);
|
|
781
|
+
--semantic-typo-display-2-b-font: var(--typo-brand-font-family-font);
|
|
782
|
+
--semantic-typo-display-2-b-size: var(--typo-brand-size-display-2);
|
|
783
|
+
--semantic-typo-display-2-b-lh: var(--typo-brand-line-height-display-2);
|
|
784
|
+
--semantic-typo-display-2-b-weight: var(--typo-brand-weight-bold);
|
|
785
|
+
--semantic-typo-display-2-b-ls: var(--typo-brand-letter-spacing-display-2);
|
|
786
|
+
--semantic-typo-display-2-sb-font: var(--typo-brand-font-family-font);
|
|
787
|
+
--semantic-typo-display-2-sb-size: var(--typo-brand-size-display-2);
|
|
788
|
+
--semantic-typo-display-2-sb-lh: var(--typo-brand-line-height-display-2);
|
|
789
|
+
--semantic-typo-display-2-sb-weight: var(--typo-brand-weight-semibold);
|
|
790
|
+
--semantic-typo-display-2-sb-ls: var(--typo-brand-letter-spacing-display-2);
|
|
791
|
+
--semantic-typo-title-1-sb-font: var(--typo-brand-font-family-font);
|
|
792
|
+
--semantic-typo-title-1-sb-size: var(--typo-brand-size-title-1);
|
|
793
|
+
--semantic-typo-title-1-sb-lh: var(--typo-brand-line-height-title-1);
|
|
794
|
+
--semantic-typo-title-1-sb-weight: var(--typo-brand-weight-semibold);
|
|
795
|
+
--semantic-typo-title-1-sb-ls: var(--typo-brand-letter-spacing-title-1);
|
|
796
|
+
--semantic-typo-title-1-m-font: var(--typo-brand-font-family-font);
|
|
797
|
+
--semantic-typo-title-1-m-size: var(--typo-brand-size-title-1);
|
|
798
|
+
--semantic-typo-title-1-m-lh: var(--typo-brand-line-height-title-1);
|
|
799
|
+
--semantic-typo-title-1-m-weight: var(--typo-brand-weight-medium);
|
|
800
|
+
--semantic-typo-title-1-m-ls: var(--typo-brand-letter-spacing-title-1);
|
|
801
|
+
--semantic-typo-title-2-sb-font: var(--typo-brand-font-family-font);
|
|
802
|
+
--semantic-typo-title-2-sb-size: var(--typo-brand-size-title-2);
|
|
803
|
+
--semantic-typo-title-2-sb-lh: var(--typo-brand-line-height-title-2);
|
|
804
|
+
--semantic-typo-title-2-sb-weight: var(--typo-brand-weight-semibold);
|
|
805
|
+
--semantic-typo-title-2-sb-ls: var(--typo-brand-letter-spacing-title-2);
|
|
806
|
+
--semantic-typo-title-2-m-font: var(--typo-brand-font-family-font);
|
|
807
|
+
--semantic-typo-title-2-m-size: var(--typo-brand-size-title-2);
|
|
808
|
+
--semantic-typo-title-2-m-lh: var(--typo-brand-line-height-title-2);
|
|
809
|
+
--semantic-typo-title-2-m-weight: var(--typo-brand-weight-medium);
|
|
810
|
+
--semantic-typo-title-2-m-ls: var(--typo-brand-letter-spacing-title-2);
|
|
811
|
+
--semantic-typo-heading-1-sb-font: var(--typo-brand-font-family-font);
|
|
812
|
+
--semantic-typo-heading-1-sb-size: var(--typo-brand-size-heading-1);
|
|
813
|
+
--semantic-typo-heading-1-sb-lh: var(--typo-brand-line-height-heading-1);
|
|
814
|
+
--semantic-typo-heading-1-sb-weight: var(--typo-brand-weight-semibold);
|
|
815
|
+
--semantic-typo-heading-1-sb-ls: var(--typo-brand-letter-spacing-heading-1);
|
|
816
|
+
--semantic-typo-heading-1-m-font: var(--typo-brand-font-family-font);
|
|
817
|
+
--semantic-typo-heading-1-m-size: var(--typo-brand-size-heading-1);
|
|
818
|
+
--semantic-typo-heading-1-m-lh: var(--typo-brand-line-height-heading-1);
|
|
819
|
+
--semantic-typo-heading-1-m-weight: var(--typo-brand-weight-medium);
|
|
820
|
+
--semantic-typo-heading-1-m-ls: var(--typo-brand-letter-spacing-heading-1);
|
|
821
|
+
--semantic-typo-heading-2-m-font: var(--typo-brand-font-family-font);
|
|
822
|
+
--semantic-typo-heading-2-m-size: var(--typo-brand-size-heading-2);
|
|
823
|
+
--semantic-typo-heading-2-m-lh: var(--typo-brand-line-height-heading-2);
|
|
824
|
+
--semantic-typo-heading-2-m-weight: var(--typo-brand-weight-medium);
|
|
825
|
+
--semantic-typo-heading-2-m-ls: var(--typo-brand-letter-spacing-heading-2);
|
|
826
|
+
--semantic-typo-body-1-sb-font: var(--typo-brand-font-family-font);
|
|
827
|
+
--semantic-typo-body-1-sb-size: var(--typo-brand-size-body-1);
|
|
828
|
+
--semantic-typo-body-1-sb-lh: var(--typo-brand-line-height-body-1);
|
|
829
|
+
--semantic-typo-body-1-sb-weight: var(--typo-brand-weight-semibold);
|
|
830
|
+
--semantic-typo-body-1-sb-ls: var(--typo-brand-letter-spacing-body-1);
|
|
831
|
+
--semantic-typo-body-1-m-font: var(--typo-brand-font-family-font);
|
|
832
|
+
--semantic-typo-body-1-m-size: var(--typo-brand-size-body-1);
|
|
833
|
+
--semantic-typo-body-1-m-lh: var(--typo-brand-line-height-body-1);
|
|
834
|
+
--semantic-typo-body-1-m-weight: var(--typo-brand-weight-medium);
|
|
835
|
+
--semantic-typo-body-1-m-ls: var(--typo-brand-letter-spacing-body-1);
|
|
836
|
+
--semantic-typo-body-1-r-font: var(--typo-brand-font-family-font);
|
|
837
|
+
--semantic-typo-body-1-r-size: var(--typo-brand-size-body-1);
|
|
838
|
+
--semantic-typo-body-1-r-lh: var(--typo-brand-line-height-body-1);
|
|
839
|
+
--semantic-typo-body-1-r-weight: var(--typo-brand-weight-regular);
|
|
840
|
+
--semantic-typo-body-1-r-ls: var(--typo-brand-letter-spacing-body-1);
|
|
841
|
+
--semantic-typo-body-2-m-font: var(--typo-brand-font-family-font);
|
|
842
|
+
--semantic-typo-body-2-m-size: var(--typo-brand-size-body-2);
|
|
843
|
+
--semantic-typo-body-2-m-lh: var(--typo-brand-line-height-body-2);
|
|
844
|
+
--semantic-typo-body-2-m-weight: var(--typo-brand-weight-medium);
|
|
845
|
+
--semantic-typo-body-2-m-ls: var(--typo-brand-letter-spacing-body-2);
|
|
846
|
+
--semantic-typo-body-2-r-font: var(--typo-brand-font-family-font);
|
|
847
|
+
--semantic-typo-body-2-r-size: var(--typo-brand-size-body-2);
|
|
848
|
+
--semantic-typo-body-2-r-lh: var(--typo-brand-line-height-body-2);
|
|
849
|
+
--semantic-typo-body-2-r-weight: var(--typo-brand-weight-regular);
|
|
850
|
+
--semantic-typo-body-2-r-ls: var(--typo-brand-letter-spacing-body-2);
|
|
851
|
+
--semantic-typo-label-1-sb-font: var(--typo-brand-font-family-font);
|
|
852
|
+
--semantic-typo-label-1-sb-size: var(--typo-brand-size-label-1);
|
|
853
|
+
--semantic-typo-label-1-sb-lh: var(--typo-brand-line-height-label-1);
|
|
854
|
+
--semantic-typo-label-1-sb-weight: var(--typo-brand-weight-semibold);
|
|
855
|
+
--semantic-typo-label-1-sb-ls: var(--typo-brand-letter-spacing-label-1);
|
|
856
|
+
--semantic-typo-label-1-m-font: var(--typo-brand-font-family-font);
|
|
857
|
+
--semantic-typo-label-1-m-size: var(--typo-brand-size-label-1);
|
|
858
|
+
--semantic-typo-label-1-m-lh: var(--typo-brand-line-height-label-1);
|
|
859
|
+
--semantic-typo-label-1-m-weight: var(--typo-brand-weight-medium);
|
|
860
|
+
--semantic-typo-label-1-m-ls: var(--typo-brand-letter-spacing-label-1);
|
|
861
|
+
--semantic-typo-label-2-sb-font: var(--typo-brand-font-family-font);
|
|
862
|
+
--semantic-typo-label-2-sb-size: var(--typo-brand-size-label-2);
|
|
863
|
+
--semantic-typo-label-2-sb-lh: var(--typo-brand-line-height-label-2);
|
|
864
|
+
--semantic-typo-label-2-sb-weight: var(--typo-brand-weight-semibold);
|
|
865
|
+
--semantic-typo-label-2-sb-ls: var(--typo-brand-letter-spacing-label-2);
|
|
866
|
+
--semantic-typo-label-2-m-font: var(--typo-brand-font-family-font);
|
|
867
|
+
--semantic-typo-label-2-m-size: var(--typo-brand-size-label-2);
|
|
868
|
+
--semantic-typo-label-2-m-lh: var(--typo-brand-line-height-label-2);
|
|
869
|
+
--semantic-typo-label-2-m-weight: var(--typo-brand-weight-medium);
|
|
870
|
+
--semantic-typo-label-2-m-ls: var(--typo-brand-letter-spacing-label-2);
|
|
871
|
+
--semantic-typo-caption-1-sb-font: var(--typo-brand-font-family-font);
|
|
872
|
+
--semantic-typo-caption-1-sb-size: var(--typo-brand-size-caption-1);
|
|
873
|
+
--semantic-typo-caption-1-sb-lh: var(--typo-brand-line-height-caption-1);
|
|
874
|
+
--semantic-typo-caption-1-sb-weight: var(--typo-brand-weight-semibold);
|
|
875
|
+
--semantic-typo-caption-1-sb-ls: var(--typo-brand-letter-spacing-caption-1);
|
|
876
|
+
--semantic-typo-caption-1-r-font: var(--typo-brand-font-family-font);
|
|
877
|
+
--semantic-typo-caption-1-r-size: var(--typo-brand-size-caption-1);
|
|
878
|
+
--semantic-typo-caption-1-r-lh: var(--typo-brand-line-height-caption-1);
|
|
879
|
+
--semantic-typo-caption-1-r-weight: var(--typo-brand-weight-regular);
|
|
880
|
+
--semantic-typo-caption-1-r-ls: var(--typo-brand-letter-spacing-caption-1);
|
|
881
|
+
--semantic-typo-caption-2-r-font: var(--typo-brand-font-family-font);
|
|
882
|
+
--semantic-typo-caption-2-r-size: var(--typo-brand-size-caption-2);
|
|
883
|
+
--semantic-typo-caption-2-r-lh: var(--typo-brand-line-height-caption-2);
|
|
884
|
+
--semantic-typo-caption-2-r-weight: var(--typo-brand-weight-regular);
|
|
885
|
+
--semantic-typo-caption-2-r-ls: var(--typo-brand-letter-spacing-caption-2);
|
|
886
|
+
}
|
|
887
|
+
.typo-display-1-b {
|
|
888
|
+
font-family: var(--semantic-typo-display-1-b-font);
|
|
889
|
+
font-size: var(--semantic-typo-display-1-b-size);
|
|
890
|
+
line-height: var(--semantic-typo-display-1-b-lh);
|
|
891
|
+
font-weight: var(--semantic-typo-display-1-b-weight);
|
|
892
|
+
letter-spacing: var(--semantic-typo-display-1-b-ls);
|
|
893
|
+
}
|
|
894
|
+
.typo-display-1-sb {
|
|
895
|
+
font-family: var(--semantic-typo-display-1-sb-font);
|
|
896
|
+
font-size: var(--semantic-typo-display-1-sb-size);
|
|
897
|
+
line-height: var(--semantic-typo-display-1-sb-lh);
|
|
898
|
+
font-weight: var(--semantic-typo-display-1-sb-weight);
|
|
899
|
+
letter-spacing: var(--semantic-typo-display-1-sb-ls);
|
|
900
|
+
}
|
|
901
|
+
.typo-display-2-b {
|
|
902
|
+
font-family: var(--semantic-typo-display-2-b-font);
|
|
903
|
+
font-size: var(--semantic-typo-display-2-b-size);
|
|
904
|
+
line-height: var(--semantic-typo-display-2-b-lh);
|
|
905
|
+
font-weight: var(--semantic-typo-display-2-b-weight);
|
|
906
|
+
letter-spacing: var(--semantic-typo-display-2-b-ls);
|
|
907
|
+
}
|
|
908
|
+
.typo-display-2-sb {
|
|
909
|
+
font-family: var(--semantic-typo-display-2-sb-font);
|
|
910
|
+
font-size: var(--semantic-typo-display-2-sb-size);
|
|
911
|
+
line-height: var(--semantic-typo-display-2-sb-lh);
|
|
912
|
+
font-weight: var(--semantic-typo-display-2-sb-weight);
|
|
913
|
+
letter-spacing: var(--semantic-typo-display-2-sb-ls);
|
|
914
|
+
}
|
|
915
|
+
.typo-title-1-sb {
|
|
916
|
+
font-family: var(--semantic-typo-title-1-sb-font);
|
|
917
|
+
font-size: var(--semantic-typo-title-1-sb-size);
|
|
918
|
+
line-height: var(--semantic-typo-title-1-sb-lh);
|
|
919
|
+
font-weight: var(--semantic-typo-title-1-sb-weight);
|
|
920
|
+
letter-spacing: var(--semantic-typo-title-1-sb-ls);
|
|
921
|
+
}
|
|
922
|
+
.typo-title-1-m {
|
|
923
|
+
font-family: var(--semantic-typo-title-1-m-font);
|
|
924
|
+
font-size: var(--semantic-typo-title-1-m-size);
|
|
925
|
+
line-height: var(--semantic-typo-title-1-m-lh);
|
|
926
|
+
font-weight: var(--semantic-typo-title-1-m-weight);
|
|
927
|
+
letter-spacing: var(--semantic-typo-title-1-m-ls);
|
|
928
|
+
}
|
|
929
|
+
.typo-title-2-sb {
|
|
930
|
+
font-family: var(--semantic-typo-title-2-sb-font);
|
|
931
|
+
font-size: var(--semantic-typo-title-2-sb-size);
|
|
932
|
+
line-height: var(--semantic-typo-title-2-sb-lh);
|
|
933
|
+
font-weight: var(--semantic-typo-title-2-sb-weight);
|
|
934
|
+
letter-spacing: var(--semantic-typo-title-2-sb-ls);
|
|
935
|
+
}
|
|
936
|
+
.typo-title-2-m {
|
|
937
|
+
font-family: var(--semantic-typo-title-2-m-font);
|
|
938
|
+
font-size: var(--semantic-typo-title-2-m-size);
|
|
939
|
+
line-height: var(--semantic-typo-title-2-m-lh);
|
|
940
|
+
font-weight: var(--semantic-typo-title-2-m-weight);
|
|
941
|
+
letter-spacing: var(--semantic-typo-title-2-m-ls);
|
|
942
|
+
}
|
|
943
|
+
.typo-heading-1-sb {
|
|
944
|
+
font-family: var(--semantic-typo-heading-1-sb-font);
|
|
945
|
+
font-size: var(--semantic-typo-heading-1-sb-size);
|
|
946
|
+
line-height: var(--semantic-typo-heading-1-sb-lh);
|
|
947
|
+
font-weight: var(--semantic-typo-heading-1-sb-weight);
|
|
948
|
+
letter-spacing: var(--semantic-typo-heading-1-sb-ls);
|
|
949
|
+
}
|
|
950
|
+
.typo-heading-1-m {
|
|
951
|
+
font-family: var(--semantic-typo-heading-1-m-font);
|
|
952
|
+
font-size: var(--semantic-typo-heading-1-m-size);
|
|
953
|
+
line-height: var(--semantic-typo-heading-1-m-lh);
|
|
954
|
+
font-weight: var(--semantic-typo-heading-1-m-weight);
|
|
955
|
+
letter-spacing: var(--semantic-typo-heading-1-m-ls);
|
|
956
|
+
}
|
|
957
|
+
.typo-heading-2-m {
|
|
958
|
+
font-family: var(--semantic-typo-heading-2-m-font);
|
|
959
|
+
font-size: var(--semantic-typo-heading-2-m-size);
|
|
960
|
+
line-height: var(--semantic-typo-heading-2-m-lh);
|
|
961
|
+
font-weight: var(--semantic-typo-heading-2-m-weight);
|
|
962
|
+
letter-spacing: var(--semantic-typo-heading-2-m-ls);
|
|
963
|
+
}
|
|
964
|
+
.typo-body-1-sb {
|
|
965
|
+
font-family: var(--semantic-typo-body-1-sb-font);
|
|
966
|
+
font-size: var(--semantic-typo-body-1-sb-size);
|
|
967
|
+
line-height: var(--semantic-typo-body-1-sb-lh);
|
|
968
|
+
font-weight: var(--semantic-typo-body-1-sb-weight);
|
|
969
|
+
letter-spacing: var(--semantic-typo-body-1-sb-ls);
|
|
970
|
+
}
|
|
971
|
+
.typo-body-1-m {
|
|
972
|
+
font-family: var(--semantic-typo-body-1-m-font);
|
|
973
|
+
font-size: var(--semantic-typo-body-1-m-size);
|
|
974
|
+
line-height: var(--semantic-typo-body-1-m-lh);
|
|
975
|
+
font-weight: var(--semantic-typo-body-1-m-weight);
|
|
976
|
+
letter-spacing: var(--semantic-typo-body-1-m-ls);
|
|
977
|
+
}
|
|
978
|
+
.typo-body-1-r {
|
|
979
|
+
font-family: var(--semantic-typo-body-1-r-font);
|
|
980
|
+
font-size: var(--semantic-typo-body-1-r-size);
|
|
981
|
+
line-height: var(--semantic-typo-body-1-r-lh);
|
|
982
|
+
font-weight: var(--semantic-typo-body-1-r-weight);
|
|
983
|
+
letter-spacing: var(--semantic-typo-body-1-r-ls);
|
|
984
|
+
}
|
|
985
|
+
.typo-body-2-m {
|
|
986
|
+
font-family: var(--semantic-typo-body-2-m-font);
|
|
987
|
+
font-size: var(--semantic-typo-body-2-m-size);
|
|
988
|
+
line-height: var(--semantic-typo-body-2-m-lh);
|
|
989
|
+
font-weight: var(--semantic-typo-body-2-m-weight);
|
|
990
|
+
letter-spacing: var(--semantic-typo-body-2-m-ls);
|
|
991
|
+
}
|
|
992
|
+
.typo-body-2-r {
|
|
993
|
+
font-family: var(--semantic-typo-body-2-r-font);
|
|
994
|
+
font-size: var(--semantic-typo-body-2-r-size);
|
|
995
|
+
line-height: var(--semantic-typo-body-2-r-lh);
|
|
996
|
+
font-weight: var(--semantic-typo-body-2-r-weight);
|
|
997
|
+
letter-spacing: var(--semantic-typo-body-2-r-ls);
|
|
998
|
+
}
|
|
999
|
+
.typo-label-1-sb {
|
|
1000
|
+
font-family: var(--semantic-typo-label-1-sb-font);
|
|
1001
|
+
font-size: var(--semantic-typo-label-1-sb-size);
|
|
1002
|
+
line-height: var(--semantic-typo-label-1-sb-lh);
|
|
1003
|
+
font-weight: var(--semantic-typo-label-1-sb-weight);
|
|
1004
|
+
letter-spacing: var(--semantic-typo-label-1-sb-ls);
|
|
1005
|
+
}
|
|
1006
|
+
.typo-label-1-m {
|
|
1007
|
+
font-family: var(--semantic-typo-label-1-m-font);
|
|
1008
|
+
font-size: var(--semantic-typo-label-1-m-size);
|
|
1009
|
+
line-height: var(--semantic-typo-label-1-m-lh);
|
|
1010
|
+
font-weight: var(--semantic-typo-label-1-m-weight);
|
|
1011
|
+
letter-spacing: var(--semantic-typo-label-1-m-ls);
|
|
1012
|
+
}
|
|
1013
|
+
.typo-label-2-sb {
|
|
1014
|
+
font-family: var(--semantic-typo-label-2-sb-font);
|
|
1015
|
+
font-size: var(--semantic-typo-label-2-sb-size);
|
|
1016
|
+
line-height: var(--semantic-typo-label-2-sb-lh);
|
|
1017
|
+
font-weight: var(--semantic-typo-label-2-sb-weight);
|
|
1018
|
+
letter-spacing: var(--semantic-typo-label-2-sb-ls);
|
|
1019
|
+
}
|
|
1020
|
+
.typo-label-2-m {
|
|
1021
|
+
font-family: var(--semantic-typo-label-2-m-font);
|
|
1022
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
1023
|
+
line-height: var(--semantic-typo-label-2-m-lh);
|
|
1024
|
+
font-weight: var(--semantic-typo-label-2-m-weight);
|
|
1025
|
+
letter-spacing: var(--semantic-typo-label-2-m-ls);
|
|
1026
|
+
}
|
|
1027
|
+
.typo-caption-1-sb {
|
|
1028
|
+
font-family: var(--semantic-typo-caption-1-sb-font);
|
|
1029
|
+
font-size: var(--semantic-typo-caption-1-sb-size);
|
|
1030
|
+
line-height: var(--semantic-typo-caption-1-sb-lh);
|
|
1031
|
+
font-weight: var(--semantic-typo-caption-1-sb-weight);
|
|
1032
|
+
letter-spacing: var(--semantic-typo-caption-1-sb-ls);
|
|
1033
|
+
}
|
|
1034
|
+
.typo-caption-1-r {
|
|
1035
|
+
font-family: var(--semantic-typo-caption-1-r-font);
|
|
1036
|
+
font-size: var(--semantic-typo-caption-1-r-size);
|
|
1037
|
+
line-height: var(--semantic-typo-caption-1-r-lh);
|
|
1038
|
+
font-weight: var(--semantic-typo-caption-1-r-weight);
|
|
1039
|
+
letter-spacing: var(--semantic-typo-caption-1-r-ls);
|
|
1040
|
+
}
|
|
1041
|
+
.typo-caption-2-r {
|
|
1042
|
+
font-family: var(--semantic-typo-caption-2-r-font);
|
|
1043
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
1044
|
+
line-height: var(--semantic-typo-caption-2-r-lh);
|
|
1045
|
+
font-weight: var(--semantic-typo-caption-2-r-weight);
|
|
1046
|
+
letter-spacing: var(--semantic-typo-caption-2-r-ls);
|
|
1047
|
+
}
|
|
531
1048
|
.semantic-text-strong {
|
|
532
1049
|
--ds-color: var(--semantic-text-strong);
|
|
533
1050
|
}
|
|
@@ -540,6 +1057,9 @@
|
|
|
540
1057
|
.semantic-text-brand {
|
|
541
1058
|
--ds-color: var(--semantic-text-brand);
|
|
542
1059
|
}
|
|
1060
|
+
.semantic-text-brand-secondary {
|
|
1061
|
+
--ds-color: var(--semantic-text-brand-secondary);
|
|
1062
|
+
}
|
|
543
1063
|
.semantic-text-disabled {
|
|
544
1064
|
--ds-color: var(--semantic-text-disabled);
|
|
545
1065
|
}
|
|
@@ -591,6 +1111,15 @@
|
|
|
591
1111
|
.semantic-surface-brand-strong {
|
|
592
1112
|
--ds-color: var(--semantic-surface-brand-strong);
|
|
593
1113
|
}
|
|
1114
|
+
.semantic-surface-brand-secondary-subtle {
|
|
1115
|
+
--ds-color: var(--semantic-surface-brand-secondary-subtle);
|
|
1116
|
+
}
|
|
1117
|
+
.semantic-surface-brand-secondary-default {
|
|
1118
|
+
--ds-color: var(--semantic-surface-brand-secondary-default);
|
|
1119
|
+
}
|
|
1120
|
+
.semantic-surface-brand-secondary-strong {
|
|
1121
|
+
--ds-color: var(--semantic-surface-brand-secondary-strong);
|
|
1122
|
+
}
|
|
594
1123
|
.semantic-surface-success-subtle {
|
|
595
1124
|
--ds-color: var(--semantic-surface-success-subtle);
|
|
596
1125
|
}
|
|
@@ -642,6 +1171,9 @@
|
|
|
642
1171
|
.semantic-border-brand {
|
|
643
1172
|
--ds-color: var(--semantic-border-brand);
|
|
644
1173
|
}
|
|
1174
|
+
.semantic-border-brand-secondary {
|
|
1175
|
+
--ds-color: var(--semantic-border-brand-secondary);
|
|
1176
|
+
}
|
|
645
1177
|
.semantic-border-success {
|
|
646
1178
|
--ds-color: var(--semantic-border-success);
|
|
647
1179
|
}
|
|
@@ -666,6 +1198,9 @@
|
|
|
666
1198
|
.semantic-icon-brand {
|
|
667
1199
|
--ds-color: var(--semantic-icon-brand);
|
|
668
1200
|
}
|
|
1201
|
+
.semantic-icon-brand-secondary {
|
|
1202
|
+
--ds-color: var(--semantic-icon-brand-secondary);
|
|
1203
|
+
}
|
|
669
1204
|
.semantic-icon-success {
|
|
670
1205
|
--ds-color: var(--semantic-icon-success);
|
|
671
1206
|
}
|
|
@@ -684,6 +1219,9 @@
|
|
|
684
1219
|
.semantic-emphasis-brand {
|
|
685
1220
|
--ds-color: var(--semantic-emphasis-brand);
|
|
686
1221
|
}
|
|
1222
|
+
.semantic-emphasis-brand-secondary {
|
|
1223
|
+
--ds-color: var(--semantic-emphasis-brand-secondary);
|
|
1224
|
+
}
|
|
687
1225
|
.semantic-emphasis-success {
|
|
688
1226
|
--ds-color: var(--semantic-emphasis-success);
|
|
689
1227
|
}
|