@telus-uds/theme-public-mobile 2.1.0 → 2.3.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:41 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -1399,6 +1399,7 @@ module.exports = {
|
|
|
1399
1399
|
inputBorderWidth: 2,
|
|
1400
1400
|
inputHeight: 20,
|
|
1401
1401
|
inputOutlineColor: null,
|
|
1402
|
+
inputOutlineOffset: 0,
|
|
1402
1403
|
inputOutlineWidth: 0,
|
|
1403
1404
|
inputShadow: null,
|
|
1404
1405
|
inputWidth: 20,
|
|
@@ -1410,7 +1411,21 @@ module.exports = {
|
|
|
1410
1411
|
labelMarginLeft: 10
|
|
1411
1412
|
}
|
|
1412
1413
|
},
|
|
1413
|
-
CheckboxGroup: {
|
|
1414
|
+
CheckboxGroup: {
|
|
1415
|
+
appearances: {},
|
|
1416
|
+
rules: [],
|
|
1417
|
+
tokens: {
|
|
1418
|
+
borderBottomLeftRadius: 0,
|
|
1419
|
+
borderBottomRightRadius: 0,
|
|
1420
|
+
borderTopLeftRadius: 0,
|
|
1421
|
+
borderTopRightRadius: 0,
|
|
1422
|
+
fieldSpace: 2,
|
|
1423
|
+
outlineOffset: null,
|
|
1424
|
+
outlineWidth: 0,
|
|
1425
|
+
showIcon: false,
|
|
1426
|
+
space: 2
|
|
1427
|
+
}
|
|
1428
|
+
},
|
|
1414
1429
|
ChevronLink: {
|
|
1415
1430
|
appearances: {
|
|
1416
1431
|
alternative: { type: 'variant', values: [ true ] },
|
|
@@ -3686,6 +3701,7 @@ module.exports = {
|
|
|
3686
3701
|
footnoteLinkFontName: 'SofiaPro',
|
|
3687
3702
|
footnoteLinkFontSize: 16,
|
|
3688
3703
|
footnoteLinkFontWeight: '700',
|
|
3704
|
+
footnoteLinkLineHeight: 1.4285714285714286,
|
|
3689
3705
|
footnoteMarginTop: 0,
|
|
3690
3706
|
priceMarginBottom: 4,
|
|
3691
3707
|
rateFontName: 'SofiaPro',
|
|
@@ -4116,6 +4132,7 @@ module.exports = {
|
|
|
4116
4132
|
itemIconColor: '#394056',
|
|
4117
4133
|
itemIconSize: 24,
|
|
4118
4134
|
itemLineHeight: 1.5,
|
|
4135
|
+
itemUnderline: 'none',
|
|
4119
4136
|
listGutter: 16,
|
|
4120
4137
|
paddingBottom: 12,
|
|
4121
4138
|
paddingLeft: 4,
|
|
@@ -4433,7 +4450,11 @@ module.exports = {
|
|
|
4433
4450
|
curveMarginTop: null,
|
|
4434
4451
|
curveWidth: null,
|
|
4435
4452
|
fontColor: '#ffffff',
|
|
4453
|
+
fontName: 'SofiaPro',
|
|
4454
|
+
fontSize: 14,
|
|
4455
|
+
fontWeight: '700',
|
|
4436
4456
|
gradient: null,
|
|
4457
|
+
lineHeight: 1.4285714285714286,
|
|
4437
4458
|
paddingBottom: 2,
|
|
4438
4459
|
paddingLeft: 12,
|
|
4439
4460
|
paddingRight: 12,
|
|
@@ -5129,6 +5150,8 @@ module.exports = {
|
|
|
5129
5150
|
}
|
|
5130
5151
|
],
|
|
5131
5152
|
tokens: {
|
|
5153
|
+
borderColor: 'rgba(0, 0, 0, 0)',
|
|
5154
|
+
borderWidth: 0,
|
|
5132
5155
|
cellBackground: '#ffffff',
|
|
5133
5156
|
cellBoxShadowColor: '#cdcfd5',
|
|
5134
5157
|
cellMinWidth: 0,
|
|
@@ -5144,6 +5167,7 @@ module.exports = {
|
|
|
5144
5167
|
offsetY: 4,
|
|
5145
5168
|
spread: 0
|
|
5146
5169
|
},
|
|
5170
|
+
fontColor: '#394056',
|
|
5147
5171
|
fontName: 'SofiaPro',
|
|
5148
5172
|
fontSize: 18,
|
|
5149
5173
|
fontWeight: '400',
|
|
@@ -6488,5 +6512,5 @@ module.exports = {
|
|
|
6488
6512
|
tokens: { size: 80 }
|
|
6489
6513
|
}
|
|
6490
6514
|
},
|
|
6491
|
-
metadata: { name: 'theme-public-mobile', themeTokensVersion: '2.
|
|
6515
|
+
metadata: { name: 'theme-public-mobile', themeTokensVersion: '2.41.0' }
|
|
6492
6516
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-public-mobile",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"description": "Public Mobile theme",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"public mobile"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
],
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@telus-uds/palette-public-mobile": "^1.0.0",
|
|
18
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
18
|
+
"@telus-uds/system-theme-tokens": "^2.41.0"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
21
|
"@telus-uds/palette-public-mobile": "^1.0.0"
|
package/theme.json
CHANGED
|
@@ -1739,6 +1739,7 @@
|
|
|
1739
1739
|
"inputBorderWidth": "{palette.border.border2}",
|
|
1740
1740
|
"inputHeight": "{palette.size.size20}",
|
|
1741
1741
|
"inputOutlineColor": "{system.color.none}",
|
|
1742
|
+
"inputOutlineOffset": "{palette.size.size0}",
|
|
1742
1743
|
"inputOutlineWidth": "{palette.border.none}",
|
|
1743
1744
|
"inputShadow": "{system.shadow.none}",
|
|
1744
1745
|
"inputWidth": "{palette.size.size20}",
|
|
@@ -1754,7 +1755,14 @@
|
|
|
1754
1755
|
"appearances": {},
|
|
1755
1756
|
"rules": [],
|
|
1756
1757
|
"tokens": {
|
|
1758
|
+
"borderBottomLeftRadius": "{system.radius.zero}",
|
|
1759
|
+
"borderBottomRightRadius": "{system.radius.zero}",
|
|
1760
|
+
"borderTopLeftRadius": "{system.radius.zero}",
|
|
1761
|
+
"borderTopRightRadius": "{system.radius.zero}",
|
|
1757
1762
|
"fieldSpace": "{system.integer.2}",
|
|
1763
|
+
"outlineOffset": "{system.size.none}",
|
|
1764
|
+
"outlineWidth": "{system.border.zero}",
|
|
1765
|
+
"showIcon": "{system.show.false}",
|
|
1758
1766
|
"space": "{system.integer.2}"
|
|
1759
1767
|
}
|
|
1760
1768
|
},
|
|
@@ -4706,6 +4714,7 @@
|
|
|
4706
4714
|
"footnoteLinkFontName": "{palette.fontName.SofiaPro}",
|
|
4707
4715
|
"footnoteLinkFontSize": "{palette.fontSize.size16}",
|
|
4708
4716
|
"footnoteLinkFontWeight": "{palette.fontWeight.weight700}",
|
|
4717
|
+
"footnoteLinkLineHeight": "{palette.lineHeight.ratio10to7}",
|
|
4709
4718
|
"footnoteMarginTop": "{palette.size.size0}",
|
|
4710
4719
|
"priceMarginBottom": "{palette.size.size4}",
|
|
4711
4720
|
"rateFontName": "{palette.fontName.SofiaPro}",
|
|
@@ -5257,6 +5266,7 @@
|
|
|
5257
5266
|
"itemIconColor": "{palette.color.slate100}",
|
|
5258
5267
|
"itemIconSize": "{palette.size.size24}",
|
|
5259
5268
|
"itemLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
5269
|
+
"itemUnderline": "{system.textLine.none}",
|
|
5260
5270
|
"listGutter": "{palette.size.size16}",
|
|
5261
5271
|
"paddingBottom": "{palette.size.size12}",
|
|
5262
5272
|
"paddingLeft": "{palette.size.size4}",
|
|
@@ -5587,7 +5597,11 @@
|
|
|
5587
5597
|
"curveMarginTop": "{system.size.none}",
|
|
5588
5598
|
"curveWidth": "{system.size.none}",
|
|
5589
5599
|
"fontColor": "{palette.color.white}",
|
|
5600
|
+
"fontName": "{palette.fontName.SofiaPro}",
|
|
5601
|
+
"fontSize": "{palette.fontSize.size14}",
|
|
5602
|
+
"fontWeight": "{palette.fontWeight.weight700}",
|
|
5590
5603
|
"gradient": "{system.gradient.none}",
|
|
5604
|
+
"lineHeight": "{palette.lineHeight.ratio10to7}",
|
|
5591
5605
|
"paddingBottom": "{palette.size.size2}",
|
|
5592
5606
|
"paddingLeft": "{palette.size.size12}",
|
|
5593
5607
|
"paddingRight": "{palette.size.size12}",
|
|
@@ -6328,6 +6342,8 @@
|
|
|
6328
6342
|
}
|
|
6329
6343
|
],
|
|
6330
6344
|
"tokens": {
|
|
6345
|
+
"borderColor": "{palette.color.transparent}",
|
|
6346
|
+
"borderWidth": "{palette.border.none}",
|
|
6331
6347
|
"cellBackground": "{palette.color.white}",
|
|
6332
6348
|
"cellBoxShadowColor": "{palette.color.slate25}",
|
|
6333
6349
|
"cellMinWidth": "{palette.size.size0}",
|
|
@@ -6336,6 +6352,7 @@
|
|
|
6336
6352
|
"cellPaddingRight": "{palette.size.size16}",
|
|
6337
6353
|
"cellPaddingTop": "{palette.size.size16}",
|
|
6338
6354
|
"cellStickyShadow": "{palette.shadow.elevation1}",
|
|
6355
|
+
"fontColor": "{palette.color.slate100}",
|
|
6339
6356
|
"fontName": "{palette.fontName.SofiaPro}",
|
|
6340
6357
|
"fontSize": "{palette.fontSize.size18}",
|
|
6341
6358
|
"fontWeight": "{palette.fontWeight.weight400}",
|