@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
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 13 Mar 2024 06:52:25 GMT
7
+ // Generated on Fri, 15 Mar 2024 00:00:46 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -781,139 +781,159 @@ public enum DialtoneTokensDark {
781
781
  public static let dtThemeTopbarProfileColorBackgroundInverted = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.7490196078431373)
782
782
  public static let dtThemeTopbarProfileColorForeground = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 0.7490196078431373)
783
783
  public static let dtThemeTopbarProfileColorForegroundInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.7490196078431373)
784
- public static let dtTypographyBodyBaseFontFamily = UIFont.systemFont(ofSize: 15)
785
- public static let dtTypographyBodyBaseFontSize = CGFloat(15.00)
786
- public static let dtTypographyBodyBaseFontWeight = 400
787
- public static let dtTypographyBodyBaseLineHeight = CGFloat(160.00)
788
- public static let dtTypographyBodyBaseTextCase = "none"
789
- public static let dtTypographyBodyCompactBaseFontFamily = UIFont.systemFont(ofSize: 15)
790
- public static let dtTypographyBodyCompactBaseFontSize = CGFloat(15.00)
791
- public static let dtTypographyBodyCompactBaseFontWeight = 400
792
- public static let dtTypographyBodyCompactBaseLineHeight = CGFloat(140.00)
793
- public static let dtTypographyBodyCompactBaseTextCase = "none"
794
- public static let dtTypographyBodyCompactSmallFontFamily = UIFont.systemFont(ofSize: 15)
795
- public static let dtTypographyBodyCompactSmallFontSize = CGFloat(12.00)
796
- public static let dtTypographyBodyCompactSmallFontWeight = 400
797
- public static let dtTypographyBodyCompactSmallLineHeight = CGFloat(120.00)
798
- public static let dtTypographyBodyCompactSmallTextCase = "none"
799
- public static let dtTypographyBodySmallFontFamily = UIFont.systemFont(ofSize: 15)
800
- public static let dtTypographyBodySmallFontSize = CGFloat(12.00)
801
- public static let dtTypographyBodySmallFontWeight = 400
802
- public static let dtTypographyBodySmallLineHeight = CGFloat(140.00)
803
- public static let dtTypographyBodySmallTextCase = "none"
804
- public static let dtTypographyCodeBaseFontFamily = UIFont.monospacedSystemFont(ofSize: 15, weight: .regular)
805
- public static let dtTypographyCodeBaseFontSize = CGFloat(15.00)
806
- public static let dtTypographyCodeBaseFontWeight = 400
807
- public static let dtTypographyCodeBaseLineHeight = CGFloat(120.00)
808
- public static let dtTypographyCodeBaseTextCase = "none"
809
- public static let dtTypographyCodeSmallFontFamily = UIFont.monospacedSystemFont(ofSize: 15, weight: .regular)
810
- public static let dtTypographyCodeSmallFontSize = CGFloat(12.00)
811
- public static let dtTypographyCodeSmallFontWeight = 400
812
- public static let dtTypographyCodeSmallLineHeight = CGFloat(120.00)
813
- public static let dtTypographyCodeSmallTextCase = "none"
814
- public static let dtTypographyHeadlineCompactLargeFontFamily = UIFont.systemFont(ofSize: 15)
815
- public static let dtTypographyHeadlineCompactLargeFontSize = CGFloat(19.00)
816
- public static let dtTypographyHeadlineCompactLargeFontWeight = 700
817
- public static let dtTypographyHeadlineCompactLargeLineHeight = CGFloat(120.00)
818
- public static let dtTypographyHeadlineCompactLargeTextCase = "none"
819
- public static let dtTypographyHeadlineCompactMediumFontFamily = UIFont.systemFont(ofSize: 15)
820
- public static let dtTypographyHeadlineCompactMediumFontSize = CGFloat(15.00)
821
- public static let dtTypographyHeadlineCompactMediumFontWeight = 700
822
- public static let dtTypographyHeadlineCompactMediumLineHeight = CGFloat(140.00)
823
- public static let dtTypographyHeadlineCompactMediumTextCase = "none"
824
- public static let dtTypographyHeadlineCompactSmallFontFamily = UIFont.systemFont(ofSize: 15)
825
- public static let dtTypographyHeadlineCompactSmallFontSize = CGFloat(12.00)
826
- public static let dtTypographyHeadlineCompactSmallFontWeight = 700
827
- public static let dtTypographyHeadlineCompactSmallLineHeight = CGFloat(120.00)
828
- public static let dtTypographyHeadlineCompactSmallTextCase = "none"
829
- public static let dtTypographyHeadlineCompactSoftSmallFontFamily = UIFont.systemFont(ofSize: 15)
830
- public static let dtTypographyHeadlineCompactSoftSmallFontSize = CGFloat(12.00)
831
- public static let dtTypographyHeadlineCompactSoftSmallFontWeight = 500
832
- public static let dtTypographyHeadlineCompactSoftSmallLineHeight = CGFloat(120.00)
833
- public static let dtTypographyHeadlineCompactSoftSmallTextCase = "none"
834
- public static let dtTypographyHeadlineExtraExtraLargeFontFamily = UIFont.systemFont(ofSize: 15)
835
- public static let dtTypographyHeadlineExtraExtraLargeFontSize = CGFloat(38.00)
836
- public static let dtTypographyHeadlineExtraExtraLargeFontWeight = 500
837
- public static let dtTypographyHeadlineExtraExtraLargeLineHeight = CGFloat(120.00)
838
- public static let dtTypographyHeadlineExtraExtraLargeTextCase = "none"
839
- public static let dtTypographyHeadlineExtraLargeFontFamily = UIFont.systemFont(ofSize: 15)
840
- public static let dtTypographyHeadlineExtraLargeFontSize = CGFloat(27.00)
841
- public static let dtTypographyHeadlineExtraLargeFontWeight = 500
842
- public static let dtTypographyHeadlineExtraLargeLineHeight = CGFloat(120.00)
843
- public static let dtTypographyHeadlineExtraLargeTextCase = "none"
784
+ public static let dtTypographyBodyMdCompactFontFamily = UIFont.systemFont(ofSize: 15)
785
+ public static let dtTypographyBodyMdCompactFontSize = CGFloat(15.00)
786
+ public static let dtTypographyBodyMdCompactFontWeight = 400
787
+ public static let dtTypographyBodyMdCompactLineHeight = CGFloat(140.00)
788
+ public static let dtTypographyBodyMdCompactTextCase = "none"
789
+ public static let dtTypographyBodyMdFontFamily = UIFont.systemFont(ofSize: 15)
790
+ public static let dtTypographyBodyMdFontSize = CGFloat(15.00)
791
+ public static let dtTypographyBodyMdFontWeight = 400
792
+ public static let dtTypographyBodyMdLineHeight = CGFloat(160.00)
793
+ public static let dtTypographyBodyMdTextCase = "none"
794
+ public static let dtTypographyBodySmCompactFontFamily = UIFont.systemFont(ofSize: 15)
795
+ public static let dtTypographyBodySmCompactFontSize = CGFloat(12.00)
796
+ public static let dtTypographyBodySmCompactFontWeight = 400
797
+ public static let dtTypographyBodySmCompactLineHeight = CGFloat(120.00)
798
+ public static let dtTypographyBodySmCompactTextCase = "none"
799
+ public static let dtTypographyBodySmFontFamily = UIFont.systemFont(ofSize: 15)
800
+ public static let dtTypographyBodySmFontSize = CGFloat(12.00)
801
+ public static let dtTypographyBodySmFontWeight = 400
802
+ public static let dtTypographyBodySmLineHeight = CGFloat(140.00)
803
+ public static let dtTypographyBodySmTextCase = "none"
804
+ public static let dtTypographyCodeMdFontFamily = UIFont.monospacedSystemFont(ofSize: 15, weight: .regular)
805
+ public static let dtTypographyCodeMdFontSize = CGFloat(15.00)
806
+ public static let dtTypographyCodeMdFontWeight = 400
807
+ public static let dtTypographyCodeMdLineHeight = CGFloat(120.00)
808
+ public static let dtTypographyCodeMdTextCase = "none"
809
+ public static let dtTypographyCodeSmFontFamily = UIFont.monospacedSystemFont(ofSize: 15, weight: .regular)
810
+ public static let dtTypographyCodeSmFontSize = CGFloat(12.00)
811
+ public static let dtTypographyCodeSmFontWeight = 400
812
+ public static let dtTypographyCodeSmLineHeight = CGFloat(120.00)
813
+ public static let dtTypographyCodeSmTextCase = "none"
844
814
  public static let dtTypographyHeadlineEyebrowFontFamily = UIFont.systemFont(ofSize: 15)
