@adobe/spectrum-tokens 13.0.0-beta.33 → 13.0.0-beta.35

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,65 @@
1
1
  # @adobe/spectrum-tokens
2
2
 
3
+ ## 13.0.0-beta.35
4
+
5
+ ### Minor Changes
6
+
7
+ - [#337](https://github.com/adobe/spectrum-tokens/pull/337) [`df2ab7e`](https://github.com/adobe/spectrum-tokens/commit/df2ab7ed77d385593342a3ced7bfded94bd8af8e) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Updated illustrated message and drop zone tokens
8
+
9
+ ## Design Motivation
10
+
11
+ - The previous tokens had the incorrect types. By fixing the type, they can reference the updated tokens that are replacing them.
12
+ - Illustrated message now has three sizes (S, M, L) in Spectrum 2 to cover a wider range of use cases
13
+ - Component font size tokens now specify font in the token name
14
+
15
+ ## Token Diff
16
+
17
+ _Tokens added (12):_
18
+
19
+ - `drop-zone-body-font-size`
20
+ - `drop-zone-cjk-title-font-size`
21
+ - `drop-zone-title-font-size`
22
+ - `illustrated-message-large-body-font-size`
23
+ - `illustrated-message-large-cjk-title-font-size`
24
+ - `illustrated-message-large-title-font-size`
25
+ - `illustrated-message-medium-body-font-size`
26
+ - `illustrated-message-medium-cjk-title-font-size`
27
+ - `illustrated-message-medium-title-font-size`
28
+ - `illustrated-message-small-body-font-size`
29
+ - `illustrated-message-small-cjk-title-font-size`
30
+ - `illustrated-message-small-title-font-size`
31
+
32
+ _Newly deprecated tokens (6):_
33
+
34
+ - `drop-zone-body-size`
35
+ - `drop-zone-cjk-title-size`
36
+ - `drop-zone-title-size`
37
+ - `illustrated-message-body-size`
38
+ - `illustrated-message-cjk-title-size`
39
+ - `illustrated-message-title-size`
40
+
41
+ _Token value updated (1):_
42
+
43
+ - `drop-zone-border-dash-gap`
44
+
45
+ ## 13.0.0-beta.34
46
+
47
+ ### Minor Changes
48
+
49
+ - [#334](https://github.com/adobe/spectrum-tokens/pull/334) [`4d28593`](https://github.com/adobe/spectrum-tokens/commit/4d28593c9d34414d72d78a1cc6c480d9ffdf82ce) Thanks [@nabuhasan](https://github.com/nabuhasan)! - S2 Popover tokens update
50
+
51
+ ## Token Diff
52
+
53
+ _Tokens added (3):_
54
+
55
+ - `popover-border-color`
56
+ - `popover-border-opacity`
57
+ - `popover-edge-to-content-area`
58
+
59
+ _Newly deprecated token (1):_
60
+
61
+ - `popover-top-to-content-area`
62
+
3
63
  ## 13.0.0-beta.33
4
64
 
5
65
  ### Minor Changes
@@ -425,6 +425,8 @@
425
425
  "pink-900": "rgb(206, 42, 146)",
426
426
  "pink-background-color-default": "rgb(206, 42, 146)",
427
427
  "pink-visual-color": "rgb(228, 52, 163)",
428
+ "popover-border-color": "rgb(225, 225, 225)",
429
+ "popover-border-opacity": "0",
428
430
  "positive-background-color-default": "rgb(5, 131, 78)",
429
431
  "positive-background-color-down": "rgb(3, 110, 69)",
430
432
  "positive-background-color-hover": "rgb(3, 110, 69)",
@@ -1006,6 +1008,8 @@
1006
1008
  "pink-900": "rgb(236, 67, 175)",
1007
1009
  "pink-background-color-default": "rgb(196, 39, 138)",
1008
1010
  "pink-visual-color": "rgb(236, 67, 175)",
1011
+ "popover-border-color": "rgb(50, 50, 50)",
1012
+ "popover-border-opacity": "1.0",
1009
1013
  "positive-background-color-default": "rgb(4, 124, 75)",
1010
1014
  "positive-background-color-down": "rgb(3, 106, 67)",
1011
1015
  "positive-background-color-hover": "rgb(3, 106, 67)",
@@ -1571,12 +1575,12 @@
1571
1575
  "drop-shadow-y-200": "2px",
1572
1576
  "drop-zone-background-color-opacity": "0.1",
1573
1577
  "drop-zone-background-color-opacity-filled": "0.3",
1574
- "drop-zone-body-size": "14px",
1575
- "drop-zone-border-dash-gap": "4px",
1578
+ "drop-zone-body-font-size": "14px",
1579
+ "drop-zone-border-dash-gap": "6px",
1576
1580
  "drop-zone-border-dash-length": "8px",
1577
- "drop-zone-cjk-title-size": "20px",
1581
+ "drop-zone-cjk-title-font-size": "18px",
1578
1582
  "drop-zone-content-maximum-width": "380px",
1579
- "drop-zone-title-size": "22px",
1583
+ "drop-zone-title-font-size": "20px",
1580
1584
  "drop-zone-width": "428px",
1581
1585
  "field-default-width-extra-large": "240px",
1582
1586
  "field-default-width-large": "224px",
@@ -1695,7 +1699,16 @@
1695
1699
  "help-text-top-to-workflow-icon-small": "4px",
1696
1700
  "illustrated-message-body-size": "14px",
1697
1701
  "illustrated-message-cjk-title-size": "20px",
1702
+ "illustrated-message-large-body-font-size": "14px",
1703
+ "illustrated-message-large-cjk-title-font-size": "20px",
1704
+ "illustrated-message-large-title-font-size": "22px",
1698
1705
  "illustrated-message-maximum-width": "380px",
1706
+ "illustrated-message-medium-body-font-size": "14px",
1707
+ "illustrated-message-medium-cjk-title-font-size": "18px",
1708
+ "illustrated-message-medium-title-font-size": "20px",
1709
+ "illustrated-message-small-body-font-size": "12px",
1710
+ "illustrated-message-small-cjk-title-font-size": "14px",
1711
+ "illustrated-message-small-title-font-size": "16px",
1699
1712
  "illustrated-message-title-size": "22px",
1700
1713
  "in-field-button-edge-to-disclosure-icon-stacked-extra-large": "16px",
1701
1714
  "in-field-button-edge-to-disclosure-icon-stacked-large": "13px",
@@ -1778,9 +1791,10 @@
1778
1791
  "picker-visual-to-disclosure-icon-large": "9px",
1779
1792
  "picker-visual-to-disclosure-icon-medium": "8px",
1780
1793
  "picker-visual-to-disclosure-icon-small": "7px",
1794
+ "popover-edge-to-content-area": "8px",
1781
1795
  "popover-tip-height": "8px",
1782
1796
  "popover-tip-width": "16px",
1783
- "popover-top-to-content-area": "4px",
1797
+ "popover-top-to-content-area": "8px",
1784
1798
  "progress-bar-maximum-width": "768px",
1785
1799
  "progress-bar-minimum-width": "48px",
1786
1800
  "progress-bar-thickness-extra-large": "10px",
@@ -5657,6 +5657,40 @@
5657
5657
  }
5658
5658
  }
