@adobe/spectrum-tokens 13.0.0-beta.37 → 13.0.0-beta.39
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 +57 -0
- package/dist/json/drover.json +11 -0
- package/dist/json/variables.json +123 -9
- package/package.json +1 -1
- package/src/color-component.json +6 -0
- package/src/layout-component.json +82 -26
- package/src/semantic-color-palette.json +9 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,62 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 13.0.0-beta.39
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#364](https://github.com/adobe/spectrum-tokens/pull/364) [`f96ffca`](https://github.com/adobe/spectrum-tokens/commit/f96ffca4990547f8ddc8341d141e0edc65b872d9) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Added coach-indicator s2 tokens
|
|
8
|
+
|
|
9
|
+
## Token Diff
|
|
10
|
+
|
|
11
|
+
_Tokens added (8):_
|
|
12
|
+
|
|
13
|
+
- `coach-indicator-collapsed-gap`
|
|
14
|
+
- `coach-indicator-collapsed-ring-rounding-increment`
|
|
15
|
+
- `coach-indicator-collapsed-ring-thickness`
|
|
16
|
+
- `coach-indicator-color`
|
|
17
|
+
- `coach-indicator-expanded-gap`
|
|
18
|
+
- `coach-indicator-expanded-ring-rounding-increment`
|
|
19
|
+
- `coach-indicator-expanded-ring-thickness`
|
|
20
|
+
- `coach-indicator-opacity`
|
|
21
|
+
|
|
22
|
+
## 13.0.0-beta.38
|
|
23
|
+
|
|
24
|
+
### Minor Changes
|
|
25
|
+
|
|
26
|
+
- [#360](https://github.com/adobe/spectrum-tokens/pull/360) [`f73a0b4`](https://github.com/adobe/spectrum-tokens/commit/f73a0b40464f1c73f2d9e8f6cf97da926e392ac7) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - - Fixed token type from Sizing to Font size for contextual-help-body-size and `contextual-help-title-size`
|
|
27
|
+
|
|
28
|
+
- Renamed tokens by deprecating previous ones and creating new ones, with font in the token name
|
|
29
|
+
Updated value of `contextual-help-title-font-size`
|
|
30
|
+
|
|
31
|
+
Marked the the following tokens in Tokens Studio for deprecation:
|
|
32
|
+
|
|
33
|
+
- `negative-subdued-background-color-default` ( --> points to `negative-subtle-background-color-default`)
|
|
34
|
+
- `negative-subdued-background-color-hover`
|
|
35
|
+
- `negative-subdued-background-color-down`
|
|
36
|
+
- `negative-subdued-background-color-key-focus`
|
|
37
|
+
|
|
38
|
+
## Design motivation
|
|
39
|
+
|
|
40
|
+
- The updated type sorts them correctly in the Tokens Studio data
|
|
41
|
+
- The updated value reflects the latest design for Spectrum 2, using the new title style instead of heading
|
|
42
|
+
- The negative-subdued tokens were deprecated because the tag "error" variant has been deprecated and are no longer needed in the system. A new "subtle" token has been added for the in-line alert use case.
|
|
43
|
+
|
|
44
|
+
## Token diff
|
|
45
|
+
|
|
46
|
+
_Tokens added (2):_
|
|
47
|
+
|
|
48
|
+
- `contextual-help-body-font-size`
|
|
49
|
+
- `contextual-help-title-font-size`
|
|
50
|
+
|
|
51
|
+
_Newly deprecated Tokens (6):_
|
|
52
|
+
|
|
53
|
+
- `contextual-help-body-size`
|
|
54
|
+
- `contextual-help-title-size`
|
|
55
|
+
- `negative-subdued-background-color-default`
|
|
56
|
+
- `negative-subdued-background-color-hover`
|
|
57
|
+
- `negative-subdued-background-color-down`
|
|
58
|
+
- `negative-subdued-background-color-key-focus`
|
|
59
|
+
|
|
3
60
|
## 13.0.0-beta.37
|
|
4
61
|
|
|
5
62
|
### Minor Changes
|
package/dist/json/drover.json
CHANGED
|
@@ -136,6 +136,7 @@
|
|
|
136
136
|
"cinnamon-900": "rgb(170, 94, 56)",
|
|
137
137
|
"cinnamon-background-color-default": "rgb(170, 94, 56)",
|
|
138
138
|
"cinnamon-visual-color": "rgb(184, 109, 70)",
|
|
139
|
+
"coach-indicator-color": "rgb(75, 117, 255)",
|
|
139
140
|
"coach-mark-pagination-color": "rgb(113, 113, 113)",
|
|
140
141
|
"code-color": "rgb(41, 41, 41)",
|
|
141
142
|
"color-area-border-color": "rgb(0, 0, 0)",
|
|
@@ -797,6 +798,7 @@
|
|
|
797
798
|
"cinnamon-900": "rgb(192, 119, 80)",
|
|
798
799
|
"cinnamon-background-color-default": "rgb(163, 88, 52)",
|
|
799
800
|
"cinnamon-visual-color": "rgb(192, 119, 80)",
|
|
801
|
+
"coach-indicator-color": "rgb(69, 110, 254)",
|
|
800
802
|
"coach-mark-pagination-color": "rgb(138, 138, 138)",
|
|
801
803
|
"code-color": "rgb(219, 219, 219)",
|
|
802
804
|
"color-area-border-color": "rgb(255, 255, 255)",
|
|
@@ -1543,6 +1545,13 @@
|
|
|
1543
1545
|
"cjk-letter-spacing": "0.05em",
|
|
1544
1546
|
"cjk-line-height-100": "1.5",
|
|
1545
1547
|
"cjk-line-height-200": "1.7",
|
|
1548
|
+
"coach-indicator-collapsed-gap": "2px",
|
|
1549
|
+
"coach-indicator-collapsed-ring-rounding-increment": "6px",
|
|
1550
|
+
"coach-indicator-collapsed-ring-thickness": "4px",
|
|
1551
|
+
"coach-indicator-expanded-gap": "6px",
|
|
1552
|
+
"coach-indicator-expanded-ring-rounding-increment": "14px",
|
|
1553
|
+
"coach-indicator-expanded-ring-thickness": "8px",
|
|
1554
|
+
"coach-indicator-opacity": "0.2",
|
|
1546
1555
|
"coach-mark-body-font-size": "16px",
|
|
1547
1556
|
"coach-mark-body-size": "16px",
|
|
1548
1557
|
"coach-mark-edge-to-content": "24px",
|
|
@@ -1656,8 +1665,10 @@
|
|
|
1656
1665
|
"component-top-to-workflow-icon-300": "11px",
|
|
1657
1666
|
"component-top-to-workflow-icon-50": "3px",
|
|
1658
1667
|
"component-top-to-workflow-icon-75": "4px",
|
|
1668
|
+
"contextual-help-body-font-size": "14px",
|
|
1659
1669
|
"contextual-help-body-size": "14px",
|
|
1660
1670
|
"contextual-help-minimum-width": "268px",
|
|
1671
|
+
"contextual-help-title-font-size": "16px",
|
|
1661
1672
|
"contextual-help-title-size": "16px",
|
|
1662
1673
|
"corner-radius-0": "0px",
|
|
1663
1674
|
"corner-radius-100": "4px",
|
package/dist/json/variables.json
CHANGED
|
@@ -5691,6 +5691,24 @@
|
|
|
5691
5691
|
}
|
|
5692
5692
|
}
|
|
5693
5693
|
},
|
|
5694
|
+
"coach-indicator-color": {
|
|
5695
|
+
"ref": "{blue-800}",
|
|
5696
|
+
"sets": {
|
|
5697
|
+
"light": {
|
|
5698
|
+
"value": "rgb(75, 117, 255)",
|
|
5699
|
+
"uuid": "5ac73d3a-a6cc-4403-a8d5-46bc262d62e9"
|
|
5700
|
+
},
|
|
5701
|
+
"dark": {
|
|
5702
|
+
"value": "rgb(69, 110, 254)",
|
|
5703
|
+
"uuid": "cf0bafc5-f5c6-4986-a17a-6660dc542b71"
|
|
5704
|
+
},
|
|
5705
|
+
"wireframe": {
|
|
5706
|
+
"value": "rgb(93, 127, 201)",
|
|
5707
|
+
"uuid": "84bc6532-7cb0-47ea-8951-b16bc2a7aab9"
|
|
5708
|
+
}
|
|
5709
|
+
},
|
|
5710
|
+
"uuid": "bfd387b8-0ce0-45ff-8d66-fc5de2f4900c"
|
|
5711
|
+
},
|
|
5694
5712
|
"white": {
|
|
5695
5713
|
"value": "rgb(255, 255, 255)",
|
|
5696
5714
|
"uuid": "9b799da8-2130-417e-b7ee-5e1154a89837"
|
|
@@ -15384,9 +15402,10 @@
|
|
|
15384
15402
|
"uuid": "83be73fe-50bc-4be8-969c-0361a816225b"
|
|
15385
15403
|
},
|
|
15386
15404
|
"contextual-help-title-size": {
|
|
15405
|
+
"ref": "{contextual-help-title-font-size}",
|
|
15387
15406
|
"sets": {
|
|
15388
15407
|
"desktop": {
|
|
15389
|
-
"ref": "{
|
|
15408
|
+
"ref": "{title-size-m}",
|
|
15390
15409
|
"sets": {
|
|
15391
15410
|
"desktop": {
|
|
15392
15411
|
"value": "16px",
|
|
@@ -15397,10 +15416,10 @@
|
|
|
15397
15416
|
"uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991"
|
|
15398
15417
|
}
|
|
15399
15418
|
},
|
|
15400
|
-
"uuid": "
|
|
15419
|
+
"uuid": "16ee4dfd-afbe-482b-943e-03e2614037dd"
|
|
15401
15420
|
},
|
|
15402
15421
|
"mobile": {
|
|
15403
|
-
"ref": "{
|
|
15422
|
+
"ref": "{title-size-s}",
|
|
15404
15423
|
"sets": {
|
|
15405
15424
|
"desktop": {
|
|
15406
15425
|
"value": "14px",
|
|
@@ -15411,11 +15430,13 @@
|
|
|
15411
15430
|
"uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
|
|
15412
15431
|
}
|
|
15413
15432
|
},
|
|
15414
|
-
"uuid": "
|
|
15433
|
+
"uuid": "965f0854-0f3c-4d6e-9e21-54542ecf1a17"
|
|
15415
15434
|
}
|
|
15416
|
-
}
|
|
15435
|
+
},
|
|
15436
|
+
"uuid": "5358fd6c-d9a0-4caa-a85e-af82ed82efaf"
|
|
15417
15437
|
},
|
|
15418
15438
|
"contextual-help-body-size": {
|
|
15439
|
+
"ref": "{contextual-help-body-font-size}",
|
|
15419
15440
|
"sets": {
|
|
15420
15441
|
"desktop": {
|
|
15421
15442
|
"ref": "{body-size-s}",
|
|
@@ -15429,7 +15450,7 @@
|
|
|
15429
15450
|
"uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
|
|
15430
15451
|
}
|
|
15431
15452
|
},
|
|
15432
|
-
"uuid": "
|
|
15453
|
+
"uuid": "393e9a11-77f6-42a7-973b-34c673ad8afb"
|
|
15433
15454
|
},
|
|
15434
15455
|
"mobile": {
|
|
15435
15456
|
"ref": "{body-size-xs}",
|
|
@@ -15443,9 +15464,10 @@
|
|
|
15443
15464
|
"uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c"
|
|
15444
15465
|
}
|
|
15445
15466
|
},
|
|
15446
|
-
"uuid": "
|
|
15467
|
+
"uuid": "1d817b1e-7916-4443-b04d-aa232b089f67"
|
|
15447
15468
|
}
|
|
15448
|
-
}
|
|
15469
|
+
},
|
|
15470
|
+
"uuid": "e458fa68-ab9c-4441-a7d5-a02f42df1cae"
|
|
15449
15471
|
},
|
|
15450
15472
|
"breadcrumbs-height": {
|
|
15451
15473
|
"ref": "{component-height-200}",
|
|
@@ -20735,6 +20757,98 @@
|
|
|
20735
20757
|
}
|
|
20736
20758
|
}
|
|
20737
20759
|
},
|
|
20760
|
+
"contextual-help-body-font-size": {
|
|
20761
|
+
"sets": {
|
|
20762
|
+
"desktop": {
|
|
20763
|
+
"ref": "{body-size-s}",
|
|
20764
|
+
"sets": {
|
|
20765
|
+
"desktop": {
|
|
20766
|
+
"value": "14px",
|
|
20767
|
+
"uuid": "938e2d24-1e90-48f0-a596-595a69103707"
|
|
20768
|
+
},
|
|
20769
|
+
"mobile": {
|
|
20770
|
+
"value": "17px",
|
|
20771
|
+
"uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
|
|
20772
|
+
}
|
|
20773
|
+
},
|
|
20774
|
+
"uuid": "393e9a11-77f6-42a7-973b-34c673ad8afb"
|
|
20775
|
+
},
|
|
20776
|
+
"mobile": {
|
|
20777
|
+
"ref": "{body-size-xs}",
|
|
20778
|
+
"sets": {
|
|
20779
|
+
"desktop": {
|
|
20780
|
+
"value": "12px",
|
|
20781
|
+
"uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a"
|
|
20782
|
+
},
|
|
20783
|
+
"mobile": {
|
|
20784
|
+
"value": "15px",
|
|
20785
|
+
"uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c"
|
|
20786
|
+
}
|
|
20787
|
+
},
|
|
20788
|
+
"uuid": "1d817b1e-7916-4443-b04d-aa232b089f67"
|
|
20789
|
+
}
|
|
20790
|
+
}
|
|
20791
|
+
},
|
|
20792
|
+
"contextual-help-title-font-size": {
|
|
20793
|
+
"sets": {
|
|
20794
|
+
"desktop": {
|
|
20795
|
+
"ref": "{title-size-m}",
|
|
20796
|
+
"sets": {
|
|
20797
|
+
"desktop": {
|
|
20798
|
+
"value": "16px",
|
|
20799
|
+
"uuid": "b36caaa3-7047-4dfb-8a84-f990a8ac3a91"
|
|
20800
|
+
},
|
|
20801
|
+
"mobile": {
|
|
20802
|
+
"value": "19px",
|
|
20803
|
+
"uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991"
|
|
20804
|
+
}
|
|
20805
|
+
},
|
|
20806
|
+
"uuid": "16ee4dfd-afbe-482b-943e-03e2614037dd"
|
|
20807
|
+
},
|
|
20808
|
+
"mobile": {
|
|
20809
|
+
"ref": "{title-size-s}",
|
|
20810
|
+
"sets": {
|
|
20811
|
+
"desktop": {
|
|
20812
|
+
"value": "14px",
|
|
20813
|
+
"uuid": "938e2d24-1e90-48f0-a596-595a69103707"
|
|
20814
|
+
},
|
|
20815
|
+
"mobile": {
|
|
20816
|
+
"value": "17px",
|
|
20817
|
+
"uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
|
|
20818
|
+
}
|
|
20819
|
+
},
|
|
20820
|
+
"uuid": "965f0854-0f3c-4d6e-9e21-54542ecf1a17"
|
|
20821
|
+
}
|
|
20822
|
+
}
|
|
20823
|
+
},
|
|
20824
|
+
"coach-indicator-collapsed-ring-rounding-increment": {
|
|
20825
|
+
"value": "6px",
|
|
20826
|
+
"uuid": "252dc667-b847-4295-8669-3e2f4d408f51"
|
|
20827
|
+
},
|
|
20828
|
+
"coach-indicator-expanded-ring-rounding-increment": {
|
|
20829
|
+
"value": "14px",
|
|
20830
|
+
"uuid": "770aa608-80a3-4715-894b-c1d85a1b0c5e"
|
|
20831
|
+
},
|
|
20832
|
+
"coach-indicator-collapsed-ring-thickness": {
|
|
20833
|
+
"value": "4px",
|
|
20834
|
+
"uuid": "fff486aa-26a4-4b41-91a7-762f8b29d47a"
|
|
20835
|
+
},
|
|
20836
|
+
"coach-indicator-expanded-ring-thickness": {
|
|
20837
|
+
"value": "8px",
|
|
20838
|
+
"uuid": "09c84cdf-0c82-4201-8203-9eb05d8b9486"
|
|
20839
|
+
},
|
|
20840
|
+
"coach-indicator-collapsed-gap": {
|
|
20841
|
+
"value": "2px",
|
|
20842
|
+
"uuid": "adb8eace-decc-4bef-93e9-ff2cb27e9ce6"
|
|
20843
|
+
},
|
|
20844
|
+
"coach-indicator-expanded-gap": {
|
|
20845
|
+
"value": "6px",
|
|
20846
|
+
"uuid": "b25c696f-c6c3-45af-bdc9-fe3a046067f3"
|
|
20847
|
+
},
|
|
20848
|
+
"coach-indicator-opacity": {
|
|
20849
|
+
"value": "0.2",
|
|
20850
|
+
"uuid": "6fa9bbc8-4c96-45a4-b133-bb2556a003de"
|
|
20851
|
+
},
|
|
20738
20852
|
"corner-radius-0": {
|
|
20739
20853
|
"value": "0px",
|
|
20740
20854
|
"uuid": "bb9d8350-b1fb-4496-9c22-6ec9647ff117"
|
|
@@ -24107,7 +24221,7 @@
|
|
|
24107
24221
|
"uuid": "de206438-991f-4580-8aa1-1488acb03a09"
|
|
24108
24222
|
},
|
|
24109
24223
|
"negative-subdued-background-color-default": {
|
|
24110
|
-
"ref": "{negative-color-
|
|
24224
|
+
"ref": "{negative-subtle-background-color-default}",
|
|
24111
24225
|
"sets": {
|
|
24112
24226
|
"light": {
|
|
24113
24227
|
"value": "rgb(255, 235, 232)",
|
package/package.json
CHANGED
package/src/color-component.json
CHANGED
|
@@ -399,5 +399,11 @@
|
|
|
399
399
|
"uuid": "d8f81d4f-b921-4a41-89c1-cdc79d40901a"
|
|
400
400
|
}
|
|
401
401
|
}
|
|
402
|
+
},
|
|
403
|
+
"coach-indicator-color": {
|
|
404
|
+
"component": "coach-indicator",
|
|
405
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
406
|
+
"value": "{blue-800}",
|
|
407
|
+
"uuid": "bfd387b8-0ce0-45ff-8d66-fc5de2f4900c"
|
|
402
408
|
}
|
|
403
409
|
}
|
|
@@ -2599,35 +2599,17 @@
|
|
|
2599
2599
|
},
|
|
2600
2600
|
"contextual-help-title-size": {
|
|
2601
2601
|
"component": "contextual-help",
|
|
2602
|
-
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/
|
|
2603
|
-
"
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
"value": "{heading-size-xs}",
|
|
2607
|
-
"uuid": "5358fd6c-d9a0-4caa-a85e-af82ed82efaf"
|
|
2608
|
-
},
|
|
2609
|
-
"mobile": {
|
|
2610
|
-
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
2611
|
-
"value": "{heading-size-xxs}",
|
|
2612
|
-
"uuid": "e91709ce-79e3-4a81-88fa-e124960d4389"
|
|
2613
|
-
}
|
|
2614
|
-
}
|
|
2602
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
2603
|
+
"value": "{contextual-help-title-font-size}",
|
|
2604
|
+
"uuid": "5358fd6c-d9a0-4caa-a85e-af82ed82efaf",
|
|
2605
|
+
"deprecated": true
|
|
2615
2606
|
},
|
|
2616
2607
|
"contextual-help-body-size": {
|
|
2617
2608
|
"component": "contextual-help",
|
|
2618
|
-
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/
|
|
2619
|
-
"
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
"value": "{body-size-s}",
|
|
2623
|
-
"uuid": "e458fa68-ab9c-4441-a7d5-a02f42df1cae"
|
|
2624
|
-
},
|
|
2625
|
-
"mobile": {
|
|
2626
|
-
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
2627
|
-
"value": "{body-size-xs}",
|
|
2628
|
-
"uuid": "c180fa75-254e-4ee1-8b79-31a3d90254cc"
|
|
2629
|
-
}
|
|
2630
|
-
}
|
|
2609
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
2610
|
+
"value": "{contextual-help-body-font-size}",
|
|
2611
|
+
"uuid": "e458fa68-ab9c-4441-a7d5-a02f42df1cae",
|
|
2612
|
+
"deprecated": true
|
|
2631
2613
|
},
|
|
2632
2614
|
"breadcrumbs-height": {
|
|
2633
2615
|
"component": "breadcrumbs",
|
|
@@ -8303,5 +8285,79 @@
|
|
|
8303
8285
|
"uuid": "fbf763fe-9e35-4cdc-a5ed-9f90e03d23bd"
|
|
8304
8286
|
}
|
|
8305
8287
|
}
|
|
8288
|
+
},
|
|
8289
|
+
"contextual-help-body-font-size": {
|
|
8290
|
+
"component": "contextual-help",
|
|
8291
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
8292
|
+
"sets": {
|
|
8293
|
+
"desktop": {
|
|
8294
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
8295
|
+
"value": "{body-size-s}",
|
|
8296
|
+
"uuid": "393e9a11-77f6-42a7-973b-34c673ad8afb"
|
|
8297
|
+
},
|
|
8298
|
+
"mobile": {
|
|
8299
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
8300
|
+
"value": "{body-size-xs}",
|
|
8301
|
+
"uuid": "1d817b1e-7916-4443-b04d-aa232b089f67"
|
|
8302
|
+
}
|
|
8303
|
+
}
|
|
8304
|
+
},
|
|
8305
|
+
"contextual-help-title-font-size": {
|
|
8306
|
+
"component": "contextual-help",
|
|
8307
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
8308
|
+
"sets": {
|
|
8309
|
+
"desktop": {
|
|
8310
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
8311
|
+
"value": "{title-size-m}",
|
|
8312
|
+
"uuid": "16ee4dfd-afbe-482b-943e-03e2614037dd"
|
|
8313
|
+
},
|
|
8314
|
+
"mobile": {
|
|
8315
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
8316
|
+
"value": "{title-size-s}",
|
|
8317
|
+
"uuid": "965f0854-0f3c-4d6e-9e21-54542ecf1a17"
|
|
8318
|
+
}
|
|
8319
|
+
}
|
|
8320
|
+
},
|
|
8321
|
+
"coach-indicator-collapsed-ring-rounding-increment": {
|
|
8322
|
+
"component": "coach-indicator",
|
|
8323
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8324
|
+
"value": "6px",
|
|
8325
|
+
"uuid": "252dc667-b847-4295-8669-3e2f4d408f51"
|
|
8326
|
+
},
|
|
8327
|
+
"coach-indicator-expanded-ring-rounding-increment": {
|
|
8328
|
+
"component": "coach-indicator",
|
|
8329
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8330
|
+
"value": "14px",
|
|
8331
|
+
"uuid": "770aa608-80a3-4715-894b-c1d85a1b0c5e"
|
|
8332
|
+
},
|
|
8333
|
+
"coach-indicator-collapsed-ring-thickness": {
|
|
8334
|
+
"component": "coach-indicator",
|
|
8335
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8336
|
+
"value": "4px",
|
|
8337
|
+
"uuid": "fff486aa-26a4-4b41-91a7-762f8b29d47a"
|
|
8338
|
+
},
|
|
8339
|
+
"coach-indicator-expanded-ring-thickness": {
|
|
8340
|
+
"component": "coach-indicator",
|
|
8341
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8342
|
+
"value": "8px",
|
|
8343
|
+
"uuid": "09c84cdf-0c82-4201-8203-9eb05d8b9486"
|
|
8344
|
+
},
|
|
8345
|
+
"coach-indicator-collapsed-gap": {
|
|
8346
|
+
"component": "coach-indicator",
|
|
8347
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8348
|
+
"value": "2px",
|
|
8349
|
+
"uuid": "adb8eace-decc-4bef-93e9-ff2cb27e9ce6"
|
|
8350
|
+
},
|
|
8351
|
+
"coach-indicator-expanded-gap": {
|
|
8352
|
+
"component": "coach-indicator",
|
|
8353
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8354
|
+
"value": "6px",
|
|
8355
|
+
"uuid": "b25c696f-c6c3-45af-bdc9-fe3a046067f3"
|
|
8356
|
+
},
|
|
8357
|
+
"coach-indicator-opacity": {
|
|
8358
|
+
"component": "coach-indicator",
|
|
8359
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
|
|
8360
|
+
"value": "0.2",
|
|
8361
|
+
"uuid": "6fa9bbc8-4c96-45a4-b133-bb2556a003de"
|
|
8306
8362
|
}
|
|
8307
8363
|
}
|
|
@@ -401,23 +401,27 @@
|
|
|
401
401
|
},
|
|
402
402
|
"negative-subdued-background-color-default": {
|
|
403
403
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
404
|
-
"value": "{negative-color-
|
|
405
|
-
"uuid": "a553db3e-a051-4023-87eb-da6545b983b2"
|
|
404
|
+
"value": "{negative-subtle-background-color-default}",
|
|
405
|
+
"uuid": "a553db3e-a051-4023-87eb-da6545b983b2",
|
|
406
|
+
"deprecated": true
|
|
406
407
|
},
|
|
407
408
|
"negative-subdued-background-color-hover": {
|
|
408
409
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
409
410
|
"value": "{negative-color-300}",
|
|
410
|
-
"uuid": "9513cf13-8537-443f-81ce-f9d88292ba32"
|
|
411
|
+
"uuid": "9513cf13-8537-443f-81ce-f9d88292ba32",
|
|
412
|
+
"deprecated": true
|
|
411
413
|
},
|
|
412
414
|
"negative-subdued-background-color-down": {
|
|
413
415
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
414
416
|
"value": "{negative-color-300}",
|
|
415
|
-
"uuid": "1eea917c-52e7-4295-b0e1-d33c2e73a137"
|
|
417
|
+
"uuid": "1eea917c-52e7-4295-b0e1-d33c2e73a137",
|
|
418
|
+
"deprecated": true
|
|
416
419
|
},
|
|
417
420
|
"negative-subdued-background-color-key-focus": {
|
|
418
421
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
419
422
|
"value": "{negative-color-300}",
|
|
420
|
-
"uuid": "4b6aaf76-e0ab-4be0-81c0-d5f64cacee88"
|
|
423
|
+
"uuid": "4b6aaf76-e0ab-4be0-81c0-d5f64cacee88",
|
|
424
|
+
"deprecated": true
|
|
421
425
|
},
|
|
422
426
|
"informative-subtle-background-color-default": {
|
|
423
427
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|