@hashicorp/design-system-tokens 2.2.1 → 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/CHANGELOG.md +20 -0
- package/RELEASE.md +40 -0
- package/dist/cloud-email/helpers/color.css +1 -2
- package/dist/cloud-email/helpers/elevation.css +3 -4
- package/dist/cloud-email/helpers/focus-ring.css +1 -2
- package/dist/cloud-email/helpers/typography.css +1 -2
- package/dist/cloud-email/tokens.scss +7 -4
- package/dist/devdot/css/helpers/color.css +1 -2
- package/dist/devdot/css/helpers/elevation.css +3 -4
- package/dist/devdot/css/helpers/focus-ring.css +1 -2
- package/dist/devdot/css/helpers/typography.css +1 -2
- package/dist/devdot/css/tokens.css +49 -22
- package/dist/docs/products/tokens.json +1076 -478
- package/dist/marketing/css/helpers/color.css +1 -2
- package/dist/marketing/css/helpers/elevation.css +3 -4
- package/dist/marketing/css/helpers/focus-ring.css +1 -2
- package/dist/marketing/css/helpers/typography.css +1 -2
- package/dist/marketing/css/tokens.css +49 -22
- package/dist/marketing/tokens.json +1318 -628
- package/dist/products/css/helpers/color.css +1 -2
- package/dist/products/css/helpers/elevation.css +3 -4
- package/dist/products/css/helpers/focus-ring.css +1 -2
- package/dist/products/css/helpers/typography.css +1 -2
- package/dist/products/css/tokens.css +49 -22
- package/package.json +17 -15
|
@@ -1,4 +1,80 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"value": "3px",
|
|
4
|
+
"type": "size",
|
|
5
|
+
"original": {
|
|
6
|
+
"value": "3",
|
|
7
|
+
"type": "size"
|
|
8
|
+
},
|
|
9
|
+
"name": "token-border-radius-x-small",
|
|
10
|
+
"attributes": {
|
|
11
|
+
"category": "border",
|
|
12
|
+
"type": "radius",
|
|
13
|
+
"item": "x-small"
|
|
14
|
+
},
|
|
15
|
+
"path": [
|
|
16
|
+
"border",
|
|
17
|
+
"radius",
|
|
18
|
+
"x-small"
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"value": "5px",
|
|
23
|
+
"type": "size",
|
|
24
|
+
"original": {
|
|
25
|
+
"value": "5",
|
|
26
|
+
"type": "size"
|
|
27
|
+
},
|
|
28
|
+
"name": "token-border-radius-small",
|
|
29
|
+
"attributes": {
|
|
30
|
+
"category": "border",
|
|
31
|
+
"type": "radius",
|
|
32
|
+
"item": "small"
|
|
33
|
+
},
|
|
34
|
+
"path": [
|
|
35
|
+
"border",
|
|
36
|
+
"radius",
|
|
37
|
+
"small"
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"value": "6px",
|
|
42
|
+
"type": "size",
|
|
43
|
+
"original": {
|
|
44
|
+
"value": "6",
|
|
45
|
+
"type": "size"
|
|
46
|
+
},
|
|
47
|
+
"name": "token-border-radius-medium",
|
|
48
|
+
"attributes": {
|
|
49
|
+
"category": "border",
|
|
50
|
+
"type": "radius",
|
|
51
|
+
"item": "medium"
|
|
52
|
+
},
|
|
53
|
+
"path": [
|
|
54
|
+
"border",
|
|
55
|
+
"radius",
|
|
56
|
+
"medium"
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"value": "8px",
|
|
61
|
+
"type": "size",
|
|
62
|
+
"original": {
|
|
63
|
+
"value": "8",
|
|
64
|
+
"type": "size"
|
|
65
|
+
},
|
|
66
|
+
"name": "token-border-radius-large",
|
|
67
|
+
"attributes": {
|
|
68
|
+
"category": "border",
|
|
69
|
+
"type": "radius",
|
|
70
|
+
"item": "large"
|
|
71
|
+
},
|
|
72
|
+
"path": [
|
|
73
|
+
"border",
|
|
74
|
+
"radius",
|
|
75
|
+
"large"
|
|
76
|
+
]
|
|
77
|
+
},
|
|
2
78
|
{
|
|
3
79
|
"value": "#1c345f",
|
|
4
80
|
"type": "color",
|
|
@@ -3860,87 +3936,87 @@
|
|
|
3860
3936
|
]
|
|
3861
3937
|
},
|
|
3862
3938
|
{
|
|
3863
|
-
"value": "
|
|
3939
|
+
"value": "inset 0px 1px 2px 1px #656a761a",
|
|
3864
3940
|
"original": {
|
|
3865
|
-
"value": "{elevation.
|
|
3941
|
+
"value": "{elevation.inset.box-shadow-01.value}"
|
|
3866
3942
|
},
|
|
3867
|
-
"name": "token-elevation-
|
|
3943
|
+
"name": "token-elevation-inset-box-shadow",
|
|
3868
3944
|
"attributes": {
|
|
3869
3945
|
"category": "elevation",
|
|
3870
|
-
"type": "
|
|
3946
|
+
"type": "inset",
|
|
3871
3947
|
"item": "box-shadow"
|
|
3872
3948
|
},
|
|
3873
3949
|
"path": [
|
|
3874
3950
|
"elevation",
|
|
3875
|
-
"
|
|
3951
|
+
"inset",
|
|
3876
3952
|
"box-shadow"
|
|
3877
3953
|
]
|
|
3878
3954
|
},
|
|
3879
3955
|
{
|
|
3880
|
-
"value": "0px
|
|
3956
|
+
"value": "0px 1px 1px 0px #656a760d, 0px 2px 2px 0px #656a760d",
|
|
3881
3957
|
"original": {
|
|
3882
|
-
"value": "{elevation.
|
|
3958
|
+
"value": "{elevation.low.box-shadow-01.value}, {elevation.low.box-shadow-02.value}"
|
|
3883
3959
|
},
|
|
3884
|
-
"name": "token-elevation-
|
|
3960
|
+
"name": "token-elevation-low-box-shadow",
|
|
3885
3961
|
"attributes": {
|
|
3886
3962
|
"category": "elevation",
|
|
3887
|
-
"type": "
|
|
3963
|
+
"type": "low",
|
|
3888
3964
|
"item": "box-shadow"
|
|
3889
3965
|
},
|
|
3890
3966
|
"path": [
|
|
3891
3967
|
"elevation",
|
|
3892
|
-
"
|
|
3968
|
+
"low",
|
|
3893
3969
|
"box-shadow"
|
|
3894
3970
|
]
|
|
3895
3971
|
},
|
|
3896
3972
|
{
|
|
3897
|
-
"value": "
|
|
3973
|
+
"value": "0px 2px 3px 0px #656a761a, 0px 8px 16px -10px #656a7633",
|
|
3898
3974
|
"original": {
|
|
3899
|
-
"value": "{elevation.
|
|
3975
|
+
"value": "{elevation.mid.box-shadow-01.value}, {elevation.mid.box-shadow-02.value}"
|
|
3900
3976
|
},
|
|
3901
|
-
"name": "token-elevation-
|
|
3977
|
+
"name": "token-elevation-mid-box-shadow",
|
|
3902
3978
|
"attributes": {
|
|
3903
3979
|
"category": "elevation",
|
|
3904
|
-
"type": "
|
|
3980
|
+
"type": "mid",
|
|
3905
3981
|
"item": "box-shadow"
|
|
3906
3982
|
},
|
|
3907
3983
|
"path": [
|
|
3908
3984
|
"elevation",
|
|
3909
|
-
"
|
|
3985
|
+
"mid",
|
|
3910
3986
|
"box-shadow"
|
|
3911
3987
|
]
|
|
3912
3988
|
},
|
|
3913
3989
|
{
|
|
3914
|
-
"value": "0px
|
|
3990
|
+
"value": "0px 2px 3px 0px #656a7626, 0px 16px 16px -10px #656a7633",
|
|
3915
3991
|
"original": {
|
|
3916
|
-
"value": "{elevation.
|
|
3992
|
+
"value": "{elevation.high.box-shadow-01.value}, {elevation.high.box-shadow-02.value}"
|
|
3917
3993
|
},
|
|
3918
|
-
"name": "token-elevation-
|
|
3994
|
+
"name": "token-elevation-high-box-shadow",
|
|
3919
3995
|
"attributes": {
|
|
3920
3996
|
"category": "elevation",
|
|
3921
|
-
"type": "
|
|
3997
|
+
"type": "high",
|
|
3922
3998
|
"item": "box-shadow"
|
|
3923
3999
|
},
|
|
3924
4000
|
"path": [
|
|
3925
4001
|
"elevation",
|
|
3926
|
-
"
|
|
4002
|
+
"high",
|
|
3927
4003
|
"box-shadow"
|
|
3928
4004
|
]
|
|
3929
4005
|
},
|
|
3930
4006
|
{
|
|
3931
|
-
"value": "0px 2px 3px 0px #656a761a, 0px
|
|
4007
|
+
"value": "0px 2px 3px 0px #656a761a, 0px 12px 28px 0px #656a7640",
|
|
3932
4008
|
"original": {
|
|
3933
|
-
"value": "{elevation.
|
|
4009
|
+
"value": "{elevation.higher.box-shadow-01.value}, {elevation.higher.box-shadow-02.value}"
|
|
3934
4010
|
},
|
|
3935
|
-
"name": "token-elevation-
|
|
4011
|
+
"name": "token-elevation-higher-box-shadow",
|
|
3936
4012
|
"attributes": {
|
|
3937
4013
|
"category": "elevation",
|
|
3938
|
-
"type": "
|
|
4014
|
+
"type": "higher",
|
|
3939
4015
|
"item": "box-shadow"
|
|
3940
4016
|
},
|
|
3941
4017
|
"path": [
|
|
3942
4018
|
"elevation",
|
|
3943
|
-
"
|
|
4019
|
+
"higher",
|
|
3944
4020
|
"box-shadow"
|
|
3945
4021
|
]
|
|
3946
4022
|
},
|
|
@@ -4115,819 +4191,1396 @@
|
|
|
4115
4191
|
]
|
|
4116
4192
|
},
|
|
4117
4193
|
{
|
|
4118
|
-
"value": "
|
|
4119
|
-
"type": "
|
|
4120
|
-
"group": "components",
|
|
4194
|
+
"value": "60px",
|
|
4195
|
+
"type": "size",
|
|
4121
4196
|
"original": {
|
|
4122
|
-
"value": "
|
|
4123
|
-
"type": "
|
|
4124
|
-
"group": "components"
|
|
4197
|
+
"value": "60",
|
|
4198
|
+
"type": "size"
|
|
4125
4199
|
},
|
|
4126
|
-
"name": "token-
|
|
4200
|
+
"name": "token-app-header-height",
|
|
4127
4201
|
"attributes": {
|
|
4128
|
-
"category": "
|
|
4129
|
-
"type": "
|
|
4130
|
-
"item": "base",
|
|
4131
|
-
"subitem": "foreground",
|
|
4132
|
-
"state": "value-color"
|
|
4202
|
+
"category": "app-header",
|
|
4203
|
+
"type": "height"
|
|
4133
4204
|
},
|
|
4134
4205
|
"path": [
|
|
4135
|
-
"
|
|
4136
|
-
"
|
|
4137
|
-
"base",
|
|
4138
|
-
"foreground",
|
|
4139
|
-
"value-color"
|
|
4206
|
+
"app-header",
|
|
4207
|
+
"height"
|
|
4140
4208
|
]
|
|
4141
4209
|
},
|
|
4142
4210
|
{
|
|
4143
|
-
"value": "
|
|
4144
|
-
"type": "
|
|
4145
|
-
"group": "components",
|
|
4211
|
+
"value": "36px",
|
|
4212
|
+
"type": "size",
|
|
4146
4213
|
"original": {
|
|
4147
|
-
"value": "
|
|
4148
|
-
"type": "
|
|
4149
|
-
"group": "components"
|
|
4214
|
+
"value": "36",
|
|
4215
|
+
"type": "size"
|
|
4150
4216
|
},
|
|
4151
|
-
"name": "token-
|
|
4217
|
+
"name": "token-app-header-home-link-size",
|
|
4152
4218
|
"attributes": {
|
|
4153
|
-
"category": "
|
|
4154
|
-
"type": "
|
|
4155
|
-
"item": "
|
|
4156
|
-
"subitem": "foreground",
|
|
4157
|
-
"state": "placeholder-color"
|
|
4219
|
+
"category": "app-header",
|
|
4220
|
+
"type": "home-link",
|
|
4221
|
+
"item": "size"
|
|
4158
4222
|
},
|
|
4159
4223
|
"path": [
|
|
4160
|
-
"
|
|
4161
|
-
"
|
|
4162
|
-
"
|
|
4163
|
-
"foreground",
|
|
4164
|
-
"placeholder-color"
|
|
4224
|
+
"app-header",
|
|
4225
|
+
"home-link",
|
|
4226
|
+
"size"
|
|
4165
4227
|
]
|
|
4166
4228
|
},
|
|
4167
4229
|
{
|
|
4168
|
-
"value": "
|
|
4169
|
-
"type": "
|
|
4170
|
-
"group": "components",
|
|
4230
|
+
"value": "28px",
|
|
4231
|
+
"type": "size",
|
|
4171
4232
|
"original": {
|
|
4172
|
-
"value": "
|
|
4173
|
-
"type": "
|
|
4174
|
-
"group": "components"
|
|
4233
|
+
"value": "28",
|
|
4234
|
+
"type": "size"
|
|
4175
4235
|
},
|
|
4176
|
-
"name": "token-
|
|
4236
|
+
"name": "token-app-header-logo-size",
|
|
4177
4237
|
"attributes": {
|
|
4178
|
-
"category": "
|
|
4179
|
-
"type": "
|
|
4180
|
-
"item": "
|
|
4181
|
-
"subitem": "surface-color",
|
|
4182
|
-
"state": "default"
|
|
4238
|
+
"category": "app-header",
|
|
4239
|
+
"type": "logo",
|
|
4240
|
+
"item": "size"
|
|
4183
4241
|
},
|
|
4184
4242
|
"path": [
|
|
4185
|
-
"
|
|
4186
|
-
"
|
|
4187
|
-
"
|
|
4188
|
-
"surface-color",
|
|
4189
|
-
"default"
|
|
4243
|
+
"app-header",
|
|
4244
|
+
"logo",
|
|
4245
|
+
"size"
|
|
4190
4246
|
]
|
|
4191
4247
|
},
|
|
4192
4248
|
{
|
|
4193
|
-
"value": "
|
|
4194
|
-
"type": "
|
|
4195
|
-
"group": "components",
|
|
4249
|
+
"value": "1px",
|
|
4250
|
+
"type": "size",
|
|
4196
4251
|
"original": {
|
|
4197
|
-
"value": "
|
|
4198
|
-
"type": "
|
|
4199
|
-
"group": "components"
|
|
4252
|
+
"value": "1",
|
|
4253
|
+
"type": "size"
|
|
4200
4254
|
},
|
|
4201
|
-
"name": "token-
|
|
4255
|
+
"name": "token-app-side-nav-wrapper-border-width",
|
|
4202
4256
|
"attributes": {
|
|
4203
|
-
"category": "
|
|
4204
|
-
"type": "
|
|
4205
|
-
"item": "
|
|
4206
|
-
"subitem": "
|
|
4207
|
-
"state": "hover"
|
|
4257
|
+
"category": "app-side-nav",
|
|
4258
|
+
"type": "wrapper",
|
|
4259
|
+
"item": "border",
|
|
4260
|
+
"subitem": "width"
|
|
4208
4261
|
},
|
|
4209
4262
|
"path": [
|
|
4210
|
-
"
|
|
4211
|
-
"
|
|
4212
|
-
"
|
|
4213
|
-
"
|
|
4214
|
-
"hover"
|
|
4263
|
+
"app-side-nav",
|
|
4264
|
+
"wrapper",
|
|
4265
|
+
"border",
|
|
4266
|
+
"width"
|
|
4215
4267
|
]
|
|
4216
4268
|
},
|
|
4217
4269
|
{
|
|
4218
|
-
"value": "
|
|
4270
|
+
"value": "var(--token-color-palette-neutral-200)",
|
|
4219
4271
|
"type": "color",
|
|
4220
4272
|
"group": "components",
|
|
4221
4273
|
"original": {
|
|
4222
|
-
"value": "
|
|
4274
|
+
"value": "var(--token-color-palette-neutral-200)",
|
|
4223
4275
|
"type": "color",
|
|
4224
4276
|
"group": "components"
|
|
4225
4277
|
},
|
|
4226
|
-
"name": "token-
|
|
4278
|
+
"name": "token-app-side-nav-wrapper-border-color",
|
|
4227
4279
|
"attributes": {
|
|
4228
|
-
"category": "
|
|
4229
|
-
"type": "
|
|
4230
|
-
"item": "
|
|
4231
|
-
"subitem": "
|
|
4232
|
-
"state": "default"
|
|
4280
|
+
"category": "app-side-nav",
|
|
4281
|
+
"type": "wrapper",
|
|
4282
|
+
"item": "border",
|
|
4283
|
+
"subitem": "color"
|
|
4233
4284
|
},
|
|
4234
4285
|
"path": [
|
|
4235
|
-
"
|
|
4236
|
-
"
|
|
4237
|
-
"
|
|
4238
|
-
"
|
|
4239
|
-
"default"
|
|
4286
|
+
"app-side-nav",
|
|
4287
|
+
"wrapper",
|
|
4288
|
+
"border",
|
|
4289
|
+
"color"
|
|
4240
4290
|
]
|
|
4241
4291
|
},
|
|
4242
4292
|
{
|
|
4243
|
-
"value": "
|
|
4244
|
-
"type": "
|
|
4245
|
-
"group": "components",
|
|
4293
|
+
"value": "16px",
|
|
4294
|
+
"type": "size",
|
|
4246
4295
|
"original": {
|
|
4247
|
-
"value": "
|
|
4248
|
-
"type": "
|
|
4249
|
-
"group": "components"
|
|
4296
|
+
"value": "16",
|
|
4297
|
+
"type": "size"
|
|
4250
4298
|
},
|
|
4251
|
-
"name": "token-
|
|
4299
|
+
"name": "token-app-side-nav-wrapper-padding-horizontal",
|
|
4252
4300
|
"attributes": {
|
|
4253
|
-
"category": "
|
|
4254
|
-
"type": "
|
|
4255
|
-
"item": "
|
|
4256
|
-
"subitem": "
|
|
4257
|
-
"state": "hover"
|
|
4301
|
+
"category": "app-side-nav",
|
|
4302
|
+
"type": "wrapper",
|
|
4303
|
+
"item": "padding",
|
|
4304
|
+
"subitem": "horizontal"
|
|
4258
4305
|
},
|
|
4259
4306
|
"path": [
|
|
4260
|
-
"
|
|
4261
|
-
"
|
|
4262
|
-
"
|
|
4263
|
-
"
|
|
4264
|
-
|
|
4307
|
+
"app-side-nav",
|
|
4308
|
+
"wrapper",
|
|
4309
|
+
"padding",
|
|
4310
|
+
"horizontal"
|
|
4311
|
+
]
|
|
4312
|
+
},
|
|
4313
|
+
{
|
|
4314
|
+
"value": "16px",
|
|
4315
|
+
"type": "size",
|
|
4316
|
+
"original": {
|
|
4317
|
+
"value": "16",
|
|
4318
|
+
"type": "size"
|
|
4319
|
+
},
|
|
4320
|
+
"name": "token-app-side-nav-wrapper-padding-vertical",
|
|
4321
|
+
"attributes": {
|
|
4322
|
+
"category": "app-side-nav",
|
|
4323
|
+
"type": "wrapper",
|
|
4324
|
+
"item": "padding",
|
|
4325
|
+
"subitem": "vertical"
|
|
4326
|
+
},
|
|
4327
|
+
"path": [
|
|
4328
|
+
"app-side-nav",
|
|
4329
|
+
"wrapper",
|
|
4330
|
+
"padding",
|
|
4331
|
+
"vertical"
|
|
4332
|
+
]
|
|
4333
|
+
},
|
|
4334
|
+
{
|
|
4335
|
+
"value": "8px",
|
|
4336
|
+
"type": "size",
|
|
4337
|
+
"original": {
|
|
4338
|
+
"value": "8",
|
|
4339
|
+
"type": "size"
|
|
4340
|
+
},
|
|
4341
|
+
"name": "token-app-side-nav-wrapper-padding-horizontal-minimized",
|
|
4342
|
+
"attributes": {
|
|
4343
|
+
"category": "app-side-nav",
|
|
4344
|
+
"type": "wrapper",
|
|
4345
|
+
"item": "padding",
|
|
4346
|
+
"subitem": "horizontal-minimized"
|
|
4347
|
+
},
|
|
4348
|
+
"path": [
|
|
4349
|
+
"app-side-nav",
|
|
4350
|
+
"wrapper",
|
|
4351
|
+
"padding",
|
|
4352
|
+
"horizontal-minimized"
|
|
4353
|
+
]
|
|
4354
|
+
},
|
|
4355
|
+
{
|
|
4356
|
+
"value": "22px",
|
|
4357
|
+
"type": "size",
|
|
4358
|
+
"original": {
|
|
4359
|
+
"value": "22",
|
|
4360
|
+
"type": "size"
|
|
4361
|
+
},
|
|
4362
|
+
"name": "token-app-side-nav-wrapper-padding-vertical-minimized",
|
|
4363
|
+
"attributes": {
|
|
4364
|
+
"category": "app-side-nav",
|
|
4365
|
+
"type": "wrapper",
|
|
4366
|
+
"item": "padding",
|
|
4367
|
+
"subitem": "vertical-minimized"
|
|
4368
|
+
},
|
|
4369
|
+
"path": [
|
|
4370
|
+
"app-side-nav",
|
|
4371
|
+
"wrapper",
|
|
4372
|
+
"padding",
|
|
4373
|
+
"vertical-minimized"
|
|
4374
|
+
]
|
|
4375
|
+
},
|
|
4376
|
+
{
|
|
4377
|
+
"value": "5px",
|
|
4378
|
+
"type": "size",
|
|
4379
|
+
"original": {
|
|
4380
|
+
"value": "5",
|
|
4381
|
+
"type": "size"
|
|
4382
|
+
},
|
|
4383
|
+
"name": "token-app-side-nav-toggle-button-border-radius",
|
|
4384
|
+
"attributes": {
|
|
4385
|
+
"category": "app-side-nav",
|
|
4386
|
+
"type": "toggle-button",
|
|
4387
|
+
"item": "border",
|
|
4388
|
+
"subitem": "radius"
|
|
4389
|
+
},
|
|
4390
|
+
"path": [
|
|
4391
|
+
"app-side-nav",
|
|
4392
|
+
"toggle-button",
|
|
4393
|
+
"border",
|
|
4394
|
+
"radius"
|
|
4395
|
+
]
|
|
4396
|
+
},
|
|
4397
|
+
{
|
|
4398
|
+
"value": "4px",
|
|
4399
|
+
"type": "size",
|
|
4400
|
+
"original": {
|
|
4401
|
+
"value": "4",
|
|
4402
|
+
"type": "size"
|
|
4403
|
+
},
|
|
4404
|
+
"name": "token-app-side-nav-header-home-link-padding",
|
|
4405
|
+
"attributes": {
|
|
4406
|
+
"category": "app-side-nav",
|
|
4407
|
+
"type": "header",
|
|
4408
|
+
"item": "home-link",
|
|
4409
|
+
"subitem": "padding"
|
|
4410
|
+
},
|
|
4411
|
+
"path": [
|
|
4412
|
+
"app-side-nav",
|
|
4413
|
+
"header",
|
|
4414
|
+
"home-link",
|
|
4415
|
+
"padding"
|
|
4416
|
+
]
|
|
4417
|
+
},
|
|
4418
|
+
{
|
|
4419
|
+
"value": "48px",
|
|
4420
|
+
"type": "size",
|
|
4421
|
+
"original": {
|
|
4422
|
+
"value": "48",
|
|
4423
|
+
"type": "size"
|
|
4424
|
+
},
|
|
4425
|
+
"name": "token-app-side-nav-header-home-link-logo-size",
|
|
4426
|
+
"attributes": {
|
|
4427
|
+
"category": "app-side-nav",
|
|
4428
|
+
"type": "header",
|
|
4429
|
+
"item": "home-link",
|
|
4430
|
+
"subitem": "logo-size"
|
|
4431
|
+
},
|
|
4432
|
+
"path": [
|
|
4433
|
+
"app-side-nav",
|
|
4434
|
+
"header",
|
|
4435
|
+
"home-link",
|
|
4436
|
+
"logo-size"
|
|
4437
|
+
]
|
|
4438
|
+
},
|
|
4439
|
+
{
|
|
4440
|
+
"value": "32px",
|
|
4441
|
+
"type": "size",
|
|
4442
|
+
"original": {
|
|
4443
|
+
"value": "32",
|
|
4444
|
+
"type": "size"
|
|
4445
|
+
},
|
|
4446
|
+
"name": "token-app-side-nav-header-home-link-logo-size-minimized",
|
|
4447
|
+
"attributes": {
|
|
4448
|
+
"category": "app-side-nav",
|
|
4449
|
+
"type": "header",
|
|
4450
|
+
"item": "home-link",
|
|
4451
|
+
"subitem": "logo-size-minimized"
|
|
4452
|
+
},
|
|
4453
|
+
"path": [
|
|
4454
|
+
"app-side-nav",
|
|
4455
|
+
"header",
|
|
4456
|
+
"home-link",
|
|
4457
|
+
"logo-size-minimized"
|
|
4458
|
+
]
|
|
4459
|
+
},
|
|
4460
|
+
{
|
|
4461
|
+
"value": "8px",
|
|
4462
|
+
"type": "size",
|
|
4463
|
+
"original": {
|
|
4464
|
+
"value": "8",
|
|
4465
|
+
"type": "size"
|
|
4466
|
+
},
|
|
4467
|
+
"name": "token-app-side-nav-header-actions-spacing",
|
|
4468
|
+
"attributes": {
|
|
4469
|
+
"category": "app-side-nav",
|
|
4470
|
+
"type": "header",
|
|
4471
|
+
"item": "actions",
|
|
4472
|
+
"subitem": "spacing"
|
|
4473
|
+
},
|
|
4474
|
+
"path": [
|
|
4475
|
+
"app-side-nav",
|
|
4476
|
+
"header",
|
|
4477
|
+
"actions",
|
|
4478
|
+
"spacing"
|
|
4479
|
+
]
|
|
4480
|
+
},
|
|
4481
|
+
{
|
|
4482
|
+
"value": "24px",
|
|
4483
|
+
"type": "size",
|
|
4484
|
+
"original": {
|
|
4485
|
+
"value": "24",
|
|
4486
|
+
"type": "size"
|
|
4487
|
+
},
|
|
4488
|
+
"name": "token-app-side-nav-body-list-margin-vertical",
|
|
4489
|
+
"attributes": {
|
|
4490
|
+
"category": "app-side-nav",
|
|
4491
|
+
"type": "body",
|
|
4492
|
+
"item": "list",
|
|
4493
|
+
"subitem": "margin-vertical"
|
|
4494
|
+
},
|
|
4495
|
+
"path": [
|
|
4496
|
+
"app-side-nav",
|
|
4497
|
+
"body",
|
|
4498
|
+
"list",
|
|
4499
|
+
"margin-vertical"
|
|
4500
|
+
]
|
|
4501
|
+
},
|
|
4502
|
+
{
|
|
4503
|
+
"value": "36px",
|
|
4504
|
+
"type": "size",
|
|
4505
|
+
"original": {
|
|
4506
|
+
"value": "36",
|
|
4507
|
+
"type": "size"
|
|
4508
|
+
},
|
|
4509
|
+
"name": "token-app-side-nav-body-list-item-height",
|
|
4510
|
+
"attributes": {
|
|
4511
|
+
"category": "app-side-nav",
|
|
4512
|
+
"type": "body",
|
|
4513
|
+
"item": "list-item",
|
|
4514
|
+
"subitem": "height"
|
|
4515
|
+
},
|
|
4516
|
+
"path": [
|
|
4517
|
+
"app-side-nav",
|
|
4518
|
+
"body",
|
|
4519
|
+
"list-item",
|
|
4520
|
+
"height"
|
|
4521
|
+
]
|
|
4522
|
+
},
|
|
4523
|
+
{
|
|
4524
|
+
"value": "8px",
|
|
4525
|
+
"type": "size",
|
|
4526
|
+
"original": {
|
|
4527
|
+
"value": "8",
|
|
4528
|
+
"type": "size"
|
|
4529
|
+
},
|
|
4530
|
+
"name": "token-app-side-nav-body-list-item-padding-horizontal",
|
|
4531
|
+
"attributes": {
|
|
4532
|
+
"category": "app-side-nav",
|
|
4533
|
+
"type": "body",
|
|
4534
|
+
"item": "list-item",
|
|
4535
|
+
"subitem": "padding",
|
|
4536
|
+
"state": "horizontal"
|
|
4537
|
+
},
|
|
4538
|
+
"path": [
|
|
4539
|
+
"app-side-nav",
|
|
4540
|
+
"body",
|
|
4541
|
+
"list-item",
|
|
4542
|
+
"padding",
|
|
4543
|
+
"horizontal"
|
|
4544
|
+
]
|
|
4545
|
+
},
|
|
4546
|
+
{
|
|
4547
|
+
"value": "4px",
|
|
4548
|
+
"type": "size",
|
|
4549
|
+
"original": {
|
|
4550
|
+
"value": "4",
|
|
4551
|
+
"type": "size"
|
|
4552
|
+
},
|
|
4553
|
+
"name": "token-app-side-nav-body-list-item-padding-vertical",
|
|
4554
|
+
"attributes": {
|
|
4555
|
+
"category": "app-side-nav",
|
|
4556
|
+
"type": "body",
|
|
4557
|
+
"item": "list-item",
|
|
4558
|
+
"subitem": "padding",
|
|
4559
|
+
"state": "vertical"
|
|
4560
|
+
},
|
|
4561
|
+
"path": [
|
|
4562
|
+
"app-side-nav",
|
|
4563
|
+
"body",
|
|
4564
|
+
"list-item",
|
|
4565
|
+
"padding",
|
|
4566
|
+
"vertical"
|
|
4567
|
+
]
|
|
4568
|
+
},
|
|
4569
|
+
{
|
|
4570
|
+
"value": "2px",
|
|
4571
|
+
"type": "size",
|
|
4572
|
+
"original": {
|
|
4573
|
+
"value": "2",
|
|
4574
|
+
"type": "size"
|
|
4575
|
+
},
|
|
4576
|
+
"name": "token-app-side-nav-body-list-item-spacing-vertical",
|
|
4577
|
+
"attributes": {
|
|
4578
|
+
"category": "app-side-nav",
|
|
4579
|
+
"type": "body",
|
|
4580
|
+
"item": "list-item",
|
|
4581
|
+
"subitem": "spacing-vertical"
|
|
4582
|
+
},
|
|
4583
|
+
"path": [
|
|
4584
|
+
"app-side-nav",
|
|
4585
|
+
"body",
|
|
4586
|
+
"list-item",
|
|
4587
|
+
"spacing-vertical"
|
|
4588
|
+
]
|
|
4589
|
+
},
|
|
4590
|
+
{
|
|
4591
|
+
"value": "8px",
|
|
4592
|
+
"type": "size",
|
|
4593
|
+
"original": {
|
|
4594
|
+
"value": "8",
|
|
4595
|
+
"type": "size"
|
|
4596
|
+
},
|
|
4597
|
+
"name": "token-app-side-nav-body-list-item-content-spacing-horizontal",
|
|
4598
|
+
"attributes": {
|
|
4599
|
+
"category": "app-side-nav",
|
|
4600
|
+
"type": "body",
|
|
4601
|
+
"item": "list-item",
|
|
4602
|
+
"subitem": "content-spacing-horizontal"
|
|
4603
|
+
},
|
|
4604
|
+
"path": [
|
|
4605
|
+
"app-side-nav",
|
|
4606
|
+
"body",
|
|
4607
|
+
"list-item",
|
|
4608
|
+
"content-spacing-horizontal"
|
|
4609
|
+
]
|
|
4610
|
+
},
|
|
4611
|
+
{
|
|
4612
|
+
"value": "5px",
|
|
4613
|
+
"type": "size",
|
|
4614
|
+
"original": {
|
|
4615
|
+
"value": "5",
|
|
4616
|
+
"type": "size"
|
|
4617
|
+
},
|
|
4618
|
+
"name": "token-app-side-nav-body-list-item-border-radius",
|
|
4619
|
+
"attributes": {
|
|
4620
|
+
"category": "app-side-nav",
|
|
4621
|
+
"type": "body",
|
|
4622
|
+
"item": "list-item",
|
|
4623
|
+
"subitem": "border-radius"
|
|
4624
|
+
},
|
|
4625
|
+
"path": [
|
|
4626
|
+
"app-side-nav",
|
|
4627
|
+
"body",
|
|
4628
|
+
"list-item",
|
|
4629
|
+
"border-radius"
|
|
4630
|
+
]
|
|
4631
|
+
},
|
|
4632
|
+
{
|
|
4633
|
+
"value": "var(--token-color-foreground-primary)",
|
|
4634
|
+
"type": "color",
|
|
4635
|
+
"group": "components",
|
|
4636
|
+
"original": {
|
|
4637
|
+
"value": "var(--token-color-foreground-primary)",
|
|
4638
|
+
"type": "color",
|
|
4639
|
+
"group": "components"
|
|
4640
|
+
},
|
|
4641
|
+
"name": "token-app-side-nav-color-foreground-primary",
|
|
4642
|
+
"attributes": {
|
|
4643
|
+
"category": "app-side-nav",
|
|
4644
|
+
"type": "color",
|
|
4645
|
+
"item": "foreground",
|
|
4646
|
+
"subitem": "primary"
|
|
4647
|
+
},
|
|
4648
|
+
"path": [
|
|
4649
|
+
"app-side-nav",
|
|
4650
|
+
"color",
|
|
4651
|
+
"foreground",
|
|
4652
|
+
"primary"
|
|
4653
|
+
]
|
|
4654
|
+
},
|
|
4655
|
+
{
|
|
4656
|
+
"value": "var(--token-color-foreground-primary)",
|
|
4657
|
+
"type": "color",
|
|
4658
|
+
"group": "components",
|
|
4659
|
+
"original": {
|
|
4660
|
+
"value": "var(--token-color-foreground-primary)",
|
|
4661
|
+
"type": "color",
|
|
4662
|
+
"group": "components"
|
|
4663
|
+
},
|
|
4664
|
+
"name": "token-app-side-nav-color-foreground-strong",
|
|
4665
|
+
"attributes": {
|
|
4666
|
+
"category": "app-side-nav",
|
|
4667
|
+
"type": "color",
|
|
4668
|
+
"item": "foreground",
|
|
4669
|
+
"subitem": "strong"
|
|
4670
|
+
},
|
|
4671
|
+
"path": [
|
|
4672
|
+
"app-side-nav",
|
|
4673
|
+
"color",
|
|
4674
|
+
"foreground",
|
|
4675
|
+
"strong"
|
|
4676
|
+
]
|
|
4677
|
+
},
|
|
4678
|
+
{
|
|
4679
|
+
"value": "var(--token-color-foreground-faint)",
|
|
4680
|
+
"type": "color",
|
|
4681
|
+
"group": "components",
|
|
4682
|
+
"original": {
|
|
4683
|
+
"value": "var(--token-color-foreground-faint)",
|
|
4684
|
+
"type": "color",
|
|
4685
|
+
"group": "components"
|
|
4686
|
+
},
|
|
4687
|
+
"name": "token-app-side-nav-color-foreground-faint",
|
|
4688
|
+
"attributes": {
|
|
4689
|
+
"category": "app-side-nav",
|
|
4690
|
+
"type": "color",
|
|
4691
|
+
"item": "foreground",
|
|
4692
|
+
"subitem": "faint"
|
|
4693
|
+
},
|
|
4694
|
+
"path": [
|
|
4695
|
+
"app-side-nav",
|
|
4696
|
+
"color",
|
|
4697
|
+
"foreground",
|
|
4698
|
+
"faint"
|
|
4699
|
+
]
|
|
4700
|
+
},
|
|
4701
|
+
{
|
|
4702
|
+
"value": "var(--token-color-surface-faint)",
|
|
4703
|
+
"type": "color",
|
|
4704
|
+
"group": "components",
|
|
4705
|
+
"original": {
|
|
4706
|
+
"value": "var(--token-color-surface-faint)",
|
|
4707
|
+
"type": "color",
|
|
4708
|
+
"group": "components"
|
|
4709
|
+
},
|
|
4710
|
+
"name": "token-app-side-nav-color-surface-primary",
|
|
4711
|
+
"attributes": {
|
|
4712
|
+
"category": "app-side-nav",
|
|
4713
|
+
"type": "color",
|
|
4714
|
+
"item": "surface",
|
|
4715
|
+
"subitem": "primary"
|
|
4716
|
+
},
|
|
4717
|
+
"path": [
|
|
4718
|
+
"app-side-nav",
|
|
4719
|
+
"color",
|
|
4720
|
+
"surface",
|
|
4721
|
+
"primary"
|
|
4722
|
+
]
|
|
4723
|
+
},
|
|
4724
|
+
{
|
|
4725
|
+
"value": "var(--token-color-surface-interactive-hover)",
|
|
4726
|
+
"type": "color",
|
|
4727
|
+
"group": "semantic",
|
|
4728
|
+
"original": {
|
|
4729
|
+
"value": "var(--token-color-surface-interactive-hover)",
|
|
4730
|
+
"type": "color",
|
|
4731
|
+
"group": "semantic"
|
|
4732
|
+
},
|
|
4733
|
+
"name": "token-app-side-nav-color-surface-interactive-hover",
|
|
4734
|
+
"attributes": {
|
|
4735
|
+
"category": "app-side-nav",
|
|
4736
|
+
"type": "color",
|
|
4737
|
+
"item": "surface",
|
|
4738
|
+
"subitem": "interactive-hover"
|
|
4739
|
+
},
|
|
4740
|
+
"path": [
|
|
4741
|
+
"app-side-nav",
|
|
4742
|
+
"color",
|
|
4743
|
+
"surface",
|
|
4744
|
+
"interactive-hover"
|
|
4745
|
+
]
|
|
4746
|
+
},
|
|
4747
|
+
{
|
|
4748
|
+
"value": "var(--token-color-palette-neutral-300)",
|
|
4749
|
+
"type": "color",
|
|
4750
|
+
"group": "semantic",
|
|
4751
|
+
"original": {
|
|
4752
|
+
"value": "var(--token-color-palette-neutral-300)",
|
|
4753
|
+
"type": "color",
|
|
4754
|
+
"group": "semantic"
|
|
4755
|
+
},
|
|
4756
|
+
"name": "token-app-side-nav-color-surface-interactive-active",
|
|
4757
|
+
"attributes": {
|
|
4758
|
+
"category": "app-side-nav",
|
|
4759
|
+
"type": "color",
|
|
4760
|
+
"item": "surface",
|
|
4761
|
+
"subitem": "interactive-active"
|
|
4762
|
+
},
|
|
4763
|
+
"path": [
|
|
4764
|
+
"app-side-nav",
|
|
4765
|
+
"color",
|
|
4766
|
+
"surface",
|
|
4767
|
+
"interactive-active"
|
|
4768
|
+
]
|
|
4769
|
+
},
|
|
4770
|
+
{
|
|
4771
|
+
"value": "#0c0c0e",
|
|
4772
|
+
"type": "color",
|
|
4773
|
+
"group": "components",
|
|
4774
|
+
"original": {
|
|
4775
|
+
"value": "{color.foreground.strong.value}",
|
|
4776
|
+
"type": "color",
|
|
4777
|
+
"group": "components"
|
|
4778
|
+
},
|
|
4779
|
+
"name": "token-form-label-color",
|
|
4780
|
+
"attributes": {
|
|
4781
|
+
"category": "form",
|
|
4782
|
+
"type": "label",
|
|
4783
|
+
"item": "color"
|
|
4784
|
+
},
|
|
4785
|
+
"path": [
|
|
4786
|
+
"form",
|
|
4787
|
+
"label",
|
|
4788
|
+
"color"
|
|
4789
|
+
]
|
|
4790
|
+
},
|
|
4791
|
+
{
|
|
4792
|
+
"value": "#0c0c0e",
|
|
4793
|
+
"type": "color",
|
|
4794
|
+
"group": "components",
|
|
4795
|
+
"original": {
|
|
4796
|
+
"value": "{form.label.color.value}",
|
|
4797
|
+
"type": "color",
|
|
4798
|
+
"group": "components"
|
|
4799
|
+
},
|
|
4800
|
+
"name": "token-form-legend-color",
|
|
4801
|
+
"attributes": {
|
|
4802
|
+
"category": "form",
|
|
4803
|
+
"type": "legend",
|
|
4804
|
+
"item": "color"
|
|
4805
|
+
},
|
|
4806
|
+
"path": [
|
|
4807
|
+
"form",
|
|
4808
|
+
"legend",
|
|
4809
|
+
"color"
|
|
4265
4810
|
]
|
|
4266
4811
|
},
|
|
4267
4812
|
{
|
|
4268
|
-
"value": "#
|
|
4813
|
+
"value": "#656a76",
|
|
4269
4814
|
"type": "color",
|
|
4270
4815
|
"group": "components",
|
|
4271
4816
|
"original": {
|
|
4272
|
-
"value": "{color.foreground.
|
|
4817
|
+
"value": "{color.foreground.faint.value}",
|
|
4273
4818
|
"type": "color",
|
|
4274
4819
|
"group": "components"
|
|
4275
4820
|
},
|
|
4276
|
-
"name": "token-form-
|
|
4821
|
+
"name": "token-form-helper-text-color",
|
|
4277
4822
|
"attributes": {
|
|
4278
4823
|
"category": "form",
|
|
4279
|
-
"type": "
|
|
4280
|
-
"item": "
|
|
4281
|
-
"subitem": "foreground-color"
|
|
4824
|
+
"type": "helper-text",
|
|
4825
|
+
"item": "color"
|
|
4282
4826
|
},
|
|
4283
4827
|
"path": [
|
|
4284
4828
|
"form",
|
|
4285
|
-
"
|
|
4286
|
-
"
|
|
4287
|
-
"foreground-color"
|
|
4829
|
+
"helper-text",
|
|
4830
|
+
"color"
|
|
4288
4831
|
]
|
|
4289
4832
|
},
|
|
4290
4833
|
{
|
|
4291
|
-
"value": "#
|
|
4834
|
+
"value": "#656a76",
|
|
4292
4835
|
"type": "color",
|
|
4293
4836
|
"group": "components",
|
|
4294
4837
|
"original": {
|
|
4295
|
-
"value": "{color.
|
|
4838
|
+
"value": "{color.foreground.faint.value}",
|
|
4296
4839
|
"type": "color",
|
|
4297
4840
|
"group": "components"
|
|
4298
4841
|
},
|
|
4299
|
-
"name": "token-form-
|
|
4842
|
+
"name": "token-form-indicator-optional-color",
|
|
4300
4843
|
"attributes": {
|
|
4301
4844
|
"category": "form",
|
|
4302
|
-
"type": "
|
|
4303
|
-
"item": "
|
|
4304
|
-
"subitem": "
|
|
4305
|
-
"state": "default"
|
|
4845
|
+
"type": "indicator",
|
|
4846
|
+
"item": "optional",
|
|
4847
|
+
"subitem": "color"
|
|
4306
4848
|
},
|
|
4307
4849
|
"path": [
|
|
4308
4850
|
"form",
|
|
4309
|
-
"
|
|
4310
|
-
"
|
|
4311
|
-
"
|
|
4312
|
-
"default"
|
|
4851
|
+
"indicator",
|
|
4852
|
+
"optional",
|
|
4853
|
+
"color"
|
|
4313
4854
|
]
|
|
4314
4855
|
},
|
|
4315
4856
|
{
|
|
4316
|
-
"value": "#
|
|
4857
|
+
"value": "#c00005",
|
|
4317
4858
|
"type": "color",
|
|
4318
4859
|
"group": "components",
|
|
4319
4860
|
"original": {
|
|
4320
|
-
"value": "{color.palette.
|
|
4861
|
+
"value": "{color.palette.red-300.value}",
|
|
4321
4862
|
"type": "color",
|
|
4322
4863
|
"group": "components"
|
|
4323
4864
|
},
|
|
4324
|
-
"name": "token-form-
|
|
4865
|
+
"name": "token-form-error-color",
|
|
4325
4866
|
"attributes": {
|
|
4326
4867
|
"category": "form",
|
|
4327
|
-
"type": "
|
|
4328
|
-
"item": "
|
|
4329
|
-
"subitem": "surface-color",
|
|
4330
|
-
"state": "hover"
|
|
4868
|
+
"type": "error",
|
|
4869
|
+
"item": "color"
|
|
4331
4870
|
},
|
|
4332
4871
|
"path": [
|
|
4333
4872
|
"form",
|
|
4334
|
-
"
|
|
4335
|
-
"
|
|
4336
|
-
"surface-color",
|
|
4337
|
-
"hover"
|
|
4873
|
+
"error",
|
|
4874
|
+
"color"
|
|
4338
4875
|
]
|
|
4339
4876
|
},
|
|
4340
4877
|
{
|
|
4341
|
-
"value": "
|
|
4342
|
-
"type": "
|
|
4343
|
-
"group": "components",
|
|
4878
|
+
"value": "14px",
|
|
4879
|
+
"type": "size",
|
|
4344
4880
|
"original": {
|
|
4345
|
-
"value": "
|
|
4346
|
-
"type": "
|
|
4347
|
-
"group": "components"
|
|
4881
|
+
"value": "14",
|
|
4882
|
+
"type": "size"
|
|
4348
4883
|
},
|
|
4349
|
-
"name": "token-form-
|
|
4884
|
+
"name": "token-form-error-icon-size",
|
|
4350
4885
|
"attributes": {
|
|
4351
4886
|
"category": "form",
|
|
4352
|
-
"type": "
|
|
4353
|
-
"item": "
|
|
4354
|
-
"subitem": "border-color",
|
|
4355
|
-
"state": "default"
|
|
4887
|
+
"type": "error",
|
|
4888
|
+
"item": "icon-size"
|
|
4356
4889
|
},
|
|
4357
4890
|
"path": [
|
|
4358
4891
|
"form",
|
|
4359
|
-
"
|
|
4360
|
-
"
|
|
4361
|
-
"border-color",
|
|
4362
|
-
"default"
|
|
4892
|
+
"error",
|
|
4893
|
+
"icon-size"
|
|
4363
4894
|
]
|
|
4364
4895
|
},
|
|
4365
4896
|
{
|
|
4366
|
-
"value": "
|
|
4367
|
-
"type": "
|
|
4368
|
-
"group": "components",
|
|
4897
|
+
"value": "16px",
|
|
4898
|
+
"type": "size",
|
|
4369
4899
|
"original": {
|
|
4370
|
-
"value": "
|
|
4371
|
-
"type": "
|
|
4372
|
-
"group": "components"
|
|
4900
|
+
"value": "16",
|
|
4901
|
+
"type": "size"
|
|
4373
4902
|
},
|
|
4374
|
-
"name": "token-form-
|
|
4903
|
+
"name": "token-form-checkbox-size",
|
|
4375
4904
|
"attributes": {
|
|
4376
4905
|
"category": "form",
|
|
4377
|
-
"type": "
|
|
4378
|
-
"item": "
|
|
4379
|
-
"subitem": "border-color",
|
|
4380
|
-
"state": "hover"
|
|
4906
|
+
"type": "checkbox",
|
|
4907
|
+
"item": "size"
|
|
4381
4908
|
},
|
|
4382
4909
|
"path": [
|
|
4383
4910
|
"form",
|
|
4384
|
-
"
|
|
4385
|
-
"
|
|
4386
|
-
"border-color",
|
|
4387
|
-
"hover"
|
|
4911
|
+
"checkbox",
|
|
4912
|
+
"size"
|
|
4388
4913
|
]
|
|
4389
4914
|
},
|
|
4390
4915
|
{
|
|
4391
|
-
"value": "
|
|
4392
|
-
"type": "
|
|
4393
|
-
"group": "components",
|
|
4916
|
+
"value": "3px",
|
|
4917
|
+
"type": "size",
|
|
4394
4918
|
"original": {
|
|
4395
|
-
"value": "
|
|
4396
|
-
"type": "
|
|
4397
|
-
"group": "components"
|
|
4919
|
+
"value": "3",
|
|
4920
|
+
"type": "size"
|
|
4398
4921
|
},
|
|
4399
|
-
"name": "token-form-
|
|
4922
|
+
"name": "token-form-checkbox-border-radius",
|
|
4400
4923
|
"attributes": {
|
|
4401
4924
|
"category": "form",
|
|
4402
|
-
"type": "
|
|
4403
|
-
"item": "
|
|
4404
|
-
"subitem": "
|
|
4405
|
-
"state": "default"
|
|
4925
|
+
"type": "checkbox",
|
|
4926
|
+
"item": "border",
|
|
4927
|
+
"subitem": "radius"
|
|
4406
4928
|
},
|
|
4407
4929
|
"path": [
|
|
4408
4930
|
"form",
|
|
4409
|
-
"
|
|
4410
|
-
"
|
|
4411
|
-
"
|
|
4412
|
-
"default"
|
|
4931
|
+
"checkbox",
|
|
4932
|
+
"border",
|
|
4933
|
+
"radius"
|
|
4413
4934
|
]
|
|
4414
4935
|
},
|
|
4415
4936
|
{
|
|
4416
|
-
"value": "
|
|
4417
|
-
"type": "
|
|
4418
|
-
"group": "components",
|
|
4937
|
+
"value": "1px",
|
|
4938
|
+
"type": "size",
|
|
4419
4939
|
"original": {
|
|
4420
|
-
"value": "
|
|
4421
|
-
"type": "
|
|
4422
|
-
"group": "components"
|
|
4940
|
+
"value": "1",
|
|
4941
|
+
"type": "size"
|
|
4423
4942
|
},
|
|
4424
|
-
"name": "token-form-
|
|
4943
|
+
"name": "token-form-checkbox-border-width",
|
|
4425
4944
|
"attributes": {
|
|
4426
4945
|
"category": "form",
|
|
4427
|
-
"type": "
|
|
4428
|
-
"item": "
|
|
4429
|
-
"subitem": "
|
|
4430
|
-
"state": "hover"
|
|
4946
|
+
"type": "checkbox",
|
|
4947
|
+
"item": "border",
|
|
4948
|
+
"subitem": "width"
|
|
4431
4949
|
},
|
|
4432
4950
|
"path": [
|
|
4433
4951
|
"form",
|
|
4434
|
-
"
|
|
4435
|
-
"
|
|
4436
|
-
"
|
|
4437
|
-
"hover"
|
|
4952
|
+
"checkbox",
|
|
4953
|
+
"border",
|
|
4954
|
+
"width"
|
|
4438
4955
|
]
|
|
4439
4956
|
},
|
|
4440
4957
|
{
|
|
4441
|
-
"value": "
|
|
4442
|
-
"type": "
|
|
4443
|
-
"group": "components",
|
|
4958
|
+
"value": "12px",
|
|
4959
|
+
"type": "size",
|
|
4444
4960
|
"original": {
|
|
4445
|
-
"value": "
|
|
4446
|
-
"type": "
|
|
4447
|
-
"group": "components"
|
|
4961
|
+
"value": "12",
|
|
4962
|
+
"type": "size"
|
|
4448
4963
|
},
|
|
4449
|
-
"name": "token-form-
|
|
4964
|
+
"name": "token-form-checkbox-background-image-size",
|
|
4965
|
+
"attributes": {
|
|
4966
|
+
"category": "form",
|
|
4967
|
+
"type": "checkbox",
|
|
4968
|
+
"item": "background-image",
|
|
4969
|
+
"subitem": "size"
|
|
4970
|
+
},
|
|
4971
|
+
"path": [
|
|
4972
|
+
"form",
|
|
4973
|
+
"checkbox",
|
|
4974
|
+
"background-image",
|
|
4975
|
+
"size"
|
|
4976
|
+
]
|
|
4977
|
+
},
|
|
4978
|
+
{
|
|
4979
|
+
"value": "url(\"data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.78033 3.21967C10.0732 3.51256 10.0732 3.98744 9.78033 4.28033L5.28033 8.78033C4.98744 9.07322 4.51256 9.07322 4.21967 8.78033L2.21967 6.78033C1.92678 6.48744 1.92678 6.01256 2.21967 5.71967C2.51256 5.42678 2.98744 5.42678 3.28033 5.71967L4.75 7.18934L8.71967 3.21967C9.01256 2.92678 9.48744 2.92678 9.78033 3.21967Z' fill='%23FFF'/%3e%3c/svg%3e\")",
|
|
4980
|
+
"comment": "notice: the 'tick' color is hardcoded here!",
|
|
4981
|
+
"original": {
|
|
4982
|
+
"value": "url(\"data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.78033 3.21967C10.0732 3.51256 10.0732 3.98744 9.78033 4.28033L5.28033 8.78033C4.98744 9.07322 4.51256 9.07322 4.21967 8.78033L2.21967 6.78033C1.92678 6.48744 1.92678 6.01256 2.21967 5.71967C2.51256 5.42678 2.98744 5.42678 3.28033 5.71967L4.75 7.18934L8.71967 3.21967C9.01256 2.92678 9.48744 2.92678 9.78033 3.21967Z' fill='%23FFF'/%3e%3c/svg%3e\")",
|
|
4983
|
+
"comment": "notice: the 'tick' color is hardcoded here!"
|
|
4984
|
+
},
|
|
4985
|
+
"name": "token-form-checkbox-background-image-data-url",
|
|
4986
|
+
"attributes": {
|
|
4987
|
+
"category": "form",
|
|
4988
|
+
"type": "checkbox",
|
|
4989
|
+
"item": "background-image",
|
|
4990
|
+
"subitem": "data-url"
|
|
4991
|
+
},
|
|
4992
|
+
"path": [
|
|
4993
|
+
"form",
|
|
4994
|
+
"checkbox",
|
|
4995
|
+
"background-image",
|
|
4996
|
+
"data-url"
|
|
4997
|
+
]
|
|
4998
|
+
},
|
|
4999
|
+
{
|
|
5000
|
+
"value": "url(\"data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m2.03125,6a0.66146,0.75 0 0 1 0.66146,-0.75l6.61458,0a0.66146,0.75 0 0 1 0,1.5l-6.61458,0a0.66146,0.75 0 0 1 -0.66146,-0.75z' fill='%23FFF'/%3e%3c/svg%3e\")",
|
|
5001
|
+
"comment": "notice: the 'dash' color is hardcoded here!",
|
|
5002
|
+
"original": {
|
|
5003
|
+
"value": "url(\"data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m2.03125,6a0.66146,0.75 0 0 1 0.66146,-0.75l6.61458,0a0.66146,0.75 0 0 1 0,1.5l-6.61458,0a0.66146,0.75 0 0 1 -0.66146,-0.75z' fill='%23FFF'/%3e%3c/svg%3e\")",
|
|
5004
|
+
"comment": "notice: the 'dash' color is hardcoded here!"
|
|
5005
|
+
},
|
|
5006
|
+
"name": "token-form-checkbox-background-image-data-url-indeterminate",
|
|
5007
|
+
"attributes": {
|
|
5008
|
+
"category": "form",
|
|
5009
|
+
"type": "checkbox",
|
|
5010
|
+
"item": "background-image",
|
|
5011
|
+
"subitem": "data-url-indeterminate"
|
|
5012
|
+
},
|
|
5013
|
+
"path": [
|
|
5014
|
+
"form",
|
|
5015
|
+
"checkbox",
|
|
5016
|
+
"background-image",
|
|
5017
|
+
"data-url-indeterminate"
|
|
5018
|
+
]
|
|
5019
|
+
},
|
|
5020
|
+
{
|
|
5021
|
+
"value": "url(\"data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.78033 3.21967C10.0732 3.51256 10.0732 3.98744 9.78033 4.28033L5.28033 8.78033C4.98744 9.07322 4.51256 9.07322 4.21967 8.78033L2.21967 6.78033C1.92678 6.48744 1.92678 6.01256 2.21967 5.71967C2.51256 5.42678 2.98744 5.42678 3.28033 5.71967L4.75 7.18934L8.71967 3.21967C9.01256 2.92678 9.48744 2.92678 9.78033 3.21967Z' fill='%238C909C'/%3e%3c/svg%3e\")",
|
|
5022
|
+
"comment": "notice: the 'tick' color is hardcoded here!",
|
|
5023
|
+
"original": {
|
|
5024
|
+
"value": "url(\"data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.78033 3.21967C10.0732 3.51256 10.0732 3.98744 9.78033 4.28033L5.28033 8.78033C4.98744 9.07322 4.51256 9.07322 4.21967 8.78033L2.21967 6.78033C1.92678 6.48744 1.92678 6.01256 2.21967 5.71967C2.51256 5.42678 2.98744 5.42678 3.28033 5.71967L4.75 7.18934L8.71967 3.21967C9.01256 2.92678 9.48744 2.92678 9.78033 3.21967Z' fill='%238C909C'/%3e%3c/svg%3e\")",
|
|
5025
|
+
"comment": "notice: the 'tick' color is hardcoded here!"
|
|
5026
|
+
},
|
|
5027
|
+
"name": "token-form-checkbox-background-image-data-url-disabled",
|
|
5028
|
+
"attributes": {
|
|
5029
|
+
"category": "form",
|
|
5030
|
+
"type": "checkbox",
|
|
5031
|
+
"item": "background-image",
|
|
5032
|
+
"subitem": "data-url-disabled"
|
|
5033
|
+
},
|
|
5034
|
+
"path": [
|
|
5035
|
+
"form",
|
|
5036
|
+
"checkbox",
|
|
5037
|
+
"background-image",
|
|
5038
|
+
"data-url-disabled"
|
|
5039
|
+
]
|
|
5040
|
+
},
|
|
5041
|
+
{
|
|
5042
|
+
"value": "url(\"data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m2.03125,6a0.66146,0.75 0 0 1 0.66146,-0.75l6.61458,0a0.66146,0.75 0 0 1 0,1.5l-6.61458,0a0.66146,0.75 0 0 1 -0.66146,-0.75z' fill='%238C909C'/%3e%3c/svg%3e\")",
|
|
5043
|
+
"comment": "notice: the 'dash' color is hardcoded here!",
|
|
5044
|
+
"original": {
|
|
5045
|
+
"value": "url(\"data:image/svg+xml,%3csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m2.03125,6a0.66146,0.75 0 0 1 0.66146,-0.75l6.61458,0a0.66146,0.75 0 0 1 0,1.5l-6.61458,0a0.66146,0.75 0 0 1 -0.66146,-0.75z' fill='%238C909C'/%3e%3c/svg%3e\")",
|
|
5046
|
+
"comment": "notice: the 'dash' color is hardcoded here!"
|
|
5047
|
+
},
|
|
5048
|
+
"name": "token-form-checkbox-background-image-data-url-indeterminate-disabled",
|
|
4450
5049
|
"attributes": {
|
|
4451
5050
|
"category": "form",
|
|
4452
|
-
"type": "
|
|
4453
|
-
"item": "
|
|
4454
|
-
"subitem": "
|
|
5051
|
+
"type": "checkbox",
|
|
5052
|
+
"item": "background-image",
|
|
5053
|
+
"subitem": "data-url-indeterminate-disabled"
|
|
4455
5054
|
},
|
|
4456
5055
|
"path": [
|
|
4457
5056
|
"form",
|
|
4458
|
-
"
|
|
4459
|
-
"
|
|
4460
|
-
"
|
|
5057
|
+
"checkbox",
|
|
5058
|
+
"background-image",
|
|
5059
|
+
"data-url-indeterminate-disabled"
|
|
4461
5060
|
]
|
|
4462
5061
|
},
|
|
4463
5062
|
{
|
|
4464
|
-
"value": "#
|
|
5063
|
+
"value": "#0c0c0e",
|
|
4465
5064
|
"type": "color",
|
|
4466
5065
|
"group": "components",
|
|
4467
5066
|
"original": {
|
|
4468
|
-
"value": "{color.
|
|
5067
|
+
"value": "{color.foreground.strong.value}",
|
|
4469
5068
|
"type": "color",
|
|
4470
5069
|
"group": "components"
|
|
4471
5070
|
},
|
|
4472
|
-
"name": "token-form-control-
|
|
5071
|
+
"name": "token-form-control-base-foreground-value-color",
|
|
4473
5072
|
"attributes": {
|
|
4474
5073
|
"category": "form",
|
|
4475
5074
|
"type": "control",
|
|
4476
|
-
"item": "
|
|
4477
|
-
"subitem": "
|
|
5075
|
+
"item": "base",
|
|
5076
|
+
"subitem": "foreground",
|
|
5077
|
+
"state": "value-color"
|
|
4478
5078
|
},
|
|
4479
5079
|
"path": [
|
|
4480
5080
|
"form",
|
|
4481
5081
|
"control",
|
|
4482
|
-
"
|
|
4483
|
-
"
|
|
5082
|
+
"base",
|
|
5083
|
+
"foreground",
|
|
5084
|
+
"value-color"
|
|
4484
5085
|
]
|
|
4485
5086
|
},
|
|
4486
5087
|
{
|
|
4487
|
-
"value": "#
|
|
5088
|
+
"value": "#656a76",
|
|
4488
5089
|
"type": "color",
|
|
4489
5090
|
"group": "components",
|
|
4490
5091
|
"original": {
|
|
4491
|
-
"value": "{color.
|
|
5092
|
+
"value": "{color.foreground.faint.value}",
|
|
4492
5093
|
"type": "color",
|
|
4493
5094
|
"group": "components"
|
|
4494
5095
|
},
|
|
4495
|
-
"name": "token-form-control-
|
|
5096
|
+
"name": "token-form-control-base-foreground-placeholder-color",
|
|
4496
5097
|
"attributes": {
|
|
4497
5098
|
"category": "form",
|
|
4498
5099
|
"type": "control",
|
|
4499
|
-
"item": "
|
|
4500
|
-
"subitem": "
|
|
5100
|
+
"item": "base",
|
|
5101
|
+
"subitem": "foreground",
|
|
5102
|
+
"state": "placeholder-color"
|
|
4501
5103
|
},
|
|
4502
5104
|
"path": [
|
|
4503
5105
|
"form",
|
|
4504
5106
|
"control",
|
|
4505
|
-
"
|
|
4506
|
-
"
|
|
5107
|
+
"base",
|
|
5108
|
+
"foreground",
|
|
5109
|
+
"placeholder-color"
|
|
4507
5110
|
]
|
|
4508
5111
|
},
|
|
4509
5112
|
{
|
|
4510
|
-
"value": "#
|
|
5113
|
+
"value": "#ffffff",
|
|
4511
5114
|
"type": "color",
|
|
4512
5115
|
"group": "components",
|
|
4513
5116
|
"original": {
|
|
4514
|
-
"value": "{color.
|
|
5117
|
+
"value": "{color.surface.interactive.value}",
|
|
4515
5118
|
"type": "color",
|
|
4516
5119
|
"group": "components"
|
|
4517
5120
|
},
|
|
4518
|
-
"name": "token-form-control-
|
|
5121
|
+
"name": "token-form-control-base-surface-color-default",
|
|
4519
5122
|
"attributes": {
|
|
4520
5123
|
"category": "form",
|
|
4521
5124
|
"type": "control",
|
|
4522
|
-
"item": "
|
|
4523
|
-
"subitem": "
|
|
5125
|
+
"item": "base",
|
|
5126
|
+
"subitem": "surface-color",
|
|
5127
|
+
"state": "default"
|
|
4524
5128
|
},
|
|
4525
5129
|
"path": [
|
|
4526
5130
|
"form",
|
|
4527
5131
|
"control",
|
|
4528
|
-
"
|
|
4529
|
-
"
|
|
5132
|
+
"base",
|
|
5133
|
+
"surface-color",
|
|
5134
|
+
"default"
|
|
4530
5135
|
]
|
|
4531
5136
|
},
|
|
4532
5137
|
{
|
|
4533
|
-
"value": "#
|
|
5138
|
+
"value": "#f1f2f3",
|
|
4534
5139
|
"type": "color",
|
|
4535
5140
|
"group": "components",
|
|
4536
5141
|
"original": {
|
|
4537
|
-
"value": "{color.surface.interactive-
|
|
5142
|
+
"value": "{color.surface.interactive-hover.value}",
|
|
4538
5143
|
"type": "color",
|
|
4539
5144
|
"group": "components"
|
|
4540
5145
|
},
|
|
4541
|
-
"name": "token-form-control-
|
|
5146
|
+
"name": "token-form-control-base-surface-color-hover",
|
|
4542
5147
|
"attributes": {
|
|
4543
5148
|
"category": "form",
|
|
4544
5149
|
"type": "control",
|
|
4545
|
-
"item": "
|
|
4546
|
-
"subitem": "surface-color"
|
|
5150
|
+
"item": "base",
|
|
5151
|
+
"subitem": "surface-color",
|
|
5152
|
+
"state": "hover"
|
|
4547
5153
|
},
|
|
4548
5154
|
"path": [
|
|
4549
5155
|
"form",
|
|
4550
5156
|
"control",
|
|
4551
|
-
"
|
|
4552
|
-
"surface-color"
|
|
5157
|
+
"base",
|
|
5158
|
+
"surface-color",
|
|
5159
|
+
"hover"
|
|
4553
5160
|
]
|
|
4554
5161
|
},
|
|
4555
5162
|
{
|
|
4556
|
-
"value": "#
|
|
5163
|
+
"value": "#8c909c",
|
|
4557
5164
|
"type": "color",
|
|
4558
5165
|
"group": "components",
|
|
4559
5166
|
"original": {
|
|
4560
|
-
"value": "{color.
|
|
5167
|
+
"value": "{color.palette.neutral-400.value}",
|
|
4561
5168
|
"type": "color",
|
|
4562
5169
|
"group": "components"
|
|
4563
5170
|
},
|
|
4564
|
-
"name": "token-form-control-
|
|
5171
|
+
"name": "token-form-control-base-border-color-default",
|
|
4565
5172
|
"attributes": {
|
|
4566
5173
|
"category": "form",
|
|
4567
5174
|
"type": "control",
|
|
4568
|
-
"item": "
|
|
4569
|
-
"subitem": "border-color"
|
|
5175
|
+
"item": "base",
|
|
5176
|
+
"subitem": "border-color",
|
|
5177
|
+
"state": "default"
|
|
4570
5178
|
},
|
|
4571
5179
|
"path": [
|
|
4572
5180
|
"form",
|
|
4573
5181
|
"control",
|
|
4574
|
-
"
|
|
4575
|
-
"border-color"
|
|
5182
|
+
"base",
|
|
5183
|
+
"border-color",
|
|
5184
|
+
"default"
|
|
4576
5185
|
]
|
|
4577
5186
|
},
|
|
4578
5187
|
{
|
|
4579
|
-
"value": "
|
|
4580
|
-
"type": "
|
|
4581
|
-
"
|
|
5188
|
+
"value": "#656a76",
|
|
5189
|
+
"type": "color",
|
|
5190
|
+
"group": "components",
|
|
4582
5191
|
"original": {
|
|
4583
|
-
"value": "
|
|
4584
|
-
"type": "
|
|
4585
|
-
"
|
|
5192
|
+
"value": "{color.palette.neutral-500.value}",
|
|
5193
|
+
"type": "color",
|
|
5194
|
+
"group": "components"
|
|
4586
5195
|
},
|
|
4587
|
-
"name": "token-form-control-
|
|
5196
|
+
"name": "token-form-control-base-border-color-hover",
|
|
4588
5197
|
"attributes": {
|
|
4589
5198
|
"category": "form",
|
|
4590
5199
|
"type": "control",
|
|
4591
|
-
"item": "
|
|
5200
|
+
"item": "base",
|
|
5201
|
+
"subitem": "border-color",
|
|
5202
|
+
"state": "hover"
|
|
4592
5203
|
},
|
|
4593
5204
|
"path": [
|
|
4594
5205
|
"form",
|
|
4595
5206
|
"control",
|
|
4596
|
-
"
|
|
5207
|
+
"base",
|
|
5208
|
+
"border-color",
|
|
5209
|
+
"hover"
|
|
4597
5210
|
]
|
|
4598
5211
|
},
|
|
4599
5212
|
{
|
|
4600
|
-
"value": "
|
|
4601
|
-
"type": "
|
|
5213
|
+
"value": "#ffffff",
|
|
5214
|
+
"type": "color",
|
|
5215
|
+
"group": "components",
|
|
4602
5216
|
"original": {
|
|
4603
|
-
"value": "
|
|
4604
|
-
"type": "
|
|
5217
|
+
"value": "{color.foreground.high-contrast.value}",
|
|
5218
|
+
"type": "color",
|
|
5219
|
+
"group": "components"
|
|
4605
5220
|
},
|
|
4606
|
-
"name": "token-form-control-
|
|
5221
|
+
"name": "token-form-control-checked-foreground-color",
|
|
4607
5222
|
"attributes": {
|
|
4608
5223
|
"category": "form",
|
|
4609
5224
|
"type": "control",
|
|
4610
|
-
"item": "
|
|
4611
|
-
"subitem": "
|
|
5225
|
+
"item": "checked",
|
|
5226
|
+
"subitem": "foreground-color"
|
|
4612
5227
|
},
|
|
4613
5228
|
"path": [
|
|
4614
5229
|
"form",
|
|
4615
5230
|
"control",
|
|
4616
|
-
"
|
|
4617
|
-
"
|
|
5231
|
+
"checked",
|
|
5232
|
+
"foreground-color"
|
|
4618
5233
|
]
|
|
4619
5234
|
},
|
|
4620
5235
|
{
|
|
4621
|
-
"value": "
|
|
4622
|
-
"type": "
|
|
5236
|
+
"value": "#1060ff",
|
|
5237
|
+
"type": "color",
|
|
5238
|
+
"group": "components",
|
|
4623
5239
|
"original": {
|
|
4624
|
-
"value": "
|
|
4625
|
-
"type": "
|
|
5240
|
+
"value": "{color.palette.blue-200.value}",
|
|
5241
|
+
"type": "color",
|
|
5242
|
+
"group": "components"
|
|
4626
5243
|
},
|
|
4627
|
-
"name": "token-form-control-
|
|
5244
|
+
"name": "token-form-control-checked-surface-color-default",
|
|
4628
5245
|
"attributes": {
|
|
4629
5246
|
"category": "form",
|
|
4630
5247
|
"type": "control",
|
|
4631
|
-
"item": "
|
|
4632
|
-
"subitem": "
|
|
5248
|
+
"item": "checked",
|
|
5249
|
+
"subitem": "surface-color",
|
|
5250
|
+
"state": "default"
|
|
4633
5251
|
},
|
|
4634
5252
|
"path": [
|
|
4635
5253
|
"form",
|
|
4636
5254
|
"control",
|
|
4637
|
-
"
|
|
4638
|
-
"
|
|
5255
|
+
"checked",
|
|
5256
|
+
"surface-color",
|
|
5257
|
+
"default"
|
|
4639
5258
|
]
|
|
4640
5259
|
},
|
|
4641
5260
|
{
|
|
4642
|
-
"value": "#
|
|
5261
|
+
"value": "#0c56e9",
|
|
4643
5262
|
"type": "color",
|
|
4644
5263
|
"group": "components",
|
|
4645
5264
|
"original": {
|
|
4646
|
-
"value": "{color.
|
|
5265
|
+
"value": "{color.palette.blue-300.value}",
|
|
4647
5266
|
"type": "color",
|
|
4648
5267
|
"group": "components"
|
|
4649
5268
|
},
|
|
4650
|
-
"name": "token-form-
|
|
5269
|
+
"name": "token-form-control-checked-surface-color-hover",
|
|
4651
5270
|
"attributes": {
|
|
4652
5271
|
"category": "form",
|
|
4653
|
-
"type": "
|
|
4654
|
-
"item": "
|
|
5272
|
+
"type": "control",
|
|
5273
|
+
"item": "checked",
|
|
5274
|
+
"subitem": "surface-color",
|
|
5275
|
+
"state": "hover"
|
|
4655
5276
|
},
|
|
4656
5277
|
"path": [
|
|
4657
5278
|
"form",
|
|
4658
|
-
"
|
|
4659
|
-
"
|
|
5279
|
+
"control",
|
|
5280
|
+
"checked",
|
|
5281
|
+
"surface-color",
|
|
5282
|
+
"hover"
|
|
4660
5283
|
]
|
|
4661
5284
|
},
|
|
4662
5285
|
{
|
|
4663
|
-
"value": "#
|
|
5286
|
+
"value": "#0c56e9",
|
|
4664
5287
|
"type": "color",
|
|
4665
5288
|
"group": "components",
|
|
4666
5289
|
"original": {
|
|
4667
|
-
"value": "{
|
|
5290
|
+
"value": "{color.palette.blue-300.value}",
|
|
4668
5291
|
"type": "color",
|
|
4669
5292
|
"group": "components"
|
|
4670
5293
|
},
|
|
4671
|
-
"name": "token-form-
|
|
5294
|
+
"name": "token-form-control-checked-border-color-default",
|
|
4672
5295
|
"attributes": {
|
|
4673
5296
|
"category": "form",
|
|
4674
|
-
"type": "
|
|
4675
|
-
"item": "
|
|
5297
|
+
"type": "control",
|
|
5298
|
+
"item": "checked",
|
|
5299
|
+
"subitem": "border-color",
|
|
5300
|
+
"state": "default"
|
|
4676
5301
|
},
|
|
4677
5302
|
"path": [
|
|
4678
5303
|
"form",
|
|
4679
|
-
"
|
|
4680
|
-
"
|
|
5304
|
+
"control",
|
|
5305
|
+
"checked",
|
|
5306
|
+
"border-color",
|
|
5307
|
+
"default"
|
|
4681
5308
|
]
|
|
4682
5309
|
},
|
|
4683
5310
|
{
|
|
4684
|
-
"value": "#
|
|
5311
|
+
"value": "#0046d1",
|
|
4685
5312
|
"type": "color",
|
|
4686
5313
|
"group": "components",
|
|
4687
5314
|
"original": {
|
|
4688
|
-
"value": "{color.
|
|
5315
|
+
"value": "{color.palette.blue-400.value}",
|
|
4689
5316
|
"type": "color",
|
|
4690
5317
|
"group": "components"
|
|
4691
5318
|
},
|
|
4692
|
-
"name": "token-form-
|
|
5319
|
+
"name": "token-form-control-checked-border-color-hover",
|
|
4693
5320
|
"attributes": {
|
|
4694
5321
|
"category": "form",
|
|
4695
|
-
"type": "
|
|
4696
|
-
"item": "
|
|
5322
|
+
"type": "control",
|
|
5323
|
+
"item": "checked",
|
|
5324
|
+
"subitem": "border-color",
|
|
5325
|
+
"state": "hover"
|
|
4697
5326
|
},
|
|
4698
5327
|
"path": [
|
|
4699
5328
|
"form",
|
|
4700
|
-
"
|
|
4701
|
-
"
|
|
5329
|
+
"control",
|
|
5330
|
+
"checked",
|
|
5331
|
+
"border-color",
|
|
5332
|
+
"hover"
|
|
4702
5333
|
]
|
|
4703
5334
|
},
|
|
4704
5335
|
{
|
|
4705
|
-
"value": "#
|
|
5336
|
+
"value": "#c00005",
|
|
4706
5337
|
"type": "color",
|
|
4707
5338
|
"group": "components",
|
|
4708
5339
|
"original": {
|
|
4709
|
-
"value": "{color.
|
|
5340
|
+
"value": "{color.palette.red-300.value}",
|
|
4710
5341
|
"type": "color",
|
|
4711
5342
|
"group": "components"
|
|
4712
5343
|
},
|
|
4713
|
-
"name": "token-form-
|
|
5344
|
+
"name": "token-form-control-invalid-border-color-default",
|
|
4714
5345
|
"attributes": {
|
|
4715
5346
|
"category": "form",
|
|
4716
|
-
"type": "
|
|
4717
|
-
"item": "
|
|
4718
|
-
"subitem": "color"
|
|
5347
|
+
"type": "control",
|
|
5348
|
+
"item": "invalid",
|
|
5349
|
+
"subitem": "border-color",
|
|
5350
|
+
"state": "default"
|
|
4719
5351
|
},
|
|
4720
5352
|
"path": [
|
|
4721
5353
|
"form",
|
|
4722
|
-
"
|
|
4723
|
-
"
|
|
4724
|
-
"color"
|
|
5354
|
+
"control",
|
|
5355
|
+
"invalid",
|
|
5356
|
+
"border-color",
|
|
5357
|
+
"default"
|
|
4725
5358
|
]
|
|
4726
5359
|
},
|
|
4727
5360
|
{
|
|
4728
|
-
"value": "#
|
|
5361
|
+
"value": "#940004",
|
|
4729
5362
|
"type": "color",
|
|
4730
5363
|
"group": "components",
|
|
4731
5364
|
"original": {
|
|
4732
|
-
"value": "{color.palette.red-
|
|
5365
|
+
"value": "{color.palette.red-400.value}",
|
|
4733
5366
|
"type": "color",
|
|
4734
5367
|
"group": "components"
|
|
4735
5368
|
},
|
|
4736
|
-
"name": "token-form-
|
|
5369
|
+
"name": "token-form-control-invalid-border-color-hover",
|
|
4737
5370
|
"attributes": {
|
|
4738
5371
|
"category": "form",
|
|
4739
|
-
"type": "
|
|
4740
|
-
"item": "
|
|
5372
|
+
"type": "control",
|
|
5373
|
+
"item": "invalid",
|
|
5374
|
+
"subitem": "border-color",
|
|
5375
|
+
"state": "hover"
|
|
4741
5376
|
},
|
|
4742
5377
|
"path": [
|
|
4743
5378
|
"form",
|
|
4744
|
-
"
|
|
4745
|
-
"
|
|
5379
|
+
"control",
|
|
5380
|
+
"invalid",
|
|
5381
|
+
"border-color",
|
|
5382
|
+
"hover"
|
|
4746
5383
|
]
|
|
4747
5384
|
},
|
|
4748
5385
|
{
|
|
4749
|
-
"value": "
|
|
4750
|
-
"type": "
|
|
4751
|
-
"
|
|
4752
|
-
|
|
4753
|
-
"
|
|
5386
|
+
"value": "#3b3d45",
|
|
5387
|
+
"type": "color",
|
|
5388
|
+
"group": "components",
|
|
5389
|
+
"original": {
|
|
5390
|
+
"value": "{color.foreground.primary.value}",
|
|
5391
|
+
"type": "color",
|
|
5392
|
+
"group": "components"
|
|
4754
5393
|
},
|
|
4755
|
-
"name": "token-form-
|
|
5394
|
+
"name": "token-form-control-readonly-foreground-color",
|
|
4756
5395
|
"attributes": {
|
|
4757
5396
|
"category": "form",
|
|
4758
|
-
"type": "
|
|
4759
|
-
"item": "
|
|
5397
|
+
"type": "control",
|
|
5398
|
+
"item": "readonly",
|
|
5399
|
+
"subitem": "foreground-color"
|
|
4760
5400
|
},
|
|
4761
5401
|
"path": [
|
|
4762
5402
|
"form",
|
|
4763
|
-
"
|
|
4764
|
-
"
|
|
5403
|
+
"control",
|
|
5404
|
+
"readonly",
|
|
5405
|
+
"foreground-color"
|
|
4765
5406
|
]
|
|
4766
5407
|
},
|
|
4767
5408
|
{
|
|
4768
|
-
"value": "
|
|
4769
|
-
"type": "
|
|
5409
|
+
"value": "#f1f2f3",
|
|
5410
|
+
"type": "color",
|
|
5411
|
+
"group": "components",
|
|
4770
5412
|
"original": {
|
|
4771
|
-
"value": "
|
|
4772
|
-
"type": "
|
|
5413
|
+
"value": "{color.surface.strong.value}",
|
|
5414
|
+
"type": "color",
|
|
5415
|
+
"group": "components"
|
|
4773
5416
|
},
|
|
4774
|
-
"name": "token-form-
|
|
5417
|
+
"name": "token-form-control-readonly-surface-color",
|
|
4775
5418
|
"attributes": {
|
|
4776
5419
|
"category": "form",
|
|
4777
|
-
"type": "
|
|
4778
|
-
"item": "
|
|
5420
|
+
"type": "control",
|
|
5421
|
+
"item": "readonly",
|
|
5422
|
+
"subitem": "surface-color"
|
|
4779
5423
|
},
|
|
4780
5424
|
"path": [
|
|
4781
5425
|
"form",
|
|
4782
|
-
"
|
|
4783
|
-
"
|
|
5426
|
+
"control",
|
|
5427
|
+
"readonly",
|
|
5428
|
+
"surface-color"
|
|
4784
5429
|
]
|
|
4785
5430
|
},
|
|
4786
5431
|
{
|
|
4787
|
-
"value": "
|
|
4788
|
-
"type": "
|
|
5432
|
+
"value": "#656a761a",
|
|
5433
|
+
"type": "color",
|
|
5434
|
+
"group": "components",
|
|
4789
5435
|
"original": {
|
|
4790
|
-
"value": "
|
|
4791
|
-
"type": "
|
|
5436
|
+
"value": "{color.border.faint.value}",
|
|
5437
|
+
"type": "color",
|
|
5438
|
+
"group": "components"
|
|
4792
5439
|
},
|
|
4793
|
-
"name": "token-form-
|
|
5440
|
+
"name": "token-form-control-readonly-border-color",
|
|
4794
5441
|
"attributes": {
|
|
4795
5442
|
"category": "form",
|
|
4796
|
-
"type": "
|
|
4797
|
-
"item": "
|
|
4798
|
-
"subitem": "
|
|
5443
|
+
"type": "control",
|
|
5444
|
+
"item": "readonly",
|
|
5445
|
+
"subitem": "border-color"
|
|
4799
5446
|
},
|
|
4800
5447
|
"path": [
|
|
4801
5448
|
"form",
|
|
4802
|
-
"
|
|
4803
|
-
"
|
|
4804
|
-
"
|
|
5449
|
+
"control",
|
|
5450
|
+
"readonly",
|
|
5451
|
+
"border-color"
|
|
4805
5452
|
]
|
|
4806
5453
|
},
|
|
4807
5454
|
{
|
|
4808
|
-
"value": "
|
|
4809
|
-
"type": "
|
|
5455
|
+
"value": "#8c909c",
|
|
5456
|
+
"type": "color",
|
|
5457
|
+
"group": "components",
|
|
4810
5458
|
"original": {
|
|
4811
|
-
"value": "
|
|
4812
|
-
"type": "
|
|
5459
|
+
"value": "{color.foreground.disabled.value}",
|
|
5460
|
+
"type": "color",
|
|
5461
|
+
"group": "components"
|
|
4813
5462
|
},
|
|
4814
|
-
"name": "token-form-
|
|
5463
|
+
"name": "token-form-control-disabled-foreground-color",
|
|
4815
5464
|
"attributes": {
|
|
4816
5465
|
"category": "form",
|
|
4817
|
-
"type": "
|
|
4818
|
-
"item": "
|
|
4819
|
-
"subitem": "
|
|
5466
|
+
"type": "control",
|
|
5467
|
+
"item": "disabled",
|
|
5468
|
+
"subitem": "foreground-color"
|
|
4820
5469
|
},
|
|
4821
5470
|
"path": [
|
|
4822
5471
|
"form",
|
|
4823
|
-
"
|
|
4824
|
-
"
|
|
4825
|
-
"
|
|
5472
|
+
"control",
|
|
5473
|
+
"disabled",
|
|
5474
|
+
"foreground-color"
|
|
4826
5475
|
]
|
|
4827
5476
|
},
|
|
4828
5477
|
{
|
|
4829
|
-
"value": "
|
|
4830
|
-
"type": "
|
|
5478
|
+
"value": "#fafafa",
|
|
5479
|
+
"type": "color",
|
|
5480
|
+
"group": "components",
|
|
4831
5481
|
"original": {
|
|
4832
|
-
"value": "
|
|
4833
|
-
"type": "
|
|
5482
|
+
"value": "{color.surface.interactive-disabled.value}",
|
|
5483
|
+
"type": "color",
|
|
5484
|
+
"group": "components"
|
|
4834
5485
|
},
|
|
4835
|
-
"name": "token-form-
|
|
5486
|
+
"name": "token-form-control-disabled-surface-color",
|
|
4836
5487
|
"attributes": {
|
|
4837
5488
|
"category": "form",
|
|
4838
|
-
"type": "
|
|
4839
|
-
"item": "
|
|
4840
|
-
"subitem": "
|
|
5489
|
+
"type": "control",
|
|
5490
|
+
"item": "disabled",
|
|
5491
|
+
"subitem": "surface-color"
|
|
4841
5492
|
},
|
|
4842
5493
|
"path": [
|
|
4843
5494
|
"form",
|
|
4844
|
-
"
|
|
4845
|
-
"
|
|
4846
|
-
"
|
|
5495
|
+
"control",
|
|
5496
|
+
"disabled",
|
|
5497
|
+
"surface-color"
|
|
4847
5498
|
]
|
|
4848
5499
|
},
|
|
4849
5500
|
{
|
|
4850
|
-
"value": "
|
|
4851
|
-
"
|
|
5501
|
+
"value": "#656a7633",
|
|
5502
|
+
"type": "color",
|
|
5503
|
+
"group": "components",
|
|
4852
5504
|
"original": {
|
|
4853
|
-
"value": "
|
|
4854
|
-
"
|
|
5505
|
+
"value": "{color.border.primary.value}",
|
|
5506
|
+
"type": "color",
|
|
5507
|
+
"group": "components"
|
|
4855
5508
|
},
|
|
4856
|
-
"name": "token-form-
|
|
5509
|
+
"name": "token-form-control-disabled-border-color",
|
|
4857
5510
|
"attributes": {
|
|
4858
5511
|
"category": "form",
|
|
4859
|
-
"type": "
|
|
4860
|
-
"item": "
|
|
4861
|
-
"subitem": "
|
|
5512
|
+
"type": "control",
|
|
5513
|
+
"item": "disabled",
|
|
5514
|
+
"subitem": "border-color"
|
|
4862
5515
|
},
|
|
4863
5516
|
"path": [
|
|
4864
5517
|
"form",
|
|
4865
|
-
"
|
|
4866
|
-
"
|
|
4867
|
-
"
|
|
5518
|
+
"control",
|
|
5519
|
+
"disabled",
|
|
5520
|
+
"border-color"
|
|
4868
5521
|
]
|
|
4869
5522
|
},
|
|
4870
5523
|
{
|
|
4871
|
-
"value": "
|
|
4872
|
-
"
|
|
5524
|
+
"value": "7px",
|
|
5525
|
+
"type": "size",
|
|
5526
|
+
"comment": "Notice: we have to take in account the border, so it's 1px less than in Figma.",
|
|
4873
5527
|
"original": {
|
|
4874
|
-
"value": "
|
|
4875
|
-
"
|
|
5528
|
+
"value": "7",
|
|
5529
|
+
"type": "size",
|
|
5530
|
+
"comment": "Notice: we have to take in account the border, so it's 1px less than in Figma."
|
|
4876
5531
|
},
|
|
4877
|
-
"name": "token-form-
|
|
5532
|
+
"name": "token-form-control-padding",
|
|
4878
5533
|
"attributes": {
|
|
4879
5534
|
"category": "form",
|
|
4880
|
-
"type": "
|
|
4881
|
-
"item": "
|
|
4882
|
-
"subitem": "data-url-indeterminate"
|
|
5535
|
+
"type": "control",
|
|
5536
|
+
"item": "padding"
|
|
4883
5537
|
},
|
|
4884
5538
|
"path": [
|
|
4885
5539
|
"form",
|
|
4886
|
-
"
|
|
4887
|
-
"
|
|
4888
|
-
"data-url-indeterminate"
|
|
5540
|
+
"control",
|
|
5541
|
+
"padding"
|
|
4889
5542
|
]
|
|
4890
5543
|
},
|
|
4891
5544
|
{
|
|
4892
|
-
"value": "
|
|
4893
|
-
"
|
|
5545
|
+
"value": "5px",
|
|
5546
|
+
"type": "size",
|
|
4894
5547
|
"original": {
|
|
4895
|
-
"value": "
|
|
4896
|
-
"
|
|
5548
|
+
"value": "5",
|
|
5549
|
+
"type": "size"
|
|
4897
5550
|
},
|
|
4898
|
-
"name": "token-form-
|
|
5551
|
+
"name": "token-form-control-border-radius",
|
|
4899
5552
|
"attributes": {
|
|
4900
5553
|
"category": "form",
|
|
4901
|
-
"type": "
|
|
4902
|
-
"item": "
|
|
4903
|
-
"subitem": "
|
|
5554
|
+
"type": "control",
|
|
5555
|
+
"item": "border",
|
|
5556
|
+
"subitem": "radius"
|
|
4904
5557
|
},
|
|
4905
5558
|
"path": [
|
|
4906
5559
|
"form",
|
|
4907
|
-
"
|
|
4908
|
-
"
|
|
4909
|
-
"
|
|
5560
|
+
"control",
|
|
5561
|
+
"border",
|
|
5562
|
+
"radius"
|
|
4910
5563
|
]
|
|
4911
5564
|
},
|
|
4912
5565
|
{
|
|
4913
|
-
"value": "
|
|
4914
|
-
"
|
|
5566
|
+
"value": "1px",
|
|
5567
|
+
"type": "size",
|
|
4915
5568
|
"original": {
|
|
4916
|
-
"value": "
|
|
4917
|
-
"
|
|
5569
|
+
"value": "1",
|
|
5570
|
+
"type": "size"
|
|
4918
5571
|
},
|
|
4919
|
-
"name": "token-form-
|
|
5572
|
+
"name": "token-form-control-border-width",
|
|
4920
5573
|
"attributes": {
|
|
4921
5574
|
"category": "form",
|
|
4922
|
-
"type": "
|
|
4923
|
-
"item": "
|
|
4924
|
-
"subitem": "
|
|
5575
|
+
"type": "control",
|
|
5576
|
+
"item": "border",
|
|
5577
|
+
"subitem": "width"
|
|
4925
5578
|
},
|
|
4926
5579
|
"path": [
|
|
4927
5580
|
"form",
|
|
4928
|
-
"
|
|
4929
|
-
"
|
|
4930
|
-
"
|
|
5581
|
+
"control",
|
|
5582
|
+
"border",
|
|
5583
|
+
"width"
|
|
4931
5584
|
]
|
|
4932
5585
|
},
|
|
4933
5586
|
{
|
|
@@ -5659,61 +6312,6 @@
|
|
|
5659
6312
|
"thumb-size"
|
|
5660
6313
|
]
|
|
5661
6314
|
},
|
|
5662
|
-
{
|
|
5663
|
-
"value": "60px",
|
|
5664
|
-
"type": "size",
|
|
5665
|
-
"original": {
|
|
5666
|
-
"value": "60",
|
|
5667
|
-
"type": "size"
|
|
5668
|
-
},
|
|
5669
|
-
"name": "token-app-header-height",
|
|
5670
|
-
"attributes": {
|
|
5671
|
-
"category": "app-header",
|
|
5672
|
-
"type": "height"
|
|
5673
|
-
},
|
|
5674
|
-
"path": [
|
|
5675
|
-
"app-header",
|
|
5676
|
-
"height"
|
|
5677
|
-
]
|
|
5678
|
-
},
|
|
5679
|
-
{
|
|
5680
|
-
"value": "36px",
|
|
5681
|
-
"type": "size",
|
|
5682
|
-
"original": {
|
|
5683
|
-
"value": "36",
|
|
5684
|
-
"type": "size"
|
|
5685
|
-
},
|
|
5686
|
-
"name": "token-app-header-home-link-size",
|
|
5687
|
-
"attributes": {
|
|
5688
|
-
"category": "app-header",
|
|
5689
|
-
"type": "home-link",
|
|
5690
|
-
"item": "size"
|
|
5691
|
-
},
|
|
5692
|
-
"path": [
|
|
5693
|
-
"app-header",
|
|
5694
|
-
"home-link",
|
|
5695
|
-
"size"
|
|
5696
|
-
]
|
|
5697
|
-
},
|
|
5698
|
-
{
|
|
5699
|
-
"value": "28px",
|
|
5700
|
-
"type": "size",
|
|
5701
|
-
"original": {
|
|
5702
|
-
"value": "28",
|
|
5703
|
-
"type": "size"
|
|
5704
|
-
},
|
|
5705
|
-
"name": "token-app-header-logo-size",
|
|
5706
|
-
"attributes": {
|
|
5707
|
-
"category": "app-header",
|
|
5708
|
-
"type": "logo",
|
|
5709
|
-
"item": "size"
|
|
5710
|
-
},
|
|
5711
|
-
"path": [
|
|
5712
|
-
"app-header",
|
|
5713
|
-
"logo",
|
|
5714
|
-
"size"
|
|
5715
|
-
]
|
|
5716
|
-
},
|
|
5717
6315
|
{
|
|
5718
6316
|
"value": "36px",
|
|
5719
6317
|
"type": "size",
|
|
@@ -6292,7 +6890,7 @@
|
|
|
6292
6890
|
]
|
|
6293
6891
|
},
|
|
6294
6892
|
{
|
|
6295
|
-
"value": "#
|
|
6893
|
+
"value": "#ffffff",
|
|
6296
6894
|
"type": "color",
|
|
6297
6895
|
"group": "components",
|
|
6298
6896
|
"original": {
|