5659
5659
  },
5660
+ "popover-border-color": {
5661
+ "ref": "{gray-200}",
5662
+ "sets": {
5663
+ "light": {
5664
+ "value": "rgb(225, 225, 225)",
5665
+ "uuid": "8de4888d-8da5-45a0-8d5d-64a734993ae4"
5666
+ },
5667
+ "dark": {
5668
+ "value": "rgb(50, 50, 50)",
5669
+ "uuid": "0a676e7a-8a89-4607-a918-3abcfb0234a2"
5670
+ },
5671
+ "wireframe": {
5672
+ "value": "rgb(230, 236, 248)",
5673
+ "uuid": "eaad36fe-2827-4404-8876-060de75c2b34"
5674
+ }
5675
+ },
5676
+ "uuid": "66da6f53-5446-43c1-bbe0-73b46763fde1"
5677
+ },
5678
+ "popover-border-opacity": {
5679
+ "sets": {
5680
+ "light": {
5681
+ "value": "0",
5682
+ "uuid": "05c58363-1d34-4991-a7f7-7be7da4df50a"
5683
+ },
5684
+ "dark": {
5685
+ "value": "1.0",
5686
+ "uuid": "fa9feacc-0c82-41a7-badc-5803c45a703b"
5687
+ },
5688
+ "wireframe": {
5689
+ "value": "0",
5690
+ "uuid": "d8f81d4f-b921-4a41-89c1-cdc79d40901a"
5691
+ }
5692
+ }
5693
+ },
5660
5694
  "white": {
5661
5695
  "value": "rgb(255, 255, 255)",
5662
5696
  "uuid": "9b799da8-2130-417e-b7ee-5e1154a89837"
@@ -12104,16 +12138,14 @@
12104
12138
  "uuid": "5960406b-973d-4e1f-9bb4-2c7a22422c5b"
12105
12139
  },
12106
12140
  "popover-top-to-content-area": {
12107
- "sets": {
12108
- "desktop": {
12109
- "value": "4px",
12110
- "uuid": "f97488e8-b1c1-442e-b98c-0ae6cff0b774"
12111
- },
12112
- "mobile": {
12113
- "value": "5px",
12114
- "uuid": "6165bae4-7148-4cb2-a1b4-38a25f2d8cde"
12115
- }
12116
- }
12141
+ "ref": "{popover-edge-to-content-area}",
12142
+ "value": "8px",
12143
+ "uuid": "f97488e8-b1c1-442e-b98c-0ae6cff0b774"
12144
+ },
12145
+ "popover-edge-to-content-area": {
12146
+ "ref": "{spacing-100}",
12147
+ "value": "8px",
12148
+ "uuid": "2a3bd47e-fde5-41d3-a585-f970bdefaf07"
12117
12149
  },
12118
12150
  "menu-item-label-to-description": {
12119
12151
  "ref": "{menu-item-label-to-description-medium}",
@@ -13565,9 +13597,10 @@
13565
13597
  "uuid": "0e464925-5524-4fcc-a2f1-54ef42a2990a"
13566
13598
  },
13567
13599
  "illustrated-message-title-size": {
13600
+ "ref": "{illustrated-message-large-title-font-size}",
13568
13601
  "sets": {
13569
13602
  "desktop": {
13570
- "ref": "{heading-size-m}",
13603
+ "ref": "{title-size-xxl}",
13571
13604
  "sets": {
13572
13605
  "desktop": {
13573
13606
  "value": "22px",
@@ -13578,28 +13611,30 @@
13578
13611
  "uuid": "a69a5079-1b5b-4ccf-946f-8b6e3fae4d7e"
13579
13612
  }
13580
13613
  },
13581
- "uuid": "365ec548-431b-4e1e-9f9d-7b04d337f001"
13614
+ "uuid": "abfe147d-04dd-45bd-8e86-eae6249e1745"
13582
13615
  },
13583
13616
  "mobile": {
13584
- "ref": "{heading-size-s}",
13617
+ "ref": "{title-size-xl}",
13585
13618
  "sets": {
13586
13619
  "desktop": {
13587
- "value": "18px",
13588
- "uuid": "3dc9b6a4-77e3-484b-be8c-fbc2f50e6175"
13620
+ "value": "20px",
13621
+ "uuid": "292a28d6-2e15-46e2-80cd-5171d977e9b5"
13589
13622
  },
13590
13623
  "mobile": {
13591
- "value": "22px",
13592
- "uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7"
13624
+ "value": "24px",
13625
+ "uuid": "d5ed0e8d-01ac-495f-bd15-fecc30af17c4"
13593
13626
  }
13594
13627
  },
13595
- "uuid": "cfca5a29-7073-4627-8a61-27d37552dc03"
13628
+ "uuid": "05104cea-7882-4f80-a994-3e072d29eec2"
13596
13629
  }
13597
- }
13630
+ },
13631
+ "uuid": "365ec548-431b-4e1e-9f9d-7b04d337f001"
13598
13632
  },
