@dialpad/dialtone-tokens 1.6.2 → 1.6.4

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.
@@ -1,7 +1,7 @@
1
1
 
2
2
 
3
3
  // Do not edit directly
4
- // Generated on Sat, 28 Jan 2023 02:15:43 GMT
4
+ // Generated on Mon, 30 Jan 2023 19:33:15 GMT
5
5
 
6
6
 
7
7
 
@@ -116,7 +116,7 @@ object DialtoneTokens {
116
116
  val dtColorTextWarning = Color(0xff815008)
117
117
  val dtFontFamilyBody = FontFamily.Default
118
118
  val dtFontFamilyExpressive = FontFamily.Default
119
- val dtFontFamilyMono = FontFamily.Default
119
+ val dtFontFamilyMono = FontFamily.Monospace
120
120
  val dtFontLineHeight100 = 1.em
121
121
  val dtFontLineHeight200 = 1.2.em
122
122
  val dtFontLineHeight300 = 1.4.em
@@ -257,11 +257,11 @@ object DialtoneTokens {
257
257
  val dtTypographyBodySmallFontSize = 12.sp
258
258
  val dtTypographyBodySmallFontWeight = FontWeight.Normal
259
259
  val dtTypographyBodySmallLineHeight = 1.4.em
260
- val dtTypographyCodeBaseFontFamily = FontFamily.Default
260
+ val dtTypographyCodeBaseFontFamily = FontFamily.Monospace
261
261
  val dtTypographyCodeBaseFontSize = 15.sp
262
262
  val dtTypographyCodeBaseFontWeight = FontWeight.Normal
263
263
  val dtTypographyCodeBaseLineHeight = 1.2.em
264
- val dtTypographyCodeSmallFontFamily = FontFamily.Default
264
+ val dtTypographyCodeSmallFontFamily = FontFamily.Monospace
265
265
  val dtTypographyCodeSmallFontSize = 12.sp
266
266
  val dtTypographyCodeSmallFontWeight = FontWeight.Normal
267
267
  val dtTypographyCodeSmallLineHeight = 1.2.em
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Sat, 28 Jan 2023 02:15:43 GMT
5
+ Generated on Mon, 30 Jan 2023 19:33:15 GMT
6
6
  -->
7
7
  <resources>
8
8
  <color name="dt_button_color_background_default">#00ffffff</color>
@@ -2,7 +2,7 @@
2
2
 
3
3
  <!--
4
4
  Do not edit directly
5
- Generated on Sat, 28 Jan 2023 02:15:43 GMT
5
+ Generated on Mon, 30 Jan 2023 19:33:15 GMT
6
6
  -->
7
7
  <resources>
8
8
  <dimen name="dt_button_border_radius_extra_small">7px</dimen>
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sat, 28 Jan 2023 02:15:43 GMT
3
+ * Generated on Mon, 30 Jan 2023 19:33:15 GMT
4
4
  */
5
5
 
6
6
  :root {
package/dist/doc.json CHANGED
@@ -3736,7 +3736,7 @@
3736
3736
  },
3737
3737
  "compose/object": {
3738
3738
  "name": "dtTypographyCodeSmallFontFamily",
3739
- "value": "FontFamily.Default"
3739
+ "value": "FontFamily.Monospace"
3740
3740
  },
3741
3741
  "ios-swift/enum.swift": {
3742
3742
  "name": "dtTypographyCodeSmallFontFamily",
@@ -3808,7 +3808,7 @@
3808
3808
  },
3809
3809
  "compose/object": {
3810
3810
  "name": "dtTypographyCodeBaseFontFamily",
3811
- "value": "FontFamily.Default"
3811
+ "value": "FontFamily.Monospace"
3812
3812
  },
3813
3813
  "ios-swift/enum.swift": {
3814
3814
  "name": "dtTypographyCodeBaseFontFamily",
@@ -4834,7 +4834,7 @@
4834
4834
  },
4835
4835
  "compose/object": {
4836
4836
  "name": "dtFontFamilyMono",
4837
- "value": "FontFamily.Default"
4837
+ "value": "FontFamily.Monospace"
4838
4838
  },
4839
4839
  "ios-swift/enum.swift": {
4840
4840
  "name": "dtFontFamilyMono",
@@ -4,7 +4,7 @@
4
4
  //
5
5
 
6
6
  // Do not edit directly
7
- // Generated on Sat, 28 Jan 2023 02:15:43 GMT
7
+ // Generated on Mon, 30 Jan 2023 19:33:15 GMT
8
8
 
9
9
 
10
10
  import UIKit
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Sat, 28 Jan 2023 02:15:43 GMT
3
+ // Generated on Mon, 30 Jan 2023 19:33:15 GMT
4
4
 
5
5
  @dt-token-set-order-0: base;
6
6
  @dt-token-set-order-1: semantic;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-tokens",
3
- "version": "1.6.2",
3
+ "version": "1.6.4",
4
4
  "description": "Design tokens for Dialtone.",
5
5
  "main": "index.js",
6
6
  "scripts": {