@telus-uds/theme-allium 4.11.0 → 4.12.1
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 +18 -4
- package/build/ios/schema.json +960 -932
- package/build/ios/theme.json +18 -4
- package/build/rn/schema.json +960 -932
- package/build/rn/theme.js +9 -5
- package/package.json +5 -5
- package/theme.json +7 -3
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 Thu, 31 Aug 2023 17:58:00 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -2823,14 +2823,14 @@ module.exports = {
|
|
|
2823
2823
|
itemFontWeight: '700',
|
|
2824
2824
|
itemHeight: 40,
|
|
2825
2825
|
itemOutline: 0,
|
|
2826
|
-
itemPaddingBottom:
|
|
2826
|
+
itemPaddingBottom: 8,
|
|
2827
2827
|
itemPaddingLeft: 16,
|
|
2828
2828
|
itemPaddingRight: 16,
|
|
2829
|
-
itemPaddingTop:
|
|
2829
|
+
itemPaddingTop: 8,
|
|
2830
2830
|
itemTextDecoration: 'none',
|
|
2831
2831
|
lineHeight: 1.14285714286,
|
|
2832
2832
|
minHeight: '100%',
|
|
2833
|
-
minWidth:
|
|
2833
|
+
minWidth: '100%',
|
|
2834
2834
|
shadow: {
|
|
2835
2835
|
blur: 8,
|
|
2836
2836
|
color: 'rgba(0, 0, 0, 0.1)',
|
|
@@ -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.1",
|
|
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
|
@@ -3690,14 +3690,14 @@
|
|
|
3690
3690
|
"itemFontWeight": "{palette.fontWeight.weight700}",
|
|
3691
3691
|
"itemHeight": "{palette.size.size40}",
|
|
3692
3692
|
"itemOutline": "{palette.border.none}",
|
|
3693
|
-
"itemPaddingBottom": "{palette.size.
|
|
3693
|
+
"itemPaddingBottom": "{palette.size.size8}",
|
|
3694
3694
|
"itemPaddingLeft": "{palette.size.size16}",
|
|
3695
3695
|
"itemPaddingRight": "{palette.size.size16}",
|
|
3696
|
-
"itemPaddingTop": "{palette.size.
|
|
3696
|
+
"itemPaddingTop": "{palette.size.size8}",
|
|
3697
3697
|
"itemTextDecoration": "{system.textLine.none}",
|
|
3698
3698
|
"lineHeight": "{palette.lineHeight.ratio8to7}",
|
|
3699
3699
|
"minHeight": "{system.size.full}",
|
|
3700
|
-
"minWidth": "{
|
|
3700
|
+
"minWidth": "{system.size.full}",
|
|
3701
3701
|
"shadow": "{palette.shadow.elevation1}"
|
|
3702
3702
|
}
|
|
3703
3703
|
},
|
|
@@ -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}",
|