13599
13633
  "illustrated-message-cjk-title-size": {
13634
+ "ref": "{illustrated-message-large-cjk-title-font-size}",
13600
13635
  "sets": {
13601
13636
  "desktop": {
13602
- "ref": "{heading-cjk-size-m}",
13637
+ "ref": "{title-cjk-size-xxl}",
13603
13638
  "sets": {
13604
13639
  "desktop": {
13605
13640
  "value": "20px",
@@ -13610,10 +13645,10 @@
13610
13645
  "uuid": "d5ed0e8d-01ac-495f-bd15-fecc30af17c4"
13611
13646
  }
13612
13647
  },
13613
- "uuid": "e77279df-bc62-441a-8a30-5faa41d0df10"
13648
+ "uuid": "1929c819-5333-43ad-ba6c-fcf236270251"
13614
13649
  },
13615
13650
  "mobile": {
13616
- "ref": "{heading-cjk-size-s}",
13651
+ "ref": "{title-cjk-size-xl}",
13617
13652
  "sets": {
13618
13653
  "desktop": {
13619
13654
  "value": "18px",
@@ -13624,11 +13659,13 @@
13624
13659
  "uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7"
13625
13660
  }
13626
13661
  },
13627
- "uuid": "00c938e6-e62e-4bc3-8884-cf23b10e286c"
13662
+ "uuid": "e3c5a7ed-94f9-4938-9b92-b411e971af20"
13628
13663
  }
13629
- }
13664
+ },
13665
+ "uuid": "e77279df-bc62-441a-8a30-5faa41d0df10"
13630
13666
  },
13631
13667
  "illustrated-message-body-size": {
13668
+ "ref": "{illustrated-message-large-body-font-size}",
13632
13669
  "sets": {
13633
13670
  "desktop": {
13634
13671
  "ref": "{body-size-s}",
@@ -13642,7 +13679,7 @@
13642
13679
  "uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
13643
13680
  }
13644
13681
  },
13645
- "uuid": "4140710f-ae31-4ae3-b8b6-2d3eb6a1ae78"
13682
+ "uuid": "0208e74a-4a86-42e4-a5d0-f931715c293b"
13646
13683
  },
13647
13684
  "mobile": {
13648
13685
  "ref": "{body-size-xs}",
@@ -13656,9 +13693,10 @@
13656
13693
  "uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c"
13657
13694
  }
13658
13695
  },
13659
- "uuid": "f3ba73a4-16ba-44a4-abf2-9893e8f02344"
13696
+ "uuid": "f4956b2c-dfda-4449-850b-36cf3a82ea09"
13660
13697
  }
13661
- }
13698
+ },
13699
+ "uuid": "4140710f-ae31-4ae3-b8b6-2d3eb6a1ae78"
13662
13700
  },
13663
13701
  "search-field-minimum-width-multiplier": {
13664
13702
  "value": "4",
@@ -13711,109 +13749,22 @@
13711
13749
  "uuid": "a596af57-256f-4445-b91f-36e47bfb2d95"
13712
13750
  },
13713
13751
  "drop-zone-border-dash-gap": {
13714
- "value": "4px",
13752
+ "value": "6px",
13715
13753
  "uuid": "47c15433-53d3-425b-8b87-ea234701f781"
13716
13754
  },
13717
13755
  "drop-zone-title-size": {
13718
- "ref": "{illustrated-message-title-size}",
13719
- "sets": {
13720
- "desktop": {
13721
- "ref": "{heading-size-m}",
13722
- "sets": {
13723
- "desktop": {
13724
- "value": "22px",
13725
- "uuid": "9be56e29-2e79-41e0-b5a9-6a2dabc70aa1"
13726
- },
13727
- "mobile": {
13728
- "value": "27px",
13729
- "uuid": "a69a5079-1b5b-4ccf-946f-8b6e3fae4d7e"
13730
- }
13731
- },
13732
- "uuid": "365ec548-431b-4e1e-9f9d-7b04d337f001"
13733
- },
13734
- "mobile": {
13735
- "ref": "{heading-size-s}",
13736
- "sets": {
13737
- "desktop": {
13738
- "value": "18px",
13739
- "uuid": "3dc9b6a4-77e3-484b-be8c-fbc2f50e6175"
13740
- },
13741
- "mobile": {
13742
- "value": "22px",
13743
- "uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7"
13744
- }
13745
- },
13746
- "uuid": "cfca5a29-7073-4627-8a61-27d37552dc03"
13747
- }
13748
- },
13756
+ "ref": "{drop-zone-title-font-size}",
13757
+ "value": "{drop-zone-title-font-size}",
13749
13758
  "uuid": "edc68bfe-7ad3-4a12-81fa-ded8fb6fc2e3"
13750
13759
  },
13751
13760
  "drop-zone-cjk-title-size": {
13752
- "ref": "{illustrated-message-cjk-title-size}",
13753
- "sets": {
13754
- "desktop": {
13755
- "ref": "{heading-cjk-size-m}",
13756
- "sets": {
13757
- "desktop": {
13758
- "value": "20px",
13759
- "uuid": "292a28d6-2e15-46e2-80cd-5171d977e9b5"
13760
- },
13761
- "mobile": {
13762
- "value": "24px",
13763
- "uuid": "d5ed0e8d-01ac-495f-bd15-fecc30af17c4"
13764
- }
13765
- },
13766
- "uuid": "e77279df-bc62-441a-8a30-5faa41d0df10"
13767
- },
13768
- "mobile": {
13769
- "ref": "{heading-cjk-size-s}",
13770
- "sets": {
13771
- "desktop": {
13772
- "value": "18px",
13773
- "uuid": "3dc9b6a4-77e3-484b-be8c-fbc2f50e6175"
13774
- },
13775
- "mobile": {
13776
- "value": "22px",
13777
- "uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7"
13778
- }
13779
- },
13780
- "uuid": "00c938e6-e62e-4bc3-8884-cf23b10e286c"
13781
- }
13782
- },
13761
+ "ref": "{drop-zone-cjk-title-font-size}",
13762
+ "value": "{drop-zone-cjk-title-font-size}",
13783
13763
  "uuid": "013387e8-8925-4bb4-a8ee-94420141fde9"
13784
13764
  },
