@telus-uds/theme-koodo 3.20.0 → 3.21.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 +183 -127
- package/build/android/theme.json +9 -1
- package/build/ios/schema.json +183 -127
- package/build/ios/theme.json +9 -1
- package/build/rn/schema.json +183 -127
- package/build/rn/theme.js +10 -2
- package/package.json +2 -2
- 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:10 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -888,6 +888,10 @@ module.exports = {
|
|
|
888
888
|
borderColor: null,
|
|
889
889
|
borderRadius: 0,
|
|
890
890
|
borderWidth: 0,
|
|
891
|
+
contentAlignItems: 'stretch',
|
|
892
|
+
contentFlexGrow: 0,
|
|
893
|
+
contentFlexShrink: 0,
|
|
894
|
+
contentJustifyContent: 'flex-start',
|
|
891
895
|
flex: 1,
|
|
892
896
|
minWidth: null,
|
|
893
897
|
paddingBottom: 16,
|
|
@@ -2861,6 +2865,10 @@ module.exports = {
|
|
|
2861
2865
|
borderRadius: 4,
|
|
2862
2866
|
borderWidth: 1,
|
|
2863
2867
|
color: '#000000',
|
|
2868
|
+
contentAlignItems: 'stretch',
|
|
2869
|
+
contentFlexGrow: 0,
|
|
2870
|
+
contentFlexShrink: 0,
|
|
2871
|
+
contentJustifyContent: 'flex-start',
|
|
2864
2872
|
contentSpace: 2,
|
|
2865
2873
|
flex: 1,
|
|
2866
2874
|
fontName: 'StagSans',
|
|
@@ -4293,5 +4301,5 @@ module.exports = {
|
|
|
4293
4301
|
tokens: { size: 96 }
|
|
4294
4302
|
}
|
|
4295
4303
|
},
|
|
4296
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '2.
|
|
4304
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '2.20.0' }
|
|
4297
4305
|
}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Koodo theme",
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@telus-uds/palette-koodo": "^0.11.0",
|
|
9
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
9
|
+
"@telus-uds/system-theme-tokens": "^2.20.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": "3.
|
|
34
|
+
"version": "3.21.0"
|
|
35
35
|
}
|
package/theme.json
CHANGED
|
@@ -1232,6 +1232,10 @@
|
|
|
1232
1232
|
"borderColor": "{system.color.none}",
|
|
1233
1233
|
"borderRadius": "{palette.radius.none}",
|
|
1234
1234
|
"borderWidth": "{palette.border.none}",
|
|
1235
|
+
"contentAlignItems": "{system.flexAlign.stretch}",
|
|
1236
|
+
"contentFlexGrow": "{system.integer.0}",
|
|
1237
|
+
"contentFlexShrink": "{system.integer.0}",
|
|
1238
|
+
"contentJustifyContent": "{system.flexJustifyContent.flexStart}",
|
|
1235
1239
|
"flex": "{system.integer.1}",
|
|
1236
1240
|
"minWidth": "{system.size.none}",
|
|
1237
1241
|
"paddingBottom": "{palette.size.size16}",
|
|
@@ -3687,6 +3691,10 @@
|
|
|
3687
3691
|
"borderRadius": "{palette.radius.radius4}",
|
|
3688
3692
|
"borderWidth": "{palette.border.border1}",
|
|
3689
3693
|
"color": "{palette.color.black}",
|
|
3694
|
+
"contentAlignItems": "{system.flexAlign.stretch}",
|
|
3695
|
+
"contentFlexGrow": "{system.integer.0}",
|
|
3696
|
+
"contentFlexShrink": "{system.integer.0}",
|
|
3697
|
+
"contentJustifyContent": "{system.flexJustifyContent.flexStart}",
|
|
3690
3698
|
"contentSpace": "{system.integer.2}",
|
|
3691
3699
|
"flex": "{system.integer.1}",
|
|
3692
3700
|
"fontName": "{palette.fontName.StagSans}",
|