@adobe/spectrum-tokens 13.0.0-beta.36 → 13.0.0-beta.37

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 CHANGED
@@ -1,5 +1,83 @@
1
1
  # @adobe/spectrum-tokens
2
2
 
3
+ ## 13.0.0-beta.37
4
+
5
+ ### Minor Changes
6
+
7
+ - [#355](https://github.com/adobe/spectrum-tokens/pull/355) [`783a200`](https://github.com/adobe/spectrum-tokens/commit/783a200983efa8e1f2cc31fd40ac3ed7298bb312) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Updated tokens according to updated token spec for Spectrum 2, including new and deprecated tokens
8
+
9
+ ## Design Motivation
10
+
11
+ ### Change 1: Updated terminology to align with t-shirt sizes
12
+
13
+ Previously in S1, the breadcrumb variants were default, compact, and multiline. However, in S2, we have aligned breadcrumb to t-shirt sizes, resulting in the following changes:
14
+
15
+ - Breadcrumbs (default) -> Breadcrumbs (L)
16
+ - Breadcrumbs (compact) -> Breadcrumbs (M)
17
+ - Breadcrumbs (multiline) -> Breadcrumbs (multiline)
18
+
19
+ ### Change 2: Updated truncated menu button sizes and spacing
20
+
21
+ Other structural changes
22
+
23
+ - In S1 all variants used M sized action button – now we use S, M, L sized action buttons for respective sizes.
24
+ - In S1 all variants had same spacing 8px around chevron, now we use different spacings for all the three variants
25
+
26
+ ## Token Diff
27
+
28
+ _Tokens added (11):_
29
+
30
+ - `breadcrumbs-separator-to-bottom-text-multiline`
31
+ - `breadcrumbs-start-edge-to-text-large`
32
+ - `breadcrumbs-start-edge-to-text-medium`
33
+ - `breadcrumbs-start-edge-to-text-multiline`
34
+ - `breadcrumbs-top-to-separator-large`
35
+ - `breadcrumbs-top-to-separator-medium`
36
+ - `breadcrumbs-top-to-separator-multiline`
37
+ - `breadcrumbs-truncated-menu-to-separator`
38
+ - `breadcrumbs-text-to-separator-large`
39
+ - `breadcrumbs-text-to-separator-medium`
40
+ - `breadcrumbs-text-to-separator-multiline`
41
+
42
+ _Newly deprecated tokens (13):_
43
+
44
+ - `breadcrumbs-height`
45
+ - `breadcrumbs-height-compact`
46
+ - `breadcrumbs-top-to-text`
47
+ - `breadcrumbs-top-to-text-compact`
48
+ - `breadcrumbs-bottom-to-text`
49
+ - `breadcrumbs-bottom-to-text-compact`
50
+ - `breadcrumbs-start-edge-to-text`
51
+ - `breadcrumbs-top-to-separator-icon`
52
+ - `breadcrumbs-top-to-separator-icon-compact`
53
+ - `breadcrumbs-top-to-separator-icon-multiline`
54
+ - `breadcrumbs-separator-icon-to-bottom-text-multiline`
55
+ - `breadcrumbs-truncated-menu-to-separator-icon`
56
+ - `breadcrumbs-top-to-truncated-menu-compact`
57
+
58
+ _Token values updated (20):_
59
+
60
+ - `breadcrumbs-top-to-separator-icon-multiline`
61
+ - `breadcrumbs-top-to-text-multiline`
62
+ - `breadcrumbs-bottom-to-text-multiline`
63
+ - `breadcrumbs-height-multiline`
64
+ - `breadcrumbs-top-to-separator-icon-multiline`
65
+ - `breadcrumbs-top-to-text-multiline`
66
+ - `breadcrumbs-height`
67
+ - `breadcrumbs-height-compact`
68
+ - `breadcrumbs-truncated-menu-to-separator-icon`
69
+ - `breadcrumbs-truncated-menu-to-bottom-text`
70
+ - `breadcrumbs-bottom-to-text`
71
+ - `breadcrumbs-bottom-to-text-compact`
72
+ - `breadcrumbs-separator-icon-to-bottom-text-multiline`
73
+ - `breadcrumbs-start-edge-to-text`
74
+ - `breadcrumbs-top-to-separator-icon`
75
+ - `breadcrumbs-top-to-separator-icon-compact`
76
+ - `breadcrumbs-top-to-text`
77
+ - `breadcrumbs-top-to-text-compact`
78
+ - `breadcrumbs-top-to-truncated-menu`
79
+ - `breadcrumbs-top-to-truncated-menu-compact`
80
+
3
81
  ## 13.0.0-beta.36
4
82
 
5
83
  ### Minor Changes
@@ -1475,26 +1475,37 @@
1475
1475
  "border-width-100": "1px",
1476
1476
  "border-width-200": "2px",
1477
1477
  "border-width-400": "4px",
1478
- "breadcrumbs-bottom-to-text": "15px",
1479
- "breadcrumbs-bottom-to-text-compact": "12px",
1478
+ "breadcrumbs-bottom-to-text": "11px",
1479
+ "breadcrumbs-bottom-to-text-compact": "9px",
1480
1480
  "breadcrumbs-bottom-to-text-multiline": "9px",
1481
1481
  "breadcrumbs-end-edge-to-text": "0px",
1482
- "breadcrumbs-height": "48px",
1483
- "breadcrumbs-height-compact": "40px",
1482
+ "breadcrumbs-height": "40px",
1483
+ "breadcrumbs-height-compact": "32px",
1484
1484
  "breadcrumbs-height-multiline": "72px",
1485
1485
  "breadcrumbs-separator-icon-to-bottom-text-multiline": "11px",
1486
- "breadcrumbs-start-edge-to-text": "8px",
1486
+ "breadcrumbs-separator-to-bottom-text-multiline": "11px",
1487
+ "breadcrumbs-start-edge-to-text": "9px",
1488
+ "breadcrumbs-start-edge-to-text-large": "9px",
1489
+ "breadcrumbs-start-edge-to-text-medium": "6px",
1490
+ "breadcrumbs-start-edge-to-text-multiline": "4px",
1487
1491
  "breadcrumbs-start-edge-to-truncated-menu": "0px",
1492
+ "breadcrumbs-text-to-separator-large": "9px",
1493
+ "breadcrumbs-text-to-separator-medium": "6px",
1494
+ "breadcrumbs-text-to-separator-multiline": "4px",
1488
1495
  "breadcrumbs-top-text-to-bottom-text": "9px",
1489
- "breadcrumbs-top-to-separator-icon": "19px",
1490
- "breadcrumbs-top-to-separator-icon-compact": "15px",
1491
- "breadcrumbs-top-to-separator-icon-multiline": "15px",
1492
- "breadcrumbs-top-to-text": "13px",
1493
- "breadcrumbs-top-to-text-compact": "11px",
1494
- "breadcrumbs-top-to-text-multiline": "12px",
1495
- "breadcrumbs-top-to-truncated-menu": "8px",
1496
- "breadcrumbs-top-to-truncated-menu-compact": "4px",
1497
- "breadcrumbs-truncated-menu-to-bottom-text": "0px",
1496
+ "breadcrumbs-top-to-separator-icon": "15px",
1497
+ "breadcrumbs-top-to-separator-icon-compact": "11px",
1498
+ "breadcrumbs-top-to-separator-icon-multiline": "7px",
1499
+ "breadcrumbs-top-to-separator-large": "15px",
1500
+ "breadcrumbs-top-to-separator-medium": "11px",
1501
+ "breadcrumbs-top-to-separator-multiline": "7px",
1502
+ "breadcrumbs-top-to-text": "9px",
1503
+ "breadcrumbs-top-to-text-compact": "6px",
1504
+ "breadcrumbs-top-to-text-multiline": "4px",
1505
+ "breadcrumbs-top-to-truncated-menu": "0px",
1506
+ "breadcrumbs-top-to-truncated-menu-compact": "0px",
1507
+ "breadcrumbs-truncated-menu-to-bottom-text": "4px",
1508
+ "breadcrumbs-truncated-menu-to-separator": "0px",
1498
1509
  "breadcrumbs-truncated-menu-to-separator-icon": "0px",
1499
1510
  "button-minimum-width-multiplier": "2.25",
1500
1511
  "card-minimum-width": "100px",
@@ -15448,29 +15448,29 @@
15448
15448
  }