13785
13765
  "drop-zone-body-size": {
13786
- "ref": "{illustrated-message-body-size}",
13787
- "sets": {
13788
- "desktop": {
13789
- "ref": "{body-size-s}",
13790
- "sets": {
13791
- "desktop": {
13792
- "value": "14px",
13793
- "uuid": "938e2d24-1e90-48f0-a596-595a69103707"
13794
- },
13795
- "mobile": {
13796
- "value": "17px",
13797
- "uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
13798
- }
13799
- },
13800
- "uuid": "4140710f-ae31-4ae3-b8b6-2d3eb6a1ae78"
13801
- },
13802
- "mobile": {
13803
- "ref": "{body-size-xs}",
13804
- "sets": {
13805
- "desktop": {
13806
- "value": "12px",
13807
- "uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a"
13808
- },
13809
- "mobile": {
13810
- "value": "15px",
13811
- "uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c"
13812
- }
13813
- },
13814
- "uuid": "f3ba73a4-16ba-44a4-abf2-9893e8f02344"
13815
- }
13816
- },
13766
+ "ref": "{drop-zone-body-font-size}",
13767
+ "value": "{drop-zone-body-font-size}",
13817
13768
  "uuid": "bb3fee51-24cc-4643-9f22-fa1592ab2457"
13818
13769
  },
13819
13770
  "coach-mark-width": {
@@ -17818,6 +17769,378 @@
17818
17769
  "value": "0",
17819
17770
  "uuid": "6f464689-0b87-4f38-b9a4-e5015acdd0d7"
17820
17771
  },