845
815
  public static let dtTypographyHeadlineEyebrowFontSize = CGFloat(12.00)
846
816
  public static let dtTypographyHeadlineEyebrowFontWeight = 400
847
817
  public static let dtTypographyHeadlineEyebrowLineHeight = CGFloat(140.00)
848
818
  public static let dtTypographyHeadlineEyebrowTextCase = "uppercase"
849
- public static let dtTypographyHeadlineLargeFontFamily = UIFont.systemFont(ofSize: 15)
850
- public static let dtTypographyHeadlineLargeFontSize = CGFloat(19.00)
851
- public static let dtTypographyHeadlineLargeFontWeight = 700
852
- public static let dtTypographyHeadlineLargeLineHeight = CGFloat(160.00)
853
- public static let dtTypographyHeadlineLargeTextCase = "none"
854
- public static let dtTypographyHeadlineMediumFontFamily = UIFont.systemFont(ofSize: 15)
855
- public static let dtTypographyHeadlineMediumFontSize = CGFloat(15.00)
856
- public static let dtTypographyHeadlineMediumFontWeight = 700
857
- public static let dtTypographyHeadlineMediumLineHeight = CGFloat(160.00)
858
- public static let dtTypographyHeadlineMediumTextCase = "none"
859
- public static let dtTypographyHeadlineSmallFontFamily = UIFont.systemFont(ofSize: 15)
860
- public static let dtTypographyHeadlineSmallFontSize = CGFloat(12.00)
861
- public static let dtTypographyHeadlineSmallFontWeight = 700
862
- public static let dtTypographyHeadlineSmallLineHeight = CGFloat(140.00)
863
- public static let dtTypographyHeadlineSmallTextCase = "none"
864
- public static let dtTypographyHeadlineSoftSmallFontFamily = UIFont.systemFont(ofSize: 15)
865
- public static let dtTypographyHeadlineSoftSmallFontSize = CGFloat(12.00)
866
- public static let dtTypographyHeadlineSoftSmallFontWeight = 500
867
- public static let dtTypographyHeadlineSoftSmallLineHeight = CGFloat(140.00)
868
- public static let dtTypographyHeadlineSoftSmallTextCase = "none"
869
- public static let dtTypographyHelperBaseFontFamily = UIFont.systemFont(ofSize: 15)
870
- public static let dtTypographyHelperBaseFontSize = CGFloat(15.00)
871
- public static let dtTypographyHelperBaseFontWeight = 400
872
- public static let dtTypographyHelperBaseLineHeight = CGFloat(140.00)
873
- public static let dtTypographyHelperBaseTextCase = "none"
874
- public static let dtTypographyHelperSmallFontFamily = UIFont.systemFont(ofSize: 15)
875
- public static let dtTypographyHelperSmallFontSize = CGFloat(12.00)
876
- public static let dtTypographyHelperSmallFontWeight = 400
877
- public static let dtTypographyHelperSmallLineHeight = CGFloat(120.00)
878
- public static let dtTypographyHelperSmallTextCase = "none"
879
- public static let dtTypographyLabelBaseFontFamily = UIFont.systemFont(ofSize: 15)
880
- public static let dtTypographyLabelBaseFontSize = CGFloat(15.00)
881
- public static let dtTypographyLabelBaseFontWeight = 600
882
- public static let dtTypographyLabelBaseLineHeight = CGFloat(160.00)
883
- public static let dtTypographyLabelBaseTextCase = "none"
884
- public static let dtTypographyLabelCompactBaseFontFamily = UIFont.systemFont(ofSize: 15)
885
- public static let dtTypographyLabelCompactBaseFontSize = CGFloat(15.00)
886
- public static let dtTypographyLabelCompactBaseFontWeight = 600
887
- public static let dtTypographyLabelCompactBaseLineHeight = CGFloat(140.00)
888
- public static let dtTypographyLabelCompactBaseTextCase = "none"
889
- public static let dtTypographyLabelCompactPlainBaseFontFamily = UIFont.systemFont(ofSize: 15)
890
- public static let dtTypographyLabelCompactPlainBaseFontSize = CGFloat(15.00)
891
- public static let dtTypographyLabelCompactPlainBaseFontWeight = 400
892
- public static let dtTypographyLabelCompactPlainBaseLineHeight = CGFloat(140.00)
893
- public static let dtTypographyLabelCompactPlainBaseTextCase = "none"
894
- public static let dtTypographyLabelCompactPlainSmallFontFamily = UIFont.systemFont(ofSize: 15)
895
- public static let dtTypographyLabelCompactPlainSmallFontSize = CGFloat(12.00)
896
- public static let dtTypographyLabelCompactPlainSmallFontWeight = 400
897
- public static let dtTypographyLabelCompactPlainSmallLineHeight = CGFloat(120.00)
898
- public static let dtTypographyLabelCompactPlainSmallTextCase = "none"
899
- public static let dtTypographyLabelCompactSmallFontFamily = UIFont.systemFont(ofSize: 15)
900
- public static let dtTypographyLabelCompactSmallFontSize = CGFloat(12.00)
901
- public static let dtTypographyLabelCompactSmallFontWeight = 600
902
- public static let dtTypographyLabelCompactSmallLineHeight = CGFloat(120.00)
903
- public static let dtTypographyLabelCompactSmallTextCase = "none"
904
- public static let dtTypographyLabelPlainBaseFontFamily = UIFont.systemFont(ofSize: 15)
905
- public static let dtTypographyLabelPlainBaseFontSize = CGFloat(15.00)
906
- public static let dtTypographyLabelPlainBaseFontWeight = 400
907
- public static let dtTypographyLabelPlainBaseLineHeight = CGFloat(160.00)
908
- public static let dtTypographyLabelPlainBaseTextCase = "none"
909
- public static let dtTypographyLabelPlainSmallFontFamily = UIFont.systemFont(ofSize: 15)
910
- public static let dtTypographyLabelPlainSmallFontSize = CGFloat(12.00)
911
- public static let dtTypographyLabelPlainSmallFontWeight = 400
912
- public static let dtTypographyLabelPlainSmallLineHeight = CGFloat(140.00)
913
- public static let dtTypographyLabelPlainSmallTextCase = "none"
914
- public static let dtTypographyLabelSmallFontFamily = UIFont.systemFont(ofSize: 15)
915
- public static let dtTypographyLabelSmallFontSize = CGFloat(12.00)
916
- public static let dtTypographyLabelSmallFontWeight = 600
917
- public static let dtTypographyLabelSmallLineHeight = CGFloat(140.00)
918
- public static let dtTypographyLabelSmallTextCase = "none"
819
+ public static let dtTypographyHeadlineLgCompactFontFamily = UIFont.systemFont(ofSize: 15)
820
+ public static let dtTypographyHeadlineLgCompactFontSize = CGFloat(19.00)
821
+ public static let dtTypographyHeadlineLgCompactFontWeight = 700
822
+ public static let dtTypographyHeadlineLgCompactLineHeight = CGFloat(120.00)
823
+ public static let dtTypographyHeadlineLgCompactTextCase = "none"
824
+ public static let dtTypographyHeadlineLgFontFamily = UIFont.systemFont(ofSize: 15)
825
+ public static let dtTypographyHeadlineLgFontSize = CGFloat(19.00)
826
+ public static let dtTypographyHeadlineLgFontWeight = 700
827
+ public static let dtTypographyHeadlineLgLineHeight = CGFloat(160.00)
828
+ public static let dtTypographyHeadlineLgSoftCompactFontFamily = UIFont.systemFont(ofSize: 15)
829
+ public static let dtTypographyHeadlineLgSoftCompactFontSize = CGFloat(19.00)
830
+ public static let dtTypographyHeadlineLgSoftCompactFontWeight = 500
831
+ public static let dtTypographyHeadlineLgSoftCompactLineHeight = CGFloat(120.00)
832
+ public static let dtTypographyHeadlineLgSoftCompactTextCase = "none"
833
+ public static let dtTypographyHeadlineLgSoftFontFamily = UIFont.systemFont(ofSize: 15)
834
+ public static let dtTypographyHeadlineLgSoftFontSize = CGFloat(19.00)
835
+ public static let dtTypographyHeadlineLgSoftFontWeight = 500
836
+ public static let dtTypographyHeadlineLgSoftLineHeight = CGFloat(160.00)
837
+ public static let dtTypographyHeadlineLgSoftTextCase = "none"
838
+ public static let dtTypographyHeadlineLgTextCase = "none"
839
+ public static let dtTypographyHeadlineMdCompactFontFamily = UIFont.systemFont(ofSize: 15)
840
+ public static let dtTypographyHeadlineMdCompactFontSize = CGFloat(15.00)
841
+ public static let dtTypographyHeadlineMdCompactFontWeight = 700
842
+ public static let dtTypographyHeadlineMdCompactLineHeight = CGFloat(140.00)
843
+ public static let dtTypographyHeadlineMdCompactTextCase = "none"
844
+ public static let dtTypographyHeadlineMdFontFamily = UIFont.systemFont(ofSize: 15)
845
+ public static let dtTypographyHeadlineMdFontSize = CGFloat(15.00)
846
+ public static let dtTypographyHeadlineMdFontWeight = 700
847
+ public static let dtTypographyHeadlineMdLineHeight = CGFloat(160.00)
848
+ public static let dtTypographyHeadlineMdTextCase = "none"
849
+ public static let dtTypographyHeadlineSmCompactFontFamily = UIFont.systemFont(ofSize: 15)
850
+ public static let dtTypographyHeadlineSmCompactFontSize = CGFloat(12.00)
851
+ public static let dtTypographyHeadlineSmCompactFontWeight = 700
852
+ public static let dtTypographyHeadlineSmCompactLineHeight = CGFloat(120.00)
853
+ public static let dtTypographyHeadlineSmCompactTextCase = "none"
854
+ public static let dtTypographyHeadlineSmFontFamily = UIFont.systemFont(ofSize: 15)
855
+ public static let dtTypographyHeadlineSmFontSize = CGFloat(12.00)
856
+ public static let dtTypographyHeadlineSmFontWeight = 700
857
+ public static let dtTypographyHeadlineSmLineHeight = CGFloat(140.00)
858
+ public static let dtTypographyHeadlineSmSoftCompactFontFamily = UIFont.systemFont(ofSize: 15)
859
+ public static let dtTypographyHeadlineSmSoftCompactFontSize = CGFloat(12.00)
860
+ public static let dtTypographyHeadlineSmSoftCompactFontWeight = 500
861
+ public static let dtTypographyHeadlineSmSoftCompactLineHeight = CGFloat(120.00)
862
+ public static let dtTypographyHeadlineSmSoftCompactTextCase = "none"
863
+ public static let dtTypographyHeadlineSmSoftFontFamily = UIFont.systemFont(ofSize: 15)
864
+ public static let dtTypographyHeadlineSmSoftFontSize = CGFloat(12.00)
865
+ public static let dtTypographyHeadlineSmSoftFontWeight = 500
866
+ public static let dtTypographyHeadlineSmSoftLineHeight = CGFloat(140.00)
867
+ public static let dtTypographyHeadlineSmSoftTextCase = "none"
868
+ public static let dtTypographyHeadlineSmTextCase = "none"
869
+ public static let dtTypographyHeadlineXlCompactFontFamily = UIFont.systemFont(ofSize: 15)
870
+ public static let dtTypographyHeadlineXlCompactFontSize = CGFloat(27.00)
871
+ public static let dtTypographyHeadlineXlCompactFontWeight = 500
872
+ public static let dtTypographyHeadlineXlCompactLineHeight = CGFloat(100.00)
873
+ public static let dtTypographyHeadlineXlCompactTextCase = "none"
874
+ public static let dtTypographyHeadlineXlFontFamily = UIFont.systemFont(ofSize: 15)
875
+ public static let dtTypographyHeadlineXlFontSize = CGFloat(27.00)
876
+ public static let dtTypographyHeadlineXlFontWeight = 500
877
+ public static let dtTypographyHeadlineXlLineHeight = CGFloat(120.00)
878
+ public static let dtTypographyHeadlineXlTextCase = "none"
879
+ public static let dtTypographyHeadlineXxlCompactFontFamily = UIFont.systemFont(ofSize: 15)
880
+ public static let dtTypographyHeadlineXxlCompactFontSize = CGFloat(38.00)
881
+ public static let dtTypographyHeadlineXxlCompactFontWeight = 500
882
+ public static let dtTypographyHeadlineXxlCompactLineHeight = CGFloat(100.00)
883
+ public static let dtTypographyHeadlineXxlCompactTextCase = "none"
884
+ public static let dtTypographyHeadlineXxlFontFamily = UIFont.systemFont(ofSize: 15)
885
+ public static let dtTypographyHeadlineXxlFontSize = CGFloat(38.00)
886
+ public static let dtTypographyHeadlineXxlFontWeight = 500
887
+ public static let dtTypographyHeadlineXxlLineHeight = CGFloat(120.00)
888
+ public static let dtTypographyHeadlineXxlTextCase = "none"
889
+ public static let dtTypographyHelperMdFontFamily = UIFont.systemFont(ofSize: 15)
890
+ public static let dtTypographyHelperMdFontSize = CGFloat(15.00)
891
+ public static let dtTypographyHelperMdFontWeight = 400
892
+ public static let dtTypographyHelperMdLineHeight = CGFloat(140.00)
893
+ public static let dtTypographyHelperMdTextCase = "none"
894
+ public static let dtTypographyHelperSmFontFamily = UIFont.systemFont(ofSize: 15)
895
+ public static let dtTypographyHelperSmFontSize = CGFloat(12.00)
896
+ public static let dtTypographyHelperSmFontWeight = 400
897
+ public static let dtTypographyHelperSmLineHeight = CGFloat(120.00)
898
+ public static let dtTypographyHelperSmTextCase = "none"
899
+ public static let dtTypographyLabelMdCompactFontFamily = UIFont.systemFont(ofSize: 15)
900
+ public static let dtTypographyLabelMdCompactFontSize = CGFloat(15.00)
901
+ public static let dtTypographyLabelMdCompactFontWeight = 600
902
+ public static let dtTypographyLabelMdCompactLineHeight = CGFloat(140.00)
903
+ public static let dtTypographyLabelMdCompactTextCase = "none"
904
+ public static let dtTypographyLabelMdFontFamily = UIFont.systemFont(ofSize: 15)
905
+ public static let dtTypographyLabelMdFontSize = CGFloat(15.00)
906
+ public static let dtTypographyLabelMdFontWeight = 600
907
+ public static let dtTypographyLabelMdLineHeight = CGFloat(160.00)
908
+ public static let dtTypographyLabelMdPlainCompactFontFamily = UIFont.systemFont(ofSize: 15)
909
+ public static let dtTypographyLabelMdPlainCompactFontSize = CGFloat(15.00)
910
+ public static let dtTypographyLabelMdPlainCompactFontWeight = 400
911
+ public static let dtTypographyLabelMdPlainCompactLineHeight = CGFloat(140.00)
912
+ public static let dtTypographyLabelMdPlainCompactTextCase = "none"
913
+ public static let dtTypographyLabelMdPlainFontFamily = UIFont.systemFont(ofSize: 15)
914
+ public static let dtTypographyLabelMdPlainFontSize = CGFloat(15.00)
915
+ public static let dtTypographyLabelMdPlainFontWeight = 400
916
+ public static let dtTypographyLabelMdPlainLineHeight = CGFloat(160.00)
917
+ public static let dtTypographyLabelMdPlainTextCase = "none"
918
+ public static let dtTypographyLabelMdTextCase = "none"
919
+ public static let dtTypographyLabelSmCompactFontFamily = UIFont.systemFont(ofSize: 15)
920
+ public static let dtTypographyLabelSmCompactFontSize = CGFloat(12.00)
921
+ public static let dtTypographyLabelSmCompactFontWeight = 600
922
+ public static let dtTypographyLabelSmCompactLineHeight = CGFloat(120.00)
923
+ public static let dtTypographyLabelSmCompactTextCase = "none"
924
+ public static let dtTypographyLabelSmFontFamily = UIFont.systemFont(ofSize: 15)
925
+ public static let dtTypographyLabelSmFontSize = CGFloat(12.00)
926
+ public static let dtTypographyLabelSmFontWeight = 600
927
+ public static let dtTypographyLabelSmLineHeight = CGFloat(140.00)
928
+ public static let dtTypographyLabelSmPlainCompactFontFamily = UIFont.systemFont(ofSize: 15)
929
+ public static let dtTypographyLabelSmPlainCompactFontSize = CGFloat(12.00)
930
+ public static let dtTypographyLabelSmPlainCompactFontWeight = 400
931
+ public static let dtTypographyLabelSmPlainCompactLineHeight = CGFloat(120.00)
932
+ public static let dtTypographyLabelSmPlainCompactTextCase = "none"
933
+ public static let dtTypographyLabelSmPlainFontFamily = UIFont.systemFont(ofSize: 15)
934
+ public static let dtTypographyLabelSmPlainFontSize = CGFloat(12.00)
935
+ public static let dtTypographyLabelSmPlainFontWeight = 400
936
+ public static let dtTypographyLabelSmPlainLineHeight = CGFloat(140.00)
937
+ public static let dtTypographyLabelSmPlainTextCase = "none"
938
+ public static let dtTypographyLabelSmTextCase = "none"
919
939
  }
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Wed, 13 Mar 2024 06:52:25 GMT
7
+ // Generated on Fri, 15 Mar 2024 00:00:46 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -661,139 +661,159 @@ public enum DialtoneTokensLight {
661
661
  public static let dtThemeTopbarProfileColorBackgroundInverted = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.7490196078431373)
