@spectrum-web-components/progress-bar 1.9.0-nightly.20251013134115 → 1.9.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.
@@ -0,0 +1,203 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "sp-progress-bar.js",
8
+ "declarations": [],
9
+ "exports": [
10
+ {
11
+ "kind": "custom-element-definition",
12
+ "name": "sp-progress-bar",
13
+ "declaration": {
14
+ "name": "ProgressBar",
15
+ "module": "/src/ProgressBar.js"
16
+ }
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "kind": "javascript-module",
22
+ "path": "src/ProgressBar.js",
23
+ "declarations": [
24
+ {
25
+ "kind": "class",
26
+ "description": "",
27
+ "name": "ProgressBar",
28
+ "members": [
29
+ {
30
+ "kind": "field",
31
+ "name": "indeterminate",
32
+ "type": {
33
+ "text": "boolean"
34
+ },
35
+ "privacy": "public",
36
+ "default": "false",
37
+ "attribute": "indeterminate",
38
+ "reflects": true
39
+ },
40
+ {
41
+ "kind": "field",
42
+ "name": "label",
43
+ "type": {
44
+ "text": "string"
45
+ },
46
+ "privacy": "public",
47
+ "default": "''",
48
+ "attribute": "label",
49
+ "reflects": true
50
+ },
51
+ {
52
+ "kind": "field",
53
+ "name": "languageResolver",
54
+ "privacy": "private",
55
+ "default": "new LanguageResolutionController(this)"
56
+ },
57
+ {
58
+ "kind": "field",
59
+ "name": "overBackground",
60
+ "type": {
61
+ "text": "string"
62
+ },
63
+ "privacy": "public",
64
+ "attribute": "over-background"
65
+ },
66
+ {
67
+ "kind": "field",
68
+ "name": "_overBackground",
69
+ "type": {
70
+ "text": "boolean"
71
+ },
72
+ "privacy": "private",
73
+ "default": "false"
74
+ },
75
+ {
76
+ "kind": "field",
77
+ "name": "sideLabel",
78
+ "type": {
79
+ "text": "boolean"
80
+ },
81
+ "privacy": "public",
82
+ "default": "false",
83
+ "attribute": "side-label",
84
+ "reflects": true
85
+ },
86
+ {
87
+ "kind": "field",
88
+ "name": "progress",
89
+ "type": {
90
+ "text": "number"
91
+ },
92
+ "privacy": "public",
93
+ "default": "0",
94
+ "attribute": "progress"
95
+ },
96
+ {
97
+ "kind": "field",
98
+ "name": "staticColor",
99
+ "type": {
100
+ "text": "'white' | undefined"
101
+ },
102
+ "privacy": "public",
103
+ "attribute": "static-color",
104
+ "reflects": true
105
+ },
106
+ {
107
+ "kind": "field",
108
+ "name": "slotEl",
109
+ "type": {
110
+ "text": "HTMLSlotElement"
111
+ },
112
+ "privacy": "private"
113
+ },
114
+ {
115
+ "kind": "method",
116
+ "name": "handleSlotchange",
117
+ "privacy": "protected",
118
+ "return": {
119
+ "type": {
120
+ "text": "void"
121
+ }
122
+ }
123
+ }
124
+ ],
125
+ "attributes": [
126
+ {
127
+ "name": "indeterminate",
128
+ "type": {
129
+ "text": "boolean"
130
+ },
131
+ "default": "false",
132
+ "fieldName": "indeterminate"
133
+ },
134
+ {
135
+ "name": "label",
136
+ "type": {
137
+ "text": "string"
138
+ },
139
+ "default": "''",
140
+ "fieldName": "label"
141
+ },
142
+ {
143
+ "name": "over-background",
144
+ "type": {
145
+ "text": "string"
146
+ },
147
+ "fieldName": "overBackground"
148
+ },
149
+ {
150
+ "name": "side-label",
151
+ "type": {
152
+ "text": "boolean"
153
+ },
154
+ "default": "false",
155
+ "fieldName": "sideLabel"
156
+ },
157
+ {
158
+ "name": "progress",
159
+ "type": {
160
+ "text": "number"
161
+ },
162
+ "default": "0",
163
+ "fieldName": "progress"
164
+ },
165
+ {
166
+ "name": "static-color",
167
+ "type": {
168
+ "text": "'white' | undefined"
169
+ },
170
+ "fieldName": "staticColor"
171
+ }
172
+ ],
173
+ "mixins": [
174
+ {
175
+ "name": "SizedMixin",
176
+ "package": "@spectrum-web-components/base"
177
+ },
178
+ {
179
+ "name": "ObserveSlotText",
180
+ "package": "@spectrum-web-components/shared/src/observe-slot-text.js"
181
+ }
182
+ ],
183
+ "superclass": {
184
+ "name": "SpectrumElement",
185
+ "package": "@spectrum-web-components/base"
186
+ },
187
+ "tagName": "sp-progress-bar",
188
+ "customElement": true
189
+ }
190
+ ],
191
+ "exports": [
192
+ {
193
+ "kind": "js",
194
+ "name": "ProgressBar",
195
+ "declaration": {
196
+ "name": "ProgressBar",
197
+ "module": "src/ProgressBar.js"
198
+ }
199
+ }
200
+ ]
201
+ }
202
+ ]
203
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/progress-bar",
3
- "version": "1.9.0-nightly.20251013134115",
3
+ "version": "1.9.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -9,7 +9,7 @@
9
9
  "repository": {
10
10
  "type": "git",
11
11
  "url": "https://github.com/adobe/spectrum-web-components.git",
12
- "directory": "first-gen/packages/progress-bar"
12
+ "directory": "packages/progress-bar"
13
13
  },
