@adobe/spectrum-tokens 13.0.0-beta.41 → 13.0.0-beta.43

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,54 @@
1
1
  # @adobe/spectrum-tokens
2
2
 
3
+ ## 13.0.0-beta.43
4
+
5
+ ### Minor Changes
6
+
7
+ - [#384](https://github.com/adobe/spectrum-tokens/pull/384) [`681b4b0`](https://github.com/adobe/spectrum-tokens/commit/681b4b0094d31bae4c9b1b095fa59d6448c26cab) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - Added dragged drop shadow tokens that point to new 300 global drop shadow tokens
8
+
9
+ ## Design Motivation
10
+
11
+ These are new foundational drop shadow tokens that represent a higher elevation when items are dragged. The more prominent shadow also brings more visual focus to the dragged item. They will be used in the standard panel "dragged" state, as well as in future component updates, to be determined.
12
+
13
+ ## Token Diff
14
+
15
+ _Tokens added (8):_
16
+
17
+ - `drop-shadow-blur-300`
18
+ - `drop-shadow-color-300`
19
+ - `drop-shadow-dragged-blur`
20
+ - `drop-shadow-dragged-color`
21
+ - `drop-shadow-dragged-x`
22
+ - `drop-shadow-dragged-y`
23
+ - `drop-shadow-x-300`
24
+ - `drop-shadow-y-300`
25
+
26
+ ## 13.0.0-beta.42
27
+
28
+ ### Minor Changes
29
+
30
+ - [#382](https://github.com/adobe/spectrum-tokens/pull/382) [`2af3850`](https://github.com/adobe/spectrum-tokens/commit/2af3850a554812fd9c1b3e6fd902a746c9ac42c7) Thanks [@nabuhasan](https://github.com/nabuhasan)! - Updated S2 swatch tokens and added swatch-group tokens in S2 Color and S2 Non-color data sets, respectively.
31
+
32
+ ## Design Motivation
33
+
34
+ Swatch and swatch group components are being formalized as Spectrum 2 components. These tokens define the design data needed for implementation. Changes include updated corner rounding, colors and spacing for spacious density.
35
+
36
+ For more information, [view Jira ticket](https://jira.corp.adobe.com/browse/SDS-13497).
37
+
38
+ ## Token Diff
39
+
40
+ _Tokens added (3):_
41
+
42
+ - `swatch-group-spacing-spacious`
43
+ - `swatch-group-border-opacity`
44
+ - `swatch-group-border-color`
45
+
46
+ _Tokens values updated (3):_
47
+
48
+ - `swatch-border-color`: `gray-900` -> `gray-1000`
49
+ - `swatch-border-opacity`: `0.51` -> `0.42`
50
+ - `swatch-disabled-icon-border-opacity`: `0.51` -> `0.42`
51
+
3
52
  ## 13.0.0-beta.41
4
53
 
5
54
  ### Minor Changes
@@ -178,6 +178,8 @@
178
178
  "drop-shadow-color": "rgba(0, 0, 0, 0.12)",
179
179
  "drop-shadow-color-100": "rgba(0, 0, 0, 0.12)",
180
180
  "drop-shadow-color-200": "rgba(0, 0, 0, 0.16)",
181
+ "drop-shadow-color-300": "rgba(0, 0, 0, 0.2)",
182
+ "drop-shadow-dragged-color": "rgba(0, 0, 0, 0.2)",
181
183
  "drop-shadow-elevated-color": "rgba(0, 0, 0, 0.16)",
182
184
  "drop-shadow-emphasized-default-color": "rgba(0, 0, 0, 0.12)",
183
185
  "drop-shadow-emphasized-hover-color": "rgba(0, 0, 0, 0.16)",
@@ -608,8 +610,9 @@
608
610
  "static-white-text-color": "rgb(255, 255, 255)",
609
611
  "static-white-track-color": "rgba(255, 255, 255, 0.17)",
610
612
  "static-white-track-indicator-color": "rgba(255, 255, 255, 0.94)",
611
- "swatch-border-color": "rgb(19, 19, 19)",
613
+ "swatch-border-color": "rgb(0, 0, 0)",
612
614
  "swatch-disabled-icon-border-color": "rgb(0, 0, 0)",
615
+ "swatch-group-border-color": "rgb(0, 0, 0)",
613
616
  "table-row-hover-color": "rgb(19, 19, 19)",
614
617
  "table-selected-row-background-color": "rgb(59, 99, 251)",
615
618
  "table-selected-row-background-color-non-emphasized": "rgb(41, 41, 41)",
@@ -847,6 +850,8 @@
847
850
  "drop-shadow-color": "rgba(0, 0, 0, 0.36)",
848
851
  "drop-shadow-color-100": "rgba(0, 0, 0, 0.36)",
849
852
  "drop-shadow-color-200": "rgba(0, 0, 0, 0.48)",
853
+ "drop-shadow-color-300": "rgba(0, 0, 0, 0.6)",
854
+ "drop-shadow-dragged-color": "rgba(0, 0, 0, 0.6)",
850
855
  "drop-shadow-elevated-color": "rgba(0, 0, 0, 0.48)",
851
856
  "drop-shadow-emphasized-default-color": "rgba(0, 0, 0, 0.36)",
852
857
  "drop-shadow-emphasized-hover-color": "rgba(0, 0, 0, 0.48)",
@@ -1277,8 +1282,9 @@
1277
1282
  "static-white-text-color": "rgb(255, 255, 255)",
1278
1283
  "static-white-track-color": "rgba(255, 255, 255, 0.17)",
1279
1284
  "static-white-track-indicator-color": "rgba(255, 255, 255, 0.94)",
1280
- "swatch-border-color": "rgb(242, 242, 242)",
1285
+ "swatch-border-color": "rgb(255, 255, 255)",
1281
1286
  "swatch-disabled-icon-border-color": "rgb(0, 0, 0)",
1287
+ "swatch-group-border-color": "rgb(255, 255, 255)",
1282
1288
  "table-row-hover-color": "rgb(242, 242, 242)",
1283
1289
  "table-selected-row-background-color": "rgb(52, 91, 248)",
1284
1290
  "table-selected-row-background-color-non-emphasized": "rgb(219, 219, 219)",
@@ -1770,6 +1776,10 @@
1770
1776
  "drop-shadow-blur": "6px",
1771
1777
  "drop-shadow-blur-100": "6px",
1772
1778
  "drop-shadow-blur-200": "8px",
1779
+ "drop-shadow-blur-300": "16px",
1780
+ "drop-shadow-dragged-blur": "16px",
1781
+ "drop-shadow-dragged-x": "0px",
1782
+ "drop-shadow-dragged-y": "6px",
1773
1783
  "drop-shadow-elevated-blur": "8px",
1774
1784
  "drop-shadow-elevated-x": "0px",
1775
1785
  "drop-shadow-elevated-y": "2px",
@@ -1782,9 +1792,11 @@
1782
1792
  "drop-shadow-x": "0px",
1783
1793
  "drop-shadow-x-100": "0px",
1784
1794
  "drop-shadow-x-200": "0px",
1795
+ "drop-shadow-x-300": "0px",
1785
1796
  "drop-shadow-y": "1px",
1786
1797
  "drop-shadow-y-100": "1px",
1787
1798
  "drop-shadow-y-200": "2px",
1799
+ "drop-shadow-y-300": "6px",
1788
1800
  "drop-zone-background-color-opacity": "0.1",
1789
1801
  "drop-zone-background-color-opacity-filled": "0.3",
1790
1802
  "drop-zone-body-font-size": "14px",
@@ -2100,8 +2112,10 @@
2100
2112
  "status-light-top-to-dot-large": "14px",
2101
2113
  "status-light-top-to-dot-medium": "11px",
2102
2114
  "status-light-top-to-dot-small": "8px",
2103
- "swatch-border-opacity": "0.51",
2104
- "swatch-disabled-icon-border-opacity": "0.51",
2115
+ "swatch-border-opacity": "0.42",
2116
+ "swatch-disabled-icon-border-opacity": "0.42",
2117
+ "swatch-group-border-opacity": "0.2",
2118
+ "swatch-group-spacing-spacious": "6px",
2105
2119
  "swatch-size-extra-small": "16px",
2106
2120
  "swatch-size-large": "40px",
2107
2121
  "swatch-size-medium": "32px",
@@ -4812,6 +4812,18 @@
4812
4812
  }
4813
4813
  }
4814
4814
  },