17772
+ "illustrated-message-small-title-font-size": {
17773
+ "sets": {
17774
+ "desktop": {
17775
+ "ref": "{title-size-m}",
17776
+ "sets": {
17777
+ "desktop": {
17778
+ "value": "16px",
17779
+ "uuid": "b36caaa3-7047-4dfb-8a84-f990a8ac3a91"
17780
+ },
17781
+ "mobile": {
17782
+ "value": "19px",
17783
+ "uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991"
17784
+ }
17785
+ },
17786
+ "uuid": "f21da7b8-ba19-43e0-96e5-f9e60476ef6e"
17787
+ },
17788
+ "mobile": {
17789
+ "ref": "{title-size-s}",
17790
+ "sets": {
17791
+ "desktop": {
17792
+ "value": "14px",
17793
+ "uuid": "938e2d24-1e90-48f0-a596-595a69103707"
17794
+ },
17795
+ "mobile": {
17796
+ "value": "17px",
17797
+ "uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
17798
+ }
17799
+ },
17800
+ "uuid": "ef8d0abb-9652-4db3-8f1d-506c03e5e115"
17801
+ }
17802
+ }
17803
+ },
17804
+ "illustrated-message-small-cjk-title-font-size": {
17805
+ "sets": {
17806
+ "desktop": {
17807
+ "ref": "{title-cjk-size-m}",
17808
+ "sets": {
17809
+ "desktop": {
17810
+ "value": "14px",
17811
+ "uuid": "938e2d24-1e90-48f0-a596-595a69103707"
17812
+ },
17813
+ "mobile": {
17814
+ "value": "17px",
17815
+ "uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
17816
+ }
17817
+ },
17818
+ "uuid": "9a6cf390-ca10-4242-a7d4-da4c9acc4058"
17819
+ },
17820
+ "mobile": {
17821
+ "ref": "{title-cjk-size-s}",
17822
+ "sets": {
17823
+ "desktop": {
17824
+ "value": "12px",
17825
+ "uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a"
17826
+ },
17827
+ "mobile": {
17828
+ "value": "15px",
17829
+ "uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c"
17830
+ }
17831
+ },
17832
+ "uuid": "a144455d-6bb3-43d4-828c-6b6f67ae9c51"
17833
+ }
17834
+ }
17835
+ },
17836
+ "illustrated-message-medium-title-font-size": {
17837
+ "sets": {
17838
+ "desktop": {
17839
+ "ref": "{title-size-xl}",
17840
+ "sets": {
17841
+ "desktop": {
17842
+ "value": "20px",
17843
+ "uuid": "292a28d6-2e15-46e2-80cd-5171d977e9b5"
17844
+ },
17845
+ "mobile": {
17846
+ "value": "24px",
17847
+ "uuid": "d5ed0e8d-01ac-495f-bd15-fecc30af17c4"
17848
+ }
17849
+ },
17850
+ "uuid": "8e2d1a48-937c-4493-9624-5ca8383f74bd"
17851
+ },
17852
+ "mobile": {
17853
+ "ref": "{title-size-l}",
17854
+ "sets": {
17855
+ "desktop": {
17856
+ "value": "18px",
17857
+ "uuid": "3dc9b6a4-77e3-484b-be8c-fbc2f50e6175"
17858
+ },
17859
+ "mobile": {
17860
+ "value": "22px",
17861
+ "uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7"
17862
+ }
17863
+ },
17864
+ "uuid": "65961091-abdb-4155-9887-4aebe857c4fd"
17865
+ }
17866
+ }
17867
+ },
17868
+ "illustrated-message-medium-cjk-title-font-size": {
17869
+ "sets": {
17870
+ "desktop": {
17871
+ "ref": "{title-cjk-size-xl}",
17872
+ "sets": {
17873
+ "desktop": {
17874
+ "value": "18px",
17875
+ "uuid": "3dc9b6a4-77e3-484b-be8c-fbc2f50e6175"
17876
+ },
17877
+ "mobile": {
17878
+ "value": "22px",
17879
+ "uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7"
17880
+ }
17881
+ },
17882
+ "uuid": "ee763c7d-b98f-4f2e-9fc4-764cfa2ac53f"
17883
+ },
17884
+ "mobile": {
17885
+ "ref": "{title-cjk-size-l}",
17886
+ "sets": {
17887
+ "desktop": {
17888
+ "value": "16px",
17889
+ "uuid": "b36caaa3-7047-4dfb-8a84-f990a8ac3a91"
17890
+ },
17891
+ "mobile": {
17892
+ "value": "19px",
17893
+ "uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991"
17894
+ }
17895
+ },
17896
+ "uuid": "1cb0c913-f4ec-478c-b92d-4c9d78875362"
17897
+ }
17898
+ }
17899
+ },
17900
+ "illustrated-message-large-title-font-size": {
17901
+ "sets": {
17902
+ "desktop": {
17903
+ "ref": "{title-size-xxl}",
17904
+ "sets": {
17905
+ "desktop": {
17906
+ "value": "22px",
17907
+ "uuid": "9be56e29-2e79-41e0-b5a9-6a2dabc70aa1"
17908
+ },
17909
+ "mobile": {
17910
+ "value": "27px",
17911
+ "uuid": "a69a5079-1b5b-4ccf-946f-8b6e3fae4d7e"
17912
+ }
17913
+ },
17914
+ "uuid": "abfe147d-04dd-45bd-8e86-eae6249e1745"
17915
+ },
17916
+ "mobile": {
17917
+ "ref": "{title-size-xl}",
17918
+ "sets": {
17919
+ "desktop": {
17920
+ "value": "20px",
17921
+ "uuid": "292a28d6-2e15-46e2-80cd-5171d977e9b5"
17922
+ },
17923
+ "mobile": {
17924
+ "value": "24px",
17925
+ "uuid": "d5ed0e8d-01ac-495f-bd15-fecc30af17c4"
17926
+ }
17927
+ },
17928
+ "uuid": "05104cea-7882-4f80-a994-3e072d29eec2"
17929
+ }
17930
+ }
17931
+ },
17932
+ "illustrated-message-large-cjk-title-font-size": {
17933
+ "sets": {
17934
+ "desktop": {
17935
+ "ref": "{title-cjk-size-xxl}",
17936
+ "sets": {
17937
+ "desktop": {
17938
+ "value": "20px",
17939
+ "uuid": "292a28d6-2e15-46e2-80cd-5171d977e9b5"
17940
+ },
17941
+ "mobile": {
17942
+ "value": "24px",
17943
+ "uuid": "d5ed0e8d-01ac-495f-bd15-fecc30af17c4"
17944
+ }
17945
+ },
17946
+ "uuid": "1929c819-5333-43ad-ba6c-fcf236270251"
17947
+ },
17948
+ "mobile": {
17949
+ "ref": "{title-cjk-size-xl}",
17950
+ "sets": {
17951
+ "desktop": {
17952
+ "value": "18px",
17953
+ "uuid": "3dc9b6a4-77e3-484b-be8c-fbc2f50e6175"
17954
+ },
17955
+ "mobile": {
17956
+ "value": "22px",
17957
+ "uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7"
17958
+ }
17959
+ },
17960
+ "uuid": "e3c5a7ed-94f9-4938-9b92-b411e971af20"
17961
+ }
17962
+ }
17963
+ },
17964
+ "illustrated-message-small-body-font-size": {
17965
+ "ref": "{body-size-xs}",
17966
+ "sets": {
17967
+ "desktop": {
17968
+ "value": "12px",
17969
+ "uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a"
17970
+ },
17971
+ "mobile": {
17972
+ "value": "15px",
17973
+ "uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c"
17974
+ }
17975
+ },
17976
+ "uuid": "fad078e5-1791-4003-994d-3567162d8233"
17977
+ },
17978
+ "illustrated-message-medium-body-font-size": {
17979
+ "sets": {
17980
+ "desktop": {
17981
+ "ref": "{body-size-s}",
17982
+ "sets": {
17983
+ "desktop": {
17984
+ "value": "14px",
17985
+ "uuid": "938e2d24-1e90-48f0-a596-595a69103707"
17986
+ },
17987
+ "mobile": {
17988
+ "value": "17px",
17989
+ "uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
17990
+ }
17991
+ },
17992
+ "uuid": "ca0d9e22-35a8-4ae5-99ee-29cce3ffa0bd"
17993
+ },
17994
+ "mobile": {
17995
+ "ref": "{body-size-xs}",
17996
+ "sets": {
17997
+ "desktop": {
17998
+ "value": "12px",
17999
+ "uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a"
18000
+ },
18001
+ "mobile": {
18002
+ "value": "15px",
18003
+ "uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c"
18004
+ }
18005
+ },
18006
+ "uuid": "32b359dc-b489-4476-afbd-1c04e6b0ff0e"
18007
+ }
18008
+ }
18009
+ },
18010
+ "illustrated-message-large-body-font-size": {
18011
+ "sets": {
18012
+ "desktop": {
18013
+ "ref": "{body-size-s}",
18014
+ "sets": {
18015
+ "desktop": {
18016
+ "value": "14px",
18017
+ "uuid": "938e2d24-1e90-48f0-a596-595a69103707"
18018
+ },
18019
+ "mobile": {
18020
+ "value": "17px",
18021
+ "uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
18022
+ }
18023
+ },
18024
+ "uuid": "0208e74a-4a86-42e4-a5d0-f931715c293b"
18025
+ },
18026
+ "mobile": {
18027
+ "ref": "{body-size-xs}",
18028
+ "sets": {
18029
+ "desktop": {
18030
+ "value": "12px",
18031
+ "uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a"
18032
+ },
18033
+ "mobile": {
18034
+ "value": "15px",
18035
+ "uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c"
18036
+ }
18037
+ },
18038
+ "uuid": "f4956b2c-dfda-4449-850b-36cf3a82ea09"
18039
+ }
18040
+ }
18041
+ },
18042
+ "drop-zone-title-font-size": {
18043
+ "ref": "{illustrated-message-medium-title-font-size}",
18044
+ "sets": {
18045
+ "desktop": {
18046
+ "ref": "{title-size-xl}",
18047
+ "sets": {
18048
+ "desktop": {
18049
+ "value": "20px",
18050
+ "uuid": "292a28d6-2e15-46e2-80cd-5171d977e9b5"
18051
+ },
18052
+ "mobile": {
18053
+ "value": "24px",
18054
+ "uuid": "d5ed0e8d-01ac-495f-bd15-fecc30af17c4"
18055
+ }
18056
+ },
18057
+ "uuid": "8e2d1a48-937c-4493-9624-5ca8383f74bd"
18058
+ },
18059
+ "mobile": {
18060
+ "ref": "{title-size-l}",
18061
+ "sets": {
18062
+ "desktop": {
18063
+ "value": "18px",
18064
+ "uuid": "3dc9b6a4-77e3-484b-be8c-fbc2f50e6175"
18065
+ },
18066
+ "mobile": {
18067
+ "value": "22px",
18068
+ "uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7"
18069
+ }
18070
+ },
18071
+ "uuid": "65961091-abdb-4155-9887-4aebe857c4fd"
18072
+ }
18073
+ },
18074
+ "uuid": "07564dd0-3628-42e1-8a29-253448a8c75f"
18075
+ },
18076
+ "drop-zone-cjk-title-font-size": {
18077
+ "ref": "{illustrated-message-medium-cjk-title-font-size}",
18078
+ "sets": {
18079
+ "desktop": {
18080
+ "ref": "{title-cjk-size-xl}",
18081
+ "sets": {
18082
+ "desktop": {
18083
+ "value": "18px",
18084
+ "uuid": "3dc9b6a4-77e3-484b-be8c-fbc2f50e6175"
18085
+ },
18086
+ "mobile": {
18087
+ "value": "22px",
18088
+ "uuid": "9b9a7175-dcca-43aa-98ce-f1c3e4eefda7"
18089
+ }
18090
+ },
18091
+ "uuid": "ee763c7d-b98f-4f2e-9fc4-764cfa2ac53f"
18092
+ },
18093
+ "mobile": {
18094
+ "ref": "{title-cjk-size-l}",
18095
+ "sets": {
18096
+ "desktop": {
18097
+ "value": "16px",
18098
+ "uuid": "b36caaa3-7047-4dfb-8a84-f990a8ac3a91"
18099
+ },
18100
+ "mobile": {
18101
+ "value": "19px",
18102
+ "uuid": "7e51ff4e-2749-49d1-b9ed-75de92a73991"
18103
+ }
18104
+ },
18105
+ "uuid": "1cb0c913-f4ec-478c-b92d-4c9d78875362"
18106
+ }
18107
+ },
18108
+ "uuid": "56fc89be-658e-4c5c-9b8e-7ac6f7d7db75"
18109
+ },
18110
+ "drop-zone-body-font-size": {
18111
+ "ref": "{illustrated-message-medium-body-font-size}",
18112
+ "sets": {
18113
+ "desktop": {
18114
+ "ref": "{body-size-s}",
18115
+ "sets": {
18116
+ "desktop": {
18117
+ "value": "14px",
18118
+ "uuid": "938e2d24-1e90-48f0-a596-595a69103707"
18119
+ },
18120
+ "mobile": {
18121
+ "value": "17px",
18122
+ "uuid": "2f9ee3cf-ccb1-4f0b-aed6-96e472fb7411"
18123
+ }
18124
+ },
18125
+ "uuid": "ca0d9e22-35a8-4ae5-99ee-29cce3ffa0bd"
18126
+ },
18127
+ "mobile": {
18128
+ "ref": "{body-size-xs}",
18129
+ "sets": {
18130
+ "desktop": {
18131
+ "value": "12px",
18132
+ "uuid": "55d90327-8cc9-4d4f-891f-9d42751d989a"
18133
+ },
18134
+ "mobile": {
18135
+ "value": "15px",
18136
+ "uuid": "07e1c2a8-3925-4d71-8fae-3486483ff44c"
18137
+ }
18138
+ },
18139
+ "uuid": "32b359dc-b489-4476-afbd-1c04e6b0ff0e"
18140
+ }
18141
+ },
18142
+ "uuid": "644593be-82da-4ae4-ae57-fabebd4513ca"
18143
+ },
17821
18144
  "corner-radius-0": {
17822
18145
  "value": "0px",
17823
18146
  "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.33",
3
+ "version": "13.0.0-beta.35",
4
4
  "description": "Design tokens for Spectrum, Adobe's design system",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -25,12 +25,14 @@
25
25
  "light": {
26
26
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
27
27
  "value": "0.4",
28
- "uuid": "26b9803c-577f-4a29-badd-dfc459e8b73e"
28
+ "uuid": "26b9803c-577f-4a29-badd-dfc459e8b73e",
29
+ "deprecated": true
29
30
  },
30
31
  "dark": {
31
32
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
32
33
  "value": "0.6",
33
- "uuid": "31d5b502-6266-4309-8f8a-3892e6e158da"
34
+ "uuid": "31d5b502-6266-4309-8f8a-3892e6e158da",
35
+ "deprecated": true
34
36
  },
35
37
  "wireframe": {
36
38
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
@@ -372,5 +372,32 @@
372
372
  "uuid": "ce26d102-2e5e-4b11-b9bf-4d1b347c60c5"
373
373
  }
374
374
  }
