@telus-uds/theme-public-mobile 2.2.0 → 2.3.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/build/android/schema.json +162 -134
- package/build/android/theme.json +15 -1
- package/build/ios/schema.json +162 -134
- package/build/ios/theme.json +15 -1
- package/build/rn/schema.json +162 -134
- package/build/rn/theme.js +6 -2
- package/package.json +2 -2
- package/theme.json +4 -0
package/build/rn/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Tue, 08 Aug 2023 23:49:41 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -3701,6 +3701,7 @@ module.exports = {
|
|
|
3701
3701
|
footnoteLinkFontName: 'SofiaPro',
|
|
3702
3702
|
footnoteLinkFontSize: 16,
|
|
3703
3703
|
footnoteLinkFontWeight: '700',
|
|
3704
|
+
footnoteLinkLineHeight: 1.4285714285714286,
|
|
3704
3705
|
footnoteMarginTop: 0,
|
|
3705
3706
|
priceMarginBottom: 4,
|
|
3706
3707
|
rateFontName: 'SofiaPro',
|
|
@@ -5149,6 +5150,8 @@ module.exports = {
|
|
|
5149
5150
|
}
|
|
5150
5151
|
],
|
|
5151
5152
|
tokens: {
|
|
5153
|
+
borderColor: 'rgba(0, 0, 0, 0)',
|
|
5154
|
+
borderWidth: 0,
|
|
5152
5155
|
cellBackground: '#ffffff',
|
|
5153
5156
|
cellBoxShadowColor: '#cdcfd5',
|
|
5154
5157
|
cellMinWidth: 0,
|
|
@@ -5164,6 +5167,7 @@ module.exports = {
|
|
|
5164
5167
|
offsetY: 4,
|
|
5165
5168
|
spread: 0
|
|
5166
5169
|
},
|
|
5170
|
+
fontColor: '#394056',
|
|
5167
5171
|
fontName: 'SofiaPro',
|
|
5168
5172
|
fontSize: 18,
|
|
5169
5173
|
fontWeight: '400',
|
|
@@ -6508,5 +6512,5 @@ module.exports = {
|
|
|
6508
6512
|
tokens: { size: 80 }
|
|
6509
6513
|
}
|
|
6510
6514
|
},
|
|
6511
|
-
metadata: { name: 'theme-public-mobile', themeTokensVersion: '2.
|
|
6515
|
+
metadata: { name: 'theme-public-mobile', themeTokensVersion: '2.41.0' }
|
|
6512
6516
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-public-mobile",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"description": "Public Mobile theme",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"public mobile"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
],
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@telus-uds/palette-public-mobile": "^1.0.0",
|
|
18
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
18
|
+
"@telus-uds/system-theme-tokens": "^2.41.0"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
21
|
"@telus-uds/palette-public-mobile": "^1.0.0"
|
package/theme.json
CHANGED
|
@@ -4714,6 +4714,7 @@
|
|
|
4714
4714
|
"footnoteLinkFontName": "{palette.fontName.SofiaPro}",
|
|
4715
4715
|
"footnoteLinkFontSize": "{palette.fontSize.size16}",
|
|
4716
4716
|
"footnoteLinkFontWeight": "{palette.fontWeight.weight700}",
|
|
4717
|
+
"footnoteLinkLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
4717
4718
|
"footnoteMarginTop": "{palette.size.size0}",
|
|
4718
4719
|
"priceMarginBottom": "{palette.size.size4}",
|
|
4719
4720
|
"rateFontName": "{palette.fontName.SofiaPro}",
|
|
@@ -6341,6 +6342,8 @@
|
|
|
6341
6342
|
}
|
|
6342
6343
|
],
|
|
6343
6344
|
"tokens": {
|
|
6345
|
+
"borderColor": "{palette.color.transparent}",
|
|
6346
|
+
"borderWidth": "{palette.border.none}",
|
|
6344
6347
|
"cellBackground": "{palette.color.white}",
|
|
6345
6348
|
"cellBoxShadowColor": "{palette.color.slate25}",
|
|
6346
6349
|
"cellMinWidth": "{palette.size.size0}",
|
|
@@ -6349,6 +6352,7 @@
|
|
|
6349
6352
|
"cellPaddingRight": "{palette.size.size16}",
|
|
6350
6353
|
"cellPaddingTop": "{palette.size.size16}",
|
|
6351
6354
|
"cellStickyShadow": "{palette.shadow.elevation1}",
|
|
6355
|
+
"fontColor": "{palette.color.slate100}",
|
|
6352
6356
|
"fontName": "{palette.fontName.SofiaPro}",
|
|
6353
6357
|
"fontSize": "{palette.fontSize.size18}",
|
|
6354
6358
|
"fontWeight": "{palette.fontWeight.weight400}",
|