4815
+ "drop-shadow-color-300": {
4816
+ "sets": {
4817
+ "light": {
4818
+ "value": "rgba(0, 0, 0, 0.2)",
4819
+ "uuid": "84ced765-054d-44f4-9dbe-5be607f65a16"
4820
+ },
4821
+ "dark": {
4822
+ "value": "rgba(0, 0, 0, 0.6)",
4823
+ "uuid": "8fd7fa72-67c3-4004-b8b3-af55a4b9cada"
4824
+ }
4825
+ }
4826
+ },
4815
4827
  "drop-shadow-emphasized-default-color": {
4816
4828
  "ref": "{drop-shadow-color-100}",
4817
4829
  "sets": {
@@ -4932,26 +4944,40 @@
4932
4944
  "value": "rgba(255, 255, 255, 0.94)",
4933
4945
  "uuid": "a1cbc282-1376-48d1-b8bb-92f10aef7c6f"
4934
4946
  },
4935
- "swatch-border-color": {
4936
- "ref": "{gray-900}",
4947
+ "drop-shadow-dragged-color": {
4948
+ "ref": "{drop-shadow-color-300}",
4937
4949
  "sets": {
4938
4950
  "light": {
4939
- "value": "rgb(19, 19, 19)",
4940
- "uuid": "59093f0d-98b7-4659-bea6-3248ad20e96c"
4951
+ "value": "rgba(0, 0, 0, 0.2)",
4952
+ "uuid": "84ced765-054d-44f4-9dbe-5be607f65a16"
4941
4953
  },
4942
4954
  "dark": {
4943
- "value": "rgb(242, 242, 242)",
4944
- "uuid": "90d25d68-afb1-4b2a-9dba-3fe22d44976f"
4955
+ "value": "rgba(0, 0, 0, 0.6)",
4956
+ "uuid": "8fd7fa72-67c3-4004-b8b3-af55a4b9cada"
4957
+ }
4958
+ },
4959
+ "uuid": "83c30113-68b5-475b-ba46-9179c9ff7e8d"
4960
+ },
4961
+ "swatch-border-color": {
4962
+ "ref": "{gray-1000}",
4963
+ "sets": {
4964
+ "dark": {
4965
+ "value": "rgb(255, 255, 255)",
4966
+ "uuid": "5ce8c477-ae6e-427a-ac5c-79d15c8056ab"
4967
+ },
4968
+ "light": {
4969
+ "value": "rgb(0, 0, 0)",
4970
+ "uuid": "457fbeb8-56cd-4f3c-9950-f5e01f83f07c"
4945
4971
  },
4946
4972
  "wireframe": {
4947
- "value": "rgb(72, 110, 194)",
4948
- "uuid": "93fb6cac-b190-4a5a-951f-f5dc4c0d5978"
4973
+ "value": "rgb(8, 12, 22)",
4974
+ "uuid": "e804baf9-ae2c-4574-96d9-10cd5253fe47"
4949
4975
  }
4950
4976
  },
4951
4977
  "uuid": "7da5157d-7f25-405b-8de0-f3669565fb48"
4952
4978
  },
4953
4979
  "swatch-border-opacity": {
4954
- "value": "0.51",
4980
+ "value": "0.42",
4955
4981
  "uuid": "0e397a80-cf33-44ed-8b7d-1abaf4426bf5"
4956
4982
  },
4957
4983
  "swatch-disabled-icon-border-color": {
@@ -4960,7 +4986,7 @@
4960
4986
  "uuid": "c49cd7ae-7657-458b-871a-6b4f28bca535"
4961
4987
  },
4962
4988
  "swatch-disabled-icon-border-opacity": {
4963
- "value": "0.51",
4989
+ "value": "0.42",
4964
4990
  "uuid": "cdbba3b6-cb51-4fec-88f0-273d4bb59a18"
4965
4991
  },
4966
4992
  "thumbnail-border-color": {
@@ -5757,6 +5783,24 @@
5757
5783
  },
5758
5784
  "uuid": "bfd387b8-0ce0-45ff-8d66-fc5de2f4900c"
5759
5785
  },
5786
+ "swatch-group-border-color": {
5787
+ "ref": "{gray-1000}",
5788
+ "sets": {
5789
+ "dark": {
5790
+ "value": "rgb(255, 255, 255)",
5791
+ "uuid": "5ce8c477-ae6e-427a-ac5c-79d15c8056ab"
5792
+ },
5793
+ "light": {
5794
+ "value": "rgb(0, 0, 0)",
5795
+ "uuid": "457fbeb8-56cd-4f3c-9950-f5e01f83f07c"
5796
+ },
5797
+ "wireframe": {
5798
+ "value": "rgb(8, 12, 22)",
5799
+ "uuid": "e804baf9-ae2c-4574-96d9-10cd5253fe47"
5800
+ }
5801
+ },
5802
+ "uuid": "08b8d06a-5475-47bf-ad2e-9f52ee07345a"
5803
+ },
5760
5804
  "white": {
5761
5805
  "value": "rgb(255, 255, 255)",
5762
5806
  "uuid": "9b799da8-2130-417e-b7ee-5e1154a89837"
@@ -21077,6 +21121,14 @@
21077
21121
  },
21078
21122
  "uuid": "66540ddb-ec74-487f-8e09-a37b436694b5"
21079
21123
  },
