@telus-uds/theme-koodo 3.24.0 → 3.25.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 +536 -550
- package/build/android/theme.json +13 -29
- package/build/ios/schema.json +536 -550
- package/build/ios/theme.json +13 -29
- package/build/rn/schema.json +536 -550
- package/build/rn/theme.js +16 -13
- package/package.json +4 -4
- package/theme.json +9 -15
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, 01 May 2023 22:00:59 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -212,7 +212,7 @@ module.exports = {
|
|
|
212
212
|
tokens: { backgroundColor: '#016b6a' }
|
|
213
213
|
}
|
|
214
214
|
],
|
|
215
|
-
tokens: { backgroundColor: '
|
|
215
|
+
tokens: { backgroundColor: 'rgba(0, 0, 0, 0)', gradient: null }
|
|
216
216
|
},
|
|
217
217
|
Breadcrumbs: {
|
|
218
218
|
appearances: { inverse: { type: 'variant', values: [ true ] } },
|
|
@@ -1221,20 +1221,20 @@ module.exports = {
|
|
|
1221
1221
|
},
|
|
1222
1222
|
{
|
|
1223
1223
|
if: { size: 'large' },
|
|
1224
|
-
tokens: {
|
|
1224
|
+
tokens: { fontSize: 20, iconSize: 24, textLineHeight: 2.15 }
|
|
1225
1225
|
},
|
|
1226
1226
|
{
|
|
1227
1227
|
if: { size: 'small' },
|
|
1228
|
-
tokens: {
|
|
1228
|
+
tokens: { fontSize: 14, iconSize: 16, textLineHeight: 2.15 }
|
|
1229
1229
|
},
|
|
1230
1230
|
{
|
|
1231
1231
|
if: { size: 'micro' },
|
|
1232
|
-
tokens: {
|
|
1232
|
+
tokens: { fontSize: 12, iconSize: 16, textLineHeight: 2.25 }
|
|
1233
1233
|
}
|
|
1234
1234
|
],
|
|
1235
1235
|
tokens: {
|
|
1236
1236
|
color: '#016b6a',
|
|
1237
|
-
|
|
1237
|
+
fontSize: 16,
|
|
1238
1238
|
iconDisplace: 0,
|
|
1239
1239
|
iconSize: 18,
|
|
1240
1240
|
iconSpace: 1,
|
|
@@ -2114,6 +2114,7 @@ module.exports = {
|
|
|
2114
2114
|
{
|
|
2115
2115
|
if: { size: 'large' },
|
|
2116
2116
|
tokens: {
|
|
2117
|
+
iconMarginTop: 2,
|
|
2117
2118
|
itemFontSize: 20,
|
|
2118
2119
|
itemIconSize: 20,
|
|
2119
2120
|
itemLineHeight: 1.4,
|
|
@@ -2122,7 +2123,12 @@ module.exports = {
|
|
|
2122
2123
|
},
|
|
2123
2124
|
{
|
|
2124
2125
|
if: { size: 'small' },
|
|
2125
|
-
tokens: {
|
|
2126
|
+
tokens: {
|
|
2127
|
+
iconMarginTop: 1,
|
|
2128
|
+
itemFontSize: 14,
|
|
2129
|
+
itemIconSize: 14,
|
|
2130
|
+
listGutter: 10
|
|
2131
|
+
}
|
|
2126
2132
|
},
|
|
2127
2133
|
{ if: { compact: true }, tokens: { itemLineHeight: 1.2 } },
|
|
2128
2134
|
{
|
|
@@ -2137,7 +2143,7 @@ module.exports = {
|
|
|
2137
2143
|
tokens: {
|
|
2138
2144
|
dividerColor: '#c9c8c8',
|
|
2139
2145
|
dividerSize: 1,
|
|
2140
|
-
iconMarginTop:
|
|
2146
|
+
iconMarginTop: 2,
|
|
2141
2147
|
interItemMargin: 8,
|
|
2142
2148
|
interItemMarginWithDivider: 16,
|
|
2143
2149
|
itemBulletColor: '#7c1366',
|
|
@@ -2147,7 +2153,7 @@ module.exports = {
|
|
|
2147
2153
|
itemBulletWidth: 4,
|
|
2148
2154
|
itemFontName: 'StagSans',
|
|
2149
2155
|
itemFontSize: 16,
|
|
2150
|
-
itemFontWeight: '
|
|
2156
|
+
itemFontWeight: '400',
|
|
2151
2157
|
itemIconColor: '#7c1366',
|
|
2152
2158
|
itemIconSize: 16,
|
|
2153
2159
|
itemLineHeight: 1.3,
|
|
@@ -2426,7 +2432,6 @@ module.exports = {
|
|
|
2426
2432
|
if: { size: 'large' },
|
|
2427
2433
|
tokens: { itemFontSize: 20, itemLineHeight: 1.4 }
|
|
2428
2434
|
},
|
|
2429
|
-
{ if: { size: 'medium' }, tokens: {} },
|
|
2430
2435
|
{
|
|
2431
2436
|
if: { size: 'small' },
|
|
2432
2437
|
tokens: { itemFontSize: 14, itemLineHeight: 1.42857142857 }
|
|
@@ -4364,8 +4369,6 @@ module.exports = {
|
|
|
4364
4369
|
animationColorBefore: '#ffffff',
|
|
4365
4370
|
animationDivColorAfter: '#ffffff',
|
|
4366
4371
|
animationDivColorBefore: '#ffffff',
|
|
4367
|
-
animationFillColorAfter: '#ffffff',
|
|
4368
|
-
animationFillColorBefore: '#ffffff',
|
|
4369
4372
|
animationHeightAfter: 24,
|
|
4370
4373
|
animationHeightBefore: 0,
|
|
4371
4374
|
animationPaddingBottomAfter: 16,
|
|
@@ -4890,5 +4893,5 @@ module.exports = {
|
|
|
4890
4893
|
tokens: { size: 96 }
|
|
4891
4894
|
}
|
|
4892
4895
|
},
|
|
4893
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '2.
|
|
4896
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '2.24.0' }
|
|
4894
4897
|
}
|
package/package.json
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
},
|
|
6
6
|
"description": "Koodo theme",
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@telus-uds/palette-koodo": "^0.
|
|
9
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
8
|
+
"@telus-uds/palette-koodo": "^0.14.0",
|
|
9
|
+
"@telus-uds/system-theme-tokens": "^2.24.0"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"build",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"main": "build/rn/theme.js",
|
|
21
21
|
"name": "@telus-uds/theme-koodo",
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@telus-uds/palette-koodo": "^0.
|
|
23
|
+
"@telus-uds/palette-koodo": "^0.14.0"
|
|
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.25.0"
|
|
35
35
|
}
|
package/theme.json
CHANGED
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
}
|
|
299
299
|
],
|
|
300
300
|
"tokens": {
|
|
301
|
-
"backgroundColor": "{palette.color.
|
|
301
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
302
302
|
"gradient": "{system.gradient.none}"
|
|
303
303
|
}
|
|
304
304
|
},
|
|
@@ -1644,7 +1644,7 @@
|
|
|
1644
1644
|
"size": "large"
|
|
1645
1645
|
},
|
|
1646
1646
|
"tokens": {
|
|
1647
|
-
"
|
|
1647
|
+
"fontSize": "{palette.fontSize.size20}",
|
|
1648
1648
|
"iconSize": "{palette.size.size24}",
|
|
1649
1649
|
"textLineHeight": "{palette.lineHeight.ratio11to5}"
|
|
1650
1650
|
}
|
|
@@ -1654,7 +1654,7 @@
|
|
|
1654
1654
|
"size": "small"
|
|
1655
1655
|
},
|
|
1656
1656
|
"tokens": {
|
|
1657
|
-
"
|
|
1657
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
1658
1658
|
"iconSize": "{palette.size.size16}",
|
|
1659
1659
|
"textLineHeight": "{palette.lineHeight.ratio15to7}"
|
|
1660
1660
|
}
|
|
@@ -1664,7 +1664,7 @@
|
|
|
1664
1664
|
"size": "micro"
|
|
1665
1665
|
},
|
|
1666
1666
|
"tokens": {
|
|
1667
|
-
"
|
|
1667
|
+
"fontSize": "{palette.fontSize.size12}",
|
|
1668
1668
|
"iconSize": "{palette.size.size16}",
|
|
1669
1669
|
"textLineHeight": "{palette.lineHeight.ratio7to3}"
|
|
1670
1670
|
}
|
|
@@ -1672,7 +1672,7 @@
|
|
|
1672
1672
|
],
|
|
1673
1673
|
"tokens": {
|
|
1674
1674
|
"color": "{palette.color.mosque}",
|
|
1675
|
-
"
|
|
1675
|
+
"fontSize": "{palette.fontSize.size16}",
|
|
1676
1676
|
"iconDisplace": "{palette.size.size0}",
|
|
1677
1677
|
"iconSize": "{palette.size.size18}",
|
|
1678
1678
|
"iconSpace": "{system.integer.1}",
|
|
@@ -2981,6 +2981,7 @@
|
|
|
2981
2981
|
"size": "large"
|
|
2982
2982
|
},
|
|
2983
2983
|
"tokens": {
|
|
2984
|
+
"iconMarginTop": "{palette.size.size2}",
|
|
2984
2985
|
"itemFontSize": "{palette.fontSize.size20}",
|
|
2985
2986
|
"itemIconSize": "{palette.size.size20}",
|
|
2986
2987
|
"itemLineHeight": "{palette.lineHeight.multiply140}",
|
|
@@ -2992,6 +2993,7 @@
|
|
|
2992
2993
|
"size": "small"
|
|
2993
2994
|
},
|
|
2994
2995
|
"tokens": {
|
|
2996
|
+
"iconMarginTop": "{palette.size.size1}",
|
|
2995
2997
|
"itemFontSize": "{palette.fontSize.size14}",
|
|
2996
2998
|
"itemIconSize": "{palette.size.size14}",
|
|
2997
2999
|
"listGutter": "{palette.size.size10}"
|
|
@@ -3027,7 +3029,7 @@
|
|
|
3027
3029
|
"tokens": {
|
|
3028
3030
|
"dividerColor": "{palette.color.silver}",
|
|
3029
3031
|
"dividerSize": "{palette.border.border1}",
|
|
3030
|
-
"iconMarginTop": "{palette.size.
|
|
3032
|
+
"iconMarginTop": "{palette.size.size2}",
|
|
3031
3033
|
"interItemMargin": "{palette.size.size8}",
|
|
3032
3034
|
"interItemMarginWithDivider": "{palette.size.size16}",
|
|
3033
3035
|
"itemBulletColor": "{palette.color.flirt}",
|
|
@@ -3037,7 +3039,7 @@
|
|
|
3037
3039
|
"itemBulletWidth": "{palette.size.size4}",
|
|
3038
3040
|
"itemFontName": "{palette.fontName.StagSans}",
|
|
3039
3041
|
"itemFontSize": "{palette.fontSize.size16}",
|
|
3040
|
-
"itemFontWeight": "{palette.fontWeight.
|
|
3042
|
+
"itemFontWeight": "{palette.fontWeight.weight400}",
|
|
3041
3043
|
"itemIconColor": "{palette.color.flirt}",
|
|
3042
3044
|
"itemIconSize": "{palette.size.size16}",
|
|
3043
3045
|
"itemLineHeight": "{palette.lineHeight.multiply130}",
|
|
@@ -3314,12 +3316,6 @@
|
|
|
3314
3316
|
"itemLineHeight": "{palette.lineHeight.ratio7to5}"
|
|
3315
3317
|
}
|
|
3316
3318
|
},
|
|
3317
|
-
{
|
|
3318
|
-
"if": {
|
|
3319
|
-
"size": "medium"
|
|
3320
|
-
},
|
|
3321
|
-
"tokens": {}
|
|
3322
|
-
},
|
|
3323
3319
|
{
|
|
3324
3320
|
"if": {
|
|
3325
3321
|
"size": "small"
|
|
@@ -5381,8 +5377,6 @@
|
|
|
5381
5377
|
"animationColorBefore": "{palette.color.white}",
|
|
5382
5378
|
"animationDivColorAfter": "{palette.color.white}",
|
|
5383
5379
|
"animationDivColorBefore": "{palette.color.white}",
|
|
5384
|
-
"animationFillColorAfter": "{palette.color.white}",
|
|
5385
|
-
"animationFillColorBefore": "{palette.color.white}",
|
|
5386
5380
|
"animationHeightAfter": "{palette.size.size24}",
|
|
5387
5381
|
"animationHeightBefore": "{palette.size.size0}",
|
|
5388
5382
|
"animationPaddingBottomAfter": "{palette.size.size16}",
|