@adobe/spectrum-tokens 13.0.0-beta.39 → 13.0.0-beta.40
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 +45 -0
- package/dist/json/drover.json +32 -1
- package/dist/json/variables.json +174 -2
- package/package.json +1 -1
- package/src/color-aliases.json +36 -1
- package/src/layout-component.json +172 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 13.0.0-beta.40
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#373](https://github.com/adobe/spectrum-tokens/pull/373) [`e04bddf`](https://github.com/adobe/spectrum-tokens/commit/e04bddf65549c87cd314b54966fe066ae649b7f7) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - - Updated S2 accordion tokens (non-color) in respective desktop and mobile layout sets
|
|
8
|
+
|
|
9
|
+
- Added S2 meter tokens, including both color and non-color.
|
|
10
|
+
|
|
11
|
+
## Design Motivation
|
|
12
|
+
|
|
13
|
+
- Accordion component is being formalized as a Spectrum 2 component. These net-new tokens define the design data needed for implementation. Introducing content-area-edge-to-content tokens enhances inclusivity for various design patterns. For more information, [view Jira ticket](https://jira.corp.adobe.com/browse/SDS-13435).
|
|
14
|
+
- Meter component is being formalized as a Spectrum 2 component. These net-new tokens define the design data needed for implementation. Introducing static tokens enables us to standardize the use of tokens across various components with indicators and tracks. This includes progress bars, progress circles, and potentially sliders in the future. For more information, [view Jira ticket](https://jira.corp.adobe.com/browse/SDS-13414).
|
|
15
|
+
|
|
16
|
+
## Token Diff
|
|
17
|
+
|
|
18
|
+
_Tokens added (18):_
|
|
19
|
+
|
|
20
|
+
- `accordion-content-area-edge-to-content-extra-large`
|
|
21
|
+
- `accordion-content-area-edge-to-content-large`
|
|
22
|
+
- `accordion-content-area-edge-to-content-medium`
|
|
23
|
+
- `accordion-content-area-edge-to-content-small`
|
|
24
|
+
- `accordion-disclosure-indicator-to-text-extra-large`
|
|
25
|
+
- `accordion-disclosure-indicator-to-text-large`
|
|
26
|
+
- `accordion-disclosure-indicator-to-text-medium`
|
|
27
|
+
- `accordion-disclosure-indicator-to-text-small`
|
|
28
|
+
- `accordion-item-to-divider`
|
|
29
|
+
- `meter-thickness-extra-large`
|
|
30
|
+
- `meter-thickness-medium`
|
|
31
|
+
- `static-black-text-color`
|
|
32
|
+
- `static-black-track-color`
|
|
33
|
+
- `static-black-track-indicator-color`
|
|
34
|
+
- `static-white-text-color`
|
|
35
|
+
- `static-white-track-color`
|
|
36
|
+
- `static-white-track-indicator-color`
|
|
37
|
+
- `track-color`
|
|
38
|
+
|
|
39
|
+
_Newly deprecated tokens (2):_
|
|
40
|
+
|
|
41
|
+
- `accordion-edge-to-disclosure-indicator`
|
|
42
|
+
- `accordion-disclosure-indicator-to-text`
|
|
43
|
+
|
|
44
|
+
_Tokens updated (1):_
|
|
45
|
+
|
|
46
|
+
- `meter-thickness-large`
|
|
47
|
+
|
|
3
48
|
## 13.0.0-beta.39
|
|
4
49
|
|
|
5
50
|
### Minor Changes
|
package/dist/json/drover.json
CHANGED
|
@@ -601,7 +601,13 @@
|
|
|
601
601
|
"silver-background-color-default": "rgb(114, 114, 114)",
|
|
602
602
|
"silver-visual-color": "rgb(128, 128, 128)",
|
|
603
603
|
"static-black-focus-indicator-color": "rgb(0, 0, 0)",
|
|
604
|
+
"static-black-text-color": "rgb(0, 0, 0)",
|
|
605
|
+
"static-black-track-color": "rgba(0, 0, 0, 0.15)",
|
|
606
|
+
"static-black-track-indicator-color": "rgba(0, 0, 0, 0.93)",
|
|
604
607
|
"static-white-focus-indicator-color": "rgb(255, 255, 255)",
|
|
608
|
+
"static-white-text-color": "rgb(255, 255, 255)",
|
|
609
|
+
"static-white-track-color": "rgba(255, 255, 255, 0.17)",
|
|
610
|
+
"static-white-track-indicator-color": "rgba(255, 255, 255, 0.94)",
|
|
605
611
|
"swatch-border-color": "rgb(19, 19, 19)",
|
|
606
612
|
"swatch-disabled-icon-border-color": "rgb(0, 0, 0)",
|
|
607
613
|
"table-row-hover-color": "rgb(19, 19, 19)",
|
|
@@ -609,6 +615,7 @@
|
|
|
609
615
|
"table-selected-row-background-color-non-emphasized": "rgb(41, 41, 41)",
|
|
610
616
|
"thumbnail-border-color": "rgb(41, 41, 41)",
|
|
611
617
|
"title-color": "rgb(19, 19, 19)",
|
|
618
|
+
"track-color": "rgb(218, 218, 218)",
|
|
612
619
|
"transparent-black-100": "rgba(0, 0, 0, 0.09)",
|
|
613
620
|
"transparent-black-1000": "rgb(0, 0, 0)",
|
|
614
621
|
"transparent-black-200": "rgba(0, 0, 0, 0.12)",
|
|
@@ -1263,7 +1270,13 @@
|
|
|
1263
1270
|
"silver-background-color-default": "rgb(108, 108, 108)",
|
|
1264
1271
|
"silver-visual-color": "rgb(137, 137, 137)",
|
|
1265
1272
|
"static-black-focus-indicator-color": "rgb(0, 0, 0)",
|
|
1273
|
+
"static-black-text-color": "rgb(0, 0, 0)",
|
|
1274
|
+
"static-black-track-color": "rgba(0, 0, 0, 0.15)",
|
|
1275
|
+
"static-black-track-indicator-color": "rgba(0, 0, 0, 0.93)",
|
|
1266
1276
|
"static-white-focus-indicator-color": "rgb(255, 255, 255)",
|
|
1277
|
+
"static-white-text-color": "rgb(255, 255, 255)",
|
|
1278
|
+
"static-white-track-color": "rgba(255, 255, 255, 0.17)",
|
|
1279
|
+
"static-white-track-indicator-color": "rgba(255, 255, 255, 0.94)",
|
|
1267
1280
|
"swatch-border-color": "rgb(242, 242, 242)",
|
|
1268
1281
|
"swatch-disabled-icon-border-color": "rgb(0, 0, 0)",
|
|
1269
1282
|
"table-row-hover-color": "rgb(242, 242, 242)",
|
|
@@ -1271,6 +1284,7 @@
|
|
|
1271
1284
|
"table-selected-row-background-color-non-emphasized": "rgb(219, 219, 219)",
|
|
1272
1285
|
"thumbnail-border-color": "rgb(219, 219, 219)",
|
|
1273
1286
|
"title-color": "rgb(242, 242, 242)",
|
|
1287
|
+
"track-color": "rgb(57, 57, 57)",
|
|
1274
1288
|
"transparent-black-100": "rgba(0, 0, 0, 0.09)",
|
|
1275
1289
|
"transparent-black-1000": "rgb(0, 0, 0)",
|
|
1276
1290
|
"transparent-black-200": "rgba(0, 0, 0, 0.12)",
|
|
@@ -1352,7 +1366,13 @@
|
|
|
1352
1366
|
"opacity-checkerboard-square-light": "rgb(255, 255, 255)",
|
|
1353
1367
|
"overlay-color": "rgb(0, 0, 0)",
|
|
1354
1368
|
"static-black-focus-indicator-color": "rgb(0, 0, 0)",
|
|
1369
|
+
"static-black-text-color": "rgb(0, 0, 0)",
|
|
1370
|
+
"static-black-track-color": "rgba(0, 0, 0, 0.15)",
|
|
1371
|
+
"static-black-track-indicator-color": "rgba(0, 0, 0, 0.93)",
|
|
1355
1372
|
"static-white-focus-indicator-color": "rgb(255, 255, 255)",
|
|
1373
|
+
"static-white-text-color": "rgb(255, 255, 255)",
|
|
1374
|
+
"static-white-track-color": "rgba(255, 255, 255, 0.17)",
|
|
1375
|
+
"static-white-track-indicator-color": "rgba(255, 255, 255, 0.94)",
|
|
1356
1376
|
"swatch-disabled-icon-border-color": "rgb(0, 0, 0)",
|
|
1357
1377
|
"transparent-black-100": "rgba(0, 0, 0, 0.09)",
|
|
1358
1378
|
"transparent-black-1000": "rgb(0, 0, 0)",
|
|
@@ -1399,11 +1419,20 @@
|
|
|
1399
1419
|
"accordion-bottom-to-text-spacious-medium": "13px",
|
|
1400
1420
|
"accordion-bottom-to-text-spacious-small": "11px",
|
|
1401
1421
|
"accordion-content-area-bottom-to-content": "16px",
|
|
1422
|
+
"accordion-content-area-edge-to-content-extra-large": "15px",
|
|
1423
|
+
"accordion-content-area-edge-to-content-large": "12px",
|
|
1424
|
+
"accordion-content-area-edge-to-content-medium": "9px",
|
|
1425
|
+
"accordion-content-area-edge-to-content-small": "8px",
|
|
1402
1426
|
"accordion-content-area-top-to-content": "8px",
|
|
1403
1427
|
"accordion-disclosure-indicator-to-text": "0px",
|
|
1428
|
+
"accordion-disclosure-indicator-to-text-extra-large": "17px",
|
|
1429
|
+
"accordion-disclosure-indicator-to-text-large": "14px",
|
|
1430
|
+
"accordion-disclosure-indicator-to-text-medium": "11px",
|
|
1431
|
+
"accordion-disclosure-indicator-to-text-small": "7px",
|
|
1404
1432
|
"accordion-edge-to-disclosure-indicator": "0px",
|
|
1405
1433
|
"accordion-edge-to-text": "0px",
|
|
1406
1434
|
"accordion-focus-indicator-gap": "0px",
|
|
1435
|
+
"accordion-item-to-divider": "0px",
|
|
1407
1436
|
"accordion-minimum-width": "200px",
|
|
1408
1437
|
"accordion-small-top-to-text-spacious": "9px",
|
|
1409
1438
|
"accordion-top-to-text-compact-extra-large": "5px",
|
|
@@ -1951,7 +1980,9 @@
|
|
|
1951
1980
|
"meter-default-width": "192px",
|
|
1952
1981
|
"meter-maximum-width": "768px",
|
|
1953
1982
|
"meter-minimum-width": "48px",
|
|
1954
|
-
"meter-thickness-large": "
|
|
1983
|
+
"meter-thickness-extra-large": "10px",
|
|
1984
|
+
"meter-thickness-large": "8px",
|
|
1985
|
+
"meter-thickness-medium": "6px",
|
|
1955
1986
|
"meter-thickness-small": "4px",
|
|
1956
1987
|
"meter-width": "192px",
|
|
1957
1988
|
"navigational-indicator-top-to-back-icon-extra-large": "15px",
|
package/dist/json/variables.json
CHANGED
|
@@ -4884,6 +4884,54 @@
|
|
|
4884
4884
|
},
|
|
4885
4885
|
"uuid": "cc79fbaf-a2e1-4761-82e7-1dbea52acee8"
|
|
4886
4886
|
},
|
|
4887
|
+
"static-black-text-color": {
|
|
4888
|
+
"ref": "{black}",
|
|
4889
|
+
"value": "rgb(0, 0, 0)",
|
|
4890
|
+
"uuid": "9b7919b5-764c-4f93-b4c7-39d8bf7f2b51"
|
|
4891
|
+
},
|
|
4892
|
+
"static-white-text-color": {
|
|
4893
|
+
"ref": "{white}",
|
|
4894
|
+
"value": "rgb(255, 255, 255)",
|
|
4895
|
+
"uuid": "13ee65f0-4bb9-4213-905d-92c1b788a702"
|
|
4896
|
+
},
|
|
4897
|
+
"track-color": {
|
|
4898
|
+
"ref": "{gray-300}",
|
|
4899
|
+
"sets": {
|
|
4900
|
+
"light": {
|
|
4901
|
+
"value": "rgb(218, 218, 218)",
|
|
4902
|
+
"uuid": "aad52960-a7ec-4f69-85f9-3e1a87975120"
|
|
4903
|
+
},
|
|
4904
|
+
"dark": {
|
|
4905
|
+
"value": "rgb(57, 57, 57)",
|
|
4906
|
+
"uuid": "cc8c4299-c40d-4e93-80b2-c052ee8aaf40"
|
|
4907
|
+
},
|
|
4908
|
+
"wireframe": {
|
|
4909
|
+
"value": "rgb(210, 220, 243)",
|
|
4910
|
+
"uuid": "57d4b287-c9d9-4c56-894b-2df496d9a3b4"
|
|
4911
|
+
}
|
|
4912
|
+
},
|
|
4913
|
+
"uuid": "6f2bb13a-8579-495c-8fe3-0046b1f99b01"
|
|
4914
|
+
},
|
|
4915
|
+
"static-black-track-color": {
|
|
4916
|
+
"ref": "{transparent-black-300}",
|
|
4917
|
+
"value": "rgba(0, 0, 0, 0.15)",
|
|
4918
|
+
"uuid": "c6d40ce0-bcee-4b56-9e63-a51ee1579ef0"
|
|
4919
|
+
},
|
|
4920
|
+
"static-white-track-color": {
|
|
4921
|
+
"ref": "{transparent-white-300}",
|
|
4922
|
+
"value": "rgba(255, 255, 255, 0.17)",
|
|
4923
|
+
"uuid": "23791534-8963-4ff8-bfb4-15108da47103"
|
|
4924
|
+
},
|
|
4925
|
+
"static-black-track-indicator-color": {
|
|
4926
|
+
"ref": "{transparent-black-900}",
|
|
4927
|
+
"value": "rgba(0, 0, 0, 0.93)",
|
|
4928
|
+
"uuid": "0599d3b0-4d9e-4a12-ae0e-8f60e3533ab9"
|
|
4929
|
+
},
|
|
4930
|
+
"static-white-track-indicator-color": {
|
|
4931
|
+
"ref": "{transparent-white-900}",
|
|
4932
|
+
"value": "rgba(255, 255, 255, 0.94)",
|
|
4933
|
+
"uuid": "a1cbc282-1376-48d1-b8bb-92f10aef7c6f"
|
|
4934
|
+
},
|
|
4887
4935
|
"swatch-border-color": {
|
|
4888
4936
|
"ref": "{gray-900}",
|
|
4889
4937
|
"sets": {
|
|
@@ -14502,11 +14550,11 @@
|
|
|
14502
14550
|
"meter-thickness-large": {
|
|
14503
14551
|
"sets": {
|
|
14504
14552
|
"desktop": {
|
|
14505
|
-
"value": "
|
|
14553
|
+
"value": "8px",
|
|
14506
14554
|
"uuid": "06751674-2222-433d-9dc6-40f14b2add6c"
|
|
14507
14555
|
},
|
|
14508
14556
|
"mobile": {
|
|
14509
|
-
"value": "
|
|
14557
|
+
"value": "10px",
|
|
14510
14558
|
"uuid": "c9052808-918e-4368-b113-28f928104eda"
|
|
14511
14559
|
}
|
|
14512
14560
|
}
|
|
@@ -20849,6 +20897,130 @@
|
|
|
20849
20897
|
"value": "0.2",
|
|
20850
20898
|
"uuid": "6fa9bbc8-4c96-45a4-b133-bb2556a003de"
|
|
20851
20899
|
},
|
|
20900
|
+
"accordion-content-area-edge-to-content-small": {
|
|
20901
|
+
"sets": {
|
|
20902
|
+
"desktop": {
|
|
20903
|
+
"value": "8px",
|
|
20904
|
+
"uuid": "b7b23a23-abca-4e96-8c6f-d2b5b4c79d99"
|
|
20905
|
+
},
|
|
20906
|
+
"mobile": {
|
|
20907
|
+
"value": "10px",
|
|
20908
|
+
"uuid": "782d9dfd-413f-4031-8431-be9b638c69b6"
|
|
20909
|
+
}
|
|
20910
|
+
}
|
|
20911
|
+
},
|
|
20912
|
+
"accordion-content-area-edge-to-content-medium": {
|
|
20913
|
+
"sets": {
|
|
20914
|
+
"desktop": {
|
|
20915
|
+
"value": "9px",
|
|
20916
|
+
"uuid": "66fbf171-ff30-4376-9026-686ae3e2fc70"
|
|
20917
|
+
},
|
|
20918
|
+
"mobile": {
|
|
20919
|
+
"value": "11px",
|
|
20920
|
+
"uuid": "80419f6a-d93a-4cc0-883a-833e4717e28f"
|
|
20921
|
+
}
|
|
20922
|
+
}
|
|
20923
|
+
},
|
|
20924
|
+
"accordion-content-area-edge-to-content-large": {
|
|
20925
|
+
"sets": {
|
|
20926
|
+
"desktop": {
|
|
20927
|
+
"value": "12px",
|
|
20928
|
+
"uuid": "755f796f-bcb6-466c-b4f2-b10b0f819bba"
|
|
20929
|
+
},
|
|
20930
|
+
"mobile": {
|
|
20931
|
+
"value": "15px",
|
|
20932
|
+
"uuid": "f4d133f7-d444-4ddc-907f-9d75ff621a03"
|
|
20933
|
+
}
|
|
20934
|
+
}
|
|
20935
|
+
},
|
|
20936
|
+
"accordion-content-area-edge-to-content-extra-large": {
|
|
20937
|
+
"sets": {
|
|
20938
|
+
"desktop": {
|
|
20939
|
+
"value": "15px",
|
|
20940
|
+
"uuid": "c26ba15a-cb44-44b2-8423-baf52b1b42db"
|
|
20941
|
+
},
|
|
20942
|
+
"mobile": {
|
|
20943
|
+
"value": "19px",
|
|
20944
|
+
"uuid": "c9aaff95-a17a-408b-bb55-1c9026314c8b"
|
|
20945
|
+
}
|
|
20946
|
+
}
|
|
20947
|
+
},
|
|
20948
|
+
"accordion-disclosure-indicator-to-text-small": {
|
|
20949
|
+
"sets": {
|
|
20950
|
+
"desktop": {
|
|
20951
|
+
"value": "7px",
|
|
20952
|
+
"uuid": "e6cb7eb7-afa3-441f-9f22-5ca8eec66749"
|
|
20953
|
+
},
|
|
20954
|
+
"mobile": {
|
|
20955
|
+
"value": "9px",
|
|
20956
|
+
"uuid": "f009b7a8-95ca-4b39-92c3-f7656cf2e429"
|
|
20957
|
+
}
|
|
20958
|
+
}
|
|
20959
|
+
},
|
|
20960
|
+
"accordion-disclosure-indicator-to-text-medium": {
|
|
20961
|
+
"sets": {
|
|
20962
|
+
"desktop": {
|
|
20963
|
+
"value": "11px",
|
|
20964
|
+
"uuid": "e28ca787-7457-4f40-9188-039347047c83"
|
|
20965
|
+
},
|
|
20966
|
+
"mobile": {
|
|
20967
|
+
"value": "13px",
|
|
20968
|
+
"uuid": "f62edd6d-b833-4aea-8e03-ddd1dfccc464"
|
|
20969
|
+
}
|
|
20970
|
+
}
|
|
20971
|
+
},
|
|
20972
|
+
"accordion-disclosure-indicator-to-text-large": {
|
|
20973
|
+
"sets": {
|
|
20974
|
+
"desktop": {
|
|
20975
|
+
"value": "14px",
|
|
20976
|
+
"uuid": "802cef85-0ad5-417b-953f-66a812e6637e"
|
|
20977
|
+
},
|
|
20978
|
+
"mobile": {
|
|
20979
|
+
"value": "17px",
|
|
20980
|
+
"uuid": "fae0b204-0198-465a-aa98-c7b4224e4c48"
|
|
20981
|
+
}
|
|
20982
|
+
}
|
|
20983
|
+
},
|
|
20984
|
+
"accordion-disclosure-indicator-to-text-extra-large": {
|
|
20985
|
+
"sets": {
|
|
20986
|
+
"desktop": {
|
|
20987
|
+
"value": "17px",
|
|
20988
|
+
"uuid": "90fe1ad4-76a8-4b02-a036-af6d4397334e"
|
|
20989
|
+
},
|
|
20990
|
+
"mobile": {
|
|
20991
|
+
"value": "22px",
|
|
20992
|
+
"uuid": "aafcb612-0828-48c7-af1c-39870aafd44a"
|
|
20993
|
+
}
|
|
20994
|
+
}
|
|
20995
|
+
},
|
|
20996
|
+
"accordion-item-to-divider": {
|
|
20997
|
+
"value": "0px",
|
|
20998
|
+
"uuid": "9a2c9dee-7acf-4083-9c66-685454444f8c"
|
|
20999
|
+
},
|
|
21000
|
+
"meter-thickness-medium": {
|
|
21001
|
+
"sets": {
|
|
21002
|
+
"desktop": {
|
|
21003
|
+
"value": "6px",
|
|
21004
|
+
"uuid": "6e404f16-900e-4dd2-8705-3c9077f52240"
|
|
21005
|
+
},
|
|
21006
|
+
"mobile": {
|
|
21007
|
+
"value": "8px",
|
|
21008
|
+
"uuid": "f9a81245-4bcb-4fca-8a4b-04ac78d9d1ca"
|
|
21009
|
+
}
|
|
21010
|
+
}
|
|
21011
|
+
},
|
|
21012
|
+
"meter-thickness-extra-large": {
|
|
21013
|
+
"sets": {
|
|
21014
|
+
"desktop": {
|
|
21015
|
+
"value": "10px",
|
|
21016
|
+
"uuid": "e5ac2b35-da1d-4936-baa8-498705c9529c"
|
|
21017
|
+
},
|
|
21018
|
+
"mobile": {
|
|
21019
|
+
"value": "13px",
|
|
21020
|
+
"uuid": "272738b2-a274-4e2e-8582-9c2cc7962a85"
|
|
21021
|
+
}
|
|
21022
|
+
}
|
|
21023
|
+
},
|
|
20852
21024
|
"corner-radius-0": {
|
|
20853
21025
|
"value": "0px",
|
|
20854
21026
|
"uuid": "bb9d8350-b1fb-4496-9c22-6ec9647ff117"
|
package/package.json
CHANGED
package/src/color-aliases.json
CHANGED
|
@@ -1722,5 +1722,40 @@
|
|
|
1722
1722
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
1723
1723
|
"value": "{gray-100}",
|
|
1724
1724
|
"uuid": "cc79fbaf-a2e1-4761-82e7-1dbea52acee8"
|
|
1725
|
+
},
|
|
1726
|
+
"static-black-text-color": {
|
|
1727
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
1728
|
+
"value": "{black}",
|
|
1729
|
+
"uuid": "9b7919b5-764c-4f93-b4c7-39d8bf7f2b51"
|
|
1730
|
+
},
|
|
1731
|
+
"static-white-text-color": {
|
|
1732
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
1733
|
+
"value": "{white}",
|
|
1734
|
+
"uuid": "13ee65f0-4bb9-4213-905d-92c1b788a702"
|
|
1735
|
+
},
|
|
1736
|
+
"track-color": {
|
|
1737
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
1738
|
+
"value": "{gray-300}",
|
|
1739
|
+
"uuid": "6f2bb13a-8579-495c-8fe3-0046b1f99b01"
|
|
1740
|
+
},
|
|
1741
|
+
"static-black-track-color": {
|
|
1742
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
1743
|
+
"value": "{transparent-black-300}",
|
|
1744
|
+
"uuid": "c6d40ce0-bcee-4b56-9e63-a51ee1579ef0"
|
|
1745
|
+
},
|
|
1746
|
+
"static-white-track-color": {
|
|
1747
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
1748
|
+
"value": "{transparent-white-300}",
|
|
1749
|
+
"uuid": "23791534-8963-4ff8-bfb4-15108da47103"
|
|
1750
|
+
},
|
|
1751
|
+
"static-black-track-indicator-color": {
|
|
1752
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
1753
|
+
"value": "{transparent-black-900}",
|
|
1754
|
+
"uuid": "0599d3b0-4d9e-4a12-ae0e-8f60e3533ab9"
|
|
1755
|
+
},
|
|
1756
|
+
"static-white-track-indicator-color": {
|
|
1757
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
1758
|
+
"value": "{transparent-white-900}",
|
|
1759
|
+
"uuid": "a1cbc282-1376-48d1-b8bb-92f10aef7c6f"
|
|
1725
1760
|
}
|
|
1726
|
-
}
|
|
1761
|
+
}
|
|
@@ -1465,12 +1465,12 @@
|
|
|
1465
1465
|
"sets": {
|
|
1466
1466
|
"desktop": {
|
|
1467
1467
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1468
|
-
"value": "
|
|
1468
|
+
"value": "8px",
|
|
1469
1469
|
"uuid": "06751674-2222-433d-9dc6-40f14b2add6c"
|
|
1470
1470
|
},
|
|
1471
1471
|
"mobile": {
|
|
1472
1472
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
1473
|
-
"value": "
|
|
1473
|
+
"value": "10px",
|
|
1474
1474
|
"uuid": "c9052808-918e-4368-b113-28f928104eda"
|
|
1475
1475
|
}
|
|
1476
1476
|
}
|
|
@@ -3920,13 +3920,15 @@
|
|
|
3920
3920
|
"component": "accordion",
|
|
3921
3921
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
3922
3922
|
"value": "0px",
|
|
3923
|
-
"uuid": "27b481a4-0ea9-4e1c-a283-4a799d18d642"
|
|
3923
|
+
"uuid": "27b481a4-0ea9-4e1c-a283-4a799d18d642",
|
|
3924
|
+
"deprecated": true
|
|
3924
3925
|
},
|
|
3925
3926
|
"accordion-edge-to-disclosure-indicator": {
|
|
3926
3927
|
"component": "accordion",
|
|
3927
3928
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
3928
3929
|
"value": "0px",
|
|
3929
|
-
"uuid": "614e6448-c0a4-4ad1-b125-f362e3001a86"
|
|
3930
|
+
"uuid": "614e6448-c0a4-4ad1-b125-f362e3001a86",
|
|
3931
|
+
"deprecated": true
|
|
3930
3932
|
},
|
|
3931
3933
|
"accordion-edge-to-text": {
|
|
3932
3934
|
"component": "accordion",
|
|
@@ -8359,5 +8361,171 @@
|
|
|
8359
8361
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
|
|
8360
8362
|
"value": "0.2",
|
|
8361
8363
|
"uuid": "6fa9bbc8-4c96-45a4-b133-bb2556a003de"
|
|
8364
|
+
},
|
|
8365
|
+
"accordion-content-area-edge-to-content-small": {
|
|
8366
|
+
"component": "accordion",
|
|
8367
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
8368
|
+
"sets": {
|
|
8369
|
+
"desktop": {
|
|
8370
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8371
|
+
"value": "8px",
|
|
8372
|
+
"uuid": "b7b23a23-abca-4e96-8c6f-d2b5b4c79d99"
|
|
8373
|
+
},
|
|
8374
|
+
"mobile": {
|
|
8375
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8376
|
+
"value": "10px",
|
|
8377
|
+
"uuid": "782d9dfd-413f-4031-8431-be9b638c69b6"
|
|
8378
|
+
}
|
|
8379
|
+
}
|
|
8380
|
+
},
|
|
8381
|
+
"accordion-content-area-edge-to-content-medium": {
|
|
8382
|
+
"component": "accordion",
|
|
8383
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
8384
|
+
"sets": {
|
|
8385
|
+
"desktop": {
|
|
8386
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8387
|
+
"value": "9px",
|
|
8388
|
+
"uuid": "66fbf171-ff30-4376-9026-686ae3e2fc70"
|
|
8389
|
+
},
|
|
8390
|
+
"mobile": {
|
|
8391
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8392
|
+
"value": "11px",
|
|
8393
|
+
"uuid": "80419f6a-d93a-4cc0-883a-833e4717e28f"
|
|
8394
|
+
}
|
|
8395
|
+
}
|
|
8396
|
+
},
|
|
8397
|
+
"accordion-content-area-edge-to-content-large": {
|
|
8398
|
+
"component": "accordion",
|
|
8399
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
8400
|
+
"sets": {
|
|
8401
|
+
"desktop": {
|
|
8402
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8403
|
+
"value": "12px",
|
|
8404
|
+
"uuid": "755f796f-bcb6-466c-b4f2-b10b0f819bba"
|
|
8405
|
+
},
|
|
8406
|
+
"mobile": {
|
|
8407
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8408
|
+
"value": "15px",
|
|
8409
|
+
"uuid": "f4d133f7-d444-4ddc-907f-9d75ff621a03"
|
|
8410
|
+
}
|
|
8411
|
+
}
|
|
8412
|
+
},
|
|
8413
|
+
"accordion-content-area-edge-to-content-extra-large": {
|
|
8414
|
+
"component": "accordion",
|
|
8415
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
8416
|
+
"sets": {
|
|
8417
|
+
"desktop": {
|
|
8418
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8419
|
+
"value": "15px",
|
|
8420
|
+
"uuid": "c26ba15a-cb44-44b2-8423-baf52b1b42db"
|
|
8421
|
+
},
|
|
8422
|
+
"mobile": {
|
|
8423
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8424
|
+
"value": "19px",
|
|
8425
|
+
"uuid": "c9aaff95-a17a-408b-bb55-1c9026314c8b"
|
|
8426
|
+
}
|
|
8427
|
+
}
|
|
8428
|
+
},
|
|
8429
|
+
"accordion-disclosure-indicator-to-text-small": {
|
|
8430
|
+
"component": "accordion",
|
|
8431
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
8432
|
+
"sets": {
|
|
8433
|
+
"desktop": {
|
|
8434
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8435
|
+
"value": "7px",
|
|
8436
|
+
"uuid": "e6cb7eb7-afa3-441f-9f22-5ca8eec66749"
|
|
8437
|
+
},
|
|
8438
|
+
"mobile": {
|
|
8439
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8440
|
+
"value": "9px",
|
|
8441
|
+
"uuid": "f009b7a8-95ca-4b39-92c3-f7656cf2e429"
|
|
8442
|
+
}
|
|
8443
|
+
}
|
|
8444
|
+
},
|
|
8445
|
+
"accordion-disclosure-indicator-to-text-medium": {
|
|
8446
|
+
"component": "accordion",
|
|
8447
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
8448
|
+
"sets": {
|
|
8449
|
+
"desktop": {
|
|
8450
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8451
|
+
"value": "11px",
|
|
8452
|
+
"uuid": "e28ca787-7457-4f40-9188-039347047c83"
|
|
8453
|
+
},
|
|
8454
|
+
"mobile": {
|
|
8455
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8456
|
+
"value": "13px",
|
|
8457
|
+
"uuid": "f62edd6d-b833-4aea-8e03-ddd1dfccc464"
|
|
8458
|
+
}
|
|
8459
|
+
}
|
|
8460
|
+
},
|
|
8461
|
+
"accordion-disclosure-indicator-to-text-large": {
|
|
8462
|
+
"component": "accordion",
|
|
8463
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
8464
|
+
"sets": {
|
|
8465
|
+
"desktop": {
|
|
8466
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8467
|
+
"value": "14px",
|
|
8468
|
+
"uuid": "802cef85-0ad5-417b-953f-66a812e6637e"
|
|
8469
|
+
},
|
|
8470
|
+
"mobile": {
|
|
8471
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8472
|
+
"value": "17px",
|
|
8473
|
+
"uuid": "fae0b204-0198-465a-aa98-c7b4224e4c48"
|
|
8474
|
+
}
|
|
8475
|
+
}
|
|
8476
|
+
},
|
|
8477
|
+
"accordion-disclosure-indicator-to-text-extra-large": {
|
|
8478
|
+
"component": "accordion",
|
|
8479
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
8480
|
+
"sets": {
|
|
8481
|
+
"desktop": {
|
|
8482
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8483
|
+
"value": "17px",
|
|
8484
|
+
"uuid": "90fe1ad4-76a8-4b02-a036-af6d4397334e"
|
|
8485
|
+
},
|
|
8486
|
+
"mobile": {
|
|
8487
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8488
|
+
"value": "22px",
|
|
8489
|
+
"uuid": "aafcb612-0828-48c7-af1c-39870aafd44a"
|
|
8490
|
+
}
|
|
8491
|
+
}
|
|
8492
|
+
},
|
|
8493
|
+
"accordion-item-to-divider": {
|
|
8494
|
+
"component": "accordion",
|
|
8495
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8496
|
+
"value": "0px",
|
|
8497
|
+
"uuid": "9a2c9dee-7acf-4083-9c66-685454444f8c"
|
|
8498
|
+
},
|
|
8499
|
+
"meter-thickness-medium": {
|
|
8500
|
+
"component": "meter",
|
|
8501
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
8502
|
+
"sets": {
|
|
8503
|
+
"desktop": {
|
|
8504
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8505
|
+
"value": "6px",
|
|
8506
|
+
"uuid": "6e404f16-900e-4dd2-8705-3c9077f52240"
|
|
8507
|
+
},
|
|
8508
|
+
"mobile": {
|
|
8509
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8510
|
+
"value": "8px",
|
|
8511
|
+
"uuid": "f9a81245-4bcb-4fca-8a4b-04ac78d9d1ca"
|
|
8512
|
+
}
|
|
8513
|
+
}
|
|
8514
|
+
},
|
|
8515
|
+
"meter-thickness-extra-large": {
|
|
8516
|
+
"component": "meter",
|
|
8517
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
8518
|
+
"sets": {
|
|
8519
|
+
"desktop": {
|
|
8520
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8521
|
+
"value": "10px",
|
|
8522
|
+
"uuid": "e5ac2b35-da1d-4936-baa8-498705c9529c"
|
|
8523
|
+
},
|
|
8524
|
+
"mobile": {
|
|
8525
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
8526
|
+
"value": "13px",
|
|
8527
|
+
"uuid": "272738b2-a274-4e2e-8582-9c2cc7962a85"
|
|
8528
|
+
}
|
|
8529
|
+
}
|
|
8362
8530
|
}
|
|
8363
8531
|
}
|