@telus-uds/theme-koodo 4.10.0 → 4.12.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 +256 -137
- package/build/android/theme.json +28 -1
- package/build/ios/schema.json +256 -137
- package/build/ios/theme.json +28 -1
- package/build/rn/schema.json +256 -137
- package/build/rn/theme.js +27 -3
- package/package.json +2 -2
- package/theme.json +17 -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 Tue, 08 Aug 2023 23:49:33 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -1397,6 +1397,7 @@ module.exports = {
|
|
|
1397
1397
|
inputBorderWidth: 2,
|
|
1398
1398
|
inputHeight: 20,
|
|
1399
1399
|
inputOutlineColor: null,
|
|
1400
|
+
inputOutlineOffset: 0,
|
|
1400
1401
|
inputOutlineWidth: 0,
|
|
1401
1402
|
inputShadow: null,
|
|
1402
1403
|
inputWidth: 20,
|
|
@@ -1408,7 +1409,21 @@ module.exports = {
|
|
|
1408
1409
|
labelMarginLeft: 8
|
|
1409
1410
|
}
|
|
1410
1411
|
},
|
|
1411
|
-
CheckboxGroup: {
|
|
1412
|
+
CheckboxGroup: {
|
|
1413
|
+
appearances: {},
|
|
1414
|
+
rules: [],
|
|
1415
|
+
tokens: {
|
|
1416
|
+
borderBottomLeftRadius: 0,
|
|
1417
|
+
borderBottomRightRadius: 0,
|
|
1418
|
+
borderTopLeftRadius: 0,
|
|
1419
|
+
borderTopRightRadius: 0,
|
|
1420
|
+
fieldSpace: 2,
|
|
1421
|
+
outlineOffset: null,
|
|
1422
|
+
outlineWidth: 0,
|
|
1423
|
+
showIcon: false,
|
|
1424
|
+
space: 2
|
|
1425
|
+
}
|
|
1426
|
+
},
|
|
1412
1427
|
ChevronLink: {
|
|
1413
1428
|
appearances: {
|
|
1414
1429
|
alternative: { type: 'variant', values: [ true ] },
|
|
@@ -3562,6 +3577,7 @@ module.exports = {
|
|
|
3562
3577
|
footnoteLinkFontName: 'StagSans',
|
|
3563
3578
|
footnoteLinkFontSize: 14,
|
|
3564
3579
|
footnoteLinkFontWeight: '600',
|
|
3580
|
+
footnoteLinkLineHeight: 1.42857142857,
|
|
3565
3581
|
footnoteMarginTop: 4,
|
|
3566
3582
|
priceMarginBottom: 0,
|
|
3567
3583
|
rateFontName: 'StagSans',
|
|
@@ -3982,6 +3998,7 @@ module.exports = {
|
|
|
3982
3998
|
itemIconColor: '#016b6a',
|
|
3983
3999
|
itemIconSize: 24,
|
|
3984
4000
|
itemLineHeight: 1.6,
|
|
4001
|
+
itemUnderline: 'none',
|
|
3985
4002
|
listGutter: 10,
|
|
3986
4003
|
paddingBottom: 12,
|
|
3987
4004
|
paddingLeft: 4,
|
|
@@ -4328,7 +4345,11 @@ module.exports = {
|
|
|
4328
4345
|
curveMarginTop: null,
|
|
4329
4346
|
curveWidth: null,
|
|
4330
4347
|
fontColor: '#000000',
|
|
4348
|
+
fontName: 'StagSans',
|
|
4349
|
+
fontSize: 12,
|
|
4350
|
+
fontWeight: '600',
|
|
4331
4351
|
gradient: null,
|
|
4352
|
+
lineHeight: 1.33333333333,
|
|
4332
4353
|
paddingBottom: 2,
|
|
4333
4354
|
paddingLeft: 12,
|
|
4334
4355
|
paddingRight: 12,
|
|
@@ -5110,6 +5131,8 @@ module.exports = {
|
|
|
5110
5131
|
}
|
|
5111
5132
|
],
|
|
5112
5133
|
tokens: {
|
|
5134
|
+
borderColor: 'rgba(0, 0, 0, 0)',
|
|
5135
|
+
borderWidth: 0,
|
|
5113
5136
|
cellBackground: '#ffffff',
|
|
5114
5137
|
cellBoxShadowColor: '#efefef',
|
|
5115
5138
|
cellMinWidth: 0,
|
|
@@ -5125,6 +5148,7 @@ module.exports = {
|
|
|
5125
5148
|
offsetY: 4,
|
|
5126
5149
|
spread: 0
|
|
5127
5150
|
},
|
|
5151
|
+
fontColor: '#000000',
|
|
5128
5152
|
fontName: 'StagSans',
|
|
5129
5153
|
fontSize: 16,
|
|
5130
5154
|
fontWeight: '400',
|
|
@@ -6486,5 +6510,5 @@ module.exports = {
|
|
|
6486
6510
|
tokens: { size: 96 }
|
|
6487
6511
|
}
|
|
6488
6512
|
},
|
|
6489
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '2.
|
|
6513
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '2.41.0' }
|
|
6490
6514
|
}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Koodo theme",
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@telus-uds/palette-koodo": "^0.24.0",
|
|
9
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
9
|
+
"@telus-uds/system-theme-tokens": "^2.41.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.12.0"
|
|
35
35
|
}
|
package/theme.json
CHANGED
|
@@ -1776,6 +1776,7 @@
|
|
|
1776
1776
|
"inputBorderWidth": "{palette.border.border2}",
|
|
1777
1777
|
"inputHeight": "{palette.size.size20}",
|
|
1778
1778
|
"inputOutlineColor": "{system.color.none}",
|
|
1779
|
+
"inputOutlineOffset": "{palette.size.size0}",
|
|
1779
1780
|
"inputOutlineWidth": "{palette.border.none}",
|
|
1780
1781
|
"inputShadow": "{system.shadow.none}",
|
|
1781
1782
|
"inputWidth": "{palette.size.size20}",
|
|
@@ -1791,7 +1792,14 @@
|
|
|
1791
1792
|
"appearances": {},
|
|
1792
1793
|
"rules": [],
|
|
1793
1794
|
"tokens": {
|
|
1795
|
+
"borderBottomLeftRadius": "{system.radius.zero}",
|
|
1796
|
+
"borderBottomRightRadius": "{system.radius.zero}",
|
|
1797
|
+
"borderTopLeftRadius": "{system.radius.zero}",
|
|
1798
|
+
"borderTopRightRadius": "{system.radius.zero}",
|
|
1794
1799
|
"fieldSpace": "{system.integer.2}",
|
|
1800
|
+
"outlineOffset": "{system.size.none}",
|
|
1801
|
+
"outlineWidth": "{system.border.zero}",
|
|
1802
|
+
"showIcon": "{system.show.false}",
|
|
1795
1803
|
"space": "{system.integer.2}"
|
|
1796
1804
|
}
|
|
1797
1805
|
},
|
|
@@ -4595,6 +4603,7 @@
|
|
|
4595
4603
|
"footnoteLinkFontName": "{palette.fontName.StagSans}",
|
|
4596
4604
|
"footnoteLinkFontSize": "{palette.fontSize.size14}",
|
|
4597
4605
|
"footnoteLinkFontWeight": "{palette.fontWeight.weight600}",
|
|
4606
|
+
"footnoteLinkLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
4598
4607
|
"footnoteMarginTop": "{palette.size.size4}",
|
|
4599
4608
|
"priceMarginBottom": "{palette.size.size0}",
|
|
4600
4609
|
"rateFontName": "{palette.fontName.StagSans}",
|
|
@@ -5154,6 +5163,7 @@
|
|
|
5154
5163
|
"itemIconColor": "{palette.color.mosque}",
|
|
5155
5164
|
"itemIconSize": "{palette.size.size24}",
|
|
5156
5165
|
"itemLineHeight": "{palette.lineHeight.multiply160}",
|
|
5166
|
+
"itemUnderline": "{system.textLine.none}",
|
|
5157
5167
|
"listGutter": "{palette.size.size10}",
|
|
5158
5168
|
"paddingBottom": "{palette.size.size12}",
|
|
5159
5169
|
"paddingLeft": "{palette.size.size4}",
|
|
@@ -5506,7 +5516,11 @@
|
|
|
5506
5516
|
"curveMarginTop": "{system.size.none}",
|
|
5507
5517
|
"curveWidth": "{system.size.none}",
|
|
5508
5518
|
"fontColor": "{palette.color.black}",
|
|
5519
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
5520
|
+
"fontSize": "{palette.fontSize.size12}",
|
|
5521
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
5509
5522
|
"gradient": "{system.gradient.none}",
|
|
5523
|
+
"lineHeight": "{palette.lineHeight.ratio4to3}",
|
|
5510
5524
|
"paddingBottom": "{palette.size.size2}",
|
|
5511
5525
|
"paddingLeft": "{palette.size.size12}",
|
|
5512
5526
|
"paddingRight": "{palette.size.size12}",
|
|
@@ -6345,6 +6359,8 @@
|
|
|
6345
6359
|
}
|
|
6346
6360
|
],
|
|
6347
6361
|
"tokens": {
|
|
6362
|
+
"borderColor": "{palette.color.transparent}",
|
|
6363
|
+
"borderWidth": "{palette.border.none}",
|
|
6348
6364
|
"cellBackground": "{palette.color.white}",
|
|
6349
6365
|
"cellBoxShadowColor": "{palette.color.gallery}",
|
|
6350
6366
|
"cellMinWidth": "{palette.size.size0}",
|
|
@@ -6353,6 +6369,7 @@
|
|
|
6353
6369
|
"cellPaddingRight": "{palette.size.size16}",
|
|
6354
6370
|
"cellPaddingTop": "{palette.size.size16}",
|
|
6355
6371
|
"cellStickyShadow": "{palette.shadow.elevation1}",
|
|
6372
|
+
"fontColor": "{palette.color.black}",
|
|
6356
6373
|
"fontName": "{palette.fontName.StagSans}",
|
|
6357
6374
|
"fontSize": "{palette.fontSize.size16}",
|
|
6358
6375
|
"fontWeight": "{palette.fontWeight.weight400}",
|