@dialpad/dialtone 9.20.0 → 9.21.1

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.
Files changed (88) hide show
  1. package/dist/css/CHANGELOG.json +1 -1
  2. package/dist/css/dialtone.css +466 -425
  3. package/dist/css/dialtone.min.css +1 -1
  4. package/dist/tokens/android/java/tokens-dark.kt +151 -131
  5. package/dist/tokens/android/java/tokens-light.kt +151 -131
  6. package/dist/tokens/android/res/values/colors-dark.xml +1 -1
  7. package/dist/tokens/android/res/values/colors-light.xml +1 -1
  8. package/dist/tokens/android/res/values/dimens.xml +31 -27
  9. package/dist/tokens/css/variables-dark.css +156 -136
  10. package/dist/tokens/css/variables-light.css +156 -136
  11. package/dist/tokens/doc.json +5899 -4599
  12. package/dist/tokens/ios/tokens-dark.swift +151 -131
  13. package/dist/tokens/ios/tokens-light.swift +151 -131
  14. package/dist/tokens/less/variables-dark.less +156 -136
  15. package/dist/tokens/less/variables-light.less +156 -136
  16. package/dist/tokens/tokens-dark.json +150 -130
  17. package/dist/tokens/tokens-light.json +150 -130
  18. package/dist/vue2/component-documentation.json +1 -1
  19. package/dist/vue2/dialtone-vue.cjs +3 -3
  20. package/dist/vue2/dialtone-vue.js +64 -15
  21. package/dist/vue2/directives.cjs +1 -1
  22. package/dist/vue2/directives.js +1 -1
  23. package/dist/vue2/emoji.cjs +1 -1
  24. package/dist/vue2/emoji.js +4 -4
  25. package/dist/vue2/{emoji_picker-pzXZS6X7.cjs → emoji_picker-F8BRxcT4.cjs} +1 -1
  26. package/dist/vue2/{emoji_picker-oRqwDR1h.js → emoji_picker-eZhVMcsq.js} +2 -2
  27. package/dist/vue2/{emoji_text_wrapper-V-Qf4XZv.js → emoji_text_wrapper-D8sO5OFj.js} +2 -2
  28. package/dist/vue2/{emoji_text_wrapper-6Yl5NIEJ.cjs → emoji_text_wrapper-Rk9EMvo8.cjs} +1 -1
  29. package/dist/vue2/{index-74FmkvkN.js → index-5kIwGgwp.js} +180 -179
  30. package/dist/vue2/index-FZJBS_ti.cjs +1 -0
  31. package/dist/vue2/message_input.cjs +1 -1
  32. package/dist/vue2/message_input.js +4 -4
  33. package/dist/vue2/{rich_text_editor-QsHU2mru.js → rich_text_editor-750LBgdo.js} +861 -861
  34. package/dist/vue2/{rich_text_editor-OOdKm54S.cjs → rich_text_editor-q9e-ZDwe.cjs} +2 -2
  35. package/dist/vue2/style.css +1 -1
  36. package/dist/vue2/{tooltip-mMe9F6C6.js → tooltip-88U5vFMA.js} +3 -3
  37. package/dist/vue2/{tooltip-sE12R_AU.cjs → tooltip-i2wxFIIi.cjs} +1 -1
  38. package/dist/vue2/types/components/banner/banner.vue.d.ts +20 -1
  39. package/dist/vue2/types/components/banner/banner.vue.d.ts.map +1 -1
  40. package/dist/vue2/types/components/link/link.vue.d.ts +3 -2
  41. package/dist/vue2/types/components/link/link.vue.d.ts.map +1 -1
  42. package/dist/vue2/types/components/link/link_constants.d.ts +2 -0
  43. package/dist/vue2/types/components/link/link_constants.d.ts.map +1 -1
  44. package/dist/vue2/types/components/notice/notice.vue.d.ts +34 -0
  45. package/dist/vue2/types/components/notice/notice.vue.d.ts.map +1 -1
  46. package/dist/vue2/types/components/notice/notice_action.vue.d.ts +17 -0
  47. package/dist/vue2/types/components/notice/notice_action.vue.d.ts.map +1 -1
  48. package/dist/vue2/types/components/toast/toast.vue.d.ts +34 -0
  49. package/dist/vue2/types/components/toast/toast.vue.d.ts.map +1 -1
  50. package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts +0 -1
  51. package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
  52. package/dist/vue3/component-documentation.json +1 -1
  53. package/dist/vue3/dialtone-vue.cjs +3 -3
  54. package/dist/vue3/dialtone-vue.js +327 -269
  55. package/dist/vue3/directives.cjs +1 -1
  56. package/dist/vue3/directives.js +1 -1
  57. package/dist/vue3/emoji-1NjKe1Yv.cjs +1 -0
  58. package/dist/vue3/{emoji-ifbDMGtx.js → emoji-VxFu3PHn.js} +181 -180
  59. package/dist/vue3/emoji.cjs +1 -1
  60. package/dist/vue3/emoji.js +4 -4
  61. package/dist/vue3/{emoji_picker-i3y8jyyY.cjs → emoji_picker--qWnpkri.cjs} +1 -1
  62. package/dist/vue3/{emoji_picker-G6QLC4uN.js → emoji_picker-1UT0z6jY.js} +2 -2
  63. package/dist/vue3/{emoji_text_wrapper-vQeoLfQ4.js → emoji_text_wrapper-NMuqIG_X.js} +1 -1
  64. package/dist/vue3/{emoji_text_wrapper-spWldgj4.cjs → emoji_text_wrapper-bOsTtVBL.cjs} +1 -1
  65. package/dist/vue3/message_input.cjs +1 -1
  66. package/dist/vue3/message_input.js +4 -4
  67. package/dist/vue3/{rich_text_editor-PlDAAo2K.js → rich_text_editor-_wxi33hv.js} +4 -8
  68. package/dist/vue3/{rich_text_editor-m8DM-vOU.cjs → rich_text_editor-pnYcPOnF.cjs} +2 -2
  69. package/dist/vue3/style.css +1 -1
  70. package/dist/vue3/{tooltip-px-Nxl4C.cjs → tooltip-P8ouLQqi.cjs} +1 -1
  71. package/dist/vue3/{tooltip-FcHJcgMd.js → tooltip-S6S4up2q.js} +3 -3
  72. package/dist/vue3/types/components/banner/banner.vue.d.ts +20 -1
  73. package/dist/vue3/types/components/banner/banner.vue.d.ts.map +1 -1
  74. package/dist/vue3/types/components/link/link.vue.d.ts +3 -2
  75. package/dist/vue3/types/components/link/link.vue.d.ts.map +1 -1
  76. package/dist/vue3/types/components/link/link_constants.d.ts +2 -0
  77. package/dist/vue3/types/components/link/link_constants.d.ts.map +1 -1
  78. package/dist/vue3/types/components/notice/notice.vue.d.ts +34 -0
  79. package/dist/vue3/types/components/notice/notice.vue.d.ts.map +1 -1
  80. package/dist/vue3/types/components/notice/notice_action.vue.d.ts +17 -0
  81. package/dist/vue3/types/components/notice/notice_action.vue.d.ts.map +1 -1
  82. package/dist/vue3/types/components/toast/toast.vue.d.ts +34 -0
  83. package/dist/vue3/types/components/toast/toast.vue.d.ts.map +1 -1
  84. package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts +0 -1
  85. package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
  86. package/package.json +1 -1
  87. package/dist/vue2/index-dsfPzyLy.cjs +0 -1
  88. package/dist/vue3/emoji-q4ZpxDOX.cjs +0 -1
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 13 Mar 2024 06:52:25 GMT
3
+ // Generated on Fri, 15 Mar 2024 00:00:46 GMT
4
4
 