21124
+ "swatch-group-spacing-spacious": {
21125
+ "value": "6px",
21126
+ "uuid": "b80ef303-eae7-498f-b172-73a098be0f0b"
21127
+ },
21128
+ "swatch-group-border-opacity": {
21129
+ "value": "0.2",
21130
+ "uuid": "19968846-dad0-42eb-b6a8-af65f3a910ff"
21131
+ },
21080
21132
  "corner-radius-0": {
21081
21133
  "value": "0px",
21082
21134
  "uuid": "bb9d8350-b1fb-4496-9c22-6ec9647ff117"
@@ -22959,6 +23011,10 @@
22959
23011
  "value": "0px",
22960
23012
  "uuid": "0c76c925-4d29-49a3-b882-e946bd7fe9f1"
22961
23013
  },
23014
+ "drop-shadow-x-300": {
23015
+ "value": "0px",
23016
+ "uuid": "cb6d74fe-cc32-47ff-bf8b-74597643a8a6"
23017
+ },
22962
23018
  "drop-shadow-y-100": {
22963
23019
  "value": "1px",
22964
23020
  "uuid": "ed1f46fd-a586-46a5-8cc1-d843a57e2cc2"
@@ -22967,6 +23023,10 @@
22967
23023
  "value": "2px",
22968
23024
  "uuid": "d2d0320a-6984-4b3f-8f5d-ccb88892a26c"
22969
23025
  },
