@telus-uds/theme-koodo 4.11.0 → 4.12.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:33 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -3577,6 +3577,7 @@ module.exports = {
|
|
|
3577
3577
|
footnoteLinkFontName: 'StagSans',
|
|
3578
3578
|
footnoteLinkFontSize: 14,
|
|
3579
3579
|
footnoteLinkFontWeight: '600',
|
|
3580
|
+
footnoteLinkLineHeight: 1.42857142857,
|
|
3580
3581
|
footnoteMarginTop: 4,
|
|
3581
3582
|
priceMarginBottom: 0,
|
|
3582
3583
|
rateFontName: 'StagSans',
|
|
@@ -5130,6 +5131,8 @@ module.exports = {
|
|
|
5130
5131
|
}
|
|
5131
5132
|
],
|
|
5132
5133
|
tokens: {
|
|
5134
|
+
borderColor: 'rgba(0, 0, 0, 0)',
|
|
5135
|
+
borderWidth: 0,
|
|
5133
5136
|
cellBackground: '#ffffff',
|
|
5134
5137
|
cellBoxShadowColor: '#efefef',
|
|
5135
5138
|
cellMinWidth: 0,
|
|
@@ -5145,6 +5148,7 @@ module.exports = {
|
|
|
5145
5148
|
offsetY: 4,
|
|
5146
5149
|
spread: 0
|
|
5147
5150
|
},
|
|
5151
|
+
fontColor: '#000000',
|
|
5148
5152
|
fontName: 'StagSans',
|
|
5149
5153
|
fontSize: 16,
|
|
5150
5154
|
fontWeight: '400',
|
|
@@ -6506,5 +6510,5 @@ module.exports = {
|
|
|
6506
6510
|
tokens: { size: 96 }
|
|
6507
6511
|
}
|
|
6508
6512
|
},
|
|
6509
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '2.
|
|
6513
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '2.41.0' }
|
|
6510
6514
|
}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Koodo theme",
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@telus-uds/palette-koodo": "^0.24.0",
|
|
9
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
9
|
+
"@telus-uds/system-theme-tokens": "^2.41.0"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"build",
|
|
@@ -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": "4.
|
|
34
|
+
"version": "4.12.0"
|
|
35
35
|
}
|
package/theme.json
CHANGED
|
@@ -4603,6 +4603,7 @@
|
|
|
4603
4603
|
"footnoteLinkFontName": "{palette.fontName.StagSans}",
|
|
4604
4604
|
"footnoteLinkFontSize": "{palette.fontSize.size14}",
|
|
4605
4605
|
"footnoteLinkFontWeight": "{palette.fontWeight.weight600}",
|
|
4606
|
+
"footnoteLinkLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
4606
4607
|
"footnoteMarginTop": "{palette.size.size4}",
|
|
4607
4608
|
"priceMarginBottom": "{palette.size.size0}",
|
|
4608
4609
|
"rateFontName": "{palette.fontName.StagSans}",
|
|
@@ -6358,6 +6359,8 @@
|
|
|
6358
6359
|
}
|
|
6359
6360
|
],
|
|
6360
6361
|
"tokens": {
|
|
6362
|
+
"borderColor": "{palette.color.transparent}",
|
|
6363
|
+
"borderWidth": "{palette.border.none}",
|
|
6361
6364
|
"cellBackground": "{palette.color.white}",
|
|
6362
6365
|
"cellBoxShadowColor": "{palette.color.gallery}",
|
|
6363
6366
|
"cellMinWidth": "{palette.size.size0}",
|
|
@@ -6366,6 +6369,7 @@
|
|
|
6366
6369
|
"cellPaddingRight": "{palette.size.size16}",
|
|
6367
6370
|
"cellPaddingTop": "{palette.size.size16}",
|
|
6368
6371
|
"cellStickyShadow": "{palette.shadow.elevation1}",
|
|
6372
|
+
"fontColor": "{palette.color.black}",
|
|
6369
6373
|
"fontName": "{palette.fontName.StagSans}",
|
|
6370
6374
|
"fontSize": "{palette.fontSize.size16}",
|
|
6371
6375
|
"fontWeight": "{palette.fontWeight.weight400}",
|