@telus-uds/theme-allium 3.21.0 → 3.22.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 +929 -873
- package/build/android/theme.json +9 -1
- package/build/ios/schema.json +929 -873
- package/build/ios/theme.json +9 -1
- package/build/rn/schema.json +929 -873
- package/build/rn/theme.js +10 -2
- package/package.json +5 -5
- package/theme.json +8 -0
package/build/rn/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on Wed, 19 Apr 2023
|
|
4
|
+
* Generated on Wed, 19 Apr 2023 18:42:43 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -994,6 +994,10 @@ module.exports = {
|
|
|
994
994
|
borderColor: '#e3e6e8',
|
|
995
995
|
borderRadius: 6,
|
|
996
996
|
borderWidth: 1,
|
|
997
|
+
contentAlignItems: 'stretch',
|
|
998
|
+
contentFlexGrow: 0,
|
|
999
|
+
contentFlexShrink: 0,
|
|
1000
|
+
contentJustifyContent: 'flex-start',
|
|
997
1001
|
flex: 1,
|
|
998
1002
|
minWidth: null,
|
|
999
1003
|
paddingBottom: 32,
|
|
@@ -3081,6 +3085,10 @@ module.exports = {
|
|
|
3081
3085
|
borderRadius: 6,
|
|
3082
3086
|
borderWidth: 1,
|
|
3083
3087
|
color: '#2c2e30',
|
|
3088
|
+
contentAlignItems: 'stretch',
|
|
3089
|
+
contentFlexGrow: 0,
|
|
3090
|
+
contentFlexShrink: 0,
|
|
3091
|
+
contentJustifyContent: 'flex-start',
|
|
3084
3092
|
contentSpace: 2,
|
|
3085
3093
|
flex: 1,
|
|
3086
3094
|
fontName: 'HelveticaNow',
|
|
@@ -4727,5 +4735,5 @@ module.exports = {
|
|
|
4727
4735
|
tokens: { size: 96 }
|
|
4728
4736
|
}
|
|
4729
4737
|
},
|
|
4730
|
-
metadata: { name: 'theme-allium', themeTokensVersion: '2.
|
|
4738
|
+
metadata: { name: 'theme-allium', themeTokensVersion: '2.20.0' }
|
|
4731
4739
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-allium",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.22.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.13.
|
|
12
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
13
|
-
"@telus-uds/system-tokens": "^0.6.
|
|
11
|
+
"@telus-uds/palette-allium": "^2.13.2",
|
|
12
|
+
"@telus-uds/system-theme-tokens": "^2.20.0",
|
|
13
|
+
"@telus-uds/system-tokens": "^0.6.12"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@telus-uds/palette-allium": "^2.13.
|
|
16
|
+
"@telus-uds/palette-allium": "^2.13.2"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
19
|
"build",
|
package/theme.json
CHANGED
|
@@ -1264,6 +1264,10 @@
|
|
|
1264
1264
|
"borderColor": "{palette.color.greyMystic}",
|
|
1265
1265
|
"borderRadius": "{palette.radius.radius6}",
|
|
1266
1266
|
"borderWidth": "{palette.border.border1}",
|
|
1267
|
+
"contentAlignItems": "{system.flexAlign.stretch}",
|
|
1268
|
+
"contentFlexGrow": "{system.integer.0}",
|
|
1269
|
+
"contentFlexShrink": "{system.integer.0}",
|
|
1270
|
+
"contentJustifyContent": "{system.flexJustifyContent.flexStart}",
|
|
1267
1271
|
"flex": "{system.integer.1}",
|
|
1268
1272
|
"minWidth": "{system.size.none}",
|
|
1269
1273
|
"paddingBottom": "{palette.size.size32}",
|
|
@@ -3878,6 +3882,10 @@
|
|
|
3878
3882
|
"borderRadius": "{palette.radius.radius6}",
|
|
3879
3883
|
"borderWidth": "{palette.border.border1}",
|
|
3880
3884
|
"color": "{palette.color.greyThunder}",
|
|
3885
|
+
"contentAlignItems": "{system.flexAlign.stretch}",
|
|
3886
|
+
"contentFlexGrow": "{system.integer.0}",
|
|
3887
|
+
"contentFlexShrink": "{system.integer.0}",
|
|
3888
|
+
"contentJustifyContent": "{system.flexJustifyContent.flexStart}",
|
|
3881
3889
|
"contentSpace": "{system.integer.2}",
|
|
3882
3890
|
"flex": "{system.integer.1}",
|
|
3883
3891
|
"fontName": "{palette.fontName.HelveticaNow}",
|