@telus-uds/theme-allium 3.30.0 → 3.32.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 +1088 -903
- package/build/android/theme.json +155 -62
- package/build/ios/schema.json +1088 -903
- package/build/ios/theme.json +155 -62
- package/build/rn/schema.json +1088 -903
- package/build/rn/theme.js +88 -36
- package/package.json +5 -5
- package/theme.json +90 -39
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, 30 May 2023 02:41:51 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -1691,7 +1691,7 @@ module.exports = {
|
|
|
1691
1691
|
tokens: {
|
|
1692
1692
|
backgroundColor: '#fff6f8',
|
|
1693
1693
|
borderColor: '#fff6f8',
|
|
1694
|
-
color: '#
|
|
1694
|
+
color: '#c12335'
|
|
1695
1695
|
}
|
|
1696
1696
|
},
|
|
1697
1697
|
{
|
|
@@ -1700,7 +1700,7 @@ module.exports = {
|
|
|
1700
1700
|
},
|
|
1701
1701
|
{
|
|
1702
1702
|
if: { icon: true, validation: 'error' },
|
|
1703
|
-
tokens: { icon: PaletteIconStatusError, iconColor: '#
|
|
1703
|
+
tokens: { icon: PaletteIconStatusError, iconColor: '#c12335' }
|
|
1704
1704
|
}
|
|
1705
1705
|
],
|
|
1706
1706
|
tokens: {
|
|
@@ -1725,6 +1725,23 @@ module.exports = {
|
|
|
1725
1725
|
titleFontSize: 16
|
|
1726
1726
|
}
|
|
1727
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
|
+
},
|
|
1728
1745
|
Footnote: {
|
|
1729
1746
|
appearances: {},
|
|
1730
1747
|
rules: [],
|
|
@@ -3708,15 +3725,6 @@ module.exports = {
|
|
|
3708
3725
|
radioOuterBorderWidth: 2
|
|
3709
3726
|
}
|
|
3710
3727
|
},
|
|
3711
|
-
{
|
|
3712
|
-
description: 'Pressed state matches hover state plus light grey background',
|
|
3713
|
-
if: { pressed: true },
|
|
3714
|
-
tokens: {
|
|
3715
|
-
backgroundColor: '#f4f4f7',
|
|
3716
|
-
borderColor: '#676e73',
|
|
3717
|
-
outerBorderColor: '#e3e6e8'
|
|
3718
|
-
}
|
|
3719
|
-
},
|
|
3720
3728
|
{
|
|
3721
3729
|
if: { focus: true },
|
|
3722
3730
|
tokens: {
|
|
@@ -3727,20 +3735,20 @@ module.exports = {
|
|
|
3727
3735
|
}
|
|
3728
3736
|
},
|
|
3729
3737
|
{
|
|
3730
|
-
|
|
3738
|
+
description: 'Pressed state matches hover state plus light grey background',
|
|
3739
|
+
if: { pressed: true },
|
|
3731
3740
|
tokens: {
|
|
3732
3741
|
backgroundColor: '#f4f4f7',
|
|
3733
|
-
borderColor: '
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
radioInputBorderColor: '
|
|
3742
|
+
borderColor: '#676e73',
|
|
3743
|
+
outerBorderColor: '#e3e6e8',
|
|
3744
|
+
outerBorderGap: 0,
|
|
3745
|
+
radioInputBorderColor: '#676e73',
|
|
3746
|
+
radioInputBorderWidth: 1,
|
|
3747
|
+
radioOuterBorderColor: '#e3e6e8',
|
|
3748
|
+
radioOuterBorderWidth: 3
|
|
3737
3749
|
}
|
|
3738
3750
|
},
|
|
3739
3751
|
{ if: { checked: true }, tokens: { borderColor: '#7c53a5' } },
|
|
3740
|
-
{
|
|
3741
|
-
if: { checked: true, pressed: true },
|
|
3742
|
-
tokens: { borderColor: '#4b286d' }
|
|
3743
|
-
},
|
|
3744
3752
|
{
|
|
3745
3753
|
if: { checked: true, hover: true },
|
|
3746
3754
|
tokens: { borderColor: '#4b286d' }
|
|
@@ -3752,6 +3760,21 @@ module.exports = {
|
|
|
3752
3760
|
color: '#e12339',
|
|
3753
3761
|
radioInputBorderColor: '#e12339'
|
|
3754
3762
|
}
|
|
3763
|
+
},
|
|
3764
|
+
{
|
|
3765
|
+
if: { inactive: true },
|
|
3766
|
+
tokens: {
|
|
3767
|
+
backgroundColor: '#f4f4f7',
|
|
3768
|
+
borderColor: 'rgba(0, 0, 0, 0)',
|
|
3769
|
+
color: '#676e73',
|
|
3770
|
+
radioCheckedBackgroundColor: '#676e73',
|
|
3771
|
+
radioInputBackgroundColor: '#b2b9bf',
|
|
3772
|
+
radioInputBorderColor: 'transparent',
|
|
3773
|
+
radioInputSize: 12,
|
|
3774
|
+
radioOuterBorderColor: '#b2b9bf',
|
|
3775
|
+
radioOuterBorderGap: 2,
|
|
3776
|
+
radioOuterBorderWidth: 1
|
|
3777
|
+
}
|
|
3755
3778
|
}
|
|
3756
3779
|
],
|
|
3757
3780
|
tokens: {
|
|
@@ -3810,13 +3833,27 @@ module.exports = {
|
|
|
3810
3833
|
},
|
|
3811
3834
|
rules: [
|
|
3812
3835
|
{
|
|
3813
|
-
if: { fullWidth: null, viewport: [ 'lg', 'xl' ] },
|
|
3814
|
-
tokens: { direction: 'row', space:
|
|
3836
|
+
if: { fullWidth: null, viewport: [ 'md', 'lg', 'xl' ] },
|
|
3837
|
+
tokens: { direction: 'row', space: 5 }
|
|
3815
3838
|
}
|
|
3816
3839
|
],
|
|
3817
3840
|
tokens: { direction: 'column', fieldSpace: 3, space: 3 }
|
|
3818
3841
|
},
|
|
3819
|
-
RadioGroup: {
|
|
3842
|
+
RadioGroup: {
|
|
3843
|
+
appearances: {},
|
|
3844
|
+
rules: [],
|
|
3845
|
+
tokens: {
|
|
3846
|
+
borderBottomLeftRadius: 1,
|
|
3847
|
+
borderBottomRightRadius: 1,
|
|
3848
|
+
borderTopLeftRadius: 1,
|
|
3849
|
+
borderTopRightRadius: 1,
|
|
3850
|
+
fieldSpace: 2,
|
|
3851
|
+
outlineOffset: 8,
|
|
3852
|
+
outlineWidth: 1,
|
|
3853
|
+
showIcon: true,
|
|
3854
|
+
space: 2
|
|
3855
|
+
}
|
|
3856
|
+
},
|
|
3820
3857
|
Ribbon: {
|
|
3821
3858
|
appearances: {
|
|
3822
3859
|
purpose: {
|
|
@@ -4054,21 +4091,28 @@ module.exports = {
|
|
|
4054
4091
|
if: { validation: 'success' },
|
|
4055
4092
|
tokens: {
|
|
4056
4093
|
borderColor: '#2b8000',
|
|
4094
|
+
feedbackBackgroundColor: '#f4f9f2',
|
|
4057
4095
|
validationIcon: PaletteIconStatusSuccess,
|
|
4058
|
-
validationIconColor: '#
|
|
4096
|
+
validationIconColor: '#163e06'
|
|
4059
4097
|
}
|
|
4060
4098
|
},
|
|
4061
4099
|
{
|
|
4062
4100
|
if: { validation: 'error' },
|
|
4063
4101
|
tokens: {
|
|
4064
4102
|
borderColor: '#e12339',
|
|
4103
|
+
feedbackBackgroundColor: '#fff6f8',
|
|
4065
4104
|
validationIcon: PaletteIconStatusError,
|
|
4066
4105
|
validationIconColor: '#e12339'
|
|
4067
4106
|
}
|
|
4068
4107
|
},
|
|
4069
4108
|
{
|
|
4070
4109
|
if: { inactive: true },
|
|
4071
|
-
tokens: {
|
|
4110
|
+
tokens: {
|
|
4111
|
+
backgroundColor: '#f4f4f7',
|
|
4112
|
+
borderColor: '#f4f4f7',
|
|
4113
|
+
color: '#676e73',
|
|
4114
|
+
icon: null
|
|
4115
|
+
}
|
|
4072
4116
|
}
|
|
4073
4117
|
],
|
|
4074
4118
|
tokens: {
|
|
@@ -4077,7 +4121,7 @@ module.exports = {
|
|
|
4077
4121
|
borderRadius: 4,
|
|
4078
4122
|
borderWidth: 1,
|
|
4079
4123
|
color: '#414547',
|
|
4080
|
-
feedbackBackgroundColor: '#
|
|
4124
|
+
feedbackBackgroundColor: '#f4f4f7',
|
|
4081
4125
|
fontName: 'HelveticaNow',
|
|
4082
4126
|
fontSize: 16,
|
|
4083
4127
|
fontWeight: '400',
|
|
@@ -4878,6 +4922,11 @@ module.exports = {
|
|
|
4878
4922
|
type: 'state',
|
|
4879
4923
|
values: [ true ]
|
|
4880
4924
|
},
|
|
4925
|
+
numeric: {
|
|
4926
|
+
description: 'capability to only allow numbers',
|
|
4927
|
+
type: 'variant',
|
|
4928
|
+
values: [ true ]
|
|
4929
|
+
},
|
|
4881
4930
|
password: {
|
|
4882
4931
|
description: 'capability that helps masking and unmasking text',
|
|
4883
4932
|
type: 'variant',
|
|
@@ -5057,7 +5106,6 @@ module.exports = {
|
|
|
5057
5106
|
{
|
|
5058
5107
|
if: { focus: true },
|
|
5059
5108
|
tokens: {
|
|
5060
|
-
outerBackgroundColor: '#ffffff',
|
|
5061
5109
|
outerBorderColor: '#676e73',
|
|
5062
5110
|
outerBorderGap: 3,
|
|
5063
5111
|
outerBorderWidth: 2
|
|
@@ -5065,7 +5113,11 @@ module.exports = {
|
|
|
5065
5113
|
},
|
|
5066
5114
|
{
|
|
5067
5115
|
if: { focus: true, pressed: true },
|
|
5068
|
-
tokens: {
|
|
5116
|
+
tokens: {
|
|
5117
|
+
outerBorderColor: '#2c2e30',
|
|
5118
|
+
outerBorderGap: 3,
|
|
5119
|
+
outerBorderWidth: 2
|
|
5120
|
+
}
|
|
5069
5121
|
},
|
|
5070
5122
|
{
|
|
5071
5123
|
if: { selected: true },
|
|
@@ -5085,18 +5137,18 @@ module.exports = {
|
|
|
5085
5137
|
},
|
|
5086
5138
|
{
|
|
5087
5139
|
if: { focus: true, selected: true },
|
|
5088
|
-
tokens: { outerBorderColor: '#
|
|
5140
|
+
tokens: { outerBorderColor: '#676e73', outerBorderWidth: 2 }
|
|
5089
5141
|
},
|
|
5090
5142
|
{
|
|
5091
5143
|
if: { focus: true, pressed: true, selected: true },
|
|
5092
|
-
tokens: { outerBorderColor: '#163e06' }
|
|
5144
|
+
tokens: { outerBorderColor: '#163e06', outerBorderWidth: 2 }
|
|
5093
5145
|
},
|
|
5094
5146
|
{
|
|
5095
5147
|
if: { inactive: true },
|
|
5096
5148
|
tokens: {
|
|
5097
5149
|
backgroundColor: '#b2b9bf',
|
|
5098
|
-
iconColor: '#
|
|
5099
|
-
labelColor: '#
|
|
5150
|
+
iconColor: '#b2b9bf',
|
|
5151
|
+
labelColor: '#b2b9bf',
|
|
5100
5152
|
outerBorderColor: '#b2b9bf'
|
|
5101
5153
|
}
|
|
5102
5154
|
}
|
|
@@ -5109,7 +5161,7 @@ module.exports = {
|
|
|
5109
5161
|
borderWidth: 0,
|
|
5110
5162
|
icon: null,
|
|
5111
5163
|
iconColor: '#676e73',
|
|
5112
|
-
iconSize:
|
|
5164
|
+
iconSize: 14,
|
|
5113
5165
|
labelColor: '#414547',
|
|
5114
5166
|
labelFontName: 'HelveticaNow',
|
|
5115
5167
|
labelFontSize: 16,
|
|
@@ -5145,7 +5197,7 @@ module.exports = {
|
|
|
5145
5197
|
offsetY: 2,
|
|
5146
5198
|
spread: 0
|
|
5147
5199
|
},
|
|
5148
|
-
switchSize:
|
|
5200
|
+
switchSize: 18,
|
|
5149
5201
|
trackBorderColor: 'rgba(0, 0, 0, 0)',
|
|
5150
5202
|
trackBorderRadius: 32,
|
|
5151
5203
|
trackBorderWidth: 3,
|
|
@@ -5739,5 +5791,5 @@ module.exports = {
|
|
|
5739
5791
|
tokens: { size: 96 }
|
|
5740
5792
|
}
|
|
5741
5793
|
},
|
|
5742
|
-
metadata: { name: 'theme-allium', themeTokensVersion: '2.
|
|
5794
|
+
metadata: { name: 'theme-allium', themeTokensVersion: '2.28.0' }
|
|
5743
5795
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-allium",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.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
|
@@ -2095,7 +2095,7 @@
|
|
|
2095
2095
|
"tokens": {
|
|
2096
2096
|
"backgroundColor": "{palette.color.redLight}",
|
|
2097
2097
|
"borderColor": "{palette.color.redLight}",
|
|
2098
|
-
"color": "{palette.color.
|
|
2098
|
+
"color": "{palette.color.redDark}"
|
|
2099
2099
|
}
|
|
2100
2100
|
},
|
|
2101
2101
|
{
|
|
@@ -2115,7 +2115,7 @@
|
|
|
2115
2115
|
},
|
|
2116
2116
|
"tokens": {
|
|
2117
2117
|
"icon": "{palette.icon.StatusError}",
|
|
2118
|
-
"iconColor": "{palette.color.
|
|
2118
|
+
"iconColor": "{palette.color.redDark}"
|
|
2119
2119
|
}
|
|
2120
2120
|
}
|
|
2121
2121
|
],
|
|
@@ -2141,6 +2141,37 @@
|
|
|
2141
2141
|
"titleFontSize": "{palette.fontSize.size16}"
|
|
2142
2142
|
}
|
|
2143
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
|
+
},
|
|
2144
2175
|
"Footnote": {
|
|
2145
2176
|
"appearances": {},
|
|
2146
2177
|
"rules": [],
|
|
@@ -4579,17 +4610,6 @@
|
|
|
4579
4610
|
"radioOuterBorderWidth": "{palette.border.border2}"
|
|
4580
4611
|
}
|
|
4581
4612
|
},
|
|
4582
|
-
{
|
|
4583
|
-
"description": "Pressed state matches hover state plus light grey background",
|
|
4584
|
-
"if": {
|
|
4585
|
-
"pressed": true
|
|
4586
|
-
},
|
|
4587
|
-
"tokens": {
|
|
4588
|
-
"backgroundColor": "{palette.color.greyAthens}",
|
|
4589
|
-
"borderColor": "{palette.color.greyShuttle}",
|
|
4590
|
-
"outerBorderColor": "{palette.color.greyMystic}"
|
|
4591
|
-
}
|
|
4592
|
-
},
|
|
4593
4613
|
{
|
|
4594
4614
|
"if": {
|
|
4595
4615
|
"focus": true
|
|
@@ -4602,15 +4622,19 @@
|
|
|
4602
4622
|
}
|
|
4603
4623
|
},
|
|
4604
4624
|
{
|
|
4625
|
+
"description": "Pressed state matches hover state plus light grey background",
|
|
4605
4626
|
"if": {
|
|
4606
|
-
"
|
|
4627
|
+
"pressed": true
|
|
4607
4628
|
},
|
|
4608
4629
|
"tokens": {
|
|
4609
4630
|
"backgroundColor": "{palette.color.greyAthens}",
|
|
4610
|
-
"borderColor": "{
|
|
4611
|
-
"
|
|
4612
|
-
"
|
|
4613
|
-
"radioInputBorderColor": "{palette.color.
|
|
4631
|
+
"borderColor": "{palette.color.greyShuttle}",
|
|
4632
|
+
"outerBorderColor": "{palette.color.greyMystic}",
|
|
4633
|
+
"outerBorderGap": "{palette.size.size0}",
|
|
4634
|
+
"radioInputBorderColor": "{palette.color.greyShuttle}",
|
|
4635
|
+
"radioInputBorderWidth": "{palette.border.border1}",
|
|
4636
|
+
"radioOuterBorderColor": "{palette.color.greyMystic}",
|
|
4637
|
+
"radioOuterBorderWidth": "{palette.border.border3}"
|
|
4614
4638
|
}
|
|
4615
4639
|
},
|
|
4616
4640
|
{
|
|
@@ -4624,7 +4648,7 @@
|
|
|
4624
4648
|
{
|
|
4625
4649
|
"if": {
|
|
4626
4650
|
"checked": true,
|
|
4627
|
-
"
|
|
4651
|
+
"hover": true
|
|
4628
4652
|
},
|
|
4629
4653
|
"tokens": {
|
|
4630
4654
|
"borderColor": "{palette.color.purpleTelus}"
|
|
@@ -4632,21 +4656,29 @@
|
|
|
4632
4656
|
},
|
|
4633
4657
|
{
|
|
4634
4658
|
"if": {
|
|
4635
|
-
"
|
|
4636
|
-
"hover": true
|
|
4659
|
+
"error": true
|
|
4637
4660
|
},
|
|
4638
4661
|
"tokens": {
|
|
4639
|
-
"borderColor": "{palette.color.
|
|
4662
|
+
"borderColor": "{palette.color.red}",
|
|
4663
|
+
"color": "{palette.color.red}",
|
|
4664
|
+
"radioInputBorderColor": "{palette.color.red}"
|
|
4640
4665
|
}
|
|
4641
4666
|
},
|
|
4642
4667
|
{
|
|
4643
4668
|
"if": {
|
|
4644
|
-
"
|
|
4669
|
+
"inactive": true
|
|
4645
4670
|
},
|
|
4646
4671
|
"tokens": {
|
|
4647
|
-
"
|
|
4648
|
-
"
|
|
4649
|
-
"
|
|
4672
|
+
"backgroundColor": "{palette.color.greyAthens}",
|
|
4673
|
+
"borderColor": "{palette.color.transparent}",
|
|
4674
|
+
"color": "{palette.color.greyShuttle}",
|
|
4675
|
+
"radioCheckedBackgroundColor": "{palette.color.greyShuttle}",
|
|
4676
|
+
"radioInputBackgroundColor": "{palette.color.greyCloud}",
|
|
4677
|
+
"radioInputBorderColor": "{system.color.transparent}",
|
|
4678
|
+
"radioInputSize": "{palette.size.size12}",
|
|
4679
|
+
"radioOuterBorderColor": "{palette.color.greyCloud}",
|
|
4680
|
+
"radioOuterBorderGap": "{palette.size.size2}",
|
|
4681
|
+
"radioOuterBorderWidth": "{palette.border.border1}"
|
|
4650
4682
|
}
|
|
4651
4683
|
}
|
|
4652
4684
|
],
|
|
@@ -4704,11 +4736,11 @@
|
|
|
4704
4736
|
{
|
|
4705
4737
|
"if": {
|
|
4706
4738
|
"fullWidth": null,
|
|
4707
|
-
"viewport": ["lg", "xl"]
|
|
4739
|
+
"viewport": ["md", "lg", "xl"]
|
|
4708
4740
|
},
|
|
4709
4741
|
"tokens": {
|
|
4710
4742
|
"direction": "{system.direction.row}",
|
|
4711
|
-
"space": "{system.integer.
|
|
4743
|
+
"space": "{system.integer.5}"
|
|
4712
4744
|
}
|
|
4713
4745
|
}
|
|
4714
4746
|
],
|
|
@@ -4722,7 +4754,14 @@
|
|
|
4722
4754
|
"appearances": {},
|
|
4723
4755
|
"rules": [],
|
|
4724
4756
|
"tokens": {
|
|
4757
|
+
"borderBottomLeftRadius": "{palette.radius.radius1}",
|
|
4758
|
+
"borderBottomRightRadius": "{palette.radius.radius1}",
|
|
4759
|
+
"borderTopLeftRadius": "{palette.radius.radius1}",
|
|
4760
|
+
"borderTopRightRadius": "{palette.radius.radius1}",
|
|
4725
4761
|
"fieldSpace": "{system.integer.2}",
|
|
4762
|
+
"outlineOffset": "{palette.size.size8}",
|
|
4763
|
+
"outlineWidth": "{palette.border.border1}",
|
|
4764
|
+
"showIcon": "{system.show.true}",
|
|
4726
4765
|
"space": "{system.integer.2}"
|
|
4727
4766
|
}
|
|
4728
4767
|
},
|
|
@@ -4961,8 +5000,9 @@
|
|
|
4961
5000
|
},
|
|
4962
5001
|
"tokens": {
|
|
4963
5002
|
"borderColor": "{palette.color.greenAccessible}",
|
|
5003
|
+
"feedbackBackgroundColor": "{palette.color.greenPanache}",
|
|
4964
5004
|
"validationIcon": "{palette.icon.StatusSuccess}",
|
|
4965
|
-
"validationIconColor": "{palette.color.
|
|
5005
|
+
"validationIconColor": "{palette.color.greenDarkFern}"
|
|
4966
5006
|
}
|
|
4967
5007
|
},
|
|
4968
5008
|
{
|
|
@@ -4971,6 +5011,7 @@
|
|
|
4971
5011
|
},
|
|
4972
5012
|
"tokens": {
|
|
4973
5013
|
"borderColor": "{palette.color.red}",
|
|
5014
|
+
"feedbackBackgroundColor": "{palette.color.redLight}",
|
|
4974
5015
|
"validationIcon": "{palette.icon.StatusError}",
|
|
4975
5016
|
"validationIconColor": "{palette.color.red}"
|
|
4976
5017
|
}
|
|
@@ -4980,7 +5021,9 @@
|
|
|
4980
5021
|
"inactive": true
|
|
4981
5022
|
},
|
|
4982
5023
|
"tokens": {
|
|
4983
|
-
"
|
|
5024
|
+
"backgroundColor": "{palette.color.greyAthens}",
|
|
5025
|
+
"borderColor": "{palette.color.greyAthens}",
|
|
5026
|
+
"color": "{palette.color.greyShuttle}",
|
|
4984
5027
|
"icon": "{system.icon.none}"
|
|
4985
5028
|
}
|
|
4986
5029
|
}
|
|
@@ -4991,7 +5034,7 @@
|
|
|
4991
5034
|
"borderRadius": "{palette.radius.radius4}",
|
|
4992
5035
|
"borderWidth": "{palette.border.border1}",
|
|
4993
5036
|
"color": "{palette.color.greyCharcoal}",
|
|
4994
|
-
"feedbackBackgroundColor": "{palette.color.
|
|
5037
|
+
"feedbackBackgroundColor": "{palette.color.greyAthens}",
|
|
4995
5038
|
"fontName": "{palette.fontName.HelveticaNow}",
|
|
4996
5039
|
"fontSize": "{palette.fontSize.size16}",
|
|
4997
5040
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
@@ -5866,6 +5909,11 @@
|
|
|
5866
5909
|
"focus": "{appearances.TextInput.focus}",
|
|
5867
5910
|
"hover": "{appearances.TextInput.hover}",
|
|
5868
5911
|
"inactive": "{appearances.TextInput.inactive}",
|
|
5912
|
+
"numeric": {
|
|
5913
|
+
"description": "capability to only allow numbers",
|
|
5914
|
+
"type": "variant",
|
|
5915
|
+
"values": [true]
|
|
5916
|
+
},
|
|
5869
5917
|
"password": {
|
|
5870
5918
|
"description": "capability that helps masking and unmasking text",
|
|
5871
5919
|
"type": "variant",
|
|
@@ -6049,7 +6097,6 @@
|
|
|
6049
6097
|
"focus": true
|
|
6050
6098
|
},
|
|
6051
6099
|
"tokens": {
|
|
6052
|
-
"outerBackgroundColor": "{palette.color.white}",
|
|
6053
6100
|
"outerBorderColor": "{palette.color.greyShuttle}",
|
|
6054
6101
|
"outerBorderGap": "{palette.size.size3}",
|
|
6055
6102
|
"outerBorderWidth": "{palette.border.border2}"
|
|
@@ -6061,7 +6108,9 @@
|
|
|
6061
6108
|
"pressed": true
|
|
6062
6109
|
},
|
|
6063
6110
|
"tokens": {
|
|
6064
|
-
"outerBorderColor": "{palette.color.greyThunder}"
|
|
6111
|
+
"outerBorderColor": "{palette.color.greyThunder}",
|
|
6112
|
+
"outerBorderGap": "{palette.size.size3}",
|
|
6113
|
+
"outerBorderWidth": "{palette.border.border2}"
|
|
6065
6114
|
}
|
|
6066
6115
|
},
|
|
6067
6116
|
{
|
|
@@ -6100,7 +6149,8 @@
|
|
|
6100
6149
|
"selected": true
|
|
6101
6150
|
},
|
|
6102
6151
|
"tokens": {
|
|
6103
|
-
"outerBorderColor": "{palette.color.
|
|
6152
|
+
"outerBorderColor": "{palette.color.greyShuttle}",
|
|
6153
|
+
"outerBorderWidth": "{palette.border.border2}"
|
|
6104
6154
|
}
|
|
6105
6155
|
},
|
|
6106
6156
|
{
|
|
@@ -6110,7 +6160,8 @@
|
|
|
6110
6160
|
"selected": true
|
|
6111
6161
|
},
|
|
6112
6162
|
"tokens": {
|
|
6113
|
-
"outerBorderColor": "{palette.color.greenDarkFern}"
|
|
6163
|
+
"outerBorderColor": "{palette.color.greenDarkFern}",
|
|
6164
|
+
"outerBorderWidth": "{palette.border.border2}"
|
|
6114
6165
|
}
|
|
6115
6166
|
},
|
|
6116
6167
|
{
|
|
@@ -6119,8 +6170,8 @@
|
|
|
6119
6170
|
},
|
|
6120
6171
|
"tokens": {
|
|
6121
6172
|
"backgroundColor": "{palette.color.greyCloud}",
|
|
6122
|
-
"iconColor": "{palette.color.
|
|
6123
|
-
"labelColor": "{palette.color.
|
|
6173
|
+
"iconColor": "{palette.color.greyCloud}",
|
|
6174
|
+
"labelColor": "{palette.color.greyCloud}",
|
|
6124
6175
|
"outerBorderColor": "{palette.color.greyCloud}"
|
|
6125
6176
|
}
|
|
6126
6177
|
}
|
|
@@ -6133,7 +6184,7 @@
|
|
|
6133
6184
|
"borderWidth": "{palette.border.none}",
|
|
6134
6185
|
"icon": "{system.icon.none}",
|
|
6135
6186
|
"iconColor": "{palette.color.greyShuttle}",
|
|
6136
|
-
"iconSize": "{palette.size.
|
|
6187
|
+
"iconSize": "{palette.size.size14}",
|
|
6137
6188
|
"labelColor": "{palette.color.greyCharcoal}",
|
|
6138
6189
|
"labelFontName": "{palette.fontName.HelveticaNow}",
|
|
6139
6190
|
"labelFontSize": "{palette.fontSize.size16}",
|
|
@@ -6155,7 +6206,7 @@
|
|
|
6155
6206
|
"switchBorderWidth": "{palette.border.none}",
|
|
6156
6207
|
"switchColor": "{palette.color.white}",
|
|
6157
6208
|
"switchShadow": "{palette.shadow.surfaceRaised}",
|
|
6158
|
-
"switchSize": "{palette.size.
|
|
6209
|
+
"switchSize": "{palette.size.size18}",
|
|
6159
6210
|
"trackBorderColor": "{palette.color.transparent}",
|
|
6160
6211
|
"trackBorderRadius": "{palette.radius.pill32}",
|
|
6161
6212
|
"trackBorderWidth": "{palette.border.border3}",
|