23026
+ "drop-shadow-y-300": {
23027
+ "value": "6px",
23028
+ "uuid": "5d09089b-c0c5-4122-a3be-3e989562acda"
23029
+ },
22970
23030
  "drop-shadow-blur-100": {
22971
23031
  "value": "6px",
22972
23032
  "uuid": "025e39f4-dfe7-4a8a-beb5-bd0577f72eac"
@@ -22975,6 +23035,10 @@
22975
23035
  "value": "8px",
22976
23036
  "uuid": "2b08d425-ecf2-4891-83cd-005a2d5e76ce"
22977
23037
  },
23038
+ "drop-shadow-blur-300": {
23039
+ "value": "16px",
23040
+ "uuid": "34812e0c-7ccf-49c2-884a-6fecd45f7c5a"
23041
+ },
22978
23042
  "drop-shadow-emphasized-default-x": {
22979
23043
  "ref": "{drop-shadow-x-100}",
22980
23044
  "value": "0px",
@@ -23020,6 +23084,21 @@
23020
23084
  "value": "8px",
23021
23085
  "uuid": "f3487a86-3aea-4527-8b5c-287c0bddad6c"
23022
23086
  },
23087
+ "drop-shadow-dragged-x": {
23088
+ "ref": "{drop-shadow-x-300}",
23089
+ "value": "0px",
23090
+ "uuid": "be5c80b4-5769-491b-9550-fcf94f0c762e"
23091
+ },
23092
+ "drop-shadow-dragged-y": {
23093
+ "ref": "{drop-shadow-y-300}",
23094
+ "value": "6px",
23095
+ "uuid": "ff8d4fda-72fa-4256-b2c8-f22a9d3e644f"
23096
+ },
23097
+ "drop-shadow-dragged-blur": {
23098
+ "ref": "{drop-shadow-blur-300}",
23099
+ "value": "16px",
23100
+ "uuid": "f6015252-21fb-48f9-aadb-5ad050e3d590"
23101
+ },
23023
23102
  "accent-color-100": {
23024
23103
  "ref": "{blue-100}",
23025
23104
  "sets": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "13.0.0-beta.41",
3
+ "version": "13.0.0-beta.43",
4
4
  "description": "Design tokens for Spectrum, Adobe's design system",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -1703,6 +1703,21 @@
1703
1703
  }