15449
15449
  },
15450
15450
  "breadcrumbs-height": {
15451
- "ref": "{component-height-300}",
15451
+ "ref": "{component-height-200}",
15452
15452
  "sets": {
15453
15453
  "desktop": {
15454
- "value": "48px",
15455
- "uuid": "f4aaa7bb-e724-42ad-8ddf-934cc972995a"
15454
+ "value": "40px",
15455
+ "uuid": "8bf70f40-b282-4c5d-98f0-329245bdb6f9"
15456
15456
  },
15457
15457
  "mobile": {
15458
- "value": "60px",
15459
- "uuid": "53c665a4-83ae-45f2-b90d-33ce52430b84"
15458
+ "value": "50px",
15459
+ "uuid": "7c69efb5-bde7-4ee0-ad1e-2f20e85ebc24"
15460
15460
  }
15461
15461
  },
15462
15462
  "uuid": "2d39863c-6987-413c-90d8-07fcc506a0d4"
15463
15463
  },
15464
15464
  "breadcrumbs-height-compact": {
15465
- "ref": "{component-height-200}",
15465
+ "ref": "{component-height-100}",
15466
15466
  "sets": {
15467
15467
  "desktop": {
15468
- "value": "40px",
15469
- "uuid": "8bf70f40-b282-4c5d-98f0-329245bdb6f9"
15468
+ "value": "32px",
15469
+ "uuid": "3d7afc6a-f66b-4033-9ed4-e60cde661a18"
15470
15470
  },
15471
15471
  "mobile": {
15472
- "value": "50px",
15473
- "uuid": "7c69efb5-bde7-4ee0-ad1e-2f20e85ebc24"
15472
+ "value": "40px",
15473
+ "uuid": "5c31197d-0412-469d-a2dd-684efbd4b7e6"
15474
15474
  }
15475
15475
  },
15476
15476
  "uuid": "8393f599-37e8-484a-a1c6-0934ce15a507"
@@ -15482,70 +15482,78 @@
15482
15482
  "uuid": "237ff958-a86d-4632-aa7d-504a697509c3"
15483
15483
  },
15484
15484
  "mobile": {
15485
- "value": "84px",
15485
+ "value": "90px",
15486
15486
  "uuid": "5e7426da-1a1e-4d37-8c96-4fdac06bfad5"
15487
15487
  }
15488
15488
  }
15489
15489
  },
15490
15490
  "breadcrumbs-top-to-text": {
15491
+ "ref": "{component-top-to-text-200}",
15491
15492
  "sets": {
15492
15493
  "desktop": {
15493
- "value": "13px",
15494
- "uuid": "d084038e-bc31-43be-99ee-13cf727eaf9d"
15494
+ "value": "9px",
15495
+ "uuid": "c7914376-3769-4172-8467-fb811b3c155f"
15495
15496
  },
15496
15497
  "mobile": {
15497
- "value": "17px",
15498
- "uuid": "c4e58bb6-dcd7-4b64-b881-5b918c346989"
15498
+ "value": "12px",
15499
+ "uuid": "621c9cf1-02e2-478b-9f47-0804f0183531"
15499
15500
  }
15500
- }
15501
+ },
15502
+ "uuid": "d084038e-bc31-43be-99ee-13cf727eaf9d"
15501
15503
  },
15502
15504
  "breadcrumbs-top-to-text-compact": {
15505
+ "ref": "{component-top-to-text-100}",
15503
15506
  "sets": {
15504
15507
  "desktop": {
15505
- "value": "11px",
15506
- "uuid": "b19547e2-bd8f-435d-b726-4f2ce6a83984"
15508
+ "value": "6px",
15509
+ "uuid": "15bf492b-3a65-4577-8a3b-df09026b96a7"
15507
15510
  },
15508
15511
  "mobile": {
15509
- "value": "16px",
15510
- "uuid": "da5c0b1f-a8df-407c-888f-ac62d1fefa7c"
15512
+ "value": "8px",
15513
+ "uuid": "bed358a2-0559-4501-a147-b375887f25af"
15511
15514
  }
15512
- }
15515
+ },
15516
+ "uuid": "b19547e2-bd8f-435d-b726-4f2ce6a83984"
15513
15517
  },
