@x-plat/design-system 0.5.42 → 0.5.44
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/Dropdown/index.cjs +22 -22
- package/dist/components/Dropdown/index.js +22 -22
- package/dist/components/PopOver/index.cjs +22 -22
- package/dist/components/PopOver/index.js +22 -22
- package/dist/components/Select/index.cjs +22 -22
- package/dist/components/Select/index.js +22 -22
- package/dist/components/Video/index.cjs +201 -201
- package/dist/components/Video/index.js +243 -243
- package/dist/components/index.cjs +278 -278
- package/dist/components/index.css +700 -188
- package/dist/components/index.d.cts +2 -2
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js +278 -278
- package/dist/index.cjs +278 -278
- package/dist/index.css +700 -188
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +278 -278
- package/dist/layout/index.css +520 -8
- package/guidelines/AGENT_PROMPT.md +248 -0
- package/guidelines/Guidelines.md +8 -0
- package/guidelines/composition/layout.md +87 -16
- package/guidelines/setup.md +11 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -428,10 +428,10 @@
|
|
|
428
428
|
--system-info-700: var(--primitive-blue-700);
|
|
429
429
|
--system-info-800: var(--primitive-blue-800);
|
|
430
430
|
--system-info-900: var(--primitive-blue-900);
|
|
431
|
-
--system-link-400: var(--primitive-purple-400);
|
|
432
|
-
--system-link-500: var(--primitive-purple-500);
|
|
433
|
-
--system-link-600: var(--primitive-purple-600);
|
|
434
|
-
--system-link-700: var(--primitive-purple-700);
|
|
431
|
+
--system-link-400: var(--primitive-deep-purple-400);
|
|
432
|
+
--system-link-500: var(--primitive-deep-purple-500);
|
|
433
|
+
--system-link-600: var(--primitive-deep-purple-600);
|
|
434
|
+
--system-link-700: var(--primitive-deep-purple-700);
|
|
435
435
|
}
|
|
436
436
|
:root {
|
|
437
437
|
--semantic-text-strong: var(--brand-neutral-900);
|
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
--semantic-surface-warning-default: var(--system-warning-600);
|
|
466
466
|
--semantic-surface-warning-strong: var(--system-warning-700);
|
|
467
467
|
--semantic-surface-info-subtle: var(--system-info-50);
|
|
468
|
-
--semantic-surface-info-default: var(--system-info-
|
|
468
|
+
--semantic-surface-info-default: var(--system-info-600);
|
|
469
469
|
--semantic-surface-info-strong: var(--system-info-700);
|
|
470
470
|
--semantic-border-default: var(--brand-neutral-200);
|
|
471
471
|
--semantic-border-subtle: var(--brand-neutral-100);
|
|
@@ -474,16 +474,16 @@
|
|
|
474
474
|
--semantic-border-brand: var(--brand-primary-600);
|
|
475
475
|
--semantic-border-success: var(--system-success-300);
|
|
476
476
|
--semantic-border-error: var(--system-error-300);
|
|
477
|
-
--semantic-border-warning: var(--system-warning-
|
|
477
|
+
--semantic-border-warning: var(--system-warning-300);
|
|
478
478
|
--semantic-border-info: var(--system-info-300);
|
|
479
479
|
--semantic-icon-strong: var(--brand-neutral-700);
|
|
480
480
|
--semantic-icon-subtle: var(--brand-neutral-500);
|
|
481
481
|
--semantic-icon-inverse: var(--brand-base-white);
|
|
482
482
|
--semantic-icon-brand: var(--brand-primary-600);
|
|
483
|
-
--semantic-icon-success: var(--system-success-
|
|
483
|
+
--semantic-icon-success: var(--system-success-600);
|
|
484
484
|
--semantic-icon-error: var(--system-error-600);
|
|
485
485
|
--semantic-icon-warning: var(--system-warning-600);
|
|
486
|
-
--semantic-icon-info: var(--system-info-
|
|
486
|
+
--semantic-icon-info: var(--system-info-600);
|
|
487
487
|
--semantic-icon-disabled: var(--brand-neutral-300);
|
|
488
488
|
--semantic-emphasis-brand: var(--brand-primary-800);
|
|
489
489
|
--semantic-emphasis-success: var(--system-success-800);
|
|
@@ -528,6 +528,518 @@
|
|
|
528
528
|
--semantic-categorical-8-fill: var(--brand-categorical-8-400);
|
|
529
529
|
--semantic-categorical-8-text: var(--brand-categorical-8-600);
|
|
530
530
|
}
|
|
531
|
+
:root {
|
|
532
|
+
--typo-font-family-sans:
|
|
533
|
+
Pretendard,
|
|
534
|
+
-apple-system,
|
|
535
|
+
sans-serif;
|
|
536
|
+
--typo-font-family-serif:
|
|
537
|
+
Noto Serif KR,
|
|
538
|
+
Georgia,
|
|
539
|
+
serif;
|
|
540
|
+
--typo-font-family-suit:
|
|
541
|
+
SUIT,
|
|
542
|
+
-apple-system,
|
|
543
|
+
sans-serif;
|
|
544
|
+
--typo-weight-regular: 400;
|
|
545
|
+
--typo-weight-medium: 500;
|
|
546
|
+
--typo-weight-semibold: 600;
|
|
547
|
+
--typo-weight-bold: 700;
|
|
548
|
+
--typo-size-display-1: 48px;
|
|
549
|
+
--typo-size-display-2: 36px;
|
|
550
|
+
--typo-size-title-1: 28px;
|
|
551
|
+
--typo-size-title-2: 24px;
|
|
552
|
+
--typo-size-heading-1: 20px;
|
|
553
|
+
--typo-size-heading-2: 18px;
|
|
554
|
+
--typo-size-compact-body-1: 17px;
|
|
555
|
+
--typo-size-compact-body-2: 15px;
|
|
556
|
+
--typo-size-compact-label-1: 14px;
|
|
557
|
+
--typo-size-compact-label-2: 12px;
|
|
558
|
+
--typo-size-compact-caption-1: 11px;
|
|
559
|
+
--typo-size-compact-caption-2: 11px;
|
|
560
|
+
--typo-size-default-body-1: 18px;
|
|
561
|
+
--typo-size-default-body-2: 17px;
|
|
562
|
+
--typo-size-default-label-1: 16px;
|
|
563
|
+
--typo-size-default-label-2: 14px;
|
|
564
|
+
--typo-size-default-caption-1: 13px;
|
|
565
|
+
--typo-size-default-caption-2: 12px;
|
|
566
|
+
--typo-size-airy-body-1: 20px;
|
|
567
|
+
--typo-size-airy-body-2: 19px;
|
|
568
|
+
--typo-size-airy-label-1: 18px;
|
|
569
|
+
--typo-size-airy-label-2: 16px;
|
|
570
|
+
--typo-size-airy-caption-1: 14px;
|
|
571
|
+
--typo-size-airy-caption-2: 13px;
|
|
572
|
+
--typo-lh-display-1: 62px;
|
|
573
|
+
--typo-lh-display-2: 48px;
|
|
574
|
+
--typo-lh-title-1: 38px;
|
|
575
|
+
--typo-lh-title-2: 34px;
|
|
576
|
+
--typo-lh-compact-heading-1: 26px;
|
|
577
|
+
--typo-lh-compact-heading-2: 24px;
|
|
578
|
+
--typo-lh-compact-body-1: 24px;
|
|
579
|
+
--typo-lh-compact-body-2: 22px;
|
|
580
|
+
--typo-lh-compact-label-1: 20px;
|
|
581
|
+
--typo-lh-compact-label-2: 18px;
|
|
582
|
+
--typo-lh-compact-caption-1: 16px;
|
|
583
|
+
--typo-lh-compact-caption-2: 16px;
|
|
584
|
+
--typo-lh-default-heading-1: 30px;
|
|
585
|
+
--typo-lh-default-heading-2: 28px;
|
|
586
|
+
--typo-lh-default-body-1: 26px;
|
|
587
|
+
--typo-lh-default-body-2: 24px;
|
|
588
|
+
--typo-lh-default-label-1: 24px;
|
|
589
|
+
--typo-lh-default-label-2: 22px;
|
|
590
|
+
--typo-lh-default-caption-1: 18px;
|
|
591
|
+
--typo-lh-default-caption-2: 18px;
|
|
592
|
+
--typo-lh-airy-heading-1: 34px;
|
|
593
|
+
--typo-lh-airy-heading-2: 32px;
|
|
594
|
+
--typo-lh-airy-body-1: 30px;
|
|
595
|
+
--typo-lh-airy-body-2: 28px;
|
|
596
|
+
--typo-lh-airy-label-1: 28px;
|
|
597
|
+
--typo-lh-airy-label-2: 26px;
|
|
598
|
+
--typo-lh-airy-caption-1: 22px;
|
|
599
|
+
--typo-lh-airy-caption-2: 20px;
|
|
600
|
+
--typo-ls-tight: -0.02em;
|
|
601
|
+
--typo-ls-normal: 0;
|
|
602
|
+
--typo-ls-wide: 0.02em;
|
|
603
|
+
}
|
|
604
|
+
@media (min-width: 768px) and (max-width: 1024px) {
|
|
605
|
+
:root {
|
|
606
|
+
--typo-size-display-1: 40px;
|
|
607
|
+
--typo-size-display-2: 32px;
|
|
608
|
+
--typo-size-title-1: 26px;
|
|
609
|
+
--typo-size-title-2: 22px;
|
|
610
|
+
--typo-size-heading-1: 19px;
|
|
611
|
+
--typo-size-heading-2: 17px;
|
|
612
|
+
--typo-size-compact-body-1: 16px;
|
|
613
|
+
--typo-size-compact-body-2: 15px;
|
|
614
|
+
--typo-size-compact-label-1: 14px;
|
|
615
|
+
--typo-size-compact-label-2: 12px;
|
|
616
|
+
--typo-size-compact-caption-1: 11px;
|
|
617
|
+
--typo-size-compact-caption-2: 11px;
|
|
618
|
+
--typo-size-default-body-1: 17px;
|
|
619
|
+
--typo-size-default-body-2: 16px;
|
|
620
|
+
--typo-size-default-label-1: 16px;
|
|
621
|
+
--typo-size-default-label-2: 14px;
|
|
622
|
+
--typo-size-default-caption-1: 13px;
|
|
623
|
+
--typo-size-default-caption-2: 12px;
|
|
624
|
+
--typo-size-airy-body-1: 19px;
|
|
625
|
+
--typo-size-airy-body-2: 17px;
|
|
626
|
+
--typo-size-airy-label-1: 17px;
|
|
627
|
+
--typo-size-airy-label-2: 15px;
|
|
628
|
+
--typo-size-airy-caption-1: 14px;
|
|
629
|
+
--typo-size-airy-caption-2: 13px;
|
|
630
|
+
--typo-lh-display-1: 52px;
|
|
631
|
+
--typo-lh-display-2: 42px;
|
|
632
|
+
--typo-lh-title-1: 36px;
|
|
633
|
+
--typo-lh-title-2: 32px;
|
|
634
|
+
--typo-lh-compact-heading-1: 24px;
|
|
635
|
+
--typo-lh-compact-heading-2: 22px;
|
|
636
|
+
--typo-lh-compact-body-1: 24px;
|
|
637
|
+
--typo-lh-compact-body-2: 22px;
|
|
638
|
+
--typo-lh-compact-label-1: 20px;
|
|
639
|
+
--typo-lh-compact-label-2: 18px;
|
|
640
|
+
--typo-lh-compact-caption-1: 16px;
|
|
641
|
+
--typo-lh-compact-caption-2: 16px;
|
|
642
|
+
--typo-lh-default-heading-1: 28px;
|
|
643
|
+
--typo-lh-default-heading-2: 26px;
|
|
644
|
+
--typo-lh-default-body-1: 26px;
|
|
645
|
+
--typo-lh-default-body-2: 24px;
|
|
646
|
+
--typo-lh-default-label-1: 24px;
|
|
647
|
+
--typo-lh-default-label-2: 22px;
|
|
648
|
+
--typo-lh-default-caption-1: 18px;
|
|
649
|
+
--typo-lh-default-caption-2: 18px;
|
|
650
|
+
--typo-lh-airy-heading-1: 32px;
|
|
651
|
+
--typo-lh-airy-heading-2: 28px;
|
|
652
|
+
--typo-lh-airy-body-1: 30px;
|
|
653
|
+
--typo-lh-airy-body-2: 28px;
|
|
654
|
+
--typo-lh-airy-label-1: 28px;
|
|
655
|
+
--typo-lh-airy-label-2: 26px;
|
|
656
|
+
--typo-lh-airy-caption-1: 22px;
|
|
657
|
+
--typo-lh-airy-caption-2: 20px;
|
|
658
|
+
--typo-ls-tight: -0.02em;
|
|
659
|
+
--typo-ls-normal: 0;
|
|
660
|
+
--typo-ls-wide: 0.02em;
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
@media (min-width: 0px) and (max-width: 768px) {
|
|
664
|
+
:root {
|
|
665
|
+
--typo-size-display-1: 32px;
|
|
666
|
+
--typo-size-display-2: 28px;
|
|
667
|
+
--typo-size-title-1: 24px;
|
|
668
|
+
--typo-size-title-2: 20px;
|
|
669
|
+
--typo-size-heading-1: 18px;
|
|
670
|
+
--typo-size-heading-2: 17px;
|
|
671
|
+
--typo-size-compact-body-1: 16px;
|
|
672
|
+
--typo-size-compact-body-2: 13px;
|
|
673
|
+
--typo-size-compact-label-1: 14px;
|
|
674
|
+
--typo-size-compact-label-2: 12px;
|
|
675
|
+
--typo-size-compact-caption-1: 11px;
|
|
676
|
+
--typo-size-compact-caption-2: 11px;
|
|
677
|
+
--typo-size-default-body-1: 17px;
|
|
678
|
+
--typo-size-default-body-2: 14px;
|
|
679
|
+
--typo-size-default-label-1: 16px;
|
|
680
|
+
--typo-size-default-label-2: 14px;
|
|
681
|
+
--typo-size-default-caption-1: 13px;
|
|
682
|
+
--typo-size-default-caption-2: 12px;
|
|
683
|
+
--typo-size-airy-body-1: 19px;
|
|
684
|
+
--typo-size-airy-body-2: 16px;
|
|
685
|
+
--typo-size-airy-label-1: 16px;
|
|
686
|
+
--typo-size-airy-label-2: 14px;
|
|
687
|
+
--typo-size-airy-caption-1: 14px;
|
|
688
|
+
--typo-size-airy-caption-2: 13px;
|
|
689
|
+
--typo-lh-display-1: 42px;
|
|
690
|
+
--typo-lh-display-2: 38px;
|
|
691
|
+
--typo-lh-title-1: 34px;
|
|
692
|
+
--typo-lh-title-2: 30px;
|
|
693
|
+
--typo-lh-compact-heading-1: 24px;
|
|
694
|
+
--typo-lh-compact-heading-2: 22px;
|
|
695
|
+
--typo-lh-compact-body-1: 24px;
|
|
696
|
+
--typo-lh-compact-body-2: 22px;
|
|
697
|
+
--typo-lh-compact-label-1: 20px;
|
|
698
|
+
--typo-lh-compact-label-2: 18px;
|
|
699
|
+
--typo-lh-compact-caption-1: 16px;
|
|
700
|
+
--typo-lh-compact-caption-2: 16px;
|
|
701
|
+
--typo-lh-default-heading-1: 28px;
|
|
702
|
+
--typo-lh-default-heading-2: 26px;
|
|
703
|
+
--typo-lh-default-body-1: 26px;
|
|
704
|
+
--typo-lh-default-body-2: 24px;
|
|
705
|
+
--typo-lh-default-label-1: 24px;
|
|
706
|
+
--typo-lh-default-label-2: 22px;
|
|
707
|
+
--typo-lh-default-caption-1: 18px;
|
|
708
|
+
--typo-lh-default-caption-2: 18px;
|
|
709
|
+
--typo-lh-airy-heading-1: 32px;
|
|
710
|
+
--typo-lh-airy-heading-2: 28px;
|
|
711
|
+
--typo-lh-airy-body-1: 30px;
|
|
712
|
+
--typo-lh-airy-body-2: 28px;
|
|
713
|
+
--typo-lh-airy-label-1: 28px;
|
|
714
|
+
--typo-lh-airy-label-2: 26px;
|
|
715
|
+
--typo-lh-airy-caption-1: 22px;
|
|
716
|
+
--typo-lh-airy-caption-2: 20px;
|
|
717
|
+
--typo-ls-tight: -0.01em;
|
|
718
|
+
--typo-ls-normal: 0;
|
|
719
|
+
--typo-ls-wide: 0.02em;
|
|
720
|
+
}
|
|
721
|
+
}
|
|
722
|
+
:root {
|
|
723
|
+
--typo-brand-font-family-font: var(--typo-font-family-sans);
|
|
724
|
+
--typo-brand-size-display-1: var(--typo-size-display-1);
|
|
725
|
+
--typo-brand-size-display-2: var(--typo-size-display-2);
|
|
726
|
+
--typo-brand-size-title-1: var(--typo-size-title-1);
|
|
727
|
+
--typo-brand-size-title-2: var(--typo-size-title-2);
|
|
728
|
+
--typo-brand-size-heading-1: var(--typo-size-heading-1);
|
|
729
|
+
--typo-brand-size-heading-2: var(--typo-size-heading-2);
|
|
730
|
+
--typo-brand-size-body-1: var(--typo-size-default-body-1);
|
|
731
|
+
--typo-brand-size-body-2: var(--typo-size-default-body-2);
|
|
732
|
+
--typo-brand-size-label-1: var(--typo-size-default-label-1);
|
|
733
|
+
--typo-brand-size-label-2: var(--typo-size-default-label-2);
|
|
734
|
+
--typo-brand-size-caption-1: var(--typo-size-default-caption-1);
|
|
735
|
+
--typo-brand-size-caption-2: var(--typo-size-default-caption-2);
|
|
736
|
+
--typo-brand-line-height-display-1: var(--typo-lh-display-1);
|
|
737
|
+
--typo-brand-line-height-display-2: var(--typo-lh-display-2);
|
|
738
|
+
--typo-brand-line-height-title-1: var(--typo-lh-title-1);
|
|
739
|
+
--typo-brand-line-height-title-2: var(--typo-lh-title-2);
|
|
740
|
+
--typo-brand-line-height-heading-1: var(--typo-lh-default-heading-1);
|
|
741
|
+
--typo-brand-line-height-heading-2: var(--typo-lh-default-heading-2);
|
|
742
|
+
--typo-brand-line-height-body-1: var(--typo-lh-default-body-1);
|
|
743
|
+
--typo-brand-line-height-body-2: var(--typo-lh-default-body-2);
|
|
744
|
+
--typo-brand-line-height-label-1: var(--typo-lh-default-label-1);
|
|
745
|
+
--typo-brand-line-height-label-2: var(--typo-lh-default-label-2);
|
|
746
|
+
--typo-brand-line-height-caption-1: var(--typo-lh-default-caption-1);
|
|
747
|
+
--typo-brand-line-height-caption-2: var(--typo-lh-default-caption-2);
|
|
748
|
+
--typo-brand-weight-regular: var(--typo-weight-regular);
|
|
749
|
+
--typo-brand-weight-medium: var(--typo-weight-medium);
|
|
750
|
+
--typo-brand-weight-semibold: var(--typo-weight-semibold);
|
|
751
|
+
--typo-brand-weight-bold: var(--typo-weight-bold);
|
|
752
|
+
--typo-brand-letter-spacing-display-1: var(--typo-ls-tight);
|
|
753
|
+
--typo-brand-letter-spacing-display-2: var(--typo-ls-tight);
|
|
754
|
+
--typo-brand-letter-spacing-title-1: var(--typo-ls-tight);
|
|
755
|
+
--typo-brand-letter-spacing-title-2: var(--typo-ls-tight);
|
|
756
|
+
--typo-brand-letter-spacing-heading-1: var(--typo-ls-tight);
|
|
757
|
+
--typo-brand-letter-spacing-heading-2: var(--typo-ls-tight);
|
|
758
|
+
--typo-brand-letter-spacing-body-1: var(--typo-ls-normal);
|
|
759
|
+
--typo-brand-letter-spacing-body-2: var(--typo-ls-normal);
|
|
760
|
+
--typo-brand-letter-spacing-label-1: var(--typo-ls-normal);
|
|
761
|
+
--typo-brand-letter-spacing-label-2: var(--typo-ls-wide);
|
|
762
|
+
--typo-brand-letter-spacing-caption-1: var(--typo-ls-wide);
|
|
763
|
+
--typo-brand-letter-spacing-caption-2: var(--typo-ls-wide);
|
|
764
|
+
}
|
|
765
|
+
:root {
|
|
766
|
+
--semantic-typo-display-1-b-font: var(--typo-brand-font-family-font);
|
|
767
|
+
--semantic-typo-display-1-b-size: var(--typo-brand-size-display-1);
|
|
768
|
+
--semantic-typo-display-1-b-lh: var(--typo-brand-line-height-display-1);
|
|
769
|
+
--semantic-typo-display-1-b-weight: var(--typo-brand-weight-bold);
|
|
770
|
+
--semantic-typo-display-1-b-ls: var(--typo-brand-letter-spacing-display-1);
|
|
771
|
+
--semantic-typo-display-1-sb-font: var(--typo-brand-font-family-font);
|
|
772
|
+
--semantic-typo-display-1-sb-size: var(--typo-brand-size-display-1);
|
|
773
|
+
--semantic-typo-display-1-sb-lh: var(--typo-brand-line-height-display-1);
|
|
774
|
+
--semantic-typo-display-1-sb-weight: var(--typo-brand-weight-semibold);
|
|
775
|
+
--semantic-typo-display-1-sb-ls: var(--typo-brand-letter-spacing-display-1);
|
|
776
|
+
--semantic-typo-display-2-b-font: var(--typo-brand-font-family-font);
|
|
777
|
+
--semantic-typo-display-2-b-size: var(--typo-brand-size-display-2);
|
|
778
|
+
--semantic-typo-display-2-b-lh: var(--typo-brand-line-height-display-2);
|
|
779
|
+
--semantic-typo-display-2-b-weight: var(--typo-brand-weight-bold);
|
|
780
|
+
--semantic-typo-display-2-b-ls: var(--typo-brand-letter-spacing-display-2);
|
|
781
|
+
--semantic-typo-display-2-sb-font: var(--typo-brand-font-family-font);
|
|
782
|
+
--semantic-typo-display-2-sb-size: var(--typo-brand-size-display-2);
|
|
783
|
+
--semantic-typo-display-2-sb-lh: var(--typo-brand-line-height-display-2);
|
|
784
|
+
--semantic-typo-display-2-sb-weight: var(--typo-brand-weight-semibold);
|
|
785
|
+
--semantic-typo-display-2-sb-ls: var(--typo-brand-letter-spacing-display-2);
|
|
786
|
+
--semantic-typo-title-1-sb-font: var(--typo-brand-font-family-font);
|
|
787
|
+
--semantic-typo-title-1-sb-size: var(--typo-brand-size-title-1);
|
|
788
|
+
--semantic-typo-title-1-sb-lh: var(--typo-brand-line-height-title-1);
|
|
789
|
+
--semantic-typo-title-1-sb-weight: var(--typo-brand-weight-semibold);
|
|
790
|
+
--semantic-typo-title-1-sb-ls: var(--typo-brand-letter-spacing-title-1);
|
|
791
|
+
--semantic-typo-title-1-m-font: var(--typo-brand-font-family-font);
|
|
792
|
+
--semantic-typo-title-1-m-size: var(--typo-brand-size-title-1);
|
|
793
|
+
--semantic-typo-title-1-m-lh: var(--typo-brand-line-height-title-1);
|
|
794
|
+
--semantic-typo-title-1-m-weight: var(--typo-brand-weight-medium);
|
|
795
|
+
--semantic-typo-title-1-m-ls: var(--typo-brand-letter-spacing-title-1);
|
|
796
|
+
--semantic-typo-title-2-sb-font: var(--typo-brand-font-family-font);
|
|
797
|
+
--semantic-typo-title-2-sb-size: var(--typo-brand-size-title-2);
|
|
798
|
+
--semantic-typo-title-2-sb-lh: var(--typo-brand-line-height-title-2);
|
|
799
|
+
--semantic-typo-title-2-sb-weight: var(--typo-brand-weight-semibold);
|
|
800
|
+
--semantic-typo-title-2-sb-ls: var(--typo-brand-letter-spacing-title-2);
|
|
801
|
+
--semantic-typo-title-2-m-font: var(--typo-brand-font-family-font);
|
|
802
|
+
--semantic-typo-title-2-m-size: var(--typo-brand-size-title-2);
|
|
803
|
+
--semantic-typo-title-2-m-lh: var(--typo-brand-line-height-title-2);
|
|
804
|
+
--semantic-typo-title-2-m-weight: var(--typo-brand-weight-medium);
|
|
805
|
+
--semantic-typo-title-2-m-ls: var(--typo-brand-letter-spacing-title-2);
|
|
806
|
+
--semantic-typo-heading-1-sb-font: var(--typo-brand-font-family-font);
|
|
807
|
+
--semantic-typo-heading-1-sb-size: var(--typo-brand-size-heading-1);
|
|
808
|
+
--semantic-typo-heading-1-sb-lh: var(--typo-brand-line-height-heading-1);
|
|
809
|
+
--semantic-typo-heading-1-sb-weight: var(--typo-brand-weight-semibold);
|
|
810
|
+
--semantic-typo-heading-1-sb-ls: var(--typo-brand-letter-spacing-heading-1);
|
|
811
|
+
--semantic-typo-heading-1-m-font: var(--typo-brand-font-family-font);
|
|
812
|
+
--semantic-typo-heading-1-m-size: var(--typo-brand-size-heading-1);
|
|
813
|
+
--semantic-typo-heading-1-m-lh: var(--typo-brand-line-height-heading-1);
|
|
814
|
+
--semantic-typo-heading-1-m-weight: var(--typo-brand-weight-medium);
|
|
815
|
+
--semantic-typo-heading-1-m-ls: var(--typo-brand-letter-spacing-heading-1);
|
|
816
|
+
--semantic-typo-heading-2-m-font: var(--typo-brand-font-family-font);
|
|
817
|
+
--semantic-typo-heading-2-m-size: var(--typo-brand-size-heading-2);
|
|
818
|
+
--semantic-typo-heading-2-m-lh: var(--typo-brand-line-height-heading-2);
|
|
819
|
+
--semantic-typo-heading-2-m-weight: var(--typo-brand-weight-medium);
|
|
820
|
+
--semantic-typo-heading-2-m-ls: var(--typo-brand-letter-spacing-heading-2);
|
|
821
|
+
--semantic-typo-body-1-sb-font: var(--typo-brand-font-family-font);
|
|
822
|
+
--semantic-typo-body-1-sb-size: var(--typo-brand-size-body-1);
|
|
823
|
+
--semantic-typo-body-1-sb-lh: var(--typo-brand-line-height-body-1);
|
|
824
|
+
--semantic-typo-body-1-sb-weight: var(--typo-brand-weight-semibold);
|
|
825
|
+
--semantic-typo-body-1-sb-ls: var(--typo-brand-letter-spacing-body-1);
|
|
826
|
+
--semantic-typo-body-1-m-font: var(--typo-brand-font-family-font);
|
|
827
|
+
--semantic-typo-body-1-m-size: var(--typo-brand-size-body-1);
|
|
828
|
+
--semantic-typo-body-1-m-lh: var(--typo-brand-line-height-body-1);
|
|
829
|
+
--semantic-typo-body-1-m-weight: var(--typo-brand-weight-medium);
|
|
830
|
+
--semantic-typo-body-1-m-ls: var(--typo-brand-letter-spacing-body-1);
|
|
831
|
+
--semantic-typo-body-1-r-font: var(--typo-brand-font-family-font);
|
|
832
|
+
--semantic-typo-body-1-r-size: var(--typo-brand-size-body-1);
|
|
833
|
+
--semantic-typo-body-1-r-lh: var(--typo-brand-line-height-body-1);
|
|
834
|
+
--semantic-typo-body-1-r-weight: var(--typo-brand-weight-regular);
|
|
835
|
+
--semantic-typo-body-1-r-ls: var(--typo-brand-letter-spacing-body-1);
|
|
836
|
+
--semantic-typo-body-2-m-font: var(--typo-brand-font-family-font);
|
|
837
|
+
--semantic-typo-body-2-m-size: var(--typo-brand-size-body-2);
|
|
838
|
+
--semantic-typo-body-2-m-lh: var(--typo-brand-line-height-body-2);
|
|
839
|
+
--semantic-typo-body-2-m-weight: var(--typo-brand-weight-medium);
|
|
840
|
+
--semantic-typo-body-2-m-ls: var(--typo-brand-letter-spacing-body-2);
|
|
841
|
+
--semantic-typo-body-2-r-font: var(--typo-brand-font-family-font);
|
|
842
|
+
--semantic-typo-body-2-r-size: var(--typo-brand-size-body-2);
|
|
843
|
+
--semantic-typo-body-2-r-lh: var(--typo-brand-line-height-body-2);
|
|
844
|
+
--semantic-typo-body-2-r-weight: var(--typo-brand-weight-regular);
|
|
845
|
+
--semantic-typo-body-2-r-ls: var(--typo-brand-letter-spacing-body-2);
|
|
846
|
+
--semantic-typo-label-1-sb-font: var(--typo-brand-font-family-font);
|
|
847
|
+
--semantic-typo-label-1-sb-size: var(--typo-brand-size-label-1);
|
|
848
|
+
--semantic-typo-label-1-sb-lh: var(--typo-brand-line-height-label-1);
|
|
849
|
+
--semantic-typo-label-1-sb-weight: var(--typo-brand-weight-semibold);
|
|
850
|
+
--semantic-typo-label-1-sb-ls: var(--typo-brand-letter-spacing-label-1);
|
|
851
|
+
--semantic-typo-label-1-m-font: var(--typo-brand-font-family-font);
|
|
852
|
+
--semantic-typo-label-1-m-size: var(--typo-brand-size-label-1);
|
|
853
|
+
--semantic-typo-label-1-m-lh: var(--typo-brand-line-height-label-1);
|
|
854
|
+
--semantic-typo-label-1-m-weight: var(--typo-brand-weight-medium);
|
|
855
|
+
--semantic-typo-label-1-m-ls: var(--typo-brand-letter-spacing-label-1);
|
|
856
|
+
--semantic-typo-label-2-sb-font: var(--typo-brand-font-family-font);
|
|
857
|
+
--semantic-typo-label-2-sb-size: var(--typo-brand-size-label-2);
|
|
858
|
+
--semantic-typo-label-2-sb-lh: var(--typo-brand-line-height-label-2);
|
|
859
|
+
--semantic-typo-label-2-sb-weight: var(--typo-brand-weight-semibold);
|
|
860
|
+
--semantic-typo-label-2-sb-ls: var(--typo-brand-letter-spacing-label-2);
|
|
861
|
+
--semantic-typo-label-2-m-font: var(--typo-brand-font-family-font);
|
|
862
|
+
--semantic-typo-label-2-m-size: var(--typo-brand-size-label-2);
|
|
863
|
+
--semantic-typo-label-2-m-lh: var(--typo-brand-line-height-label-2);
|
|
864
|
+
--semantic-typo-label-2-m-weight: var(--typo-brand-weight-medium);
|
|
865
|
+
--semantic-typo-label-2-m-ls: var(--typo-brand-letter-spacing-label-2);
|
|
866
|
+
--semantic-typo-caption-1-sb-font: var(--typo-brand-font-family-font);
|
|
867
|
+
--semantic-typo-caption-1-sb-size: var(--typo-brand-size-caption-1);
|
|
868
|
+
--semantic-typo-caption-1-sb-lh: var(--typo-brand-line-height-caption-1);
|
|
869
|
+
--semantic-typo-caption-1-sb-weight: var(--typo-brand-weight-semibold);
|
|
870
|
+
--semantic-typo-caption-1-sb-ls: var(--typo-brand-letter-spacing-caption-1);
|
|
871
|
+
--semantic-typo-caption-1-r-font: var(--typo-brand-font-family-font);
|
|
872
|
+
--semantic-typo-caption-1-r-size: var(--typo-brand-size-caption-1);
|
|
873
|
+
--semantic-typo-caption-1-r-lh: var(--typo-brand-line-height-caption-1);
|
|
874
|
+
--semantic-typo-caption-1-r-weight: var(--typo-brand-weight-regular);
|
|
875
|
+
--semantic-typo-caption-1-r-ls: var(--typo-brand-letter-spacing-caption-1);
|
|
876
|
+
--semantic-typo-caption-2-r-font: var(--typo-brand-font-family-font);
|
|
877
|
+
--semantic-typo-caption-2-r-size: var(--typo-brand-size-caption-2);
|
|
878
|
+
--semantic-typo-caption-2-r-lh: var(--typo-brand-line-height-caption-2);
|
|
879
|
+
--semantic-typo-caption-2-r-weight: var(--typo-brand-weight-regular);
|
|
880
|
+
--semantic-typo-caption-2-r-ls: var(--typo-brand-letter-spacing-caption-2);
|
|
881
|
+
}
|
|
882
|
+
.typo-display-1-b {
|
|
883
|
+
font-family: var(--semantic-typo-display-1-b-font);
|
|
884
|
+
font-size: var(--semantic-typo-display-1-b-size);
|
|
885
|
+
line-height: var(--semantic-typo-display-1-b-lh);
|
|
886
|
+
font-weight: var(--semantic-typo-display-1-b-weight);
|
|
887
|
+
letter-spacing: var(--semantic-typo-display-1-b-ls);
|
|
888
|
+
}
|
|
889
|
+
.typo-display-1-sb {
|
|
890
|
+
font-family: var(--semantic-typo-display-1-sb-font);
|
|
891
|
+
font-size: var(--semantic-typo-display-1-sb-size);
|
|
892
|
+
line-height: var(--semantic-typo-display-1-sb-lh);
|
|
893
|
+
font-weight: var(--semantic-typo-display-1-sb-weight);
|
|
894
|
+
letter-spacing: var(--semantic-typo-display-1-sb-ls);
|
|
895
|
+
}
|
|
896
|
+
.typo-display-2-b {
|
|
897
|
+
font-family: var(--semantic-typo-display-2-b-font);
|
|
898
|
+
font-size: var(--semantic-typo-display-2-b-size);
|
|
899
|
+
line-height: var(--semantic-typo-display-2-b-lh);
|
|
900
|
+
font-weight: var(--semantic-typo-display-2-b-weight);
|
|
901
|
+
letter-spacing: var(--semantic-typo-display-2-b-ls);
|
|
902
|
+
}
|
|
903
|
+
.typo-display-2-sb {
|
|
904
|
+
font-family: var(--semantic-typo-display-2-sb-font);
|
|
905
|
+
font-size: var(--semantic-typo-display-2-sb-size);
|
|
906
|
+
line-height: var(--semantic-typo-display-2-sb-lh);
|
|
907
|
+
font-weight: var(--semantic-typo-display-2-sb-weight);
|
|
908
|
+
letter-spacing: var(--semantic-typo-display-2-sb-ls);
|
|
909
|
+
}
|
|
910
|
+
.typo-title-1-sb {
|
|
911
|
+
font-family: var(--semantic-typo-title-1-sb-font);
|
|
912
|
+
font-size: var(--semantic-typo-title-1-sb-size);
|
|
913
|
+
line-height: var(--semantic-typo-title-1-sb-lh);
|
|
914
|
+
font-weight: var(--semantic-typo-title-1-sb-weight);
|
|
915
|
+
letter-spacing: var(--semantic-typo-title-1-sb-ls);
|
|
916
|
+
}
|
|
917
|
+
.typo-title-1-m {
|
|
918
|
+
font-family: var(--semantic-typo-title-1-m-font);
|
|
919
|
+
font-size: var(--semantic-typo-title-1-m-size);
|
|
920
|
+
line-height: var(--semantic-typo-title-1-m-lh);
|
|
921
|
+
font-weight: var(--semantic-typo-title-1-m-weight);
|
|
922
|
+
letter-spacing: var(--semantic-typo-title-1-m-ls);
|
|
923
|
+
}
|
|
924
|
+
.typo-title-2-sb {
|
|
925
|
+
font-family: var(--semantic-typo-title-2-sb-font);
|
|
926
|
+
font-size: var(--semantic-typo-title-2-sb-size);
|
|
927
|
+
line-height: var(--semantic-typo-title-2-sb-lh);
|
|
928
|
+
font-weight: var(--semantic-typo-title-2-sb-weight);
|
|
929
|
+
letter-spacing: var(--semantic-typo-title-2-sb-ls);
|
|
930
|
+
}
|
|
931
|
+
.typo-title-2-m {
|
|
932
|
+
font-family: var(--semantic-typo-title-2-m-font);
|
|
933
|
+
font-size: var(--semantic-typo-title-2-m-size);
|
|
934
|
+
line-height: var(--semantic-typo-title-2-m-lh);
|
|
935
|
+
font-weight: var(--semantic-typo-title-2-m-weight);
|
|
936
|
+
letter-spacing: var(--semantic-typo-title-2-m-ls);
|
|
937
|
+
}
|
|
938
|
+
.typo-heading-1-sb {
|
|
939
|
+
font-family: var(--semantic-typo-heading-1-sb-font);
|
|
940
|
+
font-size: var(--semantic-typo-heading-1-sb-size);
|
|
941
|
+
line-height: var(--semantic-typo-heading-1-sb-lh);
|
|
942
|
+
font-weight: var(--semantic-typo-heading-1-sb-weight);
|
|
943
|
+
letter-spacing: var(--semantic-typo-heading-1-sb-ls);
|
|
944
|
+
}
|
|
945
|
+
.typo-heading-1-m {
|
|
946
|
+
font-family: var(--semantic-typo-heading-1-m-font);
|
|
947
|
+
font-size: var(--semantic-typo-heading-1-m-size);
|
|
948
|
+
line-height: var(--semantic-typo-heading-1-m-lh);
|
|
949
|
+
font-weight: var(--semantic-typo-heading-1-m-weight);
|
|
950
|
+
letter-spacing: var(--semantic-typo-heading-1-m-ls);
|
|
951
|
+
}
|
|
952
|
+
.typo-heading-2-m {
|
|
953
|
+
font-family: var(--semantic-typo-heading-2-m-font);
|
|
954
|
+
font-size: var(--semantic-typo-heading-2-m-size);
|
|
955
|
+
line-height: var(--semantic-typo-heading-2-m-lh);
|
|
956
|
+
font-weight: var(--semantic-typo-heading-2-m-weight);
|
|
957
|
+
letter-spacing: var(--semantic-typo-heading-2-m-ls);
|
|
958
|
+
}
|
|
959
|
+
.typo-body-1-sb {
|
|
960
|
+
font-family: var(--semantic-typo-body-1-sb-font);
|
|
961
|
+
font-size: var(--semantic-typo-body-1-sb-size);
|
|
962
|
+
line-height: var(--semantic-typo-body-1-sb-lh);
|
|
963
|
+
font-weight: var(--semantic-typo-body-1-sb-weight);
|
|
964
|
+
letter-spacing: var(--semantic-typo-body-1-sb-ls);
|
|
965
|
+
}
|
|
966
|
+
.typo-body-1-m {
|
|
967
|
+
font-family: var(--semantic-typo-body-1-m-font);
|
|
968
|
+
font-size: var(--semantic-typo-body-1-m-size);
|
|
969
|
+
line-height: var(--semantic-typo-body-1-m-lh);
|
|
970
|
+
font-weight: var(--semantic-typo-body-1-m-weight);
|
|
971
|
+
letter-spacing: var(--semantic-typo-body-1-m-ls);
|
|
972
|
+
}
|
|
973
|
+
.typo-body-1-r {
|
|
974
|
+
font-family: var(--semantic-typo-body-1-r-font);
|
|
975
|
+
font-size: var(--semantic-typo-body-1-r-size);
|
|
976
|
+
line-height: var(--semantic-typo-body-1-r-lh);
|
|
977
|
+
font-weight: var(--semantic-typo-body-1-r-weight);
|
|
978
|
+
letter-spacing: var(--semantic-typo-body-1-r-ls);
|
|
979
|
+
}
|
|
980
|
+
.typo-body-2-m {
|
|
981
|
+
font-family: var(--semantic-typo-body-2-m-font);
|
|
982
|
+
font-size: var(--semantic-typo-body-2-m-size);
|
|
983
|
+
line-height: var(--semantic-typo-body-2-m-lh);
|
|
984
|
+
font-weight: var(--semantic-typo-body-2-m-weight);
|
|
985
|
+
letter-spacing: var(--semantic-typo-body-2-m-ls);
|
|
986
|
+
}
|
|
987
|
+
.typo-body-2-r {
|
|
988
|
+
font-family: var(--semantic-typo-body-2-r-font);
|
|
989
|
+
font-size: var(--semantic-typo-body-2-r-size);
|
|
990
|
+
line-height: var(--semantic-typo-body-2-r-lh);
|
|
991
|
+
font-weight: var(--semantic-typo-body-2-r-weight);
|
|
992
|
+
letter-spacing: var(--semantic-typo-body-2-r-ls);
|
|
993
|
+
}
|
|
994
|
+
.typo-label-1-sb {
|
|
995
|
+
font-family: var(--semantic-typo-label-1-sb-font);
|
|
996
|
+
font-size: var(--semantic-typo-label-1-sb-size);
|
|
997
|
+
line-height: var(--semantic-typo-label-1-sb-lh);
|
|
998
|
+
font-weight: var(--semantic-typo-label-1-sb-weight);
|
|
999
|
+
letter-spacing: var(--semantic-typo-label-1-sb-ls);
|
|
1000
|
+
}
|
|
1001
|
+
.typo-label-1-m {
|
|
1002
|
+
font-family: var(--semantic-typo-label-1-m-font);
|
|
1003
|
+
font-size: var(--semantic-typo-label-1-m-size);
|
|
1004
|
+
line-height: var(--semantic-typo-label-1-m-lh);
|
|
1005
|
+
font-weight: var(--semantic-typo-label-1-m-weight);
|
|
1006
|
+
letter-spacing: var(--semantic-typo-label-1-m-ls);
|
|
1007
|
+
}
|
|
1008
|
+
.typo-label-2-sb {
|
|
1009
|
+
font-family: var(--semantic-typo-label-2-sb-font);
|
|
1010
|
+
font-size: var(--semantic-typo-label-2-sb-size);
|
|
1011
|
+
line-height: var(--semantic-typo-label-2-sb-lh);
|
|
1012
|
+
font-weight: var(--semantic-typo-label-2-sb-weight);
|
|
1013
|
+
letter-spacing: var(--semantic-typo-label-2-sb-ls);
|
|
1014
|
+
}
|
|
1015
|
+
.typo-label-2-m {
|
|
1016
|
+
font-family: var(--semantic-typo-label-2-m-font);
|
|
1017
|
+
font-size: var(--semantic-typo-label-2-m-size);
|
|
1018
|
+
line-height: var(--semantic-typo-label-2-m-lh);
|
|
1019
|
+
font-weight: var(--semantic-typo-label-2-m-weight);
|
|
1020
|
+
letter-spacing: var(--semantic-typo-label-2-m-ls);
|
|
1021
|
+
}
|
|
1022
|
+
.typo-caption-1-sb {
|
|
1023
|
+
font-family: var(--semantic-typo-caption-1-sb-font);
|
|
1024
|
+
font-size: var(--semantic-typo-caption-1-sb-size);
|
|
1025
|
+
line-height: var(--semantic-typo-caption-1-sb-lh);
|
|
1026
|
+
font-weight: var(--semantic-typo-caption-1-sb-weight);
|
|
1027
|
+
letter-spacing: var(--semantic-typo-caption-1-sb-ls);
|
|
1028
|
+
}
|
|
1029
|
+
.typo-caption-1-r {
|
|
1030
|
+
font-family: var(--semantic-typo-caption-1-r-font);
|
|
1031
|
+
font-size: var(--semantic-typo-caption-1-r-size);
|
|
1032
|
+
line-height: var(--semantic-typo-caption-1-r-lh);
|
|
1033
|
+
font-weight: var(--semantic-typo-caption-1-r-weight);
|
|
1034
|
+
letter-spacing: var(--semantic-typo-caption-1-r-ls);
|
|
1035
|
+
}
|
|
1036
|
+
.typo-caption-2-r {
|
|
1037
|
+
font-family: var(--semantic-typo-caption-2-r-font);
|
|
1038
|
+
font-size: var(--semantic-typo-caption-2-r-size);
|
|
1039
|
+
line-height: var(--semantic-typo-caption-2-r-lh);
|
|
1040
|
+
font-weight: var(--semantic-typo-caption-2-r-weight);
|
|
1041
|
+
letter-spacing: var(--semantic-typo-caption-2-r-ls);
|
|
1042
|
+
}
|
|
531
1043
|
.semantic-text-strong {
|
|
532
1044
|
--ds-color: var(--semantic-text-strong);
|
|
533
1045
|
}
|
|
@@ -1342,6 +1854,62 @@
|
|
|
1342
1854
|
background-color: var(--semantic-surface-brand-default);
|
|
1343
1855
|
}
|
|
1344
1856
|
|
|
1857
|
+
/* src/components/Box/box.scss */
|
|
1858
|
+
.lib-xplat-box {
|
|
1859
|
+
contain: layout style;
|
|
1860
|
+
width: 100%;
|
|
1861
|
+
height: 100%;
|
|
1862
|
+
display: flex;
|
|
1863
|
+
flex-direction: column;
|
|
1864
|
+
flex: 1;
|
|
1865
|
+
min-width: 0;
|
|
1866
|
+
border-radius: var(--spacing-radius-xl);
|
|
1867
|
+
background-color: var(--semantic-surface-neutral-default);
|
|
1868
|
+
overflow: hidden;
|
|
1869
|
+
}
|
|
1870
|
+
.lib-xplat-box.outlined {
|
|
1871
|
+
border: 1px solid var(--semantic-border-default);
|
|
1872
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
|
|
1873
|
+
}
|
|
1874
|
+
.lib-xplat-box.elevated {
|
|
1875
|
+
border: none;
|
|
1876
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.08);
|
|
1877
|
+
}
|
|
1878
|
+
.lib-xplat-box.flat {
|
|
1879
|
+
border: none;
|
|
1880
|
+
background-color: var(--semantic-surface-neutral-subtle);
|
|
1881
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
|
|
1882
|
+
}
|
|
1883
|
+
.lib-xplat-box > .box-title {
|
|
1884
|
+
font-weight: 600;
|
|
1885
|
+
font-size: 14px;
|
|
1886
|
+
color: var(--semantic-text-strong);
|
|
1887
|
+
padding: var(--spacing-space-3) var(--spacing-space-4);
|
|
1888
|
+
border-bottom: 1px solid var(--semantic-border-subtle);
|
|
1889
|
+
min-width: 0;
|
|
1890
|
+
overflow: hidden;
|
|
1891
|
+
text-overflow: ellipsis;
|
|
1892
|
+
white-space: nowrap;
|
|
1893
|
+
}
|
|
1894
|
+
.lib-xplat-box > .box-content {
|
|
1895
|
+
display: flex;
|
|
1896
|
+
flex-direction: column;
|
|
1897
|
+
flex: 1;
|
|
1898
|
+
min-height: 0;
|
|
1899
|
+
}
|
|
1900
|
+
.lib-xplat-box.pad-none > .box-content {
|
|
1901
|
+
padding: 0;
|
|
1902
|
+
}
|
|
1903
|
+
.lib-xplat-box.pad-sm > .box-content {
|
|
1904
|
+
padding: var(--spacing-space-2) var(--spacing-space-3);
|
|
1905
|
+
}
|
|
1906
|
+
.lib-xplat-box.pad-md > .box-content {
|
|
1907
|
+
padding: var(--spacing-space-4);
|
|
1908
|
+
}
|
|
1909
|
+
.lib-xplat-box.pad-lg > .box-content {
|
|
1910
|
+
padding: var(--spacing-space-6);
|
|
1911
|
+
}
|
|
1912
|
+
|
|
1345
1913
|
/* src/components/Breadcrumb/breadcrumb.scss */
|
|
1346
1914
|
.lib-xplat-breadcrumb {
|
|
1347
1915
|
width: 100%;
|
|
@@ -1664,186 +2232,6 @@
|
|
|
1664
2232
|
font-weight: 600;
|
|
1665
2233
|
}
|
|
1666
2234
|
|
|
1667
|
-
/* src/components/IconButton/iconButton.scss */
|
|
1668
|
-
.lib-xplat-icon-button {
|
|
1669
|
-
display: inline-flex;
|
|
1670
|
-
align-items: center;
|
|
1671
|
-
justify-content: center;
|
|
1672
|
-
flex-shrink: 0;
|
|
1673
|
-
border: 1px solid transparent;
|
|
1674
|
-
border-radius: var(--spacing-radius-md);
|
|
1675
|
-
cursor: pointer;
|
|
1676
|
-
transition: background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
1677
|
-
}
|
|
1678
|
-
.lib-xplat-icon-button.sm {
|
|
1679
|
-
width: var(--spacing-control-height-sm);
|
|
1680
|
-
height: var(--spacing-control-height-sm);
|
|
1681
|
-
font-size: 14px;
|
|
1682
|
-
}
|
|
1683
|
-
.lib-xplat-icon-button.md {
|
|
1684
|
-
width: var(--spacing-control-height-md);
|
|
1685
|
-
height: var(--spacing-control-height-md);
|
|
1686
|
-
font-size: 18px;
|
|
1687
|
-
}
|
|
1688
|
-
.lib-xplat-icon-button.lg {
|
|
1689
|
-
width: var(--spacing-control-height-lg);
|
|
1690
|
-
height: var(--spacing-control-height-lg);
|
|
1691
|
-
font-size: 22px;
|
|
1692
|
-
}
|
|
1693
|
-
.lib-xplat-icon-button:disabled {
|
|
1694
|
-
cursor: not-allowed;
|
|
1695
|
-
background-color: var(--semantic-surface-neutral-disabled) !important;
|
|
1696
|
-
border-color: var(--semantic-surface-neutral-disabled) !important;
|
|
1697
|
-
color: var(--semantic-text-disabled) !important;
|
|
1698
|
-
}
|
|
1699
|
-
.lib-xplat-icon-button.primary {
|
|
1700
|
-
color: var(--semantic-text-inverse);
|
|
1701
|
-
background-color: var(--semantic-surface-brand-default);
|
|
1702
|
-
}
|
|
1703
|
-
.lib-xplat-icon-button.primary:hover:not(:disabled) {
|
|
1704
|
-
background-color: var(--semantic-surface-brand-strong);
|
|
1705
|
-
}
|
|
1706
|
-
.lib-xplat-icon-button.primary:focus-visible {
|
|
1707
|
-
outline: 2px solid var(--semantic-interaction-focus-ring);
|
|
1708
|
-
outline-offset: 2px;
|
|
1709
|
-
}
|
|
1710
|
-
.lib-xplat-icon-button.secondary {
|
|
1711
|
-
color: var(--semantic-surface-brand-default);
|
|
1712
|
-
background-color: var(--semantic-surface-neutral-default);
|
|
1713
|
-
border-color: var(--semantic-border-default);
|
|
1714
|
-
}
|
|
1715
|
-
.lib-xplat-icon-button.secondary:hover:not(:disabled) {
|
|
1716
|
-
background-color: var(--semantic-surface-neutral-subtle);
|
|
1717
|
-
}
|
|
1718
|
-
.lib-xplat-icon-button.secondary:focus-visible {
|
|
1719
|
-
outline: 2px solid var(--semantic-interaction-focus-ring);
|
|
1720
|
-
outline-offset: 2px;
|
|
1721
|
-
}
|
|
1722
|
-
.lib-xplat-icon-button.danger {
|
|
1723
|
-
color: var(--semantic-text-inverse);
|
|
1724
|
-
background-color: var(--semantic-surface-error-default);
|
|
1725
|
-
}
|
|
1726
|
-
.lib-xplat-icon-button.danger:hover:not(:disabled) {
|
|
1727
|
-
background-color: var(--semantic-surface-error-strong);
|
|
1728
|
-
}
|
|
1729
|
-
.lib-xplat-icon-button.danger:focus-visible {
|
|
1730
|
-
outline: 2px solid var(--semantic-interaction-focus-ring);
|
|
1731
|
-
outline-offset: 2px;
|
|
1732
|
-
}
|
|
1733
|
-
.lib-xplat-icon-button.ghost {
|
|
1734
|
-
color: var(--semantic-text-subtle);
|
|
1735
|
-
background-color: transparent;
|
|
1736
|
-
}
|
|
1737
|
-
.lib-xplat-icon-button.ghost:hover:not(:disabled) {
|
|
1738
|
-
background-color: var(--semantic-surface-neutral-subtle);
|
|
1739
|
-
}
|
|
1740
|
-
.lib-xplat-icon-button.ghost:focus-visible {
|
|
1741
|
-
outline: 2px solid var(--semantic-interaction-focus-ring);
|
|
1742
|
-
outline-offset: 2px;
|
|
1743
|
-
}
|
|
1744
|
-
|
|
1745
|
-
/* src/components/ChatInput/chatInput.scss */
|
|
1746
|
-
.lib-xplat-chat-input {
|
|
1747
|
-
display: flex;
|
|
1748
|
-
align-items: flex-end;
|
|
1749
|
-
width: 100%;
|
|
1750
|
-
gap: var(--spacing-space-2);
|
|
1751
|
-
padding: var(--spacing-space-3);
|
|
1752
|
-
border: 1px solid var(--semantic-border-default);
|
|
1753
|
-
border-radius: var(--spacing-radius-lg);
|
|
1754
|
-
background-color: var(--semantic-surface-neutral-default);
|
|
1755
|
-
transition: border-color 0.15s, box-shadow 0.15s;
|
|
1756
|
-
}
|
|
1757
|
-
.lib-xplat-chat-input:hover:not(.disabled):not(:focus-within) {
|
|
1758
|
-
border-color: var(--semantic-border-strong);
|
|
1759
|
-
}
|
|
1760
|
-
.lib-xplat-chat-input:focus-within {
|
|
1761
|
-
border-color: var(--semantic-interaction-focus-ring);
|
|
1762
|
-
box-shadow: 0 0 0 2px var(--semantic-interaction-overlay-10);
|
|
1763
|
-
}
|
|
1764
|
-
.lib-xplat-chat-input.disabled {
|
|
1765
|
-
background-color: var(--semantic-surface-neutral-subtle);
|
|
1766
|
-
border-color: var(--semantic-border-default);
|
|
1767
|
-
cursor: not-allowed;
|
|
1768
|
-
}
|
|
1769
|
-
.lib-xplat-chat-input .chat-input-textarea {
|
|
1770
|
-
flex: 1;
|
|
1771
|
-
border: none;
|
|
1772
|
-
outline: none;
|
|
1773
|
-
resize: none;
|
|
1774
|
-
min-height: var(--spacing-control-height-sm);
|
|
1775
|
-
max-height: 200px;
|
|
1776
|
-
overflow-y: auto;
|
|
1777
|
-
padding: 4px 0;
|
|
1778
|
-
font-size: 16px;
|
|
1779
|
-
line-height: 24px;
|
|
1780
|
-
color: var(--semantic-text-strong);
|
|
1781
|
-
background: transparent;
|
|
1782
|
-
}
|
|
1783
|
-
.lib-xplat-chat-input .chat-input-textarea::placeholder {
|
|
1784
|
-
color: var(--semantic-text-disabled);
|
|
1785
|
-
}
|
|
1786
|
-
.lib-xplat-chat-input .chat-input-textarea:disabled {
|
|
1787
|
-
cursor: not-allowed;
|
|
1788
|
-
color: var(--semantic-text-disabled);
|
|
1789
|
-
}
|
|
1790
|
-
|
|
1791
|
-
/* src/components/Box/box.scss */
|
|
1792
|
-
.lib-xplat-box {
|
|
1793
|
-
contain: layout style;
|
|
1794
|
-
width: 100%;
|
|
1795
|
-
height: 100%;
|
|
1796
|
-
display: flex;
|
|
1797
|
-
flex-direction: column;
|
|
1798
|
-
flex: 1;
|
|
1799
|
-
min-width: 0;
|
|
1800
|
-
border-radius: var(--spacing-radius-xl);
|
|
1801
|
-
background-color: var(--semantic-surface-neutral-default);
|
|
1802
|
-
overflow: hidden;
|
|
1803
|
-
}
|
|
1804
|
-
.lib-xplat-box.outlined {
|
|
1805
|
-
border: 1px solid var(--semantic-border-default);
|
|
1806
|
-
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
|
|
1807
|
-
}
|
|
1808
|
-
.lib-xplat-box.elevated {
|
|
1809
|
-
border: none;
|
|
1810
|
-
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.08);
|
|
1811
|
-
}
|
|
1812
|
-
.lib-xplat-box.flat {
|
|
1813
|
-
border: none;
|
|
1814
|
-
background-color: var(--semantic-surface-neutral-subtle);
|
|
1815
|
-
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
|
|
1816
|
-
}
|
|
1817
|
-
.lib-xplat-box > .box-title {
|
|
1818
|
-
font-weight: 600;
|
|
1819
|
-
font-size: 14px;
|
|
1820
|
-
color: var(--semantic-text-strong);
|
|
1821
|
-
padding: var(--spacing-space-3) var(--spacing-space-4);
|
|
1822
|
-
border-bottom: 1px solid var(--semantic-border-subtle);
|
|
1823
|
-
min-width: 0;
|
|
1824
|
-
overflow: hidden;
|
|
1825
|
-
text-overflow: ellipsis;
|
|
1826
|
-
white-space: nowrap;
|
|
1827
|
-
}
|
|
1828
|
-
.lib-xplat-box > .box-content {
|
|
1829
|
-
display: flex;
|
|
1830
|
-
flex-direction: column;
|
|
1831
|
-
flex: 1;
|
|
1832
|
-
min-height: 0;
|
|
1833
|
-
}
|
|
1834
|
-
.lib-xplat-box.pad-none > .box-content {
|
|
1835
|
-
padding: 0;
|
|
1836
|
-
}
|
|
1837
|
-
.lib-xplat-box.pad-sm > .box-content {
|
|
1838
|
-
padding: var(--spacing-space-2) var(--spacing-space-3);
|
|
1839
|
-
}
|
|
1840
|
-
.lib-xplat-box.pad-md > .box-content {
|
|
1841
|
-
padding: var(--spacing-space-4);
|
|
1842
|
-
}
|
|
1843
|
-
.lib-xplat-box.pad-lg > .box-content {
|
|
1844
|
-
padding: var(--spacing-space-6);
|
|
1845
|
-
}
|
|
1846
|
-
|
|
1847
2235
|
/* src/components/CardTab/cardTab.scss */
|
|
1848
2236
|
.lib-xplat-card-tab {
|
|
1849
2237
|
width: 100%;
|
|
@@ -2140,6 +2528,130 @@
|
|
|
2140
2528
|
}
|
|
2141
2529
|
}
|
|
2142
2530
|
|
|
2531
|
+
/* src/components/IconButton/iconButton.scss */
|
|
2532
|
+
.lib-xplat-icon-button {
|
|
2533
|
+
display: inline-flex;
|
|
2534
|
+
align-items: center;
|
|
2535
|
+
justify-content: center;
|
|
2536
|
+
flex-shrink: 0;
|
|
2537
|
+
border: 1px solid transparent;
|
|
2538
|
+
border-radius: var(--spacing-radius-md);
|
|
2539
|
+
cursor: pointer;
|
|
2540
|
+
transition: background-color 0.28s cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|
2541
|
+
}
|
|
2542
|
+
.lib-xplat-icon-button.sm {
|
|
2543
|
+
width: var(--spacing-control-height-sm);
|
|
2544
|
+
height: var(--spacing-control-height-sm);
|
|
2545
|
+
font-size: 14px;
|
|
2546
|
+
}
|
|
2547
|
+
.lib-xplat-icon-button.md {
|
|
2548
|
+
width: var(--spacing-control-height-md);
|
|
2549
|
+
height: var(--spacing-control-height-md);
|
|
2550
|
+
font-size: 18px;
|
|
2551
|
+
}
|
|
2552
|
+
.lib-xplat-icon-button.lg {
|
|
2553
|
+
width: var(--spacing-control-height-lg);
|
|
2554
|
+
height: var(--spacing-control-height-lg);
|
|
2555
|
+
font-size: 22px;
|
|
2556
|
+
}
|
|
2557
|
+
.lib-xplat-icon-button:disabled {
|
|
2558
|
+
cursor: not-allowed;
|
|
2559
|
+
background-color: var(--semantic-surface-neutral-disabled) !important;
|
|
2560
|
+
border-color: var(--semantic-surface-neutral-disabled) !important;
|
|
2561
|
+
color: var(--semantic-text-disabled) !important;
|
|
2562
|
+
}
|
|
2563
|
+
.lib-xplat-icon-button.primary {
|
|
2564
|
+
color: var(--semantic-text-inverse);
|
|
2565
|
+
background-color: var(--semantic-surface-brand-default);
|
|
2566
|
+
}
|
|
2567
|
+
.lib-xplat-icon-button.primary:hover:not(:disabled) {
|
|
2568
|
+
background-color: var(--semantic-surface-brand-strong);
|
|
2569
|
+
}
|
|
2570
|
+
.lib-xplat-icon-button.primary:focus-visible {
|
|
2571
|
+
outline: 2px solid var(--semantic-interaction-focus-ring);
|
|
2572
|
+
outline-offset: 2px;
|
|
2573
|
+
}
|
|
2574
|
+
.lib-xplat-icon-button.secondary {
|
|
2575
|
+
color: var(--semantic-surface-brand-default);
|
|
2576
|
+
background-color: var(--semantic-surface-neutral-default);
|
|
2577
|
+
border-color: var(--semantic-border-default);
|
|
2578
|
+
}
|
|
2579
|
+
.lib-xplat-icon-button.secondary:hover:not(:disabled) {
|
|
2580
|
+
background-color: var(--semantic-surface-neutral-subtle);
|
|
2581
|
+
}
|
|
2582
|
+
.lib-xplat-icon-button.secondary:focus-visible {
|
|
2583
|
+
outline: 2px solid var(--semantic-interaction-focus-ring);
|
|
2584
|
+
outline-offset: 2px;
|
|
2585
|
+
}
|
|
2586
|
+
.lib-xplat-icon-button.danger {
|
|
2587
|
+
color: var(--semantic-text-inverse);
|
|
2588
|
+
background-color: var(--semantic-surface-error-default);
|
|
2589
|
+
}
|
|
2590
|
+
.lib-xplat-icon-button.danger:hover:not(:disabled) {
|
|
2591
|
+
background-color: var(--semantic-surface-error-strong);
|
|
2592
|
+
}
|
|
2593
|
+
.lib-xplat-icon-button.danger:focus-visible {
|
|
2594
|
+
outline: 2px solid var(--semantic-interaction-focus-ring);
|
|
2595
|
+
outline-offset: 2px;
|
|
2596
|
+
}
|
|
2597
|
+
.lib-xplat-icon-button.ghost {
|
|
2598
|
+
color: var(--semantic-text-subtle);
|
|
2599
|
+
background-color: transparent;
|
|
2600
|
+
}
|
|
2601
|
+
.lib-xplat-icon-button.ghost:hover:not(:disabled) {
|
|
2602
|
+
background-color: var(--semantic-surface-neutral-subtle);
|
|
2603
|
+
}
|
|
2604
|
+
.lib-xplat-icon-button.ghost:focus-visible {
|
|
2605
|
+
outline: 2px solid var(--semantic-interaction-focus-ring);
|
|
2606
|
+
outline-offset: 2px;
|
|
2607
|
+
}
|
|
2608
|
+
|
|
2609
|
+
/* src/components/ChatInput/chatInput.scss */
|
|
2610
|
+
.lib-xplat-chat-input {
|
|
2611
|
+
display: flex;
|
|
2612
|
+
align-items: flex-end;
|
|
2613
|
+
width: 100%;
|
|
2614
|
+
gap: var(--spacing-space-2);
|
|
2615
|
+
padding: var(--spacing-space-3);
|
|
2616
|
+
border: 1px solid var(--semantic-border-default);
|
|
2617
|
+
border-radius: var(--spacing-radius-lg);
|
|
2618
|
+
background-color: var(--semantic-surface-neutral-default);
|
|
2619
|
+
transition: border-color 0.15s, box-shadow 0.15s;
|
|
2620
|
+
}
|
|
2621
|
+
.lib-xplat-chat-input:hover:not(.disabled):not(:focus-within) {
|
|
2622
|
+
border-color: var(--semantic-border-strong);
|
|
2623
|
+
}
|
|
2624
|
+
.lib-xplat-chat-input:focus-within {
|
|
2625
|
+
border-color: var(--semantic-interaction-focus-ring);
|
|
2626
|
+
box-shadow: 0 0 0 2px var(--semantic-interaction-overlay-10);
|
|
2627
|
+
}
|
|
2628
|
+
.lib-xplat-chat-input.disabled {
|
|
2629
|
+
background-color: var(--semantic-surface-neutral-subtle);
|
|
2630
|
+
border-color: var(--semantic-border-default);
|
|
2631
|
+
cursor: not-allowed;
|
|
2632
|
+
}
|
|
2633
|
+
.lib-xplat-chat-input .chat-input-textarea {
|
|
2634
|
+
flex: 1;
|
|
2635
|
+
border: none;
|
|
2636
|
+
outline: none;
|
|
2637
|
+
resize: none;
|
|
2638
|
+
min-height: var(--spacing-control-height-sm);
|
|
2639
|
+
max-height: 200px;
|
|
2640
|
+
overflow-y: auto;
|
|
2641
|
+
padding: 4px 0;
|
|
2642
|
+
font-size: 16px;
|
|
2643
|
+
line-height: 24px;
|
|
2644
|
+
color: var(--semantic-text-strong);
|
|
2645
|
+
background: transparent;
|
|
2646
|
+
}
|
|
2647
|
+
.lib-xplat-chat-input .chat-input-textarea::placeholder {
|
|
2648
|
+
color: var(--semantic-text-disabled);
|
|
2649
|
+
}
|
|
2650
|
+
.lib-xplat-chat-input .chat-input-textarea:disabled {
|
|
2651
|
+
cursor: not-allowed;
|
|
2652
|
+
color: var(--semantic-text-disabled);
|
|
2653
|
+
}
|
|
2654
|
+
|
|
2143
2655
|
/* src/components/CheckBox/checkbox.scss */
|
|
2144
2656
|
.lib-xplat-checkbox {
|
|
2145
2657
|
display: flex;
|