@telus-uds/theme-public-mobile 1.26.0 → 1.27.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 +56 -0
- package/build/android/theme.json +15 -7
- package/build/ios/schema.json +56 -0
- package/build/ios/theme.json +15 -7
- package/build/rn/schema.json +56 -0
- package/build/rn/theme.js +12 -4
- package/package.json +1 -1
- package/theme.json +11 -3
|
@@ -3302,6 +3302,18 @@
|
|
|
3302
3302
|
"footnoteBodyPaddingBottom": {
|
|
3303
3303
|
"$ref": "#size"
|
|
3304
3304
|
},
|
|
3305
|
+
"footnoteHeaderPaddingLeft": {
|
|
3306
|
+
"$ref": "#size"
|
|
3307
|
+
},
|
|
3308
|
+
"footnoteHeaderPaddingRight": {
|
|
3309
|
+
"$ref": "#size"
|
|
3310
|
+
},
|
|
3311
|
+
"footnoteHeaderPaddingTop": {
|
|
3312
|
+
"$ref": "#size"
|
|
3313
|
+
},
|
|
3314
|
+
"footnoteHeaderPaddingBottom": {
|
|
3315
|
+
"$ref": "#size"
|
|
3316
|
+
},
|
|
3305
3317
|
"listPaddingLeft": {
|
|
3306
3318
|
"$ref": "#size"
|
|
3307
3319
|
},
|
|
@@ -3311,6 +3323,18 @@
|
|
|
3311
3323
|
"listItemMarkerLineHeight": {
|
|
3312
3324
|
"$ref": "#lineHeight"
|
|
3313
3325
|
},
|
|
3326
|
+
"headerLineHeight": {
|
|
3327
|
+
"$ref": "#size"
|
|
3328
|
+
},
|
|
3329
|
+
"headerFontSize": {
|
|
3330
|
+
"$ref": "#size"
|
|
3331
|
+
},
|
|
3332
|
+
"headerFontName": {
|
|
3333
|
+
"$ref": "#fontName"
|
|
3334
|
+
},
|
|
3335
|
+
"headerFontWeight": {
|
|
3336
|
+
"$ref": "#fontWeight"
|
|
3337
|
+
},
|
|
3314
3338
|
"listItemColor": {
|
|
3315
3339
|
"$ref": "#color"
|
|
3316
3340
|
},
|
|
@@ -3364,9 +3388,17 @@
|
|
|
3364
3388
|
"footnoteBodyPaddingRight",
|
|
3365
3389
|
"footnoteBodyPaddingTop",
|
|
3366
3390
|
"footnoteBodyPaddingBottom",
|
|
3391
|
+
"footnoteHeaderPaddingLeft",
|
|
3392
|
+
"footnoteHeaderPaddingRight",
|
|
3393
|
+
"footnoteHeaderPaddingTop",
|
|
3394
|
+
"footnoteHeaderPaddingBottom",
|
|
3367
3395
|
"listPaddingLeft",
|
|
3368
3396
|
"listItemMarkerFontSize",
|
|
3369
3397
|
"listItemMarkerLineHeight",
|
|
3398
|
+
"headerLineHeight",
|
|
3399
|
+
"headerFontSize",
|
|
3400
|
+
"headerFontName",
|
|
3401
|
+
"headerFontWeight",
|
|
3370
3402
|
"listItemColor",
|
|
3371
3403
|
"listItemFontSize",
|
|
3372
3404
|
"listItemLineHeight",
|
|
@@ -3424,6 +3456,18 @@
|
|
|
3424
3456
|
"footnoteBodyPaddingBottom": {
|
|
3425
3457
|
"$ref": "#size"
|
|
3426
3458
|
},
|
|
3459
|
+
"footnoteHeaderPaddingLeft": {
|
|
3460
|
+
"$ref": "#size"
|
|
3461
|
+
},
|
|
3462
|
+
"footnoteHeaderPaddingRight": {
|
|
3463
|
+
"$ref": "#size"
|
|
3464
|
+
},
|
|
3465
|
+
"footnoteHeaderPaddingTop": {
|
|
3466
|
+
"$ref": "#size"
|
|
3467
|
+
},
|
|
3468
|
+
"footnoteHeaderPaddingBottom": {
|
|
3469
|
+
"$ref": "#size"
|
|
3470
|
+
},
|
|
3427
3471
|
"listPaddingLeft": {
|
|
3428
3472
|
"$ref": "#size"
|
|
3429
3473
|
},
|
|
@@ -3433,6 +3477,18 @@
|
|
|
3433
3477
|
"listItemMarkerLineHeight": {
|
|
3434
3478
|
"$ref": "#lineHeight"
|
|
3435
3479
|
},
|
|
3480
|
+
"headerLineHeight": {
|
|
3481
|
+
"$ref": "#size"
|
|
3482
|
+
},
|
|
3483
|
+
"headerFontSize": {
|
|
3484
|
+
"$ref": "#size"
|
|
3485
|
+
},
|
|
3486
|
+
"headerFontName": {
|
|
3487
|
+
"$ref": "#fontName"
|
|
3488
|
+
},
|
|
3489
|
+
"headerFontWeight": {
|
|
3490
|
+
"$ref": "#fontWeight"
|
|
3491
|
+
},
|
|
3436
3492
|
"listItemColor": {
|
|
3437
3493
|
"$ref": "#color"
|
|
3438
3494
|
},
|
package/build/android/theme.json
CHANGED
|
@@ -1528,15 +1528,15 @@
|
|
|
1528
1528
|
"closeButtonWidth": 24,
|
|
1529
1529
|
"closeIcon": "PaletteIconCheckmark",
|
|
1530
1530
|
"footnoteBackground": {
|
|
1531
|
-
"red":
|
|
1532
|
-
"green":
|
|
1533
|
-
"blue":
|
|
1531
|
+
"red": 1,
|
|
1532
|
+
"green": 1,
|
|
1533
|
+
"blue": 1,
|
|
1534
1534
|
"alpha": 1
|
|
1535
1535
|
},
|
|
1536
1536
|
"footnoteBodyBackground": {
|
|
1537
|
-
"red":
|
|
1538
|
-
"green":
|
|
1539
|
-
"blue":
|
|
1537
|
+
"red": 1,
|
|
1538
|
+
"green": 1,
|
|
1539
|
+
"blue": 1,
|
|
1540
1540
|
"alpha": 1
|
|
1541
1541
|
},
|
|
1542
1542
|
"footnoteBodyPaddingBottom": 32,
|
|
@@ -1550,6 +1550,14 @@
|
|
|
1550
1550
|
"alpha": 1
|
|
1551
1551
|
},
|
|
1552
1552
|
"footnoteBorderTopSizeMd": 1,
|
|
1553
|
+
"footnoteHeaderPaddingBottom": 16,
|
|
1554
|
+
"footnoteHeaderPaddingLeft": 16,
|
|
1555
|
+
"footnoteHeaderPaddingRight": 16,
|
|
1556
|
+
"footnoteHeaderPaddingTop": 16,
|
|
1557
|
+
"headerFontName": "CerebriSans",
|
|
1558
|
+
"headerFontSize": 16,
|
|
1559
|
+
"headerFontWeight": 700,
|
|
1560
|
+
"headerLineHeight": 20,
|
|
1553
1561
|
"headerMargin": 16,
|
|
1554
1562
|
"listItemColor": {
|
|
1555
1563
|
"red": 0.01176,
|
|
@@ -1803,7 +1811,7 @@
|
|
|
1803
1811
|
"alpha": 1
|
|
1804
1812
|
},
|
|
1805
1813
|
"iconScale": 1,
|
|
1806
|
-
"iconSize":
|
|
1814
|
+
"iconSize": 16,
|
|
1807
1815
|
"iconTranslateX": 0,
|
|
1808
1816
|
"iconTranslateY": 0,
|
|
1809
1817
|
"outerBorderColor": {
|
package/build/ios/schema.json
CHANGED
|
@@ -3302,6 +3302,18 @@
|
|
|
3302
3302
|
"footnoteBodyPaddingBottom": {
|
|
3303
3303
|
"$ref": "#size"
|
|
3304
3304
|
},
|
|
3305
|
+
"footnoteHeaderPaddingLeft": {
|
|
3306
|
+
"$ref": "#size"
|
|
3307
|
+
},
|
|
3308
|
+
"footnoteHeaderPaddingRight": {
|
|
3309
|
+
"$ref": "#size"
|
|
3310
|
+
},
|
|
3311
|
+
"footnoteHeaderPaddingTop": {
|
|
3312
|
+
"$ref": "#size"
|
|
3313
|
+
},
|
|
3314
|
+
"footnoteHeaderPaddingBottom": {
|
|
3315
|
+
"$ref": "#size"
|
|
3316
|
+
},
|
|
3305
3317
|
"listPaddingLeft": {
|
|
3306
3318
|
"$ref": "#size"
|
|
3307
3319
|
},
|
|
@@ -3311,6 +3323,18 @@
|
|
|
3311
3323
|
"listItemMarkerLineHeight": {
|
|
3312
3324
|
"$ref": "#lineHeight"
|
|
3313
3325
|
},
|
|
3326
|
+
"headerLineHeight": {
|
|
3327
|
+
"$ref": "#size"
|
|
3328
|
+
},
|
|
3329
|
+
"headerFontSize": {
|
|
3330
|
+
"$ref": "#size"
|
|
3331
|
+
},
|
|
3332
|
+
"headerFontName": {
|
|
3333
|
+
"$ref": "#fontName"
|
|
3334
|
+
},
|
|
3335
|
+
"headerFontWeight": {
|
|
3336
|
+
"$ref": "#fontWeight"
|
|
3337
|
+
},
|
|
3314
3338
|
"listItemColor": {
|
|
3315
3339
|
"$ref": "#color"
|
|
3316
3340
|
},
|
|
@@ -3364,9 +3388,17 @@
|
|
|
3364
3388
|
"footnoteBodyPaddingRight",
|
|
3365
3389
|
"footnoteBodyPaddingTop",
|
|
3366
3390
|
"footnoteBodyPaddingBottom",
|
|
3391
|
+
"footnoteHeaderPaddingLeft",
|
|
3392
|
+
"footnoteHeaderPaddingRight",
|
|
3393
|
+
"footnoteHeaderPaddingTop",
|
|
3394
|
+
"footnoteHeaderPaddingBottom",
|
|
3367
3395
|
"listPaddingLeft",
|
|
3368
3396
|
"listItemMarkerFontSize",
|
|
3369
3397
|
"listItemMarkerLineHeight",
|
|
3398
|
+
"headerLineHeight",
|
|
3399
|
+
"headerFontSize",
|
|
3400
|
+
"headerFontName",
|
|
3401
|
+
"headerFontWeight",
|
|
3370
3402
|
"listItemColor",
|
|
3371
3403
|
"listItemFontSize",
|
|
3372
3404
|
"listItemLineHeight",
|
|
@@ -3424,6 +3456,18 @@
|
|
|
3424
3456
|
"footnoteBodyPaddingBottom": {
|
|
3425
3457
|
"$ref": "#size"
|
|
3426
3458
|
},
|
|
3459
|
+
"footnoteHeaderPaddingLeft": {
|
|
3460
|
+
"$ref": "#size"
|
|
3461
|
+
},
|
|
3462
|
+
"footnoteHeaderPaddingRight": {
|
|
3463
|
+
"$ref": "#size"
|
|
3464
|
+
},
|
|
3465
|
+
"footnoteHeaderPaddingTop": {
|
|
3466
|
+
"$ref": "#size"
|
|
3467
|
+
},
|
|
3468
|
+
"footnoteHeaderPaddingBottom": {
|
|
3469
|
+
"$ref": "#size"
|
|
3470
|
+
},
|
|
3427
3471
|
"listPaddingLeft": {
|
|
3428
3472
|
"$ref": "#size"
|
|
3429
3473
|
},
|
|
@@ -3433,6 +3477,18 @@
|
|
|
3433
3477
|
"listItemMarkerLineHeight": {
|
|
3434
3478
|
"$ref": "#lineHeight"
|
|
3435
3479
|
},
|
|
3480
|
+
"headerLineHeight": {
|
|
3481
|
+
"$ref": "#size"
|
|
3482
|
+
},
|
|
3483
|
+
"headerFontSize": {
|
|
3484
|
+
"$ref": "#size"
|
|
3485
|
+
},
|
|
3486
|
+
"headerFontName": {
|
|
3487
|
+
"$ref": "#fontName"
|
|
3488
|
+
},
|
|
3489
|
+
"headerFontWeight": {
|
|
3490
|
+
"$ref": "#fontWeight"
|
|
3491
|
+
},
|
|
3436
3492
|
"listItemColor": {
|
|
3437
3493
|
"$ref": "#color"
|
|
3438
3494
|
},
|
package/build/ios/theme.json
CHANGED
|
@@ -1528,15 +1528,15 @@
|
|
|
1528
1528
|
"closeButtonWidth": 24,
|
|
1529
1529
|
"closeIcon": "PaletteIconCheckmark",
|
|
1530
1530
|
"footnoteBackground": {
|
|
1531
|
-
"red":
|
|
1532
|
-
"green":
|
|
1533
|
-
"blue":
|
|
1531
|
+
"red": 1,
|
|
1532
|
+
"green": 1,
|
|
1533
|
+
"blue": 1,
|
|
1534
1534
|
"alpha": 1
|
|
1535
1535
|
},
|
|
1536
1536
|
"footnoteBodyBackground": {
|
|
1537
|
-
"red":
|
|
1538
|
-
"green":
|
|
1539
|
-
"blue":
|
|
1537
|
+
"red": 1,
|
|
1538
|
+
"green": 1,
|
|
1539
|
+
"blue": 1,
|
|
1540
1540
|
"alpha": 1
|
|
1541
1541
|
},
|
|
1542
1542
|
"footnoteBodyPaddingBottom": 32,
|
|
@@ -1550,6 +1550,14 @@
|
|
|
1550
1550
|
"alpha": 1
|
|
1551
1551
|
},
|
|
1552
1552
|
"footnoteBorderTopSizeMd": 1,
|
|
1553
|
+
"footnoteHeaderPaddingBottom": 16,
|
|
1554
|
+
"footnoteHeaderPaddingLeft": 16,
|
|
1555
|
+
"footnoteHeaderPaddingRight": 16,
|
|
1556
|
+
"footnoteHeaderPaddingTop": 16,
|
|
1557
|
+
"headerFontName": "CerebriSans",
|
|
1558
|
+
"headerFontSize": 16,
|
|
1559
|
+
"headerFontWeight": 700,
|
|
1560
|
+
"headerLineHeight": 20,
|
|
1553
1561
|
"headerMargin": 16,
|
|
1554
1562
|
"listItemColor": {
|
|
1555
1563
|
"red": 0.01176,
|
|
@@ -1803,7 +1811,7 @@
|
|
|
1803
1811
|
"alpha": 1
|
|
1804
1812
|
},
|
|
1805
1813
|
"iconScale": 1,
|
|
1806
|
-
"iconSize":
|
|
1814
|
+
"iconSize": 16,
|
|
1807
1815
|
"iconTranslateX": 0,
|
|
1808
1816
|
"iconTranslateY": 0,
|
|
1809
1817
|
"outerBorderColor": {
|
package/build/rn/schema.json
CHANGED
|
@@ -3302,6 +3302,18 @@
|
|
|
3302
3302
|
"footnoteBodyPaddingBottom": {
|
|
3303
3303
|
"$ref": "#size"
|
|
3304
3304
|
},
|
|
3305
|
+
"footnoteHeaderPaddingLeft": {
|
|
3306
|
+
"$ref": "#size"
|
|
3307
|
+
},
|
|
3308
|
+
"footnoteHeaderPaddingRight": {
|
|
3309
|
+
"$ref": "#size"
|
|
3310
|
+
},
|
|
3311
|
+
"footnoteHeaderPaddingTop": {
|
|
3312
|
+
"$ref": "#size"
|
|
3313
|
+
},
|
|
3314
|
+
"footnoteHeaderPaddingBottom": {
|
|
3315
|
+
"$ref": "#size"
|
|
3316
|
+
},
|
|
3305
3317
|
"listPaddingLeft": {
|
|
3306
3318
|
"$ref": "#size"
|
|
3307
3319
|
},
|
|
@@ -3311,6 +3323,18 @@
|
|
|
3311
3323
|
"listItemMarkerLineHeight": {
|
|
3312
3324
|
"$ref": "#lineHeight"
|
|
3313
3325
|
},
|
|
3326
|
+
"headerLineHeight": {
|
|
3327
|
+
"$ref": "#size"
|
|
3328
|
+
},
|
|
3329
|
+
"headerFontSize": {
|
|
3330
|
+
"$ref": "#size"
|
|
3331
|
+
},
|
|
3332
|
+
"headerFontName": {
|
|
3333
|
+
"$ref": "#fontName"
|
|
3334
|
+
},
|
|
3335
|
+
"headerFontWeight": {
|
|
3336
|
+
"$ref": "#fontWeight"
|
|
3337
|
+
},
|
|
3314
3338
|
"listItemColor": {
|
|
3315
3339
|
"$ref": "#color"
|
|
3316
3340
|
},
|
|
@@ -3364,9 +3388,17 @@
|
|
|
3364
3388
|
"footnoteBodyPaddingRight",
|
|
3365
3389
|
"footnoteBodyPaddingTop",
|
|
3366
3390
|
"footnoteBodyPaddingBottom",
|
|
3391
|
+
"footnoteHeaderPaddingLeft",
|
|
3392
|
+
"footnoteHeaderPaddingRight",
|
|
3393
|
+
"footnoteHeaderPaddingTop",
|
|
3394
|
+
"footnoteHeaderPaddingBottom",
|
|
3367
3395
|
"listPaddingLeft",
|
|
3368
3396
|
"listItemMarkerFontSize",
|
|
3369
3397
|
"listItemMarkerLineHeight",
|
|
3398
|
+
"headerLineHeight",
|
|
3399
|
+
"headerFontSize",
|
|
3400
|
+
"headerFontName",
|
|
3401
|
+
"headerFontWeight",
|
|
3370
3402
|
"listItemColor",
|
|
3371
3403
|
"listItemFontSize",
|
|
3372
3404
|
"listItemLineHeight",
|
|
@@ -3424,6 +3456,18 @@
|
|
|
3424
3456
|
"footnoteBodyPaddingBottom": {
|
|
3425
3457
|
"$ref": "#size"
|
|
3426
3458
|
},
|
|
3459
|
+
"footnoteHeaderPaddingLeft": {
|
|
3460
|
+
"$ref": "#size"
|
|
3461
|
+
},
|
|
3462
|
+
"footnoteHeaderPaddingRight": {
|
|
3463
|
+
"$ref": "#size"
|
|
3464
|
+
},
|
|
3465
|
+
"footnoteHeaderPaddingTop": {
|
|
3466
|
+
"$ref": "#size"
|
|
3467
|
+
},
|
|
3468
|
+
"footnoteHeaderPaddingBottom": {
|
|
3469
|
+
"$ref": "#size"
|
|
3470
|
+
},
|
|
3427
3471
|
"listPaddingLeft": {
|
|
3428
3472
|
"$ref": "#size"
|
|
3429
3473
|
},
|
|
@@ -3433,6 +3477,18 @@
|
|
|
3433
3477
|
"listItemMarkerLineHeight": {
|
|
3434
3478
|
"$ref": "#lineHeight"
|
|
3435
3479
|
},
|
|
3480
|
+
"headerLineHeight": {
|
|
3481
|
+
"$ref": "#size"
|
|
3482
|
+
},
|
|
3483
|
+
"headerFontSize": {
|
|
3484
|
+
"$ref": "#size"
|
|
3485
|
+
},
|
|
3486
|
+
"headerFontName": {
|
|
3487
|
+
"$ref": "#fontName"
|
|
3488
|
+
},
|
|
3489
|
+
"headerFontWeight": {
|
|
3490
|
+
"$ref": "#fontWeight"
|
|
3491
|
+
},
|
|
3436
3492
|
"listItemColor": {
|
|
3437
3493
|
"$ref": "#color"
|
|
3438
3494
|
},
|
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 Fri, 19 May 2023 04:50:54 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -993,14 +993,22 @@ module.exports = {
|
|
|
993
993
|
closeButtonMarginTop: 12,
|
|
994
994
|
closeButtonWidth: 24,
|
|
995
995
|
closeIcon: PaletteIconCheckmark,
|
|
996
|
-
footnoteBackground: '#
|
|
997
|
-
footnoteBodyBackground: '#
|
|
996
|
+
footnoteBackground: '#ffffff',
|
|
997
|
+
footnoteBodyBackground: '#ffffff',
|
|
998
998
|
footnoteBodyPaddingBottom: 32,
|
|
999
999
|
footnoteBodyPaddingLeft: 16,
|
|
1000
1000
|
footnoteBodyPaddingRight: 16,
|
|
1001
1001
|
footnoteBodyPaddingTop: 0,
|
|
1002
1002
|
footnoteBorderColorMd: '#034045',
|
|
1003
1003
|
footnoteBorderTopSizeMd: 1,
|
|
1004
|
+
footnoteHeaderPaddingBottom: 16,
|
|
1005
|
+
footnoteHeaderPaddingLeft: 16,
|
|
1006
|
+
footnoteHeaderPaddingRight: 16,
|
|
1007
|
+
footnoteHeaderPaddingTop: 16,
|
|
1008
|
+
headerFontName: 'CerebriSans',
|
|
1009
|
+
headerFontSize: 16,
|
|
1010
|
+
headerFontWeight: '700',
|
|
1011
|
+
headerLineHeight: 20,
|
|
1004
1012
|
headerMargin: 16,
|
|
1005
1013
|
listItemColor: '#034045',
|
|
1006
1014
|
listItemFontSize: 14,
|
|
@@ -1152,7 +1160,7 @@ module.exports = {
|
|
|
1152
1160
|
icon: null,
|
|
1153
1161
|
iconColor: '#034045',
|
|
1154
1162
|
iconScale: 1,
|
|
1155
|
-
iconSize:
|
|
1163
|
+
iconSize: 16,
|
|
1156
1164
|
iconTranslateX: 0,
|
|
1157
1165
|
iconTranslateY: 0,
|
|
1158
1166
|
outerBorderColor: 'transparent',
|
package/package.json
CHANGED
package/theme.json
CHANGED
|
@@ -1013,14 +1013,22 @@
|
|
|
1013
1013
|
"closeButtonMarginTop": "{palette.size.size12}",
|
|
1014
1014
|
"closeButtonWidth": "{palette.size.size24}",
|
|
1015
1015
|
"closeIcon": "{palette.icon.Checkmark}",
|
|
1016
|
-
"footnoteBackground": "{palette.color.
|
|
1017
|
-
"footnoteBodyBackground": "{palette.color.
|
|
1016
|
+
"footnoteBackground": "{palette.color.white}",
|
|
1017
|
+
"footnoteBodyBackground": "{palette.color.white}",
|
|
1018
1018
|
"footnoteBodyPaddingBottom": "{palette.size.size32}",
|
|
1019
1019
|
"footnoteBodyPaddingLeft": "{palette.size.size16}",
|
|
1020
1020
|
"footnoteBodyPaddingRight": "{palette.size.size16}",
|
|
1021
1021
|
"footnoteBodyPaddingTop": "{palette.size.size0}",
|
|
1022
1022
|
"footnoteBorderColorMd": "{palette.color.parkGreen}",
|
|
1023
1023
|
"footnoteBorderTopSizeMd": "{palette.border.border1}",
|
|
1024
|
+
"footnoteHeaderPaddingBottom": "{palette.size.size16}",
|
|
1025
|
+
"footnoteHeaderPaddingLeft": "{palette.size.size16}",
|
|
1026
|
+
"footnoteHeaderPaddingRight": "{palette.size.size16}",
|
|
1027
|
+
"footnoteHeaderPaddingTop": "{palette.size.size16}",
|
|
1028
|
+
"headerFontName": "{palette.fontName.CerebriSans}",
|
|
1029
|
+
"headerFontSize": "{palette.size.size16}",
|
|
1030
|
+
"headerFontWeight": "{palette.fontWeight.weight700}",
|
|
1031
|
+
"headerLineHeight": "{palette.size.size20}",
|
|
1024
1032
|
"headerMargin": "{palette.size.size16}",
|
|
1025
1033
|
"listItemColor": "{palette.color.parkGreen}",
|
|
1026
1034
|
"listItemFontSize": "{palette.size.size14}",
|
|
@@ -1200,7 +1208,7 @@
|
|
|
1200
1208
|
"icon": "{system.icon.none}",
|
|
1201
1209
|
"iconColor": "{palette.color.parkGreen}",
|
|
1202
1210
|
"iconScale": "{system.iconScale.scale1}",
|
|
1203
|
-
"iconSize": "{palette.size.
|
|
1211
|
+
"iconSize": "{palette.size.size16}",
|
|
1204
1212
|
"iconTranslateX": "{system.size.zero}",
|
|
1205
1213
|
"iconTranslateY": "{system.size.zero}",
|
|
1206
1214
|
"outerBorderColor": "{system.color.transparent}",
|