15514
15518
  "breadcrumbs-top-to-text-multiline": {
15515
15519
  "sets": {
15516
15520
  "desktop": {
15517
- "value": "12px",
15521
+ "value": "4px",
15518
15522
  "uuid": "138070fe-1f06-48b4-ac49-f8ff117c5f42"
15519
15523
  },
15520
15524
  "mobile": {
15521
- "value": "15px",
15525
+ "value": "5px",
15522
15526
  "uuid": "ea82fc23-82e7-4116-a8bb-186a253675ad"
15523
15527
  }
15524
15528
  }
15525
15529
  },
15526
15530
  "breadcrumbs-bottom-to-text": {
15531
+ "ref": "{component-bottom-to-text-200}",
15527
15532
  "sets": {
15528
15533
  "desktop": {
15529
- "value": "15px",
15530
- "uuid": "f0e6a20d-8c2d-4aa3-9060-b6ca66aa7943"
15534
+ "value": "11px",
15535
+ "uuid": "ae65b844-9758-4708-8781-2c8df35af1e9"
15531
15536
  },
15532
15537
  "mobile": {
15533
- "value": "19px",
15534
- "uuid": "971f1589-f80b-4c1e-8814-b5c286c5f561"
15538
+ "value": "14px",
15539
+ "uuid": "a39cef5c-631c-4942-b5d2-9121e05d47f8"
15535
15540
  }
15536
- }
15541
+ },
15542
+ "uuid": "f0e6a20d-8c2d-4aa3-9060-b6ca66aa7943"
15537
15543
  },
15538
15544
  "breadcrumbs-bottom-to-text-compact": {
15545
+ "ref": "{component-bottom-to-text-100}",
15539
15546
  "sets": {
15540
15547
  "desktop": {
15541
- "value": "12px",
15542
- "uuid": "70a356be-c304-4bb4-a9df-97806931f089"
15548
+ "value": "9px",
15549
+ "uuid": "24def269-4582-46f6-a00c-8b5a28410917"
15543
15550
  },
15544
15551
  "mobile": {
15545
- "value": "19px",
15546
- "uuid": "d783bd6f-fc7a-4be4-b53a-b8be86018b7b"
15552
+ "value": "11px",
15553
+ "uuid": "c8590269-dcaa-44f6-9c2d-d33274c3fe5e"
15547
15554
  }
15548
- }
15555
+ },
15556
+ "uuid": "70a356be-c304-4bb4-a9df-97806931f089"
15549
15557
  },
15550
15558
  "breadcrumbs-bottom-to-text-multiline": {
15551
15559
  "sets": {
@@ -15554,22 +15562,24 @@
15554
15562
  "uuid": "5a78f5a4-ceee-4854-96d4-b61d76cc522b"
15555
15563
  },
15556
15564
  "mobile": {
15557
- "value": "10px",
15565
+ "value": "11px",
15558
15566
  "uuid": "a51a1142-e38e-4055-bd45-ad2bd0045880"
15559
15567
  }
15560
15568
  }
15561
15569
  },
15562
15570
  "breadcrumbs-start-edge-to-text": {
15571
+ "ref": "{breadcrumbs-start-edge-to-text-large}",
15563
15572
  "sets": {
15564
15573
  "desktop": {
15565
- "value": "8px",
15566
- "uuid": "a0542dab-98fb-45d8-b4a0-79cfd2cc4f1c"
15574
+ "value": "9px",
15575
+ "uuid": "04141c6f-50ff-4301-a7b5-315bbd9cac18"
15567
15576
  },
15568
15577
  "mobile": {
15569
- "value": "9px",
15570
- "uuid": "6d632147-5a1e-4a19-9fca-019b234d0455"
15578
+ "value": "11px",
15579
+ "uuid": "1d7bd78d-4469-4385-89e7-fcd574cc6368"
15571
15580
  }
15572
- }
15581
+ },
15582
+ "uuid": "a0542dab-98fb-45d8-b4a0-79cfd2cc4f1c"
15573
15583
  },
15574
15584
  "breadcrumbs-end-edge-to-text": {
15575
15585
  "value": "0px",
@@ -15588,89 +15598,109 @@
15588
15598
  }
15589
15599
  },
15590
15600
  "breadcrumbs-top-to-separator-icon": {
15601
+ "ref": "{breadcrumbs-top-to-separator-large}",
15591
15602
  "sets": {
15592
15603
  "desktop": {
15593
- "value": "19px",
15594
- "uuid": "15e56281-5fc1-4b59-b815-fc333231e364"
15604
+ "value": "15px",
15605
+ "uuid": "2e8091e4-f60b-438c-bcbb-111eb243900d"
15595
15606
  },
15596
15607
  "mobile": {
15597
- "value": "25px",
15598
- "uuid": "882046d8-7111-4020-bf31-b8eb9d9013e0"
15608
+ "value": "20px",
15609
+ "uuid": "2e12202a-8099-4a4d-b06d-703deaf20862"
15599
15610
  }
15600
- }
15611
+ },
15612
+ "uuid": "15e56281-5fc1-4b59-b815-fc333231e364"
15601
15613
  },
15602
15614
  "breadcrumbs-top-to-separator-icon-compact": {
15615
+ "ref": "{breadcrumbs-top-to-separator-medium}",
15603
15616
  "sets": {
15604
15617
  "desktop": {
15605
- "value": "15px",
15606
- "uuid": "a63e8df1-124f-4f3e-9e1b-ba422b8d8257"
15618
+ "value": "11px",
15619
+ "uuid": "fdbf3b4b-7d6e-4464-8514-17c1b4790db6"
15607
15620
  },
15608
15621
  "mobile": {
15609
- "value": "23px",
15610
- "uuid": "f6c5b011-ec25-42ea-a708-d7dca1b5fb5a"
15622
+ "value": "15px",
15623
+ "uuid": "fcbd2bcb-7f53-4219-9d6b-89c01fd50da7"
15611
15624
  }
15612
- }
15625
+ },
15626
+ "uuid": "a63e8df1-124f-4f3e-9e1b-ba422b8d8257"
15613
15627
  },