375
+ },
376
+ "popover-border-color": {
377
+ "component": "popover",
378
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
379
+ "value": "{gray-200}",
380
+ "uuid": "66da6f53-5446-43c1-bbe0-73b46763fde1"
381
+ },
382
+ "popover-border-opacity": {
383
+ "component": "popover",
384
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
385
+ "sets": {
386
+ "light": {
387
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
388
+ "value": "0",
389
+ "uuid": "05c58363-1d34-4991-a7f7-7be7da4df50a"
390
+ },
391
+ "dark": {
392
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
393
+ "value": "1.0",
394
+ "uuid": "fa9feacc-0c82-41a7-badc-5803c45a703b"
395
+ },
396
+ "wireframe": {
397
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
398
+ "value": "0",
399
+ "uuid": "d8f81d4f-b921-4a41-89c1-cdc79d40901a"
400
+ }
401
+ }
375
402
  }
376
403
  }
@@ -1591,19 +1591,17 @@
1591
1591
  },
1592
1592
  "popover-top-to-content-area": {
1593
1593
  "component": "popover",
1594
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
1595
- "sets": {
1596
- "desktop": {
1597
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
1598
- "value": "4px",
1599
- "uuid": "f97488e8-b1c1-442e-b98c-0ae6cff0b774"
1600
- },
1601
- "mobile": {
1602
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
1603
- "value": "5px",
1604
- "uuid": "6165bae4-7148-4cb2-a1b4-38a25f2d8cde"
1605
- }
1606
- }
1594
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1595
+ "value": "{popover-edge-to-content-area}",
1596
+ "uuid": "f97488e8-b1c1-442e-b98c-0ae6cff0b774",
1597
+ "deprecated": true,
1598
+ "deprecated_comment": "Introduced as an error. Use popover-edge-to-content-area instead"
1599
+ },
1600
+ "popover-edge-to-content-area": {
1601
+ "component": "popover",
1602
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1603
+ "value": "{spacing-100}",
1604
+ "uuid": "2a3bd47e-fde5-41d3-a585-f970bdefaf07"
1607
1605
  },
