@telus-uds/theme-koodo 3.9.0 → 3.10.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.
@@ -1750,7 +1750,7 @@
1750
1750
  },
1751
1751
  "fontName": "StagSans",
1752
1752
  "fontSize": 16,
1753
- "fontWeight": 700,
1753
+ "fontWeight": 600,
1754
1754
  "gap": 8,
1755
1755
  "hintColor": {
1756
1756
  "red": 0,
@@ -1759,7 +1759,7 @@
1759
1759
  "alpha": 1
1760
1760
  },
1761
1761
  "hintFontName": "StagSans",
1762
- "hintFontSize": 14,
1762
+ "hintFontSize": 16,
1763
1763
  "hintFontWeight": 400,
1764
1764
  "hintLineHeight": 1.4,
1765
1765
  "lineHeight": 1.4
@@ -1750,7 +1750,7 @@
1750
1750
  },
1751
1751
  "fontName": "StagSans",
1752
1752
  "fontSize": 16,
1753
- "fontWeight": 700,
1753
+ "fontWeight": 600,
1754
1754
  "gap": 8,
1755
1755
  "hintColor": {
1756
1756
  "red": 0,
@@ -1759,7 +1759,7 @@
1759
1759
  "alpha": 1
1760
1760
  },
1761
1761
  "hintFontName": "StagSans",
1762
- "hintFontSize": 14,
1762
+ "hintFontSize": 16,
1763
1763
  "hintFontWeight": 400,
1764
1764
  "hintLineHeight": 1.4,
1765
1765
  "lineHeight": 1.4
package/build/rn/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Thu, 23 Feb 2023 17:19:37 GMT
4
+ * Generated on Tue, 28 Feb 2023 00:22:13 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1041,11 +1041,11 @@ module.exports = {
1041
1041
  color: '#000000',
1042
1042
  fontName: 'StagSans',
1043
1043
  fontSize: 16,
1044
- fontWeight: '700',
1044
+ fontWeight: '600',
1045
1045
  gap: 8,
1046
1046
  hintColor: '#000000',
1047
1047
  hintFontName: 'StagSans',
1048
- hintFontSize: 14,
1048
+ hintFontSize: 16,
1049
1049
  hintFontWeight: '400',
1050
1050
  hintLineHeight: 1.4,
1051
1051
  lineHeight: 1.4
package/package.json CHANGED
@@ -31,5 +31,5 @@
31
31
  "build": "UDS_PALETTE=@telus-uds/palette-koodo system-tokens-build-theme",
32
32
  "dev": "nodemon -w src -x 'npm run build'"
33
33
  },
34
- "version": "3.9.0"
34
+ "version": "3.10.0"
35
35
  }
package/theme.json CHANGED
@@ -1223,11 +1223,11 @@
1223
1223
  "color": "{palette.color.black}",
1224
1224
  "fontName": "{palette.fontName.StagSans}",
1225
1225
  "fontSize": "{palette.fontSize.size16}",
1226
- "fontWeight": "{palette.fontWeight.weight700}",
1226
+ "fontWeight": "{palette.fontWeight.weight600}",
1227
1227
  "gap": "{palette.size.size8}",
1228
1228
  "hintColor": "{palette.color.black}",
1229
1229
  "hintFontName": "{palette.fontName.StagSans}",
1230
- "hintFontSize": "{palette.fontSize.size14}",
1230
+ "hintFontSize": "{palette.fontSize.size16}",
1231
1231
  "hintFontWeight": "{palette.fontWeight.weight400}",
1232
1232
  "hintLineHeight": "{palette.lineHeight.multiply140}",
1233
1233
  "lineHeight": "{palette.lineHeight.multiply140}"