5
5
  @dt-font-size-100: 1.2rem; // small
6
6
  @dt-font-size-200: 1.5rem; // medium / base
@@ -602,141 +602,161 @@
602
602
  @dt-shadow-focus-inset-1-spread: 0.3rem;
603
603
  @dt-shadow-focus-inset-1-color: #51A0FE;
604
604
  @dt-shadow-focus-inset-1-type: innerShadow;
605
- @dt-typography-body-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
606
- @dt-typography-body-small-font-weight: 400;
607
- @dt-typography-body-small-line-height: 1.4;
608
- @dt-typography-body-small-font-size: 1.2rem;
609
- @dt-typography-body-small-text-case: none;
610
- @dt-typography-body-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
611
- @dt-typography-body-base-font-weight: 400;
612
- @dt-typography-body-base-line-height: 1.6;
613
- @dt-typography-body-base-font-size: 1.5rem;
614
- @dt-typography-body-base-text-case: none;
615
- @dt-typography-body-compact-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
616
- @dt-typography-body-compact-small-font-weight: 400;
617
- @dt-typography-body-compact-small-line-height: 1.2;
618
- @dt-typography-body-compact-small-font-size: 1.2rem;
619
- @dt-typography-body-compact-small-text-case: none;
620
- @dt-typography-body-compact-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
621
- @dt-typography-body-compact-base-font-weight: 400;
622
- @dt-typography-body-compact-base-line-height: 1.4;
623
- @dt-typography-body-compact-base-font-size: 1.5rem;
624
- @dt-typography-body-compact-base-text-case: none;
625
- @dt-typography-headline-eyebrow-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
626
- @dt-typography-headline-eyebrow-font-weight: 400;
627
- @dt-typography-headline-eyebrow-line-height: 1.4;
628
- @dt-typography-headline-eyebrow-font-size: 1.2rem;
629
- @dt-typography-headline-eyebrow-text-case: uppercase;
630
- @dt-typography-headline-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // subhead
631
- @dt-typography-headline-small-font-weight: 700; // subhead
632
- @dt-typography-headline-small-line-height: 1.4; // subhead
633
- @dt-typography-headline-small-font-size: 1.2rem; // subhead
634
- @dt-typography-headline-small-text-case: none; // subhead
635
- @dt-typography-headline-medium-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // base
636
- @dt-typography-headline-medium-font-weight: 700; // base
637
- @dt-typography-headline-medium-line-height: 1.6; // base
638
- @dt-typography-headline-medium-font-size: 1.5rem; // base
639
- @dt-typography-headline-medium-text-case: none; // base
640
- @dt-typography-headline-large-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // section
641
- @dt-typography-headline-large-font-weight: 700; // section
642
- @dt-typography-headline-large-line-height: 1.6; // section
643
- @dt-typography-headline-large-font-size: 1.9rem; // section
644
- @dt-typography-headline-large-text-case: none; // section
645
- @dt-typography-headline-extra-large-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // display
646
- @dt-typography-headline-extra-large-font-weight: 500; // display
647
- @dt-typography-headline-extra-large-line-height: 1.2; // display
648
- @dt-typography-headline-extra-large-font-size: 2.7rem; // display
649
- @dt-typography-headline-extra-large-text-case: none; // display
650
- @dt-typography-headline-extra-extra-large-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // page head
651
- @dt-typography-headline-extra-extra-large-font-weight: 500; // page head
652
- @dt-typography-headline-extra-extra-large-line-height: 1.2; // page head
653
- @dt-typography-headline-extra-extra-large-font-size: 3.8rem; // page head
654
- @dt-typography-headline-extra-extra-large-text-case: none; // page head
655
- @dt-typography-headline-soft-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // subhead
656
- @dt-typography-headline-soft-small-font-weight: 500; // subhead
657
- @dt-typography-headline-soft-small-line-height: 1.4; // subhead
658
- @dt-typography-headline-soft-small-font-size: 1.2rem; // subhead
659
- @dt-typography-headline-soft-small-text-case: none; // subhead
660
- @dt-typography-headline-compact-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // subheading
661
- @dt-typography-headline-compact-small-font-weight: 700; // subheading
662
- @dt-typography-headline-compact-small-line-height: 1.2; // subheading
663
- @dt-typography-headline-compact-small-font-size: 1.2rem; // subheading
664
- @dt-typography-headline-compact-small-text-case: none; // subheading
665
- @dt-typography-headline-compact-medium-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
666
- @dt-typography-headline-compact-medium-font-weight: 700;
667
- @dt-typography-headline-compact-medium-line-height: 1.4;
668
- @dt-typography-headline-compact-medium-font-size: 1.5rem;
669
- @dt-typography-headline-compact-medium-text-case: none;
670
- @dt-typography-headline-compact-large-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
671
- @dt-typography-headline-compact-large-font-weight: 700;
672
- @dt-typography-headline-compact-large-line-height: 1.2;
673
- @dt-typography-headline-compact-large-font-size: 1.9rem;
674
- @dt-typography-headline-compact-large-text-case: none;
675
- @dt-typography-headline-compact-soft-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // subhead
676
- @dt-typography-headline-compact-soft-small-font-weight: 500; // subhead
677
- @dt-typography-headline-compact-soft-small-line-height: 1.2; // subhead
678
- @dt-typography-headline-compact-soft-small-font-size: 1.2rem; // subhead
679
- @dt-typography-headline-compact-soft-small-text-case: none; // subhead
680
- @dt-typography-label-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
681
- @dt-typography-label-small-font-weight: 600;
682
- @dt-typography-label-small-line-height: 1.4;
683
- @dt-typography-label-small-font-size: 1.2rem;
684
- @dt-typography-label-small-text-case: none;
685
- @dt-typography-label-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
686
- @dt-typography-label-base-font-weight: 600;
687
- @dt-typography-label-base-line-height: 1.6;
688
- @dt-typography-label-base-font-size: 1.5rem;
689
- @dt-typography-label-base-text-case: none;
690
- @dt-typography-label-compact-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
691
- @dt-typography-label-compact-small-font-weight: 600;
692
- @dt-typography-label-compact-small-line-height: 1.2;
693
- @dt-typography-label-compact-small-font-size: 1.2rem;
694
- @dt-typography-label-compact-small-text-case: none;
695
- @dt-typography-label-compact-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
696
- @dt-typography-label-compact-base-font-weight: 600;
697
- @dt-typography-label-compact-base-line-height: 1.4;
698
- @dt-typography-label-compact-base-font-size: 1.5rem;
699
- @dt-typography-label-compact-base-text-case: none;
700
- @dt-typography-label-compact-plain-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
701
- @dt-typography-label-compact-plain-small-font-weight: 400;
702
- @dt-typography-label-compact-plain-small-line-height: 1.2;
703
- @dt-typography-label-compact-plain-small-font-size: 1.2rem;
704
- @dt-typography-label-compact-plain-small-text-case: none;
705
- @dt-typography-label-compact-plain-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
706
- @dt-typography-label-compact-plain-base-font-weight: 400;
707
- @dt-typography-label-compact-plain-base-line-height: 1.4;
708
- @dt-typography-label-compact-plain-base-font-size: 1.5rem;
709
- @dt-typography-label-compact-plain-base-text-case: none;
710
- @dt-typography-label-plain-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
711
- @dt-typography-label-plain-small-font-weight: 400;
712
- @dt-typography-label-plain-small-line-height: 1.4;
713
- @dt-typography-label-plain-small-font-size: 1.2rem;
714
- @dt-typography-label-plain-small-text-case: none;
715
- @dt-typography-label-plain-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
716
- @dt-typography-label-plain-base-font-weight: 400;
717
- @dt-typography-label-plain-base-line-height: 1.6;
718
- @dt-typography-label-plain-base-font-size: 1.5rem;
719
- @dt-typography-label-plain-base-text-case: none;
720
- @dt-typography-helper-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
721
- @dt-typography-helper-small-font-weight: 400;
722
- @dt-typography-helper-small-line-height: 1.2;
723
- @dt-typography-helper-small-font-size: 1.2rem;
724
- @dt-typography-helper-small-text-case: none;
725
- @dt-typography-helper-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
726
- @dt-typography-helper-base-font-weight: 400;
727
- @dt-typography-helper-base-line-height: 1.4;
728
- @dt-typography-helper-base-font-size: 1.5rem;
729
- @dt-typography-helper-base-text-case: none;
730
- @dt-typography-code-small-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; // mono
731
- @dt-typography-code-small-font-weight: 400; // mono
732
- @dt-typography-code-small-line-height: 1.2; // mono
733
- @dt-typography-code-small-font-size: 1.2rem; // mono
734
- @dt-typography-code-small-text-case: none; // mono
735
- @dt-typography-code-base-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; // mono
736
- @dt-typography-code-base-font-weight: 400; // mono
737
- @dt-typography-code-base-line-height: 1.2; // mono
738
- @dt-typography-code-base-font-size: 1.5rem; // mono
739
- @dt-typography-code-base-text-case: none; // mono
605
+ @dt-typography-body-md-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // Base default medium text style for main content.
606
+ @dt-typography-body-md-font-weight: 400; // Base default medium text style for main content.
607
+ @dt-typography-body-md-line-height: 1.6; // Base default medium text style for main content.
608
+ @dt-typography-body-md-font-size: 1.5rem; // Base default medium text style for main content.
609
+ @dt-typography-body-md-text-case: none; // Base default medium text style for main content.
610
+ @dt-typography-body-md-compact-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // A tighter-spaced version of medium body style.
611
+ @dt-typography-body-md-compact-font-weight: 400; // A tighter-spaced version of medium body style.
612
+ @dt-typography-body-md-compact-line-height: 1.4; // A tighter-spaced version of medium body style.
613
+ @dt-typography-body-md-compact-font-size: 1.5rem; // A tighter-spaced version of medium body style.
614
+ @dt-typography-body-md-compact-text-case: none; // A tighter-spaced version of medium body style.
615
+ @dt-typography-body-sm-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // Reduced small text style for less prominent or adjacent content.
616
+ @dt-typography-body-sm-font-weight: 400; // Reduced small text style for less prominent or adjacent content.
617
+ @dt-typography-body-sm-line-height: 1.4; // Reduced small text style for less prominent or adjacent content.
618
+ @dt-typography-body-sm-font-size: 1.2rem; // Reduced small text style for less prominent or adjacent content.
619
+ @dt-typography-body-sm-text-case: none; // Reduced small text style for less prominent or adjacent content.
620
+ @dt-typography-body-sm-compact-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // A tighter-spaced version of small body style.
621
+ @dt-typography-body-sm-compact-font-weight: 400; // A tighter-spaced version of small body style.
622
+ @dt-typography-body-sm-compact-line-height: 1.2; // A tighter-spaced version of small body style.
623
+ @dt-typography-body-sm-compact-font-size: 1.2rem; // A tighter-spaced version of small body style.
624
+ @dt-typography-body-sm-compact-text-case: none; // A tighter-spaced version of small body style.
625
+ @dt-typography-headline-eyebrow-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
626
+ @dt-typography-headline-eyebrow-font-weight: 400; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
627
+ @dt-typography-headline-eyebrow-line-height: 1.4; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
628
+ @dt-typography-headline-eyebrow-font-size: 1.2rem; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
629
+ @dt-typography-headline-eyebrow-text-case: uppercase; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
630
+ @dt-typography-headline-sm-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // Smaller text size for secondary information or subheadings.
631
+ @dt-typography-headline-sm-font-weight: 700; // Smaller text size for secondary information or subheadings.
632
+ @dt-typography-headline-sm-line-height: 1.4; // Smaller text size for secondary information or subheadings.
633
+ @dt-typography-headline-sm-font-size: 1.2rem; // Smaller text size for secondary information or subheadings.
634
+ @dt-typography-headline-sm-text-case: none; // Smaller text size for secondary information or subheadings.
635
+ @dt-typography-headline-sm-compact-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // A tighter-spaced version of small headline style.
636
+ @dt-typography-headline-sm-compact-font-weight: 700; // A tighter-spaced version of small headline style.
637
+ @dt-typography-headline-sm-compact-line-height: 1.2; // A tighter-spaced version of small headline style.
638
+ @dt-typography-headline-sm-compact-font-size: 1.2rem; // A tighter-spaced version of small headline style.
639
+ @dt-typography-headline-sm-compact-text-case: none; // A tighter-spaced version of small headline style.
640
+ @dt-typography-headline-sm-soft-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // A softer font weight version of small headline style.
641
+ @dt-typography-headline-sm-soft-font-weight: 500; // A softer font weight version of small headline style.
642
+ @dt-typography-headline-sm-soft-line-height: 1.4; // A softer font weight version of small headline style.
643
+ @dt-typography-headline-sm-soft-font-size: 1.2rem; // A softer font weight version of small headline style.
644
+ @dt-typography-headline-sm-soft-text-case: none; // A softer font weight version of small headline style.
645
+ @dt-typography-headline-sm-soft-compact-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // A softer font weight, tighter-spaced version of small headline style.
646
+ @dt-typography-headline-sm-soft-compact-font-weight: 500; // A softer font weight, tighter-spaced version of small headline style.
647
+ @dt-typography-headline-sm-soft-compact-line-height: 1.2; // A softer font weight, tighter-spaced version of small headline style.
648
+ @dt-typography-headline-sm-soft-compact-font-size: 1.2rem; // A softer font weight, tighter-spaced version of small headline style.
649
+ @dt-typography-headline-sm-soft-compact-text-case: none; // A softer font weight, tighter-spaced version of small headline style.
650
+ @dt-typography-headline-md-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // Medium-sized base text style for headlines.
651
+ @dt-typography-headline-md-font-weight: 700; // Medium-sized base text style for headlines.
652
+ @dt-typography-headline-md-line-height: 1.6; // Medium-sized base text style for headlines.
653
+ @dt-typography-headline-md-font-size: 1.5rem; // Medium-sized base text style for headlines.
654
+ @dt-typography-headline-md-text-case: none; // Medium-sized base text style for headlines.
655
+ @dt-typography-headline-md-compact-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // A tighter-spaced version of medium headline style.
656
+ @dt-typography-headline-md-compact-font-weight: 700; // A tighter-spaced version of medium headline style.
657
+ @dt-typography-headline-md-compact-line-height: 1.4; // A tighter-spaced version of medium headline style.
658
+ @dt-typography-headline-md-compact-font-size: 1.5rem; // A tighter-spaced version of medium headline style.
659
+ @dt-typography-headline-md-compact-text-case: none; // A tighter-spaced version of medium headline style.
660
+ @dt-typography-headline-lg-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // Large text style for headlines to attract attention.
661
+ @dt-typography-headline-lg-font-weight: 700; // Large text style for headlines to attract attention.
662
+ @dt-typography-headline-lg-line-height: 1.6; // Large text style for headlines to attract attention.
663
+ @dt-typography-headline-lg-font-size: 1.9rem; // Large text style for headlines to attract attention.
664
+ @dt-typography-headline-lg-text-case: none; // Large text style for headlines to attract attention.
665
+ @dt-typography-headline-lg-soft-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // A softer font weight version of large headline style.
666
+ @dt-typography-headline-lg-soft-font-weight: 500; // A softer font weight version of large headline style.
667
+ @dt-typography-headline-lg-soft-line-height: 1.6; // A softer font weight version of large headline style.
668
+ @dt-typography-headline-lg-soft-font-size: 1.9rem; // A softer font weight version of large headline style.
669
+ @dt-typography-headline-lg-soft-text-case: none; // A softer font weight version of large headline style.
670
+ @dt-typography-headline-lg-compact-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // A tighter-spaced version of large body style.
671
+ @dt-typography-headline-lg-compact-font-weight: 700; // A tighter-spaced version of large body style.
672
+ @dt-typography-headline-lg-compact-line-height: 1.2; // A tighter-spaced version of large body style.
673
+ @dt-typography-headline-lg-compact-font-size: 1.9rem; // A tighter-spaced version of large body style.
674
+ @dt-typography-headline-lg-compact-text-case: none; // A tighter-spaced version of large body style.
675
+ @dt-typography-headline-lg-soft-compact-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // A softer font weight, tighter spaced version of large headline style.
676
+ @dt-typography-headline-lg-soft-compact-font-weight: 500; // A softer font weight, tighter spaced version of large headline style.
677
+ @dt-typography-headline-lg-soft-compact-line-height: 1.2; // A softer font weight, tighter spaced version of large headline style.
678
+ @dt-typography-headline-lg-soft-compact-font-size: 1.9rem; // A softer font weight, tighter spaced version of large headline style.
679
+ @dt-typography-headline-lg-soft-compact-text-case: none; // A softer font weight, tighter spaced version of large headline style.
680
+ @dt-typography-headline-xl-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // Extra large text style for high importance headlines.
681
+ @dt-typography-headline-xl-font-weight: 500; // Extra large text style for high importance headlines.
682
+ @dt-typography-headline-xl-line-height: 1.2; // Extra large text style for high importance headlines.
683
+ @dt-typography-headline-xl-font-size: 2.7rem; // Extra large text style for high importance headlines.
684
+ @dt-typography-headline-xl-text-case: none; // Extra large text style for high importance headlines.
685
+ @dt-typography-headline-xl-compact-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // A tighter-spaced version of extra large headline style.
686
+ @dt-typography-headline-xl-compact-font-weight: 500; // A tighter-spaced version of extra large headline style.
687
+ @dt-typography-headline-xl-compact-line-height: 1; // A tighter-spaced version of extra large headline style.
688
+ @dt-typography-headline-xl-compact-font-size: 2.7rem; // A tighter-spaced version of extra large headline style.
689
+ @dt-typography-headline-xl-compact-text-case: none; // A tighter-spaced version of extra large headline style.
690
+ @dt-typography-headline-xxl-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // Largest text style for extra extra large content.
691
+ @dt-typography-headline-xxl-font-weight: 500; // Largest text style for extra extra large content.
692
+ @dt-typography-headline-xxl-line-height: 1.2; // Largest text style for extra extra large content.
693
+ @dt-typography-headline-xxl-font-size: 3.8rem; // Largest text style for extra extra large content.
694
+ @dt-typography-headline-xxl-text-case: none; // Largest text style for extra extra large content.
695
+ @dt-typography-headline-xxl-compact-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // A tighter-spaced version of extra extra large headline style.
696
+ @dt-typography-headline-xxl-compact-font-weight: 500; // A tighter-spaced version of extra extra large headline style.
697
+ @dt-typography-headline-xxl-compact-line-height: 1; // A tighter-spaced version of extra extra large headline style.
698
+ @dt-typography-headline-xxl-compact-font-size: 3.8rem; // A tighter-spaced version of extra extra large headline style.
699
+ @dt-typography-headline-xxl-compact-text-case: none; // A tighter-spaced version of extra extra large headline style.
700
+ @dt-typography-label-md-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // Base default medium-sized text style for labels, providing clear identification and categorization.
701
+ @dt-typography-label-md-font-weight: 600; // Base default medium-sized text style for labels, providing clear identification and categorization.
702
+ @dt-typography-label-md-line-height: 1.6; // Base default medium-sized text style for labels, providing clear identification and categorization.
703
+ @dt-typography-label-md-font-size: 1.5rem; // Base default medium-sized text style for labels, providing clear identification and categorization.
704
+ @dt-typography-label-md-text-case: none; // Base default medium-sized text style for labels, providing clear identification and categorization.
705
+ @dt-typography-label-md-compact-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // A tighter-spaced version of medium label style.
706
+ @dt-typography-label-md-compact-font-weight: 600; // A tighter-spaced version of medium label style.
707
+ @dt-typography-label-md-compact-line-height: 1.4; // A tighter-spaced version of medium label style.
708
+ @dt-typography-label-md-compact-font-size: 1.5rem; // A tighter-spaced version of medium label style.
709
+ @dt-typography-label-md-compact-text-case: none; // A tighter-spaced version of medium label style.
710
+ @dt-typography-label-md-plain-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // A non-bold version of medium label style.
711
+ @dt-typography-label-md-plain-font-weight: 400; // A non-bold version of medium label style.
712
+ @dt-typography-label-md-plain-line-height: 1.6; // A non-bold version of medium label style.
713
+ @dt-typography-label-md-plain-font-size: 1.5rem; // A non-bold version of medium label style.
714
+ @dt-typography-label-md-plain-text-case: none; // A non-bold version of medium label style.
715
+ @dt-typography-label-md-plain-compact-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // A non-bolded, tighter-spaced version of medium label style.
716
+ @dt-typography-label-md-plain-compact-font-weight: 400; // A non-bolded, tighter-spaced version of medium label style.
717
+ @dt-typography-label-md-plain-compact-line-height: 1.4; // A non-bolded, tighter-spaced version of medium label style.
718
+ @dt-typography-label-md-plain-compact-font-size: 1.5rem; // A non-bolded, tighter-spaced version of medium label style.
719
+ @dt-typography-label-md-plain-compact-text-case: none; // A non-bolded, tighter-spaced version of medium label style.
720
+ @dt-typography-label-sm-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
721
+ @dt-typography-label-sm-font-weight: 600; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
722
+ @dt-typography-label-sm-line-height: 1.4; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
723
+ @dt-typography-label-sm-font-size: 1.2rem; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
724
+ @dt-typography-label-sm-text-case: none; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
725
+ @dt-typography-label-sm-compact-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // A tighter-spaced version of small label style.
726
+ @dt-typography-label-sm-compact-font-weight: 600; // A tighter-spaced version of small label style.
727
+ @dt-typography-label-sm-compact-line-height: 1.2; // A tighter-spaced version of small label style.
728
+ @dt-typography-label-sm-compact-font-size: 1.2rem; // A tighter-spaced version of small label style.
729
+ @dt-typography-label-sm-compact-text-case: none; // A tighter-spaced version of small label style.
730
+ @dt-typography-label-sm-plain-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // A non-bold version of small label style.
731
+ @dt-typography-label-sm-plain-font-weight: 400; // A non-bold version of small label style.
732
+ @dt-typography-label-sm-plain-line-height: 1.4; // A non-bold version of small label style.
733
+ @dt-typography-label-sm-plain-font-size: 1.2rem; // A non-bold version of small label style.
734
+ @dt-typography-label-sm-plain-text-case: none; // A non-bold version of small label style.
735
+ @dt-typography-label-sm-plain-compact-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // A non-bolded, tighter-spaced version of small label style.
736
+ @dt-typography-label-sm-plain-compact-font-weight: 400; // A non-bolded, tighter-spaced version of small label style.
737
+ @dt-typography-label-sm-plain-compact-line-height: 1.2; // A non-bolded, tighter-spaced version of small label style.
738
+ @dt-typography-label-sm-plain-compact-font-size: 1.2rem; // A non-bolded, tighter-spaced version of small label style.
739
+ @dt-typography-label-sm-plain-compact-text-case: none; // A non-bolded, tighter-spaced version of small label style.
740
+ @dt-typography-helper-md-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // Base default medium-sized text style for supplementary contextual information.
741
+ @dt-typography-helper-md-font-weight: 400; // Base default medium-sized text style for supplementary contextual information.
742
+ @dt-typography-helper-md-line-height: 1.4; // Base default medium-sized text style for supplementary contextual information.
743
+ @dt-typography-helper-md-font-size: 1.5rem; // Base default medium-sized text style for supplementary contextual information.
744
+ @dt-typography-helper-md-text-case: none; // Base default medium-sized text style for supplementary contextual information.
745
+ @dt-typography-helper-sm-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
746
+ @dt-typography-helper-sm-font-weight: 400; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
747
+ @dt-typography-helper-sm-line-height: 1.2; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
748
+ @dt-typography-helper-sm-font-size: 1.2rem; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
749
+ @dt-typography-helper-sm-text-case: none; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
750
+ @dt-typography-code-md-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; // Base default medium-sized text style for monospace code snippets of technical content.
751
+ @dt-typography-code-md-font-weight: 400; // Base default medium-sized text style for monospace code snippets of technical content.
752
+ @dt-typography-code-md-line-height: 1.2; // Base default medium-sized text style for monospace code snippets of technical content.
753
+ @dt-typography-code-md-font-size: 1.5rem; // Base default medium-sized text style for monospace code snippets of technical content.
754
+ @dt-typography-code-md-text-case: none; // Base default medium-sized text style for monospace code snippets of technical content.
755
+ @dt-typography-code-sm-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
756
+ @dt-typography-code-sm-font-weight: 400; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
757
+ @dt-typography-code-sm-line-height: 1.2; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
758
+ @dt-typography-code-sm-font-size: 1.2rem; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
759
+ @dt-typography-code-sm-text-case: none; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
740
760
  @dt-inputs-size-border-default: 0.15rem;
741
761
  @dt-inputs-size-border-status: 0.2rem;
742
762
  @dt-inputs-size-radius-xs: 0.4rem;