@hashicorp/design-system-tokens 2.2.0 → 2.2.2
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/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 +5 -6
- 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 +47 -24
- package/dist/docs/products/tokens.json +1002 -480
- 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 +47 -24
- package/dist/marketing/tokens.json +1291 -689
- 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 +47 -24
- package/package.json +14 -11
|
@@ -3279,13 +3279,13 @@
|
|
|
3279
3279
|
"gradient": {
|
|
3280
3280
|
"primary": {
|
|
3281
3281
|
"start": {
|
|
3282
|
-
"value": "#
|
|
3282
|
+
"value": "#639cff",
|
|
3283
3283
|
"type": "color",
|
|
3284
3284
|
"group": "branding",
|
|
3285
3285
|
"filePath": "src/products/shared/color/semantic-product-vagrant.json",
|
|
3286
3286
|
"isSource": true,
|
|
3287
3287
|
"original": {
|
|
3288
|
-
"value": "{color.palette.vagrant-
|
|
3288
|
+
"value": "{color.palette.vagrant-300.value}",
|
|
3289
3289
|
"type": "color",
|
|
3290
3290
|
"group": "branding"
|
|
3291
3291
|
},
|
|
@@ -3306,13 +3306,13 @@
|
|
|
3306
3306
|
]
|
|
3307
3307
|
},
|
|
3308
3308
|
"stop": {
|
|
3309
|
-
"value": "#
|
|
3309
|
+
"value": "#2e71e5",
|
|
3310
3310
|
"type": "color",
|
|
3311
3311
|
"group": "branding",
|
|
3312
3312
|
"filePath": "src/products/shared/color/semantic-product-vagrant.json",
|
|
3313
3313
|
"isSource": true,
|
|
3314
3314
|
"original": {
|
|
3315
|
-
"value": "{color.palette.vagrant-
|
|
3315
|
+
"value": "{color.palette.vagrant-400.value}",
|
|
3316
3316
|
"type": "color",
|
|
3317
3317
|
"group": "branding"
|
|
3318
3318
|
},
|
|
@@ -4310,107 +4310,107 @@
|
|
|
4310
4310
|
}
|
|
4311
4311
|
},
|
|
4312
4312
|
"elevation": {
|
|
4313
|
-
"
|
|
4313
|
+
"inset": {
|
|
4314
4314
|
"box-shadow": {
|
|
4315
|
-
"value": "
|
|
4315
|
+
"value": "inset 0px 1px 2px 1px #656a761a",
|
|
4316
4316
|
"filePath": "src/global/elevation/elevation.json",
|
|
4317
4317
|
"isSource": true,
|
|
4318
4318
|
"original": {
|
|
4319
|
-
"value": "{elevation.
|
|
4319
|
+
"value": "{elevation.inset.box-shadow-01.value}"
|
|
4320
4320
|
},
|
|
4321
|
-
"name": "token-elevation-
|
|
4321
|
+
"name": "token-elevation-inset-box-shadow",
|
|
4322
4322
|
"attributes": {
|
|
4323
4323
|
"category": "elevation",
|
|
4324
|
-
"type": "
|
|
4324
|
+
"type": "inset",
|
|
4325
4325
|
"item": "box-shadow"
|
|
4326
4326
|
},
|
|
4327
4327
|
"path": [
|
|
4328
4328
|
"elevation",
|
|
4329
|
-
"
|
|
4329
|
+
"inset",
|
|
4330
4330
|
"box-shadow"
|
|
4331
4331
|
]
|
|
4332
4332
|
}
|
|
4333
4333
|
},
|
|
4334
|
-
"
|
|
4334
|
+
"low": {
|
|
4335
4335
|
"box-shadow": {
|
|
4336
|
-
"value": "0px
|
|
4336
|
+
"value": "0px 1px 1px 0px #656a760d, 0px 2px 2px 0px #656a760d",
|
|
4337
4337
|
"filePath": "src/global/elevation/elevation.json",
|
|
4338
4338
|
"isSource": true,
|
|
4339
4339
|
"original": {
|
|
4340
|
-
"value": "{elevation.
|
|
4340
|
+
"value": "{elevation.low.box-shadow-01.value}, {elevation.low.box-shadow-02.value}"
|
|
4341
4341
|
},
|
|
4342
|
-
"name": "token-elevation-
|
|
4342
|
+
"name": "token-elevation-low-box-shadow",
|
|
4343
4343
|
"attributes": {
|
|
4344
4344
|
"category": "elevation",
|
|
4345
|
-
"type": "
|
|
4345
|
+
"type": "low",
|
|
4346
4346
|
"item": "box-shadow"
|
|
4347
4347
|
},
|
|
4348
4348
|
"path": [
|
|
4349
4349
|
"elevation",
|
|
4350
|
-
"
|
|
4350
|
+
"low",
|
|
4351
4351
|
"box-shadow"
|
|
4352
4352
|
]
|
|
4353
4353
|
}
|
|
4354
4354
|
},
|
|
4355
|
-
"
|
|
4355
|
+
"mid": {
|
|
4356
4356
|
"box-shadow": {
|
|
4357
|
-
"value": "
|
|
4357
|
+
"value": "0px 2px 3px 0px #656a761a, 0px 8px 16px -10px #656a7633",
|
|
4358
4358
|
"filePath": "src/global/elevation/elevation.json",
|
|
4359
4359
|
"isSource": true,
|
|
4360
4360
|
"original": {
|
|
4361
|
-
"value": "{elevation.
|
|
4361
|
+
"value": "{elevation.mid.box-shadow-01.value}, {elevation.mid.box-shadow-02.value}"
|
|
4362
4362
|
},
|
|
4363
|
-
"name": "token-elevation-
|
|
4363
|
+
"name": "token-elevation-mid-box-shadow",
|
|
4364
4364
|
"attributes": {
|
|
4365
4365
|
"category": "elevation",
|
|
4366
|
-
"type": "
|
|
4366
|
+
"type": "mid",
|
|
4367
4367
|
"item": "box-shadow"
|
|
4368
4368
|
},
|
|
4369
4369
|
"path": [
|
|
4370
4370
|
"elevation",
|
|
4371
|
-
"
|
|
4371
|
+
"mid",
|
|
4372
4372
|
"box-shadow"
|
|
4373
4373
|
]
|
|
4374
4374
|
}
|
|
4375
4375
|
},
|
|
4376
|
-
"
|
|
4376
|
+
"high": {
|
|
4377
4377
|
"box-shadow": {
|
|
4378
|
-
"value": "0px
|
|
4378
|
+
"value": "0px 2px 3px 0px #656a7626, 0px 16px 16px -10px #656a7633",
|
|
4379
4379
|
"filePath": "src/global/elevation/elevation.json",
|
|
4380
4380
|
"isSource": true,
|
|
4381
4381
|
"original": {
|
|
4382
|
-
"value": "{elevation.
|
|
4382
|
+
"value": "{elevation.high.box-shadow-01.value}, {elevation.high.box-shadow-02.value}"
|
|
4383
4383
|
},
|
|
4384
|
-
"name": "token-elevation-
|
|
4384
|
+
"name": "token-elevation-high-box-shadow",
|
|
4385
4385
|
"attributes": {
|
|
4386
4386
|
"category": "elevation",
|
|
4387
|
-
"type": "
|
|
4387
|
+
"type": "high",
|
|
4388
4388
|
"item": "box-shadow"
|
|
4389
4389
|
},
|
|
4390
4390
|
"path": [
|
|
4391
4391
|
"elevation",
|
|
4392
|
-
"
|
|
4392
|
+
"high",
|
|
4393
4393
|
"box-shadow"
|
|
4394
4394
|
]
|
|
4395
4395
|
}
|
|
4396
4396
|
},
|
|
4397
|
-
"
|
|
4397
|
+
"higher": {
|
|
4398
4398
|
"box-shadow": {
|
|
4399
|
-
"value": "0px 2px 3px 0px #656a761a, 0px
|
|
4399
|
+
"value": "0px 2px 3px 0px #656a761a, 0px 12px 28px 0px #656a7640",
|
|
4400
4400
|
"filePath": "src/global/elevation/elevation.json",
|
|
4401
4401
|
"isSource": true,
|
|
4402
4402
|
"original": {
|
|
4403
|
-
"value": "{elevation.
|
|
4403
|
+
"value": "{elevation.higher.box-shadow-01.value}, {elevation.higher.box-shadow-02.value}"
|
|
4404
4404
|
},
|
|
4405
|
-
"name": "token-elevation-
|
|
4405
|
+
"name": "token-elevation-higher-box-shadow",
|
|
4406
4406
|
"attributes": {
|
|
4407
4407
|
"category": "elevation",
|
|
4408
|
-
"type": "
|
|
4408
|
+
"type": "higher",
|
|
4409
4409
|
"item": "box-shadow"
|
|
4410
4410
|
},
|
|
4411
4411
|
"path": [
|
|
4412
4412
|
"elevation",
|
|
4413
|
-
"
|
|
4413
|
+
"higher",
|
|
4414
4414
|
"box-shadow"
|
|
4415
4415
|
]
|
|
4416
4416
|
}
|
|
@@ -4630,114 +4630,1121 @@
|
|
|
4630
4630
|
}
|
|
4631
4631
|
}
|
|
4632
4632
|
},
|
|
4633
|
-
"
|
|
4634
|
-
"
|
|
4635
|
-
"
|
|
4636
|
-
|
|
4637
|
-
|
|
4638
|
-
|
|
4639
|
-
|
|
4640
|
-
|
|
4641
|
-
|
|
4642
|
-
|
|
4643
|
-
|
|
4644
|
-
|
|
4645
|
-
|
|
4646
|
-
|
|
4647
|
-
|
|
4648
|
-
|
|
4649
|
-
|
|
4650
|
-
|
|
4651
|
-
|
|
4652
|
-
|
|
4653
|
-
|
|
4654
|
-
|
|
4655
|
-
|
|
4656
|
-
|
|
4657
|
-
|
|
4658
|
-
|
|
4659
|
-
|
|
4660
|
-
|
|
4661
|
-
|
|
4662
|
-
|
|
4633
|
+
"app-header": {
|
|
4634
|
+
"height": {
|
|
4635
|
+
"value": "60px",
|
|
4636
|
+
"type": "size",
|
|
4637
|
+
"filePath": "src/products/shared/app-header.json",
|
|
4638
|
+
"isSource": true,
|
|
4639
|
+
"original": {
|
|
4640
|
+
"value": "60",
|
|
4641
|
+
"type": "size"
|
|
4642
|
+
},
|
|
4643
|
+
"name": "token-app-header-height",
|
|
4644
|
+
"attributes": {
|
|
4645
|
+
"category": "app-header",
|
|
4646
|
+
"type": "height"
|
|
4647
|
+
},
|
|
4648
|
+
"path": [
|
|
4649
|
+
"app-header",
|
|
4650
|
+
"height"
|
|
4651
|
+
]
|
|
4652
|
+
},
|
|
4653
|
+
"home-link": {
|
|
4654
|
+
"size": {
|
|
4655
|
+
"value": "36px",
|
|
4656
|
+
"type": "size",
|
|
4657
|
+
"filePath": "src/products/shared/app-header.json",
|
|
4658
|
+
"isSource": true,
|
|
4659
|
+
"original": {
|
|
4660
|
+
"value": "36",
|
|
4661
|
+
"type": "size"
|
|
4662
|
+
},
|
|
4663
|
+
"name": "token-app-header-home-link-size",
|
|
4664
|
+
"attributes": {
|
|
4665
|
+
"category": "app-header",
|
|
4666
|
+
"type": "home-link",
|
|
4667
|
+
"item": "size"
|
|
4668
|
+
},
|
|
4669
|
+
"path": [
|
|
4670
|
+
"app-header",
|
|
4671
|
+
"home-link",
|
|
4672
|
+
"size"
|
|
4673
|
+
]
|
|
4674
|
+
}
|
|
4675
|
+
},
|
|
4676
|
+
"logo": {
|
|
4677
|
+
"size": {
|
|
4678
|
+
"value": "28px",
|
|
4679
|
+
"type": "size",
|
|
4680
|
+
"filePath": "src/products/shared/app-header.json",
|
|
4681
|
+
"isSource": true,
|
|
4682
|
+
"original": {
|
|
4683
|
+
"value": "28",
|
|
4684
|
+
"type": "size"
|
|
4685
|
+
},
|
|
4686
|
+
"name": "token-app-header-logo-size",
|
|
4687
|
+
"attributes": {
|
|
4688
|
+
"category": "app-header",
|
|
4689
|
+
"type": "logo",
|
|
4690
|
+
"item": "size"
|
|
4691
|
+
},
|
|
4692
|
+
"path": [
|
|
4693
|
+
"app-header",
|
|
4694
|
+
"logo",
|
|
4695
|
+
"size"
|
|
4696
|
+
]
|
|
4697
|
+
}
|
|
4698
|
+
}
|
|
4699
|
+
},
|
|
4700
|
+
"app-side-nav": {
|
|
4701
|
+
"wrapper": {
|
|
4702
|
+
"border": {
|
|
4703
|
+
"width": {
|
|
4704
|
+
"value": "1px",
|
|
4705
|
+
"type": "size",
|
|
4706
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
4707
|
+
"isSource": true,
|
|
4708
|
+
"original": {
|
|
4709
|
+
"value": "1",
|
|
4710
|
+
"type": "size"
|
|
4663
4711
|
},
|
|
4664
|
-
"
|
|
4665
|
-
|
|
4666
|
-
"
|
|
4667
|
-
"
|
|
4668
|
-
"
|
|
4669
|
-
"
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
|
|
4673
|
-
|
|
4674
|
-
|
|
4675
|
-
"
|
|
4676
|
-
|
|
4677
|
-
"category": "form",
|
|
4678
|
-
"type": "control",
|
|
4679
|
-
"item": "base",
|
|
4680
|
-
"subitem": "foreground",
|
|
4681
|
-
"state": "placeholder-color"
|
|
4682
|
-
},
|
|
4683
|
-
"path": [
|
|
4684
|
-
"form",
|
|
4685
|
-
"control",
|
|
4686
|
-
"base",
|
|
4687
|
-
"foreground",
|
|
4688
|
-
"placeholder-color"
|
|
4689
|
-
]
|
|
4690
|
-
}
|
|
4712
|
+
"name": "token-app-side-nav-wrapper-border-width",
|
|
4713
|
+
"attributes": {
|
|
4714
|
+
"category": "app-side-nav",
|
|
4715
|
+
"type": "wrapper",
|
|
4716
|
+
"item": "border",
|
|
4717
|
+
"subitem": "width"
|
|
4718
|
+
},
|
|
4719
|
+
"path": [
|
|
4720
|
+
"app-side-nav",
|
|
4721
|
+
"wrapper",
|
|
4722
|
+
"border",
|
|
4723
|
+
"width"
|
|
4724
|
+
]
|
|
4691
4725
|
},
|
|
4692
|
-
"
|
|
4693
|
-
"
|
|
4694
|
-
|
|
4726
|
+
"color": {
|
|
4727
|
+
"value": "var(--token-color-palette-neutral-200)",
|
|
4728
|
+
"type": "color",
|
|
4729
|
+
"group": "components",
|
|
4730
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
4731
|
+
"isSource": true,
|
|
4732
|
+
"original": {
|
|
4733
|
+
"value": "var(--token-color-palette-neutral-200)",
|
|
4695
4734
|
"type": "color",
|
|
4696
|
-
"group": "components"
|
|
4697
|
-
"filePath": "src/products/shared/form/generic-control/colors.json",
|
|
4698
|
-
"isSource": true,
|
|
4699
|
-
"original": {
|
|
4700
|
-
"value": "{color.surface.interactive.value}",
|
|
4701
|
-
"type": "color",
|
|
4702
|
-
"group": "components"
|
|
4703
|
-
},
|
|
4704
|
-
"name": "token-form-control-base-surface-color-default",
|
|
4705
|
-
"attributes": {
|
|
4706
|
-
"category": "form",
|
|
4707
|
-
"type": "control",
|
|
4708
|
-
"item": "base",
|
|
4709
|
-
"subitem": "surface-color",
|
|
4710
|
-
"state": "default"
|
|
4711
|
-
},
|
|
4712
|
-
"path": [
|
|
4713
|
-
"form",
|
|
4714
|
-
"control",
|
|
4715
|
-
"base",
|
|
4716
|
-
"surface-color",
|
|
4717
|
-
"default"
|
|
4718
|
-
]
|
|
4735
|
+
"group": "components"
|
|
4719
4736
|
},
|
|
4720
|
-
"
|
|
4721
|
-
|
|
4722
|
-
"
|
|
4723
|
-
"
|
|
4724
|
-
"
|
|
4725
|
-
"
|
|
4726
|
-
|
|
4727
|
-
|
|
4728
|
-
|
|
4729
|
-
|
|
4730
|
-
|
|
4731
|
-
"
|
|
4732
|
-
|
|
4733
|
-
|
|
4734
|
-
|
|
4735
|
-
|
|
4736
|
-
|
|
4737
|
-
|
|
4738
|
-
|
|
4739
|
-
|
|
4740
|
-
|
|
4737
|
+
"name": "token-app-side-nav-wrapper-border-color",
|
|
4738
|
+
"attributes": {
|
|
4739
|
+
"category": "app-side-nav",
|
|
4740
|
+
"type": "wrapper",
|
|
4741
|
+
"item": "border",
|
|
4742
|
+
"subitem": "color"
|
|
4743
|
+
},
|
|
4744
|
+
"path": [
|
|
4745
|
+
"app-side-nav",
|
|
4746
|
+
"wrapper",
|
|
4747
|
+
"border",
|
|
4748
|
+
"color"
|
|
4749
|
+
]
|
|
4750
|
+
}
|
|
4751
|
+
},
|
|
4752
|
+
"padding": {
|
|
4753
|
+
"horizontal": {
|
|
4754
|
+
"value": "16px",
|
|
4755
|
+
"type": "size",
|
|
4756
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
4757
|
+
"isSource": true,
|
|
4758
|
+
"original": {
|
|
4759
|
+
"value": "16",
|
|
4760
|
+
"type": "size"
|
|
4761
|
+
},
|
|
4762
|
+
"name": "token-app-side-nav-wrapper-padding-horizontal",
|
|
4763
|
+
"attributes": {
|
|
4764
|
+
"category": "app-side-nav",
|
|
4765
|
+
"type": "wrapper",
|
|
4766
|
+
"item": "padding",
|
|
4767
|
+
"subitem": "horizontal"
|
|
4768
|
+
},
|
|
4769
|
+
"path": [
|
|
4770
|
+
"app-side-nav",
|
|
4771
|
+
"wrapper",
|
|
4772
|
+
"padding",
|
|
4773
|
+
"horizontal"
|
|
4774
|
+
]
|
|
4775
|
+
},
|
|
4776
|
+
"vertical": {
|
|
4777
|
+
"value": "16px",
|
|
4778
|
+
"type": "size",
|
|
4779
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
4780
|
+
"isSource": true,
|
|
4781
|
+
"original": {
|
|
4782
|
+
"value": "16",
|
|
4783
|
+
"type": "size"
|
|
4784
|
+
},
|
|
4785
|
+
"name": "token-app-side-nav-wrapper-padding-vertical",
|
|
4786
|
+
"attributes": {
|
|
4787
|
+
"category": "app-side-nav",
|
|
4788
|
+
"type": "wrapper",
|
|
4789
|
+
"item": "padding",
|
|
4790
|
+
"subitem": "vertical"
|
|
4791
|
+
},
|
|
4792
|
+
"path": [
|
|
4793
|
+
"app-side-nav",
|
|
4794
|
+
"wrapper",
|
|
4795
|
+
"padding",
|
|
4796
|
+
"vertical"
|
|
4797
|
+
]
|
|
4798
|
+
},
|
|
4799
|
+
"horizontal-minimized": {
|
|
4800
|
+
"value": "8px",
|
|
4801
|
+
"type": "size",
|
|
4802
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
4803
|
+
"isSource": true,
|
|
4804
|
+
"original": {
|
|
4805
|
+
"value": "8",
|
|
4806
|
+
"type": "size"
|
|
4807
|
+
},
|
|
4808
|
+
"name": "token-app-side-nav-wrapper-padding-horizontal-minimized",
|
|
4809
|
+
"attributes": {
|
|
4810
|
+
"category": "app-side-nav",
|
|
4811
|
+
"type": "wrapper",
|
|
4812
|
+
"item": "padding",
|
|
4813
|
+
"subitem": "horizontal-minimized"
|
|
4814
|
+
},
|
|
4815
|
+
"path": [
|
|
4816
|
+
"app-side-nav",
|
|
4817
|
+
"wrapper",
|
|
4818
|
+
"padding",
|
|
4819
|
+
"horizontal-minimized"
|
|
4820
|
+
]
|
|
4821
|
+
},
|
|
4822
|
+
"vertical-minimized": {
|
|
4823
|
+
"value": "22px",
|
|
4824
|
+
"type": "size",
|
|
4825
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
4826
|
+
"isSource": true,
|
|
4827
|
+
"original": {
|
|
4828
|
+
"value": "22",
|
|
4829
|
+
"type": "size"
|
|
4830
|
+
},
|
|
4831
|
+
"name": "token-app-side-nav-wrapper-padding-vertical-minimized",
|
|
4832
|
+
"attributes": {
|
|
4833
|
+
"category": "app-side-nav",
|
|
4834
|
+
"type": "wrapper",
|
|
4835
|
+
"item": "padding",
|
|
4836
|
+
"subitem": "vertical-minimized"
|
|
4837
|
+
},
|
|
4838
|
+
"path": [
|
|
4839
|
+
"app-side-nav",
|
|
4840
|
+
"wrapper",
|
|
4841
|
+
"padding",
|
|
4842
|
+
"vertical-minimized"
|
|
4843
|
+
]
|
|
4844
|
+
}
|
|
4845
|
+
}
|
|
4846
|
+
},
|
|
4847
|
+
"toggle-button": {
|
|
4848
|
+
"border": {
|
|
4849
|
+
"radius": {
|
|
4850
|
+
"value": "5px",
|
|
4851
|
+
"type": "size",
|
|
4852
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
4853
|
+
"isSource": true,
|
|
4854
|
+
"original": {
|
|
4855
|
+
"value": "5",
|
|
4856
|
+
"type": "size"
|
|
4857
|
+
},
|
|
4858
|
+
"name": "token-app-side-nav-toggle-button-border-radius",
|
|
4859
|
+
"attributes": {
|
|
4860
|
+
"category": "app-side-nav",
|
|
4861
|
+
"type": "toggle-button",
|
|
4862
|
+
"item": "border",
|
|
4863
|
+
"subitem": "radius"
|
|
4864
|
+
},
|
|
4865
|
+
"path": [
|
|
4866
|
+
"app-side-nav",
|
|
4867
|
+
"toggle-button",
|
|
4868
|
+
"border",
|
|
4869
|
+
"radius"
|
|
4870
|
+
]
|
|
4871
|
+
}
|
|
4872
|
+
}
|
|
4873
|
+
},
|
|
4874
|
+
"header": {
|
|
4875
|
+
"home-link": {
|
|
4876
|
+
"padding": {
|
|
4877
|
+
"value": "4px",
|
|
4878
|
+
"type": "size",
|
|
4879
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
4880
|
+
"isSource": true,
|
|
4881
|
+
"original": {
|
|
4882
|
+
"value": "4",
|
|
4883
|
+
"type": "size"
|
|
4884
|
+
},
|
|
4885
|
+
"name": "token-app-side-nav-header-home-link-padding",
|
|
4886
|
+
"attributes": {
|
|
4887
|
+
"category": "app-side-nav",
|
|
4888
|
+
"type": "header",
|
|
4889
|
+
"item": "home-link",
|
|
4890
|
+
"subitem": "padding"
|
|
4891
|
+
},
|
|
4892
|
+
"path": [
|
|
4893
|
+
"app-side-nav",
|
|
4894
|
+
"header",
|
|
4895
|
+
"home-link",
|
|
4896
|
+
"padding"
|
|
4897
|
+
]
|
|
4898
|
+
},
|
|
4899
|
+
"logo-size": {
|
|
4900
|
+
"value": "48px",
|
|
4901
|
+
"type": "size",
|
|
4902
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
4903
|
+
"isSource": true,
|
|
4904
|
+
"original": {
|
|
4905
|
+
"value": "48",
|
|
4906
|
+
"type": "size"
|
|
4907
|
+
},
|
|
4908
|
+
"name": "token-app-side-nav-header-home-link-logo-size",
|
|
4909
|
+
"attributes": {
|
|
4910
|
+
"category": "app-side-nav",
|
|
4911
|
+
"type": "header",
|
|
4912
|
+
"item": "home-link",
|
|
4913
|
+
"subitem": "logo-size"
|
|
4914
|
+
},
|
|
4915
|
+
"path": [
|
|
4916
|
+
"app-side-nav",
|
|
4917
|
+
"header",
|
|
4918
|
+
"home-link",
|
|
4919
|
+
"logo-size"
|
|
4920
|
+
]
|
|
4921
|
+
},
|
|
4922
|
+
"logo-size-minimized": {
|
|
4923
|
+
"value": "32px",
|
|
4924
|
+
"type": "size",
|
|
4925
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
4926
|
+
"isSource": true,
|
|
4927
|
+
"original": {
|
|
4928
|
+
"value": "32",
|
|
4929
|
+
"type": "size"
|
|
4930
|
+
},
|
|
4931
|
+
"name": "token-app-side-nav-header-home-link-logo-size-minimized",
|
|
4932
|
+
"attributes": {
|
|
4933
|
+
"category": "app-side-nav",
|
|
4934
|
+
"type": "header",
|
|
4935
|
+
"item": "home-link",
|
|
4936
|
+
"subitem": "logo-size-minimized"
|
|
4937
|
+
},
|
|
4938
|
+
"path": [
|
|
4939
|
+
"app-side-nav",
|
|
4940
|
+
"header",
|
|
4941
|
+
"home-link",
|
|
4942
|
+
"logo-size-minimized"
|
|
4943
|
+
]
|
|
4944
|
+
}
|
|
4945
|
+
},
|
|
4946
|
+
"actions": {
|
|
4947
|
+
"spacing": {
|
|
4948
|
+
"value": "8px",
|
|
4949
|
+
"type": "size",
|
|
4950
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
4951
|
+
"isSource": true,
|
|
4952
|
+
"original": {
|
|
4953
|
+
"value": "8",
|
|
4954
|
+
"type": "size"
|
|
4955
|
+
},
|
|
4956
|
+
"name": "token-app-side-nav-header-actions-spacing",
|
|
4957
|
+
"attributes": {
|
|
4958
|
+
"category": "app-side-nav",
|
|
4959
|
+
"type": "header",
|
|
4960
|
+
"item": "actions",
|
|
4961
|
+
"subitem": "spacing"
|
|
4962
|
+
},
|
|
4963
|
+
"path": [
|
|
4964
|
+
"app-side-nav",
|
|
4965
|
+
"header",
|
|
4966
|
+
"actions",
|
|
4967
|
+
"spacing"
|
|
4968
|
+
]
|
|
4969
|
+
}
|
|
4970
|
+
}
|
|
4971
|
+
},
|
|
4972
|
+
"body": {
|
|
4973
|
+
"list": {
|
|
4974
|
+
"margin-vertical": {
|
|
4975
|
+
"value": "24px",
|
|
4976
|
+
"type": "size",
|
|
4977
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
4978
|
+
"isSource": true,
|
|
4979
|
+
"original": {
|
|
4980
|
+
"value": "24",
|
|
4981
|
+
"type": "size"
|
|
4982
|
+
},
|
|
4983
|
+
"name": "token-app-side-nav-body-list-margin-vertical",
|
|
4984
|
+
"attributes": {
|
|
4985
|
+
"category": "app-side-nav",
|
|
4986
|
+
"type": "body",
|
|
4987
|
+
"item": "list",
|
|
4988
|
+
"subitem": "margin-vertical"
|
|
4989
|
+
},
|
|
4990
|
+
"path": [
|
|
4991
|
+
"app-side-nav",
|
|
4992
|
+
"body",
|
|
4993
|
+
"list",
|
|
4994
|
+
"margin-vertical"
|
|
4995
|
+
]
|
|
4996
|
+
}
|
|
4997
|
+
},
|
|
4998
|
+
"list-item": {
|
|
4999
|
+
"height": {
|
|
5000
|
+
"value": "36px",
|
|
5001
|
+
"type": "size",
|
|
5002
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
5003
|
+
"isSource": true,
|
|
5004
|
+
"original": {
|
|
5005
|
+
"value": "36",
|
|
5006
|
+
"type": "size"
|
|
5007
|
+
},
|
|
5008
|
+
"name": "token-app-side-nav-body-list-item-height",
|
|
5009
|
+
"attributes": {
|
|
5010
|
+
"category": "app-side-nav",
|
|
5011
|
+
"type": "body",
|
|
5012
|
+
"item": "list-item",
|
|
5013
|
+
"subitem": "height"
|
|
5014
|
+
},
|
|
5015
|
+
"path": [
|
|
5016
|
+
"app-side-nav",
|
|
5017
|
+
"body",
|
|
5018
|
+
"list-item",
|
|
5019
|
+
"height"
|
|
5020
|
+
]
|
|
5021
|
+
},
|
|
5022
|
+
"padding": {
|
|
5023
|
+
"horizontal": {
|
|
5024
|
+
"value": "8px",
|
|
5025
|
+
"type": "size",
|
|
5026
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
5027
|
+
"isSource": true,
|
|
5028
|
+
"original": {
|
|
5029
|
+
"value": "8",
|
|
5030
|
+
"type": "size"
|
|
5031
|
+
},
|
|
5032
|
+
"name": "token-app-side-nav-body-list-item-padding-horizontal",
|
|
5033
|
+
"attributes": {
|
|
5034
|
+
"category": "app-side-nav",
|
|
5035
|
+
"type": "body",
|
|
5036
|
+
"item": "list-item",
|
|
5037
|
+
"subitem": "padding",
|
|
5038
|
+
"state": "horizontal"
|
|
5039
|
+
},
|
|
5040
|
+
"path": [
|
|
5041
|
+
"app-side-nav",
|
|
5042
|
+
"body",
|
|
5043
|
+
"list-item",
|
|
5044
|
+
"padding",
|
|
5045
|
+
"horizontal"
|
|
5046
|
+
]
|
|
5047
|
+
},
|
|
5048
|
+
"vertical": {
|
|
5049
|
+
"value": "4px",
|
|
5050
|
+
"type": "size",
|
|
5051
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
5052
|
+
"isSource": true,
|
|
5053
|
+
"original": {
|
|
5054
|
+
"value": "4",
|
|
5055
|
+
"type": "size"
|
|
5056
|
+
},
|
|
5057
|
+
"name": "token-app-side-nav-body-list-item-padding-vertical",
|
|
5058
|
+
"attributes": {
|
|
5059
|
+
"category": "app-side-nav",
|
|
5060
|
+
"type": "body",
|
|
5061
|
+
"item": "list-item",
|
|
5062
|
+
"subitem": "padding",
|
|
5063
|
+
"state": "vertical"
|
|
5064
|
+
},
|
|
5065
|
+
"path": [
|
|
5066
|
+
"app-side-nav",
|
|
5067
|
+
"body",
|
|
5068
|
+
"list-item",
|
|
5069
|
+
"padding",
|
|
5070
|
+
"vertical"
|
|
5071
|
+
]
|
|
5072
|
+
}
|
|
5073
|
+
},
|
|
5074
|
+
"spacing-vertical": {
|
|
5075
|
+
"value": "2px",
|
|
5076
|
+
"type": "size",
|
|
5077
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
5078
|
+
"isSource": true,
|
|
5079
|
+
"original": {
|
|
5080
|
+
"value": "2",
|
|
5081
|
+
"type": "size"
|
|
5082
|
+
},
|
|
5083
|
+
"name": "token-app-side-nav-body-list-item-spacing-vertical",
|
|
5084
|
+
"attributes": {
|
|
5085
|
+
"category": "app-side-nav",
|
|
5086
|
+
"type": "body",
|
|
5087
|
+
"item": "list-item",
|
|
5088
|
+
"subitem": "spacing-vertical"
|
|
5089
|
+
},
|
|
5090
|
+
"path": [
|
|
5091
|
+
"app-side-nav",
|
|
5092
|
+
"body",
|
|
5093
|
+
"list-item",
|
|
5094
|
+
"spacing-vertical"
|
|
5095
|
+
]
|
|
5096
|
+
},
|
|
5097
|
+
"content-spacing-horizontal": {
|
|
5098
|
+
"value": "8px",
|
|
5099
|
+
"type": "size",
|
|
5100
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
5101
|
+
"isSource": true,
|
|
5102
|
+
"original": {
|
|
5103
|
+
"value": "8",
|
|
5104
|
+
"type": "size"
|
|
5105
|
+
},
|
|
5106
|
+
"name": "token-app-side-nav-body-list-item-content-spacing-horizontal",
|
|
5107
|
+
"attributes": {
|
|
5108
|
+
"category": "app-side-nav",
|
|
5109
|
+
"type": "body",
|
|
5110
|
+
"item": "list-item",
|
|
5111
|
+
"subitem": "content-spacing-horizontal"
|
|
5112
|
+
},
|
|
5113
|
+
"path": [
|
|
5114
|
+
"app-side-nav",
|
|
5115
|
+
"body",
|
|
5116
|
+
"list-item",
|
|
5117
|
+
"content-spacing-horizontal"
|
|
5118
|
+
]
|
|
5119
|
+
},
|
|
5120
|
+
"border-radius": {
|
|
5121
|
+
"value": "5px",
|
|
5122
|
+
"type": "size",
|
|
5123
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
5124
|
+
"isSource": true,
|
|
5125
|
+
"original": {
|
|
5126
|
+
"value": "5",
|
|
5127
|
+
"type": "size"
|
|
5128
|
+
},
|
|
5129
|
+
"name": "token-app-side-nav-body-list-item-border-radius",
|
|
5130
|
+
"attributes": {
|
|
5131
|
+
"category": "app-side-nav",
|
|
5132
|
+
"type": "body",
|
|
5133
|
+
"item": "list-item",
|
|
5134
|
+
"subitem": "border-radius"
|
|
5135
|
+
},
|
|
5136
|
+
"path": [
|
|
5137
|
+
"app-side-nav",
|
|
5138
|
+
"body",
|
|
5139
|
+
"list-item",
|
|
5140
|
+
"border-radius"
|
|
5141
|
+
]
|
|
5142
|
+
}
|
|
5143
|
+
}
|
|
5144
|
+
},
|
|
5145
|
+
"color": {
|
|
5146
|
+
"foreground": {
|
|
5147
|
+
"primary": {
|
|
5148
|
+
"value": "var(--token-color-foreground-primary)",
|
|
5149
|
+
"type": "color",
|
|
5150
|
+
"group": "components",
|
|
5151
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
5152
|
+
"isSource": true,
|
|
5153
|
+
"original": {
|
|
5154
|
+
"value": "var(--token-color-foreground-primary)",
|
|
5155
|
+
"type": "color",
|
|
5156
|
+
"group": "components"
|
|
5157
|
+
},
|
|
5158
|
+
"name": "token-app-side-nav-color-foreground-primary",
|
|
5159
|
+
"attributes": {
|
|
5160
|
+
"category": "app-side-nav",
|
|
5161
|
+
"type": "color",
|
|
5162
|
+
"item": "foreground",
|
|
5163
|
+
"subitem": "primary"
|
|
5164
|
+
},
|
|
5165
|
+
"path": [
|
|
5166
|
+
"app-side-nav",
|
|
5167
|
+
"color",
|
|
5168
|
+
"foreground",
|
|
5169
|
+
"primary"
|
|
5170
|
+
]
|
|
5171
|
+
},
|
|
5172
|
+
"strong": {
|
|
5173
|
+
"value": "var(--token-color-foreground-primary)",
|
|
5174
|
+
"type": "color",
|
|
5175
|
+
"group": "components",
|
|
5176
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
5177
|
+
"isSource": true,
|
|
5178
|
+
"original": {
|
|
5179
|
+
"value": "var(--token-color-foreground-primary)",
|
|
5180
|
+
"type": "color",
|
|
5181
|
+
"group": "components"
|
|
5182
|
+
},
|
|
5183
|
+
"name": "token-app-side-nav-color-foreground-strong",
|
|
5184
|
+
"attributes": {
|
|
5185
|
+
"category": "app-side-nav",
|
|
5186
|
+
"type": "color",
|
|
5187
|
+
"item": "foreground",
|
|
5188
|
+
"subitem": "strong"
|
|
5189
|
+
},
|
|
5190
|
+
"path": [
|
|
5191
|
+
"app-side-nav",
|
|
5192
|
+
"color",
|
|
5193
|
+
"foreground",
|
|
5194
|
+
"strong"
|
|
5195
|
+
]
|
|
5196
|
+
},
|
|
5197
|
+
"faint": {
|
|
5198
|
+
"value": "var(--token-color-foreground-faint)",
|
|
5199
|
+
"type": "color",
|
|
5200
|
+
"group": "components",
|
|
5201
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
5202
|
+
"isSource": true,
|
|
5203
|
+
"original": {
|
|
5204
|
+
"value": "var(--token-color-foreground-faint)",
|
|
5205
|
+
"type": "color",
|
|
5206
|
+
"group": "components"
|
|
5207
|
+
},
|
|
5208
|
+
"name": "token-app-side-nav-color-foreground-faint",
|
|
5209
|
+
"attributes": {
|
|
5210
|
+
"category": "app-side-nav",
|
|
5211
|
+
"type": "color",
|
|
5212
|
+
"item": "foreground",
|
|
5213
|
+
"subitem": "faint"
|
|
5214
|
+
},
|
|
5215
|
+
"path": [
|
|
5216
|
+
"app-side-nav",
|
|
5217
|
+
"color",
|
|
5218
|
+
"foreground",
|
|
5219
|
+
"faint"
|
|
5220
|
+
]
|
|
5221
|
+
}
|
|
5222
|
+
},
|
|
5223
|
+
"surface": {
|
|
5224
|
+
"primary": {
|
|
5225
|
+
"value": "var(--token-color-surface-faint)",
|
|
5226
|
+
"type": "color",
|
|
5227
|
+
"group": "components",
|
|
5228
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
5229
|
+
"isSource": true,
|
|
5230
|
+
"original": {
|
|
5231
|
+
"value": "var(--token-color-surface-faint)",
|
|
5232
|
+
"type": "color",
|
|
5233
|
+
"group": "components"
|
|
5234
|
+
},
|
|
5235
|
+
"name": "token-app-side-nav-color-surface-primary",
|
|
5236
|
+
"attributes": {
|
|
5237
|
+
"category": "app-side-nav",
|
|
5238
|
+
"type": "color",
|
|
5239
|
+
"item": "surface",
|
|
5240
|
+
"subitem": "primary"
|
|
5241
|
+
},
|
|
5242
|
+
"path": [
|
|
5243
|
+
"app-side-nav",
|
|
5244
|
+
"color",
|
|
5245
|
+
"surface",
|
|
5246
|
+
"primary"
|
|
5247
|
+
]
|
|
5248
|
+
},
|
|
5249
|
+
"interactive-hover": {
|
|
5250
|
+
"value": "var(--token-color-surface-interactive-hover)",
|
|
5251
|
+
"type": "color",
|
|
5252
|
+
"group": "semantic",
|
|
5253
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
5254
|
+
"isSource": true,
|
|
5255
|
+
"original": {
|
|
5256
|
+
"value": "var(--token-color-surface-interactive-hover)",
|
|
5257
|
+
"type": "color",
|
|
5258
|
+
"group": "semantic"
|
|
5259
|
+
},
|
|
5260
|
+
"name": "token-app-side-nav-color-surface-interactive-hover",
|
|
5261
|
+
"attributes": {
|
|
5262
|
+
"category": "app-side-nav",
|
|
5263
|
+
"type": "color",
|
|
5264
|
+
"item": "surface",
|
|
5265
|
+
"subitem": "interactive-hover"
|
|
5266
|
+
},
|
|
5267
|
+
"path": [
|
|
5268
|
+
"app-side-nav",
|
|
5269
|
+
"color",
|
|
5270
|
+
"surface",
|
|
5271
|
+
"interactive-hover"
|
|
5272
|
+
]
|
|
5273
|
+
},
|
|
5274
|
+
"interactive-active": {
|
|
5275
|
+
"value": "var(--token-color-palette-neutral-300)",
|
|
5276
|
+
"type": "color",
|
|
5277
|
+
"group": "semantic",
|
|
5278
|
+
"filePath": "src/products/shared/app-side-nav.json",
|
|
5279
|
+
"isSource": true,
|
|
5280
|
+
"original": {
|
|
5281
|
+
"value": "var(--token-color-palette-neutral-300)",
|
|
5282
|
+
"type": "color",
|
|
5283
|
+
"group": "semantic"
|
|
5284
|
+
},
|
|
5285
|
+
"name": "token-app-side-nav-color-surface-interactive-active",
|
|
5286
|
+
"attributes": {
|
|
5287
|
+
"category": "app-side-nav",
|
|
5288
|
+
"type": "color",
|
|
5289
|
+
"item": "surface",
|
|
5290
|
+
"subitem": "interactive-active"
|
|
5291
|
+
},
|
|
5292
|
+
"path": [
|
|
5293
|
+
"app-side-nav",
|
|
5294
|
+
"color",
|
|
5295
|
+
"surface",
|
|
5296
|
+
"interactive-active"
|
|
5297
|
+
]
|
|
5298
|
+
}
|
|
5299
|
+
}
|
|
5300
|
+
}
|
|
5301
|
+
},
|
|
5302
|
+
"form": {
|
|
5303
|
+
"label": {
|
|
5304
|
+
"color": {
|
|
5305
|
+
"value": "#0c0c0e",
|
|
5306
|
+
"type": "color",
|
|
5307
|
+
"group": "components",
|
|
5308
|
+
"filePath": "src/products/shared/form/base-elements.json",
|
|
5309
|
+
"isSource": true,
|
|
5310
|
+
"original": {
|
|
5311
|
+
"value": "{color.foreground.strong.value}",
|
|
5312
|
+
"type": "color",
|
|
5313
|
+
"group": "components"
|
|
5314
|
+
},
|
|
5315
|
+
"name": "token-form-label-color",
|
|
5316
|
+
"attributes": {
|
|
5317
|
+
"category": "form",
|
|
5318
|
+
"type": "label",
|
|
5319
|
+
"item": "color"
|
|
5320
|
+
},
|
|
5321
|
+
"path": [
|
|
5322
|
+
"form",
|
|
5323
|
+
"label",
|
|
5324
|
+
"color"
|
|
5325
|
+
]
|
|
5326
|
+
}
|
|
5327
|
+
},
|
|
5328
|
+
"legend": {
|
|
5329
|
+
"color": {
|
|
5330
|
+
"value": "#0c0c0e",
|
|
5331
|
+
"type": "color",
|
|
5332
|
+
"group": "components",
|
|
5333
|
+
"filePath": "src/products/shared/form/base-elements.json",
|
|
5334
|
+
"isSource": true,
|
|
5335
|
+
"original": {
|
|
5336
|
+
"value": "{form.label.color.value}",
|
|
5337
|
+
"type": "color",
|
|
5338
|
+
"group": "components"
|
|
5339
|
+
},
|
|
5340
|
+
"name": "token-form-legend-color",
|
|
5341
|
+
"attributes": {
|
|
5342
|
+
"category": "form",
|
|
5343
|
+
"type": "legend",
|
|
5344
|
+
"item": "color"
|
|
5345
|
+
},
|
|
5346
|
+
"path": [
|
|
5347
|
+
"form",
|
|
5348
|
+
"legend",
|
|
5349
|
+
"color"
|
|
5350
|
+
]
|
|
5351
|
+
}
|
|
5352
|
+
},
|
|
5353
|
+
"helper-text": {
|
|
5354
|
+
"color": {
|
|
5355
|
+
"value": "#656a76",
|
|
5356
|
+
"type": "color",
|
|
5357
|
+
"group": "components",
|
|
5358
|
+
"filePath": "src/products/shared/form/base-elements.json",
|
|
5359
|
+
"isSource": true,
|
|
5360
|
+
"original": {
|
|
5361
|
+
"value": "{color.foreground.faint.value}",
|
|
5362
|
+
"type": "color",
|
|
5363
|
+
"group": "components"
|
|
5364
|
+
},
|
|
5365
|
+
"name": "token-form-helper-text-color",
|
|
5366
|
+
"attributes": {
|
|
5367
|
+
"category": "form",
|
|
5368
|
+
"type": "helper-text",
|
|
5369
|
+
"item": "color"
|
|
5370
|
+
},
|
|
5371
|
+
"path": [
|
|
5372
|
+
"form",
|
|
5373
|
+
"helper-text",
|
|
5374
|
+
"color"
|
|
5375
|
+
]
|
|
5376
|
+
}
|
|
5377
|
+
},
|
|
5378
|
+
"indicator": {
|
|
5379
|
+
"optional": {
|
|
5380
|
+
"color": {
|
|
5381
|
+
"value": "#656a76",
|
|
5382
|
+
"type": "color",
|
|
5383
|
+
"group": "components",
|
|
5384
|
+
"filePath": "src/products/shared/form/base-elements.json",
|
|
5385
|
+
"isSource": true,
|
|
5386
|
+
"original": {
|
|
5387
|
+
"value": "{color.foreground.faint.value}",
|
|
5388
|
+
"type": "color",
|
|
5389
|
+
"group": "components"
|
|
5390
|
+
},
|
|
5391
|
+
"name": "token-form-indicator-optional-color",
|
|
5392
|
+
"attributes": {
|
|
5393
|
+
"category": "form",
|
|
5394
|
+
"type": "indicator",
|
|
5395
|
+
"item": "optional",
|
|
5396
|
+
"subitem": "color"
|
|
5397
|
+
},
|
|
5398
|
+
"path": [
|
|
5399
|
+
"form",
|
|
5400
|
+
"indicator",
|
|
5401
|
+
"optional",
|
|
5402
|
+
"color"
|
|
5403
|
+
]
|
|
5404
|
+
}
|
|
5405
|
+
}
|
|
5406
|
+
},
|
|
5407
|
+
"error": {
|
|
5408
|
+
"color": {
|
|
5409
|
+
"value": "#c00005",
|
|
5410
|
+
"type": "color",
|
|
5411
|
+
"group": "components",
|
|
5412
|
+
"filePath": "src/products/shared/form/base-elements.json",
|
|
5413
|
+
"isSource": true,
|
|
5414
|
+
"original": {
|
|
5415
|
+
"value": "{color.palette.red-300.value}",
|
|
5416
|
+
"type": "color",
|
|
5417
|
+
"group": "components"
|
|
5418
|
+
},
|
|
5419
|
+
"name": "token-form-error-color",
|
|
5420
|
+
"attributes": {
|
|
5421
|
+
"category": "form",
|
|
5422
|
+
"type": "error",
|
|
5423
|
+
"item": "color"
|
|
5424
|
+
},
|
|
5425
|
+
"path": [
|
|
5426
|
+
"form",
|
|
5427
|
+
"error",
|
|
5428
|
+
"color"
|
|
5429
|
+
]
|
|
5430
|
+
},
|
|
5431
|
+
"icon-size": {
|
|
5432
|
+
"value": "14px",
|
|
5433
|
+
"type": "size",
|
|
5434
|
+
"filePath": "src/products/shared/form/base-elements.json",
|
|
5435
|
+
"isSource": true,
|
|
5436
|
+
"original": {
|
|
5437
|
+
"value": "14",
|
|
5438
|
+
"type": "size"
|
|
5439
|
+
},
|
|
5440
|
+
"name": "token-form-error-icon-size",
|
|
5441
|
+
"attributes": {
|
|
5442
|
+
"category": "form",
|
|
5443
|
+
"type": "error",
|
|
5444
|
+
"item": "icon-size"
|
|
5445
|
+
},
|
|
5446
|
+
"path": [
|
|
5447
|
+
"form",
|
|
5448
|
+
"error",
|
|
5449
|
+
"icon-size"
|
|
5450
|
+
]
|
|
5451
|
+
}
|
|
5452
|
+
},
|
|
5453
|
+
"checkbox": {
|
|
5454
|
+
"size": {
|
|
5455
|
+
"value": "16px",
|
|
5456
|
+
"type": "size",
|
|
5457
|
+
"filePath": "src/products/shared/form/checkbox.json",
|
|
5458
|
+
"isSource": true,
|
|
5459
|
+
"original": {
|
|
5460
|
+
"value": "16",
|
|
5461
|
+
"type": "size"
|
|
5462
|
+
},
|
|
5463
|
+
"name": "token-form-checkbox-size",
|
|
5464
|
+
"attributes": {
|
|
5465
|
+
"category": "form",
|
|
5466
|
+
"type": "checkbox",
|
|
5467
|
+
"item": "size"
|
|
5468
|
+
},
|
|
5469
|
+
"path": [
|
|
5470
|
+
"form",
|
|
5471
|
+
"checkbox",
|
|
5472
|
+
"size"
|
|
5473
|
+
]
|
|
5474
|
+
},
|
|
5475
|
+
"border": {
|
|
5476
|
+
"radius": {
|
|
5477
|
+
"value": "3px",
|
|
5478
|
+
"type": "size",
|
|
5479
|
+
"filePath": "src/products/shared/form/checkbox.json",
|
|
5480
|
+
"isSource": true,
|
|
5481
|
+
"original": {
|
|
5482
|
+
"value": "3",
|
|
5483
|
+
"type": "size"
|
|
5484
|
+
},
|
|
5485
|
+
"name": "token-form-checkbox-border-radius",
|
|
5486
|
+
"attributes": {
|
|
5487
|
+
"category": "form",
|
|
5488
|
+
"type": "checkbox",
|
|
5489
|
+
"item": "border",
|
|
5490
|
+
"subitem": "radius"
|
|
5491
|
+
},
|
|
5492
|
+
"path": [
|
|
5493
|
+
"form",
|
|
5494
|
+
"checkbox",
|
|
5495
|
+
"border",
|
|
5496
|
+
"radius"
|
|
5497
|
+
]
|
|
5498
|
+
},
|
|
5499
|
+
"width": {
|
|
5500
|
+
"value": "1px",
|
|
5501
|
+
"type": "size",
|
|
5502
|
+
"filePath": "src/products/shared/form/checkbox.json",
|
|
5503
|
+
"isSource": true,
|
|
5504
|
+
"original": {
|
|
5505
|
+
"value": "1",
|
|
5506
|
+
"type": "size"
|
|
5507
|
+
},
|
|
5508
|
+
"name": "token-form-checkbox-border-width",
|
|
5509
|
+
"attributes": {
|
|
5510
|
+
"category": "form",
|
|
5511
|
+
"type": "checkbox",
|
|
5512
|
+
"item": "border",
|
|
5513
|
+
"subitem": "width"
|
|
5514
|
+
},
|
|
5515
|
+
"path": [
|
|
5516
|
+
"form",
|
|
5517
|
+
"checkbox",
|
|
5518
|
+
"border",
|
|
5519
|
+
"width"
|
|
5520
|
+
]
|
|
5521
|
+
}
|
|
5522
|
+
},
|
|
5523
|
+
"background-image": {
|
|
5524
|
+
"size": {
|
|
5525
|
+
"value": "12px",
|
|
5526
|
+
"type": "size",
|
|
5527
|
+
"filePath": "src/products/shared/form/checkbox.json",
|
|
5528
|
+
"isSource": true,
|
|
5529
|
+
"original": {
|
|
5530
|
+
"value": "12",
|
|
5531
|
+
"type": "size"
|
|
5532
|
+
},
|
|
5533
|
+
"name": "token-form-checkbox-background-image-size",
|
|
5534
|
+
"attributes": {
|
|
5535
|
+
"category": "form",
|
|
5536
|
+
"type": "checkbox",
|
|
5537
|
+
"item": "background-image",
|
|
5538
|
+
"subitem": "size"
|
|
5539
|
+
},
|
|
5540
|
+
"path": [
|
|
5541
|
+
"form",
|
|
5542
|
+
"checkbox",
|
|
5543
|
+
"background-image",
|
|
5544
|
+
"size"
|
|
5545
|
+
]
|
|
5546
|
+
},
|
|
5547
|
+
"data-url": {
|
|
5548
|
+
"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\")",
|
|
5549
|
+
"comment": "notice: the 'tick' color is hardcoded here!",
|
|
5550
|
+
"filePath": "src/products/shared/form/checkbox.json",
|
|
5551
|
+
"isSource": true,
|
|
5552
|
+
"original": {
|
|
5553
|
+
"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\")",
|
|
5554
|
+
"comment": "notice: the 'tick' color is hardcoded here!"
|
|
5555
|
+
},
|
|
5556
|
+
"name": "token-form-checkbox-background-image-data-url",
|
|
5557
|
+
"attributes": {
|
|
5558
|
+
"category": "form",
|
|
5559
|
+
"type": "checkbox",
|
|
5560
|
+
"item": "background-image",
|
|
5561
|
+
"subitem": "data-url"
|
|
5562
|
+
},
|
|
5563
|
+
"path": [
|
|
5564
|
+
"form",
|
|
5565
|
+
"checkbox",
|
|
5566
|
+
"background-image",
|
|
5567
|
+
"data-url"
|
|
5568
|
+
]
|
|
5569
|
+
},
|
|
5570
|
+
"data-url-indeterminate": {
|
|
5571
|
+
"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\")",
|
|
5572
|
+
"comment": "notice: the 'dash' color is hardcoded here!",
|
|
5573
|
+
"filePath": "src/products/shared/form/checkbox.json",
|
|
5574
|
+
"isSource": true,
|
|
5575
|
+
"original": {
|
|
5576
|
+
"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\")",
|
|
5577
|
+
"comment": "notice: the 'dash' color is hardcoded here!"
|
|
5578
|
+
},
|
|
5579
|
+
"name": "token-form-checkbox-background-image-data-url-indeterminate",
|
|
5580
|
+
"attributes": {
|
|
5581
|
+
"category": "form",
|
|
5582
|
+
"type": "checkbox",
|
|
5583
|
+
"item": "background-image",
|
|
5584
|
+
"subitem": "data-url-indeterminate"
|
|
5585
|
+
},
|
|
5586
|
+
"path": [
|
|
5587
|
+
"form",
|
|
5588
|
+
"checkbox",
|
|
5589
|
+
"background-image",
|
|
5590
|
+
"data-url-indeterminate"
|
|
5591
|
+
]
|
|
5592
|
+
},
|
|
5593
|
+
"data-url-disabled": {
|
|
5594
|
+
"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\")",
|
|
5595
|
+
"comment": "notice: the 'tick' color is hardcoded here!",
|
|
5596
|
+
"filePath": "src/products/shared/form/checkbox.json",
|
|
5597
|
+
"isSource": true,
|
|
5598
|
+
"original": {
|
|
5599
|
+
"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\")",
|
|
5600
|
+
"comment": "notice: the 'tick' color is hardcoded here!"
|
|
5601
|
+
},
|
|
5602
|
+
"name": "token-form-checkbox-background-image-data-url-disabled",
|
|
5603
|
+
"attributes": {
|
|
5604
|
+
"category": "form",
|
|
5605
|
+
"type": "checkbox",
|
|
5606
|
+
"item": "background-image",
|
|
5607
|
+
"subitem": "data-url-disabled"
|
|
5608
|
+
},
|
|
5609
|
+
"path": [
|
|
5610
|
+
"form",
|
|
5611
|
+
"checkbox",
|
|
5612
|
+
"background-image",
|
|
5613
|
+
"data-url-disabled"
|
|
5614
|
+
]
|
|
5615
|
+
},
|
|
5616
|
+
"data-url-indeterminate-disabled": {
|
|
5617
|
+
"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\")",
|
|
5618
|
+
"comment": "notice: the 'dash' color is hardcoded here!",
|
|
5619
|
+
"filePath": "src/products/shared/form/checkbox.json",
|
|
5620
|
+
"isSource": true,
|
|
5621
|
+
"original": {
|
|
5622
|
+
"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\")",
|
|
5623
|
+
"comment": "notice: the 'dash' color is hardcoded here!"
|
|
5624
|
+
},
|
|
5625
|
+
"name": "token-form-checkbox-background-image-data-url-indeterminate-disabled",
|
|
5626
|
+
"attributes": {
|
|
5627
|
+
"category": "form",
|
|
5628
|
+
"type": "checkbox",
|
|
5629
|
+
"item": "background-image",
|
|
5630
|
+
"subitem": "data-url-indeterminate-disabled"
|
|
5631
|
+
},
|
|
5632
|
+
"path": [
|
|
5633
|
+
"form",
|
|
5634
|
+
"checkbox",
|
|
5635
|
+
"background-image",
|
|
5636
|
+
"data-url-indeterminate-disabled"
|
|
5637
|
+
]
|
|
5638
|
+
}
|
|
5639
|
+
}
|
|
5640
|
+
},
|
|
5641
|
+
"control": {
|
|
5642
|
+
"base": {
|
|
5643
|
+
"foreground": {
|
|
5644
|
+
"value-color": {
|
|
5645
|
+
"value": "#0c0c0e",
|
|
5646
|
+
"type": "color",
|
|
5647
|
+
"group": "components",
|
|
5648
|
+
"filePath": "src/products/shared/form/generic-control/colors.json",
|
|
5649
|
+
"isSource": true,
|
|
5650
|
+
"original": {
|
|
5651
|
+
"value": "{color.foreground.strong.value}",
|
|
5652
|
+
"type": "color",
|
|
5653
|
+
"group": "components"
|
|
5654
|
+
},
|
|
5655
|
+
"name": "token-form-control-base-foreground-value-color",
|
|
5656
|
+
"attributes": {
|
|
5657
|
+
"category": "form",
|
|
5658
|
+
"type": "control",
|
|
5659
|
+
"item": "base",
|
|
5660
|
+
"subitem": "foreground",
|
|
5661
|
+
"state": "value-color"
|
|
5662
|
+
},
|
|
5663
|
+
"path": [
|
|
5664
|
+
"form",
|
|
5665
|
+
"control",
|
|
5666
|
+
"base",
|
|
5667
|
+
"foreground",
|
|
5668
|
+
"value-color"
|
|
5669
|
+
]
|
|
5670
|
+
},
|
|
5671
|
+
"placeholder-color": {
|
|
5672
|
+
"value": "#656a76",
|
|
5673
|
+
"type": "color",
|
|
5674
|
+
"group": "components",
|
|
5675
|
+
"filePath": "src/products/shared/form/generic-control/colors.json",
|
|
5676
|
+
"isSource": true,
|
|
5677
|
+
"original": {
|
|
5678
|
+
"value": "{color.foreground.faint.value}",
|
|
5679
|
+
"type": "color",
|
|
5680
|
+
"group": "components"
|
|
5681
|
+
},
|
|
5682
|
+
"name": "token-form-control-base-foreground-placeholder-color",
|
|
5683
|
+
"attributes": {
|
|
5684
|
+
"category": "form",
|
|
5685
|
+
"type": "control",
|
|
5686
|
+
"item": "base",
|
|
5687
|
+
"subitem": "foreground",
|
|
5688
|
+
"state": "placeholder-color"
|
|
5689
|
+
},
|
|
5690
|
+
"path": [
|
|
5691
|
+
"form",
|
|
5692
|
+
"control",
|
|
5693
|
+
"base",
|
|
5694
|
+
"foreground",
|
|
5695
|
+
"placeholder-color"
|
|
5696
|
+
]
|
|
5697
|
+
}
|
|
5698
|
+
},
|
|
5699
|
+
"surface-color": {
|
|
5700
|
+
"default": {
|
|
5701
|
+
"value": "#ffffff",
|
|
5702
|
+
"type": "color",
|
|
5703
|
+
"group": "components",
|
|
5704
|
+
"filePath": "src/products/shared/form/generic-control/colors.json",
|
|
5705
|
+
"isSource": true,
|
|
5706
|
+
"original": {
|
|
5707
|
+
"value": "{color.surface.interactive.value}",
|
|
5708
|
+
"type": "color",
|
|
5709
|
+
"group": "components"
|
|
5710
|
+
},
|
|
5711
|
+
"name": "token-form-control-base-surface-color-default",
|
|
5712
|
+
"attributes": {
|
|
5713
|
+
"category": "form",
|
|
5714
|
+
"type": "control",
|
|
5715
|
+
"item": "base",
|
|
5716
|
+
"subitem": "surface-color",
|
|
5717
|
+
"state": "default"
|
|
5718
|
+
},
|
|
5719
|
+
"path": [
|
|
5720
|
+
"form",
|
|
5721
|
+
"control",
|
|
5722
|
+
"base",
|
|
5723
|
+
"surface-color",
|
|
5724
|
+
"default"
|
|
5725
|
+
]
|
|
5726
|
+
},
|
|
5727
|
+
"hover": {
|
|
5728
|
+
"value": "#f1f2f3",
|
|
5729
|
+
"type": "color",
|
|
5730
|
+
"group": "components",
|
|
5731
|
+
"filePath": "src/products/shared/form/generic-control/colors.json",
|
|
5732
|
+
"isSource": true,
|
|
5733
|
+
"original": {
|
|
5734
|
+
"value": "{color.surface.interactive-hover.value}",
|
|
5735
|
+
"type": "color",
|
|
5736
|
+
"group": "components"
|
|
5737
|
+
},
|
|
5738
|
+
"name": "token-form-control-base-surface-color-hover",
|
|
5739
|
+
"attributes": {
|
|
5740
|
+
"category": "form",
|
|
5741
|
+
"type": "control",
|
|
5742
|
+
"item": "base",
|
|
5743
|
+
"subitem": "surface-color",
|
|
5744
|
+
"state": "hover"
|
|
5745
|
+
},
|
|
5746
|
+
"path": [
|
|
5747
|
+
"form",
|
|
4741
5748
|
"control",
|
|
4742
5749
|
"base",
|
|
4743
5750
|
"surface-color",
|
|
@@ -4991,574 +5998,236 @@
|
|
|
4991
5998
|
},
|
|
4992
5999
|
"path": [
|
|
4993
6000
|
"form",
|
|
4994
|
-
"control",
|
|
4995
|
-
"invalid",
|
|
4996
|
-
"border-color",
|
|
4997
|
-
"hover"
|
|
4998
|
-
]
|
|
4999
|
-
}
|
|
5000
|
-
}
|
|
5001
|
-
},
|
|
5002
|
-
"readonly": {
|
|
5003
|
-
"foreground-color": {
|
|
5004
|
-
"value": "#3b3d45",
|
|
5005
|
-
"type": "color",
|
|
5006
|
-
"group": "components",
|
|
5007
|
-
"filePath": "src/products/shared/form/generic-control/colors.json",
|
|
5008
|
-
"isSource": true,
|
|
5009
|
-
"original": {
|
|
5010
|
-
"value": "{color.foreground.primary.value}",
|
|
5011
|
-
"type": "color",
|
|
5012
|
-
"group": "components"
|
|
5013
|
-
},
|
|
5014
|
-
"name": "token-form-control-readonly-foreground-color",
|
|
5015
|
-
"attributes": {
|
|
5016
|
-
"category": "form",
|
|
5017
|
-
"type": "control",
|
|
5018
|
-
"item": "readonly",
|
|
5019
|
-
"subitem": "foreground-color"
|
|
5020
|
-
},
|
|
5021
|
-
"path": [
|
|
5022
|
-
"form",
|
|
5023
|
-
"control",
|
|
5024
|
-
"readonly",
|
|
5025
|
-
"foreground-color"
|
|
5026
|
-
]
|
|
5027
|
-
},
|
|
5028
|
-
"surface-color": {
|
|
5029
|
-
"value": "#f1f2f3",
|
|
5030
|
-
"type": "color",
|
|
5031
|
-
"group": "components",
|
|
5032
|
-
"filePath": "src/products/shared/form/generic-control/colors.json",
|
|
5033
|
-
"isSource": true,
|
|
5034
|
-
"original": {
|
|
5035
|
-
"value": "{color.surface.strong.value}",
|
|
5036
|
-
"type": "color",
|
|
5037
|
-
"group": "components"
|
|
5038
|
-
},
|
|
5039
|
-
"name": "token-form-control-readonly-surface-color",
|
|
5040
|
-
"attributes": {
|
|
5041
|
-
"category": "form",
|
|
5042
|
-
"type": "control",
|
|
5043
|
-
"item": "readonly",
|
|
5044
|
-
"subitem": "surface-color"
|
|
5045
|
-
},
|
|
5046
|
-
"path": [
|
|
5047
|
-
"form",
|
|
5048
|
-
"control",
|
|
5049
|
-
"readonly",
|
|
5050
|
-
"surface-color"
|
|
5051
|
-
]
|
|
5052
|
-
},
|
|
5053
|
-
"border-color": {
|
|
5054
|
-
"value": "#656a761a",
|
|
5055
|
-
"type": "color",
|
|
5056
|
-
"group": "components",
|
|
5057
|
-
"filePath": "src/products/shared/form/generic-control/colors.json",
|
|
5058
|
-
"isSource": true,
|
|
5059
|
-
"original": {
|
|
5060
|
-
"value": "{color.border.faint.value}",
|
|
5061
|
-
"type": "color",
|
|
5062
|
-
"group": "components"
|
|
5063
|
-
},
|
|
5064
|
-
"name": "token-form-control-readonly-border-color",
|
|
5065
|
-
"attributes": {
|
|
5066
|
-
"category": "form",
|
|
5067
|
-
"type": "control",
|
|
5068
|
-
"item": "readonly",
|
|
5069
|
-
"subitem": "border-color"
|
|
5070
|
-
},
|
|
5071
|
-
"path": [
|
|
5072
|
-
"form",
|
|
5073
|
-
"control",
|
|
5074
|
-
"readonly",
|
|
5075
|
-
"border-color"
|
|
5076
|
-
]
|
|
5077
|
-
}
|
|
5078
|
-
},
|
|
5079
|
-
"disabled": {
|
|
5080
|
-
"foreground-color": {
|
|
5081
|
-
"value": "#8c909c",
|
|
5082
|
-
"type": "color",
|
|
5083
|
-
"group": "components",
|
|
5084
|
-
"filePath": "src/products/shared/form/generic-control/colors.json",
|
|
5085
|
-
"isSource": true,
|
|
5086
|
-
"original": {
|
|
5087
|
-
"value": "{color.foreground.disabled.value}",
|
|
5088
|
-
"type": "color",
|
|
5089
|
-
"group": "components"
|
|
5090
|
-
},
|
|
5091
|
-
"name": "token-form-control-disabled-foreground-color",
|
|
5092
|
-
"attributes": {
|
|
5093
|
-
"category": "form",
|
|
5094
|
-
"type": "control",
|
|
5095
|
-
"item": "disabled",
|
|
5096
|
-
"subitem": "foreground-color"
|
|
5097
|
-
},
|
|
5098
|
-
"path": [
|
|
5099
|
-
"form",
|
|
5100
|
-
"control",
|
|
5101
|
-
"disabled",
|
|
5102
|
-
"foreground-color"
|
|
5103
|
-
]
|
|
5104
|
-
},
|
|
5105
|
-
"surface-color": {
|
|
5106
|
-
"value": "#fafafa",
|
|
5107
|
-
"type": "color",
|
|
5108
|
-
"group": "components",
|
|
5109
|
-
"filePath": "src/products/shared/form/generic-control/colors.json",
|
|
5110
|
-
"isSource": true,
|
|
5111
|
-
"original": {
|
|
5112
|
-
"value": "{color.surface.interactive-disabled.value}",
|
|
5113
|
-
"type": "color",
|
|
5114
|
-
"group": "components"
|
|
5115
|
-
},
|
|
5116
|
-
"name": "token-form-control-disabled-surface-color",
|
|
5117
|
-
"attributes": {
|
|
5118
|
-
"category": "form",
|
|
5119
|
-
"type": "control",
|
|
5120
|
-
"item": "disabled",
|
|
5121
|
-
"subitem": "surface-color"
|
|
5122
|
-
},
|
|
5123
|
-
"path": [
|
|
5124
|
-
"form",
|
|
5125
|
-
"control",
|
|
5126
|
-
"disabled",
|
|
5127
|
-
"surface-color"
|
|
5128
|
-
]
|
|
5129
|
-
},
|
|
5130
|
-
"border-color": {
|
|
5131
|
-
"value": "#656a7633",
|
|
5132
|
-
"type": "color",
|
|
5133
|
-
"group": "components",
|
|
5134
|
-
"filePath": "src/products/shared/form/generic-control/colors.json",
|
|
5135
|
-
"isSource": true,
|
|
5136
|
-
"original": {
|
|
5137
|
-
"value": "{color.border.primary.value}",
|
|
5138
|
-
"type": "color",
|
|
5139
|
-
"group": "components"
|
|
5140
|
-
},
|
|
5141
|
-
"name": "token-form-control-disabled-border-color",
|
|
5142
|
-
"attributes": {
|
|
5143
|
-
"category": "form",
|
|
5144
|
-
"type": "control",
|
|
5145
|
-
"item": "disabled",
|
|
5146
|
-
"subitem": "border-color"
|
|
5147
|
-
},
|
|
5148
|
-
"path": [
|
|
5149
|
-
"form",
|
|
5150
|
-
"control",
|
|
5151
|
-
"disabled",
|
|
5152
|
-
"border-color"
|
|
5153
|
-
]
|
|
5154
|
-
}
|
|
5155
|
-
},
|
|
5156
|
-
"padding": {
|
|
5157
|
-
"value": "7px",
|
|
5158
|
-
"type": "size",
|
|
5159
|
-
"comment": "Notice: we have to take in account the border, so it's 1px less than in Figma.",
|
|
5160
|
-
"filePath": "src/products/shared/form/generic-control/sizing.json",
|
|
5161
|
-
"isSource": true,
|
|
5162
|
-
"original": {
|
|
5163
|
-
"value": "7",
|
|
5164
|
-
"type": "size",
|
|
5165
|
-
"comment": "Notice: we have to take in account the border, so it's 1px less than in Figma."
|
|
5166
|
-
},
|
|
5167
|
-
"name": "token-form-control-padding",
|
|
5168
|
-
"attributes": {
|
|
5169
|
-
"category": "form",
|
|
5170
|
-
"type": "control",
|
|
5171
|
-
"item": "padding"
|
|
5172
|
-
},
|
|
5173
|
-
"path": [
|
|
5174
|
-
"form",
|
|
5175
|
-
"control",
|
|
5176
|
-
"padding"
|
|
5177
|
-
]
|
|
6001
|
+
"control",
|
|
6002
|
+
"invalid",
|
|
6003
|
+
"border-color",
|
|
6004
|
+
"hover"
|
|
6005
|
+
]
|
|
6006
|
+
}
|
|
6007
|
+
}
|
|
5178
6008
|
},
|
|
5179
|
-
"
|
|
5180
|
-
"
|
|
5181
|
-
"value": "
|
|
5182
|
-
"type": "
|
|
5183
|
-
"
|
|
5184
|
-
"
|
|
5185
|
-
"original": {
|
|
5186
|
-
"value": "5",
|
|
5187
|
-
"type": "size"
|
|
5188
|
-
},
|
|
5189
|
-
"name": "token-form-control-border-radius",
|
|
5190
|
-
"attributes": {
|
|
5191
|
-
"category": "form",
|
|
5192
|
-
"type": "control",
|
|
5193
|
-
"item": "border",
|
|
5194
|
-
"subitem": "radius"
|
|
5195
|
-
},
|
|
5196
|
-
"path": [
|
|
5197
|
-
"form",
|
|
5198
|
-
"control",
|
|
5199
|
-
"border",
|
|
5200
|
-
"radius"
|
|
5201
|
-
]
|
|
5202
|
-
},
|
|
5203
|
-
"width": {
|
|
5204
|
-
"value": "1px",
|
|
5205
|
-
"type": "size",
|
|
5206
|
-
"filePath": "src/products/shared/form/generic-control/sizing.json",
|
|
6009
|
+
"readonly": {
|
|
6010
|
+
"foreground-color": {
|
|
6011
|
+
"value": "#3b3d45",
|
|
6012
|
+
"type": "color",
|
|
6013
|
+
"group": "components",
|
|
6014
|
+
"filePath": "src/products/shared/form/generic-control/colors.json",
|
|
5207
6015
|
"isSource": true,
|
|
5208
6016
|
"original": {
|
|
5209
|
-
"value": "
|
|
5210
|
-
"type": "
|
|
6017
|
+
"value": "{color.foreground.primary.value}",
|
|
6018
|
+
"type": "color",
|
|
6019
|
+
"group": "components"
|
|
5211
6020
|
},
|
|
5212
|
-
"name": "token-form-control-
|
|
6021
|
+
"name": "token-form-control-readonly-foreground-color",
|
|
5213
6022
|
"attributes": {
|
|
5214
6023
|
"category": "form",
|
|
5215
6024
|
"type": "control",
|
|
5216
|
-
"item": "
|
|
5217
|
-
"subitem": "
|
|
6025
|
+
"item": "readonly",
|
|
6026
|
+
"subitem": "foreground-color"
|
|
5218
6027
|
},
|
|
5219
6028
|
"path": [
|
|
5220
6029
|
"form",
|
|
5221
6030
|
"control",
|
|
5222
|
-
"
|
|
5223
|
-
"
|
|
6031
|
+
"readonly",
|
|
6032
|
+
"foreground-color"
|
|
5224
6033
|
]
|
|
5225
|
-
}
|
|
5226
|
-
}
|
|
5227
|
-
},
|
|
5228
|
-
"label": {
|
|
5229
|
-
"color": {
|
|
5230
|
-
"value": "#0c0c0e",
|
|
5231
|
-
"type": "color",
|
|
5232
|
-
"group": "components",
|
|
5233
|
-
"filePath": "src/products/shared/form/base-elements.json",
|
|
5234
|
-
"isSource": true,
|
|
5235
|
-
"original": {
|
|
5236
|
-
"value": "{color.foreground.strong.value}",
|
|
5237
|
-
"type": "color",
|
|
5238
|
-
"group": "components"
|
|
5239
|
-
},
|
|
5240
|
-
"name": "token-form-label-color",
|
|
5241
|
-
"attributes": {
|
|
5242
|
-
"category": "form",
|
|
5243
|
-
"type": "label",
|
|
5244
|
-
"item": "color"
|
|
5245
|
-
},
|
|
5246
|
-
"path": [
|
|
5247
|
-
"form",
|
|
5248
|
-
"label",
|
|
5249
|
-
"color"
|
|
5250
|
-
]
|
|
5251
|
-
}
|
|
5252
|
-
},
|
|
5253
|
-
"legend": {
|
|
5254
|
-
"color": {
|
|
5255
|
-
"value": "#0c0c0e",
|
|
5256
|
-
"type": "color",
|
|
5257
|
-
"group": "components",
|
|
5258
|
-
"filePath": "src/products/shared/form/base-elements.json",
|
|
5259
|
-
"isSource": true,
|
|
5260
|
-
"original": {
|
|
5261
|
-
"value": "{form.label.color.value}",
|
|
5262
|
-
"type": "color",
|
|
5263
|
-
"group": "components"
|
|
5264
|
-
},
|
|
5265
|
-
"name": "token-form-legend-color",
|
|
5266
|
-
"attributes": {
|
|
5267
|
-
"category": "form",
|
|
5268
|
-
"type": "legend",
|
|
5269
|
-
"item": "color"
|
|
5270
|
-
},
|
|
5271
|
-
"path": [
|
|
5272
|
-
"form",
|
|
5273
|
-
"legend",
|
|
5274
|
-
"color"
|
|
5275
|
-
]
|
|
5276
|
-
}
|
|
5277
|
-
},
|
|
5278
|
-
"helper-text": {
|
|
5279
|
-
"color": {
|
|
5280
|
-
"value": "#656a76",
|
|
5281
|
-
"type": "color",
|
|
5282
|
-
"group": "components",
|
|
5283
|
-
"filePath": "src/products/shared/form/base-elements.json",
|
|
5284
|
-
"isSource": true,
|
|
5285
|
-
"original": {
|
|
5286
|
-
"value": "{color.foreground.faint.value}",
|
|
5287
|
-
"type": "color",
|
|
5288
|
-
"group": "components"
|
|
5289
6034
|
},
|
|
5290
|
-
"
|
|
5291
|
-
|
|
5292
|
-
"category": "form",
|
|
5293
|
-
"type": "helper-text",
|
|
5294
|
-
"item": "color"
|
|
5295
|
-
},
|
|
5296
|
-
"path": [
|
|
5297
|
-
"form",
|
|
5298
|
-
"helper-text",
|
|
5299
|
-
"color"
|
|
5300
|
-
]
|
|
5301
|
-
}
|
|
5302
|
-
},
|
|
5303
|
-
"indicator": {
|
|
5304
|
-
"optional": {
|
|
5305
|
-
"color": {
|
|
5306
|
-
"value": "#656a76",
|
|
6035
|
+
"surface-color": {
|
|
6036
|
+
"value": "#f1f2f3",
|
|
5307
6037
|
"type": "color",
|
|
5308
6038
|
"group": "components",
|
|
5309
|
-
"filePath": "src/products/shared/form/
|
|
6039
|
+
"filePath": "src/products/shared/form/generic-control/colors.json",
|
|
5310
6040
|
"isSource": true,
|
|
5311
6041
|
"original": {
|
|
5312
|
-
"value": "{color.
|
|
6042
|
+
"value": "{color.surface.strong.value}",
|
|
5313
6043
|
"type": "color",
|
|
5314
6044
|
"group": "components"
|
|
5315
6045
|
},
|
|
5316
|
-
"name": "token-form-
|
|
5317
|
-
"attributes": {
|
|
5318
|
-
"category": "form",
|
|
5319
|
-
"type": "indicator",
|
|
5320
|
-
"item": "optional",
|
|
5321
|
-
"subitem": "color"
|
|
5322
|
-
},
|
|
5323
|
-
"path": [
|
|
5324
|
-
"form",
|
|
5325
|
-
"indicator",
|
|
5326
|
-
"optional",
|
|
5327
|
-
"color"
|
|
5328
|
-
]
|
|
5329
|
-
}
|
|
5330
|
-
}
|
|
5331
|
-
},
|
|
5332
|
-
"error": {
|
|
5333
|
-
"color": {
|
|
5334
|
-
"value": "#c00005",
|
|
5335
|
-
"type": "color",
|
|
5336
|
-
"group": "components",
|
|
5337
|
-
"filePath": "src/products/shared/form/base-elements.json",
|
|
5338
|
-
"isSource": true,
|
|
5339
|
-
"original": {
|
|
5340
|
-
"value": "{color.palette.red-300.value}",
|
|
5341
|
-
"type": "color",
|
|
5342
|
-
"group": "components"
|
|
5343
|
-
},
|
|
5344
|
-
"name": "token-form-error-color",
|
|
5345
|
-
"attributes": {
|
|
5346
|
-
"category": "form",
|
|
5347
|
-
"type": "error",
|
|
5348
|
-
"item": "color"
|
|
5349
|
-
},
|
|
5350
|
-
"path": [
|
|
5351
|
-
"form",
|
|
5352
|
-
"error",
|
|
5353
|
-
"color"
|
|
5354
|
-
]
|
|
5355
|
-
},
|
|
5356
|
-
"icon-size": {
|
|
5357
|
-
"value": "14px",
|
|
5358
|
-
"type": "size",
|
|
5359
|
-
"filePath": "src/products/shared/form/base-elements.json",
|
|
5360
|
-
"isSource": true,
|
|
5361
|
-
"original": {
|
|
5362
|
-
"value": "14",
|
|
5363
|
-
"type": "size"
|
|
5364
|
-
},
|
|
5365
|
-
"name": "token-form-error-icon-size",
|
|
5366
|
-
"attributes": {
|
|
5367
|
-
"category": "form",
|
|
5368
|
-
"type": "error",
|
|
5369
|
-
"item": "icon-size"
|
|
5370
|
-
},
|
|
5371
|
-
"path": [
|
|
5372
|
-
"form",
|
|
5373
|
-
"error",
|
|
5374
|
-
"icon-size"
|
|
5375
|
-
]
|
|
5376
|
-
}
|
|
5377
|
-
},
|
|
5378
|
-
"checkbox": {
|
|
5379
|
-
"size": {
|
|
5380
|
-
"value": "16px",
|
|
5381
|
-
"type": "size",
|
|
5382
|
-
"filePath": "src/products/shared/form/checkbox.json",
|
|
5383
|
-
"isSource": true,
|
|
5384
|
-
"original": {
|
|
5385
|
-
"value": "16",
|
|
5386
|
-
"type": "size"
|
|
5387
|
-
},
|
|
5388
|
-
"name": "token-form-checkbox-size",
|
|
5389
|
-
"attributes": {
|
|
5390
|
-
"category": "form",
|
|
5391
|
-
"type": "checkbox",
|
|
5392
|
-
"item": "size"
|
|
5393
|
-
},
|
|
5394
|
-
"path": [
|
|
5395
|
-
"form",
|
|
5396
|
-
"checkbox",
|
|
5397
|
-
"size"
|
|
5398
|
-
]
|
|
5399
|
-
},
|
|
5400
|
-
"border": {
|
|
5401
|
-
"radius": {
|
|
5402
|
-
"value": "3px",
|
|
5403
|
-
"type": "size",
|
|
5404
|
-
"filePath": "src/products/shared/form/checkbox.json",
|
|
5405
|
-
"isSource": true,
|
|
5406
|
-
"original": {
|
|
5407
|
-
"value": "3",
|
|
5408
|
-
"type": "size"
|
|
5409
|
-
},
|
|
5410
|
-
"name": "token-form-checkbox-border-radius",
|
|
6046
|
+
"name": "token-form-control-readonly-surface-color",
|
|
5411
6047
|
"attributes": {
|
|
5412
6048
|
"category": "form",
|
|
5413
|
-
"type": "
|
|
5414
|
-
"item": "
|
|
5415
|
-
"subitem": "
|
|
6049
|
+
"type": "control",
|
|
6050
|
+
"item": "readonly",
|
|
6051
|
+
"subitem": "surface-color"
|
|
5416
6052
|
},
|
|
5417
6053
|
"path": [
|
|
5418
6054
|
"form",
|
|
5419
|
-
"
|
|
5420
|
-
"
|
|
5421
|
-
"
|
|
6055
|
+
"control",
|
|
6056
|
+
"readonly",
|
|
6057
|
+
"surface-color"
|
|
5422
6058
|
]
|
|
5423
|
-
},
|
|
5424
|
-
"
|
|
5425
|
-
"value": "
|
|
5426
|
-
"type": "
|
|
5427
|
-
"
|
|
6059
|
+
},
|
|
6060
|
+
"border-color": {
|
|
6061
|
+
"value": "#656a761a",
|
|
6062
|
+
"type": "color",
|
|
6063
|
+
"group": "components",
|
|
6064
|
+
"filePath": "src/products/shared/form/generic-control/colors.json",
|
|
5428
6065
|
"isSource": true,
|
|
5429
6066
|
"original": {
|
|
5430
|
-
"value": "
|
|
5431
|
-
"type": "
|
|
6067
|
+
"value": "{color.border.faint.value}",
|
|
6068
|
+
"type": "color",
|
|
6069
|
+
"group": "components"
|
|
5432
6070
|
},
|
|
5433
|
-
"name": "token-form-
|
|
6071
|
+
"name": "token-form-control-readonly-border-color",
|
|
5434
6072
|
"attributes": {
|
|
5435
6073
|
"category": "form",
|
|
5436
|
-
"type": "
|
|
5437
|
-
"item": "
|
|
5438
|
-
"subitem": "
|
|
6074
|
+
"type": "control",
|
|
6075
|
+
"item": "readonly",
|
|
6076
|
+
"subitem": "border-color"
|
|
5439
6077
|
},
|
|
5440
6078
|
"path": [
|
|
5441
6079
|
"form",
|
|
5442
|
-
"
|
|
5443
|
-
"
|
|
5444
|
-
"
|
|
6080
|
+
"control",
|
|
6081
|
+
"readonly",
|
|
6082
|
+
"border-color"
|
|
5445
6083
|
]
|
|
5446
6084
|
}
|
|
5447
6085
|
},
|
|
5448
|
-
"
|
|
5449
|
-
"
|
|
5450
|
-
"value": "
|
|
5451
|
-
"type": "
|
|
5452
|
-
"
|
|
6086
|
+
"disabled": {
|
|
6087
|
+
"foreground-color": {
|
|
6088
|
+
"value": "#8c909c",
|
|
6089
|
+
"type": "color",
|
|
6090
|
+
"group": "components",
|
|
6091
|
+
"filePath": "src/products/shared/form/generic-control/colors.json",
|
|
5453
6092
|
"isSource": true,
|
|
5454
6093
|
"original": {
|
|
5455
|
-
"value": "
|
|
5456
|
-
"type": "
|
|
6094
|
+
"value": "{color.foreground.disabled.value}",
|
|
6095
|
+
"type": "color",
|
|
6096
|
+
"group": "components"
|
|
5457
6097
|
},
|
|
5458
|
-
"name": "token-form-
|
|
6098
|
+
"name": "token-form-control-disabled-foreground-color",
|
|
5459
6099
|
"attributes": {
|
|
5460
6100
|
"category": "form",
|
|
5461
|
-
"type": "
|
|
5462
|
-
"item": "
|
|
5463
|
-
"subitem": "
|
|
6101
|
+
"type": "control",
|
|
6102
|
+
"item": "disabled",
|
|
6103
|
+
"subitem": "foreground-color"
|
|
5464
6104
|
},
|
|
5465
6105
|
"path": [
|
|
5466
6106
|
"form",
|
|
5467
|
-
"
|
|
5468
|
-
"
|
|
5469
|
-
"
|
|
6107
|
+
"control",
|
|
6108
|
+
"disabled",
|
|
6109
|
+
"foreground-color"
|
|
5470
6110
|
]
|
|
5471
6111
|
},
|
|
5472
|
-
"
|
|
5473
|
-
"value": "
|
|
5474
|
-
"
|
|
5475
|
-
"
|
|
6112
|
+
"surface-color": {
|
|
6113
|
+
"value": "#fafafa",
|
|
6114
|
+
"type": "color",
|
|
6115
|
+
"group": "components",
|
|
6116
|
+
"filePath": "src/products/shared/form/generic-control/colors.json",
|
|
5476
6117
|
"isSource": true,
|
|
5477
6118
|
"original": {
|
|
5478
|
-
"value": "
|
|
5479
|
-
"
|
|
6119
|
+
"value": "{color.surface.interactive-disabled.value}",
|
|
6120
|
+
"type": "color",
|
|
6121
|
+
"group": "components"
|
|
5480
6122
|
},
|
|
5481
|
-
"name": "token-form-
|
|
6123
|
+
"name": "token-form-control-disabled-surface-color",
|
|
5482
6124
|
"attributes": {
|
|
5483
6125
|
"category": "form",
|
|
5484
|
-
"type": "
|
|
5485
|
-
"item": "
|
|
5486
|
-
"subitem": "
|
|
6126
|
+
"type": "control",
|
|
6127
|
+
"item": "disabled",
|
|
6128
|
+
"subitem": "surface-color"
|
|
5487
6129
|
},
|
|
5488
6130
|
"path": [
|
|
5489
6131
|
"form",
|
|
5490
|
-
"
|
|
5491
|
-
"
|
|
5492
|
-
"
|
|
6132
|
+
"control",
|
|
6133
|
+
"disabled",
|
|
6134
|
+
"surface-color"
|
|
5493
6135
|
]
|
|
5494
6136
|
},
|
|
5495
|
-
"
|
|
5496
|
-
"value": "
|
|
5497
|
-
"
|
|
5498
|
-
"
|
|
6137
|
+
"border-color": {
|
|
6138
|
+
"value": "#656a7633",
|
|
6139
|
+
"type": "color",
|
|
6140
|
+
"group": "components",
|
|
6141
|
+
"filePath": "src/products/shared/form/generic-control/colors.json",
|
|
5499
6142
|
"isSource": true,
|
|
5500
6143
|
"original": {
|
|
5501
|
-
"value": "
|
|
5502
|
-
"
|
|
6144
|
+
"value": "{color.border.primary.value}",
|
|
6145
|
+
"type": "color",
|
|
6146
|
+
"group": "components"
|
|
5503
6147
|
},
|
|
5504
|
-
"name": "token-form-
|
|
6148
|
+
"name": "token-form-control-disabled-border-color",
|
|
5505
6149
|
"attributes": {
|
|
5506
6150
|
"category": "form",
|
|
5507
|
-
"type": "
|
|
5508
|
-
"item": "
|
|
5509
|
-
"subitem": "
|
|
6151
|
+
"type": "control",
|
|
6152
|
+
"item": "disabled",
|
|
6153
|
+
"subitem": "border-color"
|
|
5510
6154
|
},
|
|
5511
6155
|
"path": [
|
|
5512
6156
|
"form",
|
|
5513
|
-
"
|
|
5514
|
-
"
|
|
5515
|
-
"
|
|
6157
|
+
"control",
|
|
6158
|
+
"disabled",
|
|
6159
|
+
"border-color"
|
|
5516
6160
|
]
|
|
6161
|
+
}
|
|
6162
|
+
},
|
|
6163
|
+
"padding": {
|
|
6164
|
+
"value": "7px",
|
|
6165
|
+
"type": "size",
|
|
6166
|
+
"comment": "Notice: we have to take in account the border, so it's 1px less than in Figma.",
|
|
6167
|
+
"filePath": "src/products/shared/form/generic-control/sizing.json",
|
|
6168
|
+
"isSource": true,
|
|
6169
|
+
"original": {
|
|
6170
|
+
"value": "7",
|
|
6171
|
+
"type": "size",
|
|
6172
|
+
"comment": "Notice: we have to take in account the border, so it's 1px less than in Figma."
|
|
5517
6173
|
},
|
|
5518
|
-
"
|
|
5519
|
-
|
|
5520
|
-
"
|
|
5521
|
-
"
|
|
6174
|
+
"name": "token-form-control-padding",
|
|
6175
|
+
"attributes": {
|
|
6176
|
+
"category": "form",
|
|
6177
|
+
"type": "control",
|
|
6178
|
+
"item": "padding"
|
|
6179
|
+
},
|
|
6180
|
+
"path": [
|
|
6181
|
+
"form",
|
|
6182
|
+
"control",
|
|
6183
|
+
"padding"
|
|
6184
|
+
]
|
|
6185
|
+
},
|
|
6186
|
+
"border": {
|
|
6187
|
+
"radius": {
|
|
6188
|
+
"value": "5px",
|
|
6189
|
+
"type": "size",
|
|
6190
|
+
"filePath": "src/products/shared/form/generic-control/sizing.json",
|
|
5522
6191
|
"isSource": true,
|
|
5523
6192
|
"original": {
|
|
5524
|
-
"value": "
|
|
5525
|
-
"
|
|
6193
|
+
"value": "5",
|
|
6194
|
+
"type": "size"
|
|
5526
6195
|
},
|
|
5527
|
-
"name": "token-form-
|
|
6196
|
+
"name": "token-form-control-border-radius",
|
|
5528
6197
|
"attributes": {
|
|
5529
6198
|
"category": "form",
|
|
5530
|
-
"type": "
|
|
5531
|
-
"item": "
|
|
5532
|
-
"subitem": "
|
|
6199
|
+
"type": "control",
|
|
6200
|
+
"item": "border",
|
|
6201
|
+
"subitem": "radius"
|
|
5533
6202
|
},
|
|
5534
6203
|
"path": [
|
|
5535
6204
|
"form",
|
|
5536
|
-
"
|
|
5537
|
-
"
|
|
5538
|
-
"
|
|
6205
|
+
"control",
|
|
6206
|
+
"border",
|
|
6207
|
+
"radius"
|
|
5539
6208
|
]
|
|
5540
6209
|
},
|
|
5541
|
-
"
|
|
5542
|
-
"value": "
|
|
5543
|
-
"
|
|
5544
|
-
"filePath": "src/products/shared/form/
|
|
6210
|
+
"width": {
|
|
6211
|
+
"value": "1px",
|
|
6212
|
+
"type": "size",
|
|
6213
|
+
"filePath": "src/products/shared/form/generic-control/sizing.json",
|
|
5545
6214
|
"isSource": true,
|
|
5546
6215
|
"original": {
|
|
5547
|
-
"value": "
|
|
5548
|
-
"
|
|
6216
|
+
"value": "1",
|
|
6217
|
+
"type": "size"
|
|
5549
6218
|
},
|
|
5550
|
-
"name": "token-form-
|
|
6219
|
+
"name": "token-form-control-border-width",
|
|
5551
6220
|
"attributes": {
|
|
5552
6221
|
"category": "form",
|
|
5553
|
-
"type": "
|
|
5554
|
-
"item": "
|
|
5555
|
-
"subitem": "
|
|
6222
|
+
"type": "control",
|
|
6223
|
+
"item": "border",
|
|
6224
|
+
"subitem": "width"
|
|
5556
6225
|
},
|
|
5557
6226
|
"path": [
|
|
5558
6227
|
"form",
|
|
5559
|
-
"
|
|
5560
|
-
"
|
|
5561
|
-
"
|
|
6228
|
+
"control",
|
|
6229
|
+
"border",
|
|
6230
|
+
"width"
|
|
5562
6231
|
]
|
|
5563
6232
|
}
|
|
5564
6233
|
}
|
|
@@ -6397,73 +7066,6 @@
|
|
|
6397
7066
|
}
|
|
6398
7067
|
}
|
|
6399
7068
|
},
|
|
6400
|
-
"app-header": {
|
|
6401
|
-
"height": {
|
|
6402
|
-
"value": "60px",
|
|
6403
|
-
"type": "size",
|
|
6404
|
-
"filePath": "src/products/shared/app-header.json",
|
|
6405
|
-
"isSource": true,
|
|
6406
|
-
"original": {
|
|
6407
|
-
"value": "60",
|
|
6408
|
-
"type": "size"
|
|
6409
|
-
},
|
|
6410
|
-
"name": "token-app-header-height",
|
|
6411
|
-
"attributes": {
|
|
6412
|
-
"category": "app-header",
|
|
6413
|
-
"type": "height"
|
|
6414
|
-
},
|
|
6415
|
-
"path": [
|
|
6416
|
-
"app-header",
|
|
6417
|
-
"height"
|
|
6418
|
-
]
|
|
6419
|
-
},
|
|
6420
|
-
"home-link": {
|
|
6421
|
-
"size": {
|
|
6422
|
-
"value": "36px",
|
|
6423
|
-
"type": "size",
|
|
6424
|
-
"filePath": "src/products/shared/app-header.json",
|
|
6425
|
-
"isSource": true,
|
|
6426
|
-
"original": {
|
|
6427
|
-
"value": "36",
|
|
6428
|
-
"type": "size"
|
|
6429
|
-
},
|
|
6430
|
-
"name": "token-app-header-home-link-size",
|
|
6431
|
-
"attributes": {
|
|
6432
|
-
"category": "app-header",
|
|
6433
|
-
"type": "home-link",
|
|
6434
|
-
"item": "size"
|
|
6435
|
-
},
|
|
6436
|
-
"path": [
|
|
6437
|
-
"app-header",
|
|
6438
|
-
"home-link",
|
|
6439
|
-
"size"
|
|
6440
|
-
]
|
|
6441
|
-
}
|
|
6442
|
-
},
|
|
6443
|
-
"logo": {
|
|
6444
|
-
"size": {
|
|
6445
|
-
"value": "28px",
|
|
6446
|
-
"type": "size",
|
|
6447
|
-
"filePath": "src/products/shared/app-header.json",
|
|
6448
|
-
"isSource": true,
|
|
6449
|
-
"original": {
|
|
6450
|
-
"value": "28",
|
|
6451
|
-
"type": "size"
|
|
6452
|
-
},
|
|
6453
|
-
"name": "token-app-header-logo-size",
|
|
6454
|
-
"attributes": {
|
|
6455
|
-
"category": "app-header",
|
|
6456
|
-
"type": "logo",
|
|
6457
|
-
"item": "size"
|
|
6458
|
-
},
|
|
6459
|
-
"path": [
|
|
6460
|
-
"app-header",
|
|
6461
|
-
"logo",
|
|
6462
|
-
"size"
|
|
6463
|
-
]
|
|
6464
|
-
}
|
|
6465
|
-
}
|
|
6466
|
-
},
|
|
6467
7069
|
"pagination": {
|
|
6468
7070
|
"nav": {
|
|
6469
7071
|
"control": {
|
|
@@ -7137,7 +7739,7 @@
|
|
|
7137
7739
|
]
|
|
7138
7740
|
},
|
|
7139
7741
|
"strong": {
|
|
7140
|
-
"value": "#
|
|
7742
|
+
"value": "#ffffff",
|
|
7141
7743
|
"type": "color",
|
|
7142
7744
|
"group": "components",
|
|
7143
7745
|
"filePath": "src/products/shared/side-nav.json",
|