@spectrum-web-components/icons-ui 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 +6 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Description
1
+ ## Overview
2
2
 
3
3
  Deliver [Spectrum UI Icons](https://spectrum.adobe.com/page/icons/) as either:
4
4
 
@@ -161,4 +161,8 @@ VNode {nodeName: "svg", children: Array[1], attributes: Object, key: undefined,
161
161
  ***/
162
162
  ```
163
163
 
164
- In this way the icons exported by `@spectrum-web-components/icons-ui` can be leveraged in projects powered by the the likes of hyperHTML, lighterhtml, lit-html, Preact, React, Vanilla JS, Vue.js, and more!
164
+ In this way, the icons exported by `@spectrum-web-components/icons-ui` can be leveraged in projects powered by the likes of hyperHTML, lighterhtml, lit-html, Preact, React, Vanilla JS, Vue.js, and more!
165
+
166
+ ### Accessibility
167
+
168
+ 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-ui",
3
- "version": "1.3.0-testing.0",
3
+ "version": "1.3.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -44,9 +44,9 @@
44
44
  "lit-html"
45
45
  ],
46
46
  "dependencies": {
47
- "@spectrum-web-components/base": "^1.3.0-testing.0",
48
- "@spectrum-web-components/icon": "^1.3.0-testing.0",
49
- "@spectrum-web-components/iconset": "^1.3.0-testing.0"
47
+ "@spectrum-web-components/base": "1.3.0",
48
+ "@spectrum-web-components/icon": "1.3.0",
49
+ "@spectrum-web-components/iconset": "1.3.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@spectrum-css/ui-icons": "^1.1.2",