@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.
- package/dist/css/CHANGELOG.json +1 -1
- package/dist/css/dialtone.css +466 -425
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/android/java/tokens-dark.kt +151 -131
- package/dist/tokens/android/java/tokens-light.kt +151 -131
- package/dist/tokens/android/res/values/colors-dark.xml +1 -1
- package/dist/tokens/android/res/values/colors-light.xml +1 -1
- package/dist/tokens/android/res/values/dimens.xml +31 -27
- package/dist/tokens/css/variables-dark.css +156 -136
- package/dist/tokens/css/variables-light.css +156 -136
- package/dist/tokens/doc.json +5899 -4599
- package/dist/tokens/ios/tokens-dark.swift +151 -131
- package/dist/tokens/ios/tokens-light.swift +151 -131
- package/dist/tokens/less/variables-dark.less +156 -136
- package/dist/tokens/less/variables-light.less +156 -136
- package/dist/tokens/tokens-dark.json +150 -130
- package/dist/tokens/tokens-light.json +150 -130
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/dialtone-vue.cjs +3 -3
- package/dist/vue2/dialtone-vue.js +64 -15
- package/dist/vue2/directives.cjs +1 -1
- package/dist/vue2/directives.js +1 -1
- package/dist/vue2/emoji.cjs +1 -1
- package/dist/vue2/emoji.js +4 -4
- package/dist/vue2/{emoji_picker-pzXZS6X7.cjs → emoji_picker-F8BRxcT4.cjs} +1 -1
- package/dist/vue2/{emoji_picker-oRqwDR1h.js → emoji_picker-eZhVMcsq.js} +2 -2
- package/dist/vue2/{emoji_text_wrapper-V-Qf4XZv.js → emoji_text_wrapper-D8sO5OFj.js} +2 -2
- package/dist/vue2/{emoji_text_wrapper-6Yl5NIEJ.cjs → emoji_text_wrapper-Rk9EMvo8.cjs} +1 -1
- package/dist/vue2/{index-74FmkvkN.js → index-5kIwGgwp.js} +180 -179
- package/dist/vue2/index-FZJBS_ti.cjs +1 -0
- package/dist/vue2/message_input.cjs +1 -1
- package/dist/vue2/message_input.js +4 -4
- package/dist/vue2/{rich_text_editor-QsHU2mru.js → rich_text_editor-750LBgdo.js} +861 -861
- package/dist/vue2/{rich_text_editor-OOdKm54S.cjs → rich_text_editor-q9e-ZDwe.cjs} +2 -2
- package/dist/vue2/style.css +1 -1
- package/dist/vue2/{tooltip-mMe9F6C6.js → tooltip-88U5vFMA.js} +3 -3
- package/dist/vue2/{tooltip-sE12R_AU.cjs → tooltip-i2wxFIIi.cjs} +1 -1
- package/dist/vue2/types/components/banner/banner.vue.d.ts +20 -1
- package/dist/vue2/types/components/banner/banner.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/link/link.vue.d.ts +3 -2
- package/dist/vue2/types/components/link/link.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/link/link_constants.d.ts +2 -0
- package/dist/vue2/types/components/link/link_constants.d.ts.map +1 -1
- package/dist/vue2/types/components/notice/notice.vue.d.ts +34 -0
- package/dist/vue2/types/components/notice/notice.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/notice/notice_action.vue.d.ts +17 -0
- package/dist/vue2/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/toast/toast.vue.d.ts +34 -0
- package/dist/vue2/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts +0 -1
- package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +3 -3
- package/dist/vue3/dialtone-vue.js +327 -269
- package/dist/vue3/directives.cjs +1 -1
- package/dist/vue3/directives.js +1 -1
- package/dist/vue3/emoji-1NjKe1Yv.cjs +1 -0
- package/dist/vue3/{emoji-ifbDMGtx.js → emoji-VxFu3PHn.js} +181 -180
- package/dist/vue3/emoji.cjs +1 -1
- package/dist/vue3/emoji.js +4 -4
- package/dist/vue3/{emoji_picker-i3y8jyyY.cjs → emoji_picker--qWnpkri.cjs} +1 -1
- package/dist/vue3/{emoji_picker-G6QLC4uN.js → emoji_picker-1UT0z6jY.js} +2 -2
- package/dist/vue3/{emoji_text_wrapper-vQeoLfQ4.js → emoji_text_wrapper-NMuqIG_X.js} +1 -1
- package/dist/vue3/{emoji_text_wrapper-spWldgj4.cjs → emoji_text_wrapper-bOsTtVBL.cjs} +1 -1
- package/dist/vue3/message_input.cjs +1 -1
- package/dist/vue3/message_input.js +4 -4
- package/dist/vue3/{rich_text_editor-PlDAAo2K.js → rich_text_editor-_wxi33hv.js} +4 -8
- package/dist/vue3/{rich_text_editor-m8DM-vOU.cjs → rich_text_editor-pnYcPOnF.cjs} +2 -2
- package/dist/vue3/style.css +1 -1
- package/dist/vue3/{tooltip-px-Nxl4C.cjs → tooltip-P8ouLQqi.cjs} +1 -1
- package/dist/vue3/{tooltip-FcHJcgMd.js → tooltip-S6S4up2q.js} +3 -3
- package/dist/vue3/types/components/banner/banner.vue.d.ts +20 -1
- package/dist/vue3/types/components/banner/banner.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/link/link.vue.d.ts +3 -2
- package/dist/vue3/types/components/link/link.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/link/link_constants.d.ts +2 -0
- package/dist/vue3/types/components/link/link_constants.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice.vue.d.ts +34 -0
- package/dist/vue3/types/components/notice/notice.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts +17 -0
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/toast/toast.vue.d.ts +34 -0
- package/dist/vue3/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts +0 -1
- package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/vue2/index-dsfPzyLy.cjs +0 -1
- 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
|
|
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
|
|
785
|
-
public static let
|
|
786
|
-
public static let
|
|
787
|
-
public static let
|
|
788
|
-
public static let
|
|
789
|
-
public static let
|
|
790
|
-
public static let
|
|
791
|
-
public static let
|
|
792
|
-
public static let
|
|
793
|
-
public static let
|
|
794
|
-
public static let
|
|
795
|
-
public static let
|
|
796
|
-
public static let
|
|
797
|
-
public static let
|
|
798
|
-
public static let
|
|
799
|
-
public static let
|
|
800
|
-
public static let
|
|
801
|
-
public static let
|
|
802
|
-
public static let
|
|
803
|
-
public static let
|
|
804
|
-
public static let
|
|
805
|
-
public static let
|
|
806
|
-
public static let
|
|
807
|
-
public static let
|
|
808
|
-
public static let
|
|
809
|
-
public static let
|
|
810
|
-
public static let
|
|
811
|
-
public static let
|
|
812
|
-
public static let
|
|
813
|
-
public static let
|
|
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
|
|
850
|
-
public static let
|
|
851
|
-
public static let
|
|
852
|
-
public static let
|
|
853
|
-
public static let
|
|
854
|
-
public static let
|
|
855
|
-
public static let
|
|
856
|
-
public static let
|
|
857
|
-
public static let
|
|
858
|
-
public static let
|
|
859
|
-
public static let
|
|
860
|
-
public static let
|
|
861
|
-
public static let
|
|
862
|
-
public static let
|
|
863
|
-
public static let
|
|
864
|
-
public static let
|
|
865
|
-
public static let
|
|
866
|
-
public static let
|
|
867
|
-
public static let
|
|
868
|
-
public static let
|
|
869
|
-
public static let
|
|
870
|
-
public static let
|
|
871
|
-
public static let
|
|
872
|
-
public static let
|
|
873
|
-
public static let
|
|
874
|
-
public static let
|
|
875
|
-
public static let
|
|
876
|
-
public static let
|
|
877
|
-
public static let
|
|
878
|
-
public static let
|
|
879
|
-
public static let
|
|
880
|
-
public static let
|
|
881
|
-
public static let
|
|
882
|
-
public static let
|
|
883
|
-
public static let
|
|
884
|
-
public static let
|
|
885
|
-
public static let
|
|
886
|
-
public static let
|
|
887
|
-
public static let
|
|
888
|
-
public static let
|
|
889
|
-
public static let
|
|
890
|
-
public static let
|
|
891
|
-
public static let
|
|
892
|
-
public static let
|
|
893
|
-
public static let
|
|
894
|
-
public static let
|
|
895
|
-
public static let
|
|
896
|
-
public static let
|
|
897
|
-
public static let
|
|
898
|
-
public static let
|
|
899
|
-
public static let
|
|
900
|
-
public static let
|
|
901
|
-
public static let
|
|
902
|
-
public static let
|
|
903
|
-
public static let
|
|
904
|
-
public static let
|
|
905
|
-
public static let
|
|
906
|
-
public static let
|
|
907
|
-
public static let
|
|
908
|
-
public static let
|
|
909
|
-
public static let
|
|
910
|
-
public static let
|
|
911
|
-
public static let
|
|
912
|
-
public static let
|
|
913
|
-
public static let
|
|
914
|
-
public static let
|
|
915
|
-
public static let
|
|
916
|
-
public static let
|
|
917
|
-
public static let
|
|
918
|
-
public static let
|
|
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
|
|
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
|
|
665
|
-
public static let
|
|
666
|
-
public static let
|
|
667
|
-
public static let
|
|
668
|
-
public static let
|
|
669
|
-
public static let
|
|
670
|
-
public static let
|
|
671
|
-
public static let
|
|
672
|
-
public static let
|
|
673
|
-
public static let
|
|
674
|
-
public static let
|
|
675
|
-
public static let
|
|
676
|
-
public static let
|
|
677
|
-
public static let
|
|
678
|
-
public static let
|
|
679
|
-
public static let
|
|
680
|
-
public static let
|
|
681
|
-
public static let
|
|
682
|
-
public static let
|
|
683
|
-
public static let
|
|
684
|
-
public static let
|
|
685
|
-
public static let
|
|
686
|
-
public static let
|
|
687
|
-
public static let
|
|
688
|
-
public static let
|
|
689
|
-
public static let
|
|
690
|
-
public static let
|
|
691
|
-
public static let
|
|
692
|
-
public static let
|
|
693
|
-
public static let
|
|
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
|
|
730
|
-
public static let
|
|
731
|
-
public static let
|
|
732
|
-
public static let
|
|
733
|
-
public static let
|
|
734
|
-
public static let
|
|
735
|
-
public static let
|
|
736
|
-
public static let
|
|
737
|
-
public static let
|
|
738
|
-
public static let
|
|
739
|
-
public static let
|
|
740
|
-
public static let
|
|
741
|
-
public static let
|
|
742
|
-
public static let
|
|
743
|
-
public static let
|
|
744
|
-
public static let
|
|
745
|
-
public static let
|
|
746
|
-
public static let
|
|
747
|
-
public static let
|
|
748
|
-
public static let
|
|
749
|
-
public static let
|
|
750
|
-
public static let
|
|
751
|
-
public static let
|
|
752
|
-
public static let
|
|
753
|
-
public static let
|
|
754
|
-
public static let
|
|
755
|
-
public static let
|
|
756
|
-
public static let
|
|
757
|
-
public static let
|
|
758
|
-
public static let
|
|
759
|
-
public static let
|
|
760
|
-
public static let
|
|
761
|
-
public static let
|
|
762
|
-
public static let
|
|
763
|
-
public static let
|
|
764
|
-
public static let
|
|
765
|
-
public static let
|
|
766
|
-
public static let
|
|
767
|
-
public static let
|
|
768
|
-
public static let
|
|
769
|
-
public static let
|
|
770
|
-
public static let
|
|
771
|
-
public static let
|
|
772
|
-
public static let
|
|
773
|
-
public static let
|
|
774
|
-
public static let
|
|
775
|
-
public static let
|
|
776
|
-
public static let
|
|
777
|
-
public static let
|
|
778
|
-
public static let
|
|
779
|
-
public static let
|
|
780
|
-
public static let
|
|
781
|
-
public static let
|
|
782
|
-
public static let
|
|
783
|
-
public static let
|
|
784
|
-
public static let
|
|
785
|
-
public static let
|
|
786
|
-
public static let
|
|
787
|
-
public static let
|
|
788
|
-
public static let
|
|
789
|
-
public static let
|
|
790
|
-
public static let
|
|
791
|
-
public static let
|
|
792
|
-
public static let
|
|
793
|
-
public static let
|
|
794
|
-
public static let
|
|
795
|
-
public static let
|
|
796
|
-
public static let
|
|
797
|
-
public static let
|
|
798
|
-
public static let
|
|
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
|
}
|