@adobe/spectrum-tokens 13.0.0-beta.42 → 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,28 @@
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
+
3
26
  ## 13.0.0-beta.42
4
27
 
5
28
  ### 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)",
@@ -848,6 +850,8 @@
848
850
  "drop-shadow-color": "rgba(0, 0, 0, 0.36)",
849
851
  "drop-shadow-color-100": "rgba(0, 0, 0, 0.36)",
850
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)",
851
855
  "drop-shadow-elevated-color": "rgba(0, 0, 0, 0.48)",
852
856
  "drop-shadow-emphasized-default-color": "rgba(0, 0, 0, 0.36)",
853
857
  "drop-shadow-emphasized-hover-color": "rgba(0, 0, 0, 0.48)",
@@ -1772,6 +1776,10 @@
1772
1776
  "drop-shadow-blur": "6px",
1773
1777
  "drop-shadow-blur-100": "6px",
1774
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",
1775
1783
  "drop-shadow-elevated-blur": "8px",
1776
1784
  "drop-shadow-elevated-x": "0px",
1777
1785
  "drop-shadow-elevated-y": "2px",
@@ -1784,9 +1792,11 @@
1784
1792
  "drop-shadow-x": "0px",
1785
1793
  "drop-shadow-x-100": "0px",
1786
1794
  "drop-shadow-x-200": "0px",
1795
+ "drop-shadow-x-300": "0px",
1787
1796
  "drop-shadow-y": "1px",
1788
1797
  "drop-shadow-y-100": "1px",
1789
1798
  "drop-shadow-y-200": "2px",
1799
+ "drop-shadow-y-300": "6px",
1790
1800
  "drop-zone-background-color-opacity": "0.1",
1791
1801
  "drop-zone-background-color-opacity-filled": "0.3",
1792
1802
  "drop-zone-body-font-size": "14px",
@@ -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,6 +4944,20 @@
4932
4944
  "value": "rgba(255, 255, 255, 0.94)",
4933
4945
  "uuid": "a1cbc282-1376-48d1-b8bb-92f10aef7c6f"
4934
4946
  },
4947
+ "drop-shadow-dragged-color": {
4948
+ "ref": "{drop-shadow-color-300}",
4949
+ "sets": {
4950
+ "light": {
4951
+ "value": "rgba(0, 0, 0, 0.2)",
4952
+ "uuid": "84ced765-054d-44f4-9dbe-5be607f65a16"
4953
+ },
4954
+ "dark": {
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
+ },
4935
4961
  "swatch-border-color": {
4936
4962
  "ref": "{gray-1000}",
4937
4963
  "sets": {
@@ -22985,6 +23011,10 @@
22985
23011
  "value": "0px",
22986
23012
  "uuid": "0c76c925-4d29-49a3-b882-e946bd7fe9f1"
22987
23013
  },
23014
+ "drop-shadow-x-300": {
23015
+ "value": "0px",
23016
+ "uuid": "cb6d74fe-cc32-47ff-bf8b-74597643a8a6"
23017
+ },
22988
23018
  "drop-shadow-y-100": {
22989
23019
  "value": "1px",
22990
23020
  "uuid": "ed1f46fd-a586-46a5-8cc1-d843a57e2cc2"
@@ -22993,6 +23023,10 @@
22993
23023
  "value": "2px",
22994
23024
  "uuid": "d2d0320a-6984-4b3f-8f5d-ccb88892a26c"
22995
23025
  },
23026
+ "drop-shadow-y-300": {
23027
+ "value": "6px",
23028
+ "uuid": "5d09089b-c0c5-4122-a3be-3e989562acda"
23029
+ },
22996
23030
  "drop-shadow-blur-100": {
22997
23031
  "value": "6px",
22998
23032
  "uuid": "025e39f4-dfe7-4a8a-beb5-bd0577f72eac"
@@ -23001,6 +23035,10 @@
23001
23035
  "value": "8px",
23002
23036
  "uuid": "2b08d425-ecf2-4891-83cd-005a2d5e76ce"
23003
23037
  },
23038
+ "drop-shadow-blur-300": {
23039
+ "value": "16px",
23040
+ "uuid": "34812e0c-7ccf-49c2-884a-6fecd45f7c5a"
23041
+ },
23004
23042
  "drop-shadow-emphasized-default-x": {
23005
23043
  "ref": "{drop-shadow-x-100}",
23006
23044
  "value": "0px",
@@ -23046,6 +23084,21 @@
23046
23084
  "value": "8px",
23047
23085
  "uuid": "f3487a86-3aea-4527-8b5c-287c0bddad6c"
23048
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
+ },
23049
23102
  "accent-color-100": {
23050
23103
  "ref": "{blue-100}",
23051
23104
  "sets": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spectrum-tokens",
3
- "version": "13.0.0-beta.42",
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
  }
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
  }