@spectrum-web-components/icons-workflow 1.3.0-testing.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Description
1
+ ## Overview
2
2
 
3
3
  Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
4
4
 
@@ -165,3 +165,7 @@ VNode {nodeName: "svg", children: Array[1], attributes: Object, key: undefined,
165
165
  ```
166
166
 
167
167
  In this way the icons exported by `@spectrum-web-components/icons-workflow` can be leveraged in projects powered by the the likes of hyperHTML, lighterhtml, lit-html, Preact, React, Vanilla JS, Vue.js, and more!
168
+
169
+ ### Accessibility
170
+
171
+ Review the accessibility guidelines for the [icon](../icon#accessibility-guidelines).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/icons-workflow",
3
- "version": "1.3.0-testing.0",
3
+ "version": "1.3.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -45,13 +45,13 @@
45
45
  "lit-html"
46
46
  ],
47
47
  "dependencies": {
48
- "@spectrum-web-components/base": "^1.3.0-testing.0",
49
- "@spectrum-web-components/icon": "^1.3.0-testing.0"
48
+ "@spectrum-web-components/base": "1.3.0",
49
+ "@spectrum-web-components/icon": "1.3.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@adobe/spectrum-css-workflow-icons": "1.7.0",
53
53
  "@adobe/spectrum-css-workflow-icons-s2": "npm:@adobe/spectrum-css-workflow-icons@^4.0.0",
54
- "@spectrum-css/icon": "8.0.0-s2-foundations.16",
54
+ "@spectrum-css/icon": "8.0.0-s2-foundations.19",
55
55
  "case": "^1.6.1",
56
56
  "cheerio": "^1.0.0-rc.2",
57
57
  "fast-glob": "^3.2.12",