15614
15628
  "breadcrumbs-top-to-separator-icon-multiline": {
15615
15629
  "sets": {
15616
15630
  "desktop": {
15617
- "value": "15px",
15631
+ "ref": "{breadcrumbs-top-to-separator-multiline}",
15632
+ "sets": {
15633
+ "desktop": {
15634
+ "value": "7px",
15635
+ "uuid": "96d7dff4-4b3d-433a-8f83-8f55a1514812"
15636
+ },
15637
+ "mobile": {
15638
+ "value": "10px",
15639
+ "uuid": "4b7eab87-e6a8-40f6-a071-5aff25493f2f"
15640
+ }
15641
+ },
15618
15642
  "uuid": "6b310160-ab2e-40fd-9216-21ddcb36b575"
15619
15643
  },
15620
15644
  "mobile": {
15621
- "value": "20px",
15645
+ "ref": "{breadcrumbs-separator-icon-to-bottom-text-multiline}",
15646
+ "sets": {
15647
+ "desktop": {
15648
+ "value": "11px",
15649
+ "uuid": "ba160ed7-e66b-4dd1-bef8-e91fe9b05d2c"
15650
+ },
15651
+ "mobile": {
15652
+ "value": "15px",
15653
+ "uuid": "a1c90c6d-851d-495f-99cc-bbeb0c6fdd4f"
15654
+ }
15655
+ },
15622
15656
  "uuid": "eb3b2566-6fc1-4a2c-a8cf-e40af3d34715"
15623
15657
  }
15624
15658
  }
15625
15659
  },
15626
15660
  "breadcrumbs-separator-icon-to-bottom-text-multiline": {
15661
+ "ref": "{breadcrumbs-separator-to-bottom-text-multiline}",
15627
15662
  "sets": {
15628
15663
  "desktop": {
15629
15664
  "value": "11px",
15630
- "uuid": "56dd2fd0-c7a3-4f2c-bda9-8e6ba6d99e6c"
15665
+ "uuid": "ba160ed7-e66b-4dd1-bef8-e91fe9b05d2c"
15631
15666
  },
15632
15667
  "mobile": {
15633
15668
  "value": "15px",
15634
- "uuid": "571239ce-690f-49ee-9e71-d14bbfe4b279"
15669
+ "uuid": "a1c90c6d-851d-495f-99cc-bbeb0c6fdd4f"
15635
15670
  }
15636
- }
15671
+ },
15672
+ "uuid": "56dd2fd0-c7a3-4f2c-bda9-8e6ba6d99e6c"
15637
15673
  },
15638
15674
  "breadcrumbs-truncated-menu-to-separator-icon": {
15675
+ "ref": "{breadcrumbs-truncated-menu-to-separator}",
15639
15676
  "value": "0px",
15640
15677
  "uuid": "1fe2a3df-3179-4c4a-8d1f-de41297b6d74"
15641
15678
  },
15642
15679
  "breadcrumbs-top-to-truncated-menu": {
15643
- "sets": {
15644
- "desktop": {
15645
- "value": "8px",
15646
- "uuid": "751734bd-1c58-4222-bbd8-8b2349f2fbd2"
15647
- },
15648
- "mobile": {
15649
- "value": "10px",
15650
- "uuid": "793da276-18a6-46d0-a0e5-a1676c4df583"
15651
- }
15652
- }
15680
+ "value": "0px",
15681
+ "uuid": "751734bd-1c58-4222-bbd8-8b2349f2fbd2"
15653
15682
  },
15654
15683
  "breadcrumbs-top-to-truncated-menu-compact": {
15684
+ "ref": "{breadcrumbs-top-to-truncated-menu}",
15685
+ "value": "0px",
15686
+ "uuid": "e0aba287-799f-4621-97cb-563352002a20"
15687
+ },
15688
+ "breadcrumbs-start-edge-to-truncated-menu": {
15689
+ "value": "0px",
15690
+ "uuid": "b1fba444-c281-4be4-bded-4852b551cfee"
15691
+ },
15692
+ "breadcrumbs-truncated-menu-to-bottom-text": {
15655
15693
  "sets": {
15656
15694
  "desktop": {
15657
15695
  "value": "4px",
15658
- "uuid": "e0aba287-799f-4621-97cb-563352002a20"
15696
+ "uuid": "2285d870-68ec-469f-a034-2fdeb31e33f0"
15659
15697
  },
15660
15698
  "mobile": {
15661
15699
  "value": "5px",
15662
- "uuid": "d5e92b0a-6d37-4b77-a5d0-6c4f1b9a722c"
15700
+ "uuid": "154bce30-bfe2-445b-bbdd-69efce5565ae"
15663
15701
  }
15664
15702
  }
15665
15703
  },
