@momentum-design/tokens 0.0.61 → 0.0.63
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/dist/css/core/complete.css +1 -1
- package/dist/css/theme/aaos/day-complete.css +1 -1
- package/dist/css/theme/aaos/night-complete.css +1 -1
- package/dist/css/theme/webex/dark-stable.css +26 -38
- package/dist/css/theme/webex/hc-dark-stable.css +32 -40
- package/dist/css/theme/webex/hc-light-stable.css +32 -40
- package/dist/css/theme/webex/light-stable.css +25 -37
- package/dist/ios/core/complete.swift +1 -1
- package/dist/ios/theme/aaos/day-complete.swift +1 -1
- package/dist/ios/theme/aaos/night-complete.swift +1 -1
- package/dist/ios/theme/webex/dark-stable.swift +26 -38
- package/dist/ios/theme/webex/hc-dark-stable.swift +32 -40
- package/dist/ios/theme/webex/hc-light-stable.swift +32 -40
- package/dist/ios/theme/webex/light-stable.swift +25 -37
- package/dist/json/theme/webex/dark-stable.json +761 -941
- package/dist/json/theme/webex/hc-dark-stable.json +822 -920
- package/dist/json/theme/webex/hc-light-stable.json +1872 -1950
- package/dist/json/theme/webex/light-stable.json +1111 -1281
- package/dist/json-minimal/theme/webex/dark-stable.json +36 -70
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +44 -70
- package/dist/json-minimal/theme/webex/hc-light-stable.json +53 -79
- package/dist/json-minimal/theme/webex/light-stable.json +44 -78
- package/dist/resources/core/complete.xml +1 -1
- package/dist/resources/theme/aaos/day-complete.xml +1 -1
- package/dist/resources/theme/aaos/night-complete.xml +1 -1
- package/dist/resources/theme/webex/dark-stable.xml +26 -38
- package/dist/resources/theme/webex/hc-dark-stable.xml +32 -40
- package/dist/resources/theme/webex/hc-light-stable.xml +32 -40
- package/dist/resources/theme/webex/light-stable.xml +25 -37
- package/dist/scss/core/complete.scss +1 -1
- package/dist/scss/theme/aaos/day-complete.scss +1 -1
- package/dist/scss/theme/aaos/night-complete.scss +1 -1
- package/dist/scss/theme/webex/dark-stable.scss +26 -38
- package/dist/scss/theme/webex/hc-dark-stable.scss +32 -40
- package/dist/scss/theme/webex/hc-light-stable.scss +33 -41
- package/dist/scss/theme/webex/light-stable.scss +26 -38
- package/package.json +1 -1
|
@@ -4391,37 +4391,6 @@
|
|
|
4391
4391
|
}
|
|
4392
4392
|
}
|
|
4393
4393
|
},
|
|
4394
|
-
"common": {
|
|
4395
|
-
"normal": {
|
|
4396
|
-
"parent": "theme/stable/dark",
|
|
4397
|
-
"type": "color",
|
|
4398
|
-
"value": "#ffffff",
|
|
4399
|
-
"description": "",
|
|
4400
|
-
"filePath": "src/theme/stable/dark.json",
|
|
4401
|
-
"isSource": true,
|
|
4402
|
-
"original": {
|
|
4403
|
-
"parent": "theme/stable/dark",
|
|
4404
|
-
"type": "color",
|
|
4405
|
-
"value": "{color.core.white-alpha.100}",
|
|
4406
|
-
"description": ""
|
|
4407
|
-
},
|
|
4408
|
-
"name": "mds-color-theme-background-common-normal",
|
|
4409
|
-
"attributes": {
|
|
4410
|
-
"category": "color",
|
|
4411
|
-
"type": "theme",
|
|
4412
|
-
"item": "background",
|
|
4413
|
-
"subitem": "common",
|
|
4414
|
-
"state": "normal"
|
|
4415
|
-
},
|
|
4416
|
-
"path": [
|
|
4417
|
-
"color",
|
|
4418
|
-
"theme",
|
|
4419
|
-
"background",
|
|
4420
|
-
"common",
|
|
4421
|
-
"normal"
|
|
4422
|
-
]
|
|
4423
|
-
}
|
|
4424
|
-
},
|
|
4425
4394
|
"namelabel": {
|
|
4426
4395
|
"normal": {
|
|
4427
4396
|
"parent": "theme/stable/dark",
|
|
@@ -4454,299 +4423,165 @@
|
|
|
4454
4423
|
"gradient": {
|
|
4455
4424
|
"primary": {
|
|
4456
4425
|
"normal": {
|
|
4457
|
-
"
|
|
4458
|
-
|
|
4459
|
-
"
|
|
4460
|
-
|
|
4461
|
-
|
|
4462
|
-
"filePath": "src/theme/stable/dark.json",
|
|
4463
|
-
"isSource": true,
|
|
4464
|
-
"original": {
|
|
4465
|
-
"parent": "theme/stable/dark",
|
|
4466
|
-
"type": "color",
|
|
4467
|
-
"value": "{color.gradient.default.dark.primary.0}",
|
|
4468
|
-
"description": ""
|
|
4469
|
-
},
|
|
4470
|
-
"name": "mds-color-theme-background-gradient-primary-normal-0",
|
|
4471
|
-
"attributes": {
|
|
4472
|
-
"category": "color",
|
|
4473
|
-
"type": "theme",
|
|
4474
|
-
"item": "background",
|
|
4475
|
-
"subitem": "gradient",
|
|
4476
|
-
"state": "primary"
|
|
4477
|
-
},
|
|
4478
|
-
"path": [
|
|
4479
|
-
"color",
|
|
4480
|
-
"theme",
|
|
4481
|
-
"background",
|
|
4482
|
-
"gradient",
|
|
4483
|
-
"primary",
|
|
4484
|
-
"normal",
|
|
4485
|
-
"0"
|
|
4486
|
-
]
|
|
4487
|
-
},
|
|
4488
|
-
"1": {
|
|
4489
|
-
"parent": "theme/stable/dark",
|
|
4490
|
-
"type": "color",
|
|
4491
|
-
"value": "#0f0f0f",
|
|
4492
|
-
"description": "",
|
|
4493
|
-
"filePath": "src/theme/stable/dark.json",
|
|
4494
|
-
"isSource": true,
|
|
4495
|
-
"original": {
|
|
4496
|
-
"parent": "theme/stable/dark",
|
|
4497
|
-
"type": "color",
|
|
4498
|
-
"value": "{color.gradient.default.dark.primary.1}",
|
|
4499
|
-
"description": ""
|
|
4500
|
-
},
|
|
4501
|
-
"name": "mds-color-theme-background-gradient-primary-normal-1",
|
|
4502
|
-
"attributes": {
|
|
4503
|
-
"category": "color",
|
|
4504
|
-
"type": "theme",
|
|
4505
|
-
"item": "background",
|
|
4506
|
-
"subitem": "gradient",
|
|
4507
|
-
"state": "primary"
|
|
4508
|
-
},
|
|
4509
|
-
"path": [
|
|
4510
|
-
"color",
|
|
4511
|
-
"theme",
|
|
4512
|
-
"background",
|
|
4513
|
-
"gradient",
|
|
4514
|
-
"primary",
|
|
4515
|
-
"normal",
|
|
4516
|
-
"1"
|
|
4517
|
-
]
|
|
4518
|
-
}
|
|
4519
|
-
}
|
|
4520
|
-
},
|
|
4521
|
-
"secondary": {
|
|
4522
|
-
"normal": {
|
|
4523
|
-
"0": {
|
|
4524
|
-
"parent": "theme/stable/dark",
|
|
4525
|
-
"type": "color",
|
|
4526
|
-
"value": "#262626",
|
|
4527
|
-
"description": "",
|
|
4528
|
-
"filePath": "src/theme/stable/dark.json",
|
|
4529
|
-
"isSource": true,
|
|
4530
|
-
"original": {
|
|
4531
|
-
"parent": "theme/stable/dark",
|
|
4532
|
-
"type": "color",
|
|
4533
|
-
"value": "{color.gradient.default.dark.secondary.0}",
|
|
4534
|
-
"description": ""
|
|
4535
|
-
},
|
|
4536
|
-
"name": "mds-color-theme-background-gradient-secondary-normal-0",
|
|
4537
|
-
"attributes": {
|
|
4538
|
-
"category": "color",
|
|
4539
|
-
"type": "theme",
|
|
4540
|
-
"item": "background",
|
|
4541
|
-
"subitem": "gradient",
|
|
4542
|
-
"state": "secondary"
|
|
4543
|
-
},
|
|
4544
|
-
"path": [
|
|
4545
|
-
"color",
|
|
4546
|
-
"theme",
|
|
4547
|
-
"background",
|
|
4548
|
-
"gradient",
|
|
4549
|
-
"secondary",
|
|
4550
|
-
"normal",
|
|
4551
|
-
"0"
|
|
4552
|
-
]
|
|
4426
|
+
"parent": "theme/stable/dark",
|
|
4427
|
+
"$extensions": {
|
|
4428
|
+
"studio.tokens": {
|
|
4429
|
+
"modify": {}
|
|
4430
|
+
}
|
|
4553
4431
|
},
|
|
4554
|
-
"1": {
|
|
4555
|
-
"parent": "theme/stable/dark",
|
|
4556
|
-
"type": "color",
|
|
4557
|
-
"value": "#0f0f0f",
|
|
4558
|
-
"description": "",
|
|
4559
|
-
"filePath": "src/theme/stable/dark.json",
|
|
4560
|
-
"isSource": true,
|
|
4561
|
-
"original": {
|
|
4562
|
-
"parent": "theme/stable/dark",
|
|
4563
|
-
"type": "color",
|
|
4564
|
-
"value": "{color.gradient.default.dark.secondary.1}",
|
|
4565
|
-
"description": ""
|
|
4566
|
-
},
|
|
4567
|
-
"name": "mds-color-theme-background-gradient-secondary-normal-1",
|
|
4568
|
-
"attributes": {
|
|
4569
|
-
"category": "color",
|
|
4570
|
-
"type": "theme",
|
|
4571
|
-
"item": "background",
|
|
4572
|
-
"subitem": "gradient",
|
|
4573
|
-
"state": "secondary"
|
|
4574
|
-
},
|
|
4575
|
-
"path": [
|
|
4576
|
-
"color",
|
|
4577
|
-
"theme",
|
|
4578
|
-
"background",
|
|
4579
|
-
"gradient",
|
|
4580
|
-
"secondary",
|
|
4581
|
-
"normal",
|
|
4582
|
-
"1"
|
|
4583
|
-
]
|
|
4584
|
-
}
|
|
4585
|
-
}
|
|
4586
|
-
}
|
|
4587
|
-
},
|
|
4588
|
-
"reaction": {
|
|
4589
|
-
"normal": {
|
|
4590
|
-
"0": {
|
|
4591
4432
|
"type": "color",
|
|
4592
|
-
"value": "#1a1a1a",
|
|
4433
|
+
"value": "linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)",
|
|
4434
|
+
"description": "linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)",
|
|
4593
4435
|
"filePath": "src/theme/stable/dark.json",
|
|
4594
4436
|
"isSource": true,
|
|
4595
4437
|
"original": {
|
|
4438
|
+
"parent": "theme/stable/dark",
|
|
4439
|
+
"$extensions": {
|
|
4440
|
+
"studio.tokens": {
|
|
4441
|
+
"modify": {}
|
|
4442
|
+
}
|
|
4443
|
+
},
|
|
4596
4444
|
"type": "color",
|
|
4597
|
-
"value": "
|
|
4445
|
+
"value": "linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%)",
|
|
4446
|
+
"description": "linear-gradient(180deg, {color.gradient.default.dark.primary.0} 0%, {color.gradient.default.dark.primary.1} 100%)"
|
|
4598
4447
|
},
|
|
4599
|
-
"name": "mds-color-theme-background-
|
|
4448
|
+
"name": "mds-color-theme-background-gradient-primary-normal",
|
|
4600
4449
|
"attributes": {
|
|
4601
4450
|
"category": "color",
|
|
4602
4451
|
"type": "theme",
|
|
4603
4452
|
"item": "background",
|
|
4604
|
-
"subitem": "
|
|
4605
|
-
"state": "
|
|
4453
|
+
"subitem": "gradient",
|
|
4454
|
+
"state": "primary"
|
|
4606
4455
|
},
|
|
4607
4456
|
"path": [
|
|
4608
4457
|
"color",
|
|
4609
4458
|
"theme",
|
|
4610
4459
|
"background",
|
|
4611
|
-
"
|
|
4612
|
-
"
|
|
4613
|
-
"
|
|
4460
|
+
"gradient",
|
|
4461
|
+
"primary",
|
|
4462
|
+
"normal"
|
|
4614
4463
|
]
|
|
4615
|
-
}
|
|
4616
|
-
|
|
4464
|
+
}
|
|
4465
|
+
},
|
|
4466
|
+
"secondary": {
|
|
4467
|
+
"normal": {
|
|
4468
|
+
"parent": "theme/stable/dark",
|
|
4469
|
+
"$extensions": {
|
|
4470
|
+
"studio.tokens": {
|
|
4471
|
+
"modify": {}
|
|
4472
|
+
}
|
|
4473
|
+
},
|
|
4617
4474
|
"type": "color",
|
|
4618
|
-
"value": "#
|
|
4475
|
+
"value": "linear-gradient(180deg, #262626 0%, #0f0f0f 100%)",
|
|
4476
|
+
"description": "linear-gradient(180deg, #262626 0%, #0f0f0f 100%)",
|
|
4619
4477
|
"filePath": "src/theme/stable/dark.json",
|
|
4620
4478
|
"isSource": true,
|
|
4621
4479
|
"original": {
|
|
4480
|
+
"parent": "theme/stable/dark",
|
|
4481
|
+
"$extensions": {
|
|
4482
|
+
"studio.tokens": {
|
|
4483
|
+
"modify": {}
|
|
4484
|
+
}
|
|
4485
|
+
},
|
|
4622
4486
|
"type": "color",
|
|
4623
|
-
"value": "
|
|
4487
|
+
"value": "linear-gradient(180deg, #262626 0%, #0f0f0f 100%)",
|
|
4488
|
+
"description": "linear-gradient(180deg, {color.gradient.default.dark.secondary.0} 0%, {color.gradient.default.dark.secondary.1} 100%)"
|
|
4624
4489
|
},
|
|
4625
|
-
"name": "mds-color-theme-background-
|
|
4490
|
+
"name": "mds-color-theme-background-gradient-secondary-normal",
|
|
4626
4491
|
"attributes": {
|
|
4627
4492
|
"category": "color",
|
|
4628
4493
|
"type": "theme",
|
|
4629
4494
|
"item": "background",
|
|
4630
|
-
"subitem": "
|
|
4631
|
-
"state": "
|
|
4495
|
+
"subitem": "gradient",
|
|
4496
|
+
"state": "secondary"
|
|
4632
4497
|
},
|
|
4633
4498
|
"path": [
|
|
4634
4499
|
"color",
|
|
4635
4500
|
"theme",
|
|
4636
4501
|
"background",
|
|
4637
|
-
"
|
|
4638
|
-
"
|
|
4639
|
-
"
|
|
4502
|
+
"gradient",
|
|
4503
|
+
"secondary",
|
|
4504
|
+
"normal"
|
|
4640
4505
|
]
|
|
4641
4506
|
}
|
|
4642
4507
|
}
|
|
4643
4508
|
},
|
|
4644
|
-
"
|
|
4509
|
+
"reaction": {
|
|
4645
4510
|
"normal": {
|
|
4646
|
-
"
|
|
4647
|
-
"
|
|
4648
|
-
|
|
4649
|
-
|
|
4650
|
-
"isSource": true,
|
|
4651
|
-
"original": {
|
|
4652
|
-
"type": "color",
|
|
4653
|
-
"value": "{color.core.black-alpha.20}"
|
|
4654
|
-
},
|
|
4655
|
-
"name": "mds-color-theme-background-skeleton-normal-0",
|
|
4656
|
-
"attributes": {
|
|
4657
|
-
"category": "color",
|
|
4658
|
-
"type": "theme",
|
|
4659
|
-
"item": "background",
|
|
4660
|
-
"subitem": "skeleton",
|
|
4661
|
-
"state": "normal"
|
|
4662
|
-
},
|
|
4663
|
-
"path": [
|
|
4664
|
-
"color",
|
|
4665
|
-
"theme",
|
|
4666
|
-
"background",
|
|
4667
|
-
"skeleton",
|
|
4668
|
-
"normal",
|
|
4669
|
-
"0"
|
|
4670
|
-
]
|
|
4511
|
+
"$extensions": {
|
|
4512
|
+
"studio.tokens": {
|
|
4513
|
+
"modify": {}
|
|
4514
|
+
}
|
|
4671
4515
|
},
|
|
4672
|
-
"
|
|
4673
|
-
|
|
4674
|
-
|
|
4675
|
-
|
|
4676
|
-
|
|
4677
|
-
|
|
4678
|
-
|
|
4679
|
-
"
|
|
4680
|
-
|
|
4681
|
-
|
|
4682
|
-
"attributes": {
|
|
4683
|
-
"category": "color",
|
|
4684
|
-
"type": "theme",
|
|
4685
|
-
"item": "background",
|
|
4686
|
-
"subitem": "skeleton",
|
|
4687
|
-
"state": "normal"
|
|
4516
|
+
"type": "color",
|
|
4517
|
+
"value": "linear-gradient(180deg, #1a1a1a 90%, #1a1a1a 0%)",
|
|
4518
|
+
"description": "linear-gradient(180deg, #1A1A1A 90%, #1A1A1A 0%\nUsed for meeting reaction background ",
|
|
4519
|
+
"filePath": "src/theme/stable/dark.json",
|
|
4520
|
+
"isSource": true,
|
|
4521
|
+
"original": {
|
|
4522
|
+
"$extensions": {
|
|
4523
|
+
"studio.tokens": {
|
|
4524
|
+
"modify": {}
|
|
4525
|
+
}
|
|
4688
4526
|
},
|
|
4689
|
-
"path": [
|
|
4690
|
-
"color",
|
|
4691
|
-
"theme",
|
|
4692
|
-
"background",
|
|
4693
|
-
"skeleton",
|
|
4694
|
-
"normal",
|
|
4695
|
-
"1"
|
|
4696
|
-
]
|
|
4697
|
-
},
|
|
4698
|
-
"2": {
|
|
4699
4527
|
"type": "color",
|
|
4700
|
-
"value": "
|
|
4701
|
-
"
|
|
4702
|
-
"isSource": true,
|
|
4703
|
-
"original": {
|
|
4704
|
-
"type": "color",
|
|
4705
|
-
"value": "{color.core.black-alpha.40}"
|
|
4706
|
-
},
|
|
4707
|
-
"name": "mds-color-theme-background-skeleton-normal-2",
|
|
4708
|
-
"attributes": {
|
|
4709
|
-
"category": "color",
|
|
4710
|
-
"type": "theme",
|
|
4711
|
-
"item": "background",
|
|
4712
|
-
"subitem": "skeleton",
|
|
4713
|
-
"state": "normal"
|
|
4714
|
-
},
|
|
4715
|
-
"path": [
|
|
4716
|
-
"color",
|
|
4717
|
-
"theme",
|
|
4718
|
-
"background",
|
|
4719
|
-
"skeleton",
|
|
4720
|
-
"normal",
|
|
4721
|
-
"2"
|
|
4722
|
-
]
|
|
4528
|
+
"value": "linear-gradient(180deg, {color.core.gray.95} 90%, {color.core.gray.95} 0%)",
|
|
4529
|
+
"description": "linear-gradient(180deg, #1A1A1A 90%, #1A1A1A 0%\nUsed for meeting reaction background "
|
|
4723
4530
|
},
|
|
4724
|
-
"
|
|
4725
|
-
|
|
4726
|
-
"
|
|
4727
|
-
"
|
|
4728
|
-
"
|
|
4729
|
-
"
|
|
4730
|
-
|
|
4731
|
-
|
|
4732
|
-
|
|
4733
|
-
"
|
|
4734
|
-
"
|
|
4735
|
-
|
|
4736
|
-
|
|
4737
|
-
|
|
4738
|
-
|
|
4739
|
-
|
|
4740
|
-
|
|
4741
|
-
|
|
4742
|
-
|
|
4743
|
-
|
|
4744
|
-
|
|
4745
|
-
"
|
|
4746
|
-
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
|
|
4531
|
+
"name": "mds-color-theme-background-reaction-normal",
|
|
4532
|
+
"attributes": {
|
|
4533
|
+
"category": "color",
|
|
4534
|
+
"type": "theme",
|
|
4535
|
+
"item": "background",
|
|
4536
|
+
"subitem": "reaction",
|
|
4537
|
+
"state": "normal"
|
|
4538
|
+
},
|
|
4539
|
+
"path": [
|
|
4540
|
+
"color",
|
|
4541
|
+
"theme",
|
|
4542
|
+
"background",
|
|
4543
|
+
"reaction",
|
|
4544
|
+
"normal"
|
|
4545
|
+
]
|
|
4546
|
+
}
|
|
4547
|
+
},
|
|
4548
|
+
"skeleton": {
|
|
4549
|
+
"normal": {
|
|
4550
|
+
"$extensions": {
|
|
4551
|
+
"studio.tokens": {
|
|
4552
|
+
"modify": {}
|
|
4553
|
+
}
|
|
4554
|
+
},
|
|
4555
|
+
"type": "color",
|
|
4556
|
+
"value": "linear-gradient(123deg, #ffffff33 14.98%, #ffffff4d 38.98%, #ffffff66 64.82%, #ffffff80)",
|
|
4557
|
+
"description": "Core Token: white-alpha.20, white-alpha.30, white-alpha.40, white-alpha.50\nUse for skeleton component",
|
|
4558
|
+
"filePath": "src/theme/stable/dark.json",
|
|
4559
|
+
"isSource": true,
|
|
4560
|
+
"original": {
|
|
4561
|
+
"$extensions": {
|
|
4562
|
+
"studio.tokens": {
|
|
4563
|
+
"modify": {}
|
|
4564
|
+
}
|
|
4565
|
+
},
|
|
4566
|
+
"type": "color",
|
|
4567
|
+
"value": "linear-gradient(123deg, {color.core.white-alpha.20} 14.98%, {color.core.white-alpha.30} 38.98%, {color.core.white-alpha.40} 64.82%, {color.core.white-alpha.50})",
|
|
4568
|
+
"description": "Core Token: white-alpha.20, white-alpha.30, white-alpha.40, white-alpha.50\nUse for skeleton component"
|
|
4569
|
+
},
|
|
4570
|
+
"name": "mds-color-theme-background-skeleton-normal",
|
|
4571
|
+
"attributes": {
|
|
4572
|
+
"category": "color",
|
|
4573
|
+
"type": "theme",
|
|
4574
|
+
"item": "background",
|
|
4575
|
+
"subitem": "skeleton",
|
|
4576
|
+
"state": "normal"
|
|
4577
|
+
},
|
|
4578
|
+
"path": [
|
|
4579
|
+
"color",
|
|
4580
|
+
"theme",
|
|
4581
|
+
"background",
|
|
4582
|
+
"skeleton",
|
|
4583
|
+
"normal"
|
|
4584
|
+
]
|
|
4750
4585
|
}
|
|
4751
4586
|
}
|
|
4752
4587
|
},
|
|
@@ -6066,6 +5901,64 @@
|
|
|
6066
5901
|
"violet"
|
|
6067
5902
|
]
|
|
6068
5903
|
}
|
|
5904
|
+
},
|
|
5905
|
+
"promotion": {
|
|
5906
|
+
"normal-copy": {
|
|
5907
|
+
"type": "color",
|
|
5908
|
+
"value": "linear-gradient(46deg, #c233c4 0%, #d43b52 100%)",
|
|
5909
|
+
"description": "Used for border of promotional banner",
|
|
5910
|
+
"filePath": "src/theme/stable/dark.json",
|
|
5911
|
+
"isSource": true,
|
|
5912
|
+
"original": {
|
|
5913
|
+
"type": "color",
|
|
5914
|
+
"value": "linear-gradient(46deg, {color.decorative.purple.60} 0%, {color.decorative.pink.60} 100%)",
|
|
5915
|
+
"description": "Used for border of promotional banner"
|
|
5916
|
+
},
|
|
5917
|
+
"name": "mds-color-theme-outline-promotion-normal-copy",
|
|
5918
|
+
"attributes": {
|
|
5919
|
+
"category": "color",
|
|
5920
|
+
"type": "theme",
|
|
5921
|
+
"item": "outline",
|
|
5922
|
+
"subitem": "promotion",
|
|
5923
|
+
"state": "normal-copy"
|
|
5924
|
+
},
|
|
5925
|
+
"path": [
|
|
5926
|
+
"color",
|
|
5927
|
+
"theme",
|
|
5928
|
+
"outline",
|
|
5929
|
+
"promotion",
|
|
5930
|
+
"normal-copy"
|
|
5931
|
+
]
|
|
5932
|
+
}
|
|
5933
|
+
},
|
|
5934
|
+
"gradient": {
|
|
5935
|
+
"active": {
|
|
5936
|
+
"type": "color",
|
|
5937
|
+
"value": "linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)",
|
|
5938
|
+
"description": "linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)\nUsed for Webex Assitant AI",
|
|
5939
|
+
"filePath": "src/theme/stable/dark.json",
|
|
5940
|
+
"isSource": true,
|
|
5941
|
+
"original": {
|
|
5942
|
+
"type": "color",
|
|
5943
|
+
"value": "linear-gradient(44deg, {color.core.blue.50} 14.64%, {color.decorative.cyan.40} 51.1%, {color.core.green.30} 85.36%)",
|
|
5944
|
+
"description": "linear-gradient(44deg, #3492eb 14.64%, #22c7d6 51.1%, #68debd 85.36%)\nUsed for Webex Assitant AI"
|
|
5945
|
+
},
|
|
5946
|
+
"name": "mds-color-theme-outline-gradient-active",
|
|
5947
|
+
"attributes": {
|
|
5948
|
+
"category": "color",
|
|
5949
|
+
"type": "theme",
|
|
5950
|
+
"item": "outline",
|
|
5951
|
+
"subitem": "gradient",
|
|
5952
|
+
"state": "active"
|
|
5953
|
+
},
|
|
5954
|
+
"path": [
|
|
5955
|
+
"color",
|
|
5956
|
+
"theme",
|
|
5957
|
+
"outline",
|
|
5958
|
+
"gradient",
|
|
5959
|
+
"active"
|
|
5960
|
+
]
|
|
5961
|
+
}
|
|
6069
5962
|
}
|
|
6070
5963
|
},
|
|
6071
5964
|
"control": {
|
|
@@ -7787,15 +7680,13 @@
|
|
|
7787
7680
|
"normal": {
|
|
7788
7681
|
"parent": "theme/stable/dark",
|
|
7789
7682
|
"type": "color",
|
|
7790
|
-
"value": "#
|
|
7791
|
-
"description": "",
|
|
7683
|
+
"value": "#ffffff00",
|
|
7792
7684
|
"filePath": "src/theme/stable/dark.json",
|
|
7793
7685
|
"isSource": true,
|
|
7794
7686
|
"original": {
|
|
7795
7687
|
"parent": "theme/stable/dark",
|
|
7796
7688
|
"type": "color",
|
|
7797
|
-
"value": "{color.core.white-alpha.
|
|
7798
|
-
"description": ""
|
|
7689
|
+
"value": "{color.core.white-alpha.0}"
|
|
7799
7690
|
},
|
|
7800
7691
|
"name": "mds-color-theme-common-button-secondary-normal",
|
|
7801
7692
|
"attributes": {
|
|
@@ -8003,301 +7894,168 @@
|
|
|
8003
7894
|
},
|
|
8004
7895
|
"promotion": {
|
|
8005
7896
|
"normal": {
|
|
8006
|
-
"
|
|
8007
|
-
|
|
8008
|
-
"
|
|
8009
|
-
|
|
8010
|
-
|
|
8011
|
-
"filePath": "src/theme/stable/dark.json",
|
|
8012
|
-
"isSource": true,
|
|
8013
|
-
"original": {
|
|
8014
|
-
"parent": "theme/stable/dark",
|
|
8015
|
-
"type": "color",
|
|
8016
|
-
"value": "{color.decorative.purple.70}",
|
|
8017
|
-
"description": ""
|
|
8018
|
-
},
|
|
8019
|
-
"name": "mds-color-theme-common-button-promotion-normal-0",
|
|
8020
|
-
"attributes": {
|
|
8021
|
-
"category": "color",
|
|
8022
|
-
"type": "theme",
|
|
8023
|
-
"item": "common",
|
|
8024
|
-
"subitem": "button",
|
|
8025
|
-
"state": "promotion"
|
|
8026
|
-
},
|
|
8027
|
-
"path": [
|
|
8028
|
-
"color",
|
|
8029
|
-
"theme",
|
|
8030
|
-
"common",
|
|
8031
|
-
"button",
|
|
8032
|
-
"promotion",
|
|
8033
|
-
"normal",
|
|
8034
|
-
"0"
|
|
8035
|
-
]
|
|
7897
|
+
"parent": "theme/stable/dark",
|
|
7898
|
+
"$extensions": {
|
|
7899
|
+
"studio.tokens": {
|
|
7900
|
+
"modify": {}
|
|
7901
|
+
}
|
|
8036
7902
|
},
|
|
8037
|
-
"
|
|
7903
|
+
"type": "color",
|
|
7904
|
+
"value": "linear-gradient(46deg, #932099 0%, #a12a3a 100%)",
|
|
7905
|
+
"description": "Used for rest state of promotional button",
|
|
7906
|
+
"filePath": "src/theme/stable/dark.json",
|
|
7907
|
+
"isSource": true,
|
|
7908
|
+
"original": {
|
|
8038
7909
|
"parent": "theme/stable/dark",
|
|
8039
|
-
"
|
|
8040
|
-
|
|
8041
|
-
|
|
8042
|
-
|
|
8043
|
-
"isSource": true,
|
|
8044
|
-
"original": {
|
|
8045
|
-
"parent": "theme/stable/dark",
|
|
8046
|
-
"type": "color",
|
|
8047
|
-
"value": "{color.decorative.pink.70}",
|
|
8048
|
-
"description": ""
|
|
8049
|
-
},
|
|
8050
|
-
"name": "mds-color-theme-common-button-promotion-normal-1",
|
|
8051
|
-
"attributes": {
|
|
8052
|
-
"category": "color",
|
|
8053
|
-
"type": "theme",
|
|
8054
|
-
"item": "common",
|
|
8055
|
-
"subitem": "button",
|
|
8056
|
-
"state": "promotion"
|
|
7910
|
+
"$extensions": {
|
|
7911
|
+
"studio.tokens": {
|
|
7912
|
+
"modify": {}
|
|
7913
|
+
}
|
|
8057
7914
|
},
|
|
8058
|
-
"
|
|
8059
|
-
|
|
8060
|
-
|
|
8061
|
-
|
|
8062
|
-
|
|
8063
|
-
|
|
8064
|
-
|
|
8065
|
-
|
|
8066
|
-
|
|
8067
|
-
|
|
7915
|
+
"type": "color",
|
|
7916
|
+
"value": "linear-gradient(46deg, {color.decorative.purple.70} 0%, {color.decorative.pink.70} 100%)",
|
|
7917
|
+
"description": "Used for rest state of promotional button"
|
|
7918
|
+
},
|
|
7919
|
+
"name": "mds-color-theme-common-button-promotion-normal",
|
|
7920
|
+
"attributes": {
|
|
7921
|
+
"category": "color",
|
|
7922
|
+
"type": "theme",
|
|
7923
|
+
"item": "common",
|
|
7924
|
+
"subitem": "button",
|
|
7925
|
+
"state": "promotion"
|
|
7926
|
+
},
|
|
7927
|
+
"path": [
|
|
7928
|
+
"color",
|
|
7929
|
+
"theme",
|
|
7930
|
+
"common",
|
|
7931
|
+
"button",
|
|
7932
|
+
"promotion",
|
|
7933
|
+
"normal"
|
|
7934
|
+
]
|
|
8068
7935
|
},
|
|
8069
7936
|
"hover": {
|
|
8070
|
-
"
|
|
8071
|
-
|
|
8072
|
-
"
|
|
8073
|
-
|
|
8074
|
-
|
|
8075
|
-
"filePath": "src/theme/stable/dark.json",
|
|
8076
|
-
"isSource": true,
|
|
8077
|
-
"original": {
|
|
8078
|
-
"parent": "theme/stable/dark",
|
|
8079
|
-
"type": "color",
|
|
8080
|
-
"value": "{color.decorative.purple.80}",
|
|
8081
|
-
"description": ""
|
|
8082
|
-
},
|
|
8083
|
-
"name": "mds-color-theme-common-button-promotion-hover-0",
|
|
8084
|
-
"attributes": {
|
|
8085
|
-
"category": "color",
|
|
8086
|
-
"type": "theme",
|
|
8087
|
-
"item": "common",
|
|
8088
|
-
"subitem": "button",
|
|
8089
|
-
"state": "promotion"
|
|
8090
|
-
},
|
|
8091
|
-
"path": [
|
|
8092
|
-
"color",
|
|
8093
|
-
"theme",
|
|
8094
|
-
"common",
|
|
8095
|
-
"button",
|
|
8096
|
-
"promotion",
|
|
8097
|
-
"hover",
|
|
8098
|
-
"0"
|
|
8099
|
-
]
|
|
7937
|
+
"parent": "theme/stable/dark",
|
|
7938
|
+
"$extensions": {
|
|
7939
|
+
"studio.tokens": {
|
|
7940
|
+
"modify": {}
|
|
7941
|
+
}
|
|
8100
7942
|
},
|
|
8101
|
-
"
|
|
7943
|
+
"type": "color",
|
|
7944
|
+
"value": "linear-gradient(46deg, #601e66 0%, #66262d 100%)",
|
|
7945
|
+
"description": "Used for hover state of promotional button",
|
|
7946
|
+
"filePath": "src/theme/stable/dark.json",
|
|
7947
|
+
"isSource": true,
|
|
7948
|
+
"original": {
|
|
8102
7949
|
"parent": "theme/stable/dark",
|
|
8103
|
-
"
|
|
8104
|
-
|
|
8105
|
-
|
|
8106
|
-
|
|
8107
|
-
"isSource": true,
|
|
8108
|
-
"original": {
|
|
8109
|
-
"parent": "theme/stable/dark",
|
|
8110
|
-
"type": "color",
|
|
8111
|
-
"value": "{color.decorative.pink.80}",
|
|
8112
|
-
"description": ""
|
|
8113
|
-
},
|
|
8114
|
-
"name": "mds-color-theme-common-button-promotion-hover-1",
|
|
8115
|
-
"attributes": {
|
|
8116
|
-
"category": "color",
|
|
8117
|
-
"type": "theme",
|
|
8118
|
-
"item": "common",
|
|
8119
|
-
"subitem": "button",
|
|
8120
|
-
"state": "promotion"
|
|
7950
|
+
"$extensions": {
|
|
7951
|
+
"studio.tokens": {
|
|
7952
|
+
"modify": {}
|
|
7953
|
+
}
|
|
8121
7954
|
},
|
|
8122
|
-
"
|
|
8123
|
-
|
|
8124
|
-
|
|
8125
|
-
|
|
8126
|
-
|
|
8127
|
-
|
|
8128
|
-
|
|
8129
|
-
|
|
8130
|
-
|
|
8131
|
-
|
|
7955
|
+
"type": "color",
|
|
7956
|
+
"value": "linear-gradient(46deg, {color.decorative.purple.80} 0%, {color.decorative.pink.80} 100%)",
|
|
7957
|
+
"description": "Used for hover state of promotional button"
|
|
7958
|
+
},
|
|
7959
|
+
"name": "mds-color-theme-common-button-promotion-hover",
|
|
7960
|
+
"attributes": {
|
|
7961
|
+
"category": "color",
|
|
7962
|
+
"type": "theme",
|
|
7963
|
+
"item": "common",
|
|
7964
|
+
"subitem": "button",
|
|
7965
|
+
"state": "promotion"
|
|
7966
|
+
},
|
|
7967
|
+
"path": [
|
|
7968
|
+
"color",
|
|
7969
|
+
"theme",
|
|
7970
|
+
"common",
|
|
7971
|
+
"button",
|
|
7972
|
+
"promotion",
|
|
7973
|
+
"hover"
|
|
7974
|
+
]
|
|
8132
7975
|
},
|
|
8133
7976
|
"active": {
|
|
8134
|
-
"
|
|
8135
|
-
|
|
8136
|
-
"
|
|
8137
|
-
|
|
8138
|
-
|
|
8139
|
-
"filePath": "src/theme/stable/dark.json",
|
|
8140
|
-
"isSource": true,
|
|
8141
|
-
"original": {
|
|
8142
|
-
"parent": "theme/stable/dark",
|
|
8143
|
-
"type": "color",
|
|
8144
|
-
"value": "{color.decorative.purple.80}",
|
|
8145
|
-
"description": ""
|
|
8146
|
-
},
|
|
8147
|
-
"name": "mds-color-theme-common-button-promotion-active-0",
|
|
8148
|
-
"attributes": {
|
|
8149
|
-
"category": "color",
|
|
8150
|
-
"type": "theme",
|
|
8151
|
-
"item": "common",
|
|
8152
|
-
"subitem": "button",
|
|
8153
|
-
"state": "promotion"
|
|
8154
|
-
},
|
|
8155
|
-
"path": [
|
|
8156
|
-
"color",
|
|
8157
|
-
"theme",
|
|
8158
|
-
"common",
|
|
8159
|
-
"button",
|
|
8160
|
-
"promotion",
|
|
8161
|
-
"active",
|
|
8162
|
-
"0"
|
|
8163
|
-
]
|
|
7977
|
+
"parent": "theme/stable/dark",
|
|
7978
|
+
"$extensions": {
|
|
7979
|
+
"studio.tokens": {
|
|
7980
|
+
"modify": {}
|
|
7981
|
+
}
|
|
8164
7982
|
},
|
|
8165
|
-
"
|
|
7983
|
+
"type": "color",
|
|
7984
|
+
"value": "linear-gradient(46deg, #3b1840 0%, #3b1e21 100%)",
|
|
7985
|
+
"description": "Used for active state of promotional button",
|
|
7986
|
+
"filePath": "src/theme/stable/dark.json",
|
|
7987
|
+
"isSource": true,
|
|
7988
|
+
"original": {
|
|
8166
7989
|
"parent": "theme/stable/dark",
|
|
8167
|
-
"
|
|
8168
|
-
|
|
8169
|
-
|
|
8170
|
-
|
|
8171
|
-
"isSource": true,
|
|
8172
|
-
"original": {
|
|
8173
|
-
"parent": "theme/stable/dark",
|
|
8174
|
-
"type": "color",
|
|
8175
|
-
"value": "{color.decorative.pink.90}",
|
|
8176
|
-
"description": ""
|
|
8177
|
-
},
|
|
8178
|
-
"name": "mds-color-theme-common-button-promotion-active-1",
|
|
8179
|
-
"attributes": {
|
|
8180
|
-
"category": "color",
|
|
8181
|
-
"type": "theme",
|
|
8182
|
-
"item": "common",
|
|
8183
|
-
"subitem": "button",
|
|
8184
|
-
"state": "promotion"
|
|
7990
|
+
"$extensions": {
|
|
7991
|
+
"studio.tokens": {
|
|
7992
|
+
"modify": {}
|
|
7993
|
+
}
|
|
8185
7994
|
},
|
|
8186
|
-
"
|
|
8187
|
-
|
|
8188
|
-
|
|
8189
|
-
|
|
8190
|
-
|
|
8191
|
-
|
|
8192
|
-
|
|
8193
|
-
|
|
8194
|
-
|
|
8195
|
-
|
|
7995
|
+
"type": "color",
|
|
7996
|
+
"value": "linear-gradient(46deg, {color.decorative.purple.90} 0%, {color.decorative.pink.90} 100%)",
|
|
7997
|
+
"description": "Used for active state of promotional button"
|
|
7998
|
+
},
|
|
7999
|
+
"name": "mds-color-theme-common-button-promotion-active",
|
|
8000
|
+
"attributes": {
|
|
8001
|
+
"category": "color",
|
|
8002
|
+
"type": "theme",
|
|
8003
|
+
"item": "common",
|
|
8004
|
+
"subitem": "button",
|
|
8005
|
+
"state": "promotion"
|
|
8006
|
+
},
|
|
8007
|
+
"path": [
|
|
8008
|
+
"color",
|
|
8009
|
+
"theme",
|
|
8010
|
+
"common",
|
|
8011
|
+
"button",
|
|
8012
|
+
"promotion",
|
|
8013
|
+
"active"
|
|
8014
|
+
]
|
|
8196
8015
|
}
|
|
8197
8016
|
},
|
|
8198
8017
|
"join": {
|
|
8199
8018
|
"animated": {
|
|
8200
8019
|
"gradient": {
|
|
8201
8020
|
"normal": {
|
|
8202
|
-
"
|
|
8203
|
-
"
|
|
8204
|
-
|
|
8205
|
-
|
|
8206
|
-
"description": "",
|
|
8207
|
-
"filePath": "src/theme/stable/dark.json",
|
|
8208
|
-
"isSource": true,
|
|
8209
|
-
"original": {
|
|
8210
|
-
"parent": "theme/stable/dark",
|
|
8211
|
-
"type": "color",
|
|
8212
|
-
"value": "{color.decorative.mint.40}",
|
|
8213
|
-
"description": ""
|
|
8214
|
-
},
|
|
8215
|
-
"name": "mds-color-theme-common-button-join-animated-gradient-normal-0",
|
|
8216
|
-
"attributes": {
|
|
8217
|
-
"category": "color",
|
|
8218
|
-
"type": "theme",
|
|
8219
|
-
"item": "common",
|
|
8220
|
-
"subitem": "button",
|
|
8221
|
-
"state": "join"
|
|
8222
|
-
},
|
|
8223
|
-
"path": [
|
|
8224
|
-
"color",
|
|
8225
|
-
"theme",
|
|
8226
|
-
"common",
|
|
8227
|
-
"button",
|
|
8228
|
-
"join",
|
|
8229
|
-
"animated",
|
|
8230
|
-
"gradient",
|
|
8231
|
-
"normal",
|
|
8232
|
-
"0"
|
|
8233
|
-
]
|
|
8021
|
+
"$extensions": {
|
|
8022
|
+
"studio.tokens": {
|
|
8023
|
+
"modify": {}
|
|
8024
|
+
}
|
|
8234
8025
|
},
|
|
8235
|
-
"
|
|
8236
|
-
|
|
8237
|
-
|
|
8238
|
-
|
|
8239
|
-
|
|
8240
|
-
|
|
8241
|
-
"
|
|
8242
|
-
|
|
8243
|
-
|
|
8244
|
-
|
|
8245
|
-
"value": "{color.core.blue.40}",
|
|
8246
|
-
"description": ""
|
|
8247
|
-
},
|
|
8248
|
-
"name": "mds-color-theme-common-button-join-animated-gradient-normal-1",
|
|
8249
|
-
"attributes": {
|
|
8250
|
-
"category": "color",
|
|
8251
|
-
"type": "theme",
|
|
8252
|
-
"item": "common",
|
|
8253
|
-
"subitem": "button",
|
|
8254
|
-
"state": "join"
|
|
8026
|
+
"type": "color",
|
|
8027
|
+
"value": "linear-gradient(90deg, #30c9b0 0%, #64b4fa 51%, #30c9b0 100%)",
|
|
8028
|
+
"description": "linear-gradient(90deg, #30C9B0 0%, #64B4FA 51%, #529E91 100%)",
|
|
8029
|
+
"filePath": "src/theme/stable/dark.json",
|
|
8030
|
+
"isSource": true,
|
|
8031
|
+
"original": {
|
|
8032
|
+
"$extensions": {
|
|
8033
|
+
"studio.tokens": {
|
|
8034
|
+
"modify": {}
|
|
8035
|
+
}
|
|
8255
8036
|
},
|
|
8256
|
-
"path": [
|
|
8257
|
-
"color",
|
|
8258
|
-
"theme",
|
|
8259
|
-
"common",
|
|
8260
|
-
"button",
|
|
8261
|
-
"join",
|
|
8262
|
-
"animated",
|
|
8263
|
-
"gradient",
|
|
8264
|
-
"normal",
|
|
8265
|
-
"1"
|
|
8266
|
-
]
|
|
8267
|
-
},
|
|
8268
|
-
"2": {
|
|
8269
|
-
"parent": "theme/stable/dark",
|
|
8270
8037
|
"type": "color",
|
|
8271
|
-
"value": "
|
|
8272
|
-
"description": ""
|
|
8273
|
-
|
|
8274
|
-
|
|
8275
|
-
|
|
8276
|
-
|
|
8277
|
-
|
|
8278
|
-
|
|
8279
|
-
|
|
8280
|
-
|
|
8281
|
-
|
|
8282
|
-
|
|
8283
|
-
|
|
8284
|
-
|
|
8285
|
-
|
|
8286
|
-
|
|
8287
|
-
|
|
8288
|
-
|
|
8289
|
-
"
|
|
8290
|
-
|
|
8291
|
-
|
|
8292
|
-
"common",
|
|
8293
|
-
"button",
|
|
8294
|
-
"join",
|
|
8295
|
-
"animated",
|
|
8296
|
-
"gradient",
|
|
8297
|
-
"normal",
|
|
8298
|
-
"2"
|
|
8299
|
-
]
|
|
8300
|
-
}
|
|
8038
|
+
"value": "linear-gradient(90deg, {color.decorative.mint.40} 0%, {color.core.blue.40} 51%, {color.decorative.mint.40} 100%)",
|
|
8039
|
+
"description": "linear-gradient(90deg, #30C9B0 0%, #64B4FA 51%, #529E91 100%)"
|
|
8040
|
+
},
|
|
8041
|
+
"name": "mds-color-theme-common-button-join-animated-gradient-normal",
|
|
8042
|
+
"attributes": {
|
|
8043
|
+
"category": "color",
|
|
8044
|
+
"type": "theme",
|
|
8045
|
+
"item": "common",
|
|
8046
|
+
"subitem": "button",
|
|
8047
|
+
"state": "join"
|
|
8048
|
+
},
|
|
8049
|
+
"path": [
|
|
8050
|
+
"color",
|
|
8051
|
+
"theme",
|
|
8052
|
+
"common",
|
|
8053
|
+
"button",
|
|
8054
|
+
"join",
|
|
8055
|
+
"animated",
|
|
8056
|
+
"gradient",
|
|
8057
|
+
"normal"
|
|
8058
|
+
]
|
|
8301
8059
|
}
|
|
8302
8060
|
}
|
|
8303
8061
|
}
|
|
@@ -10673,502 +10431,564 @@
|
|
|
10673
10431
|
}
|
|
10674
10432
|
},
|
|
10675
10433
|
"gradientdivider": {
|
|
10676
|
-
"
|
|
10677
|
-
"
|
|
10434
|
+
"default": {
|
|
10435
|
+
"normal": {
|
|
10678
10436
|
"parent": "theme/stable/dark",
|
|
10437
|
+
"$extensions": {
|
|
10438
|
+
"studio.tokens": {
|
|
10439
|
+
"modify": {}
|
|
10440
|
+
}
|
|
10441
|
+
},
|
|
10679
10442
|
"type": "color",
|
|
10680
|
-
"value": "#ffffff00",
|
|
10681
|
-
"description": "",
|
|
10443
|
+
"value": "linear-gradient(90deg, #ffffff00 0%, #ffffff33 22.4%, #ffffff33 72.4%, #ffffff00 100%)",
|
|
10444
|
+
"description": "linear-gradient(90deg, #ffffff00 0%, #ffffff33 22.4%, #ffffff33 72.4%, #ffffff00 100%)\nUsed for default default on compose area in space",
|
|
10682
10445
|
"filePath": "src/theme/stable/dark.json",
|
|
10683
10446
|
"isSource": true,
|
|
10684
10447
|
"original": {
|
|
10685
10448
|
"parent": "theme/stable/dark",
|
|
10449
|
+
"$extensions": {
|
|
10450
|
+
"studio.tokens": {
|
|
10451
|
+
"modify": {}
|
|
10452
|
+
}
|
|
10453
|
+
},
|
|
10686
10454
|
"type": "color",
|
|
10687
|
-
"value": "{color.core.white-alpha.0}",
|
|
10688
|
-
"description": ""
|
|
10455
|
+
"value": "linear-gradient(90deg, {color.core.white-alpha.0} 0%, {color.core.white-alpha.20} 22.4%, {color.core.white-alpha.20} 72.4%, {color.core.white-alpha.0} 100%)",
|
|
10456
|
+
"description": "linear-gradient(90deg, #ffffff00 0%, #ffffff33 22.4%, #ffffff33 72.4%, #ffffff00 100%)\nUsed for default default on compose area in space"
|
|
10689
10457
|
},
|
|
10690
|
-
"name": "mds-color-theme-gradientdivider-normal
|
|
10458
|
+
"name": "mds-color-theme-gradientdivider-default-normal",
|
|
10691
10459
|
"attributes": {
|
|
10692
10460
|
"category": "color",
|
|
10693
10461
|
"type": "theme",
|
|
10694
10462
|
"item": "gradientdivider",
|
|
10695
|
-
"subitem": "
|
|
10696
|
-
"state": "
|
|
10463
|
+
"subitem": "default",
|
|
10464
|
+
"state": "normal"
|
|
10697
10465
|
},
|
|
10698
10466
|
"path": [
|
|
10699
10467
|
"color",
|
|
10700
10468
|
"theme",
|
|
10701
10469
|
"gradientdivider",
|
|
10702
|
-
"
|
|
10703
|
-
"
|
|
10470
|
+
"default",
|
|
10471
|
+
"normal"
|
|
10704
10472
|
]
|
|
10705
10473
|
},
|
|
10706
|
-
"
|
|
10474
|
+
"hover": {
|
|
10707
10475
|
"parent": "theme/stable/dark",
|
|
10476
|
+
"$extensions": {
|
|
10477
|
+
"studio.tokens": {
|
|
10478
|
+
"modify": {}
|
|
10479
|
+
}
|
|
10480
|
+
},
|
|
10708
10481
|
"type": "color",
|
|
10709
|
-
"value": "#
|
|
10710
|
-
"description": "",
|
|
10482
|
+
"value": "linear-gradient(90deg, #ffffff00 0%, #ffffff99 22.4%, #ffffff99 72.4%, #ffffff00 100%)",
|
|
10483
|
+
"description": "linear-gradient(90deg, #ffffff00 0%, #ffffff99 22.4%, #ffffff99 72.4%, #ffffff00 100%)\nUsed for hover state of gradient divider for spaces",
|
|
10711
10484
|
"filePath": "src/theme/stable/dark.json",
|
|
10712
10485
|
"isSource": true,
|
|
10713
10486
|
"original": {
|
|
10714
10487
|
"parent": "theme/stable/dark",
|
|
10488
|
+
"$extensions": {
|
|
10489
|
+
"studio.tokens": {
|
|
10490
|
+
"modify": {}
|
|
10491
|
+
}
|
|
10492
|
+
},
|
|
10715
10493
|
"type": "color",
|
|
10716
|
-
"value": "{color.core.white-alpha.
|
|
10717
|
-
"description": ""
|
|
10494
|
+
"value": "linear-gradient(90deg, {color.core.white-alpha.0} 0%, {color.core.white-alpha.60} 22.4%, {color.core.white-alpha.60} 72.4%, {color.core.white-alpha.0} 100%)",
|
|
10495
|
+
"description": "linear-gradient(90deg, #ffffff00 0%, #ffffff99 22.4%, #ffffff99 72.4%, #ffffff00 100%)\nUsed for hover state of gradient divider for spaces"
|
|
10718
10496
|
},
|
|
10719
|
-
"name": "mds-color-theme-gradientdivider-
|
|
10497
|
+
"name": "mds-color-theme-gradientdivider-default-hover",
|
|
10720
10498
|
"attributes": {
|
|
10721
10499
|
"category": "color",
|
|
10722
10500
|
"type": "theme",
|
|
10723
10501
|
"item": "gradientdivider",
|
|
10724
|
-
"subitem": "
|
|
10725
|
-
"state": "
|
|
10502
|
+
"subitem": "default",
|
|
10503
|
+
"state": "hover"
|
|
10726
10504
|
},
|
|
10727
10505
|
"path": [
|
|
10728
10506
|
"color",
|
|
10729
10507
|
"theme",
|
|
10730
10508
|
"gradientdivider",
|
|
10731
|
-
"
|
|
10732
|
-
"
|
|
10509
|
+
"default",
|
|
10510
|
+
"hover"
|
|
10733
10511
|
]
|
|
10734
10512
|
}
|
|
10735
10513
|
},
|
|
10736
|
-
"
|
|
10737
|
-
"
|
|
10514
|
+
"error": {
|
|
10515
|
+
"normal": {
|
|
10738
10516
|
"parent": "theme/stable/dark",
|
|
10517
|
+
"$extensions": {
|
|
10518
|
+
"studio.tokens": {
|
|
10519
|
+
"modify": {}
|
|
10520
|
+
}
|
|
10521
|
+
},
|
|
10739
10522
|
"type": "color",
|
|
10740
|
-
"value": "#
|
|
10741
|
-
"description": "",
|
|
10523
|
+
"value": "linear-gradient(90deg, #fc8b9800 0%, #fc8b9822.4%, #fc8b9899 76.04%, #fc8b9800 100%)",
|
|
10524
|
+
"description": "linear-gradient(90deg, #fc8b98 0%, #fc8b98 60%, #fc8b98 60%, #fc8b98 0%)\nUsed for divider on the compose area for classified spaces",
|
|
10742
10525
|
"filePath": "src/theme/stable/dark.json",
|
|
10743
10526
|
"isSource": true,
|
|
10744
10527
|
"original": {
|
|
10745
10528
|
"parent": "theme/stable/dark",
|
|
10529
|
+
"$extensions": {
|
|
10530
|
+
"studio.tokens": {
|
|
10531
|
+
"modify": {}
|
|
10532
|
+
}
|
|
10533
|
+
},
|
|
10746
10534
|
"type": "color",
|
|
10747
|
-
"value": "{color.core.
|
|
10748
|
-
"description": ""
|
|
10535
|
+
"value": "linear-gradient(90deg, {color.core.red.40}00 0%, {color.core.red.40}22.4%, {color.core.red.40}99 76.04%, {color.core.red.40}00 100%)",
|
|
10536
|
+
"description": "linear-gradient(90deg, #fc8b98 0%, #fc8b98 60%, #fc8b98 60%, #fc8b98 0%)\nUsed for divider on the compose area for classified spaces"
|
|
10749
10537
|
},
|
|
10750
|
-
"name": "mds-color-theme-gradientdivider-
|
|
10538
|
+
"name": "mds-color-theme-gradientdivider-error-normal",
|
|
10751
10539
|
"attributes": {
|
|
10752
10540
|
"category": "color",
|
|
10753
10541
|
"type": "theme",
|
|
10754
10542
|
"item": "gradientdivider",
|
|
10755
|
-
"subitem": "
|
|
10756
|
-
"state": "
|
|
10543
|
+
"subitem": "error",
|
|
10544
|
+
"state": "normal"
|
|
10757
10545
|
},
|
|
10758
10546
|
"path": [
|
|
10759
10547
|
"color",
|
|
10760
10548
|
"theme",
|
|
10761
10549
|
"gradientdivider",
|
|
10762
|
-
"
|
|
10763
|
-
"
|
|
10550
|
+
"error",
|
|
10551
|
+
"normal"
|
|
10764
10552
|
]
|
|
10765
10553
|
},
|
|
10766
|
-
"
|
|
10554
|
+
"hover": {
|
|
10767
10555
|
"parent": "theme/stable/dark",
|
|
10556
|
+
"$extensions": {
|
|
10557
|
+
"studio.tokens": {
|
|
10558
|
+
"modify": {}
|
|
10559
|
+
}
|
|
10560
|
+
},
|
|
10768
10561
|
"type": "color",
|
|
10769
|
-
"value": "#
|
|
10770
|
-
"description": "",
|
|
10562
|
+
"value": "linear-gradient(90deg, #fc8b9800 0%, #fc8b98e6 22.4%, #fc8b98e6 76.04%, #fc8b9800 100%)",
|
|
10563
|
+
"description": "linear-gradient(90deg, #fc8b98 0%, #fc8b98 90%, #fc8b98 90%, #fc8b98 0%)",
|
|
10771
10564
|
"filePath": "src/theme/stable/dark.json",
|
|
10772
10565
|
"isSource": true,
|
|
10773
10566
|
"original": {
|
|
10774
10567
|
"parent": "theme/stable/dark",
|
|
10568
|
+
"$extensions": {
|
|
10569
|
+
"studio.tokens": {
|
|
10570
|
+
"modify": {}
|
|
10571
|
+
}
|
|
10572
|
+
},
|
|
10775
10573
|
"type": "color",
|
|
10776
|
-
"value": "{color.core.
|
|
10777
|
-
"description": ""
|
|
10574
|
+
"value": "linear-gradient(90deg, {color.core.red.40}00 0%, {color.core.red.40}e6 22.4%, {color.core.red.40}e6 76.04%, {color.core.red.40}00 100%)",
|
|
10575
|
+
"description": "linear-gradient(90deg, #fc8b98 0%, #fc8b98 90%, #fc8b98 90%, #fc8b98 0%)"
|
|
10778
10576
|
},
|
|
10779
|
-
"name": "mds-color-theme-gradientdivider-hover
|
|
10577
|
+
"name": "mds-color-theme-gradientdivider-error-hover",
|
|
10780
10578
|
"attributes": {
|
|
10781
10579
|
"category": "color",
|
|
10782
10580
|
"type": "theme",
|
|
10783
10581
|
"item": "gradientdivider",
|
|
10784
|
-
"subitem": "
|
|
10785
|
-
"state": "
|
|
10582
|
+
"subitem": "error",
|
|
10583
|
+
"state": "hover"
|
|
10786
10584
|
},
|
|
10787
10585
|
"path": [
|
|
10788
10586
|
"color",
|
|
10789
10587
|
"theme",
|
|
10790
10588
|
"gradientdivider",
|
|
10791
|
-
"
|
|
10792
|
-
"
|
|
10589
|
+
"error",
|
|
10590
|
+
"hover"
|
|
10793
10591
|
]
|
|
10794
10592
|
}
|
|
10795
10593
|
},
|
|
10796
|
-
"
|
|
10594
|
+
"warning": {
|
|
10797
10595
|
"normal": {
|
|
10798
|
-
"
|
|
10799
|
-
|
|
10800
|
-
"
|
|
10801
|
-
|
|
10802
|
-
|
|
10803
|
-
"filePath": "src/theme/stable/dark.json",
|
|
10804
|
-
"isSource": true,
|
|
10805
|
-
"original": {
|
|
10806
|
-
"parent": "theme/stable/dark",
|
|
10807
|
-
"type": "color",
|
|
10808
|
-
"value": "{color.core.red.40}",
|
|
10809
|
-
"description": ""
|
|
10810
|
-
},
|
|
10811
|
-
"name": "mds-color-theme-gradientdivider-error-normal-0",
|
|
10812
|
-
"attributes": {
|
|
10813
|
-
"category": "color",
|
|
10814
|
-
"type": "theme",
|
|
10815
|
-
"item": "gradientdivider",
|
|
10816
|
-
"subitem": "error",
|
|
10817
|
-
"state": "normal"
|
|
10818
|
-
},
|
|
10819
|
-
"path": [
|
|
10820
|
-
"color",
|
|
10821
|
-
"theme",
|
|
10822
|
-
"gradientdivider",
|
|
10823
|
-
"error",
|
|
10824
|
-
"normal",
|
|
10825
|
-
"0"
|
|
10826
|
-
]
|
|
10596
|
+
"parent": "theme/stable/dark",
|
|
10597
|
+
"$extensions": {
|
|
10598
|
+
"studio.tokens": {
|
|
10599
|
+
"modify": {}
|
|
10600
|
+
}
|
|
10827
10601
|
},
|
|
10828
|
-
"
|
|
10602
|
+
"type": "color",
|
|
10603
|
+
"value": "linear-gradient(90deg, #f2990a00 0%, #f2990a22.4%, #f2990a99 76.04%, #f2990a00 100%)",
|
|
10604
|
+
"description": "linear-gradient(90deg, #f2990a 0%, #f2990a 60%, ##f2990a 60%, #f2990a 0%)\n",
|
|
10605
|
+
"filePath": "src/theme/stable/dark.json",
|
|
10606
|
+
"isSource": true,
|
|
10607
|
+
"original": {
|
|
10829
10608
|
"parent": "theme/stable/dark",
|
|
10830
|
-
"
|
|
10831
|
-
|
|
10832
|
-
|
|
10833
|
-
|
|
10834
|
-
"isSource": true,
|
|
10835
|
-
"original": {
|
|
10836
|
-
"parent": "theme/stable/dark",
|
|
10837
|
-
"type": "color",
|
|
10838
|
-
"value": "{color.core.red.40}",
|
|
10839
|
-
"description": ""
|
|
10840
|
-
},
|
|
10841
|
-
"name": "mds-color-theme-gradientdivider-error-normal-1",
|
|
10842
|
-
"attributes": {
|
|
10843
|
-
"category": "color",
|
|
10844
|
-
"type": "theme",
|
|
10845
|
-
"item": "gradientdivider",
|
|
10846
|
-
"subitem": "error",
|
|
10847
|
-
"state": "normal"
|
|
10609
|
+
"$extensions": {
|
|
10610
|
+
"studio.tokens": {
|
|
10611
|
+
"modify": {}
|
|
10612
|
+
}
|
|
10848
10613
|
},
|
|
10849
|
-
"
|
|
10850
|
-
|
|
10851
|
-
|
|
10852
|
-
|
|
10853
|
-
|
|
10854
|
-
|
|
10855
|
-
|
|
10856
|
-
|
|
10857
|
-
|
|
10614
|
+
"type": "color",
|
|
10615
|
+
"value": "linear-gradient(90deg, {color.core.yellow.40}00 0%, {color.core.yellow.40}22.4%, {color.core.yellow.40}99 76.04%, {color.core.yellow.40}00 100%)",
|
|
10616
|
+
"description": "linear-gradient(90deg, #f2990a 0%, #f2990a 60%, ##f2990a 60%, #f2990a 0%)\n"
|
|
10617
|
+
},
|
|
10618
|
+
"name": "mds-color-theme-gradientdivider-warning-normal",
|
|
10619
|
+
"attributes": {
|
|
10620
|
+
"category": "color",
|
|
10621
|
+
"type": "theme",
|
|
10622
|
+
"item": "gradientdivider",
|
|
10623
|
+
"subitem": "warning",
|
|
10624
|
+
"state": "normal"
|
|
10625
|
+
},
|
|
10626
|
+
"path": [
|
|
10627
|
+
"color",
|
|
10628
|
+
"theme",
|
|
10629
|
+
"gradientdivider",
|
|
10630
|
+
"warning",
|
|
10631
|
+
"normal"
|
|
10632
|
+
]
|
|
10858
10633
|
},
|
|
10859
10634
|
"hover": {
|
|
10860
|
-
"
|
|
10635
|
+
"parent": "theme/stable/dark",
|
|
10636
|
+
"$extensions": {
|
|
10637
|
+
"studio.tokens": {
|
|
10638
|
+
"modify": {}
|
|
10639
|
+
}
|
|
10640
|
+
},
|
|
10641
|
+
"type": "color",
|
|
10642
|
+
"value": "linear-gradient(90deg, #f2990a00 0%, #f2990ae6 22.4%, #f2990ae6 76.04%, #f2990a00 100%)",
|
|
10643
|
+
"description": "linear-gradient(90deg, #f2990a 0%, #f2990a 90%, ##f2990a 90%, #f2990a 0%)",
|
|
10644
|
+
"filePath": "src/theme/stable/dark.json",
|
|
10645
|
+
"isSource": true,
|
|
10646
|
+
"original": {
|
|
10861
10647
|
"parent": "theme/stable/dark",
|
|
10862
|
-
"
|
|
10863
|
-
|
|
10864
|
-
|
|
10865
|
-
|
|
10866
|
-
"isSource": true,
|
|
10867
|
-
"original": {
|
|
10868
|
-
"parent": "theme/stable/dark",
|
|
10869
|
-
"type": "color",
|
|
10870
|
-
"value": "{color.core.red.40}",
|
|
10871
|
-
"description": ""
|
|
10872
|
-
},
|
|
10873
|
-
"name": "mds-color-theme-gradientdivider-error-hover-0",
|
|
10874
|
-
"attributes": {
|
|
10875
|
-
"category": "color",
|
|
10876
|
-
"type": "theme",
|
|
10877
|
-
"item": "gradientdivider",
|
|
10878
|
-
"subitem": "error",
|
|
10879
|
-
"state": "hover"
|
|
10648
|
+
"$extensions": {
|
|
10649
|
+
"studio.tokens": {
|
|
10650
|
+
"modify": {}
|
|
10651
|
+
}
|
|
10880
10652
|
},
|
|
10881
|
-
"path": [
|
|
10882
|
-
"color",
|
|
10883
|
-
"theme",
|
|
10884
|
-
"gradientdivider",
|
|
10885
|
-
"error",
|
|
10886
|
-
"hover",
|
|
10887
|
-
"0"
|
|
10888
|
-
]
|
|
10889
|
-
},
|
|
10890
|
-
"1": {
|
|
10891
|
-
"parent": "theme/stable/dark",
|
|
10892
10653
|
"type": "color",
|
|
10893
|
-
"value": "
|
|
10894
|
-
"description": ""
|
|
10895
|
-
|
|
10896
|
-
|
|
10897
|
-
|
|
10898
|
-
|
|
10899
|
-
|
|
10900
|
-
|
|
10901
|
-
|
|
10902
|
-
|
|
10903
|
-
|
|
10904
|
-
|
|
10905
|
-
|
|
10906
|
-
|
|
10907
|
-
|
|
10908
|
-
|
|
10909
|
-
|
|
10910
|
-
|
|
10911
|
-
"path": [
|
|
10912
|
-
"color",
|
|
10913
|
-
"theme",
|
|
10914
|
-
"gradientdivider",
|
|
10915
|
-
"error",
|
|
10916
|
-
"hover",
|
|
10917
|
-
"1"
|
|
10918
|
-
]
|
|
10919
|
-
}
|
|
10654
|
+
"value": "linear-gradient(90deg, {color.core.yellow.40}00 0%, {color.core.yellow.40}e6 22.4%, {color.core.yellow.40}e6 76.04%, {color.core.yellow.40}00 100%)",
|
|
10655
|
+
"description": "linear-gradient(90deg, #f2990a 0%, #f2990a 90%, ##f2990a 90%, #f2990a 0%)"
|
|
10656
|
+
},
|
|
10657
|
+
"name": "mds-color-theme-gradientdivider-warning-hover",
|
|
10658
|
+
"attributes": {
|
|
10659
|
+
"category": "color",
|
|
10660
|
+
"type": "theme",
|
|
10661
|
+
"item": "gradientdivider",
|
|
10662
|
+
"subitem": "warning",
|
|
10663
|
+
"state": "hover"
|
|
10664
|
+
},
|
|
10665
|
+
"path": [
|
|
10666
|
+
"color",
|
|
10667
|
+
"theme",
|
|
10668
|
+
"gradientdivider",
|
|
10669
|
+
"warning",
|
|
10670
|
+
"hover"
|
|
10671
|
+
]
|
|
10920
10672
|
}
|
|
10921
10673
|
},
|
|
10922
|
-
"
|
|
10674
|
+
"announce": {
|
|
10923
10675
|
"normal": {
|
|
10924
|
-
"
|
|
10925
|
-
|
|
10926
|
-
"
|
|
10927
|
-
|
|
10928
|
-
|
|
10929
|
-
"filePath": "src/theme/stable/dark.json",
|
|
10930
|
-
"isSource": true,
|
|
10931
|
-
"original": {
|
|
10932
|
-
"parent": "theme/stable/dark",
|
|
10933
|
-
"type": "color",
|
|
10934
|
-
"value": "{color.core.yellow.40}",
|
|
10935
|
-
"description": ""
|
|
10936
|
-
},
|
|
10937
|
-
"name": "mds-color-theme-gradientdivider-warning-normal-0",
|
|
10938
|
-
"attributes": {
|
|
10939
|
-
"category": "color",
|
|
10940
|
-
"type": "theme",
|
|
10941
|
-
"item": "gradientdivider",
|
|
10942
|
-
"subitem": "warning",
|
|
10943
|
-
"state": "normal"
|
|
10944
|
-
},
|
|
10945
|
-
"path": [
|
|
10946
|
-
"color",
|
|
10947
|
-
"theme",
|
|
10948
|
-
"gradientdivider",
|
|
10949
|
-
"warning",
|
|
10950
|
-
"normal",
|
|
10951
|
-
"0"
|
|
10952
|
-
]
|
|
10676
|
+
"parent": "theme/stable/dark",
|
|
10677
|
+
"$extensions": {
|
|
10678
|
+
"studio.tokens": {
|
|
10679
|
+
"modify": {}
|
|
10680
|
+
}
|
|
10953
10681
|
},
|
|
10954
|
-
"
|
|
10682
|
+
"type": "color",
|
|
10683
|
+
"value": "linear-gradient(90deg, #64b4fa00 0%, #64b4fa99 22.4%, #64b4fa99 76.04%, #64b4fa00 100%)",
|
|
10684
|
+
"description": "linear-gradient(90deg, #64b4fa 0%, #64b4fa 60%, #64b4fa60%, #64b4fa 0%)\n",
|
|
10685
|
+
"filePath": "src/theme/stable/dark.json",
|
|
10686
|
+
"isSource": true,
|
|
10687
|
+
"original": {
|
|
10955
10688
|
"parent": "theme/stable/dark",
|
|
10956
|
-
"
|
|
10957
|
-
|
|
10958
|
-
|
|
10959
|
-
|
|
10960
|
-
"isSource": true,
|
|
10961
|
-
"original": {
|
|
10962
|
-
"parent": "theme/stable/dark",
|
|
10963
|
-
"type": "color",
|
|
10964
|
-
"value": "{color.core.yellow.40}",
|
|
10965
|
-
"description": ""
|
|
10966
|
-
},
|
|
10967
|
-
"name": "mds-color-theme-gradientdivider-warning-normal-1",
|
|
10968
|
-
"attributes": {
|
|
10969
|
-
"category": "color",
|
|
10970
|
-
"type": "theme",
|
|
10971
|
-
"item": "gradientdivider",
|
|
10972
|
-
"subitem": "warning",
|
|
10973
|
-
"state": "normal"
|
|
10689
|
+
"$extensions": {
|
|
10690
|
+
"studio.tokens": {
|
|
10691
|
+
"modify": {}
|
|
10692
|
+
}
|
|
10974
10693
|
},
|
|
10975
|
-
"
|
|
10976
|
-
|
|
10977
|
-
|
|
10978
|
-
|
|
10979
|
-
|
|
10980
|
-
|
|
10981
|
-
|
|
10982
|
-
|
|
10983
|
-
|
|
10694
|
+
"type": "color",
|
|
10695
|
+
"value": "linear-gradient(90deg, {color.core.blue.40}00 0%, {color.core.blue.40}99 22.4%, {color.core.blue.40}99 76.04%, {color.core.blue.40}00 100%)",
|
|
10696
|
+
"description": "linear-gradient(90deg, #64b4fa 0%, #64b4fa 60%, #64b4fa60%, #64b4fa 0%)\n"
|
|
10697
|
+
},
|
|
10698
|
+
"name": "mds-color-theme-gradientdivider-announce-normal",
|
|
10699
|
+
"attributes": {
|
|
10700
|
+
"category": "color",
|
|
10701
|
+
"type": "theme",
|
|
10702
|
+
"item": "gradientdivider",
|
|
10703
|
+
"subitem": "announce",
|
|
10704
|
+
"state": "normal"
|
|
10705
|
+
},
|
|
10706
|
+
"path": [
|
|
10707
|
+
"color",
|
|
10708
|
+
"theme",
|
|
10709
|
+
"gradientdivider",
|
|
10710
|
+
"announce",
|
|
10711
|
+
"normal"
|
|
10712
|
+
]
|
|
10984
10713
|
},
|
|
10985
10714
|
"hover": {
|
|
10986
|
-
"
|
|
10987
|
-
|
|
10988
|
-
"
|
|
10989
|
-
|
|
10990
|
-
|
|
10991
|
-
"filePath": "src/theme/stable/dark.json",
|
|
10992
|
-
"isSource": true,
|
|
10993
|
-
"original": {
|
|
10994
|
-
"parent": "theme/stable/dark",
|
|
10995
|
-
"type": "color",
|
|
10996
|
-
"value": "{color.core.yellow.40}",
|
|
10997
|
-
"description": ""
|
|
10998
|
-
},
|
|
10999
|
-
"name": "mds-color-theme-gradientdivider-warning-hover-0",
|
|
11000
|
-
"attributes": {
|
|
11001
|
-
"category": "color",
|
|
11002
|
-
"type": "theme",
|
|
11003
|
-
"item": "gradientdivider",
|
|
11004
|
-
"subitem": "warning",
|
|
11005
|
-
"state": "hover"
|
|
11006
|
-
},
|
|
11007
|
-
"path": [
|
|
11008
|
-
"color",
|
|
11009
|
-
"theme",
|
|
11010
|
-
"gradientdivider",
|
|
11011
|
-
"warning",
|
|
11012
|
-
"hover",
|
|
11013
|
-
"0"
|
|
11014
|
-
]
|
|
10715
|
+
"parent": "theme/stable/dark",
|
|
10716
|
+
"$extensions": {
|
|
10717
|
+
"studio.tokens": {
|
|
10718
|
+
"modify": {}
|
|
10719
|
+
}
|
|
11015
10720
|
},
|
|
11016
|
-
"
|
|
10721
|
+
"type": "color",
|
|
10722
|
+
"value": "linear-gradient(90deg, #64b4fa00 0%,#64b4faE6 22.4%, #64b4faE6 76.04%, #64b4fa00 100%)",
|
|
10723
|
+
"description": "linear-gradient(90deg, #64b4fa 0%, #64b4fa 90%, #64b4fa90%, #64b4fa 0%)\n",
|
|
10724
|
+
"filePath": "src/theme/stable/dark.json",
|
|
10725
|
+
"isSource": true,
|
|
10726
|
+
"original": {
|
|
11017
10727
|
"parent": "theme/stable/dark",
|
|
11018
|
-
"
|
|
11019
|
-
|
|
11020
|
-
|
|
11021
|
-
|
|
11022
|
-
"isSource": true,
|
|
11023
|
-
"original": {
|
|
11024
|
-
"parent": "theme/stable/dark",
|
|
11025
|
-
"type": "color",
|
|
11026
|
-
"value": "{color.core.yellow.40}",
|
|
11027
|
-
"description": ""
|
|
11028
|
-
},
|
|
11029
|
-
"name": "mds-color-theme-gradientdivider-warning-hover-1",
|
|
11030
|
-
"attributes": {
|
|
11031
|
-
"category": "color",
|
|
11032
|
-
"type": "theme",
|
|
11033
|
-
"item": "gradientdivider",
|
|
11034
|
-
"subitem": "warning",
|
|
11035
|
-
"state": "hover"
|
|
10728
|
+
"$extensions": {
|
|
10729
|
+
"studio.tokens": {
|
|
10730
|
+
"modify": {}
|
|
10731
|
+
}
|
|
11036
10732
|
},
|
|
11037
|
-
"
|
|
11038
|
-
|
|
11039
|
-
|
|
11040
|
-
|
|
11041
|
-
|
|
11042
|
-
|
|
11043
|
-
|
|
11044
|
-
|
|
11045
|
-
|
|
10733
|
+
"type": "color",
|
|
10734
|
+
"value": "linear-gradient(90deg, {color.core.blue.40}00 0%,{color.core.blue.40}E6 22.4%, {color.core.blue.40}E6 76.04%, {color.core.blue.40}00 100%)",
|
|
10735
|
+
"description": "linear-gradient(90deg, #64b4fa 0%, #64b4fa 90%, #64b4fa90%, #64b4fa 0%)\n"
|
|
10736
|
+
},
|
|
10737
|
+
"name": "mds-color-theme-gradientdivider-announce-hover",
|
|
10738
|
+
"attributes": {
|
|
10739
|
+
"category": "color",
|
|
10740
|
+
"type": "theme",
|
|
10741
|
+
"item": "gradientdivider",
|
|
10742
|
+
"subitem": "announce",
|
|
10743
|
+
"state": "hover"
|
|
10744
|
+
},
|
|
10745
|
+
"path": [
|
|
10746
|
+
"color",
|
|
10747
|
+
"theme",
|
|
10748
|
+
"gradientdivider",
|
|
10749
|
+
"announce",
|
|
10750
|
+
"hover"
|
|
10751
|
+
]
|
|
11046
10752
|
}
|
|
11047
10753
|
},
|
|
11048
|
-
"
|
|
10754
|
+
"success": {
|
|
11049
10755
|
"normal": {
|
|
11050
|
-
"
|
|
10756
|
+
"parent": "theme/stable/dark",
|
|
10757
|
+
"$extensions": {
|
|
10758
|
+
"studio.tokens": {
|
|
10759
|
+
"modify": {}
|
|
10760
|
+
}
|
|
10761
|
+
},
|
|
10762
|
+
"type": "color",
|
|
10763
|
+
"value": "linear-gradient(90deg, #3cc29a00 0%, #3cc29a99 22.4%, #3cc29a99 76.04%, #3cc29a00 100%)",
|
|
10764
|
+
"description": "linear-gradient(90deg, #3cc29a 0%, #3cc29a 60%, #3cc29a 60%, #3cc29a 0%)\n",
|
|
10765
|
+
"filePath": "src/theme/stable/dark.json",
|
|
10766
|
+
"isSource": true,
|
|
10767
|
+
"original": {
|
|
11051
10768
|
"parent": "theme/stable/dark",
|
|
11052
|
-
"
|
|
11053
|
-
|
|
11054
|
-
|
|
11055
|
-
|
|
11056
|
-
"isSource": true,
|
|
11057
|
-
"original": {
|
|
11058
|
-
"parent": "theme/stable/dark",
|
|
11059
|
-
"type": "color",
|
|
11060
|
-
"value": "{color.core.blue.40}",
|
|
11061
|
-
"description": ""
|
|
11062
|
-
},
|
|
11063
|
-
"name": "mds-color-theme-gradientdivider-announce-normal-0",
|
|
11064
|
-
"attributes": {
|
|
11065
|
-
"category": "color",
|
|
11066
|
-
"type": "theme",
|
|
11067
|
-
"item": "gradientdivider",
|
|
11068
|
-
"subitem": "announce",
|
|
11069
|
-
"state": "normal"
|
|
10769
|
+
"$extensions": {
|
|
10770
|
+
"studio.tokens": {
|
|
10771
|
+
"modify": {}
|
|
10772
|
+
}
|
|
11070
10773
|
},
|
|
11071
|
-
"
|
|
11072
|
-
|
|
11073
|
-
|
|
11074
|
-
"gradientdivider",
|
|
11075
|
-
"announce",
|
|
11076
|
-
"normal",
|
|
11077
|
-
"0"
|
|
11078
|
-
]
|
|
10774
|
+
"type": "color",
|
|
10775
|
+
"value": "linear-gradient(90deg, {color.core.green.40}00 0%, {color.core.green.40}99 22.4%, {color.core.green.40}99 76.04%, {color.core.green.40}00 100%)",
|
|
10776
|
+
"description": "linear-gradient(90deg, #3cc29a 0%, #3cc29a 60%, #3cc29a 60%, #3cc29a 0%)\n"
|
|
11079
10777
|
},
|
|
11080
|
-
"
|
|
10778
|
+
"name": "mds-color-theme-gradientdivider-success-normal",
|
|
10779
|
+
"attributes": {
|
|
10780
|
+
"category": "color",
|
|
10781
|
+
"type": "theme",
|
|
10782
|
+
"item": "gradientdivider",
|
|
10783
|
+
"subitem": "success",
|
|
10784
|
+
"state": "normal"
|
|
10785
|
+
},
|
|
10786
|
+
"path": [
|
|
10787
|
+
"color",
|
|
10788
|
+
"theme",
|
|
10789
|
+
"gradientdivider",
|
|
10790
|
+
"success",
|
|
10791
|
+
"normal"
|
|
10792
|
+
]
|
|
10793
|
+
},
|
|
10794
|
+
"hover": {
|
|
10795
|
+
"parent": "theme/stable/dark",
|
|
10796
|
+
"$extensions": {
|
|
10797
|
+
"studio.tokens": {
|
|
10798
|
+
"modify": {}
|
|
10799
|
+
}
|
|
10800
|
+
},
|
|
10801
|
+
"type": "color",
|
|
10802
|
+
"value": "linear-gradient(90deg, #3cc29a00 0%,#3cc29aE6 22.4%, #3cc29aE6 76.04%, #3cc29a00 100%)",
|
|
10803
|
+
"description": "linear-gradient(90deg, #3cc29a 0%, #3cc29a 90%, #3cc29a 90%, #3cc29a 0%)\n",
|
|
10804
|
+
"filePath": "src/theme/stable/dark.json",
|
|
10805
|
+
"isSource": true,
|
|
10806
|
+
"original": {
|
|
11081
10807
|
"parent": "theme/stable/dark",
|
|
11082
|
-
"
|
|
11083
|
-
|
|
11084
|
-
|
|
11085
|
-
|
|
11086
|
-
"isSource": true,
|
|
11087
|
-
"original": {
|
|
11088
|
-
"parent": "theme/stable/dark",
|
|
11089
|
-
"type": "color",
|
|
11090
|
-
"value": "{color.core.blue.40}",
|
|
11091
|
-
"description": ""
|
|
10808
|
+
"$extensions": {
|
|
10809
|
+
"studio.tokens": {
|
|
10810
|
+
"modify": {}
|
|
10811
|
+
}
|
|
11092
10812
|
},
|
|
11093
|
-
"
|
|
11094
|
-
"
|
|
11095
|
-
|
|
11096
|
-
|
|
11097
|
-
|
|
11098
|
-
|
|
11099
|
-
|
|
10813
|
+
"type": "color",
|
|
10814
|
+
"value": "linear-gradient(90deg, {color.core.green.40}00 0%,{color.core.green.40}E6 22.4%, {color.core.green.40}E6 76.04%, {color.core.green.40}00 100%)",
|
|
10815
|
+
"description": "linear-gradient(90deg, #3cc29a 0%, #3cc29a 90%, #3cc29a 90%, #3cc29a 0%)\n"
|
|
10816
|
+
},
|
|
10817
|
+
"name": "mds-color-theme-gradientdivider-success-hover",
|
|
10818
|
+
"attributes": {
|
|
10819
|
+
"category": "color",
|
|
10820
|
+
"type": "theme",
|
|
10821
|
+
"item": "gradientdivider",
|
|
10822
|
+
"subitem": "success",
|
|
10823
|
+
"state": "hover"
|
|
10824
|
+
},
|
|
10825
|
+
"path": [
|
|
10826
|
+
"color",
|
|
10827
|
+
"theme",
|
|
10828
|
+
"gradientdivider",
|
|
10829
|
+
"success",
|
|
10830
|
+
"hover"
|
|
10831
|
+
]
|
|
10832
|
+
}
|
|
10833
|
+
},
|
|
10834
|
+
"orange": {
|
|
10835
|
+
"normal": {
|
|
10836
|
+
"parent": "theme/stable/dark",
|
|
10837
|
+
"$extensions": {
|
|
10838
|
+
"studio.tokens": {
|
|
10839
|
+
"modify": {}
|
|
10840
|
+
}
|
|
10841
|
+
},
|
|
10842
|
+
"type": "color",
|
|
10843
|
+
"value": "linear-gradient(90deg, #fd884e00 0%, #fd884e99 22.4%, #fd884e99 76.04%, #fd884e00 100%)",
|
|
10844
|
+
"description": "linear-gradient(90deg, #fd884e 0%, #fd884e 60%, #fd884e 60%, #fd884e 0%)\n",
|
|
10845
|
+
"filePath": "src/theme/stable/dark.json",
|
|
10846
|
+
"isSource": true,
|
|
10847
|
+
"original": {
|
|
10848
|
+
"parent": "theme/stable/dark",
|
|
10849
|
+
"$extensions": {
|
|
10850
|
+
"studio.tokens": {
|
|
10851
|
+
"modify": {}
|
|
10852
|
+
}
|
|
11100
10853
|
},
|
|
11101
|
-
"
|
|
11102
|
-
|
|
11103
|
-
|
|
11104
|
-
|
|
11105
|
-
|
|
11106
|
-
|
|
11107
|
-
|
|
11108
|
-
|
|
11109
|
-
|
|
10854
|
+
"type": "color",
|
|
10855
|
+
"value": "linear-gradient(90deg, {color.core.orange.40}00 0%, {color.core.orange.40}99 22.4%, {color.core.orange.40}99 76.04%, {color.core.orange.40}00 100%)",
|
|
10856
|
+
"description": "linear-gradient(90deg, #fd884e 0%, #fd884e 60%, #fd884e 60%, #fd884e 0%)\n"
|
|
10857
|
+
},
|
|
10858
|
+
"name": "mds-color-theme-gradientdivider-orange-normal",
|
|
10859
|
+
"attributes": {
|
|
10860
|
+
"category": "color",
|
|
10861
|
+
"type": "theme",
|
|
10862
|
+
"item": "gradientdivider",
|
|
10863
|
+
"subitem": "orange",
|
|
10864
|
+
"state": "normal"
|
|
10865
|
+
},
|
|
10866
|
+
"path": [
|
|
10867
|
+
"color",
|
|
10868
|
+
"theme",
|
|
10869
|
+
"gradientdivider",
|
|
10870
|
+
"orange",
|
|
10871
|
+
"normal"
|
|
10872
|
+
]
|
|
11110
10873
|
},
|
|
11111
10874
|
"hover": {
|
|
11112
|
-
"
|
|
10875
|
+
"parent": "theme/stable/dark",
|
|
10876
|
+
"$extensions": {
|
|
10877
|
+
"studio.tokens": {
|
|
10878
|
+
"modify": {}
|
|
10879
|
+
}
|
|
10880
|
+
},
|
|
10881
|
+
"type": "color",
|
|
10882
|
+
"value": "linear-gradient(90deg, #fd884e00 0%,#fd884eE6 22.4%, #fd884eE6 76.04%, #fd884e00 100%)",
|
|
10883
|
+
"description": "linear-gradient(90deg, #fd884e 0%, #fd884e 90%, #fd884e 90%, #fd884e 0%)\n",
|
|
10884
|
+
"filePath": "src/theme/stable/dark.json",
|
|
10885
|
+
"isSource": true,
|
|
10886
|
+
"original": {
|
|
11113
10887
|
"parent": "theme/stable/dark",
|
|
11114
|
-
"
|
|
11115
|
-
|
|
11116
|
-
|
|
11117
|
-
|
|
11118
|
-
"isSource": true,
|
|
11119
|
-
"original": {
|
|
11120
|
-
"parent": "theme/stable/dark",
|
|
11121
|
-
"type": "color",
|
|
11122
|
-
"value": "{color.core.blue.40}",
|
|
11123
|
-
"description": ""
|
|
11124
|
-
},
|
|
11125
|
-
"name": "mds-color-theme-gradientdivider-announce-hover-0",
|
|
11126
|
-
"attributes": {
|
|
11127
|
-
"category": "color",
|
|
11128
|
-
"type": "theme",
|
|
11129
|
-
"item": "gradientdivider",
|
|
11130
|
-
"subitem": "announce",
|
|
11131
|
-
"state": "hover"
|
|
10888
|
+
"$extensions": {
|
|
10889
|
+
"studio.tokens": {
|
|
10890
|
+
"modify": {}
|
|
10891
|
+
}
|
|
11132
10892
|
},
|
|
11133
|
-
"
|
|
11134
|
-
|
|
11135
|
-
|
|
11136
|
-
"gradientdivider",
|
|
11137
|
-
"announce",
|
|
11138
|
-
"hover",
|
|
11139
|
-
"0"
|
|
11140
|
-
]
|
|
10893
|
+
"type": "color",
|
|
10894
|
+
"value": "linear-gradient(90deg, {color.core.orange.40}00 0%,{color.core.orange.40}E6 22.4%, {color.core.orange.40}E6 76.04%, {color.core.orange.40}00 100%)",
|
|
10895
|
+
"description": "linear-gradient(90deg, #fd884e 0%, #fd884e 90%, #fd884e 90%, #fd884e 0%)\n"
|
|
11141
10896
|
},
|
|
11142
|
-
"
|
|
10897
|
+
"name": "mds-color-theme-gradientdivider-orange-hover",
|
|
10898
|
+
"attributes": {
|
|
10899
|
+
"category": "color",
|
|
10900
|
+
"type": "theme",
|
|
10901
|
+
"item": "gradientdivider",
|
|
10902
|
+
"subitem": "orange",
|
|
10903
|
+
"state": "hover"
|
|
10904
|
+
},
|
|
10905
|
+
"path": [
|
|
10906
|
+
"color",
|
|
10907
|
+
"theme",
|
|
10908
|
+
"gradientdivider",
|
|
10909
|
+
"orange",
|
|
10910
|
+
"hover"
|
|
10911
|
+
]
|
|
10912
|
+
}
|
|
10913
|
+
},
|
|
10914
|
+
"purple": {
|
|
10915
|
+
"normal": {
|
|
10916
|
+
"parent": "theme/stable/dark",
|
|
10917
|
+
"$extensions": {
|
|
10918
|
+
"studio.tokens": {
|
|
10919
|
+
"modify": {}
|
|
10920
|
+
}
|
|
10921
|
+
},
|
|
10922
|
+
"type": "color",
|
|
10923
|
+
"value": "linear-gradient(90deg, #f294f100 0%, #f294f199 22.4%, #f294f100 100%)",
|
|
10924
|
+
"description": "linear-gradient(90deg, #f294f1 0%, #f294f1 60%, #f294f1 60%, #f294f1 0%)\n",
|
|
10925
|
+
"filePath": "src/theme/stable/dark.json",
|
|
10926
|
+
"isSource": true,
|
|
10927
|
+
"original": {
|
|
11143
10928
|
"parent": "theme/stable/dark",
|
|
11144
|
-
"
|
|
11145
|
-
|
|
11146
|
-
|
|
11147
|
-
|
|
11148
|
-
"isSource": true,
|
|
11149
|
-
"original": {
|
|
11150
|
-
"parent": "theme/stable/dark",
|
|
11151
|
-
"type": "color",
|
|
11152
|
-
"value": "{color.core.blue.40}",
|
|
11153
|
-
"description": ""
|
|
10929
|
+
"$extensions": {
|
|
10930
|
+
"studio.tokens": {
|
|
10931
|
+
"modify": {}
|
|
10932
|
+
}
|
|
11154
10933
|
},
|
|
11155
|
-
"
|
|
11156
|
-
"
|
|
11157
|
-
|
|
11158
|
-
|
|
11159
|
-
|
|
11160
|
-
|
|
11161
|
-
|
|
10934
|
+
"type": "color",
|
|
10935
|
+
"value": "linear-gradient(90deg, {color.decorative.purple.40}00 0%, {color.decorative.purple.40}99 22.4%, {color.decorative.purple.40}00 100%)",
|
|
10936
|
+
"description": "linear-gradient(90deg, #f294f1 0%, #f294f1 60%, #f294f1 60%, #f294f1 0%)\n"
|
|
10937
|
+
},
|
|
10938
|
+
"name": "mds-color-theme-gradientdivider-purple-normal",
|
|
10939
|
+
"attributes": {
|
|
10940
|
+
"category": "color",
|
|
10941
|
+
"type": "theme",
|
|
10942
|
+
"item": "gradientdivider",
|
|
10943
|
+
"subitem": "purple",
|
|
10944
|
+
"state": "normal"
|
|
10945
|
+
},
|
|
10946
|
+
"path": [
|
|
10947
|
+
"color",
|
|
10948
|
+
"theme",
|
|
10949
|
+
"gradientdivider",
|
|
10950
|
+
"purple",
|
|
10951
|
+
"normal"
|
|
10952
|
+
]
|
|
10953
|
+
},
|
|
10954
|
+
"hover": {
|
|
10955
|
+
"parent": "theme/stable/dark",
|
|
10956
|
+
"$extensions": {
|
|
10957
|
+
"studio.tokens": {
|
|
10958
|
+
"modify": {}
|
|
10959
|
+
}
|
|
10960
|
+
},
|
|
10961
|
+
"type": "color",
|
|
10962
|
+
"value": "linear-gradient(90deg, #f294f100 0%, #f294f1E6 22.4%, #f294f1E6 76.04%, #f294f100 100%)",
|
|
10963
|
+
"description": "linear-gradient(90deg, #f294f1 0%, #f294f1 90%, #f294f1 90%, #f294f1 0%)\n",
|
|
10964
|
+
"filePath": "src/theme/stable/dark.json",
|
|
10965
|
+
"isSource": true,
|
|
10966
|
+
"original": {
|
|
10967
|
+
"parent": "theme/stable/dark",
|
|
10968
|
+
"$extensions": {
|
|
10969
|
+
"studio.tokens": {
|
|
10970
|
+
"modify": {}
|
|
10971
|
+
}
|
|
11162
10972
|
},
|
|
11163
|
-
"
|
|
11164
|
-
|
|
11165
|
-
|
|
11166
|
-
|
|
11167
|
-
|
|
11168
|
-
|
|
11169
|
-
|
|
11170
|
-
|
|
11171
|
-
|
|
10973
|
+
"type": "color",
|
|
10974
|
+
"value": "linear-gradient(90deg, {color.decorative.purple.40}00 0%, {color.decorative.purple.40}E6 22.4%, {color.decorative.purple.40}E6 76.04%, {color.decorative.purple.40}00 100%)",
|
|
10975
|
+
"description": "linear-gradient(90deg, #f294f1 0%, #f294f1 90%, #f294f1 90%, #f294f1 0%)\n"
|
|
10976
|
+
},
|
|
10977
|
+
"name": "mds-color-theme-gradientdivider-purple-hover",
|
|
10978
|
+
"attributes": {
|
|
10979
|
+
"category": "color",
|
|
10980
|
+
"type": "theme",
|
|
10981
|
+
"item": "gradientdivider",
|
|
10982
|
+
"subitem": "purple",
|
|
10983
|
+
"state": "hover"
|
|
10984
|
+
},
|
|
10985
|
+
"path": [
|
|
10986
|
+
"color",
|
|
10987
|
+
"theme",
|
|
10988
|
+
"gradientdivider",
|
|
10989
|
+
"purple",
|
|
10990
|
+
"hover"
|
|
10991
|
+
]
|
|
11172
10992
|
}
|
|
11173
10993
|
}
|
|
11174
10994
|
},
|