@telus-uds/theme-koodo 3.28.0 → 3.29.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 +559 -552
- package/build/android/theme.json +2 -1
- package/build/ios/schema.json +559 -552
- package/build/ios/theme.json +2 -1
- package/build/rn/schema.json +559 -552
- 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 Wed, 24 May 2023 23:38:59 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -4158,6 +4158,7 @@ module.exports = {
|
|
|
4158
4158
|
cellBoxShadowColor: '#efefef',
|
|
4159
4159
|
cellHeadingBackground: '#c1f2e8',
|
|
4160
4160
|
cellHeadingBoxShadowColor: '#efefef',
|
|
4161
|
+
cellMinWidth: 0,
|
|
4161
4162
|
cellPaddingBottom: 16,
|
|
4162
4163
|
cellPaddingLeft: 16,
|
|
4163
4164
|
cellPaddingRight: 16,
|
|
@@ -5227,5 +5228,5 @@ module.exports = {
|
|
|
5227
5228
|
tokens: { size: 96 }
|
|
5228
5229
|
}
|
|
5229
5230
|
},
|
|
5230
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '2.
|
|
5231
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '2.27.0' }
|
|
5231
5232
|
}
|
package/package.json
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
},
|
|
6
6
|
"description": "Koodo theme",
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@telus-uds/palette-koodo": "^0.16.
|
|
9
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
8
|
+
"@telus-uds/palette-koodo": "^0.16.1",
|
|
9
|
+
"@telus-uds/system-theme-tokens": "^2.27.0"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"build",
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
"keywords": [
|
|
17
17
|
"koodo"
|
|
18
18
|
],
|
|
19
|
-
"license": "
|
|
19
|
+
"license": "MIT",
|
|
20
20
|
"main": "build/rn/theme.js",
|
|
21
21
|
"name": "@telus-uds/theme-koodo",
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@telus-uds/palette-koodo": "^0.16.
|
|
23
|
+
"@telus-uds/palette-koodo": "^0.16.1"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|
|
@@ -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.29.0"
|
|
35
35
|
}
|
package/theme.json
CHANGED
|
@@ -5164,6 +5164,7 @@
|
|
|
5164
5164
|
"cellBoxShadowColor": "{palette.color.gallery}",
|
|
5165
5165
|
"cellHeadingBackground": "{palette.color.mintTulip}",
|
|
5166
5166
|
"cellHeadingBoxShadowColor": "{palette.color.gallery}",
|
|
5167
|
+
"cellMinWidth": "{palette.size.size0}",
|
|
5167
5168
|
"cellPaddingBottom": "{palette.size.size16}",
|
|
5168
5169
|
"cellPaddingLeft": "{palette.size.size16}",
|
|
5169
5170
|
"cellPaddingRight": "{palette.size.size16}",
|