@adobe/spectrum-tokens 13.15.1 → 13.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +0 -12682
- package/dist/json/drover.json +17 -5
- package/dist/json/variables.json +186 -10
- package/package.json +1 -1
- package/src/layout-component.json +208 -20
package/dist/json/drover.json
CHANGED
|
@@ -2495,16 +2495,28 @@
|
|
|
2495
2495
|
"side-label-character-count-top-margin-medium": "0px",
|
|
2496
2496
|
"side-label-character-count-top-margin-small": "0px",
|
|
2497
2497
|
"side-navigation-bottom-to-text": "8px",
|
|
2498
|
+
"side-navigation-counter-to-disclosure": "4px",
|
|
2499
|
+
"side-navigation-edge-to-indicator": "4px",
|
|
2498
2500
|
"side-navigation-header-to-item": "8px",
|
|
2501
|
+
"side-navigation-indicator-height": "18px",
|
|
2502
|
+
"side-navigation-indicator-thickness": "2px",
|
|
2503
|
+
"side-navigation-indicator-to-content": "6px",
|
|
2499
2504
|
"side-navigation-item-to-header": "24px",
|
|
2500
2505
|
"side-navigation-item-to-item": "4px",
|
|
2501
2506
|
"side-navigation-maximum-width": "240px",
|
|
2502
|
-
"side-navigation-minimum-width": "
|
|
2503
|
-
"side-navigation-second-level-edge-to-
|
|
2504
|
-
"side-navigation-
|
|
2507
|
+
"side-navigation-minimum-width": "144px",
|
|
2508
|
+
"side-navigation-second-level-edge-to-indicator": "30px",
|
|
2509
|
+
"side-navigation-second-level-edge-to-text": "38px",
|
|
2510
|
+
"side-navigation-second-level-with-icon-edge-to-indicator": "20px",
|
|
2511
|
+
"side-navigation-second-level-with-icon-edge-to-text": "28px",
|
|
2512
|
+
"side-navigation-third-level-edge-to-indicator": "56px",
|
|
2513
|
+
"side-navigation-third-level-edge-to-text": "64px",
|
|
2514
|
+
"side-navigation-third-level-with-icon-edge-to-indicator": "36px",
|
|
2515
|
+
"side-navigation-third-level-with-icon-edge-to-text": "44px",
|
|
2516
|
+
"side-navigation-trailing-accessory-area-to-edge": "4px",
|
|
2505
2517
|
"side-navigation-width": "192px",
|
|
2506
|
-
"side-navigation-with-icon-second-level-edge-to-text": "
|
|
2507
|
-
"side-navigation-with-icon-third-level-edge-to-text": "
|
|
2518
|
+
"side-navigation-with-icon-second-level-edge-to-text": "28px",
|
|
2519
|
+
"side-navigation-with-icon-third-level-edge-to-text": "44px",
|
|
2508
2520
|
"single-calendar-popover-minimum-height": "320px",
|
|
2509
2521
|
"single-calendar-popover-minimum-width": "320px",
|
|
2510
2522
|
"slider-bottom-to-handle-extra-large": "14px",
|
package/dist/json/variables.json
CHANGED
|
@@ -23075,11 +23075,11 @@
|
|
|
23075
23075
|
"side-navigation-minimum-width": {
|
|
23076
23076
|
"sets": {
|
|
23077
23077
|
"desktop": {
|
|
23078
|
-
"value": "
|
|
23078
|
+
"value": "144px",
|
|
23079
23079
|
"uuid": "998bb752-7826-4437-ac18-14e08644e226"
|
|
23080
23080
|
},
|
|
23081
23081
|
"mobile": {
|
|
23082
|
-
"value": "
|
|
23082
|
+
"value": "180px",
|
|
23083
23083
|
"uuid": "ad835d79-64d9-4183-ace0-912c87fc2241"
|
|
23084
23084
|
}
|
|
23085
23085
|
}
|
|
@@ -23099,11 +23099,11 @@
|
|
|
23099
23099
|
"side-navigation-second-level-edge-to-text": {
|
|
23100
23100
|
"sets": {
|
|
23101
23101
|
"desktop": {
|
|
23102
|
-
"value": "
|
|
23102
|
+
"value": "38px",
|
|
23103
23103
|
"uuid": "2e5df819-ac9e-4b09-bdf6-8b1fe751c8fb"
|
|
23104
23104
|
},
|
|
23105
23105
|
"mobile": {
|
|
23106
|
-
"value": "
|
|
23106
|
+
"value": "44px",
|
|
23107
23107
|
"uuid": "e77cde34-8f77-4fd1-a1f7-aa6738130902"
|
|
23108
23108
|
}
|
|
23109
23109
|
}
|
|
@@ -23111,11 +23111,11 @@
|
|
|
23111
23111
|
"side-navigation-third-level-edge-to-text": {
|
|
23112
23112
|
"sets": {
|
|
23113
23113
|
"desktop": {
|
|
23114
|
-
"value": "
|
|
23114
|
+
"value": "64px",
|
|
23115
23115
|
"uuid": "adfe198d-a39b-47a1-bfa4-77dd0d139803"
|
|
23116
23116
|
},
|
|
23117
23117
|
"mobile": {
|
|
23118
|
-
"value": "
|
|
23118
|
+
"value": "70px",
|
|
23119
23119
|
"uuid": "06140452-b779-4527-ae3a-5f0623a6b97c"
|
|
23120
23120
|
}
|
|
23121
23121
|
}
|
|
@@ -23123,11 +23123,31 @@
|
|
|
23123
23123
|
"side-navigation-with-icon-second-level-edge-to-text": {
|
|
23124
23124
|
"sets": {
|
|
23125
23125
|
"desktop": {
|
|
23126
|
-
"
|
|
23126
|
+
"ref": "{side-navigation-second-level-with-icon-edge-to-text}",
|
|
23127
|
+
"sets": {
|
|
23128
|
+
"desktop": {
|
|
23129
|
+
"value": "28px",
|
|
23130
|
+
"uuid": "7ba0524c-cfef-47fd-b3df-2c71e5618d20"
|
|
23131
|
+
},
|
|
23132
|
+
"mobile": {
|
|
23133
|
+
"value": "34px",
|
|
23134
|
+
"uuid": "17ae8b85-c5d2-47c0-810a-c99c91735d3e"
|
|
23135
|
+
}
|
|
23136
|
+
},
|
|
23127
23137
|
"uuid": "d254c910-2939-48ce-8547-08cfb346a0db"
|
|
23128
23138
|
},
|
|
23129
23139
|
"mobile": {
|
|
23130
|
-
"
|
|
23140
|
+
"ref": "{side-navigation-second-level-with-icon-edge-to-text}",
|
|
23141
|
+
"sets": {
|
|
23142
|
+
"desktop": {
|
|
23143
|
+
"value": "28px",
|
|
23144
|
+
"uuid": "7ba0524c-cfef-47fd-b3df-2c71e5618d20"
|
|
23145
|
+
},
|
|
23146
|
+
"mobile": {
|
|
23147
|
+
"value": "34px",
|
|
23148
|
+
"uuid": "17ae8b85-c5d2-47c0-810a-c99c91735d3e"
|
|
23149
|
+
}
|
|
23150
|
+
},
|
|
23131
23151
|
"uuid": "7d4cd9bd-bfaf-4ad7-9c3b-19f7913f0825"
|
|
23132
23152
|
}
|
|
23133
23153
|
}
|
|
@@ -23135,11 +23155,31 @@
|
|
|
23135
23155
|
"side-navigation-with-icon-third-level-edge-to-text": {
|
|
23136
23156
|
"sets": {
|
|
23137
23157
|
"desktop": {
|
|
23138
|
-
"
|
|
23158
|
+
"ref": "{side-navigation-third-level-with-icon-edge-to-text}",
|
|
23159
|
+
"sets": {
|
|
23160
|
+
"desktop": {
|
|
23161
|
+
"value": "44px",
|
|
23162
|
+
"uuid": "7103cb49-859e-4376-8422-0e2a94b5d2d9"
|
|
23163
|
+
},
|
|
23164
|
+
"mobile": {
|
|
23165
|
+
"value": "50px",
|
|
23166
|
+
"uuid": "811bd0a1-ed6a-4238-a194-c7709a1691ed"
|
|
23167
|
+
}
|
|
23168
|
+
},
|
|
23139
23169
|
"uuid": "f1d90f18-e114-477f-88ca-548c5ddbc287"
|
|
23140
23170
|
},
|
|
23141
23171
|
"mobile": {
|
|
23142
|
-
"
|
|
23172
|
+
"ref": "{side-navigation-third-level-with-icon-edge-to-text}",
|
|
23173
|
+
"sets": {
|
|
23174
|
+
"desktop": {
|
|
23175
|
+
"value": "44px",
|
|
23176
|
+
"uuid": "7103cb49-859e-4376-8422-0e2a94b5d2d9"
|
|
23177
|
+
},
|
|
23178
|
+
"mobile": {
|
|
23179
|
+
"value": "50px",
|
|
23180
|
+
"uuid": "811bd0a1-ed6a-4238-a194-c7709a1691ed"
|
|
23181
|
+
}
|
|
23182
|
+
},
|
|
23143
23183
|
"uuid": "f82ab001-808a-4528-bf4a-be27645a28fc"
|
|
23144
23184
|
}
|
|
23145
23185
|
}
|
|
@@ -27832,6 +27872,142 @@
|
|
|
27832
27872
|
}
|
|
27833
27873
|
}
|
|
27834
27874
|
},
|
|
27875
|
+
"side-navigation-counter-to-disclosure": {
|
|
27876
|
+
"sets": {
|
|
27877
|
+
"desktop": {
|
|
27878
|
+
"value": "4px",
|
|
27879
|
+
"uuid": "fe5071ea-bcff-4a7b-ade8-16850426ac30"
|
|
27880
|
+
},
|
|
27881
|
+
"mobile": {
|
|
27882
|
+
"value": "6px",
|
|
27883
|
+
"uuid": "ce76b010-6554-4cfd-993f-9963aa15830e"
|
|
27884
|
+
}
|
|
27885
|
+
}
|
|
27886
|
+
},
|
|
27887
|
+
"side-navigation-edge-to-indicator": {
|
|
27888
|
+
"sets": {
|
|
27889
|
+
"desktop": {
|
|
27890
|
+
"value": "4px",
|
|
27891
|
+
"uuid": "cb89bc11-246a-4824-afa3-68076c56f3d9"
|
|
27892
|
+
},
|
|
27893
|
+
"mobile": {
|
|
27894
|
+
"value": "6px",
|
|
27895
|
+
"uuid": "a1ae3448-227c-4277-9bab-f0147eff02e9"
|
|
27896
|
+
}
|
|
27897
|
+
}
|
|
27898
|
+
},
|
|
27899
|
+
"side-navigation-indicator-to-content": {
|
|
27900
|
+
"sets": {
|
|
27901
|
+
"desktop": {
|
|
27902
|
+
"value": "6px",
|
|
27903
|
+
"uuid": "436f98c0-ec74-40ab-9a26-a8fe8d139329"
|
|
27904
|
+
},
|
|
27905
|
+
"mobile": {
|
|
27906
|
+
"value": "8px",
|
|
27907
|
+
"uuid": "37ba411c-9067-46b0-b757-8348f4cf9aab"
|
|
27908
|
+
}
|
|
27909
|
+
}
|
|
27910
|
+
},
|
|
27911
|
+
"side-navigation-second-level-edge-to-indicator": {
|
|
27912
|
+
"sets": {
|
|
27913
|
+
"desktop": {
|
|
27914
|
+
"value": "30px",
|
|
27915
|
+
"uuid": "e44d5d55-8fc5-4231-ab37-0c06edd06d2c"
|
|
27916
|
+
},
|
|
27917
|
+
"mobile": {
|
|
27918
|
+
"value": "36px",
|
|
27919
|
+
"uuid": "87377ada-4ebf-4a45-b651-35ee1f94e73b"
|
|
27920
|
+
}
|
|
27921
|
+
}
|
|
27922
|
+
},
|
|
27923
|
+
"side-navigation-second-level-with-icon-edge-to-text": {
|
|
27924
|
+
"sets": {
|
|
27925
|
+
"desktop": {
|
|
27926
|
+
"value": "28px",
|
|
27927
|
+
"uuid": "7ba0524c-cfef-47fd-b3df-2c71e5618d20"
|
|
27928
|
+
},
|
|
27929
|
+
"mobile": {
|
|
27930
|
+
"value": "34px",
|
|
27931
|
+
"uuid": "17ae8b85-c5d2-47c0-810a-c99c91735d3e"
|
|
27932
|
+
}
|
|
27933
|
+
}
|
|
27934
|
+
},
|
|
27935
|
+
"side-navigation-second-level-with-icon-edge-to-indicator": {
|
|
27936
|
+
"sets": {
|
|
27937
|
+
"desktop": {
|
|
27938
|
+
"value": "20px",
|
|
27939
|
+
"uuid": "c1a8c779-aacf-4b14-8b15-9734deafcc41"
|
|
27940
|
+
},
|
|
27941
|
+
"mobile": {
|
|
27942
|
+
"value": "26px",
|
|
27943
|
+
"uuid": "b76c6a5c-23c1-4cf1-8bbb-baca46b3b497"
|
|
27944
|
+
}
|
|
27945
|
+
}
|
|
27946
|
+
},
|
|
27947
|
+
"side-navigation-third-level-edge-to-indicator": {
|
|
27948
|
+
"sets": {
|
|
27949
|
+
"desktop": {
|
|
27950
|
+
"value": "56px",
|
|
27951
|
+
"uuid": "aaf6af3d-4d94-4559-880e-c6201a4f72a7"
|
|
27952
|
+
},
|
|
27953
|
+
"mobile": {
|
|
27954
|
+
"value": "62px",
|
|
27955
|
+
"uuid": "650a896e-c67d-427b-950c-88cfc1099406"
|
|
27956
|
+
}
|
|
27957
|
+
}
|
|
27958
|
+
},
|
|
27959
|
+
"side-navigation-third-level-with-icon-edge-to-text": {
|
|
27960
|
+
"sets": {
|
|
27961
|
+
"desktop": {
|
|
27962
|
+
"value": "44px",
|
|
27963
|
+
"uuid": "7103cb49-859e-4376-8422-0e2a94b5d2d9"
|
|
27964
|
+
},
|
|
27965
|
+
"mobile": {
|
|
27966
|
+
"value": "50px",
|
|
27967
|
+
"uuid": "811bd0a1-ed6a-4238-a194-c7709a1691ed"
|
|
27968
|
+
}
|
|
27969
|
+
}
|
|
27970
|
+
},
|
|
27971
|
+
"side-navigation-third-level-with-icon-edge-to-indicator": {
|
|
27972
|
+
"sets": {
|
|
27973
|
+
"desktop": {
|
|
27974
|
+
"value": "36px",
|
|
27975
|
+
"uuid": "0c3ad7a1-6e2d-4e34-874e-45a654884650"
|
|
27976
|
+
},
|
|
27977
|
+
"mobile": {
|
|
27978
|
+
"value": "42px",
|
|
27979
|
+
"uuid": "2216f8c3-43e1-47ef-aaad-20b0c9bf0f17"
|
|
27980
|
+
}
|
|
27981
|
+
}
|
|
27982
|
+
},
|
|
27983
|
+
"side-navigation-trailing-accessory-area-to-edge": {
|
|
27984
|
+
"sets": {
|
|
27985
|
+
"desktop": {
|
|
27986
|
+
"value": "4px",
|
|
27987
|
+
"uuid": "37969411-2beb-4038-bdee-d2a84398ef19"
|
|
27988
|
+
},
|
|
27989
|
+
"mobile": {
|
|
27990
|
+
"value": "6px",
|
|
27991
|
+
"uuid": "f52fe067-f989-4f43-a762-1ea453fa0dde"
|
|
27992
|
+
}
|
|
27993
|
+
}
|
|
27994
|
+
},
|
|
27995
|
+
"side-navigation-indicator-height": {
|
|
27996
|
+
"sets": {
|
|
27997
|
+
"desktop": {
|
|
27998
|
+
"value": "18px",
|
|
27999
|
+
"uuid": "07262bb6-4b57-4848-b45d-bbf808bdf257"
|
|
28000
|
+
},
|
|
28001
|
+
"mobile": {
|
|
28002
|
+
"value": "22px",
|
|
28003
|
+
"uuid": "dfae987d-8f6c-4b2c-a01b-3a010581488d"
|
|
28004
|
+
}
|
|
28005
|
+
}
|
|
28006
|
+
},
|
|
28007
|
+
"side-navigation-indicator-thickness": {
|
|
28008
|
+
"value": "2px",
|
|
28009
|
+
"uuid": "6c2264d9-425a-4dec-9071-a47e0d2bfca6"
|
|
28010
|
+
},
|
|
27835
28011
|
"corner-radius-0": {
|
|
27836
28012
|
"value": "0px",
|
|
27837
28013
|
"uuid": "bb9d8350-b1fb-4496-9c22-6ec9647ff117"
|
package/package.json
CHANGED
|
@@ -6320,12 +6320,12 @@
|
|
|
6320
6320
|
"sets": {
|
|
6321
6321
|
"desktop": {
|
|
6322
6322
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
6323
|
-
"value": "
|
|
6323
|
+
"value": "144px",
|
|
6324
6324
|
"uuid": "998bb752-7826-4437-ac18-14e08644e226"
|
|
6325
6325
|
},
|
|
6326
6326
|
"mobile": {
|
|
6327
6327
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
6328
|
-
"value": "
|
|
6328
|
+
"value": "180px",
|
|
6329
6329
|
"uuid": "ad835d79-64d9-4183-ace0-912c87fc2241"
|
|
6330
6330
|
}
|
|
6331
6331
|
}
|
|
@@ -6337,12 +6337,14 @@
|
|
|
6337
6337
|
"desktop": {
|
|
6338
6338
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
6339
6339
|
"value": "240px",
|
|
6340
|
-
"uuid": "68210b40-f87e-4059-88c1-e66d1c8cbd38"
|
|
6340
|
+
"uuid": "68210b40-f87e-4059-88c1-e66d1c8cbd38",
|
|
6341
|
+
"deprecated": true
|
|
6341
6342
|
},
|
|
6342
6343
|
"mobile": {
|
|
6343
6344
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
6344
6345
|
"value": "300px",
|
|
6345
|
-
"uuid": "bcb163a0-0156-4e2e-abfe-b2ac0158f348"
|
|
6346
|
+
"uuid": "bcb163a0-0156-4e2e-abfe-b2ac0158f348",
|
|
6347
|
+
"deprecated": true
|
|
6346
6348
|
}
|
|
6347
6349
|
}
|
|
6348
6350
|
},
|
|
@@ -6352,12 +6354,12 @@
|
|
|
6352
6354
|
"sets": {
|
|
6353
6355
|
"desktop": {
|
|
6354
6356
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
6355
|
-
"value": "
|
|
6357
|
+
"value": "38px",
|
|
6356
6358
|
"uuid": "2e5df819-ac9e-4b09-bdf6-8b1fe751c8fb"
|
|
6357
6359
|
},
|
|
6358
6360
|
"mobile": {
|
|
6359
6361
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
6360
|
-
"value": "
|
|
6362
|
+
"value": "44px",
|
|
6361
6363
|
"uuid": "e77cde34-8f77-4fd1-a1f7-aa6738130902"
|
|
6362
6364
|
}
|
|
6363
6365
|
}
|
|
@@ -6368,12 +6370,12 @@
|
|
|
6368
6370
|
"sets": {
|
|
6369
6371
|
"desktop": {
|
|
6370
6372
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
6371
|
-
"value": "
|
|
6373
|
+
"value": "64px",
|
|
6372
6374
|
"uuid": "adfe198d-a39b-47a1-bfa4-77dd0d139803"
|
|
6373
6375
|
},
|
|
6374
6376
|
"mobile": {
|
|
6375
6377
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
6376
|
-
"value": "
|
|
6378
|
+
"value": "70px",
|
|
6377
6379
|
"uuid": "06140452-b779-4527-ae3a-5f0623a6b97c"
|
|
6378
6380
|
}
|
|
6379
6381
|
}
|
|
@@ -6383,14 +6385,16 @@
|
|
|
6383
6385
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
6384
6386
|
"sets": {
|
|
6385
6387
|
"desktop": {
|
|
6386
|
-
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/
|
|
6387
|
-
"value": "
|
|
6388
|
-
"uuid": "d254c910-2939-48ce-8547-08cfb346a0db"
|
|
6388
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
6389
|
+
"value": "{side-navigation-second-level-with-icon-edge-to-text}",
|
|
6390
|
+
"uuid": "d254c910-2939-48ce-8547-08cfb346a0db",
|
|
6391
|
+
"deprecated": true
|
|
6389
6392
|
},
|
|
6390
6393
|
"mobile": {
|
|
6391
|
-
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/
|
|
6392
|
-
"value": "
|
|
6393
|
-
"uuid": "7d4cd9bd-bfaf-4ad7-9c3b-19f7913f0825"
|
|
6394
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
6395
|
+
"value": "{side-navigation-second-level-with-icon-edge-to-text}",
|
|
6396
|
+
"uuid": "7d4cd9bd-bfaf-4ad7-9c3b-19f7913f0825",
|
|
6397
|
+
"deprecated": true
|
|
6394
6398
|
}
|
|
6395
6399
|
}
|
|
6396
6400
|
},
|
|
@@ -6399,14 +6403,16 @@
|
|
|
6399
6403
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
6400
6404
|
"sets": {
|
|
6401
6405
|
"desktop": {
|
|
6402
|
-
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/
|
|
6403
|
-
"value": "
|
|
6404
|
-
"uuid": "f1d90f18-e114-477f-88ca-548c5ddbc287"
|
|
6406
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
6407
|
+
"value": "{side-navigation-third-level-with-icon-edge-to-text}",
|
|
6408
|
+
"uuid": "f1d90f18-e114-477f-88ca-548c5ddbc287",
|
|
6409
|
+
"deprecated": true
|
|
6405
6410
|
},
|
|
6406
6411
|
"mobile": {
|
|
6407
|
-
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/
|
|
6408
|
-
"value": "
|
|
6409
|
-
"uuid": "f82ab001-808a-4528-bf4a-be27645a28fc"
|
|
6412
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
6413
|
+
"value": "{side-navigation-third-level-with-icon-edge-to-text}",
|
|
6414
|
+
"uuid": "f82ab001-808a-4528-bf4a-be27645a28fc",
|
|
6415
|
+
"deprecated": true
|
|
6410
6416
|
}
|
|
6411
6417
|
}
|
|
6412
6418
|
},
|
|
@@ -11720,5 +11726,187 @@
|
|
|
11720
11726
|
"uuid": "0a6c3623-dd05-40df-a3d8-b724e8a88178"
|
|
11721
11727
|
}
|
|
11722
11728
|
}
|
|
11729
|
+
},
|
|
11730
|
+
"side-navigation-counter-to-disclosure": {
|
|
11731
|
+
"component": "side-navigation",
|
|
11732
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
11733
|
+
"sets": {
|
|
11734
|
+
"desktop": {
|
|
11735
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11736
|
+
"value": "4px",
|
|
11737
|
+
"uuid": "fe5071ea-bcff-4a7b-ade8-16850426ac30"
|
|
11738
|
+
},
|
|
11739
|
+
"mobile": {
|
|
11740
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11741
|
+
"value": "6px",
|
|
11742
|
+
"uuid": "ce76b010-6554-4cfd-993f-9963aa15830e"
|
|
11743
|
+
}
|
|
11744
|
+
}
|
|
11745
|
+
},
|
|
11746
|
+
"side-navigation-edge-to-indicator": {
|
|
11747
|
+
"component": "side-navigation",
|
|
11748
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
11749
|
+
"sets": {
|
|
11750
|
+
"desktop": {
|
|
11751
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11752
|
+
"value": "4px",
|
|
11753
|
+
"uuid": "cb89bc11-246a-4824-afa3-68076c56f3d9"
|
|
11754
|
+
},
|
|
11755
|
+
"mobile": {
|
|
11756
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11757
|
+
"value": "6px",
|
|
11758
|
+
"uuid": "a1ae3448-227c-4277-9bab-f0147eff02e9"
|
|
11759
|
+
}
|
|
11760
|
+
}
|
|
11761
|
+
},
|
|
11762
|
+
"side-navigation-indicator-to-content": {
|
|
11763
|
+
"component": "side-navigation",
|
|
11764
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
11765
|
+
"sets": {
|
|
11766
|
+
"desktop": {
|
|
11767
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11768
|
+
"value": "6px",
|
|
11769
|
+
"uuid": "436f98c0-ec74-40ab-9a26-a8fe8d139329"
|
|
11770
|
+
},
|
|
11771
|
+
"mobile": {
|
|
11772
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11773
|
+
"value": "8px",
|
|
11774
|
+
"uuid": "37ba411c-9067-46b0-b757-8348f4cf9aab"
|
|
11775
|
+
}
|
|
11776
|
+
}
|
|
11777
|
+
},
|
|
11778
|
+
"side-navigation-second-level-edge-to-indicator": {
|
|
11779
|
+
"component": "side-navigation",
|
|
11780
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
11781
|
+
"sets": {
|
|
11782
|
+
"desktop": {
|
|
11783
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11784
|
+
"value": "30px",
|
|
11785
|
+
"uuid": "e44d5d55-8fc5-4231-ab37-0c06edd06d2c"
|
|
11786
|
+
},
|
|
11787
|
+
"mobile": {
|
|
11788
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11789
|
+
"value": "36px",
|
|
11790
|
+
"uuid": "87377ada-4ebf-4a45-b651-35ee1f94e73b"
|
|
11791
|
+
}
|
|
11792
|
+
}
|
|
11793
|
+
},
|
|
11794
|
+
"side-navigation-second-level-with-icon-edge-to-text": {
|
|
11795
|
+
"component": "side-navigation",
|
|
11796
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
11797
|
+
"sets": {
|
|
11798
|
+
"desktop": {
|
|
11799
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11800
|
+
"value": "28px",
|
|
11801
|
+
"uuid": "7ba0524c-cfef-47fd-b3df-2c71e5618d20"
|
|
11802
|
+
},
|
|
11803
|
+
"mobile": {
|
|
11804
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11805
|
+
"value": "34px",
|
|
11806
|
+
"uuid": "17ae8b85-c5d2-47c0-810a-c99c91735d3e"
|
|
11807
|
+
}
|
|
11808
|
+
}
|
|
11809
|
+
},
|
|
11810
|
+
"side-navigation-second-level-with-icon-edge-to-indicator": {
|
|
11811
|
+
"component": "side-navigation",
|
|
11812
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
11813
|
+
"sets": {
|
|
11814
|
+
"desktop": {
|
|
11815
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11816
|
+
"value": "20px",
|
|
11817
|
+
"uuid": "c1a8c779-aacf-4b14-8b15-9734deafcc41"
|
|
11818
|
+
},
|
|
11819
|
+
"mobile": {
|
|
11820
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11821
|
+
"value": "26px",
|
|
11822
|
+
"uuid": "b76c6a5c-23c1-4cf1-8bbb-baca46b3b497"
|
|
11823
|
+
}
|
|
11824
|
+
}
|
|
11825
|
+
},
|
|
11826
|
+
"side-navigation-third-level-edge-to-indicator": {
|
|
11827
|
+
"component": "side-navigation",
|
|
11828
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
11829
|
+
"sets": {
|
|
11830
|
+
"desktop": {
|
|
11831
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11832
|
+
"value": "56px",
|
|
11833
|
+
"uuid": "aaf6af3d-4d94-4559-880e-c6201a4f72a7"
|
|
11834
|
+
},
|
|
11835
|
+
"mobile": {
|
|
11836
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11837
|
+
"value": "62px",
|
|
11838
|
+
"uuid": "650a896e-c67d-427b-950c-88cfc1099406"
|
|
11839
|
+
}
|
|
11840
|
+
}
|
|
11841
|
+
},
|
|
11842
|
+
"side-navigation-third-level-with-icon-edge-to-text": {
|
|
11843
|
+
"component": "side-navigation",
|
|
11844
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
11845
|
+
"sets": {
|
|
11846
|
+
"desktop": {
|
|
11847
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11848
|
+
"value": "44px",
|
|
11849
|
+
"uuid": "7103cb49-859e-4376-8422-0e2a94b5d2d9"
|
|
11850
|
+
},
|
|
11851
|
+
"mobile": {
|
|
11852
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11853
|
+
"value": "50px",
|
|
11854
|
+
"uuid": "811bd0a1-ed6a-4238-a194-c7709a1691ed"
|
|
11855
|
+
}
|
|
11856
|
+
}
|
|
11857
|
+
},
|
|
11858
|
+
"side-navigation-third-level-with-icon-edge-to-indicator": {
|
|
11859
|
+
"component": "side-navigation",
|
|
11860
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
11861
|
+
"sets": {
|
|
11862
|
+
"desktop": {
|
|
11863
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11864
|
+
"value": "36px",
|
|
11865
|
+
"uuid": "0c3ad7a1-6e2d-4e34-874e-45a654884650"
|
|
11866
|
+
},
|
|
11867
|
+
"mobile": {
|
|
11868
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11869
|
+
"value": "42px",
|
|
11870
|
+
"uuid": "2216f8c3-43e1-47ef-aaad-20b0c9bf0f17"
|
|
11871
|
+
}
|
|
11872
|
+
}
|
|
11873
|
+
},
|
|
11874
|
+
"side-navigation-trailing-accessory-area-to-edge": {
|
|
11875
|
+
"component": "side-navigation",
|
|
11876
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
11877
|
+
"sets": {
|
|
11878
|
+
"desktop": {
|
|
11879
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11880
|
+
"value": "4px",
|
|
11881
|
+
"uuid": "37969411-2beb-4038-bdee-d2a84398ef19"
|
|
11882
|
+
},
|
|
11883
|
+
"mobile": {
|
|
11884
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11885
|
+
"value": "6px",
|
|
11886
|
+
"uuid": "f52fe067-f989-4f43-a762-1ea453fa0dde"
|
|
11887
|
+
}
|
|
11888
|
+
}
|
|
11889
|
+
},
|
|
11890
|
+
"side-navigation-indicator-height": {
|
|
11891
|
+
"component": "side-navigation",
|
|
11892
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
11893
|
+
"sets": {
|
|
11894
|
+
"desktop": {
|
|
11895
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11896
|
+
"value": "18px",
|
|
11897
|
+
"uuid": "07262bb6-4b57-4848-b45d-bbf808bdf257"
|
|
11898
|
+
},
|
|
11899
|
+
"mobile": {
|
|
11900
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11901
|
+
"value": "22px",
|
|
11902
|
+
"uuid": "dfae987d-8f6c-4b2c-a01b-3a010581488d"
|
|
11903
|
+
}
|
|
11904
|
+
}
|
|
11905
|
+
},
|
|
11906
|
+
"side-navigation-indicator-thickness": {
|
|
11907
|
+
"component": "side-navigation",
|
|
11908
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11909
|
+
"value": "2px",
|
|
11910
|
+
"uuid": "6c2264d9-425a-4dec-9071-a47e0d2bfca6"
|
|
11723
11911
|
}
|
|
11724
11912
|
}
|