@telus-uds/theme-allium 3.29.1 → 3.31.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 +1095 -903
- package/build/android/theme.json +97 -19
- package/build/ios/schema.json +1095 -903
- package/build/ios/theme.json +97 -19
- package/build/rn/schema.json +1095 -903
- package/build/rn/theme.js +72 -17
- package/package.json +5 -5
- package/theme.json +68 -14
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 Sat, 27 May 2023 00:36:54 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -425,7 +425,15 @@ module.exports = {
|
|
|
425
425
|
}
|
|
426
426
|
},
|
|
427
427
|
rules: [
|
|
428
|
-
{
|
|
428
|
+
{
|
|
429
|
+
if: { hover: true },
|
|
430
|
+
tokens: {
|
|
431
|
+
borderBottomWidth: 3,
|
|
432
|
+
borderLeftWidth: 3,
|
|
433
|
+
borderRightWidth: 3,
|
|
434
|
+
borderTopWidth: 3
|
|
435
|
+
}
|
|
436
|
+
},
|
|
429
437
|
{
|
|
430
438
|
if: { priority: 'high' },
|
|
431
439
|
tokens: {
|
|
@@ -1683,7 +1691,7 @@ module.exports = {
|
|
|
1683
1691
|
tokens: {
|
|
1684
1692
|
backgroundColor: '#fff6f8',
|
|
1685
1693
|
borderColor: '#fff6f8',
|
|
1686
|
-
color: '#
|
|
1694
|
+
color: '#c12335'
|
|
1687
1695
|
}
|
|
1688
1696
|
},
|
|
1689
1697
|
{
|
|
@@ -1692,7 +1700,7 @@ module.exports = {
|
|
|
1692
1700
|
},
|
|
1693
1701
|
{
|
|
1694
1702
|
if: { icon: true, validation: 'error' },
|
|
1695
|
-
tokens: { icon: PaletteIconStatusError, iconColor: '#
|
|
1703
|
+
tokens: { icon: PaletteIconStatusError, iconColor: '#c12335' }
|
|
1696
1704
|
}
|
|
1697
1705
|
],
|
|
1698
1706
|
tokens: {
|
|
@@ -1717,6 +1725,23 @@ module.exports = {
|
|
|
1717
1725
|
titleFontSize: 16
|
|
1718
1726
|
}
|
|
1719
1727
|
},
|
|
1728
|
+
Fieldset: {
|
|
1729
|
+
appearances: { error: { type: 'variant', values: [ true ] } },
|
|
1730
|
+
rules: [ { if: { error: true }, tokens: { outlineColor: '#e12339' } } ],
|
|
1731
|
+
tokens: {
|
|
1732
|
+
borderBottomLeftRadius: 0,
|
|
1733
|
+
borderBottomRightRadius: 0,
|
|
1734
|
+
borderTopLeftRadius: 0,
|
|
1735
|
+
borderTopRightRadius: 0,
|
|
1736
|
+
outlineColor: 'rgba(0, 0, 0, 0)',
|
|
1737
|
+
outlineOffset: null,
|
|
1738
|
+
outlineWidth: 0,
|
|
1739
|
+
paddingBottom: 0,
|
|
1740
|
+
paddingLeft: 0,
|
|
1741
|
+
paddingRight: 0,
|
|
1742
|
+
paddingTop: 0
|
|
1743
|
+
}
|
|
1744
|
+
},
|
|
1720
1745
|
Footnote: {
|
|
1721
1746
|
appearances: {},
|
|
1722
1747
|
rules: [],
|
|
@@ -3808,7 +3833,21 @@ module.exports = {
|
|
|
3808
3833
|
],
|
|
3809
3834
|
tokens: { direction: 'column', fieldSpace: 3, space: 3 }
|
|
3810
3835
|
},
|
|
3811
|
-
RadioGroup: {
|
|
3836
|
+
RadioGroup: {
|
|
3837
|
+
appearances: {},
|
|
3838
|
+
rules: [],
|
|
3839
|
+
tokens: {
|
|
3840
|
+
borderBottomLeftRadius: 1,
|
|
3841
|
+
borderBottomRightRadius: 1,
|
|
3842
|
+
borderTopLeftRadius: 1,
|
|
3843
|
+
borderTopRightRadius: 1,
|
|
3844
|
+
fieldSpace: 2,
|
|
3845
|
+
outlineOffset: 8,
|
|
3846
|
+
outlineWidth: 1,
|
|
3847
|
+
showIcon: true,
|
|
3848
|
+
space: 2
|
|
3849
|
+
}
|
|
3850
|
+
},
|
|
3812
3851
|
Ribbon: {
|
|
3813
3852
|
appearances: {
|
|
3814
3853
|
purpose: {
|
|
@@ -4046,21 +4085,28 @@ module.exports = {
|
|
|
4046
4085
|
if: { validation: 'success' },
|
|
4047
4086
|
tokens: {
|
|
4048
4087
|
borderColor: '#2b8000',
|
|
4088
|
+
feedbackBackgroundColor: '#f4f9f2',
|
|
4049
4089
|
validationIcon: PaletteIconStatusSuccess,
|
|
4050
|
-
validationIconColor: '#
|
|
4090
|
+
validationIconColor: '#163e06'
|
|
4051
4091
|
}
|
|
4052
4092
|
},
|
|
4053
4093
|
{
|
|
4054
4094
|
if: { validation: 'error' },
|
|
4055
4095
|
tokens: {
|
|
4056
4096
|
borderColor: '#e12339',
|
|
4097
|
+
feedbackBackgroundColor: '#fff6f8',
|
|
4057
4098
|
validationIcon: PaletteIconStatusError,
|
|
4058
4099
|
validationIconColor: '#e12339'
|
|
4059
4100
|
}
|
|
4060
4101
|
},
|
|
4061
4102
|
{
|
|
4062
4103
|
if: { inactive: true },
|
|
4063
|
-
tokens: {
|
|
4104
|
+
tokens: {
|
|
4105
|
+
backgroundColor: '#f4f4f7',
|
|
4106
|
+
borderColor: '#f4f4f7',
|
|
4107
|
+
color: '#676e73',
|
|
4108
|
+
icon: null
|
|
4109
|
+
}
|
|
4064
4110
|
}
|
|
4065
4111
|
],
|
|
4066
4112
|
tokens: {
|
|
@@ -4069,7 +4115,7 @@ module.exports = {
|
|
|
4069
4115
|
borderRadius: 4,
|
|
4070
4116
|
borderWidth: 1,
|
|
4071
4117
|
color: '#414547',
|
|
4072
|
-
feedbackBackgroundColor: '#
|
|
4118
|
+
feedbackBackgroundColor: '#f4f4f7',
|
|
4073
4119
|
fontName: 'HelveticaNow',
|
|
4074
4120
|
fontSize: 16,
|
|
4075
4121
|
fontWeight: '400',
|
|
@@ -4479,6 +4525,7 @@ module.exports = {
|
|
|
4479
4525
|
cellBoxShadowColor: '#e3e6e8',
|
|
4480
4526
|
cellHeadingBackground: '#f4f4f7',
|
|
4481
4527
|
cellHeadingBoxShadowColor: '#b2b9bf',
|
|
4528
|
+
cellMinWidth: 0,
|
|
4482
4529
|
cellPaddingBottom: 16,
|
|
4483
4530
|
cellPaddingLeft: 16,
|
|
4484
4531
|
cellPaddingRight: 16,
|
|
@@ -4869,6 +4916,11 @@ module.exports = {
|
|
|
4869
4916
|
type: 'state',
|
|
4870
4917
|
values: [ true ]
|
|
4871
4918
|
},
|
|
4919
|
+
numeric: {
|
|
4920
|
+
description: 'capability to only allow numbers',
|
|
4921
|
+
type: 'variant',
|
|
4922
|
+
values: [ true ]
|
|
4923
|
+
},
|
|
4872
4924
|
password: {
|
|
4873
4925
|
description: 'capability that helps masking and unmasking text',
|
|
4874
4926
|
type: 'variant',
|
|
@@ -5048,7 +5100,6 @@ module.exports = {
|
|
|
5048
5100
|
{
|
|
5049
5101
|
if: { focus: true },
|
|
5050
5102
|
tokens: {
|
|
5051
|
-
outerBackgroundColor: '#ffffff',
|
|
5052
5103
|
outerBorderColor: '#676e73',
|
|
5053
5104
|
outerBorderGap: 3,
|
|
5054
5105
|
outerBorderWidth: 2
|
|
@@ -5056,7 +5107,11 @@ module.exports = {
|
|
|
5056
5107
|
},
|
|
5057
5108
|
{
|
|
5058
5109
|
if: { focus: true, pressed: true },
|
|
5059
|
-
tokens: {
|
|
5110
|
+
tokens: {
|
|
5111
|
+
outerBorderColor: '#2c2e30',
|
|
5112
|
+
outerBorderGap: 3,
|
|
5113
|
+
outerBorderWidth: 2
|
|
5114
|
+
}
|
|
5060
5115
|
},
|
|
5061
5116
|
{
|
|
5062
5117
|
if: { selected: true },
|
|
@@ -5076,18 +5131,18 @@ module.exports = {
|
|
|
5076
5131
|
},
|
|
5077
5132
|
{
|
|
5078
5133
|
if: { focus: true, selected: true },
|
|
5079
|
-
tokens: { outerBorderColor: '#
|
|
5134
|
+
tokens: { outerBorderColor: '#676e73', outerBorderWidth: 2 }
|
|
5080
5135
|
},
|
|
5081
5136
|
{
|
|
5082
5137
|
if: { focus: true, pressed: true, selected: true },
|
|
5083
|
-
tokens: { outerBorderColor: '#163e06' }
|
|
5138
|
+
tokens: { outerBorderColor: '#163e06', outerBorderWidth: 2 }
|
|
5084
5139
|
},
|
|
5085
5140
|
{
|
|
5086
5141
|
if: { inactive: true },
|
|
5087
5142
|
tokens: {
|
|
5088
5143
|
backgroundColor: '#b2b9bf',
|
|
5089
|
-
iconColor: '#
|
|
5090
|
-
labelColor: '#
|
|
5144
|
+
iconColor: '#b2b9bf',
|
|
5145
|
+
labelColor: '#b2b9bf',
|
|
5091
5146
|
outerBorderColor: '#b2b9bf'
|
|
5092
5147
|
}
|
|
5093
5148
|
}
|
|
@@ -5100,7 +5155,7 @@ module.exports = {
|
|
|
5100
5155
|
borderWidth: 0,
|
|
5101
5156
|
icon: null,
|
|
5102
5157
|
iconColor: '#676e73',
|
|
5103
|
-
iconSize:
|
|
5158
|
+
iconSize: 14,
|
|
5104
5159
|
labelColor: '#414547',
|
|
5105
5160
|
labelFontName: 'HelveticaNow',
|
|
5106
5161
|
labelFontSize: 16,
|
|
@@ -5136,7 +5191,7 @@ module.exports = {
|
|
|
5136
5191
|
offsetY: 2,
|
|
5137
5192
|
spread: 0
|
|
5138
5193
|
},
|
|
5139
|
-
switchSize:
|
|
5194
|
+
switchSize: 18,
|
|
5140
5195
|
trackBorderColor: 'rgba(0, 0, 0, 0)',
|
|
5141
5196
|
trackBorderRadius: 32,
|
|
5142
5197
|
trackBorderWidth: 3,
|
|
@@ -5730,5 +5785,5 @@ module.exports = {
|
|
|
5730
5785
|
tokens: { size: 96 }
|
|
5731
5786
|
}
|
|
5732
5787
|
},
|
|
5733
|
-
metadata: { name: 'theme-allium', themeTokensVersion: '2.
|
|
5788
|
+
metadata: { name: 'theme-allium', themeTokensVersion: '2.28.0' }
|
|
5734
5789
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-allium",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.31.0",
|
|
4
4
|
"description": "Allium theme",
|
|
5
5
|
"author": "TELUS Digital",
|
|
6
6
|
"homepage": "https://github.com/telus/allium-design-system#readme",
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"main": "build/rn/theme.js",
|
|
9
9
|
"dependencies": {},
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@telus-uds/palette-allium": "^2.
|
|
12
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
13
|
-
"@telus-uds/system-tokens": "^0.7.
|
|
11
|
+
"@telus-uds/palette-allium": "^2.19.0",
|
|
12
|
+
"@telus-uds/system-theme-tokens": "^2.28.0",
|
|
13
|
+
"@telus-uds/system-tokens": "^0.7.8"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@telus-uds/palette-allium": "^2.
|
|
16
|
+
"@telus-uds/palette-allium": "^2.19.0"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
19
|
"build",
|
package/theme.json
CHANGED
|
@@ -414,7 +414,10 @@
|
|
|
414
414
|
"hover": true
|
|
415
415
|
},
|
|
416
416
|
"tokens": {
|
|
417
|
-
"
|
|
417
|
+
"borderBottomWidth": "{palette.border.border3}",
|
|
418
|
+
"borderLeftWidth": "{palette.border.border3}",
|
|
419
|
+
"borderRightWidth": "{palette.border.border3}",
|
|
420
|
+
"borderTopWidth": "{palette.border.border3}"
|
|
418
421
|
}
|
|
419
422
|
},
|
|
420
423
|
{
|
|
@@ -2092,7 +2095,7 @@
|
|
|
2092
2095
|
"tokens": {
|
|
2093
2096
|
"backgroundColor": "{palette.color.redLight}",
|
|
2094
2097
|
"borderColor": "{palette.color.redLight}",
|
|
2095
|
-
"color": "{palette.color.
|
|
2098
|
+
"color": "{palette.color.redDark}"
|
|
2096
2099
|
}
|
|
2097
2100
|
},
|
|
2098
2101
|
{
|
|
@@ -2112,7 +2115,7 @@
|
|
|
2112
2115
|
},
|
|
2113
2116
|
"tokens": {
|
|
2114
2117
|
"icon": "{palette.icon.StatusError}",
|
|
2115
|
-
"iconColor": "{palette.color.
|
|
2118
|
+
"iconColor": "{palette.color.redDark}"
|
|
2116
2119
|
}
|
|
2117
2120
|
}
|
|
2118
2121
|
],
|
|
@@ -2138,6 +2141,37 @@
|
|
|
2138
2141
|
"titleFontSize": "{palette.fontSize.size16}"
|
|
2139
2142
|
}
|
|
2140
2143
|
},
|
|
2144
|
+
"Fieldset": {
|
|
2145
|
+
"appearances": {
|
|
2146
|
+
"error": {
|
|
2147
|
+
"type": "variant",
|
|
2148
|
+
"values": [true]
|
|
2149
|
+
}
|
|
2150
|
+
},
|
|
2151
|
+
"rules": [
|
|
2152
|
+
{
|
|
2153
|
+
"if": {
|
|
2154
|
+
"error": true
|
|
2155
|
+
},
|
|
2156
|
+
"tokens": {
|
|
2157
|
+
"outlineColor": "{palette.color.red}"
|
|
2158
|
+
}
|
|
2159
|
+
}
|
|
2160
|
+
],
|
|
2161
|
+
"tokens": {
|
|
2162
|
+
"borderBottomLeftRadius": "{system.radius.zero}",
|
|
2163
|
+
"borderBottomRightRadius": "{system.radius.zero}",
|
|
2164
|
+
"borderTopLeftRadius": "{system.radius.zero}",
|
|
2165
|
+
"borderTopRightRadius": "{system.radius.zero}",
|
|
2166
|
+
"outlineColor": "{palette.color.transparent}",
|
|
2167
|
+
"outlineOffset": "{system.size.none}",
|
|
2168
|
+
"outlineWidth": "{system.border.zero}",
|
|
2169
|
+
"paddingBottom": "{system.size.zero}",
|
|
2170
|
+
"paddingLeft": "{system.size.zero}",
|
|
2171
|
+
"paddingRight": "{system.size.zero}",
|
|
2172
|
+
"paddingTop": "{system.size.zero}"
|
|
2173
|
+
}
|
|
2174
|
+
},
|
|
2141
2175
|
"Footnote": {
|
|
2142
2176
|
"appearances": {},
|
|
2143
2177
|
"rules": [],
|
|
@@ -4719,7 +4753,14 @@
|
|
|
4719
4753
|
"appearances": {},
|
|
4720
4754
|
"rules": [],
|
|
4721
4755
|
"tokens": {
|
|
4756
|
+
"borderBottomLeftRadius": "{palette.radius.radius1}",
|
|
4757
|
+
"borderBottomRightRadius": "{palette.radius.radius1}",
|
|
4758
|
+
"borderTopLeftRadius": "{palette.radius.radius1}",
|
|
4759
|
+
"borderTopRightRadius": "{palette.radius.radius1}",
|
|
4722
4760
|
"fieldSpace": "{system.integer.2}",
|
|
4761
|
+
"outlineOffset": "{palette.size.size8}",
|
|
4762
|
+
"outlineWidth": "{palette.border.border1}",
|
|
4763
|
+
"showIcon": "{system.show.true}",
|
|
4723
4764
|
"space": "{system.integer.2}"
|
|
4724
4765
|
}
|
|
4725
4766
|
},
|
|
@@ -4958,8 +4999,9 @@
|
|
|
4958
4999
|
},
|
|
4959
5000
|
"tokens": {
|
|
4960
5001
|
"borderColor": "{palette.color.greenAccessible}",
|
|
5002
|
+
"feedbackBackgroundColor": "{palette.color.greenPanache}",
|
|
4961
5003
|
"validationIcon": "{palette.icon.StatusSuccess}",
|
|
4962
|
-
"validationIconColor": "{palette.color.
|
|
5004
|
+
"validationIconColor": "{palette.color.greenDarkFern}"
|
|
4963
5005
|
}
|
|
4964
5006
|
},
|
|
4965
5007
|
{
|
|
@@ -4968,6 +5010,7 @@
|
|
|
4968
5010
|
},
|
|
4969
5011
|
"tokens": {
|
|
4970
5012
|
"borderColor": "{palette.color.red}",
|
|
5013
|
+
"feedbackBackgroundColor": "{palette.color.redLight}",
|
|
4971
5014
|
"validationIcon": "{palette.icon.StatusError}",
|
|
4972
5015
|
"validationIconColor": "{palette.color.red}"
|
|
4973
5016
|
}
|
|
@@ -4977,7 +5020,9 @@
|
|
|
4977
5020
|
"inactive": true
|
|
4978
5021
|
},
|
|
4979
5022
|
"tokens": {
|
|
4980
|
-
"
|
|
5023
|
+
"backgroundColor": "{palette.color.greyAthens}",
|
|
5024
|
+
"borderColor": "{palette.color.greyAthens}",
|
|
5025
|
+
"color": "{palette.color.greyShuttle}",
|
|
4981
5026
|
"icon": "{system.icon.none}"
|
|
4982
5027
|
}
|
|
4983
5028
|
}
|
|
@@ -4988,7 +5033,7 @@
|
|
|
4988
5033
|
"borderRadius": "{palette.radius.radius4}",
|
|
4989
5034
|
"borderWidth": "{palette.border.border1}",
|
|
4990
5035
|
"color": "{palette.color.greyCharcoal}",
|
|
4991
|
-
"feedbackBackgroundColor": "{palette.color.
|
|
5036
|
+
"feedbackBackgroundColor": "{palette.color.greyAthens}",
|
|
4992
5037
|
"fontName": "{palette.fontName.HelveticaNow}",
|
|
4993
5038
|
"fontSize": "{palette.fontSize.size16}",
|
|
4994
5039
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
@@ -5433,6 +5478,7 @@
|
|
|
5433
5478
|
"cellBoxShadowColor": "{palette.color.greyMystic}",
|
|
5434
5479
|
"cellHeadingBackground": "{palette.color.greyAthens}",
|
|
5435
5480
|
"cellHeadingBoxShadowColor": "{palette.color.greyCloud}",
|
|
5481
|
+
"cellMinWidth": "{palette.size.size0}",
|
|
5436
5482
|
"cellPaddingBottom": "{palette.size.size16}",
|
|
5437
5483
|
"cellPaddingLeft": "{palette.size.size16}",
|
|
5438
5484
|
"cellPaddingRight": "{palette.size.size16}",
|
|
@@ -5862,6 +5908,11 @@
|
|
|
5862
5908
|
"focus": "{appearances.TextInput.focus}",
|
|
5863
5909
|
"hover": "{appearances.TextInput.hover}",
|
|
5864
5910
|
"inactive": "{appearances.TextInput.inactive}",
|
|
5911
|
+
"numeric": {
|
|
5912
|
+
"description": "capability to only allow numbers",
|
|
5913
|
+
"type": "variant",
|
|
5914
|
+
"values": [true]
|
|
5915
|
+
},
|
|
5865
5916
|
"password": {
|
|
5866
5917
|
"description": "capability that helps masking and unmasking text",
|
|
5867
5918
|
"type": "variant",
|
|
@@ -6045,7 +6096,6 @@
|
|
|
6045
6096
|
"focus": true
|
|
6046
6097
|
},
|
|
6047
6098
|
"tokens": {
|
|
6048
|
-
"outerBackgroundColor": "{palette.color.white}",
|
|
6049
6099
|
"outerBorderColor": "{palette.color.greyShuttle}",
|
|
6050
6100
|
"outerBorderGap": "{palette.size.size3}",
|
|
6051
6101
|
"outerBorderWidth": "{palette.border.border2}"
|
|
@@ -6057,7 +6107,9 @@
|
|
|
6057
6107
|
"pressed": true
|
|
6058
6108
|
},
|
|
6059
6109
|
"tokens": {
|
|
6060
|
-
"outerBorderColor": "{palette.color.greyThunder}"
|
|
6110
|
+
"outerBorderColor": "{palette.color.greyThunder}",
|
|
6111
|
+
"outerBorderGap": "{palette.size.size3}",
|
|
6112
|
+
"outerBorderWidth": "{palette.border.border2}"
|
|
6061
6113
|
}
|
|
6062
6114
|
},
|
|
6063
6115
|
{
|
|
@@ -6096,7 +6148,8 @@
|
|
|
6096
6148
|
"selected": true
|
|
6097
6149
|
},
|
|
6098
6150
|
"tokens": {
|
|
6099
|
-
"outerBorderColor": "{palette.color.
|
|
6151
|
+
"outerBorderColor": "{palette.color.greyShuttle}",
|
|
6152
|
+
"outerBorderWidth": "{palette.border.border2}"
|
|
6100
6153
|
}
|
|
6101
6154
|
},
|
|
6102
6155
|
{
|
|
@@ -6106,7 +6159,8 @@
|
|
|
6106
6159
|
"selected": true
|
|
6107
6160
|
},
|
|
6108
6161
|
"tokens": {
|
|
6109
|
-
"outerBorderColor": "{palette.color.greenDarkFern}"
|
|
6162
|
+
"outerBorderColor": "{palette.color.greenDarkFern}",
|
|
6163
|
+
"outerBorderWidth": "{palette.border.border2}"
|
|
6110
6164
|
}
|
|
6111
6165
|
},
|
|
6112
6166
|
{
|
|
@@ -6115,8 +6169,8 @@
|
|
|
6115
6169
|
},
|
|
6116
6170
|
"tokens": {
|
|
6117
6171
|
"backgroundColor": "{palette.color.greyCloud}",
|
|
6118
|
-
"iconColor": "{palette.color.
|
|
6119
|
-
"labelColor": "{palette.color.
|
|
6172
|
+
"iconColor": "{palette.color.greyCloud}",
|
|
6173
|
+
"labelColor": "{palette.color.greyCloud}",
|
|
6120
6174
|
"outerBorderColor": "{palette.color.greyCloud}"
|
|
6121
6175
|
}
|
|
6122
6176
|
}
|
|
@@ -6129,7 +6183,7 @@
|
|
|
6129
6183
|
"borderWidth": "{palette.border.none}",
|
|
6130
6184
|
"icon": "{system.icon.none}",
|
|
6131
6185
|
"iconColor": "{palette.color.greyShuttle}",
|
|
6132
|
-
"iconSize": "{palette.size.
|
|
6186
|
+
"iconSize": "{palette.size.size14}",
|
|
6133
6187
|
"labelColor": "{palette.color.greyCharcoal}",
|
|
6134
6188
|
"labelFontName": "{palette.fontName.HelveticaNow}",
|
|
6135
6189
|
"labelFontSize": "{palette.fontSize.size16}",
|
|
@@ -6151,7 +6205,7 @@
|
|
|
6151
6205
|
"switchBorderWidth": "{palette.border.none}",
|
|
6152
6206
|
"switchColor": "{palette.color.white}",
|
|
6153
6207
|
"switchShadow": "{palette.shadow.surfaceRaised}",
|
|
6154
|
-
"switchSize": "{palette.size.
|
|
6208
|
+
"switchSize": "{palette.size.size18}",
|
|
6155
6209
|
"trackBorderColor": "{palette.color.transparent}",
|
|
6156
6210
|
"trackBorderRadius": "{palette.radius.pill32}",
|
|
6157
6211
|
"trackBorderWidth": "{palette.border.border3}",
|