15666
- "breadcrumbs-start-edge-to-truncated-menu": {
15667
- "value": "0px",
15668
- "uuid": "b1fba444-c281-4be4-bded-4852b551cfee"
15669
- },
15670
- "breadcrumbs-truncated-menu-to-bottom-text": {
15671
- "value": "0px",
15672
- "uuid": "2285d870-68ec-469f-a034-2fdeb31e33f0"
15673
- },
15674
15704
  "avatar-size-50": {
15675
15705
  "sets": {
15676
15706
  "desktop": {
@@ -20581,6 +20611,130 @@
20581
20611
  },
20582
20612
  "uuid": "644593be-82da-4ae4-ae57-fabebd4513ca"
20583
20613
  },
20614
+ "breadcrumbs-separator-to-bottom-text-multiline": {
20615
+ "sets": {
20616
+ "desktop": {
20617
+ "value": "11px",
20618
+ "uuid": "ba160ed7-e66b-4dd1-bef8-e91fe9b05d2c"
20619
+ },
20620
+ "mobile": {
20621
+ "value": "15px",
20622
+ "uuid": "a1c90c6d-851d-495f-99cc-bbeb0c6fdd4f"
20623
+ }
20624
+ }
20625
+ },
20626
+ "breadcrumbs-start-edge-to-text-large": {
20627
+ "sets": {
20628
+ "desktop": {
20629
+ "value": "9px",
20630
+ "uuid": "04141c6f-50ff-4301-a7b5-315bbd9cac18"
20631
+ },
20632
+ "mobile": {
20633
+ "value": "11px",
20634
+ "uuid": "1d7bd78d-4469-4385-89e7-fcd574cc6368"
20635
+ }
20636
+ }
20637
+ },
20638
+ "breadcrumbs-start-edge-to-text-medium": {
20639
+ "sets": {
20640
+ "desktop": {
20641
+ "value": "6px",
20642
+ "uuid": "941f9040-ddb7-419c-ac05-dfa24effa055"
20643
+ },
20644
+ "mobile": {
20645
+ "value": "8px",
20646
+ "uuid": "e87a054b-dceb-4462-a8fc-733700cc0f79"
20647
+ }
20648
+ }
20649
+ },
20650
+ "breadcrumbs-start-edge-to-text-multiline": {
20651
+ "sets": {
20652
+ "desktop": {
20653
+ "value": "4px",
20654
+ "uuid": "3dd655e7-f0d4-4fa4-a885-4a7aff9510fd"
20655
+ },
20656
+ "mobile": {
20657
+ "value": "5px",
20658
+ "uuid": "60a75c05-a9cd-4ecf-89e5-0bca9e137e9f"
20659
+ }
20660
+ }
20661
+ },
20662
+ "breadcrumbs-top-to-separator-large": {
20663
+ "sets": {
20664
+ "desktop": {
20665
+ "value": "15px",
20666
+ "uuid": "2e8091e4-f60b-438c-bcbb-111eb243900d"
20667
+ },
20668
+ "mobile": {
20669
+ "value": "20px",
20670
+ "uuid": "2e12202a-8099-4a4d-b06d-703deaf20862"
20671
+ }
20672
+ }
20673
+ },
20674
+ "breadcrumbs-top-to-separator-medium": {
20675
+ "sets": {
20676
+ "desktop": {
20677
+ "value": "11px",
20678
+ "uuid": "fdbf3b4b-7d6e-4464-8514-17c1b4790db6"
20679
+ },
20680
+ "mobile": {
20681
+ "value": "15px",
20682
+ "uuid": "fcbd2bcb-7f53-4219-9d6b-89c01fd50da7"
20683
+ }
20684
+ }
20685
+ },
20686
+ "breadcrumbs-top-to-separator-multiline": {
20687
+ "sets": {
20688
+ "desktop": {
20689
+ "value": "7px",
20690
+ "uuid": "96d7dff4-4b3d-433a-8f83-8f55a1514812"
20691
+ },
20692
+ "mobile": {
20693
+ "value": "10px",
20694
+ "uuid": "4b7eab87-e6a8-40f6-a071-5aff25493f2f"
20695
+ }
20696
+ }
20697
+ },
20698
+ "breadcrumbs-truncated-menu-to-separator": {
20699
+ "value": "0px",
20700
+ "uuid": "963bd7ed-cfc9-4a93-a8a6-a2340ec6479f"
20701
+ },
20702
+ "breadcrumbs-text-to-separator-large": {
20703
+ "sets": {
20704
+ "desktop": {
20705
+ "value": "9px",
20706
+ "uuid": "3e19f21e-0c87-4eca-bc21-d4c13bc984ef"
20707
+ },
20708
+ "mobile": {
20709
+ "value": "11px",
20710
+ "uuid": "25d8256e-b05f-43e8-bbc3-5b60c24be29c"
20711
+ }
20712
+ }
20713
+ },
20714
+ "breadcrumbs-text-to-separator-medium": {
20715
+ "sets": {
20716
+ "desktop": {
20717
+ "value": "6px",
20718
+ "uuid": "74d2cda7-385e-4145-8a3e-26065db5e302"
20719
+ },
20720
+ "mobile": {
20721
+ "value": "8px",
20722
+ "uuid": "bf2e3518-154e-4975-b9fb-acbf60b7e154"
20723
+ }
20724
+ }
20725
+ },
20726
+ "breadcrumbs-text-to-separator-multiline": {
20727
+ "sets": {
20728
+ "desktop": {
20729
+ "value": "4px",
20730
+ "uuid": "0d4dd9ba-5b01-432d-a7b2-d95947cfc43d"
20731
+ },
20732
+ "mobile": {
20733
+ "value": "5px",
20734
+ "uuid": "fbf763fe-9e35-4cdc-a5ed-9f90e03d23bd"
20735
+ }
20736
+ }
20737
+ },
20584
20738
  "corner-radius-0": {
20585
20739
  "value": "0px",
20586
20740
  "uuid": "bb9d8350-b1fb-4496-9c22-6ec9647ff117"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "13.0.0-beta.36",
3
+ "version": "13.0.0-beta.37",
4
4
  "description": "Design tokens for Spectrum, Adobe's design system",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -2632,14 +2632,16 @@
2632
2632
  "breadcrumbs-height": {
2633
2633
  "component": "breadcrumbs",
2634
2634
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
2635
- "value": "{component-height-300}",
2636
- "uuid": "2d39863c-6987-413c-90d8-07fcc506a0d4"
2635
+ "value": "{component-height-200}",
2636
+ "uuid": "2d39863c-6987-413c-90d8-07fcc506a0d4",
2637
+ "deprecated": true
2637
2638
  },
2638
2639
  "breadcrumbs-height-compact": {
2639
2640
  "component": "breadcrumbs",
2640
2641
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
2641
- "value": "{component-height-200}",
2642
- "uuid": "8393f599-37e8-484a-a1c6-0934ce15a507"
2642
+ "value": "{component-height-100}",
2643
+ "uuid": "8393f599-37e8-484a-a1c6-0934ce15a507",
2644
+ "deprecated": true
2643
2645
  },
2644
2646
  "breadcrumbs-height-multiline": {
2645
2647
  "component": "breadcrumbs",
@@ -2652,42 +2654,24 @@
2652
2654
  },
2653
2655
  "mobile": {
2654
2656
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2655
- "value": "84px",
2657
+ "value": "90px",
2656
2658
  "uuid": "5e7426da-1a1e-4d37-8c96-4fdac06bfad5"
2657
2659
  }
2658
2660
  }
2659
2661
  },
