@telus-uds/theme-allium 3.16.0 → 3.17.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 +879 -872
- package/build/android/theme.json +7 -1
- package/build/ios/schema.json +879 -872
- package/build/ios/theme.json +7 -1
- package/build/rn/schema.json +879 -872
- package/build/rn/theme.js +3 -2
- package/package.json +5 -5
- package/theme.json +1 -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 Mon, 03 Apr 2023 20:32:40 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -2584,6 +2584,7 @@ module.exports = {
|
|
|
2584
2584
|
itemBulletContainerWidth: 16,
|
|
2585
2585
|
itemBulletHeight: 4,
|
|
2586
2586
|
itemBulletWidth: 4,
|
|
2587
|
+
itemFontColor: '#000000',
|
|
2587
2588
|
itemFontName: 'HelveticaNow',
|
|
2588
2589
|
itemFontSize: 16,
|
|
2589
2590
|
itemFontWeight: '400',
|
|
@@ -4318,5 +4319,5 @@ module.exports = {
|
|
|
4318
4319
|
tokens: { size: 96 }
|
|
4319
4320
|
}
|
|
4320
4321
|
},
|
|
4321
|
-
metadata: { name: 'theme-allium', themeTokensVersion: '2.
|
|
4322
|
+
metadata: { name: 'theme-allium', themeTokensVersion: '2.15.0' }
|
|
4322
4323
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-allium",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.17.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.12.
|
|
12
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
13
|
-
"@telus-uds/system-tokens": "^0.6.
|
|
11
|
+
"@telus-uds/palette-allium": "^2.12.1",
|
|
12
|
+
"@telus-uds/system-theme-tokens": "^2.15.0",
|
|
13
|
+
"@telus-uds/system-tokens": "^0.6.7"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@telus-uds/palette-allium": "^2.12.
|
|
16
|
+
"@telus-uds/palette-allium": "^2.12.1"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
19
|
"build",
|
package/theme.json
CHANGED
|
@@ -3301,6 +3301,7 @@
|
|
|
3301
3301
|
"itemBulletContainerWidth": "{palette.size.size16}",
|
|
3302
3302
|
"itemBulletHeight": "{palette.size.size4}",
|
|
3303
3303
|
"itemBulletWidth": "{palette.size.size4}",
|
|
3304
|
+
"itemFontColor": "{palette.color.black}",
|
|
3304
3305
|
"itemFontName": "{palette.fontName.HelveticaNow}",
|
|
3305
3306
|
"itemFontSize": "{palette.fontSize.size16}",
|
|
3306
3307
|
"itemFontWeight": "{palette.fontWeight.weight400}",
|