@telus-uds/theme-koodo 4.0.0 → 4.1.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 +140 -133
- package/build/android/theme.json +14 -8
- package/build/ios/schema.json +140 -133
- package/build/ios/theme.json +14 -8
- package/build/rn/schema.json +140 -133
- package/build/rn/theme.js +8 -7
- package/package.json +2 -2
- package/theme.json +6 -5
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, 06 Jun 2023 20:36:11 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -603,7 +603,6 @@ module.exports = {
|
|
|
603
603
|
}
|
|
604
604
|
],
|
|
605
605
|
tokens: {
|
|
606
|
-
alignSelf: 'flex-start',
|
|
607
606
|
backgroundColor: '#ffffff',
|
|
608
607
|
borderBottomWidth: 1,
|
|
609
608
|
borderColor: '#016b6a',
|
|
@@ -1674,7 +1673,7 @@ module.exports = {
|
|
|
1674
1673
|
appearances: {},
|
|
1675
1674
|
rules: [],
|
|
1676
1675
|
tokens: {
|
|
1677
|
-
color:
|
|
1676
|
+
color: null,
|
|
1678
1677
|
fontName: 'StagSans',
|
|
1679
1678
|
fontWeight: '400',
|
|
1680
1679
|
lineHeight: 1,
|
|
@@ -4058,12 +4057,14 @@ module.exports = {
|
|
|
4058
4057
|
appearances: {},
|
|
4059
4058
|
rules: [],
|
|
4060
4059
|
tokens: {
|
|
4060
|
+
animationDuration: 2000,
|
|
4061
4061
|
baseWidth: 40,
|
|
4062
4062
|
characters: 10,
|
|
4063
|
-
color: '#
|
|
4063
|
+
color: '#c9c8c8',
|
|
4064
4064
|
radius: 99999999999999,
|
|
4065
|
-
|
|
4066
|
-
|
|
4065
|
+
secondColor: '#efefef',
|
|
4066
|
+
size: 3,
|
|
4067
|
+
spaceBetweenLines: 2,
|
|
4067
4068
|
squareRadius: 4
|
|
4068
4069
|
}
|
|
4069
4070
|
},
|
|
@@ -5460,5 +5461,5 @@ module.exports = {
|
|
|
5460
5461
|
tokens: { size: 96 }
|
|
5461
5462
|
}
|
|
5462
5463
|
},
|
|
5463
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '2.
|
|
5464
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '2.30.0' }
|
|
5464
5465
|
}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Koodo theme",
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@telus-uds/palette-koodo": "^0.17.0",
|
|
9
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
9
|
+
"@telus-uds/system-theme-tokens": "^2.30.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": "4.
|
|
34
|
+
"version": "4.1.0"
|
|
35
35
|
}
|
package/theme.json
CHANGED
|
@@ -905,7 +905,6 @@
|
|
|
905
905
|
}
|
|
906
906
|
],
|
|
907
907
|
"tokens": {
|
|
908
|
-
"alignSelf": "{system.flexAlign.flexStart}",
|
|
909
908
|
"backgroundColor": "{palette.color.white}",
|
|
910
909
|
"borderBottomWidth": "{palette.border.border1}",
|
|
911
910
|
"borderColor": "{palette.color.mosque}",
|
|
@@ -2268,7 +2267,7 @@
|
|
|
2268
2267
|
"appearances": {},
|
|
2269
2268
|
"rules": [],
|
|
2270
2269
|
"tokens": {
|
|
2271
|
-
"color": "{
|
|
2270
|
+
"color": "{system.color.none}",
|
|
2272
2271
|
"fontName": "{palette.fontName.StagSans}",
|
|
2273
2272
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
2274
2273
|
"lineHeight": "{palette.lineHeight.ratio1to1}",
|
|
@@ -5103,12 +5102,14 @@
|
|
|
5103
5102
|
"appearances": {},
|
|
5104
5103
|
"rules": [],
|
|
5105
5104
|
"tokens": {
|
|
5105
|
+
"animationDuration": "{system.integer.2000}",
|
|
5106
5106
|
"baseWidth": "{palette.size.size40}",
|
|
5107
5107
|
"characters": "{palette.size.size10}",
|
|
5108
|
-
"color": "{palette.color.
|
|
5108
|
+
"color": "{palette.color.silver}",
|
|
5109
5109
|
"radius": "{system.radius.round}",
|
|
5110
|
-
"
|
|
5111
|
-
"
|
|
5110
|
+
"secondColor": "{palette.color.gallery}",
|
|
5111
|
+
"size": "{palette.size.size3}",
|
|
5112
|
+
"spaceBetweenLines": "{palette.size.size2}",
|
|
5112
5113
|
"squareRadius": "{palette.radius.radius4}"
|
|
5113
5114
|
}
|
|
5114
5115
|
},
|