1704
1704
  }
1705
1705
  },
1706
+ "drop-shadow-color-300": {
1707
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
1708
+ "sets": {
1709
+ "light": {
1710
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
1711
+ "value": "rgba(0, 0, 0, 0.2)",
1712
+ "uuid": "84ced765-054d-44f4-9dbe-5be607f65a16"
1713
+ },
1714
+ "dark": {
1715
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
1716
+ "value": "rgba(0, 0, 0, 0.6)",
1717
+ "uuid": "8fd7fa72-67c3-4004-b8b3-af55a4b9cada"
1718
+ }
1719
+ }
1720
+ },
1706
1721
  "drop-shadow-emphasized-default-color": {
1707
1722
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1708
1723
  "value": "{drop-shadow-color-100}",
@@ -1757,5 +1772,10 @@
1757
1772
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1758
1773
  "value": "{transparent-white-900}",
1759
1774
  "uuid": "a1cbc282-1376-48d1-b8bb-92f10aef7c6f"
1775
+ },
1776
+ "drop-shadow-dragged-color": {
1777
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
1778
+ "value": "{drop-shadow-color-300}",
1779
+ "uuid": "83c30113-68b5-475b-ba46-9179c9ff7e8d"
1760
1780
  }
1761
1781
  }
@@ -2,13 +2,13 @@
2
2
  "swatch-border-color": {
3
3
  "component": "swatch",
4
4
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
5
- "value": "{gray-900}",
5
+ "value": "{gray-1000}",
6
6
  "uuid": "7da5157d-7f25-405b-8de0-f3669565fb48"
7
7
  },
8
8
  "swatch-border-opacity": {
9
9
  "component": "swatch",
10
10
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
11
- "value": "0.51",
11
+ "value": "0.42",
12
12
  "uuid": "0e397a80-cf33-44ed-8b7d-1abaf4426bf5"
13
13
  },