2660
2662
  "breadcrumbs-top-to-text": {
2661
2663
  "component": "breadcrumbs",
2662
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
2663
- "sets": {
2664
- "desktop": {
2665
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2666
- "value": "13px",
2667
- "uuid": "d084038e-bc31-43be-99ee-13cf727eaf9d"
2668
- },
2669
- "mobile": {
2670
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2671
- "value": "17px",
2672
- "uuid": "c4e58bb6-dcd7-4b64-b881-5b918c346989"
2673
- }
2674
- }
2664
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
2665
+ "value": "{component-top-to-text-200}",
2666
+ "uuid": "d084038e-bc31-43be-99ee-13cf727eaf9d",
2667
+ "deprecated": true
2675
2668
  },
2676
2669
  "breadcrumbs-top-to-text-compact": {
2677
2670
  "component": "breadcrumbs",
2678
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
2679
- "sets": {
2680
- "desktop": {
2681
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2682
- "value": "11px",
2683
- "uuid": "b19547e2-bd8f-435d-b726-4f2ce6a83984"
2684
- },
2685
- "mobile": {
2686
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2687
- "value": "16px",
2688
- "uuid": "da5c0b1f-a8df-407c-888f-ac62d1fefa7c"
2689
- }
2690
- }
2671
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
2672
+ "value": "{component-top-to-text-100}",
2673
+ "uuid": "b19547e2-bd8f-435d-b726-4f2ce6a83984",
2674
+ "deprecated": true
2691
2675
  },
2692
2676
  "breadcrumbs-top-to-text-multiline": {
2693
2677
  "component": "breadcrumbs",
@@ -2695,47 +2679,29 @@
2695
2679
  "sets": {
2696
2680
  "desktop": {
2697
2681
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2698
- "value": "12px",
2682
+ "value": "4px",
2699
2683
  "uuid": "138070fe-1f06-48b4-ac49-f8ff117c5f42"
2700
2684
  },
2701
2685
  "mobile": {
2702
2686
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2703
- "value": "15px",
2687
+ "value": "5px",
2704
2688
  "uuid": "ea82fc23-82e7-4116-a8bb-186a253675ad"
2705
2689
  }
2706
2690
  }
2707
2691
  },
2708
2692
  "breadcrumbs-bottom-to-text": {
2709
2693
  "component": "breadcrumbs",
2710
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
2711
- "sets": {
2712
- "desktop": {
2713
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2714
- "value": "15px",
2715
- "uuid": "f0e6a20d-8c2d-4aa3-9060-b6ca66aa7943"
2716
- },
2717
- "mobile": {
2718
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2719
- "value": "19px",
2720
- "uuid": "971f1589-f80b-4c1e-8814-b5c286c5f561"
2721
- }
2722
- }
2694
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
2695
+ "value": "{component-bottom-to-text-200}",
2696
+ "uuid": "f0e6a20d-8c2d-4aa3-9060-b6ca66aa7943",
2697
+ "deprecated": true
2723
2698
  },
2724
2699
  "breadcrumbs-bottom-to-text-compact": {
2725
2700
  "component": "breadcrumbs",
2726
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
2727
- "sets": {
2728
- "desktop": {
2729
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2730
- "value": "12px",
2731
- "uuid": "70a356be-c304-4bb4-a9df-97806931f089"
2732
- },
2733
- "mobile": {
2734
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2735
- "value": "19px",
2736
- "uuid": "d783bd6f-fc7a-4be4-b53a-b8be86018b7b"
2737
- }
2738
- }
2701
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
2702
+ "value": "{component-bottom-to-text-100}",
2703
+ "uuid": "70a356be-c304-4bb4-a9df-97806931f089",
2704
+ "deprecated": true
2739
2705
  },
2740
2706
  "breadcrumbs-bottom-to-text-multiline": {
2741
2707
  "component": "breadcrumbs",
@@ -2748,26 +2714,18 @@
2748
2714
  },
2749
2715
  "mobile": {
2750
2716
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2751
- "value": "10px",
2717
+ "value": "11px",
2752
2718
  "uuid": "a51a1142-e38e-4055-bd45-ad2bd0045880"
2753
2719
  }
2754
2720
  }
2755
2721
  },
2756
2722
  "breadcrumbs-start-edge-to-text": {
2757
2723
  "component": "breadcrumbs",
2758
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
2759
- "sets": {
2760
- "desktop": {
2761
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2762
- "value": "8px",
2763
- "uuid": "a0542dab-98fb-45d8-b4a0-79cfd2cc4f1c"
2764
- },
2765
- "mobile": {
2766
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2767
- "value": "9px",
2768
- "uuid": "6d632147-5a1e-4a19-9fca-019b234d0455"
2769
- }
2770
- }
2724
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
2725
+ "value": "{breadcrumbs-start-edge-to-text-large}",
2726
+ "uuid": "a0542dab-98fb-45d8-b4a0-79cfd2cc4f1c",
2727
+ "deprecated": true,
2728
+ "deprecated_comment": "Use a sized token instead, e.g., breadcrumbs-start-edge-to-text-large."
2771
2729
  },
2772
2730
  "breadcrumbs-end-edge-to-text": {
2773
2731
  "component": "breadcrumbs",
@@ -2793,118 +2751,87 @@
2793
2751
  },
2794
2752
  "breadcrumbs-top-to-separator-icon": {
2795
2753
  "component": "breadcrumbs",
2796
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
2797
- "sets": {
2798
- "desktop": {
2799
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2800
- "value": "19px",
2801
- "uuid": "15e56281-5fc1-4b59-b815-fc333231e364"
2802
- },
2803
- "mobile": {
2804
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2805
- "value": "25px",
2806
- "uuid": "882046d8-7111-4020-bf31-b8eb9d9013e0"
2807
- }
2808
- }
2754
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
2755
+ "value": "{breadcrumbs-top-to-separator-large}",
2756
+ "uuid": "15e56281-5fc1-4b59-b815-fc333231e364",
2757
+ "deprecated": true,
2758
+ "deprecated_comment": "Use a sized token instead, e.g., breadcrumbs-top-to-separator-large."
2809
2759
  },
