@telus-uds/theme-allium 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 +960 -932
- package/build/android/theme.json +15 -1
- package/build/ios/schema.json +960 -932
- package/build/ios/theme.json +15 -1
- package/build/rn/schema.json +960 -932
- package/build/rn/theme.js +6 -2
- package/package.json +5 -5
- 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:50:28 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -3637,6 +3637,7 @@ module.exports = {
|
|
|
3637
3637
|
footnoteLinkFontName: 'HelveticaNow',
|
|
3638
3638
|
footnoteLinkFontSize: 14,
|
|
3639
3639
|
footnoteLinkFontWeight: '400',
|
|
3640
|
+
footnoteLinkLineHeight: 1.42857142857,
|
|
3640
3641
|
footnoteMarginTop: 4,
|
|
3641
3642
|
priceMarginBottom: 8,
|
|
3642
3643
|
rateFontName: 'HelveticaNow',
|
|
@@ -5206,6 +5207,8 @@ module.exports = {
|
|
|
5206
5207
|
}
|
|
5207
5208
|
],
|
|
5208
5209
|
tokens: {
|
|
5210
|
+
borderColor: 'rgba(0, 0, 0, 0)',
|
|
5211
|
+
borderWidth: 0,
|
|
5209
5212
|
cellBackground: 'rgba(0, 0, 0, 0)',
|
|
5210
5213
|
cellBoxShadowColor: '#e3e6e8',
|
|
5211
5214
|
cellMinWidth: 0,
|
|
@@ -5221,6 +5224,7 @@ module.exports = {
|
|
|
5221
5224
|
offsetY: 4,
|
|
5222
5225
|
spread: 0
|
|
5223
5226
|
},
|
|
5227
|
+
fontColor: '#000000',
|
|
5224
5228
|
fontName: 'HelveticaNow',
|
|
5225
5229
|
fontSize: 16,
|
|
5226
5230
|
fontWeight: '400',
|
|
@@ -6659,5 +6663,5 @@ module.exports = {
|
|
|
6659
6663
|
tokens: { size: 96 }
|
|
6660
6664
|
}
|
|
6661
6665
|
},
|
|
6662
|
-
metadata: { name: 'theme-allium', themeTokensVersion: '2.
|
|
6666
|
+
metadata: { name: 'theme-allium', themeTokensVersion: '2.41.0' }
|
|
6663
6667
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-allium",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.12.0",
|
|
4
4
|
"description": "Allium theme",
|
|
5
5
|
"author": "TELUS Digital",
|
|
6
6
|
"homepage": "https://github.com/telus/allium-design-system#readme",
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"main": "build/rn/theme.js",
|
|
9
9
|
"dependencies": {},
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@telus-uds/palette-allium": "^2.24.
|
|
12
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
13
|
-
"@telus-uds/system-tokens": "^0.7.
|
|
11
|
+
"@telus-uds/palette-allium": "^2.24.4",
|
|
12
|
+
"@telus-uds/system-theme-tokens": "^2.41.0",
|
|
13
|
+
"@telus-uds/system-tokens": "^0.7.21"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@telus-uds/palette-allium": "^2.24.
|
|
16
|
+
"@telus-uds/palette-allium": "^2.24.4"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
19
|
"build",
|
package/theme.json
CHANGED
|
@@ -4539,6 +4539,7 @@
|
|
|
4539
4539
|
"footnoteLinkFontName": "{palette.fontName.HelveticaNow}",
|
|
4540
4540
|
"footnoteLinkFontSize": "{palette.fontSize.size14}",
|
|
4541
4541
|
"footnoteLinkFontWeight": "{palette.fontWeight.weight400}",
|
|
4542
|
+
"footnoteLinkLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
4542
4543
|
"footnoteMarginTop": "{palette.size.size4}",
|
|
4543
4544
|
"priceMarginBottom": "{palette.size.size8}",
|
|
4544
4545
|
"rateFontName": "{palette.fontName.HelveticaNow}",
|
|
@@ -6306,6 +6307,8 @@
|
|
|
6306
6307
|
}
|
|
6307
6308
|
],
|
|
6308
6309
|
"tokens": {
|
|
6310
|
+
"borderColor": "{palette.color.transparent}",
|
|
6311
|
+
"borderWidth": "{palette.border.none}",
|
|
6309
6312
|
"cellBackground": "{palette.color.transparent}",
|
|
6310
6313
|
"cellBoxShadowColor": "{palette.color.greyMystic}",
|
|
6311
6314
|
"cellMinWidth": "{palette.size.size0}",
|
|
@@ -6314,6 +6317,7 @@
|
|
|
6314
6317
|
"cellPaddingRight": "{palette.size.size16}",
|
|
6315
6318
|
"cellPaddingTop": "{palette.size.size16}",
|
|
6316
6319
|
"cellStickyShadow": "{palette.shadow.elevation1}",
|
|
6320
|
+
"fontColor": "{palette.color.black}",
|
|
6317
6321
|
"fontName": "{palette.fontName.HelveticaNow}",
|
|
6318
6322
|
"fontSize": "{palette.fontSize.size16}",
|
|
6319
6323
|
"fontWeight": "{palette.fontWeight.weight400}",
|