1608
1606
  "menu-item-label-to-description": {
1609
1607
  "component": "menu",
@@ -3365,51 +3363,27 @@
3365
3363
  },
3366
3364
  "illustrated-message-title-size": {
3367
3365
  "component": "illustrated-message",
3368
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
3369
- "sets": {
3370
- "desktop": {
3371
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
3372
- "value": "{heading-size-m}",
3373
- "uuid": "365ec548-431b-4e1e-9f9d-7b04d337f001"
3374
- },
3375
- "mobile": {
3376
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
3377
- "value": "{heading-size-s}",
3378
- "uuid": "cfca5a29-7073-4627-8a61-27d37552dc03"
3379
- }
3380
- }
3366
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
3367
+ "value": "{illustrated-message-large-title-font-size}",
3368
+ "uuid": "365ec548-431b-4e1e-9f9d-7b04d337f001",
3369
+ "deprecated": true,
3370
+ "deprecated_comment": "Use illustrated-message-medium-title-font-size instead"
3381
3371
  },
3382
3372
  "illustrated-message-cjk-title-size": {
3383
3373
  "component": "illustrated-message",
3384
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
3385
- "sets": {
3386
- "desktop": {
3387
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
3388
- "value": "{heading-cjk-size-m}",
3389
- "uuid": "e77279df-bc62-441a-8a30-5faa41d0df10"
3390
- },
3391
- "mobile": {
3392
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
3393
- "value": "{heading-cjk-size-s}",
3394
- "uuid": "00c938e6-e62e-4bc3-8884-cf23b10e286c"
3395
- }
3396
- }
3374
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
3375
+ "value": "{illustrated-message-large-cjk-title-font-size}",
3376
+ "uuid": "e77279df-bc62-441a-8a30-5faa41d0df10",
3377
+ "deprecated": true,
3378
+ "deprecated_comment": "Use illustrated-message-medium-cjk-title-font-size instead"
3397
3379
  },
3398
3380
  "illustrated-message-body-size": {
3399
3381
  "component": "illustrated-message",
3400
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
3401
- "sets": {
3402
- "desktop": {
3403
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
3404
- "value": "{body-size-s}",
3405
- "uuid": "4140710f-ae31-4ae3-b8b6-2d3eb6a1ae78"
3406
- },
3407
- "mobile": {
3408
- "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
3409
- "value": "{body-size-xs}",
3410
- "uuid": "f3ba73a4-16ba-44a4-abf2-9893e8f02344"
3411
- }
3412
- }
3382
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
3383
+ "value": "{illustrated-message-large-body-font-size}",
3384
+ "uuid": "4140710f-ae31-4ae3-b8b6-2d3eb6a1ae78",
3385
+ "deprecated": true,
3386
+ "deprecated_comment": "Use illustrated-message-medium-body-font-size instead"
3413
3387
  },