2810
2760
  "breadcrumbs-top-to-separator-icon-compact": {
2811
2761
  "component": "breadcrumbs",
2812
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
2813
- "sets": {
2814
- "desktop": {
2815
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2816
- "value": "15px",
2817
- "uuid": "a63e8df1-124f-4f3e-9e1b-ba422b8d8257"
2818
- },
2819
- "mobile": {
2820
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2821
- "value": "23px",
2822
- "uuid": "f6c5b011-ec25-42ea-a708-d7dca1b5fb5a"
2823
- }
2824
- }
2762
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
2763
+ "value": "{breadcrumbs-top-to-separator-medium}",
2764
+ "uuid": "a63e8df1-124f-4f3e-9e1b-ba422b8d8257",
2765
+ "deprecated": true,
2766
+ "deprecated_comment": "Use a sized token instead, e.g., breadcrumbs-top-to-separator-medium."
2825
2767
  },
2826
2768
  "breadcrumbs-top-to-separator-icon-multiline": {
2827
2769
  "component": "breadcrumbs",
2828
2770
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
2829
2771
  "sets": {
2830
2772
  "desktop": {
2831
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2832
- "value": "15px",
2833
- "uuid": "6b310160-ab2e-40fd-9216-21ddcb36b575"
2773
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
2774
+ "value": "{breadcrumbs-top-to-separator-multiline}",
2775
+ "uuid": "6b310160-ab2e-40fd-9216-21ddcb36b575",
2776
+ "deprecated": true
2834
2777
  },
2835
2778
  "mobile": {
2836
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2837
- "value": "20px",
2838
- "uuid": "eb3b2566-6fc1-4a2c-a8cf-e40af3d34715"
2779
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
2780
+ "value": "{breadcrumbs-separator-icon-to-bottom-text-multiline}",
2781
+ "uuid": "eb3b2566-6fc1-4a2c-a8cf-e40af3d34715",
2782
+ "deprecated": true
2839
2783
  }
2840
2784
  }
2841
2785
  },
2842
2786
  "breadcrumbs-separator-icon-to-bottom-text-multiline": {
2843
2787
  "component": "breadcrumbs",
2844
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
2845
- "sets": {
2846
- "desktop": {
2847
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2848
- "value": "11px",
2849
- "uuid": "56dd2fd0-c7a3-4f2c-bda9-8e6ba6d99e6c"
2850
- },
2851
- "mobile": {
2852
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2853
- "value": "15px",
2854
- "uuid": "571239ce-690f-49ee-9e71-d14bbfe4b279"
2855
- }
2856
- }
2788
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
2789
+ "value": "{breadcrumbs-separator-to-bottom-text-multiline}",
2790
+ "uuid": "56dd2fd0-c7a3-4f2c-bda9-8e6ba6d99e6c",
2791
+ "deprecated": true
2857
2792
  },
2858
2793
  "breadcrumbs-truncated-menu-to-separator-icon": {
2859
2794
  "component": "breadcrumbs",
2860
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2861
- "value": "0px",
2862
- "uuid": "1fe2a3df-3179-4c4a-8d1f-de41297b6d74"
2795
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
2796
+ "value": "{breadcrumbs-truncated-menu-to-separator}",
2797
+ "uuid": "1fe2a3df-3179-4c4a-8d1f-de41297b6d74",
2798
+ "deprecated": true
2863
2799
  },
2864
2800
  "breadcrumbs-top-to-truncated-menu": {
2865
2801
  "component": "breadcrumbs",
2866
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
2867
- "sets": {
2868
- "desktop": {
2869
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2870
- "value": "8px",
2871
- "uuid": "751734bd-1c58-4222-bbd8-8b2349f2fbd2"
2872
- },
2873
- "mobile": {
2874
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2875
- "value": "10px",
2876
- "uuid": "793da276-18a6-46d0-a0e5-a1676c4df583"
2877
- }
2878
- }
2802
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2803
+ "value": "0px",
2804
+ "uuid": "751734bd-1c58-4222-bbd8-8b2349f2fbd2"
2879
2805
  },
2880
2806
  "breadcrumbs-top-to-truncated-menu-compact": {
2807
+ "component": "breadcrumbs",
2808
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
2809
+ "value": "{breadcrumbs-top-to-truncated-menu}",
2810
+ "uuid": "e0aba287-799f-4621-97cb-563352002a20",
2811
+ "deprecated": true
2812
+ },
2813
+ "breadcrumbs-start-edge-to-truncated-menu": {
2814
+ "component": "breadcrumbs",
2815
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2816
+ "value": "0px",
2817
+ "uuid": "b1fba444-c281-4be4-bded-4852b551cfee"
2818
+ },
2819
+ "breadcrumbs-truncated-menu-to-bottom-text": {
2881
2820
  "component": "breadcrumbs",
2882
2821
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
2883
2822
  "sets": {
2884
2823
  "desktop": {
2885
2824
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2886
2825
  "value": "4px",
2887
- "uuid": "e0aba287-799f-4621-97cb-563352002a20"
2826
+ "uuid": "2285d870-68ec-469f-a034-2fdeb31e33f0"
2888
2827
  },
2889
2828
  "mobile": {
2890
2829
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2891
2830
  "value": "5px",
2892
- "uuid": "d5e92b0a-6d37-4b77-a5d0-6c4f1b9a722c"
2831
+ "uuid": "154bce30-bfe2-445b-bbdd-69efce5565ae"
2893
2832
  }
2894
2833
  }
2895
2834
  },