14
14
  "swatch-disabled-icon-border-color": {
@@ -20,7 +20,7 @@
20
20
  "swatch-disabled-icon-border-opacity": {
21
21
  "component": "swatch",
22
22
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
23
- "value": "0.51",
23
+ "value": "0.42",
24
24
  "uuid": "cdbba3b6-cb51-4fec-88f0-273d4bb59a18"
25
25
  },
26
26
  "thumbnail-border-color": {
@@ -405,5 +405,11 @@
405
405
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
406
406
  "value": "{blue-800}",
407
407
  "uuid": "bfd387b8-0ce0-45ff-8d66-fc5de2f4900c"
408
+ },
409
+ "swatch-group-border-color": {
410
+ "component": "swatch-group",
411
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
412
+ "value": "{gray-1000}",
413
+ "uuid": "08b8d06a-5475-47bf-ad2e-9f52ee07345a"
408
414
  }
409
415
  }
@@ -8549,5 +8549,17 @@
8549
8549
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
8550
8550
  "value": "{font-size-100}",
8551
8551
  "uuid": "66540ddb-ec74-487f-8e09-a37b436694b5"
8552
+ },
8553
+ "swatch-group-spacing-spacious": {
8554
+ "component": "swatch-group",
8555
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
8556
+ "value": "6px",
8557
+ "uuid": "b80ef303-eae7-498f-b172-73a098be0f0b"
8558
+ },
8559
+ "swatch-group-border-opacity": {
8560
+ "component": "swatch-group",
8561
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
8562
+ "value": "0.2",
8563
+ "uuid": "19968846-dad0-42eb-b6a8-af65f3a910ff"
8552
8564
  }
8553
8565
  }
package/src/layout.json CHANGED
@@ -2279,6 +2279,11 @@
2279
2279
  "value": "0px",
2280
2280
  "uuid": "0c76c925-4d29-49a3-b882-e946bd7fe9f1"
2281
2281
  },
2282
+ "drop-shadow-x-300": {
2283
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2284
+ "value": "0px",
2285
+ "uuid": "cb6d74fe-cc32-47ff-bf8b-74597643a8a6"
2286
+ },
2282
2287
  "drop-shadow-y-100": {
2283
2288
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2284
2289
  "value": "1px",
@@ -2289,6 +2294,11 @@
2289
2294
  "value": "2px",
2290
2295
  "uuid": "d2d0320a-6984-4b3f-8f5d-ccb88892a26c"
2291
2296
  },
2297
+ "drop-shadow-y-300": {
2298
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2299
+ "value": "6px",
2300
+ "uuid": "5d09089b-c0c5-4122-a3be-3e989562acda"
2301
+ },
2292
2302
  "drop-shadow-blur-100": {
2293
2303
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2294
2304
  "value": "6px",
@@ -2299,6 +2309,11 @@
2299
2309
  "value": "8px",
2300
2310
  "uuid": "2b08d425-ecf2-4891-83cd-005a2d5e76ce"
2301
2311
  },
2312
+ "drop-shadow-blur-300": {
2313
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
2314
+ "value": "16px",
2315
+ "uuid": "34812e0c-7ccf-49c2-884a-6fecd45f7c5a"
2316
+ },
2302
2317
  "drop-shadow-emphasized-default-x": {
2303
2318
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
2304
2319
  "value": "{drop-shadow-x-100}",
@@ -2343,5 +2358,20 @@
2343
2358
  "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
2344
2359
  "value": "{drop-shadow-blur-200}",
2345
2360
  "uuid": "f3487a86-3aea-4527-8b5c-287c0bddad6c"
2361
+ },
2362
+ "drop-shadow-dragged-x": {
2363
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
2364
+ "value": "{drop-shadow-x-300}",
2365
+ "uuid": "be5c80b4-5769-491b-9550-fcf94f0c762e"
2366
+ },
2367
+ "drop-shadow-dragged-y": {
2368
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
2369
+ "value": "{drop-shadow-y-300}",
2370
+ "uuid": "ff8d4fda-72fa-4256-b2c8-f22a9d3e644f"
2371
+ },
2372
+ "drop-shadow-dragged-blur": {
2373
+ "$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
2374
+ "value": "{drop-shadow-blur-300}",
2375
+ "uuid": "f6015252-21fb-48f9-aadb-5ad050e3d590"
2346
2376
  }
2347
2377
  }