14
14
  "author": "Adobe",
15
15
  "homepage": "https://opensource.adobe.com/spectrum-web-components/components/progress-bar",
@@ -64,10 +64,10 @@
64
64
  "css"
65
65
  ],
66
66
  "dependencies": {
67
- "@spectrum-web-components/base": "1.9.0-nightly.20251013134115",
68
- "@spectrum-web-components/field-label": "1.9.0-nightly.20251013134115",
69
- "@spectrum-web-components/reactive-controllers": "1.9.0-nightly.20251013134115",
70
- "@spectrum-web-components/shared": "1.9.0-nightly.20251013134115"
67
+ "@spectrum-web-components/base": "1.9.0",
68
+ "@spectrum-web-components/field-label": "1.9.0",
69
+ "@spectrum-web-components/reactive-controllers": "1.9.0",
70
+ "@spectrum-web-components/shared": "1.9.0"
71
71
  },
72
72
  "types": "./src/index.d.ts",
73
73
  "customElements": "custom-elements.json",
@@ -12,12 +12,12 @@
12
12
  import { CSSResultArray, PropertyValues, SpectrumElement, TemplateResult } from '@spectrum-web-components/base';
13
13
  import '@spectrum-web-components/field-label/sp-field-label.js';
14
14
  declare const ProgressBar_base: typeof SpectrumElement & {
15
- new (...args: any[]): import("@spectrum-web-components/core-next/shared/observe-slot-text.js").SlotTextObservingInterface;
16
- prototype: import("@spectrum-web-components/core-next/shared/observe-slot-text.js").SlotTextObservingInterface;
15
+ new (...args: any[]): import("@spectrum-web-components/shared/src/observe-slot-text.js").SlotTextObservingInterface;
16
+ prototype: import("@spectrum-web-components/shared/src/observe-slot-text.js").SlotTextObservingInterface;
17
17
  } & {
18
18
  new (...args: any[]): import("@spectrum-web-components/base").SizedElementInterface;
19
19
  prototype: import("@spectrum-web-components/base").SizedElementInterface;
20
- } & import("@spectrum-web-components/base").SizedElementConstructor;
20
+ };
21
21
  /**
22
22
  * @element sp-progress-bar
23
23
  */