662
662
  public static let dtThemeTopbarProfileColorForeground = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.7490196078431373)
663
663
  public static let dtThemeTopbarProfileColorForegroundInverted = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 0.7490196078431373)
664
- public static let dtTypographyBodyBaseFontFamily = UIFont.systemFont(ofSize: 15)
665
- public static let dtTypographyBodyBaseFontSize = CGFloat(15.00)
666
- public static let dtTypographyBodyBaseFontWeight = 400
667
- public static let dtTypographyBodyBaseLineHeight = CGFloat(160.00)
668
- public static let dtTypographyBodyBaseTextCase = "none"
669
- public static let dtTypographyBodyCompactBaseFontFamily = UIFont.systemFont(ofSize: 15)
670
- public static let dtTypographyBodyCompactBaseFontSize = CGFloat(15.00)
671
- public static let dtTypographyBodyCompactBaseFontWeight = 400
672
- public static let dtTypographyBodyCompactBaseLineHeight = CGFloat(140.00)
673
- public static let dtTypographyBodyCompactBaseTextCase = "none"
674
- public static let dtTypographyBodyCompactSmallFontFamily = UIFont.systemFont(ofSize: 15)
675
- public static let dtTypographyBodyCompactSmallFontSize = CGFloat(12.00)
676
- public static let dtTypographyBodyCompactSmallFontWeight = 400
677
- public static let dtTypographyBodyCompactSmallLineHeight = CGFloat(120.00)
678
- public static let dtTypographyBodyCompactSmallTextCase = "none"
679
- public static let dtTypographyBodySmallFontFamily = UIFont.systemFont(ofSize: 15)
680
- public static let dtTypographyBodySmallFontSize = CGFloat(12.00)
681
- public static let dtTypographyBodySmallFontWeight = 400
682
- public static let dtTypographyBodySmallLineHeight = CGFloat(140.00)
683
- public static let dtTypographyBodySmallTextCase = "none"
684
- public static let dtTypographyCodeBaseFontFamily = UIFont.monospacedSystemFont(ofSize: 15, weight: .regular)
685
- public static let dtTypographyCodeBaseFontSize = CGFloat(15.00)
686
- public static let dtTypographyCodeBaseFontWeight = 400
687
- public static let dtTypographyCodeBaseLineHeight = CGFloat(120.00)
688
- public static let dtTypographyCodeBaseTextCase = "none"
689
- public static let dtTypographyCodeSmallFontFamily = UIFont.monospacedSystemFont(ofSize: 15, weight: .regular)
690
- public static let dtTypographyCodeSmallFontSize = CGFloat(12.00)
691
- public static let dtTypographyCodeSmallFontWeight = 400
692
- public static let dtTypographyCodeSmallLineHeight = CGFloat(120.00)
693
- public static let dtTypographyCodeSmallTextCase = "none"
694
- public static let dtTypographyHeadlineCompactLargeFontFamily = UIFont.systemFont(ofSize: 15)
695
- public static let dtTypographyHeadlineCompactLargeFontSize = CGFloat(19.00)
696
- public static let dtTypographyHeadlineCompactLargeFontWeight = 700
697
- public static let dtTypographyHeadlineCompactLargeLineHeight = CGFloat(120.00)
698
- public static let dtTypographyHeadlineCompactLargeTextCase = "none"
699
- public static let dtTypographyHeadlineCompactMediumFontFamily = UIFont.systemFont(ofSize: 15)
700
- public static let dtTypographyHeadlineCompactMediumFontSize = CGFloat(15.00)
701
- public static let dtTypographyHeadlineCompactMediumFontWeight = 700
702
- public static let dtTypographyHeadlineCompactMediumLineHeight = CGFloat(140.00)
703
- public static let dtTypographyHeadlineCompactMediumTextCase = "none"
704
- public static let dtTypographyHeadlineCompactSmallFontFamily = UIFont.systemFont(ofSize: 15)
705
- public static let dtTypographyHeadlineCompactSmallFontSize = CGFloat(12.00)
706
- public static let dtTypographyHeadlineCompactSmallFontWeight = 700
707
- public static let dtTypographyHeadlineCompactSmallLineHeight = CGFloat(120.00)
708
- public static let dtTypographyHeadlineCompactSmallTextCase = "none"
709
- public static let dtTypographyHeadlineCompactSoftSmallFontFamily = UIFont.systemFont(ofSize: 15)
710
- public static let dtTypographyHeadlineCompactSoftSmallFontSize = CGFloat(12.00)
711
- public static let dtTypographyHeadlineCompactSoftSmallFontWeight = 500
712
- public static let dtTypographyHeadlineCompactSoftSmallLineHeight = CGFloat(120.00)
713
- public static let dtTypographyHeadlineCompactSoftSmallTextCase = "none"
714
- public static let dtTypographyHeadlineExtraExtraLargeFontFamily = UIFont.systemFont(ofSize: 15)
715
- public static let dtTypographyHeadlineExtraExtraLargeFontSize = CGFloat(38.00)
716
- public static let dtTypographyHeadlineExtraExtraLargeFontWeight = 500
717
- public static let dtTypographyHeadlineExtraExtraLargeLineHeight = CGFloat(120.00)
718
- public static let dtTypographyHeadlineExtraExtraLargeTextCase = "none"
719
- public static let dtTypographyHeadlineExtraLargeFontFamily = UIFont.systemFont(ofSize: 15)
720
- public static let dtTypographyHeadlineExtraLargeFontSize = CGFloat(27.00)
721
- public static let dtTypographyHeadlineExtraLargeFontWeight = 500
722
- public static let dtTypographyHeadlineExtraLargeLineHeight = CGFloat(120.00)
723
- public static let dtTypographyHeadlineExtraLargeTextCase = "none"
664
+ public static let dtTypographyBodyMdCompactFontFamily = UIFont.systemFont(ofSize: 15)
665
+ public static let dtTypographyBodyMdCompactFontSize = CGFloat(15.00)
666
+ public static let dtTypographyBodyMdCompactFontWeight = 400
667
+ public static let dtTypographyBodyMdCompactLineHeight = CGFloat(140.00)
668
+ public static let dtTypographyBodyMdCompactTextCase = "none"
669
+ public static let dtTypographyBodyMdFontFamily = UIFont.systemFont(ofSize: 15)
670
+ public static let dtTypographyBodyMdFontSize = CGFloat(15.00)
671
+ public static let dtTypographyBodyMdFontWeight = 400
672
+ public static let dtTypographyBodyMdLineHeight = CGFloat(160.00)
673
+ public static let dtTypographyBodyMdTextCase = "none"
674
+ public static let dtTypographyBodySmCompactFontFamily = UIFont.systemFont(ofSize: 15)
675
+ public static let dtTypographyBodySmCompactFontSize = CGFloat(12.00)
676
+ public static let dtTypographyBodySmCompactFontWeight = 400
677
+ public static let dtTypographyBodySmCompactLineHeight = CGFloat(120.00)
678
+ public static let dtTypographyBodySmCompactTextCase = "none"
679
+ public static let dtTypographyBodySmFontFamily = UIFont.systemFont(ofSize: 15)
680
+ public static let dtTypographyBodySmFontSize = CGFloat(12.00)
681
+ public static let dtTypographyBodySmFontWeight = 400
682
+ public static let dtTypographyBodySmLineHeight = CGFloat(140.00)
683
+ public static let dtTypographyBodySmTextCase = "none"
684
+ public static let dtTypographyCodeMdFontFamily = UIFont.monospacedSystemFont(ofSize: 15, weight: .regular)
685
+ public static let dtTypographyCodeMdFontSize = CGFloat(15.00)
686
+ public static let dtTypographyCodeMdFontWeight = 400
687
+ public static let dtTypographyCodeMdLineHeight = CGFloat(120.00)
688
+ public static let dtTypographyCodeMdTextCase = "none"
689
+ public static let dtTypographyCodeSmFontFamily = UIFont.monospacedSystemFont(ofSize: 15, weight: .regular)
690
+ public static let dtTypographyCodeSmFontSize = CGFloat(12.00)
691
+ public static let dtTypographyCodeSmFontWeight = 400
692
+ public static let dtTypographyCodeSmLineHeight = CGFloat(120.00)
693
+ public static let dtTypographyCodeSmTextCase = "none"
724
694
  public static let dtTypographyHeadlineEyebrowFontFamily = UIFont.systemFont(ofSize: 15)
