@spectrum-web-components/progress-bar 0.0.0-20250210075156 → 0.0.0-20250210081721

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.
@@ -4,7 +4,7 @@
4
4
  "modules": [
5
5
  {
6
6
  "kind": "javascript-module",
7
- "path": "sp-progress-bar.js",
7
+ "path": "sp-progress-bar.ts",
8
8
  "declarations": [],
9
9
  "exports": [
10
10
  {
@@ -19,7 +19,7 @@
19
19
  },
20
20
  {
21
21
  "kind": "javascript-module",
22
- "path": "src/ProgressBar.js",
22
+ "path": "src/ProgressBar.ts",
23
23
  "declarations": [
24
24
  {
25
25
  "kind": "class",
@@ -188,7 +188,7 @@
188
188
  "name": "ProgressBar",
189
189
  "declaration": {
190
190
  "name": "ProgressBar",
191
- "module": "src/ProgressBar.js"
191
+ "module": "src/ProgressBar.ts"
192
192
  }
193
193
  }
194
194
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/progress-bar",
3
- "version": "0.0.0-20250210075156",
3
+ "version": "0.0.0-20250210081721",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -58,10 +58,10 @@
58
58
  "lit-html"
59
59
  ],
60
60
  "dependencies": {
61
- "@spectrum-web-components/base": "0.0.0-20250210075156",
62
- "@spectrum-web-components/field-label": "0.0.0-20250210075156",
63
- "@spectrum-web-components/reactive-controllers": "0.0.0-20250210075156",
64
- "@spectrum-web-components/shared": "0.0.0-20250210075156"
61
+ "@spectrum-web-components/base": "0.0.0-20250210081721",
62
+ "@spectrum-web-components/field-label": "0.0.0-20250210081721",
63
+ "@spectrum-web-components/reactive-controllers": "0.0.0-20250210081721",
64
+ "@spectrum-web-components/shared": "0.0.0-20250210081721"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@spectrum-css/progressbar": "5.0.0-s2-foundations.19"