@spectrum-web-components/button 1.7.0-snapshot.20250519200040 → 1.7.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 +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -9,7 +9,7 @@ loudness for various attention-getting needs.
9
9
 
10
10
  [![See it on NPM!](https://img.shields.io/npm/v/@spectrum-web-components/button?style=for-the-badge)](https://www.npmjs.com/package/@spectrum-web-components/button)
11
11
  [![How big is this package in your project?](https://img.shields.io/bundlephobia/minzip/@spectrum-web-components/button?style=for-the-badge)](https://bundlephobia.com/result?p=@spectrum-web-components/button)
12
- [![Try it on webcomponents.dev](https://img.shields.io/badge/Try%20it%20on-webcomponents.dev-green?style=for-the-badge)](https://webcomponents.dev/edit/collection/fO75441E1Q5ZlI0e9pgq/Zjc3o94DWuBkT4ve3dny/src/index.ts)
12
+ [![Try it on Stackblitz](https://img.shields.io/badge/Try%20it%20on-Stackblitz-blue?style=for-the-badge)](https://stackblitz.com/edit/vitejs-vite-rgg7nx1d)
13
13
 
14
14
  ```zsh
15
15
  yarn add @spectrum-web-components/button
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/button",
3
- "version": "1.7.0-snapshot.20250519200040",
3
+ "version": "1.7.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -89,14 +89,14 @@
89
89
  "css"
90
90
  ],
91
91
  "dependencies": {
92
- "@spectrum-web-components/base": "1.7.0-snapshot.20250519200040",
93
- "@spectrum-web-components/clear-button": "1.7.0-snapshot.20250519200040",
94
- "@spectrum-web-components/close-button": "1.7.0-snapshot.20250519200040",
95
- "@spectrum-web-components/icon": "1.7.0-snapshot.20250519200040",
96
- "@spectrum-web-components/icons-ui": "1.7.0-snapshot.20250519200040",
97
- "@spectrum-web-components/progress-circle": "1.7.0-snapshot.20250519200040",
98
- "@spectrum-web-components/reactive-controllers": "1.7.0-snapshot.20250519200040",
99
- "@spectrum-web-components/shared": "1.7.0-snapshot.20250519200040"
92
+ "@spectrum-web-components/base": "1.7.0",
93
+ "@spectrum-web-components/clear-button": "1.7.0",
94
+ "@spectrum-web-components/close-button": "1.7.0",
95
+ "@spectrum-web-components/icon": "1.7.0",
96
+ "@spectrum-web-components/icons-ui": "1.7.0",
97
+ "@spectrum-web-components/progress-circle": "1.7.0",
98
+ "@spectrum-web-components/reactive-controllers": "1.7.0",
99
+ "@spectrum-web-components/shared": "1.7.0"
100
100
  },
101
101
  "types": "./src/index.d.ts",
102
102
  "customElements": "custom-elements.json",