3414
3388
  "search-field-minimum-width-multiplier": {
3415
3389
  "component": "search-field",
@@ -3486,26 +3460,32 @@
3486
3460
  "drop-zone-border-dash-gap": {
3487
3461
  "component": "drop-zone",
3488
3462
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
3489
- "value": "4px",
3463
+ "value": "6px",
3490
3464
  "uuid": "47c15433-53d3-425b-8b87-ea234701f781"
3491
3465
  },
3492
3466
  "drop-zone-title-size": {
3493
3467
  "component": "drop-zone",
3494
3468
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
3495
- "value": "{illustrated-message-title-size}",
3496
- "uuid": "edc68bfe-7ad3-4a12-81fa-ded8fb6fc2e3"
3469
+ "value": "{drop-zone-title-font-size}",
3470
+ "uuid": "edc68bfe-7ad3-4a12-81fa-ded8fb6fc2e3",
3471
+ "deprecated": true,
3472
+ "deprecated_comment": "Use drop-zone-title-font-size instead"
3497
3473
  },
3498
3474
  "drop-zone-cjk-title-size": {
3499
3475
  "component": "drop-zone",
3500
3476
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
3501
- "value": "{illustrated-message-cjk-title-size}",
3502
- "uuid": "013387e8-8925-4bb4-a8ee-94420141fde9"
3477
+ "value": "{drop-zone-cjk-title-font-size}",
3478
+ "uuid": "013387e8-8925-4bb4-a8ee-94420141fde9",
3479
+ "deprecated": true,
3480
+ "deprecated_comment": "Use drop-zone-cjk-title-font-size instead"
3503
3481
  },
3504
3482
  "drop-zone-body-size": {
3505
3483
  "component": "drop-zone",
3506
3484
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
3507
- "value": "{illustrated-message-body-size}",
3508
- "uuid": "bb3fee51-24cc-4643-9f22-fa1592ab2457"
3485
+ "value": "{drop-zone-body-font-size}",
3486
+ "uuid": "bb3fee51-24cc-4643-9f22-fa1592ab2457",
3487
+ "deprecated": true,
3488
+ "deprecated_comment": "Use drop-zone-body-font-size instead"
3509
3489
  },
3510
3490
  "coach-mark-width": {
3511
3491
  "component": "coach-mark",
@@ -8078,5 +8058,157 @@
8078
8058
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
8079
8059
  "value": "0",
8080
8060
  "uuid": "6f464689-0b87-4f38-b9a4-e5015acdd0d7"
8061
+ },
8062
+ "illustrated-message-small-title-font-size": {
8063
+ "component": "illustrated-message",
8064
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
8065
+ "sets": {
8066
+ "desktop": {
8067
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8068
+ "value": "{title-size-m}",
8069
+ "uuid": "f21da7b8-ba19-43e0-96e5-f9e60476ef6e"
8070
+ },
8071
+ "mobile": {
8072
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8073
+ "value": "{title-size-s}",
8074
+ "uuid": "ef8d0abb-9652-4db3-8f1d-506c03e5e115"
8075
+ }
8076
+ }
8077
+ },
8078
+ "illustrated-message-small-cjk-title-font-size": {
8079
+ "component": "illustrated-message",
8080
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
8081
+ "sets": {
8082
+ "desktop": {
8083
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8084
+ "value": "{title-cjk-size-m}",
8085
+ "uuid": "9a6cf390-ca10-4242-a7d4-da4c9acc4058"
8086
+ },
8087
+ "mobile": {
8088
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8089
+ "value": "{title-cjk-size-s}",
8090
+ "uuid": "a144455d-6bb3-43d4-828c-6b6f67ae9c51"
8091
+ }
8092
+ }
8093
+ },
8094
+ "illustrated-message-medium-title-font-size": {
8095
+ "component": "illustrated-message",
8096
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
8097
+ "sets": {
8098
+ "desktop": {
8099
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8100
+ "value": "{title-size-xl}",
8101
+ "uuid": "8e2d1a48-937c-4493-9624-5ca8383f74bd"
8102
+ },
8103
+ "mobile": {
8104
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8105
+ "value": "{title-size-l}",
8106
+ "uuid": "65961091-abdb-4155-9887-4aebe857c4fd"
8107
+ }
8108
+ }
8109
+ },
8110
+ "illustrated-message-medium-cjk-title-font-size": {
8111
+ "component": "illustrated-message",
8112
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
8113
+ "sets": {
8114
+ "desktop": {
8115
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8116
+ "value": "{title-cjk-size-xl}",
8117
+ "uuid": "ee763c7d-b98f-4f2e-9fc4-764cfa2ac53f"
8118
+ },
8119
+ "mobile": {
8120
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8121
+ "value": "{title-cjk-size-l}",
8122
+ "uuid": "1cb0c913-f4ec-478c-b92d-4c9d78875362"
8123
+ }
8124
+ }
8125
+ },
8126
+ "illustrated-message-large-title-font-size": {
8127
+ "component": "illustrated-message",
8128
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
8129
+ "sets": {
8130
+ "desktop": {
8131
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8132
+ "value": "{title-size-xxl}",
8133
+ "uuid": "abfe147d-04dd-45bd-8e86-eae6249e1745"
8134
+ },
8135
+ "mobile": {
8136
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8137
+ "value": "{title-size-xl}",
8138
+ "uuid": "05104cea-7882-4f80-a994-3e072d29eec2"
8139
+ }
8140
+ }
8141
+ },
8142
+ "illustrated-message-large-cjk-title-font-size": {
8143
+ "component": "illustrated-message",
8144
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
8145
+ "sets": {
8146
+ "desktop": {
8147
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8148
+ "value": "{title-cjk-size-xxl}",
8149
+ "uuid": "1929c819-5333-43ad-ba6c-fcf236270251"
8150
+ },
8151
+ "mobile": {
8152
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8153
+ "value": "{title-cjk-size-xl}",
8154
+ "uuid": "e3c5a7ed-94f9-4938-9b92-b411e971af20"
8155
+ }
8156
+ }
8157
+ },
8158
+ "illustrated-message-small-body-font-size": {
8159
+ "component": "illustrated-message",
8160
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8161
+ "value": "{body-size-xs}",
8162
+ "uuid": "fad078e5-1791-4003-994d-3567162d8233"
8163
+ },
8164
+ "illustrated-message-medium-body-font-size": {
8165
+ "component": "illustrated-message",
8166
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
8167
+ "sets": {
8168
+ "desktop": {
8169
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8170
+ "value": "{body-size-s}",
8171
+ "uuid": "ca0d9e22-35a8-4ae5-99ee-29cce3ffa0bd"
8172
+ },
8173
+ "mobile": {
8174
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8175
+ "value": "{body-size-xs}",
8176
+ "uuid": "32b359dc-b489-4476-afbd-1c04e6b0ff0e"
8177
+ }
8178
+ }
8179
+ },
8180
+ "illustrated-message-large-body-font-size": {
8181
+ "component": "illustrated-message",
8182
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
8183
+ "sets": {
8184
+ "desktop": {
8185
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8186
+ "value": "{body-size-s}",
8187
+ "uuid": "0208e74a-4a86-42e4-a5d0-f931715c293b"
8188
+ },
8189
+ "mobile": {
8190
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8191
+ "value": "{body-size-xs}",
8192
+ "uuid": "f4956b2c-dfda-4449-850b-36cf3a82ea09"
8193
+ }
8194
+ }
8195
+ },
8196
+ "drop-zone-title-font-size": {
8197
+ "component": "drop-zone",
8198
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8199
+ "value": "{illustrated-message-medium-title-font-size}",
8200
+ "uuid": "07564dd0-3628-42e1-8a29-253448a8c75f"
8201
+ },
8202
+ "drop-zone-cjk-title-font-size": {
8203
+ "component": "drop-zone",
8204
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8205
+ "value": "{illustrated-message-medium-cjk-title-font-size}",
8206
+ "uuid": "56fc89be-658e-4c5c-9b8e-7ac6f7d7db75"
8207
+ },
8208
+ "drop-zone-body-font-size": {
8209
+ "component": "drop-zone",
8210
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8211
+ "value": "{illustrated-message-medium-body-font-size}",
8212
+ "uuid": "644593be-82da-4ae4-ae57-fabebd4513ca"
8081
8213
  }
8082
8214
  }