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