@adobe/spectrum-tokens 13.8.0 → 13.9.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 +45 -0
- package/dist/json/drover.json +36 -0
- package/dist/json/variables.json +356 -0
- package/package.json +1 -1
- package/src/color-component.json +49 -1
- package/src/layout-component.json +208 -0
- package/src/layout.json +21 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 13.9.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#504](https://github.com/adobe/spectrum-tokens/pull/504) [`6ec680a`](https://github.com/adobe/spectrum-tokens/commit/6ec680adb5f0372f86afdb415f1122630e6ac596) Thanks [@larz0](https://github.com/larz0)! - Added list view tokens
|
|
8
|
+
|
|
9
|
+
## Design Motivation
|
|
10
|
+
|
|
11
|
+
These are the required tokens for the list view component.
|
|
12
|
+
|
|
13
|
+
## Token Diff
|
|
14
|
+
|
|
15
|
+
<details open><summary>Added (28)</summary>
|
|
16
|
+
|
|
17
|
+
- `visual-to-control-100`
|
|
18
|
+
- `label-to-description-0`
|
|
19
|
+
- `list-view-minimum-height`
|
|
20
|
+
- `list-view-minimum-width`
|
|
21
|
+
- `list-view-item-top-corner-radius`
|
|
22
|
+
- `list-view-item-bottom-corner-radius`
|
|
23
|
+
- `list-view-end-edge-to-content`
|
|
24
|
+
- `stack-item-selected-background-opacity-emphasized`
|
|
25
|
+
- `stack-item-selected-background-opacity-emphasized-hover`
|
|
26
|
+
- `stack-item-selected-background-opacity-emphasized-down`
|
|
27
|
+
- `stack-item-selected-background-opacity-emphasized-key-focus`
|
|
28
|
+
- `stack-item-header-minimum-width`
|
|
29
|
+
- `stack-item-start-edge-to-content`
|
|
30
|
+
- `stack-item-drag-handle-to-control`
|
|
31
|
+
- `stack-item-text-to-control`
|
|
32
|
+
- `stack-item-edge-to-control`
|
|
33
|
+
- `stack-item-edge-to-visual`
|
|
34
|
+
- `stack-item-action-to-navigation`
|
|
35
|
+
- `stack-item-header-to-item`
|
|
36
|
+
- `stack-item-item-to-item`
|
|
37
|
+
- `stack-item-background-color-hover`
|
|
38
|
+
- `stack-item-background-color-down`
|
|
39
|
+
- `stack-item-background-color-key-focus`
|
|
40
|
+
- `stack-item-selected-background-color-default`
|
|
41
|
+
- `stack-item-selected-background-color-hover`
|
|
42
|
+
- `stack-item-selected-background-color-down`
|
|
43
|
+
- `stack-item-selected-background-color-key-focus`
|
|
44
|
+
- `stack-item-selected-background-color-emphasized`
|
|
45
|
+
|
|
46
|
+
</details>
|
|
47
|
+
|
|
3
48
|
## 13.8.0
|
|
4
49
|
|
|
5
50
|
### Minor Changes
|
package/dist/json/drover.json
CHANGED
|
@@ -628,6 +628,14 @@
|
|
|
628
628
|
"silver-background-color-default": "rgb(114, 114, 114)",
|
|
629
629
|
"silver-subtle-background-color-default": "rgb(239, 239, 239)",
|
|
630
630
|
"silver-visual-color": "rgb(128, 128, 128)",
|
|
631
|
+
"stack-item-background-color-down": "rgb(233, 233, 233)",
|
|
632
|
+
"stack-item-background-color-hover": "rgb(233, 233, 233)",
|
|
633
|
+
"stack-item-background-color-key-focus": "rgb(233, 233, 233)",
|
|
634
|
+
"stack-item-selected-background-color-default": "rgb(233, 233, 233)",
|
|
635
|
+
"stack-item-selected-background-color-down": "rgb(225, 225, 225)",
|
|
636
|
+
"stack-item-selected-background-color-emphasized": "rgb(59, 99, 251)",
|
|
637
|
+
"stack-item-selected-background-color-hover": "rgb(225, 225, 225)",
|
|
638
|
+
"stack-item-selected-background-color-key-focus": "rgb(225, 225, 225)",
|
|
631
639
|
"standard-panel-gripper-color": "rgb(225, 225, 225)",
|
|
632
640
|
"standard-panel-gripper-color-drag": "rgb(41, 41, 41)",
|
|
633
641
|
"static-black-focus-indicator-color": "rgb(0, 0, 0)",
|
|
@@ -1344,6 +1352,14 @@
|
|
|
1344
1352
|
"silver-background-color-default": "rgb(118, 118, 118)",
|
|
1345
1353
|
"silver-subtle-background-color-default": "rgb(44, 44, 44)",
|
|
1346
1354
|
"silver-visual-color": "rgb(137, 137, 137)",
|
|
1355
|
+
"stack-item-background-color-down": "rgb(44, 44, 44)",
|
|
1356
|
+
"stack-item-background-color-hover": "rgb(44, 44, 44)",
|
|
1357
|
+
"stack-item-background-color-key-focus": "rgb(44, 44, 44)",
|
|
1358
|
+
"stack-item-selected-background-color-default": "rgb(44, 44, 44)",
|
|
1359
|
+
"stack-item-selected-background-color-down": "rgb(50, 50, 50)",
|
|
1360
|
+
"stack-item-selected-background-color-emphasized": "rgb(64, 105, 253)",
|
|
1361
|
+
"stack-item-selected-background-color-hover": "rgb(50, 50, 50)",
|
|
1362
|
+
"stack-item-selected-background-color-key-focus": "rgb(50, 50, 50)",
|
|
1347
1363
|
"standard-panel-gripper-color": "rgb(50, 50, 50)",
|
|
1348
1364
|
"standard-panel-gripper-color-drag": "rgb(219, 219, 219)",
|
|
1349
1365
|
"static-black-focus-indicator-color": "rgb(0, 0, 0)",
|
|
@@ -2199,6 +2215,7 @@
|
|
|
2199
2215
|
"in-field-stepper-to-end-medium": "3px",
|
|
2200
2216
|
"in-field-stepper-to-end-small": "0px",
|
|
2201
2217
|
"in-line-alert-minimum-width": "240px",
|
|
2218
|
+
"label-to-description-0": "0px",
|
|
2202
2219
|
"line-height-100": 1.3,
|
|
2203
2220
|
"line-height-200": 1.5,
|
|
2204
2221
|
"line-height-font-size-100": "18px",
|
|
@@ -2224,6 +2241,11 @@
|
|
|
2224
2241
|
"link-out-icon-size-300": "14px",
|
|
2225
2242
|
"link-out-icon-size-400": "16px",
|
|
2226
2243
|
"link-out-icon-size-75": "10px",
|
|
2244
|
+
"list-view-end-edge-to-content": "6px",
|
|
2245
|
+
"list-view-item-bottom-corner-radius": "8px",
|
|
2246
|
+
"list-view-item-top-corner-radius": "8px",
|
|
2247
|
+
"list-view-minimum-height": "40px",
|
|
2248
|
+
"list-view-minimum-width": "200px",
|
|
2227
2249
|
"menu-item-edge-to-content-not-selected-extra-large": "45px",
|
|
2228
2250
|
"menu-item-edge-to-content-not-selected-large": "38px",
|
|
2229
2251
|
"menu-item-edge-to-content-not-selected-medium": "32px",
|
|
@@ -2412,6 +2434,19 @@
|
|
|
2412
2434
|
"spacing-75": "4px",
|
|
2413
2435
|
"spacing-800": "64px",
|
|
2414
2436
|
"spacing-900": "80px",
|
|
2437
|
+
"stack-item-action-to-navigation": "4px",
|
|
2438
|
+
"stack-item-drag-handle-to-control": "8px",
|
|
2439
|
+
"stack-item-edge-to-control": "12px",
|
|
2440
|
+
"stack-item-edge-to-visual": "12px",
|
|
2441
|
+
"stack-item-header-minimum-width": "200px",
|
|
2442
|
+
"stack-item-header-to-item": "0px",
|
|
2443
|
+
"stack-item-item-to-item": "-1px",
|
|
2444
|
+
"stack-item-selected-background-opacity-emphasized": "0.1",
|
|
2445
|
+
"stack-item-selected-background-opacity-emphasized-down": "0.15",
|
|
2446
|
+
"stack-item-selected-background-opacity-emphasized-hover": "0.15",
|
|
2447
|
+
"stack-item-selected-background-opacity-emphasized-key-focus": "0.15",
|
|
2448
|
+
"stack-item-start-edge-to-content": "4px",
|
|
2449
|
+
"stack-item-text-to-control": "8px",
|
|
2415
2450
|
"standard-dialog-body-font-size": "16px",
|
|
2416
2451
|
"standard-dialog-maximum-width-large": "640px",
|
|
2417
2452
|
"standard-dialog-maximum-width-medium": "480px",
|
|
@@ -2764,6 +2799,7 @@
|
|
|
2764
2799
|
"user-card-minimum-height-title-below-large": "244px",
|
|
2765
2800
|
"user-card-minimum-height-title-below-medium": "224px",
|
|
2766
2801
|
"user-card-minimum-height-title-below-small": "212px",
|
|
2802
|
+
"visual-to-control-100": "8px",
|
|
2767
2803
|
"window-to-edge": "40px",
|
|
2768
2804
|
"workflow-icon-size-100": "20px",
|
|
2769
2805
|
"workflow-icon-size-200": "22px",
|
package/dist/json/variables.json
CHANGED
|
@@ -7291,6 +7291,192 @@
|
|
|
7291
7291
|
},
|
|
7292
7292
|
"uuid": "6022f845-b182-493f-bdae-f86f6336efaa"
|
|
7293
7293
|
},
|
|
7294
|
+
"stack-item-background-color-hover": {
|
|
7295
|
+
"ref": "{gray-100}",
|
|
7296
|
+
"sets": {
|
|
7297
|
+
"light": {
|
|
7298
|
+
"value": "rgb(233, 233, 233)",
|
|
7299
|
+
"uuid": "64e2dbc2-05fa-43d7-80ae-d4d11c55348f"
|
|
7300
|
+
},
|
|
7301
|
+
"dark": {
|
|
7302
|
+
"value": "rgb(44, 44, 44)",
|
|
7303
|
+
"uuid": "abd011c4-87a5-4b1f-82e2-e94d118f417f"
|
|
7304
|
+
},
|
|
7305
|
+
"wireframe": {
|
|
7306
|
+
"value": "rgb(228, 234, 249)",
|
|
7307
|
+
"uuid": "3605974e-8f93-4907-81b3-fb6ab55d03f8"
|
|
7308
|
+
}
|
|
7309
|
+
},
|
|
7310
|
+
"uuid": "022a6244-ce6c-4c3f-82a1-e2f5118d3c5e"
|
|
7311
|
+
},
|
|
7312
|
+
"stack-item-background-color-down": {
|
|
7313
|
+
"ref": "{gray-100}",
|
|
7314
|
+
"sets": {
|
|
7315
|
+
"light": {
|
|
7316
|
+
"value": "rgb(233, 233, 233)",
|
|
7317
|
+
"uuid": "64e2dbc2-05fa-43d7-80ae-d4d11c55348f"
|
|
7318
|
+
},
|
|
7319
|
+
"dark": {
|
|
7320
|
+
"value": "rgb(44, 44, 44)",
|
|
7321
|
+
"uuid": "abd011c4-87a5-4b1f-82e2-e94d118f417f"
|
|
7322
|
+
},
|
|
7323
|
+
"wireframe": {
|
|
7324
|
+
"value": "rgb(228, 234, 249)",
|
|
7325
|
+
"uuid": "3605974e-8f93-4907-81b3-fb6ab55d03f8"
|
|
7326
|
+
}
|
|
7327
|
+
},
|
|
7328
|
+
"uuid": "c99360a4-de28-48e6-80ad-93adb714d388"
|
|
7329
|
+
},
|
|
7330
|
+
"stack-item-background-color-key-focus": {
|
|
7331
|
+
"ref": "{gray-100}",
|
|
7332
|
+
"sets": {
|
|
7333
|
+
"light": {
|
|
7334
|
+
"value": "rgb(233, 233, 233)",
|
|
7335
|
+
"uuid": "64e2dbc2-05fa-43d7-80ae-d4d11c55348f"
|
|
7336
|
+
},
|
|
7337
|
+
"dark": {
|
|
7338
|
+
"value": "rgb(44, 44, 44)",
|
|
7339
|
+
"uuid": "abd011c4-87a5-4b1f-82e2-e94d118f417f"
|
|
7340
|
+
},
|
|
7341
|
+
"wireframe": {
|
|
7342
|
+
"value": "rgb(228, 234, 249)",
|
|
7343
|
+
"uuid": "3605974e-8f93-4907-81b3-fb6ab55d03f8"
|
|
7344
|
+
}
|
|
7345
|
+
},
|
|
7346
|
+
"uuid": "a0251da6-7517-4712-85a1-29ca7f16ef91"
|
|
7347
|
+
},
|
|
7348
|
+
"stack-item-selected-background-color-default": {
|
|
7349
|
+
"ref": "{gray-100}",
|
|
7350
|
+
"sets": {
|
|
7351
|
+
"light": {
|
|
7352
|
+
"value": "rgb(233, 233, 233)",
|
|
7353
|
+
"uuid": "64e2dbc2-05fa-43d7-80ae-d4d11c55348f"
|
|
7354
|
+
},
|
|
7355
|
+
"dark": {
|
|
7356
|
+
"value": "rgb(44, 44, 44)",
|
|
7357
|
+
"uuid": "abd011c4-87a5-4b1f-82e2-e94d118f417f"
|
|
7358
|
+
},
|
|
7359
|
+
"wireframe": {
|
|
7360
|
+
"value": "rgb(228, 234, 249)",
|
|
7361
|
+
"uuid": "3605974e-8f93-4907-81b3-fb6ab55d03f8"
|
|
7362
|
+
}
|
|
7363
|
+
},
|
|
7364
|
+
"uuid": "128c4963-471a-44e3-9fb5-328d92d0266d"
|
|
7365
|
+
},
|
|
7366
|
+
"stack-item-selected-background-color-hover": {
|
|
7367
|
+
"ref": "{gray-200}",
|
|
7368
|
+
"sets": {
|
|
7369
|
+
"light": {
|
|
7370
|
+
"value": "rgb(225, 225, 225)",
|
|
7371
|
+
"uuid": "8de4888d-8da5-45a0-8d5d-64a734993ae4"
|
|
7372
|
+
},
|
|
7373
|
+
"dark": {
|
|
7374
|
+
"value": "rgb(50, 50, 50)",
|
|
7375
|
+
"uuid": "0a676e7a-8a89-4607-a918-3abcfb0234a2"
|
|
7376
|
+
},
|
|
7377
|
+
"wireframe": {
|
|
7378
|
+
"value": "rgb(214, 224, 246)",
|
|
7379
|
+
"uuid": "eaad36fe-2827-4404-8876-060de75c2b34"
|
|
7380
|
+
}
|
|
7381
|
+
},
|
|
7382
|
+
"uuid": "a1bcd6c6-ef3e-42e4-8d88-2fafe2b318da"
|
|
7383
|
+
},
|
|
7384
|
+
"stack-item-selected-background-color-down": {
|
|
7385
|
+
"ref": "{gray-200}",
|
|
7386
|
+
"sets": {
|
|
7387
|
+
"light": {
|
|
7388
|
+
"value": "rgb(225, 225, 225)",
|
|
7389
|
+
"uuid": "8de4888d-8da5-45a0-8d5d-64a734993ae4"
|
|
7390
|
+
},
|
|
7391
|
+
"dark": {
|
|
7392
|
+
"value": "rgb(50, 50, 50)",
|
|
7393
|
+
"uuid": "0a676e7a-8a89-4607-a918-3abcfb0234a2"
|
|
7394
|
+
},
|
|
7395
|
+
"wireframe": {
|
|
7396
|
+
"value": "rgb(214, 224, 246)",
|
|
7397
|
+
"uuid": "eaad36fe-2827-4404-8876-060de75c2b34"
|
|
7398
|
+
}
|
|
7399
|
+
},
|
|
7400
|
+
"uuid": "1ad58d16-66da-44ae-829e-9ee1ff56a857"
|
|
7401
|
+
},
|
|
7402
|
+
"stack-item-selected-background-color-key-focus": {
|
|
7403
|
+
"ref": "{gray-200}",
|
|
7404
|
+
"sets": {
|
|
7405
|
+
"light": {
|
|
7406
|
+
"value": "rgb(225, 225, 225)",
|
|
7407
|
+
"uuid": "8de4888d-8da5-45a0-8d5d-64a734993ae4"
|
|
7408
|
+
},
|
|
7409
|
+
"dark": {
|
|
7410
|
+
"value": "rgb(50, 50, 50)",
|
|
7411
|
+
"uuid": "0a676e7a-8a89-4607-a918-3abcfb0234a2"
|
|
7412
|
+
},
|
|
7413
|
+
"wireframe": {
|
|
7414
|
+
"value": "rgb(214, 224, 246)",
|
|
7415
|
+
"uuid": "eaad36fe-2827-4404-8876-060de75c2b34"
|
|
7416
|
+
}
|
|
7417
|
+
},
|
|
7418
|
+
"uuid": "93f433f2-2d0b-4225-8b39-b10000808360"
|
|
7419
|
+
},
|
|
7420
|
+
"stack-item-selected-background-color-emphasized": {
|
|
7421
|
+
"ref": "{accent-background-color-default}",
|
|
7422
|
+
"sets": {
|
|
7423
|
+
"light": {
|
|
7424
|
+
"ref": "{accent-color-900}",
|
|
7425
|
+
"sets": {
|
|
7426
|
+
"light": {
|
|
7427
|
+
"value": "rgb(59, 99, 251)",
|
|
7428
|
+
"uuid": "3451c170-3e78-449b-86f2-8b7dbea24c1c"
|
|
7429
|
+
},
|
|
7430
|
+
"dark": {
|
|
7431
|
+
"value": "rgb(86, 129, 255)",
|
|
7432
|
+
"uuid": "82b09b04-6a70-4a95-9eb5-a321a66a6465"
|
|
7433
|
+
},
|
|
7434
|
+
"wireframe": {
|
|
7435
|
+
"value": "rgb(74, 111, 195)",
|
|
7436
|
+
"uuid": "895407bb-8fda-4857-92a9-bf0cc06f2c3f"
|
|
7437
|
+
}
|
|
7438
|
+
},
|
|
7439
|
+
"uuid": "d9d8488d-9b38-47e0-9660-dcad040f3ca8"
|
|
7440
|
+
},
|
|
7441
|
+
"dark": {
|
|
7442
|
+
"ref": "{accent-color-800}",
|
|
7443
|
+
"sets": {
|
|
7444
|
+
"light": {
|
|
7445
|
+
"value": "rgb(75, 117, 255)",
|
|
7446
|
+
"uuid": "5ac73d3a-a6cc-4403-a8d5-46bc262d62e9"
|
|
7447
|
+
},
|
|
7448
|
+
"dark": {
|
|
7449
|
+
"value": "rgb(64, 105, 253)",
|
|
7450
|
+
"uuid": "cf0bafc5-f5c6-4986-a17a-6660dc542b71"
|
|
7451
|
+
},
|
|
7452
|
+
"wireframe": {
|
|
7453
|
+
"value": "rgb(93, 127, 201)",
|
|
7454
|
+
"uuid": "84bc6532-7cb0-47ea-8951-b16bc2a7aab9"
|
|
7455
|
+
}
|
|
7456
|
+
},
|
|
7457
|
+
"uuid": "f24eb871-6419-4cef-88a2-cca8548ae31e"
|
|
7458
|
+
},
|
|
7459
|
+
"wireframe": {
|
|
7460
|
+
"ref": "{accent-color-900}",
|
|
7461
|
+
"sets": {
|
|
7462
|
+
"light": {
|
|
7463
|
+
"value": "rgb(59, 99, 251)",
|
|
7464
|
+
"uuid": "3451c170-3e78-449b-86f2-8b7dbea24c1c"
|
|
7465
|
+
},
|
|
7466
|
+
"dark": {
|
|
7467
|
+
"value": "rgb(86, 129, 255)",
|
|
7468
|
+
"uuid": "82b09b04-6a70-4a95-9eb5-a321a66a6465"
|
|
7469
|
+
},
|
|
7470
|
+
"wireframe": {
|
|
7471
|
+
"value": "rgb(74, 111, 195)",
|
|
7472
|
+
"uuid": "895407bb-8fda-4857-92a9-bf0cc06f2c3f"
|
|
7473
|
+
}
|
|
7474
|
+
},
|
|
7475
|
+
"uuid": "1f4f6c48-633c-4eb5-b7d6-bf5a9a7fde18"
|
|
7476
|
+
}
|
|
7477
|
+
},
|
|
7478
|
+
"uuid": "95685612-09b7-477f-9c13-06eb58abe5c8"
|
|
7479
|
+
},
|
|
7294
7480
|
"white": {
|
|
7295
7481
|
"value": "rgb(255, 255, 255)",
|
|
7296
7482
|
"uuid": "9b799da8-2130-417e-b7ee-5e1154a89837"
|
|
@@ -26202,6 +26388,160 @@
|
|
|
26202
26388
|
}
|
|
26203
26389
|
}
|
|
26204
26390
|
},
|
|
26391
|
+
"list-view-minimum-height": {
|
|
26392
|
+
"sets": {
|
|
26393
|
+
"desktop": {
|
|
26394
|
+
"value": "40px",
|
|
26395
|
+
"uuid": "fe1dcf27-addf-4aa9-9057-7b98a4dcacdc"
|
|
26396
|
+
},
|
|
26397
|
+
"mobile": {
|
|
26398
|
+
"value": "50px",
|
|
26399
|
+
"uuid": "6ca2c317-7e17-41f7-8e2c-20a762fe284d"
|
|
26400
|
+
}
|
|
26401
|
+
}
|
|
26402
|
+
},
|
|
26403
|
+
"list-view-minimum-width": {
|
|
26404
|
+
"sets": {
|
|
26405
|
+
"desktop": {
|
|
26406
|
+
"value": "200px",
|
|
26407
|
+
"uuid": "82b718ef-6127-472b-b92f-f2f15833c49f"
|
|
26408
|
+
},
|
|
26409
|
+
"mobile": {
|
|
26410
|
+
"value": "240px",
|
|
26411
|
+
"uuid": "3f68b526-a22a-4086-a40d-3a875a6324b3"
|
|
26412
|
+
}
|
|
26413
|
+
}
|
|
26414
|
+
},
|
|
26415
|
+
"list-view-item-top-corner-radius": {
|
|
26416
|
+
"ref": "{corner-radius-medium-default}",
|
|
26417
|
+
"value": "8px",
|
|
26418
|
+
"uuid": "6e4611f7-f202-4003-94b4-587d48d07e32"
|
|
26419
|
+
},
|
|
26420
|
+
"list-view-item-bottom-corner-radius": {
|
|
26421
|
+
"ref": "{corner-radius-medium-default}",
|
|
26422
|
+
"value": "8px",
|
|
26423
|
+
"uuid": "57821e37-d39e-49d5-b978-4ece3747e531"
|
|
26424
|
+
},
|
|
26425
|
+
"list-view-end-edge-to-content": {
|
|
26426
|
+
"sets": {
|
|
26427
|
+
"desktop": {
|
|
26428
|
+
"value": "6px",
|
|
26429
|
+
"uuid": "6dc382ce-8e48-4bd9-8078-1272da767b13"
|
|
26430
|
+
},
|
|
26431
|
+
"mobile": {
|
|
26432
|
+
"value": "8px",
|
|
26433
|
+
"uuid": "16552174-994e-41c3-9439-32b9876c399d"
|
|
26434
|
+
}
|
|
26435
|
+
}
|
|
26436
|
+
},
|
|
26437
|
+
"stack-item-selected-background-opacity-emphasized": {
|
|
26438
|
+
"value": "0.1",
|
|
26439
|
+
"uuid": "d1cd1fc2-5ad1-4a6e-bef8-55a385c1ce29"
|
|
26440
|
+
},
|
|
26441
|
+
"stack-item-selected-background-opacity-emphasized-hover": {
|
|
26442
|
+
"value": "0.15",
|
|
26443
|
+
"uuid": "bb522e19-6bb9-471c-95af-5ab7fa748557"
|
|
26444
|
+
},
|
|
26445
|
+
"stack-item-selected-background-opacity-emphasized-down": {
|
|
26446
|
+
"value": "0.15",
|
|
26447
|
+
"uuid": "67946e29-b480-4991-85eb-c57331a509f7"
|
|
26448
|
+
},
|
|
26449
|
+
"stack-item-selected-background-opacity-emphasized-key-focus": {
|
|
26450
|
+
"value": "0.15",
|
|
26451
|
+
"uuid": "35415d70-944b-4c5a-ae70-4810f991b70d"
|
|
26452
|
+
},
|
|
26453
|
+
"stack-item-header-minimum-width": {
|
|
26454
|
+
"sets": {
|
|
26455
|
+
"desktop": {
|
|
26456
|
+
"value": "200px",
|
|
26457
|
+
"uuid": "6880260b-1d48-4bfc-9745-3e7c506c40fb"
|
|
26458
|
+
},
|
|
26459
|
+
"mobile": {
|
|
26460
|
+
"value": "240px",
|
|
26461
|
+
"uuid": "e18832ec-c1f5-4cfb-9ac6-111204fc255c"
|
|
26462
|
+
}
|
|
26463
|
+
}
|
|
26464
|
+
},
|
|
26465
|
+
"stack-item-start-edge-to-content": {
|
|
26466
|
+
"sets": {
|
|
26467
|
+
"desktop": {
|
|
26468
|
+
"value": "4px",
|
|
26469
|
+
"uuid": "abc302a3-c0b5-4f93-a141-39988ca3720b"
|
|
26470
|
+
},
|
|
26471
|
+
"mobile": {
|
|
26472
|
+
"value": "5px",
|
|
26473
|
+
"uuid": "799fbc36-ea79-44d2-8e8b-dc3aade544a0"
|
|
26474
|
+
}
|
|
26475
|
+
}
|
|
26476
|
+
},
|
|
26477
|
+
"stack-item-drag-handle-to-control": {
|
|
26478
|
+
"sets": {
|
|
26479
|
+
"desktop": {
|
|
26480
|
+
"value": "8px",
|
|
26481
|
+
"uuid": "80800e9d-8b0d-4d1b-adfc-f85faee2bc2f"
|
|
26482
|
+
},
|
|
26483
|
+
"mobile": {
|
|
26484
|
+
"value": "10px",
|
|
26485
|
+
"uuid": "ed1689ea-2661-419b-ad18-7877712b0dfa"
|
|
26486
|
+
}
|
|
26487
|
+
}
|
|
26488
|
+
},
|
|
26489
|
+
"stack-item-text-to-control": {
|
|
26490
|
+
"sets": {
|
|
26491
|
+
"desktop": {
|
|
26492
|
+
"value": "8px",
|
|
26493
|
+
"uuid": "e65d0e08-9c29-43f6-b7a2-281865a82b70"
|
|
26494
|
+
},
|
|
26495
|
+
"mobile": {
|
|
26496
|
+
"value": "10px",
|
|
26497
|
+
"uuid": "aaee547c-df72-420e-8d39-3028e79feac1"
|
|
26498
|
+
}
|
|
26499
|
+
}
|
|
26500
|
+
},
|
|
26501
|
+
"stack-item-edge-to-control": {
|
|
26502
|
+
"sets": {
|
|
26503
|
+
"desktop": {
|
|
26504
|
+
"value": "12px",
|
|
26505
|
+
"uuid": "cb302d23-5dd8-4ca6-b104-3fc5f03f633b"
|
|
26506
|
+
},
|
|
26507
|
+
"mobile": {
|
|
26508
|
+
"value": "15px",
|
|
26509
|
+
"uuid": "ef8dc413-ef24-456c-aa91-6a80d107f6c6"
|
|
26510
|
+
}
|
|
26511
|
+
}
|
|
26512
|
+
},
|
|
26513
|
+
"stack-item-edge-to-visual": {
|
|
26514
|
+
"sets": {
|
|
26515
|
+
"desktop": {
|
|
26516
|
+
"value": "12px",
|
|
26517
|
+
"uuid": "5405f82f-6022-468c-a150-b74210ef52cb"
|
|
26518
|
+
},
|
|
26519
|
+
"mobile": {
|
|
26520
|
+
"value": "15px",
|
|
26521
|
+
"uuid": "7e743edb-d49b-4750-88b3-e35b6e534a3b"
|
|
26522
|
+
}
|
|
26523
|
+
}
|
|
26524
|
+
},
|
|
26525
|
+
"stack-item-action-to-navigation": {
|
|
26526
|
+
"sets": {
|
|
26527
|
+
"desktop": {
|
|
26528
|
+
"value": "4px",
|
|
26529
|
+
"uuid": "3b41366d-2c29-4477-95fa-528c762b8a3b"
|
|
26530
|
+
},
|
|
26531
|
+
"mobile": {
|
|
26532
|
+
"value": "6px",
|
|
26533
|
+
"uuid": "cd7df3af-975e-4d8a-addd-92a920173fd6"
|
|
26534
|
+
}
|
|
26535
|
+
}
|
|
26536
|
+
},
|
|
26537
|
+
"stack-item-header-to-item": {
|
|
26538
|
+
"value": "0px",
|
|
26539
|
+
"uuid": "c030a978-cf5b-4ad0-a3c7-dde81f1bf136"
|
|
26540
|
+
},
|
|
26541
|
+
"stack-item-item-to-item": {
|
|
26542
|
+
"value": "-1px",
|
|
26543
|
+
"uuid": "3862f137-37f5-44c3-a31b-68834d8e1c3c"
|
|
26544
|
+
},
|
|
26205
26545
|
"corner-radius-0": {
|
|
26206
26546
|
"value": "0px",
|
|
26207
26547
|
"uuid": "bb9d8350-b1fb-4496-9c22-6ec9647ff117"
|
|
@@ -26505,6 +26845,22 @@
|
|
|
26505
26845
|
}
|
|
26506
26846
|
}
|
|
26507
26847
|
},
|
|
26848
|
+
"visual-to-control-100": {
|
|
26849
|
+
"sets": {
|
|
26850
|
+
"desktop": {
|
|
26851
|
+
"value": "8px",
|
|
26852
|
+
"uuid": "0a392deb-fee3-4968-bc52-1377f9e23307"
|
|
26853
|
+
},
|
|
26854
|
+
"mobile": {
|
|
26855
|
+
"value": "10px",
|
|
26856
|
+
"uuid": "16b8c9c7-a601-4ff9-bf9d-c5a118738506"
|
|
26857
|
+
}
|
|
26858
|
+
}
|
|
26859
|
+
},
|
|
26860
|
+
"label-to-description-0": {
|
|
26861
|
+
"value": "0px",
|
|
26862
|
+
"uuid": "4a00c810-c099-4de1-85b8-aaa7ed9538bb"
|
|
26863
|
+
},
|
|
26508
26864
|
"component-height-50": {
|
|
26509
26865
|
"sets": {
|
|
26510
26866
|
"desktop": {
|
package/package.json
CHANGED
package/src/color-component.json
CHANGED
|
@@ -546,5 +546,53 @@
|
|
|
546
546
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
547
547
|
"value": "{gray-100}",
|
|
548
548
|
"uuid": "6022f845-b182-493f-bdae-f86f6336efaa"
|
|
549
|
+
},
|
|
550
|
+
"stack-item-background-color-hover": {
|
|
551
|
+
"component": "stack-item",
|
|
552
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
553
|
+
"value": "{gray-100}",
|
|
554
|
+
"uuid": "022a6244-ce6c-4c3f-82a1-e2f5118d3c5e"
|
|
555
|
+
},
|
|
556
|
+
"stack-item-background-color-down": {
|
|
557
|
+
"component": "stack-item",
|
|
558
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
559
|
+
"value": "{gray-100}",
|
|
560
|
+
"uuid": "c99360a4-de28-48e6-80ad-93adb714d388"
|
|
561
|
+
},
|
|
562
|
+
"stack-item-background-color-key-focus": {
|
|
563
|
+
"component": "stack-item",
|
|
564
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
565
|
+
"value": "{gray-100}",
|
|
566
|
+
"uuid": "a0251da6-7517-4712-85a1-29ca7f16ef91"
|
|
567
|
+
},
|
|
568
|
+
"stack-item-selected-background-color-default": {
|
|
569
|
+
"component": "stack-item",
|
|
570
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
571
|
+
"value": "{gray-100}",
|
|
572
|
+
"uuid": "128c4963-471a-44e3-9fb5-328d92d0266d"
|
|
573
|
+
},
|
|
574
|
+
"stack-item-selected-background-color-hover": {
|
|
575
|
+
"component": "stack-item",
|
|
576
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
577
|
+
"value": "{gray-200}",
|
|
578
|
+
"uuid": "a1bcd6c6-ef3e-42e4-8d88-2fafe2b318da"
|
|
579
|
+
},
|
|
580
|
+
"stack-item-selected-background-color-down": {
|
|
581
|
+
"component": "stack-item",
|
|
582
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
583
|
+
"value": "{gray-200}",
|
|
584
|
+
"uuid": "1ad58d16-66da-44ae-829e-9ee1ff56a857"
|
|
585
|
+
},
|
|
586
|
+
"stack-item-selected-background-color-key-focus": {
|
|
587
|
+
"component": "stack-item",
|
|
588
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
589
|
+
"value": "{gray-200}",
|
|
590
|
+
"uuid": "93f433f2-2d0b-4225-8b39-b10000808360"
|
|
591
|
+
},
|
|
592
|
+
"stack-item-selected-background-color-emphasized": {
|
|
593
|
+
"component": "stack-item",
|
|
594
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
595
|
+
"value": "{accent-background-color-default}",
|
|
596
|
+
"uuid": "95685612-09b7-477f-9c13-06eb58abe5c8"
|
|
549
597
|
}
|
|
550
|
-
}
|
|
598
|
+
}
|
|
@@ -11423,5 +11423,213 @@
|
|
|
11423
11423
|
"uuid": "1fda84ab-aa68-46fb-bd0f-d8174a08a41e"
|
|
11424
11424
|
}
|
|
11425
11425
|
}
|
|
11426
|
+
},
|
|
11427
|
+
"list-view-minimum-height": {
|
|
11428
|
+
"component": "list-view",
|
|
11429
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
11430
|
+
"sets": {
|
|
11431
|
+
"desktop": {
|
|
11432
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11433
|
+
"value": "40px",
|
|
11434
|
+
"uuid": "fe1dcf27-addf-4aa9-9057-7b98a4dcacdc"
|
|
11435
|
+
},
|
|
11436
|
+
"mobile": {
|
|
11437
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11438
|
+
"value": "50px",
|
|
11439
|
+
"uuid": "6ca2c317-7e17-41f7-8e2c-20a762fe284d"
|
|
11440
|
+
}
|
|
11441
|
+
}
|
|
11442
|
+
},
|
|
11443
|
+
"list-view-minimum-width": {
|
|
11444
|
+
"component": "list-view",
|
|
11445
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
11446
|
+
"sets": {
|
|
11447
|
+
"desktop": {
|
|
11448
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11449
|
+
"value": "200px",
|
|
11450
|
+
"uuid": "82b718ef-6127-472b-b92f-f2f15833c49f"
|
|
11451
|
+
},
|
|
11452
|
+
"mobile": {
|
|
11453
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11454
|
+
"value": "240px",
|
|
11455
|
+
"uuid": "3f68b526-a22a-4086-a40d-3a875a6324b3"
|
|
11456
|
+
}
|
|
11457
|
+
}
|
|
11458
|
+
},
|
|
11459
|
+
"list-view-item-top-corner-radius": {
|
|
11460
|
+
"component": "list-view",
|
|
11461
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
11462
|
+
"value": "{corner-radius-medium-default}",
|
|
11463
|
+
"uuid": "6e4611f7-f202-4003-94b4-587d48d07e32"
|
|
11464
|
+
},
|
|
11465
|
+
"list-view-item-bottom-corner-radius": {
|
|
11466
|
+
"component": "list-view",
|
|
11467
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
|
|
11468
|
+
"value": "{corner-radius-medium-default}",
|
|
11469
|
+
"uuid": "57821e37-d39e-49d5-b978-4ece3747e531"
|
|
11470
|
+
},
|
|
11471
|
+
"list-view-end-edge-to-content": {
|
|
11472
|
+
"component": "list-view",
|
|
11473
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
11474
|
+
"sets": {
|
|
11475
|
+
"desktop": {
|
|
11476
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11477
|
+
"value": "6px",
|
|
11478
|
+
"uuid": "6dc382ce-8e48-4bd9-8078-1272da767b13"
|
|
11479
|
+
},
|
|
11480
|
+
"mobile": {
|
|
11481
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11482
|
+
"value": "8px",
|
|
11483
|
+
"uuid": "16552174-994e-41c3-9439-32b9876c399d"
|
|
11484
|
+
}
|
|
11485
|
+
}
|
|
11486
|
+
},
|
|
11487
|
+
"stack-item-selected-background-opacity-emphasized": {
|
|
11488
|
+
"component": "stack-item",
|
|
11489
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
|
|
11490
|
+
"value": "0.1",
|
|
11491
|
+
"uuid": "d1cd1fc2-5ad1-4a6e-bef8-55a385c1ce29"
|
|
11492
|
+
},
|
|
11493
|
+
"stack-item-selected-background-opacity-emphasized-hover": {
|
|
11494
|
+
"component": "stack-item",
|
|
11495
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
|
|
11496
|
+
"value": "0.15",
|
|
11497
|
+
"uuid": "bb522e19-6bb9-471c-95af-5ab7fa748557"
|
|
11498
|
+
},
|
|
11499
|
+
"stack-item-selected-background-opacity-emphasized-down": {
|
|
11500
|
+
"component": "stack-item",
|
|
11501
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
|
|
11502
|
+
"value": "0.15",
|
|
11503
|
+
"uuid": "67946e29-b480-4991-85eb-c57331a509f7"
|
|
11504
|
+
},
|
|
11505
|
+
"stack-item-selected-background-opacity-emphasized-key-focus": {
|
|
11506
|
+
"component": "stack-item",
|
|
11507
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
|
|
11508
|
+
"value": "0.15",
|
|
11509
|
+
"uuid": "35415d70-944b-4c5a-ae70-4810f991b70d"
|
|
11510
|
+
},
|
|
11511
|
+
"stack-item-header-minimum-width": {
|
|
11512
|
+
"component": "stack-item",
|
|
11513
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
11514
|
+
"sets": {
|
|
11515
|
+
"desktop": {
|
|
11516
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11517
|
+
"value": "200px",
|
|
11518
|
+
"uuid": "6880260b-1d48-4bfc-9745-3e7c506c40fb"
|
|
11519
|
+
},
|
|
11520
|
+
"mobile": {
|
|
11521
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11522
|
+
"value": "240px",
|
|
11523
|
+
"uuid": "e18832ec-c1f5-4cfb-9ac6-111204fc255c"
|
|
11524
|
+
}
|
|
11525
|
+
}
|
|
11526
|
+
},
|
|
11527
|
+
"stack-item-start-edge-to-content": {
|
|
11528
|
+
"component": "stack-item",
|
|
11529
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
11530
|
+
"sets": {
|
|
11531
|
+
"desktop": {
|
|
11532
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11533
|
+
"value": "4px",
|
|
11534
|
+
"uuid": "abc302a3-c0b5-4f93-a141-39988ca3720b"
|
|
11535
|
+
},
|
|
11536
|
+
"mobile": {
|
|
11537
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11538
|
+
"value": "5px",
|
|
11539
|
+
"uuid": "799fbc36-ea79-44d2-8e8b-dc3aade544a0"
|
|
11540
|
+
}
|
|
11541
|
+
}
|
|
11542
|
+
},
|
|
11543
|
+
"stack-item-drag-handle-to-control": {
|
|
11544
|
+
"component": "stack-item",
|
|
11545
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
11546
|
+
"sets": {
|
|
11547
|
+
"desktop": {
|
|
11548
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11549
|
+
"value": "8px",
|
|
11550
|
+
"uuid": "80800e9d-8b0d-4d1b-adfc-f85faee2bc2f"
|
|
11551
|
+
},
|
|
11552
|
+
"mobile": {
|
|
11553
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11554
|
+
"value": "10px",
|
|
11555
|
+
"uuid": "ed1689ea-2661-419b-ad18-7877712b0dfa"
|
|
11556
|
+
}
|
|
11557
|
+
}
|
|
11558
|
+
},
|
|
11559
|
+
"stack-item-text-to-control": {
|
|
11560
|
+
"component": "stack-item",
|
|
11561
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
11562
|
+
"sets": {
|
|
11563
|
+
"desktop": {
|
|
11564
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11565
|
+
"value": "8px",
|
|
11566
|
+
"uuid": "e65d0e08-9c29-43f6-b7a2-281865a82b70"
|
|
11567
|
+
},
|
|
11568
|
+
"mobile": {
|
|
11569
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11570
|
+
"value": "10px",
|
|
11571
|
+
"uuid": "aaee547c-df72-420e-8d39-3028e79feac1"
|
|
11572
|
+
}
|
|
11573
|
+
}
|
|
11574
|
+
},
|
|
11575
|
+
"stack-item-edge-to-control": {
|
|
11576
|
+
"component": "stack-item",
|
|
11577
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
11578
|
+
"sets": {
|
|
11579
|
+
"desktop": {
|
|
11580
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11581
|
+
"value": "12px",
|
|
11582
|
+
"uuid": "cb302d23-5dd8-4ca6-b104-3fc5f03f633b"
|
|
11583
|
+
},
|
|
11584
|
+
"mobile": {
|
|
11585
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11586
|
+
"value": "15px",
|
|
11587
|
+
"uuid": "ef8dc413-ef24-456c-aa91-6a80d107f6c6"
|
|
11588
|
+
}
|
|
11589
|
+
}
|
|
11590
|
+
},
|
|
11591
|
+
"stack-item-edge-to-visual": {
|
|
11592
|
+
"component": "stack-item",
|
|
11593
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
11594
|
+
"sets": {
|
|
11595
|
+
"desktop": {
|
|
11596
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11597
|
+
"value": "12px",
|
|
11598
|
+
"uuid": "5405f82f-6022-468c-a150-b74210ef52cb"
|
|
11599
|
+
},
|
|
11600
|
+
"mobile": {
|
|
11601
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11602
|
+
"value": "15px",
|
|
11603
|
+
"uuid": "7e743edb-d49b-4750-88b3-e35b6e534a3b"
|
|
11604
|
+
}
|
|
11605
|
+
}
|
|
11606
|
+
},
|
|
11607
|
+
"stack-item-action-to-navigation": {
|
|
11608
|
+
"component": "stack-item",
|
|
11609
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
11610
|
+
"sets": {
|
|
11611
|
+
"desktop": {
|
|
11612
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11613
|
+
"value": "4px",
|
|
11614
|
+
"uuid": "3b41366d-2c29-4477-95fa-528c762b8a3b"
|
|
11615
|
+
},
|
|
11616
|
+
"mobile": {
|
|
11617
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11618
|
+
"value": "6px",
|
|
11619
|
+
"uuid": "cd7df3af-975e-4d8a-addd-92a920173fd6"
|
|
11620
|
+
}
|
|
11621
|
+
}
|
|
11622
|
+
},
|
|
11623
|
+
"stack-item-header-to-item": {
|
|
11624
|
+
"component": "stack-item",
|
|
11625
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11626
|
+
"value": "0px",
|
|
11627
|
+
"uuid": "c030a978-cf5b-4ad0-a3c7-dde81f1bf136"
|
|
11628
|
+
},
|
|
11629
|
+
"stack-item-item-to-item": {
|
|
11630
|
+
"component": "stack-item",
|
|
11631
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11632
|
+
"value": "-1px",
|
|
11633
|
+
"uuid": "3862f137-37f5-44c3-a31b-68834d8e1c3c"
|
|
11426
11634
|
}
|
|
11427
11635
|
}
|
package/src/layout.json
CHANGED
|
@@ -377,6 +377,26 @@
|
|
|
377
377
|
}
|
|
378
378
|
}
|
|
379
379
|
},
|
|
380
|
+
"visual-to-control-100": {
|
|
381
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
382
|
+
"sets": {
|
|
383
|
+
"desktop": {
|
|
384
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
385
|
+
"value": "8px",
|
|
386
|
+
"uuid": "0a392deb-fee3-4968-bc52-1377f9e23307"
|
|
387
|
+
},
|
|
388
|
+
"mobile": {
|
|
389
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
390
|
+
"value": "10px",
|
|
391
|
+
"uuid": "16b8c9c7-a601-4ff9-bf9d-c5a118738506"
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
},
|
|
395
|
+
"label-to-description-0": {
|
|
396
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
397
|
+
"value": "0px",
|
|
398
|
+
"uuid": "4a00c810-c099-4de1-85b8-aaa7ed9538bb"
|
|
399
|
+
},
|
|
380
400
|
"component-height-50": {
|
|
381
401
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
382
402
|
"sets": {
|
|
@@ -2419,4 +2439,4 @@
|
|
|
2419
2439
|
"value": "96px",
|
|
2420
2440
|
"uuid": "437f2e57-2aa6-41b5-bdcc-e4993dc42168"
|
|
2421
2441
|
}
|
|
2422
|
-
}
|
|
2442
|
+
}
|