@telus-uds/theme-koodo 4.9.0 → 4.10.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 +659 -642
- package/build/android/theme.json +10 -9
- package/build/ios/schema.json +659 -642
- package/build/ios/theme.json +10 -9
- package/build/rn/schema.json +659 -642
- package/build/rn/theme.js +30 -12
- package/package.json +4 -4
- package/theme.json +18 -9
package/build/rn/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on Fri,
|
|
4
|
+
* Generated on Fri, 21 Jul 2023 00:41:07 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -1889,7 +1889,7 @@ module.exports = {
|
|
|
1889
1889
|
borderRadius: 0,
|
|
1890
1890
|
borderWidth: 0,
|
|
1891
1891
|
color: '#000000',
|
|
1892
|
-
contentFontSize:
|
|
1892
|
+
contentFontSize: 16,
|
|
1893
1893
|
fontName: 'StagSans',
|
|
1894
1894
|
fontWeight: '400',
|
|
1895
1895
|
icon: null,
|
|
@@ -2364,7 +2364,7 @@ module.exports = {
|
|
|
2364
2364
|
borderTopRightRadius: null,
|
|
2365
2365
|
borderTopWidth: null,
|
|
2366
2366
|
borderWidth: 1,
|
|
2367
|
-
icon:
|
|
2367
|
+
icon: PaletteIconAdd,
|
|
2368
2368
|
iconColor: '#000000',
|
|
2369
2369
|
iconScale: 1,
|
|
2370
2370
|
iconSize: 16,
|
|
@@ -3359,9 +3359,26 @@ module.exports = {
|
|
|
3359
3359
|
},
|
|
3360
3360
|
{
|
|
3361
3361
|
if: { hover: true },
|
|
3362
|
-
tokens: {
|
|
3362
|
+
tokens: {
|
|
3363
|
+
borderBottomWidth: 1,
|
|
3364
|
+
borderColor: '#016b6a',
|
|
3365
|
+
borderLeftWidth: 1,
|
|
3366
|
+
borderRightWidth: 1,
|
|
3367
|
+
borderTopWidth: 1,
|
|
3368
|
+
iconDisplace: 4,
|
|
3369
|
+
textLine: 'none'
|
|
3370
|
+
}
|
|
3371
|
+
},
|
|
3372
|
+
{
|
|
3373
|
+
if: { focus: true },
|
|
3374
|
+
tokens: {
|
|
3375
|
+
borderBottomWidth: 1,
|
|
3376
|
+
borderColor: '#016b6a',
|
|
3377
|
+
borderLeftWidth: 1,
|
|
3378
|
+
borderRightWidth: 1,
|
|
3379
|
+
borderTopWidth: 1
|
|
3380
|
+
}
|
|
3363
3381
|
},
|
|
3364
|
-
{ if: { focus: true }, tokens: { borderColor: '#016b6a' } },
|
|
3365
3382
|
{
|
|
3366
3383
|
if: { selected: true },
|
|
3367
3384
|
tokens: {
|
|
@@ -3385,12 +3402,12 @@ module.exports = {
|
|
|
3385
3402
|
],
|
|
3386
3403
|
tokens: {
|
|
3387
3404
|
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
3388
|
-
borderBottomWidth:
|
|
3405
|
+
borderBottomWidth: 0,
|
|
3389
3406
|
borderColor: 'rgba(0, 0, 0, 0)',
|
|
3390
|
-
borderLeftWidth:
|
|
3407
|
+
borderLeftWidth: 0,
|
|
3391
3408
|
borderRadius: 4,
|
|
3392
|
-
borderRightWidth:
|
|
3393
|
-
borderTopWidth:
|
|
3409
|
+
borderRightWidth: 0,
|
|
3410
|
+
borderTopWidth: 0,
|
|
3394
3411
|
color: '#016b6a',
|
|
3395
3412
|
displayLabel: true,
|
|
3396
3413
|
fontName: 'StagSans',
|
|
@@ -3399,7 +3416,7 @@ module.exports = {
|
|
|
3399
3416
|
height: null,
|
|
3400
3417
|
icon: null,
|
|
3401
3418
|
iconDisplace: 0,
|
|
3402
|
-
iconSize:
|
|
3419
|
+
iconSize: 16,
|
|
3403
3420
|
lineHeight: 1.5,
|
|
3404
3421
|
outerBorderColor: 'transparent',
|
|
3405
3422
|
outerBorderWidth: 1,
|
|
@@ -5721,7 +5738,8 @@ module.exports = {
|
|
|
5721
5738
|
chevronlinkFontName: 'StagSans',
|
|
5722
5739
|
chevronlinkFontWeight: '400',
|
|
5723
5740
|
containerBackgroundColor: '#016b6a',
|
|
5724
|
-
containerGap: 12
|
|
5741
|
+
containerGap: 12,
|
|
5742
|
+
padding: 16
|
|
5725
5743
|
}
|
|
5726
5744
|
},
|
|
5727
5745
|
ToggleSwitch: {
|
|
@@ -6468,5 +6486,5 @@ module.exports = {
|
|
|
6468
6486
|
tokens: { size: 96 }
|
|
6469
6487
|
}
|
|
6470
6488
|
},
|
|
6471
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '2.
|
|
6489
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '2.39.0' }
|
|
6472
6490
|
}
|
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.24.0",
|
|
9
|
+
"@telus-uds/system-theme-tokens": "^2.39.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.24.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": "4.
|
|
34
|
+
"version": "4.10.0"
|
|
35
35
|
}
|
package/theme.json
CHANGED
|
@@ -2509,7 +2509,7 @@
|
|
|
2509
2509
|
"borderRadius": "{palette.radius.none}",
|
|
2510
2510
|
"borderWidth": "{palette.border.none}",
|
|
2511
2511
|
"color": "{palette.color.black}",
|
|
2512
|
-
"contentFontSize": "{palette.fontSize.
|
|
2512
|
+
"contentFontSize": "{palette.fontSize.size16}",
|
|
2513
2513
|
"fontName": "{palette.fontName.StagSans}",
|
|
2514
2514
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
2515
2515
|
"icon": "{system.icon.none}",
|
|
@@ -3232,7 +3232,7 @@
|
|
|
3232
3232
|
"borderTopRightRadius": "{system.radius.none}",
|
|
3233
3233
|
"borderTopWidth": "{system.border.none}",
|
|
3234
3234
|
"borderWidth": "{palette.border.border1}",
|
|
3235
|
-
"icon": "{
|
|
3235
|
+
"icon": "{palette.icon.Add}",
|
|
3236
3236
|
"iconColor": "{palette.color.black}",
|
|
3237
3237
|
"iconScale": "{system.iconScale.scale1}",
|
|
3238
3238
|
"iconSize": "{palette.size.size16}",
|
|
@@ -4372,7 +4372,11 @@
|
|
|
4372
4372
|
"hover": true
|
|
4373
4373
|
},
|
|
4374
4374
|
"tokens": {
|
|
4375
|
+
"borderBottomWidth": "{palette.border.border1}",
|
|
4375
4376
|
"borderColor": "{palette.color.mosque}",
|
|
4377
|
+
"borderLeftWidth": "{palette.border.border1}",
|
|
4378
|
+
"borderRightWidth": "{palette.border.border1}",
|
|
4379
|
+
"borderTopWidth": "{palette.border.border1}",
|
|
4376
4380
|
"iconDisplace": "{palette.size.size4}",
|
|
4377
4381
|
"textLine": "{system.textLine.none}"
|
|
4378
4382
|
}
|
|
@@ -4382,7 +4386,11 @@
|
|
|
4382
4386
|
"focus": true
|
|
4383
4387
|
},
|
|
4384
4388
|
"tokens": {
|
|
4385
|
-
"
|
|
4389
|
+
"borderBottomWidth": "{palette.border.border1}",
|
|
4390
|
+
"borderColor": "{palette.color.mosque}",
|
|
4391
|
+
"borderLeftWidth": "{palette.border.border1}",
|
|
4392
|
+
"borderRightWidth": "{palette.border.border1}",
|
|
4393
|
+
"borderTopWidth": "{palette.border.border1}"
|
|
4386
4394
|
}
|
|
4387
4395
|
},
|
|
4388
4396
|
{
|
|
@@ -4423,12 +4431,12 @@
|
|
|
4423
4431
|
],
|
|
4424
4432
|
"tokens": {
|
|
4425
4433
|
"backgroundColor": "{palette.color.transparent}",
|
|
4426
|
-
"borderBottomWidth": "{palette.border.
|
|
4434
|
+
"borderBottomWidth": "{palette.border.none}",
|
|
4427
4435
|
"borderColor": "{palette.color.transparent}",
|
|
4428
|
-
"borderLeftWidth": "{palette.border.
|
|
4436
|
+
"borderLeftWidth": "{palette.border.none}",
|
|
4429
4437
|
"borderRadius": "{palette.radius.radius4}",
|
|
4430
|
-
"borderRightWidth": "{palette.border.
|
|
4431
|
-
"borderTopWidth": "{palette.border.
|
|
4438
|
+
"borderRightWidth": "{palette.border.none}",
|
|
4439
|
+
"borderTopWidth": "{palette.border.none}",
|
|
4432
4440
|
"color": "{palette.color.mosque}",
|
|
4433
4441
|
"displayLabel": "{system.show.true}",
|
|
4434
4442
|
"fontName": "{palette.fontName.StagSans}",
|
|
@@ -4437,7 +4445,7 @@
|
|
|
4437
4445
|
"height": "{system.size.none}",
|
|
4438
4446
|
"icon": "{system.icon.none}",
|
|
4439
4447
|
"iconDisplace": "{palette.size.size0}",
|
|
4440
|
-
"iconSize": "{palette.size.
|
|
4448
|
+
"iconSize": "{palette.size.size16}",
|
|
4441
4449
|
"lineHeight": "{palette.lineHeight.multiply150}",
|
|
4442
4450
|
"outerBorderColor": "{system.color.transparent}",
|
|
4443
4451
|
"outerBorderWidth": "{palette.border.border1}",
|
|
@@ -7004,7 +7012,8 @@
|
|
|
7004
7012
|
"chevronlinkFontName": "{palette.fontName.StagSans}",
|
|
7005
7013
|
"chevronlinkFontWeight": "{palette.fontWeight.weight400}",
|
|
7006
7014
|
"containerBackgroundColor": "{palette.color.mosque}",
|
|
7007
|
-
"containerGap": "{palette.size.size12}"
|
|
7015
|
+
"containerGap": "{palette.size.size12}",
|
|
7016
|
+
"padding": "{palette.size.size16}"
|
|
7008
7017
|
}
|
|
7009
7018
|
},
|
|
7010
7019
|
"ToggleSwitch": {
|