@dialpad/dialtone-tokens 1.35.0 → 1.36.0
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/android/java/tokens-base-dark.kt +1 -0
- package/dist/android/java/tokens-base-light.kt +1 -0
- package/dist/android/java/tokens-dp-dark.kt +71 -2
- package/dist/android/java/tokens-dp-light.kt +71 -2
- package/dist/android/java/tokens-expressive-dark.kt +31 -2
- package/dist/android/java/tokens-expressive-light.kt +31 -2
- package/dist/android/java/tokens-expressive-sm-dark.kt +31 -2
- package/dist/android/java/tokens-expressive-sm-light.kt +31 -2
- package/dist/android/java/tokens-tmo-dark.kt +31 -2
- package/dist/android/java/tokens-tmo-light.kt +31 -2
- package/dist/android/res/values/dimens.xml +1 -0
- package/dist/css/tokens-base-dark.css +1 -0
- package/dist/css/tokens-base-light.css +1 -0
- package/dist/css/tokens-dp-dark.css +87 -8
- package/dist/css/tokens-dp-light.css +87 -8
- package/dist/css/tokens-expressive-dark.css +41 -7
- package/dist/css/tokens-expressive-light.css +41 -7
- package/dist/css/tokens-expressive-sm-dark.css +41 -7
- package/dist/css/tokens-expressive-sm-light.css +41 -7
- package/dist/css/tokens-tmo-dark.css +42 -8
- package/dist/css/tokens-tmo-light.css +42 -8
- package/dist/doc.json +25938 -16900
- package/dist/ios/tokens-base-dark.swift +1 -0
- package/dist/ios/tokens-base-light.swift +1 -0
- package/dist/ios/tokens-dp-dark.swift +71 -2
- package/dist/ios/tokens-dp-light.swift +71 -2
- package/dist/ios/tokens-expressive-dark.swift +31 -2
- package/dist/ios/tokens-expressive-light.swift +31 -2
- package/dist/ios/tokens-expressive-sm-dark.swift +31 -2
- package/dist/ios/tokens-expressive-sm-light.swift +31 -2
- package/dist/ios/tokens-tmo-dark.swift +31 -2
- package/dist/ios/tokens-tmo-light.swift +31 -2
- package/dist/less/tokens-base-dark.less +1 -0
- package/dist/less/tokens-base-light.less +1 -0
- package/dist/less/tokens-dp-dark.less +75 -6
- package/dist/less/tokens-dp-light.less +75 -6
- package/dist/less/tokens-expressive-dark.less +34 -5
- package/dist/less/tokens-expressive-light.less +34 -5
- package/dist/less/tokens-expressive-sm-dark.less +34 -5
- package/dist/less/tokens-expressive-sm-light.less +34 -5
- package/dist/less/tokens-tmo-dark.less +35 -6
- package/dist/less/tokens-tmo-light.less +35 -6
- package/dist/themes/chunks/tokens-base-dark-BEsKKfTV.js +4 -0
- package/dist/themes/chunks/tokens-base-dark-Bxzti7ig.js +1 -0
- package/dist/themes/chunks/tokens-base-light-DV0xl0Dv.js +1 -0
- package/dist/themes/chunks/tokens-base-light-jdZ77WhZ.js +4 -0
- package/dist/themes/dp-dark.cjs +1 -1
- package/dist/themes/dp-dark.js +5 -5
- package/dist/themes/dp-light.cjs +1 -1
- package/dist/themes/dp-light.js +5 -5
- package/dist/themes/expressive-dark.cjs +1 -1
- package/dist/themes/expressive-dark.js +2 -2
- package/dist/themes/expressive-light.cjs +1 -1
- package/dist/themes/expressive-light.js +4 -4
- package/dist/themes/expressive-sm-dark.cjs +1 -1
- package/dist/themes/expressive-sm-dark.js +2 -2
- package/dist/themes/expressive-sm-light.cjs +1 -1
- package/dist/themes/expressive-sm-light.js +4 -4
- package/dist/themes/tmo-dark.cjs +1 -1
- package/dist/themes/tmo-dark.js +4 -4
- package/dist/themes/tmo-light.cjs +1 -1
- package/dist/themes/tmo-light.js +4 -4
- package/dist/tokens-base-dark.json +1 -0
- package/dist/tokens-base-light.json +1 -0
- package/dist/tokens-dp-dark.json +70 -1
- package/dist/tokens-dp-light.json +70 -1
- package/dist/tokens-expressive-dark.json +30 -1
- package/dist/tokens-expressive-light.json +30 -1
- package/dist/tokens-expressive-sm-dark.json +30 -1
- package/dist/tokens-expressive-sm-light.json +30 -1
- package/dist/tokens-tmo-dark.json +30 -1
- package/dist/tokens-tmo-light.json +30 -1
- package/package.json +1 -1
- package/dist/themes/chunks/tokens-base-dark-C_VClg5s.js +0 -4
- package/dist/themes/chunks/tokens-base-dark-CsflOADh.js +0 -1
- package/dist/themes/chunks/tokens-base-light-9TN2mC0P.js +0 -4
- package/dist/themes/chunks/tokens-base-light-Bg9yNmR_.js +0 -1
|
@@ -388,6 +388,7 @@ public enum DialtoneTokensBaseDark {
|
|
|
388
388
|
public static let dtSizeRadius200 = CGFloat(2.00)
|
|
389
389
|
public static let dtSizeRadius300 = CGFloat(4.00)
|
|
390
390
|
public static let dtSizeRadius400 = CGFloat(8.00)
|
|
391
|
+
public static let dtSizeRadius450 = CGFloat(12.00)
|
|
391
392
|
public static let dtSizeRadius500 = CGFloat(16.00)
|
|
392
393
|
public static let dtSizeRadius600 = CGFloat(32.00)
|
|
393
394
|
public static let dtSizeRadiusCircle = CGFloat(50.00)
|
|
@@ -268,6 +268,7 @@ public enum DialtoneTokensBaseLight {
|
|
|
268
268
|
public static let dtSizeRadius200 = CGFloat(2.00)
|
|
269
269
|
public static let dtSizeRadius300 = CGFloat(4.00)
|
|
270
270
|
public static let dtSizeRadius400 = CGFloat(8.00)
|
|
271
|
+
public static let dtSizeRadius450 = CGFloat(12.00)
|
|
271
272
|
public static let dtSizeRadius500 = CGFloat(16.00)
|
|
272
273
|
public static let dtSizeRadius600 = CGFloat(32.00)
|
|
273
274
|
public static let dtSizeRadiusCircle = CGFloat(50.00)
|
|
@@ -96,6 +96,26 @@ public enum DialtoneTokensDpDark {
|
|
|
96
96
|
public static let dtBadgeColorForegroundBulletin = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
97
97
|
public static let dtBadgeColorForegroundBulletinSubtle = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
98
98
|
public static let dtBadgeColorForegroundDefault = UIColor(red: 0.902, green: 0.902, blue: 0.902, alpha: 1)
|
|
99
|
+
public static let dtButtonFontSizeLg = CGFloat(10.00) * 1.9
|
|
100
|
+
public static let dtButtonFontSizeMd = CGFloat(10.00) * 1.5
|
|
101
|
+
public static let dtButtonFontSizeSm = CGFloat(10.00) * 1.2
|
|
102
|
+
public static let dtButtonFontSizeXl = CGFloat(10.00) * 2.7
|
|
103
|
+
public static let dtButtonFontSizeXs = CGFloat(10.00) * 1.2
|
|
104
|
+
public static let dtButtonFontWeightLg = 500
|
|
105
|
+
public static let dtButtonFontWeightMd = 500
|
|
106
|
+
public static let dtButtonFontWeightSm = 500
|
|
107
|
+
public static let dtButtonFontWeightXl = 400
|
|
108
|
+
public static let dtButtonFontWeightXs = 500
|
|
109
|
+
public static let dtButtonLineHeightLg = CGFloat(120.00)
|
|
110
|
+
public static let dtButtonLineHeightMd = CGFloat(120.00)
|
|
111
|
+
public static let dtButtonLineHeightSm = CGFloat(120.00)
|
|
112
|
+
public static let dtButtonLineHeightXl = CGFloat(120.00)
|
|
113
|
+
public static let dtButtonLineHeightXs = CGFloat(120.00)
|
|
114
|
+
public static let dtButtonSizeRadiusLg = CGFloat(12.00)
|
|
115
|
+
public static let dtButtonSizeRadiusMd = CGFloat(8.00)
|
|
116
|
+
public static let dtButtonSizeRadiusSm = CGFloat(8.00)
|
|
117
|
+
public static let dtButtonSizeRadiusXl = CGFloat(16.00)
|
|
118
|
+
public static let dtButtonSizeRadiusXs = CGFloat(4.00)
|
|
99
119
|
public static let dtCheckboxColorBackgroundChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
100
120
|
public static let dtCheckboxColorBorderChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
101
121
|
public static let dtCheckboxColorBorderUnchecked = UIColor(red: 0.502, green: 0.502, blue: 0.502, alpha: 1)
|
|
@@ -248,10 +268,19 @@ public enum DialtoneTokensDpDark {
|
|
|
248
268
|
public static let dtInputsFontSizeSm = CGFloat(10.00) * 1.2
|
|
249
269
|
public static let dtInputsFontSizeXl = CGFloat(10.00) * 2.7
|
|
250
270
|
public static let dtInputsFontSizeXs = CGFloat(10.00) * 1.2
|
|
251
|
-
public static let
|
|
271
|
+
public static let dtInputsFontWeightLg = 400
|
|
272
|
+
public static let dtInputsFontWeightMd = 400
|
|
273
|
+
public static let dtInputsFontWeightSm = 400
|
|
274
|
+
public static let dtInputsFontWeightXl = 400
|
|
275
|
+
public static let dtInputsFontWeightXs = 400
|
|
276
|
+
public static let dtInputsLineHeightLg = CGFloat(120.00)
|
|
277
|
+
public static let dtInputsLineHeightMd = CGFloat(120.00)
|
|
278
|
+
public static let dtInputsLineHeightSm = CGFloat(120.00)
|
|
279
|
+
public static let dtInputsLineHeightXl = CGFloat(120.00)
|
|
280
|
+
public static let dtInputsLineHeightXs = CGFloat(120.00)
|
|
252
281
|
public static let dtInputsSizeBorderDefault = CGFloat(1.50)
|
|
253
282
|
public static let dtInputsSizeBorderStatus = CGFloat(2.00)
|
|
254
|
-
public static let dtInputsSizeRadiusLg = CGFloat(
|
|
283
|
+
public static let dtInputsSizeRadiusLg = CGFloat(12.00)
|
|
255
284
|
public static let dtInputsSizeRadiusMd = CGFloat(8.00)
|
|
256
285
|
public static let dtInputsSizeRadiusSm = CGFloat(8.00)
|
|
257
286
|
public static let dtInputsSizeRadiusXl = CGFloat(16.00)
|
|
@@ -323,6 +352,26 @@ public enum DialtoneTokensDpDark {
|
|
|
323
352
|
public static let dtTypographyBodySmFontWeight = 400
|
|
324
353
|
public static let dtTypographyBodySmLineHeight = CGFloat(140.00)
|
|
325
354
|
public static let dtTypographyBodySmTextCase = "none"
|
|
355
|
+
public static let dtTypographyButtonLgFontFamily = UIFont.systemFont(ofSize: 15)
|
|
356
|
+
public static let dtTypographyButtonLgFontSize = CGFloat(10.00) * 1.9
|
|
357
|
+
public static let dtTypographyButtonLgFontWeight = 500
|
|
358
|
+
public static let dtTypographyButtonLgLineHeight = CGFloat(120.00)
|
|
359
|
+
public static let dtTypographyButtonMdFontFamily = UIFont.systemFont(ofSize: 15)
|
|
360
|
+
public static let dtTypographyButtonMdFontSize = CGFloat(10.00) * 1.5
|
|
361
|
+
public static let dtTypographyButtonMdFontWeight = 500
|
|
362
|
+
public static let dtTypographyButtonMdLineHeight = CGFloat(120.00)
|
|
363
|
+
public static let dtTypographyButtonSmFontFamily = UIFont.systemFont(ofSize: 15)
|
|
364
|
+
public static let dtTypographyButtonSmFontSize = CGFloat(10.00) * 1.2
|
|
365
|
+
public static let dtTypographyButtonSmFontWeight = 500
|
|
366
|
+
public static let dtTypographyButtonSmLineHeight = CGFloat(120.00)
|
|
367
|
+
public static let dtTypographyButtonXlFontFamily = UIFont.systemFont(ofSize: 15)
|
|
368
|
+
public static let dtTypographyButtonXlFontSize = CGFloat(10.00) * 2.7
|
|
369
|
+
public static let dtTypographyButtonXlFontWeight = 400
|
|
370
|
+
public static let dtTypographyButtonXlLineHeight = CGFloat(120.00)
|
|
371
|
+
public static let dtTypographyButtonXsFontFamily = UIFont.systemFont(ofSize: 15)
|
|
372
|
+
public static let dtTypographyButtonXsFontSize = CGFloat(10.00) * 1.2
|
|
373
|
+
public static let dtTypographyButtonXsFontWeight = 500
|
|
374
|
+
public static let dtTypographyButtonXsLineHeight = CGFloat(120.00)
|
|
326
375
|
public static let dtTypographyCodeMdFontFamily = UIFont.monospacedSystemFont(ofSize: 15, weight: .regular)
|
|
327
376
|
public static let dtTypographyCodeMdFontSize = CGFloat(10.00) * 1.5
|
|
328
377
|
public static let dtTypographyCodeMdFontWeight = 400
|
|
@@ -418,6 +467,26 @@ public enum DialtoneTokensDpDark {
|
|
|
418
467
|
public static let dtTypographyHelperSmFontWeight = 400
|
|
419
468
|
public static let dtTypographyHelperSmLineHeight = CGFloat(120.00)
|
|
420
469
|
public static let dtTypographyHelperSmTextCase = "none"
|
|
470
|
+
public static let dtTypographyInputsLgFontFamily = UIFont.systemFont(ofSize: 15)
|
|
471
|
+
public static let dtTypographyInputsLgFontSize = CGFloat(10.00) * 1.9
|
|
472
|
+
public static let dtTypographyInputsLgFontWeight = 400
|
|
473
|
+
public static let dtTypographyInputsLgLineHeight = CGFloat(120.00)
|
|
474
|
+
public static let dtTypographyInputsMdFontFamily = UIFont.systemFont(ofSize: 15)
|
|
475
|
+
public static let dtTypographyInputsMdFontSize = CGFloat(10.00) * 1.5
|
|
476
|
+
public static let dtTypographyInputsMdFontWeight = 400
|
|
477
|
+
public static let dtTypographyInputsMdLineHeight = CGFloat(120.00)
|
|
478
|
+
public static let dtTypographyInputsSmFontFamily = UIFont.systemFont(ofSize: 15)
|
|
479
|
+
public static let dtTypographyInputsSmFontSize = CGFloat(10.00) * 1.2
|
|
480
|
+
public static let dtTypographyInputsSmFontWeight = 400
|
|
481
|
+
public static let dtTypographyInputsSmLineHeight = CGFloat(120.00)
|
|
482
|
+
public static let dtTypographyInputsXlFontFamily = UIFont.systemFont(ofSize: 15)
|
|
483
|
+
public static let dtTypographyInputsXlFontSize = CGFloat(10.00) * 2.7
|
|
484
|
+
public static let dtTypographyInputsXlFontWeight = 400
|
|
485
|
+
public static let dtTypographyInputsXlLineHeight = CGFloat(120.00)
|
|
486
|
+
public static let dtTypographyInputsXsFontFamily = UIFont.systemFont(ofSize: 15)
|
|
487
|
+
public static let dtTypographyInputsXsFontSize = CGFloat(10.00) * 1.2
|
|
488
|
+
public static let dtTypographyInputsXsFontWeight = 400
|
|
489
|
+
public static let dtTypographyInputsXsLineHeight = CGFloat(120.00)
|
|
421
490
|
public static let dtTypographyLabelMdCompactFontFamily = UIFont.systemFont(ofSize: 15)
|
|
422
491
|
public static let dtTypographyLabelMdCompactFontSize = CGFloat(10.00) * 1.5
|
|
423
492
|
public static let dtTypographyLabelMdCompactFontWeight = 600
|
|
@@ -96,6 +96,26 @@ public enum DialtoneTokensDpLight {
|
|
|
96
96
|
public static let dtBadgeColorForegroundBulletin = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
|
|
97
97
|
public static let dtBadgeColorForegroundBulletinSubtle = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
98
98
|
public static let dtBadgeColorForegroundDefault = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 1)
|
|
99
|
+
public static let dtButtonFontSizeLg = CGFloat(10.00) * 1.9
|
|
100
|
+
public static let dtButtonFontSizeMd = CGFloat(10.00) * 1.5
|
|
101
|
+
public static let dtButtonFontSizeSm = CGFloat(10.00) * 1.2
|
|
102
|
+
public static let dtButtonFontSizeXl = CGFloat(10.00) * 2.7
|
|
103
|
+
public static let dtButtonFontSizeXs = CGFloat(10.00) * 1.2
|
|
104
|
+
public static let dtButtonFontWeightLg = 500
|
|
105
|
+
public static let dtButtonFontWeightMd = 500
|
|
106
|
+
public static let dtButtonFontWeightSm = 500
|
|
107
|
+
public static let dtButtonFontWeightXl = 400
|
|
108
|
+
public static let dtButtonFontWeightXs = 500
|
|
109
|
+
public static let dtButtonLineHeightLg = CGFloat(120.00)
|
|
110
|
+
public static let dtButtonLineHeightMd = CGFloat(120.00)
|
|
111
|
+
public static let dtButtonLineHeightSm = CGFloat(120.00)
|
|
112
|
+
public static let dtButtonLineHeightXl = CGFloat(120.00)
|
|
113
|
+
public static let dtButtonLineHeightXs = CGFloat(120.00)
|
|
114
|
+
public static let dtButtonSizeRadiusLg = CGFloat(12.00)
|
|
115
|
+
public static let dtButtonSizeRadiusMd = CGFloat(8.00)
|
|
116
|
+
public static let dtButtonSizeRadiusSm = CGFloat(8.00)
|
|
117
|
+
public static let dtButtonSizeRadiusXl = CGFloat(16.00)
|
|
118
|
+
public static let dtButtonSizeRadiusXs = CGFloat(4.00)
|
|
99
119
|
public static let dtCheckboxColorBackgroundChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
100
120
|
public static let dtCheckboxColorBorderChecked = UIColor(red: 0.486, green: 0.322, blue: 1.000, alpha: 1)
|
|
101
121
|
public static let dtCheckboxColorBorderUnchecked = UIColor(red: 0.667, green: 0.667, blue: 0.667, alpha: 1)
|
|
@@ -248,10 +268,19 @@ public enum DialtoneTokensDpLight {
|
|
|
248
268
|
public static let dtInputsFontSizeSm = CGFloat(10.00) * 1.2
|
|
249
269
|
public static let dtInputsFontSizeXl = CGFloat(10.00) * 2.7
|
|
250
270
|
public static let dtInputsFontSizeXs = CGFloat(10.00) * 1.2
|
|
251
|
-
public static let
|
|
271
|
+
public static let dtInputsFontWeightLg = 400
|
|
272
|
+
public static let dtInputsFontWeightMd = 400
|
|
273
|
+
public static let dtInputsFontWeightSm = 400
|
|
274
|
+
public static let dtInputsFontWeightXl = 400
|
|
275
|
+
public static let dtInputsFontWeightXs = 400
|
|
276
|
+
public static let dtInputsLineHeightLg = CGFloat(120.00)
|
|
277
|
+
public static let dtInputsLineHeightMd = CGFloat(120.00)
|
|
278
|
+
public static let dtInputsLineHeightSm = CGFloat(120.00)
|
|
279
|
+
public static let dtInputsLineHeightXl = CGFloat(120.00)
|
|
280
|
+
public static let dtInputsLineHeightXs = CGFloat(120.00)
|
|
252
281
|
public static let dtInputsSizeBorderDefault = CGFloat(1.50)
|
|
253
282
|
public static let dtInputsSizeBorderStatus = CGFloat(2.00)
|
|
254
|
-
public static let dtInputsSizeRadiusLg = CGFloat(
|
|
283
|
+
public static let dtInputsSizeRadiusLg = CGFloat(12.00)
|
|
255
284
|
public static let dtInputsSizeRadiusMd = CGFloat(8.00)
|
|
256
285
|
public static let dtInputsSizeRadiusSm = CGFloat(8.00)
|
|
257
286
|
public static let dtInputsSizeRadiusXl = CGFloat(16.00)
|
|
@@ -323,6 +352,26 @@ public enum DialtoneTokensDpLight {
|
|
|
323
352
|
public static let dtTypographyBodySmFontWeight = 400
|
|
324
353
|
public static let dtTypographyBodySmLineHeight = CGFloat(140.00)
|
|
325
354
|
public static let dtTypographyBodySmTextCase = "none"
|
|
355
|
+
public static let dtTypographyButtonLgFontFamily = UIFont.systemFont(ofSize: 15)
|
|
356
|
+
public static let dtTypographyButtonLgFontSize = CGFloat(10.00) * 1.9
|
|
357
|
+
public static let dtTypographyButtonLgFontWeight = 500
|
|
358
|
+
public static let dtTypographyButtonLgLineHeight = CGFloat(120.00)
|
|
359
|
+
public static let dtTypographyButtonMdFontFamily = UIFont.systemFont(ofSize: 15)
|
|
360
|
+
public static let dtTypographyButtonMdFontSize = CGFloat(10.00) * 1.5
|
|
361
|
+
public static let dtTypographyButtonMdFontWeight = 500
|
|
362
|
+
public static let dtTypographyButtonMdLineHeight = CGFloat(120.00)
|
|
363
|
+
public static let dtTypographyButtonSmFontFamily = UIFont.systemFont(ofSize: 15)
|
|
364
|
+
public static let dtTypographyButtonSmFontSize = CGFloat(10.00) * 1.2
|
|
365
|
+
public static let dtTypographyButtonSmFontWeight = 500
|
|
366
|
+
public static let dtTypographyButtonSmLineHeight = CGFloat(120.00)
|
|
367
|
+
public static let dtTypographyButtonXlFontFamily = UIFont.systemFont(ofSize: 15)
|
|
368
|
+
public static let dtTypographyButtonXlFontSize = CGFloat(10.00) * 2.7
|
|
369
|
+
public static let dtTypographyButtonXlFontWeight = 400
|
|
370
|
+
public static let dtTypographyButtonXlLineHeight = CGFloat(120.00)
|
|
371
|
+
public static let dtTypographyButtonXsFontFamily = UIFont.systemFont(ofSize: 15)
|
|
372
|
+
public static let dtTypographyButtonXsFontSize = CGFloat(10.00) * 1.2
|
|
373
|
+
public static let dtTypographyButtonXsFontWeight = 500
|
|
374
|
+
public static let dtTypographyButtonXsLineHeight = CGFloat(120.00)
|
|
326
375
|
public static let dtTypographyCodeMdFontFamily = UIFont.monospacedSystemFont(ofSize: 15, weight: .regular)
|
|
327
376
|
public static let dtTypographyCodeMdFontSize = CGFloat(10.00) * 1.5
|
|
328
377
|
public static let dtTypographyCodeMdFontWeight = 400
|
|
@@ -418,6 +467,26 @@ public enum DialtoneTokensDpLight {
|
|
|
418
467
|
public static let dtTypographyHelperSmFontWeight = 400
|
|
419
468
|
public static let dtTypographyHelperSmLineHeight = CGFloat(120.00)
|
|
420
469
|
public static let dtTypographyHelperSmTextCase = "none"
|
|
470
|
+
public static let dtTypographyInputsLgFontFamily = UIFont.systemFont(ofSize: 15)
|
|
471
|
+
public static let dtTypographyInputsLgFontSize = CGFloat(10.00) * 1.9
|
|
472
|
+
public static let dtTypographyInputsLgFontWeight = 400
|
|
473
|
+
public static let dtTypographyInputsLgLineHeight = CGFloat(120.00)
|
|
474
|
+
public static let dtTypographyInputsMdFontFamily = UIFont.systemFont(ofSize: 15)
|
|
475
|
+
public static let dtTypographyInputsMdFontSize = CGFloat(10.00) * 1.5
|
|
476
|
+
public static let dtTypographyInputsMdFontWeight = 400
|
|
477
|
+
public static let dtTypographyInputsMdLineHeight = CGFloat(120.00)
|
|
478
|
+
public static let dtTypographyInputsSmFontFamily = UIFont.systemFont(ofSize: 15)
|
|
479
|
+
public static let dtTypographyInputsSmFontSize = CGFloat(10.00) * 1.2
|
|
480
|
+
public static let dtTypographyInputsSmFontWeight = 400
|
|
481
|
+
public static let dtTypographyInputsSmLineHeight = CGFloat(120.00)
|
|
482
|
+
public static let dtTypographyInputsXlFontFamily = UIFont.systemFont(ofSize: 15)
|
|
483
|
+
public static let dtTypographyInputsXlFontSize = CGFloat(10.00) * 2.7
|
|
484
|
+
public static let dtTypographyInputsXlFontWeight = 400
|
|
485
|
+
public static let dtTypographyInputsXlLineHeight = CGFloat(120.00)
|
|
486
|
+
public static let dtTypographyInputsXsFontFamily = UIFont.systemFont(ofSize: 15)
|
|
487
|
+
public static let dtTypographyInputsXsFontSize = CGFloat(10.00) * 1.2
|
|
488
|
+
public static let dtTypographyInputsXsFontWeight = 400
|
|
489
|
+
public static let dtTypographyInputsXsLineHeight = CGFloat(120.00)
|
|
421
490
|
public static let dtTypographyLabelMdCompactFontFamily = UIFont.systemFont(ofSize: 15)
|
|
422
491
|
public static let dtTypographyLabelMdCompactFontSize = CGFloat(10.00) * 1.5
|
|
423
492
|
public static let dtTypographyLabelMdCompactFontWeight = 600
|
|
@@ -254,10 +254,19 @@ public enum DialtoneTokensExpressiveDark {
|
|
|
254
254
|
public static let dtInputsFontSizeSm = CGFloat(10.00) * 1.6
|
|
255
255
|
public static let dtInputsFontSizeXl = CGFloat(10.00) * 1.6
|
|
256
256
|
public static let dtInputsFontSizeXs = CGFloat(10.00) * 1.6
|
|
257
|
-
public static let
|
|
257
|
+
public static let dtInputsFontWeightLg = 400
|
|
258
|
+
public static let dtInputsFontWeightMd = 400
|
|
259
|
+
public static let dtInputsFontWeightSm = 400
|
|
260
|
+
public static let dtInputsFontWeightXl = 400
|
|
261
|
+
public static let dtInputsFontWeightXs = 400
|
|
262
|
+
public static let dtInputsLineHeightLg = CGFloat(120.00)
|
|
263
|
+
public static let dtInputsLineHeightMd = CGFloat(120.00)
|
|
264
|
+
public static let dtInputsLineHeightSm = CGFloat(120.00)
|
|
265
|
+
public static let dtInputsLineHeightXl = CGFloat(120.00)
|
|
266
|
+
public static let dtInputsLineHeightXs = CGFloat(120.00)
|
|
258
267
|
public static let dtInputsSizeBorderDefault = CGFloat(1.50)
|
|
259
268
|
public static let dtInputsSizeBorderStatus = CGFloat(2.00)
|
|
260
|
-
public static let dtInputsSizeRadiusLg = CGFloat(
|
|
269
|
+
public static let dtInputsSizeRadiusLg = CGFloat(12.00)
|
|
261
270
|
public static let dtInputsSizeRadiusMd = CGFloat(8.00)
|
|
262
271
|
public static let dtInputsSizeRadiusSm = CGFloat(8.00)
|
|
263
272
|
public static let dtInputsSizeRadiusXl = CGFloat(16.00)
|
|
@@ -424,6 +433,26 @@ public enum DialtoneTokensExpressiveDark {
|
|
|
424
433
|
public static let dtTypographyHelperSmFontWeight = 400
|
|
425
434
|
public static let dtTypographyHelperSmLineHeight = CGFloat(120.00)
|
|
426
435
|
public static let dtTypographyHelperSmTextCase = "none"
|
|
436
|
+
public static let dtTypographyInputsLgFontFamily = UIFont.systemFont(ofSize: 15)
|
|
437
|
+
public static let dtTypographyInputsLgFontSize = CGFloat(10.00) * 2.8
|
|
438
|
+
public static let dtTypographyInputsLgFontWeight = 400
|
|
439
|
+
public static let dtTypographyInputsLgLineHeight = CGFloat(120.00)
|
|
440
|
+
public static let dtTypographyInputsMdFontFamily = UIFont.systemFont(ofSize: 15)
|
|
441
|
+
public static let dtTypographyInputsMdFontSize = CGFloat(10.00) * 2
|
|
442
|
+
public static let dtTypographyInputsMdFontWeight = 400
|
|
443
|
+
public static let dtTypographyInputsMdLineHeight = CGFloat(120.00)
|
|
444
|
+
public static let dtTypographyInputsSmFontFamily = UIFont.systemFont(ofSize: 15)
|
|
445
|
+
public static let dtTypographyInputsSmFontSize = CGFloat(10.00) * 1.6
|
|
446
|
+
public static let dtTypographyInputsSmFontWeight = 400
|
|
447
|
+
public static let dtTypographyInputsSmLineHeight = CGFloat(120.00)
|
|
448
|
+
public static let dtTypographyInputsXlFontFamily = UIFont.systemFont(ofSize: 15)
|
|
449
|
+
public static let dtTypographyInputsXlFontSize = CGFloat(10.00) * 1.6
|
|
450
|
+
public static let dtTypographyInputsXlFontWeight = 400
|
|
451
|
+
public static let dtTypographyInputsXlLineHeight = CGFloat(120.00)
|
|
452
|
+
public static let dtTypographyInputsXsFontFamily = UIFont.systemFont(ofSize: 15)
|
|
453
|
+
public static let dtTypographyInputsXsFontSize = CGFloat(10.00) * 1.6
|
|
454
|
+
public static let dtTypographyInputsXsFontWeight = 400
|
|
455
|
+
public static let dtTypographyInputsXsLineHeight = CGFloat(120.00)
|
|
427
456
|
public static let dtTypographyLabelMdCompactFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
|
|
428
457
|
public static let dtTypographyLabelMdCompactFontSize = CGFloat(10.00) * 2
|
|
429
458
|
public static let dtTypographyLabelMdCompactFontWeight = 600
|
|
@@ -254,10 +254,19 @@ public enum DialtoneTokensExpressiveLight {
|
|
|
254
254
|
public static let dtInputsFontSizeSm = CGFloat(10.00) * 1.6
|
|
255
255
|
public static let dtInputsFontSizeXl = CGFloat(10.00) * 1.6
|
|
256
256
|
public static let dtInputsFontSizeXs = CGFloat(10.00) * 1.6
|
|
257
|
-
public static let
|
|
257
|
+
public static let dtInputsFontWeightLg = 400
|
|
258
|
+
public static let dtInputsFontWeightMd = 400
|
|
259
|
+
public static let dtInputsFontWeightSm = 400
|
|
260
|
+
public static let dtInputsFontWeightXl = 400
|
|
261
|
+
public static let dtInputsFontWeightXs = 400
|
|
262
|
+
public static let dtInputsLineHeightLg = CGFloat(120.00)
|
|
263
|
+
public static let dtInputsLineHeightMd = CGFloat(120.00)
|
|
264
|
+
public static let dtInputsLineHeightSm = CGFloat(120.00)
|
|
265
|
+
public static let dtInputsLineHeightXl = CGFloat(120.00)
|
|
266
|
+
public static let dtInputsLineHeightXs = CGFloat(120.00)
|
|
258
267
|
public static let dtInputsSizeBorderDefault = CGFloat(1.50)
|
|
259
268
|
public static let dtInputsSizeBorderStatus = CGFloat(2.00)
|
|
260
|
-
public static let dtInputsSizeRadiusLg = CGFloat(
|
|
269
|
+
public static let dtInputsSizeRadiusLg = CGFloat(12.00)
|
|
261
270
|
public static let dtInputsSizeRadiusMd = CGFloat(8.00)
|
|
262
271
|
public static let dtInputsSizeRadiusSm = CGFloat(8.00)
|
|
263
272
|
public static let dtInputsSizeRadiusXl = CGFloat(16.00)
|
|
@@ -424,6 +433,26 @@ public enum DialtoneTokensExpressiveLight {
|
|
|
424
433
|
public static let dtTypographyHelperSmFontWeight = 400
|
|
425
434
|
public static let dtTypographyHelperSmLineHeight = CGFloat(120.00)
|
|
426
435
|
public static let dtTypographyHelperSmTextCase = "none"
|
|
436
|
+
public static let dtTypographyInputsLgFontFamily = UIFont.systemFont(ofSize: 15)
|
|
437
|
+
public static let dtTypographyInputsLgFontSize = CGFloat(10.00) * 2.8
|
|
438
|
+
public static let dtTypographyInputsLgFontWeight = 400
|
|
439
|
+
public static let dtTypographyInputsLgLineHeight = CGFloat(120.00)
|
|
440
|
+
public static let dtTypographyInputsMdFontFamily = UIFont.systemFont(ofSize: 15)
|
|
441
|
+
public static let dtTypographyInputsMdFontSize = CGFloat(10.00) * 2
|
|
442
|
+
public static let dtTypographyInputsMdFontWeight = 400
|
|
443
|
+
public static let dtTypographyInputsMdLineHeight = CGFloat(120.00)
|
|
444
|
+
public static let dtTypographyInputsSmFontFamily = UIFont.systemFont(ofSize: 15)
|
|
445
|
+
public static let dtTypographyInputsSmFontSize = CGFloat(10.00) * 1.6
|
|
446
|
+
public static let dtTypographyInputsSmFontWeight = 400
|
|
447
|
+
public static let dtTypographyInputsSmLineHeight = CGFloat(120.00)
|
|
448
|
+
public static let dtTypographyInputsXlFontFamily = UIFont.systemFont(ofSize: 15)
|
|
449
|
+
public static let dtTypographyInputsXlFontSize = CGFloat(10.00) * 1.6
|
|
450
|
+
public static let dtTypographyInputsXlFontWeight = 400
|
|
451
|
+
public static let dtTypographyInputsXlLineHeight = CGFloat(120.00)
|
|
452
|
+
public static let dtTypographyInputsXsFontFamily = UIFont.systemFont(ofSize: 15)
|
|
453
|
+
public static let dtTypographyInputsXsFontSize = CGFloat(10.00) * 1.6
|
|
454
|
+
public static let dtTypographyInputsXsFontWeight = 400
|
|
455
|
+
public static let dtTypographyInputsXsLineHeight = CGFloat(120.00)
|
|
427
456
|
public static let dtTypographyLabelMdCompactFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
|
|
428
457
|
public static let dtTypographyLabelMdCompactFontSize = CGFloat(10.00) * 2
|
|
429
458
|
public static let dtTypographyLabelMdCompactFontWeight = 600
|
|
@@ -254,10 +254,19 @@ public enum DialtoneTokensExpressiveSmDark {
|
|
|
254
254
|
public static let dtInputsFontSizeSm = CGFloat(10.00) * 1.2
|
|
255
255
|
public static let dtInputsFontSizeXl = CGFloat(10.00) * 1.2
|
|
256
256
|
public static let dtInputsFontSizeXs = CGFloat(10.00) * 1.2
|
|
257
|
-
public static let
|
|
257
|
+
public static let dtInputsFontWeightLg = 400
|
|
258
|
+
public static let dtInputsFontWeightMd = 400
|
|
259
|
+
public static let dtInputsFontWeightSm = 400
|
|
260
|
+
public static let dtInputsFontWeightXl = 400
|
|
261
|
+
public static let dtInputsFontWeightXs = 400
|
|
262
|
+
public static let dtInputsLineHeightLg = CGFloat(120.00)
|
|
263
|
+
public static let dtInputsLineHeightMd = CGFloat(120.00)
|
|
264
|
+
public static let dtInputsLineHeightSm = CGFloat(120.00)
|
|
265
|
+
public static let dtInputsLineHeightXl = CGFloat(120.00)
|
|
266
|
+
public static let dtInputsLineHeightXs = CGFloat(120.00)
|
|
258
267
|
public static let dtInputsSizeBorderDefault = CGFloat(1.50)
|
|
259
268
|
public static let dtInputsSizeBorderStatus = CGFloat(2.00)
|
|
260
|
-
public static let dtInputsSizeRadiusLg = CGFloat(
|
|
269
|
+
public static let dtInputsSizeRadiusLg = CGFloat(12.00)
|
|
261
270
|
public static let dtInputsSizeRadiusMd = CGFloat(8.00)
|
|
262
271
|
public static let dtInputsSizeRadiusSm = CGFloat(8.00)
|
|
263
272
|
public static let dtInputsSizeRadiusXl = CGFloat(16.00)
|
|
@@ -424,6 +433,26 @@ public enum DialtoneTokensExpressiveSmDark {
|
|
|
424
433
|
public static let dtTypographyHelperSmFontWeight = 400
|
|
425
434
|
public static let dtTypographyHelperSmLineHeight = CGFloat(120.00)
|
|
426
435
|
public static let dtTypographyHelperSmTextCase = "none"
|
|
436
|
+
public static let dtTypographyInputsLgFontFamily = UIFont.systemFont(ofSize: 15)
|
|
437
|
+
public static let dtTypographyInputsLgFontSize = CGFloat(10.00) * 2.0
|
|
438
|
+
public static let dtTypographyInputsLgFontWeight = 400
|
|
439
|
+
public static let dtTypographyInputsLgLineHeight = CGFloat(120.00)
|
|
440
|
+
public static let dtTypographyInputsMdFontFamily = UIFont.systemFont(ofSize: 15)
|
|
441
|
+
public static let dtTypographyInputsMdFontSize = CGFloat(10.00) * 1.6
|
|
442
|
+
public static let dtTypographyInputsMdFontWeight = 400
|
|
443
|
+
public static let dtTypographyInputsMdLineHeight = CGFloat(120.00)
|
|
444
|
+
public static let dtTypographyInputsSmFontFamily = UIFont.systemFont(ofSize: 15)
|
|
445
|
+
public static let dtTypographyInputsSmFontSize = CGFloat(10.00) * 1.2
|
|
446
|
+
public static let dtTypographyInputsSmFontWeight = 400
|
|
447
|
+
public static let dtTypographyInputsSmLineHeight = CGFloat(120.00)
|
|
448
|
+
public static let dtTypographyInputsXlFontFamily = UIFont.systemFont(ofSize: 15)
|
|
449
|
+
public static let dtTypographyInputsXlFontSize = CGFloat(10.00) * 1.2
|
|
450
|
+
public static let dtTypographyInputsXlFontWeight = 400
|
|
451
|
+
public static let dtTypographyInputsXlLineHeight = CGFloat(120.00)
|
|
452
|
+
public static let dtTypographyInputsXsFontFamily = UIFont.systemFont(ofSize: 15)
|
|
453
|
+
public static let dtTypographyInputsXsFontSize = CGFloat(10.00) * 1.2
|
|
454
|
+
public static let dtTypographyInputsXsFontWeight = 400
|
|
455
|
+
public static let dtTypographyInputsXsLineHeight = CGFloat(120.00)
|
|
427
456
|
public static let dtTypographyLabelMdCompactFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
|
|
428
457
|
public static let dtTypographyLabelMdCompactFontSize = CGFloat(10.00) * 1.6
|
|
429
458
|
public static let dtTypographyLabelMdCompactFontWeight = 600
|
|
@@ -254,10 +254,19 @@ public enum DialtoneTokensExpressiveSmLight {
|
|
|
254
254
|
public static let dtInputsFontSizeSm = CGFloat(10.00) * 1.2
|
|
255
255
|
public static let dtInputsFontSizeXl = CGFloat(10.00) * 1.2
|
|
256
256
|
public static let dtInputsFontSizeXs = CGFloat(10.00) * 1.2
|
|
257
|
-
public static let
|
|
257
|
+
public static let dtInputsFontWeightLg = 400
|
|
258
|
+
public static let dtInputsFontWeightMd = 400
|
|
259
|
+
public static let dtInputsFontWeightSm = 400
|
|
260
|
+
public static let dtInputsFontWeightXl = 400
|
|
261
|
+
public static let dtInputsFontWeightXs = 400
|
|
262
|
+
public static let dtInputsLineHeightLg = CGFloat(120.00)
|
|
263
|
+
public static let dtInputsLineHeightMd = CGFloat(120.00)
|
|
264
|
+
public static let dtInputsLineHeightSm = CGFloat(120.00)
|
|
265
|
+
public static let dtInputsLineHeightXl = CGFloat(120.00)
|
|
266
|
+
public static let dtInputsLineHeightXs = CGFloat(120.00)
|
|
258
267
|
public static let dtInputsSizeBorderDefault = CGFloat(1.50)
|
|
259
268
|
public static let dtInputsSizeBorderStatus = CGFloat(2.00)
|
|
260
|
-
public static let dtInputsSizeRadiusLg = CGFloat(
|
|
269
|
+
public static let dtInputsSizeRadiusLg = CGFloat(12.00)
|
|
261
270
|
public static let dtInputsSizeRadiusMd = CGFloat(8.00)
|
|
262
271
|
public static let dtInputsSizeRadiusSm = CGFloat(8.00)
|
|
263
272
|
public static let dtInputsSizeRadiusXl = CGFloat(16.00)
|
|
@@ -424,6 +433,26 @@ public enum DialtoneTokensExpressiveSmLight {
|
|
|
424
433
|
public static let dtTypographyHelperSmFontWeight = 400
|
|
425
434
|
public static let dtTypographyHelperSmLineHeight = CGFloat(120.00)
|
|
426
435
|
public static let dtTypographyHelperSmTextCase = "none"
|
|
436
|
+
public static let dtTypographyInputsLgFontFamily = UIFont.systemFont(ofSize: 15)
|
|
437
|
+
public static let dtTypographyInputsLgFontSize = CGFloat(10.00) * 2.0
|
|
438
|
+
public static let dtTypographyInputsLgFontWeight = 400
|
|
439
|
+
public static let dtTypographyInputsLgLineHeight = CGFloat(120.00)
|
|
440
|
+
public static let dtTypographyInputsMdFontFamily = UIFont.systemFont(ofSize: 15)
|
|
441
|
+
public static let dtTypographyInputsMdFontSize = CGFloat(10.00) * 1.6
|
|
442
|
+
public static let dtTypographyInputsMdFontWeight = 400
|
|
443
|
+
public static let dtTypographyInputsMdLineHeight = CGFloat(120.00)
|
|
444
|
+
public static let dtTypographyInputsSmFontFamily = UIFont.systemFont(ofSize: 15)
|
|
445
|
+
public static let dtTypographyInputsSmFontSize = CGFloat(10.00) * 1.2
|
|
446
|
+
public static let dtTypographyInputsSmFontWeight = 400
|
|
447
|
+
public static let dtTypographyInputsSmLineHeight = CGFloat(120.00)
|
|
448
|
+
public static let dtTypographyInputsXlFontFamily = UIFont.systemFont(ofSize: 15)
|
|
449
|
+
public static let dtTypographyInputsXlFontSize = CGFloat(10.00) * 1.2
|
|
450
|
+
public static let dtTypographyInputsXlFontWeight = 400
|
|
451
|
+
public static let dtTypographyInputsXlLineHeight = CGFloat(120.00)
|
|
452
|
+
public static let dtTypographyInputsXsFontFamily = UIFont.systemFont(ofSize: 15)
|
|
453
|
+
public static let dtTypographyInputsXsFontSize = CGFloat(10.00) * 1.2
|
|
454
|
+
public static let dtTypographyInputsXsFontWeight = 400
|
|
455
|
+
public static let dtTypographyInputsXsLineHeight = CGFloat(120.00)
|
|
427
456
|
public static let dtTypographyLabelMdCompactFontFamily = Archivo, UIFont.systemFont(ofSize: 15)
|
|
428
457
|
public static let dtTypographyLabelMdCompactFontSize = CGFloat(10.00) * 1.6
|
|
429
458
|
public static let dtTypographyLabelMdCompactFontWeight = 600
|
|
@@ -248,10 +248,19 @@ public enum DialtoneTokensTmoDark {
|
|
|
248
248
|
public static let dtInputsFontSizeSm = CGFloat(10.00) * 1.2
|
|
249
249
|
public static let dtInputsFontSizeXl = CGFloat(10.00) * 2.7
|
|
250
250
|
public static let dtInputsFontSizeXs = CGFloat(10.00) * 1.2
|
|
251
|
-
public static let
|
|
251
|
+
public static let dtInputsFontWeightLg = 400
|
|
252
|
+
public static let dtInputsFontWeightMd = 400
|
|
253
|
+
public static let dtInputsFontWeightSm = 400
|
|
254
|
+
public static let dtInputsFontWeightXl = 400
|
|
255
|
+
public static let dtInputsFontWeightXs = 400
|
|
256
|
+
public static let dtInputsLineHeightLg = CGFloat(120.00)
|
|
257
|
+
public static let dtInputsLineHeightMd = CGFloat(120.00)
|
|
258
|
+
public static let dtInputsLineHeightSm = CGFloat(120.00)
|
|
259
|
+
public static let dtInputsLineHeightXl = CGFloat(120.00)
|
|
260
|
+
public static let dtInputsLineHeightXs = CGFloat(120.00)
|
|
252
261
|
public static let dtInputsSizeBorderDefault = CGFloat(1.50)
|
|
253
262
|
public static let dtInputsSizeBorderStatus = CGFloat(2.00)
|
|
254
|
-
public static let dtInputsSizeRadiusLg = CGFloat(
|
|
263
|
+
public static let dtInputsSizeRadiusLg = CGFloat(12.00)
|
|
255
264
|
public static let dtInputsSizeRadiusMd = CGFloat(8.00)
|
|
256
265
|
public static let dtInputsSizeRadiusSm = CGFloat(8.00)
|
|
257
266
|
public static let dtInputsSizeRadiusXl = CGFloat(16.00)
|
|
@@ -418,6 +427,26 @@ public enum DialtoneTokensTmoDark {
|
|
|
418
427
|
public static let dtTypographyHelperSmFontWeight = 400
|
|
419
428
|
public static let dtTypographyHelperSmLineHeight = CGFloat(120.00)
|
|
420
429
|
public static let dtTypographyHelperSmTextCase = "none"
|
|
430
|
+
public static let dtTypographyInputsLgFontFamily = UIFont.systemFont(ofSize: 15)
|
|
431
|
+
public static let dtTypographyInputsLgFontSize = CGFloat(10.00) * 1.9
|
|
432
|
+
public static let dtTypographyInputsLgFontWeight = 400
|
|
433
|
+
public static let dtTypographyInputsLgLineHeight = CGFloat(120.00)
|
|
434
|
+
public static let dtTypographyInputsMdFontFamily = UIFont.systemFont(ofSize: 15)
|
|
435
|
+
public static let dtTypographyInputsMdFontSize = CGFloat(10.00) * 1.5
|
|
436
|
+
public static let dtTypographyInputsMdFontWeight = 400
|
|
437
|
+
public static let dtTypographyInputsMdLineHeight = CGFloat(120.00)
|
|
438
|
+
public static let dtTypographyInputsSmFontFamily = UIFont.systemFont(ofSize: 15)
|
|
439
|
+
public static let dtTypographyInputsSmFontSize = CGFloat(10.00) * 1.2
|
|
440
|
+
public static let dtTypographyInputsSmFontWeight = 400
|
|
441
|
+
public static let dtTypographyInputsSmLineHeight = CGFloat(120.00)
|
|
442
|
+
public static let dtTypographyInputsXlFontFamily = UIFont.systemFont(ofSize: 15)
|
|
443
|
+
public static let dtTypographyInputsXlFontSize = CGFloat(10.00) * 2.7
|
|
444
|
+
public static let dtTypographyInputsXlFontWeight = 400
|
|
445
|
+
public static let dtTypographyInputsXlLineHeight = CGFloat(120.00)
|
|
446
|
+
public static let dtTypographyInputsXsFontFamily = UIFont.systemFont(ofSize: 15)
|
|
447
|
+
public static let dtTypographyInputsXsFontSize = CGFloat(10.00) * 1.2
|
|
448
|
+
public static let dtTypographyInputsXsFontWeight = 400
|
|
449
|
+
public static let dtTypographyInputsXsLineHeight = CGFloat(120.00)
|
|
421
450
|
public static let dtTypographyLabelMdCompactFontFamily = UIFont.systemFont(ofSize: 15)
|
|
422
451
|
public static let dtTypographyLabelMdCompactFontSize = CGFloat(10.00) * 1.5
|
|
423
452
|
public static let dtTypographyLabelMdCompactFontWeight = 600
|
|
@@ -248,10 +248,19 @@ public enum DialtoneTokensTmoLight {
|
|
|
248
248
|
public static let dtInputsFontSizeSm = CGFloat(10.00) * 1.2
|
|
249
249
|
public static let dtInputsFontSizeXl = CGFloat(10.00) * 2.7
|
|
250
250
|
public static let dtInputsFontSizeXs = CGFloat(10.00) * 1.2
|
|
251
|
-
public static let
|
|
251
|
+
public static let dtInputsFontWeightLg = 400
|
|
252
|
+
public static let dtInputsFontWeightMd = 400
|
|
253
|
+
public static let dtInputsFontWeightSm = 400
|
|
254
|
+
public static let dtInputsFontWeightXl = 400
|
|
255
|
+
public static let dtInputsFontWeightXs = 400
|
|
256
|
+
public static let dtInputsLineHeightLg = CGFloat(120.00)
|
|
257
|
+
public static let dtInputsLineHeightMd = CGFloat(120.00)
|
|
258
|
+
public static let dtInputsLineHeightSm = CGFloat(120.00)
|
|
259
|
+
public static let dtInputsLineHeightXl = CGFloat(120.00)
|
|
260
|
+
public static let dtInputsLineHeightXs = CGFloat(120.00)
|
|
252
261
|
public static let dtInputsSizeBorderDefault = CGFloat(1.50)
|
|
253
262
|
public static let dtInputsSizeBorderStatus = CGFloat(2.00)
|
|
254
|
-
public static let dtInputsSizeRadiusLg = CGFloat(
|
|
263
|
+
public static let dtInputsSizeRadiusLg = CGFloat(12.00)
|
|
255
264
|
public static let dtInputsSizeRadiusMd = CGFloat(8.00)
|
|
256
265
|
public static let dtInputsSizeRadiusSm = CGFloat(8.00)
|
|
257
266
|
public static let dtInputsSizeRadiusXl = CGFloat(16.00)
|
|
@@ -418,6 +427,26 @@ public enum DialtoneTokensTmoLight {
|
|
|
418
427
|
public static let dtTypographyHelperSmFontWeight = 400
|
|
419
428
|
public static let dtTypographyHelperSmLineHeight = CGFloat(120.00)
|
|
420
429
|
public static let dtTypographyHelperSmTextCase = "none"
|
|
430
|
+
public static let dtTypographyInputsLgFontFamily = UIFont.systemFont(ofSize: 15)
|
|
431
|
+
public static let dtTypographyInputsLgFontSize = CGFloat(10.00) * 1.9
|
|
432
|
+
public static let dtTypographyInputsLgFontWeight = 400
|
|
433
|
+
public static let dtTypographyInputsLgLineHeight = CGFloat(120.00)
|
|
434
|
+
public static let dtTypographyInputsMdFontFamily = UIFont.systemFont(ofSize: 15)
|
|
435
|
+
public static let dtTypographyInputsMdFontSize = CGFloat(10.00) * 1.5
|
|
436
|
+
public static let dtTypographyInputsMdFontWeight = 400
|
|
437
|
+
public static let dtTypographyInputsMdLineHeight = CGFloat(120.00)
|
|
438
|
+
public static let dtTypographyInputsSmFontFamily = UIFont.systemFont(ofSize: 15)
|
|
439
|
+
public static let dtTypographyInputsSmFontSize = CGFloat(10.00) * 1.2
|
|
440
|
+
public static let dtTypographyInputsSmFontWeight = 400
|
|
441
|
+
public static let dtTypographyInputsSmLineHeight = CGFloat(120.00)
|
|
442
|
+
public static let dtTypographyInputsXlFontFamily = UIFont.systemFont(ofSize: 15)
|
|
443
|
+
public static let dtTypographyInputsXlFontSize = CGFloat(10.00) * 2.7
|
|
444
|
+
public static let dtTypographyInputsXlFontWeight = 400
|
|
445
|
+
public static let dtTypographyInputsXlLineHeight = CGFloat(120.00)
|
|
446
|
+
public static let dtTypographyInputsXsFontFamily = UIFont.systemFont(ofSize: 15)
|
|
447
|
+
public static let dtTypographyInputsXsFontSize = CGFloat(10.00) * 1.2
|
|
448
|
+
public static let dtTypographyInputsXsFontWeight = 400
|
|
449
|
+
public static let dtTypographyInputsXsLineHeight = CGFloat(120.00)
|
|
421
450
|
public static let dtTypographyLabelMdCompactFontFamily = UIFont.systemFont(ofSize: 15)
|
|
422
451
|
public static let dtTypographyLabelMdCompactFontSize = CGFloat(10.00) * 1.5
|
|
423
452
|
public static let dtTypographyLabelMdCompactFontWeight = 600
|