725
695
  public static let dtTypographyHeadlineEyebrowFontSize = CGFloat(12.00)
726
696
  public static let dtTypographyHeadlineEyebrowFontWeight = 400
727
697
  public static let dtTypographyHeadlineEyebrowLineHeight = CGFloat(140.00)
728
698
  public static let dtTypographyHeadlineEyebrowTextCase = "uppercase"
729
- public static let dtTypographyHeadlineLargeFontFamily = UIFont.systemFont(ofSize: 15)
730
- public static let dtTypographyHeadlineLargeFontSize = CGFloat(19.00)
731
- public static let dtTypographyHeadlineLargeFontWeight = 700
732
- public static let dtTypographyHeadlineLargeLineHeight = CGFloat(160.00)
733
- public static let dtTypographyHeadlineLargeTextCase = "none"
734
- public static let dtTypographyHeadlineMediumFontFamily = UIFont.systemFont(ofSize: 15)
735
- public static let dtTypographyHeadlineMediumFontSize = CGFloat(15.00)
736
- public static let dtTypographyHeadlineMediumFontWeight = 700
737
- public static let dtTypographyHeadlineMediumLineHeight = CGFloat(160.00)
738
- public static let dtTypographyHeadlineMediumTextCase = "none"
739
- public static let dtTypographyHeadlineSmallFontFamily = UIFont.systemFont(ofSize: 15)
740
- public static let dtTypographyHeadlineSmallFontSize = CGFloat(12.00)
741
- public static let dtTypographyHeadlineSmallFontWeight = 700
742
- public static let dtTypographyHeadlineSmallLineHeight = CGFloat(140.00)
743
- public static let dtTypographyHeadlineSmallTextCase = "none"
744
- public static let dtTypographyHeadlineSoftSmallFontFamily = UIFont.systemFont(ofSize: 15)
745
- public static let dtTypographyHeadlineSoftSmallFontSize = CGFloat(12.00)
746
- public static let dtTypographyHeadlineSoftSmallFontWeight = 500
747
- public static let dtTypographyHeadlineSoftSmallLineHeight = CGFloat(140.00)
748
- public static let dtTypographyHeadlineSoftSmallTextCase = "none"
749
- public static let dtTypographyHelperBaseFontFamily = UIFont.systemFont(ofSize: 15)
750
- public static let dtTypographyHelperBaseFontSize = CGFloat(15.00)
751
- public static let dtTypographyHelperBaseFontWeight = 400
752
- public static let dtTypographyHelperBaseLineHeight = CGFloat(140.00)
753
- public static let dtTypographyHelperBaseTextCase = "none"
754
- public static let dtTypographyHelperSmallFontFamily = UIFont.systemFont(ofSize: 15)
755
- public static let dtTypographyHelperSmallFontSize = CGFloat(12.00)
756
- public static let dtTypographyHelperSmallFontWeight = 400
757
- public static let dtTypographyHelperSmallLineHeight = CGFloat(120.00)
758
- public static let dtTypographyHelperSmallTextCase = "none"
759
- public static let dtTypographyLabelBaseFontFamily = UIFont.systemFont(ofSize: 15)
760
- public static let dtTypographyLabelBaseFontSize = CGFloat(15.00)
761
- public static let dtTypographyLabelBaseFontWeight = 600
762
- public static let dtTypographyLabelBaseLineHeight = CGFloat(160.00)
763
- public static let dtTypographyLabelBaseTextCase = "none"
764
- public static let dtTypographyLabelCompactBaseFontFamily = UIFont.systemFont(ofSize: 15)
765
- public static let dtTypographyLabelCompactBaseFontSize = CGFloat(15.00)
766
- public static let dtTypographyLabelCompactBaseFontWeight = 600
767
- public static let dtTypographyLabelCompactBaseLineHeight = CGFloat(140.00)
768
- public static let dtTypographyLabelCompactBaseTextCase = "none"
769
- public static let dtTypographyLabelCompactPlainBaseFontFamily = UIFont.systemFont(ofSize: 15)
770
- public static let dtTypographyLabelCompactPlainBaseFontSize = CGFloat(15.00)
771
- public static let dtTypographyLabelCompactPlainBaseFontWeight = 400
772
- public static let dtTypographyLabelCompactPlainBaseLineHeight = CGFloat(140.00)
773
- public static let dtTypographyLabelCompactPlainBaseTextCase = "none"
774
- public static let dtTypographyLabelCompactPlainSmallFontFamily = UIFont.systemFont(ofSize: 15)
775
- public static let dtTypographyLabelCompactPlainSmallFontSize = CGFloat(12.00)
776
- public static let dtTypographyLabelCompactPlainSmallFontWeight = 400
777
- public static let dtTypographyLabelCompactPlainSmallLineHeight = CGFloat(120.00)
778
- public static let dtTypographyLabelCompactPlainSmallTextCase = "none"
779
- public static let dtTypographyLabelCompactSmallFontFamily = UIFont.systemFont(ofSize: 15)
780
- public static let dtTypographyLabelCompactSmallFontSize = CGFloat(12.00)
781
- public static let dtTypographyLabelCompactSmallFontWeight = 600
782
- public static let dtTypographyLabelCompactSmallLineHeight = CGFloat(120.00)
783
- public static let dtTypographyLabelCompactSmallTextCase = "none"
784
- public static let dtTypographyLabelPlainBaseFontFamily = UIFont.systemFont(ofSize: 15)
785
- public static let dtTypographyLabelPlainBaseFontSize = CGFloat(15.00)
786
- public static let dtTypographyLabelPlainBaseFontWeight = 400
787
- public static let dtTypographyLabelPlainBaseLineHeight = CGFloat(160.00)
788
- public static let dtTypographyLabelPlainBaseTextCase = "none"
789
- public static let dtTypographyLabelPlainSmallFontFamily = UIFont.systemFont(ofSize: 15)
790
- public static let dtTypographyLabelPlainSmallFontSize = CGFloat(12.00)
791
- public static let dtTypographyLabelPlainSmallFontWeight = 400
792
- public static let dtTypographyLabelPlainSmallLineHeight = CGFloat(140.00)
793
- public static let dtTypographyLabelPlainSmallTextCase = "none"
794
- public static let dtTypographyLabelSmallFontFamily = UIFont.systemFont(ofSize: 15)
795
- public static let dtTypographyLabelSmallFontSize = CGFloat(12.00)
796
- public static let dtTypographyLabelSmallFontWeight = 600
797
- public static let dtTypographyLabelSmallLineHeight = CGFloat(140.00)
798
- public static let dtTypographyLabelSmallTextCase = "none"
699
+ public static let dtTypographyHeadlineLgCompactFontFamily = UIFont.systemFont(ofSize: 15)
700
+ public static let dtTypographyHeadlineLgCompactFontSize = CGFloat(19.00)
701
+ public static let dtTypographyHeadlineLgCompactFontWeight = 700
702
+ public static let dtTypographyHeadlineLgCompactLineHeight = CGFloat(120.00)
703
+ public static let dtTypographyHeadlineLgCompactTextCase = "none"
704
+ public static let dtTypographyHeadlineLgFontFamily = UIFont.systemFont(ofSize: 15)
705
+ public static let dtTypographyHeadlineLgFontSize = CGFloat(19.00)
706
+ public static let dtTypographyHeadlineLgFontWeight = 700
707
+ public static let dtTypographyHeadlineLgLineHeight = CGFloat(160.00)
708
+ public static let dtTypographyHeadlineLgSoftCompactFontFamily = UIFont.systemFont(ofSize: 15)
709
+ public static let dtTypographyHeadlineLgSoftCompactFontSize = CGFloat(19.00)
710
+ public static let dtTypographyHeadlineLgSoftCompactFontWeight = 500
711
+ public static let dtTypographyHeadlineLgSoftCompactLineHeight = CGFloat(120.00)
712
+ public static let dtTypographyHeadlineLgSoftCompactTextCase = "none"
713
+ public static let dtTypographyHeadlineLgSoftFontFamily = UIFont.systemFont(ofSize: 15)
714
+ public static let dtTypographyHeadlineLgSoftFontSize = CGFloat(19.00)
715
+ public static let dtTypographyHeadlineLgSoftFontWeight = 500
716
+ public static let dtTypographyHeadlineLgSoftLineHeight = CGFloat(160.00)
717
+ public static let dtTypographyHeadlineLgSoftTextCase = "none"
718
+ public static let dtTypographyHeadlineLgTextCase = "none"
719
+ public static let dtTypographyHeadlineMdCompactFontFamily = UIFont.systemFont(ofSize: 15)
720
+ public static let dtTypographyHeadlineMdCompactFontSize = CGFloat(15.00)
721
+ public static let dtTypographyHeadlineMdCompactFontWeight = 700
722
+ public static let dtTypographyHeadlineMdCompactLineHeight = CGFloat(140.00)
723
+ public static let dtTypographyHeadlineMdCompactTextCase = "none"
724
+ public static let dtTypographyHeadlineMdFontFamily = UIFont.systemFont(ofSize: 15)
725
+ public static let dtTypographyHeadlineMdFontSize = CGFloat(15.00)
726
+ public static let dtTypographyHeadlineMdFontWeight = 700
727
+ public static let dtTypographyHeadlineMdLineHeight = CGFloat(160.00)
728
+ public static let dtTypographyHeadlineMdTextCase = "none"
729
+ public static let dtTypographyHeadlineSmCompactFontFamily = UIFont.systemFont(ofSize: 15)
730
+ public static let dtTypographyHeadlineSmCompactFontSize = CGFloat(12.00)
731
+ public static let dtTypographyHeadlineSmCompactFontWeight = 700
732
+ public static let dtTypographyHeadlineSmCompactLineHeight = CGFloat(120.00)
733
+ public static let dtTypographyHeadlineSmCompactTextCase = "none"
734
+ public static let dtTypographyHeadlineSmFontFamily = UIFont.systemFont(ofSize: 15)
735
+ public static let dtTypographyHeadlineSmFontSize = CGFloat(12.00)
736
+ public static let dtTypographyHeadlineSmFontWeight = 700
737
+ public static let dtTypographyHeadlineSmLineHeight = CGFloat(140.00)
738
+ public static let dtTypographyHeadlineSmSoftCompactFontFamily = UIFont.systemFont(ofSize: 15)
739
+ public static let dtTypographyHeadlineSmSoftCompactFontSize = CGFloat(12.00)
740
+ public static let dtTypographyHeadlineSmSoftCompactFontWeight = 500
741
+ public static let dtTypographyHeadlineSmSoftCompactLineHeight = CGFloat(120.00)
742
+ public static let dtTypographyHeadlineSmSoftCompactTextCase = "none"
743
+ public static let dtTypographyHeadlineSmSoftFontFamily = UIFont.systemFont(ofSize: 15)
744
+ public static let dtTypographyHeadlineSmSoftFontSize = CGFloat(12.00)
745
+ public static let dtTypographyHeadlineSmSoftFontWeight = 500
746
+ public static let dtTypographyHeadlineSmSoftLineHeight = CGFloat(140.00)
747
+ public static let dtTypographyHeadlineSmSoftTextCase = "none"
748
+ public static let dtTypographyHeadlineSmTextCase = "none"
749
+ public static let dtTypographyHeadlineXlCompactFontFamily = UIFont.systemFont(ofSize: 15)
750
+ public static let dtTypographyHeadlineXlCompactFontSize = CGFloat(27.00)
751
+ public static let dtTypographyHeadlineXlCompactFontWeight = 500
752
+ public static let dtTypographyHeadlineXlCompactLineHeight = CGFloat(100.00)
753
+ public static let dtTypographyHeadlineXlCompactTextCase = "none"
754
+ public static let dtTypographyHeadlineXlFontFamily = UIFont.systemFont(ofSize: 15)
755
+ public static let dtTypographyHeadlineXlFontSize = CGFloat(27.00)
756
+ public static let dtTypographyHeadlineXlFontWeight = 500
757
+ public static let dtTypographyHeadlineXlLineHeight = CGFloat(120.00)
758
+ public static let dtTypographyHeadlineXlTextCase = "none"
759
+ public static let dtTypographyHeadlineXxlCompactFontFamily = UIFont.systemFont(ofSize: 15)
760
+ public static let dtTypographyHeadlineXxlCompactFontSize = CGFloat(38.00)
761
+ public static let dtTypographyHeadlineXxlCompactFontWeight = 500
762
+ public static let dtTypographyHeadlineXxlCompactLineHeight = CGFloat(100.00)
763
+ public static let dtTypographyHeadlineXxlCompactTextCase = "none"
764
+ public static let dtTypographyHeadlineXxlFontFamily = UIFont.systemFont(ofSize: 15)
765
+ public static let dtTypographyHeadlineXxlFontSize = CGFloat(38.00)
766
+ public static let dtTypographyHeadlineXxlFontWeight = 500
767
+ public static let dtTypographyHeadlineXxlLineHeight = CGFloat(120.00)
768
+ public static let dtTypographyHeadlineXxlTextCase = "none"
769
+ public static let dtTypographyHelperMdFontFamily = UIFont.systemFont(ofSize: 15)
770
+ public static let dtTypographyHelperMdFontSize = CGFloat(15.00)
771
+ public static let dtTypographyHelperMdFontWeight = 400
772
+ public static let dtTypographyHelperMdLineHeight = CGFloat(140.00)
773
+ public static let dtTypographyHelperMdTextCase = "none"
774
+ public static let dtTypographyHelperSmFontFamily = UIFont.systemFont(ofSize: 15)
775
+ public static let dtTypographyHelperSmFontSize = CGFloat(12.00)
776
+ public static let dtTypographyHelperSmFontWeight = 400
777
+ public static let dtTypographyHelperSmLineHeight = CGFloat(120.00)
778
+ public static let dtTypographyHelperSmTextCase = "none"
779
+ public static let dtTypographyLabelMdCompactFontFamily = UIFont.systemFont(ofSize: 15)
780
+ public static let dtTypographyLabelMdCompactFontSize = CGFloat(15.00)
781
+ public static let dtTypographyLabelMdCompactFontWeight = 600
782
+ public static let dtTypographyLabelMdCompactLineHeight = CGFloat(140.00)
783
+ public static let dtTypographyLabelMdCompactTextCase = "none"
784
+ public static let dtTypographyLabelMdFontFamily = UIFont.systemFont(ofSize: 15)
785
+ public static let dtTypographyLabelMdFontSize = CGFloat(15.00)
786
+ public static let dtTypographyLabelMdFontWeight = 600
787
+ public static let dtTypographyLabelMdLineHeight = CGFloat(160.00)
788
+ public static let dtTypographyLabelMdPlainCompactFontFamily = UIFont.systemFont(ofSize: 15)
789
+ public static let dtTypographyLabelMdPlainCompactFontSize = CGFloat(15.00)
790
+ public static let dtTypographyLabelMdPlainCompactFontWeight = 400
791
+ public static let dtTypographyLabelMdPlainCompactLineHeight = CGFloat(140.00)
792
+ public static let dtTypographyLabelMdPlainCompactTextCase = "none"
793
+ public static let dtTypographyLabelMdPlainFontFamily = UIFont.systemFont(ofSize: 15)
794
+ public static let dtTypographyLabelMdPlainFontSize = CGFloat(15.00)
795
+ public static let dtTypographyLabelMdPlainFontWeight = 400
796
+ public static let dtTypographyLabelMdPlainLineHeight = CGFloat(160.00)
797
+ public static let dtTypographyLabelMdPlainTextCase = "none"
798
+ public static let dtTypographyLabelMdTextCase = "none"
799
+ public static let dtTypographyLabelSmCompactFontFamily = UIFont.systemFont(ofSize: 15)
800
+ public static let dtTypographyLabelSmCompactFontSize = CGFloat(12.00)
801
+ public static let dtTypographyLabelSmCompactFontWeight = 600
802
+ public static let dtTypographyLabelSmCompactLineHeight = CGFloat(120.00)
803
+ public static let dtTypographyLabelSmCompactTextCase = "none"
804
+ public static let dtTypographyLabelSmFontFamily = UIFont.systemFont(ofSize: 15)
805
+ public static let dtTypographyLabelSmFontSize = CGFloat(12.00)
806
+ public static let dtTypographyLabelSmFontWeight = 600
807
+ public static let dtTypographyLabelSmLineHeight = CGFloat(140.00)
808
+ public static let dtTypographyLabelSmPlainCompactFontFamily = UIFont.systemFont(ofSize: 15)
809
+ public static let dtTypographyLabelSmPlainCompactFontSize = CGFloat(12.00)
810
+ public static let dtTypographyLabelSmPlainCompactFontWeight = 400
811
+ public static let dtTypographyLabelSmPlainCompactLineHeight = CGFloat(120.00)
812
+ public static let dtTypographyLabelSmPlainCompactTextCase = "none"
813
+ public static let dtTypographyLabelSmPlainFontFamily = UIFont.systemFont(ofSize: 15)
814
+ public static let dtTypographyLabelSmPlainFontSize = CGFloat(12.00)
815
+ public static let dtTypographyLabelSmPlainFontWeight = 400
816
+ public static let dtTypographyLabelSmPlainLineHeight = CGFloat(140.00)
817
+ public static let dtTypographyLabelSmPlainTextCase = "none"
818
+ public static let dtTypographyLabelSmTextCase = "none"
799
819
  }