2896
- "breadcrumbs-start-edge-to-truncated-menu": {
2897
- "component": "breadcrumbs",
2898
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2899
- "value": "0px",
2900
- "uuid": "b1fba444-c281-4be4-bded-4852b551cfee"
2901
- },
2902
- "breadcrumbs-truncated-menu-to-bottom-text": {
2903
- "component": "breadcrumbs",
2904
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2905
- "value": "0px",
2906
- "uuid": "2285d870-68ec-469f-a034-2fdeb31e33f0"
2907
- },
2908
2835
  "avatar-size-50": {
2909
2836
  "component": "avatar",
2910
2837
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
@@ -8210,5 +8137,171 @@
8210
8137
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8211
8138
  "value": "{illustrated-message-medium-body-font-size}",
8212
8139
  "uuid": "644593be-82da-4ae4-ae57-fabebd4513ca"
8140
+ },
8141
+ "breadcrumbs-separator-to-bottom-text-multiline": {
8142
+ "component": "breadcrumbs",
8143
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
8144
+ "sets": {
8145
+ "desktop": {
8146
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8147
+ "value": "11px",
8148
+ "uuid": "ba160ed7-e66b-4dd1-bef8-e91fe9b05d2c"
8149
+ },
8150
+ "mobile": {
8151
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8152
+ "value": "15px",
8153
+ "uuid": "a1c90c6d-851d-495f-99cc-bbeb0c6fdd4f"
8154
+ }
8155
+ }
8156
+ },
8157
+ "breadcrumbs-start-edge-to-text-large": {
8158
+ "component": "breadcrumbs",
8159
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
8160
+ "sets": {
8161
+ "desktop": {
8162
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8163
+ "value": "9px",
8164
+ "uuid": "04141c6f-50ff-4301-a7b5-315bbd9cac18"
8165
+ },
8166
+ "mobile": {
8167
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8168
+ "value": "11px",
8169
+ "uuid": "1d7bd78d-4469-4385-89e7-fcd574cc6368"
8170
+ }
8171
+ }
8172
+ },
8173
+ "breadcrumbs-start-edge-to-text-medium": {
8174
+ "component": "breadcrumbs",
8175
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
8176
+ "sets": {
8177
+ "desktop": {
8178
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8179
+ "value": "6px",
8180
+ "uuid": "941f9040-ddb7-419c-ac05-dfa24effa055"
8181
+ },
8182
+ "mobile": {
8183
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8184
+ "value": "8px",
8185
+ "uuid": "e87a054b-dceb-4462-a8fc-733700cc0f79"
8186
+ }
8187
+ }
8188
+ },
8189
+ "breadcrumbs-start-edge-to-text-multiline": {
8190
+ "component": "breadcrumbs",
8191
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
8192
+ "sets": {
8193
+ "desktop": {
8194
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8195
+ "value": "4px",
8196
+ "uuid": "3dd655e7-f0d4-4fa4-a885-4a7aff9510fd"
8197
+ },
8198
+ "mobile": {
8199
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8200
+ "value": "5px",
8201
+ "uuid": "60a75c05-a9cd-4ecf-89e5-0bca9e137e9f"
8202
+ }
8203
+ }
8204
+ },
8205
+ "breadcrumbs-top-to-separator-large": {
8206
+ "component": "breadcrumbs",
8207
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
8208
+ "sets": {
8209
+ "desktop": {
8210
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8211
+ "value": "15px",
8212
+ "uuid": "2e8091e4-f60b-438c-bcbb-111eb243900d"
8213
+ },
8214
+ "mobile": {
8215
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8216
+ "value": "20px",
8217
+ "uuid": "2e12202a-8099-4a4d-b06d-703deaf20862"
8218
+ }
8219
+ }
8220
+ },
8221
+ "breadcrumbs-top-to-separator-medium": {
8222
+ "component": "breadcrumbs",
8223
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
8224
+ "sets": {
8225
+ "desktop": {
8226
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8227
+ "value": "11px",
8228
+ "uuid": "fdbf3b4b-7d6e-4464-8514-17c1b4790db6"
8229
+ },
8230
+ "mobile": {
8231
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8232
+ "value": "15px",
8233
+ "uuid": "fcbd2bcb-7f53-4219-9d6b-89c01fd50da7"
8234
+ }
8235
+ }
8236
+ },
8237
+ "breadcrumbs-top-to-separator-multiline": {
8238
+ "component": "breadcrumbs",
8239
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
8240
+ "sets": {
8241
+ "desktop": {
8242
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8243
+ "value": "7px",
8244
+ "uuid": "96d7dff4-4b3d-433a-8f83-8f55a1514812"
8245
+ },
8246
+ "mobile": {
8247
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8248
+ "value": "10px",
8249
+ "uuid": "4b7eab87-e6a8-40f6-a071-5aff25493f2f"
8250
+ }
8251
+ }
8252
+ },
8253
+ "breadcrumbs-truncated-menu-to-separator": {
8254
+ "component": "breadcrumbs",
8255
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8256
+ "value": "0px",
8257
+ "uuid": "963bd7ed-cfc9-4a93-a8a6-a2340ec6479f"
8258
+ },
8259
+ "breadcrumbs-text-to-separator-large": {
8260
+ "component": "breadcrumbs",
8261
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
8262
+ "sets": {
8263
+ "desktop": {
8264
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8265
+ "value": "9px",
8266
+ "uuid": "3e19f21e-0c87-4eca-bc21-d4c13bc984ef"
8267
+ },
8268
+ "mobile": {
8269
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8270
+ "value": "11px",
8271
+ "uuid": "25d8256e-b05f-43e8-bbc3-5b60c24be29c"
8272
+ }
8273
+ }
8274
+ },
8275
+ "breadcrumbs-text-to-separator-medium": {
8276
+ "component": "breadcrumbs",
8277
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
8278
+ "sets": {
8279
+ "desktop": {
8280
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8281
+ "value": "6px",
8282
+ "uuid": "74d2cda7-385e-4145-8a3e-26065db5e302"
8283
+ },
8284
+ "mobile": {
8285
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8286
+ "value": "8px",
8287
+ "uuid": "bf2e3518-154e-4975-b9fb-acbf60b7e154"
8288
+ }
8289
+ }
8290
+ },
8291
+ "breadcrumbs-text-to-separator-multiline": {
8292
+ "component": "breadcrumbs",
8293
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
8294
+ "sets": {
8295
+ "desktop": {
8296
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8297
+ "value": "4px",
8298
+ "uuid": "0d4dd9ba-5b01-432d-a7b2-d95947cfc43d"
8299
+ },
8300
+ "mobile": {
8301
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8302
+ "value": "5px",
8303
+ "uuid": "fbf763fe-9e35-4cdc-a5ed-9f90e03d23bd"
8304
+ }
8305
+ }
8213
8306
  }
8214
8307
  }