@spectrum-web-components/status-light 1.9.0-nightly.20251013152509 → 1.9.1-nightly.20251028214328
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.
- package/CHANGELOG.md +580 -0
- package/README.md +3 -6
- package/package.json +71 -71
- package/src/StatusLight.d.ts +39 -2
- package/src/StatusLight.dev.js +60 -1
- package/src/StatusLight.dev.js.map +2 -2
- package/src/StatusLight.js +2 -2
- package/src/StatusLight.js.map +3 -3
- package/src/spectrum-status-light.css.dev.js +1 -1
- package/src/spectrum-status-light.css.dev.js.map +2 -2
- package/src/spectrum-status-light.css.js +1 -1
- package/src/spectrum-status-light.css.js.map +2 -2
- package/src/status-light-overrides.css.dev.js.map +2 -2
- package/src/status-light-overrides.css.js.map +2 -2
- package/src/status-light.css.dev.js +1 -1
- package/src/status-light.css.dev.js.map +2 -2
- package/src/status-light.css.js +1 -1
- package/src/status-light.css.js.map +2 -2
- package/stories/status-light.stories.js +80 -0
- package/stories/status-light.stories.js.map +7 -0
- package/test/status-light-memory.test.js +8 -0
- package/{sp-status-light.dev.js.map → test/status-light-memory.test.js.map} +3 -3
- package/test/status-light.test-vrt.js +5 -0
- package/{sp-status-light.js.map → test/status-light.test-vrt.js.map} +4 -4
- package/test/status-light.test.js +53 -0
- package/test/status-light.test.js.map +7 -0
- package/sp-status-light.d.ts +0 -17
- package/sp-status-light.dev.js +0 -5
- package/sp-status-light.js +0 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,580 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
## 1.9.1-nightly.20251028214328
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#5831](https://github.com/adobe/spectrum-web-components/pull/5831) [`c7a695e`](https://github.com/adobe/spectrum-web-components/commit/c7a695edc4862f821d6073f1fbcdf24ca9561272) Thanks [@rubencarvalho](https://github.com/rubencarvalho)! - **Fixed**: Added missing `accent` and `cyan` variant to status light.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies []:
|
|
10
|
+
- @spectrum-web-components/base@1.9.1-nightly.20251028214328
|
|
11
|
+
|
|
12
|
+
## 1.9.0
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies []:
|
|
17
|
+
- @spectrum-web-components/base@1.9.0
|
|
18
|
+
|
|
19
|
+
## 1.8.0
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies []:
|
|
24
|
+
- @spectrum-web-components/base@1.8.0
|
|
25
|
+
|
|
26
|
+
## 1.7.0
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Updated dependencies []:
|
|
31
|
+
- @spectrum-web-components/base@1.7.0
|
|
32
|
+
|
|
33
|
+
## 1.6.0
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- [#5349](https://github.com/adobe/spectrum-web-components/pull/5349) [`a9727d2`](https://github.com/adobe/spectrum-web-components/commit/a9727d2975b01f440c09789c9e7e0122063b6f7e) Thanks [@renovate](https://github.com/apps/renovate)! - Remove unnecessary system theme references to reduce complexity for components that don't need the additional mapping layer.
|
|
38
|
+
|
|
39
|
+
- Updated dependencies []:
|
|
40
|
+
- @spectrum-web-components/base@1.6.0
|
|
41
|
+
|
|
42
|
+
## 1.5.0
|
|
43
|
+
|
|
44
|
+
### Patch Changes
|
|
45
|
+
|
|
46
|
+
- Updated dependencies []:
|
|
47
|
+
- @spectrum-web-components/base@1.5.0
|
|
48
|
+
|
|
49
|
+
## 1.4.0
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- Updated dependencies []:
|
|
54
|
+
- @spectrum-web-components/base@1.4.0
|
|
55
|
+
|
|
56
|
+
## 1.3.0
|
|
57
|
+
|
|
58
|
+
### Patch Changes
|
|
59
|
+
|
|
60
|
+
- Updated dependencies []:
|
|
61
|
+
- @spectrum-web-components/base@1.3.0
|
|
62
|
+
|
|
63
|
+
All notable changes to this project will be documented in this file.
|
|
64
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
65
|
+
|
|
66
|
+
# [1.2.0](https://github.com/adobe/spectrum-web-components/compare/v1.1.2...v1.2.0) (2025-02-27)
|
|
67
|
+
|
|
68
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
69
|
+
|
|
70
|
+
## [1.1.2](https://github.com/adobe/spectrum-web-components/compare/v1.1.1...v1.1.2) (2025-02-12)
|
|
71
|
+
|
|
72
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
73
|
+
|
|
74
|
+
## [1.1.1](https://github.com/adobe/spectrum-web-components/compare/v1.1.0...v1.1.1) (2025-01-29)
|
|
75
|
+
|
|
76
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
77
|
+
|
|
78
|
+
# [1.1.0](https://github.com/adobe/spectrum-web-components/compare/v1.0.3...v1.1.0) (2025-01-29)
|
|
79
|
+
|
|
80
|
+
### Bug Fixes
|
|
81
|
+
|
|
82
|
+
- lock prerelease versions for Spectrum CSS ([#5014](https://github.com/adobe/spectrum-web-components/issues/5014)) ([8aa7734](https://github.com/adobe/spectrum-web-components/commit/8aa77342f169b75ecbd1c07a2a1050860b182822))
|
|
83
|
+
|
|
84
|
+
## [1.0.1](https://github.com/adobe/spectrum-web-components/compare/v1.0.0...v1.0.1) (2024-11-11)
|
|
85
|
+
|
|
86
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
87
|
+
|
|
88
|
+
# [1.0.0](https://github.com/adobe/spectrum-web-components/compare/v0.49.0...v1.0.0) (2024-10-31)
|
|
89
|
+
|
|
90
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
91
|
+
|
|
92
|
+
# [0.49.0](https://github.com/adobe/spectrum-web-components/compare/v0.48.1...v0.49.0) (2024-10-15)
|
|
93
|
+
|
|
94
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
95
|
+
|
|
96
|
+
## [0.48.1](https://github.com/adobe/spectrum-web-components/compare/v0.48.0...v0.48.1) (2024-10-01)
|
|
97
|
+
|
|
98
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
99
|
+
|
|
100
|
+
# [0.48.0](https://github.com/adobe/spectrum-web-components/compare/v0.47.2...v0.48.0) (2024-09-17)
|
|
101
|
+
|
|
102
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
103
|
+
|
|
104
|
+
## [0.47.2](https://github.com/adobe/spectrum-web-components/compare/v0.47.1...v0.47.2) (2024-09-03)
|
|
105
|
+
|
|
106
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
107
|
+
|
|
108
|
+
## [0.47.1](https://github.com/adobe/spectrum-web-components/compare/v0.47.0...v0.47.1) (2024-08-27)
|
|
109
|
+
|
|
110
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
111
|
+
|
|
112
|
+
# [0.47.0](https://github.com/adobe/spectrum-web-components/compare/v0.46.0...v0.47.0) (2024-08-20)
|
|
113
|
+
|
|
114
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
115
|
+
|
|
116
|
+
# [0.46.0](https://github.com/adobe/spectrum-web-components/compare/v0.45.0...v0.46.0) (2024-08-08)
|
|
117
|
+
|
|
118
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
119
|
+
|
|
120
|
+
# [0.45.0](https://github.com/adobe/spectrum-web-components/compare/v0.44.0...v0.45.0) (2024-07-30)
|
|
121
|
+
|
|
122
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
123
|
+
|
|
124
|
+
# [0.44.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.44.0) (2024-07-15)
|
|
125
|
+
|
|
126
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
127
|
+
|
|
128
|
+
# [0.43.0](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.43.0) (2024-06-11)
|
|
129
|
+
|
|
130
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
131
|
+
|
|
132
|
+
## [0.42.5](https://github.com/adobe/spectrum-web-components/compare/v0.42.4...v0.42.5) (2024-05-24)
|
|
133
|
+
|
|
134
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
135
|
+
|
|
136
|
+
## [0.42.4](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.4) (2024-05-14)
|
|
137
|
+
|
|
138
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
139
|
+
|
|
140
|
+
## [0.42.3](https://github.com/adobe/spectrum-web-components/compare/v0.42.2...v0.42.3) (2024-05-01)
|
|
141
|
+
|
|
142
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
143
|
+
|
|
144
|
+
## [0.42.2](https://github.com/adobe/spectrum-web-components/compare/v0.42.1...v0.42.2) (2024-04-03)
|
|
145
|
+
|
|
146
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
147
|
+
|
|
148
|
+
## [0.42.1](https://github.com/adobe/spectrum-web-components/compare/v0.42.0...v0.42.1) (2024-04-02)
|
|
149
|
+
|
|
150
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
151
|
+
|
|
152
|
+
# [0.42.0](https://github.com/adobe/spectrum-web-components/compare/v0.41.2...v0.42.0) (2024-03-19)
|
|
153
|
+
|
|
154
|
+
### Bug Fixes
|
|
155
|
+
|
|
156
|
+
- **styles, theme:** surface exports that omit Spectrum Vars proactively ([#4142](https://github.com/adobe/spectrum-web-components/issues/4142)) ([5b524c1](https://github.com/adobe/spectrum-web-components/commit/5b524c1d54a64225cb3b2f71b92f581695985519))
|
|
157
|
+
|
|
158
|
+
### Features
|
|
159
|
+
|
|
160
|
+
- **asset:** use core tokens ([99e76f4](https://github.com/adobe/spectrum-web-components/commit/99e76f4d32e990960b7fa2f0613ed4144adc4f6e))
|
|
161
|
+
|
|
162
|
+
## [0.41.2](https://github.com/adobe/spectrum-web-components/compare/v0.41.1...v0.41.2) (2024-03-05)
|
|
163
|
+
|
|
164
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
165
|
+
|
|
166
|
+
## [0.41.1](https://github.com/adobe/spectrum-web-components/compare/v0.41.0...v0.41.1) (2024-02-22)
|
|
167
|
+
|
|
168
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
169
|
+
|
|
170
|
+
# [0.41.0](https://github.com/adobe/spectrum-web-components/compare/v0.40.5...v0.41.0) (2024-02-13)
|
|
171
|
+
|
|
172
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
173
|
+
|
|
174
|
+
## [0.40.5](https://github.com/adobe/spectrum-web-components/compare/v0.40.4...v0.40.5) (2024-02-05)
|
|
175
|
+
|
|
176
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
177
|
+
|
|
178
|
+
## [0.40.4](https://github.com/adobe/spectrum-web-components/compare/v0.40.3...v0.40.4) (2024-01-29)
|
|
179
|
+
|
|
180
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
181
|
+
|
|
182
|
+
## [0.40.3](https://github.com/adobe/spectrum-web-components/compare/v0.40.2...v0.40.3) (2024-01-11)
|
|
183
|
+
|
|
184
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
185
|
+
|
|
186
|
+
## [0.40.2](https://github.com/adobe/spectrum-web-components/compare/v0.40.1...v0.40.2) (2023-12-18)
|
|
187
|
+
|
|
188
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
189
|
+
|
|
190
|
+
## [0.40.1](https://github.com/adobe/spectrum-web-components/compare/v0.40.0...v0.40.1) (2023-12-05)
|
|
191
|
+
|
|
192
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
193
|
+
|
|
194
|
+
# [0.40.0](https://github.com/adobe/spectrum-web-components/compare/v0.39.4...v0.40.0) (2023-11-16)
|
|
195
|
+
|
|
196
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
197
|
+
|
|
198
|
+
## [0.39.4](https://github.com/adobe/spectrum-web-components/compare/v0.39.3...v0.39.4) (2023-11-02)
|
|
199
|
+
|
|
200
|
+
### Bug Fixes
|
|
201
|
+
|
|
202
|
+
- **overlay:** place longpress helper content in a more accessible, less layout affecting location ([dd12c23](https://github.com/adobe/spectrum-web-components/commit/dd12c2346142a107ee9c7824410dff5ae660e574))
|
|
203
|
+
|
|
204
|
+
## [0.39.3](https://github.com/adobe/spectrum-web-components/compare/v0.39.2...v0.39.3) (2023-10-18)
|
|
205
|
+
|
|
206
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
207
|
+
|
|
208
|
+
## [0.39.2](https://github.com/adobe/spectrum-web-components/compare/v0.39.1...v0.39.2) (2023-10-13)
|
|
209
|
+
|
|
210
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
211
|
+
|
|
212
|
+
## [0.39.1](https://github.com/adobe/spectrum-web-components/compare/v0.39.0...v0.39.1) (2023-10-06)
|
|
213
|
+
|
|
214
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
215
|
+
|
|
216
|
+
# [0.39.0](https://github.com/adobe/spectrum-web-components/compare/v0.38.0...v0.39.0) (2023-09-25)
|
|
217
|
+
|
|
218
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
219
|
+
|
|
220
|
+
# [0.38.0](https://github.com/adobe/spectrum-web-components/compare/v0.37.0...v0.38.0) (2023-09-05)
|
|
221
|
+
|
|
222
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
223
|
+
|
|
224
|
+
# [0.37.0](https://github.com/adobe/spectrum-web-components/compare/v0.36.0...v0.37.0) (2023-08-18)
|
|
225
|
+
|
|
226
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
227
|
+
|
|
228
|
+
# [0.36.0](https://github.com/adobe/spectrum-web-components/compare/v0.35.0...v0.36.0) (2023-08-18)
|
|
229
|
+
|
|
230
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
231
|
+
|
|
232
|
+
# [0.35.0](https://github.com/adobe/spectrum-web-components/compare/v0.34.0...v0.35.0) (2023-07-31)
|
|
233
|
+
|
|
234
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
235
|
+
|
|
236
|
+
# [0.34.0](https://github.com/adobe/spectrum-web-components/compare/v0.33.2...v0.34.0) (2023-07-11)
|
|
237
|
+
|
|
238
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
239
|
+
|
|
240
|
+
## [0.33.2](https://github.com/adobe/spectrum-web-components/compare/v0.33.1...v0.33.2) (2023-06-14)
|
|
241
|
+
|
|
242
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
243
|
+
|
|
244
|
+
# [0.33.0](https://github.com/adobe/spectrum-web-components/compare/v0.32.0...v0.33.0) (2023-06-08)
|
|
245
|
+
|
|
246
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
247
|
+
|
|
248
|
+
# [0.32.0](https://github.com/adobe/spectrum-web-components/compare/v0.31.0...v0.32.0) (2023-06-01)
|
|
249
|
+
|
|
250
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
251
|
+
|
|
252
|
+
# [0.31.0](https://github.com/adobe/spectrum-web-components/compare/v0.30.0...v0.31.0) (2023-05-17)
|
|
253
|
+
|
|
254
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
255
|
+
|
|
256
|
+
# 0.30.0 (2023-05-03)
|
|
257
|
+
|
|
258
|
+
### Bug Fixes
|
|
259
|
+
|
|
260
|
+
- correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
|
|
261
|
+
- include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716f2f787deb8d868a78bd28c8e62fe90e21))
|
|
262
|
+
- include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
|
|
263
|
+
- include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
|
|
264
|
+
- **shared:** make Focusable pass disabled always ([a339d6f](https://github.com/adobe/spectrum-web-components/commit/a339d6fb2aa9645e7bca5472487618edff5f1182))
|
|
265
|
+
- **status-light:** extend docs and styling for [disabled] ([3d9fd16](https://github.com/adobe/spectrum-web-components/commit/3d9fd16256dea767183bdfb3cedd431427c15c7f))
|
|
266
|
+
- **status-light:** manage aria-disabled from disabled attribute ([8bc9be7](https://github.com/adobe/spectrum-web-components/commit/8bc9be7bc469801b496997757d0158bd55e45996))
|
|
267
|
+
- **status-light:** review comments for status-light ([80caa08](https://github.com/adobe/spectrum-web-components/commit/80caa083eb3958c0260c1d1dc92578d1710abd89))
|
|
268
|
+
- stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
|
|
269
|
+
- update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
|
|
270
|
+
- update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
|
|
271
|
+
- update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
|
|
272
|
+
- use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
|
|
273
|
+
|
|
274
|
+
### Features
|
|
275
|
+
|
|
276
|
+
- **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
|
|
277
|
+
- adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
|
|
278
|
+
- apply sizedMixin for t-shirt sizing ([d7b63fb](https://github.com/adobe/spectrum-web-components/commit/d7b63fb0db06b5a8a412fea8370964f4db9d18ae))
|
|
279
|
+
- include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
|
|
280
|
+
- leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
|
|
281
|
+
- shared pkg versions, devmode define warning, registry-conflicts docs ([6e49565](https://github.com/adobe/spectrum-web-components/commit/6e4956519b845fa8127f8032948b625c252ef7a6))
|
|
282
|
+
- **status-light:** add status-light component ([e3a5b3d](https://github.com/adobe/spectrum-web-components/commit/e3a5b3dd853ebb8ad05ec438f4855fd3c500f7ce))
|
|
283
|
+
- **status-light:** update spectrum css input ([e10fd45](https://github.com/adobe/spectrum-web-components/commit/e10fd457dd8c97a8d90b93b93e4279308d4007ef))
|
|
284
|
+
- **tabs:** add sp-tab-panel element ([b17d276](https://github.com/adobe/spectrum-web-components/commit/b17d2765cf415578a31e5fa23515c25ff4c3922d))
|
|
285
|
+
- update to Spectrum CSS v3.0.0 ([e8b3d8f](https://github.com/adobe/spectrum-web-components/commit/e8b3d8f75c77c04b4d7af126b91b0f6ad2a40742))
|
|
286
|
+
- use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/39188887afad9bec52ef48d4e22596f9b757a9fe))
|
|
287
|
+
- use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
|
|
288
|
+
- use SixedMixin to manage "size" property ([8819821](https://github.com/adobe/spectrum-web-components/commit/88198212cb495833ed2e7644f95b43dca915318d))
|
|
289
|
+
|
|
290
|
+
### Performance Improvements
|
|
291
|
+
|
|
292
|
+
- use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
|
|
293
|
+
|
|
294
|
+
### Reverts
|
|
295
|
+
|
|
296
|
+
- Revert "chore: release new versions" ([a6d655d](https://github.com/adobe/spectrum-web-components/commit/a6d655d1435ee6427a3778b89f1a6cf9fe4beb9d))
|
|
297
|
+
|
|
298
|
+
## [0.11.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.11.10...@spectrum-web-components/status-light@0.11.11) (2023-04-24)
|
|
299
|
+
|
|
300
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
301
|
+
|
|
302
|
+
## [0.11.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.11.9...@spectrum-web-components/status-light@0.11.10) (2023-04-05)
|
|
303
|
+
|
|
304
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
305
|
+
|
|
306
|
+
## [0.11.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.11.8...@spectrum-web-components/status-light@0.11.9) (2023-03-22)
|
|
307
|
+
|
|
308
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
309
|
+
|
|
310
|
+
## [0.11.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.11.7...@spectrum-web-components/status-light@0.11.8) (2023-02-23)
|
|
311
|
+
|
|
312
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
313
|
+
|
|
314
|
+
## [0.11.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.11.6...@spectrum-web-components/status-light@0.11.7) (2023-02-08)
|
|
315
|
+
|
|
316
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
317
|
+
|
|
318
|
+
## [0.11.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.11.5...@spectrum-web-components/status-light@0.11.6) (2023-01-23)
|
|
319
|
+
|
|
320
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
321
|
+
|
|
322
|
+
## [0.11.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.11.4...@spectrum-web-components/status-light@0.11.5) (2023-01-09)
|
|
323
|
+
|
|
324
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
325
|
+
|
|
326
|
+
## [0.11.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.11.3...@spectrum-web-components/status-light@0.11.4) (2022-12-08)
|
|
327
|
+
|
|
328
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
329
|
+
|
|
330
|
+
## [0.11.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.11.2...@spectrum-web-components/status-light@0.11.3) (2022-11-21)
|
|
331
|
+
|
|
332
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
333
|
+
|
|
334
|
+
## [0.11.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.11.1...@spectrum-web-components/status-light@0.11.2) (2022-11-14)
|
|
335
|
+
|
|
336
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
337
|
+
|
|
338
|
+
## [0.11.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.11.0...@spectrum-web-components/status-light@0.11.1) (2022-10-10)
|
|
339
|
+
|
|
340
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
341
|
+
|
|
342
|
+
# [0.11.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.10.12...@spectrum-web-components/status-light@0.11.0) (2022-08-09)
|
|
343
|
+
|
|
344
|
+
### Features
|
|
345
|
+
|
|
346
|
+
- include all Dev Mode files in side effects ([f70817c](https://github.com/adobe/spectrum-web-components/commit/f70817cc15db6dcf5cc1de2d82b4f7b0c80b1251))
|
|
347
|
+
|
|
348
|
+
## [0.10.12](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.10.11...@spectrum-web-components/status-light@0.10.12) (2022-08-04)
|
|
349
|
+
|
|
350
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
351
|
+
|
|
352
|
+
## [0.10.11](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.10.10...@spectrum-web-components/status-light@0.10.11) (2022-07-18)
|
|
353
|
+
|
|
354
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
355
|
+
|
|
356
|
+
## [0.10.10](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.10.9...@spectrum-web-components/status-light@0.10.10) (2022-06-29)
|
|
357
|
+
|
|
358
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
359
|
+
|
|
360
|
+
## [0.10.9](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.10.8...@spectrum-web-components/status-light@0.10.9) (2022-06-07)
|
|
361
|
+
|
|
362
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
363
|
+
|
|
364
|
+
## [0.10.8](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.10.7...@spectrum-web-components/status-light@0.10.8) (2022-05-27)
|
|
365
|
+
|
|
366
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
367
|
+
|
|
368
|
+
## [0.10.7](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.10.6...@spectrum-web-components/status-light@0.10.7) (2022-05-12)
|
|
369
|
+
|
|
370
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
371
|
+
|
|
372
|
+
## [0.10.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.10.5...@spectrum-web-components/status-light@0.10.6) (2022-04-21)
|
|
373
|
+
|
|
374
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
375
|
+
|
|
376
|
+
## [0.10.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.10.4...@spectrum-web-components/status-light@0.10.5) (2022-03-08)
|
|
377
|
+
|
|
378
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
379
|
+
|
|
380
|
+
## [0.10.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.10.3...@spectrum-web-components/status-light@0.10.4) (2022-03-04)
|
|
381
|
+
|
|
382
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
383
|
+
|
|
384
|
+
## [0.10.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.10.2...@spectrum-web-components/status-light@0.10.3) (2022-02-22)
|
|
385
|
+
|
|
386
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
387
|
+
|
|
388
|
+
## [0.10.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.10.1...@spectrum-web-components/status-light@0.10.2) (2022-01-26)
|
|
389
|
+
|
|
390
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
391
|
+
|
|
392
|
+
## [0.10.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.10.0...@spectrum-web-components/status-light@0.10.1) (2021-12-13)
|
|
393
|
+
|
|
394
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
395
|
+
|
|
396
|
+
# [0.10.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.9.1...@spectrum-web-components/status-light@0.10.0) (2021-11-08)
|
|
397
|
+
|
|
398
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
399
|
+
|
|
400
|
+
## [0.9.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.9.0...@spectrum-web-components/status-light@0.9.1) (2021-11-08)
|
|
401
|
+
|
|
402
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
403
|
+
|
|
404
|
+
# [0.9.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.8.3...@spectrum-web-components/status-light@0.9.0) (2021-11-02)
|
|
405
|
+
|
|
406
|
+
### Features
|
|
407
|
+
|
|
408
|
+
- adopt DNA@7 base Spectrum CSS ([e08cafd](https://github.com/adobe/spectrum-web-components/commit/e08cafda9f1b33b0163fbe5ba66754806be8f9e4))
|
|
409
|
+
|
|
410
|
+
## [0.8.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.8.2...@spectrum-web-components/status-light@0.8.3) (2021-09-20)
|
|
411
|
+
|
|
412
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
413
|
+
|
|
414
|
+
## [0.8.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.8.1...@spectrum-web-components/status-light@0.8.2) (2021-08-24)
|
|
415
|
+
|
|
416
|
+
### Bug Fixes
|
|
417
|
+
|
|
418
|
+
- correct [@element](https://github.com/element) jsDoc listing across library ([c97a632](https://github.com/adobe/spectrum-web-components/commit/c97a6320c16a2b3053637e22bca0d56ce0cd5ae5))
|
|
419
|
+
|
|
420
|
+
## [0.8.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.8.0...@spectrum-web-components/status-light@0.8.1) (2021-07-22)
|
|
421
|
+
|
|
422
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
423
|
+
|
|
424
|
+
# [0.8.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.7.5...@spectrum-web-components/status-light@0.8.0) (2021-06-16)
|
|
425
|
+
|
|
426
|
+
### Features
|
|
427
|
+
|
|
428
|
+
- **tabs:** add sp-tab-panel element ([b17d276](https://github.com/adobe/spectrum-web-components/commit/b17d2765cf415578a31e5fa23515c25ff4c3922d))
|
|
429
|
+
|
|
430
|
+
## [0.7.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.7.4...@spectrum-web-components/status-light@0.7.5) (2021-05-12)
|
|
431
|
+
|
|
432
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
433
|
+
|
|
434
|
+
## [0.7.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.7.3...@spectrum-web-components/status-light@0.7.4) (2021-04-09)
|
|
435
|
+
|
|
436
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
437
|
+
|
|
438
|
+
## [0.7.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.7.2...@spectrum-web-components/status-light@0.7.3) (2021-03-29)
|
|
439
|
+
|
|
440
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
441
|
+
|
|
442
|
+
## [0.7.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.7.1...@spectrum-web-components/status-light@0.7.2) (2021-03-22)
|
|
443
|
+
|
|
444
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
445
|
+
|
|
446
|
+
## [0.7.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.7.0...@spectrum-web-components/status-light@0.7.1) (2021-03-05)
|
|
447
|
+
|
|
448
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
449
|
+
|
|
450
|
+
# [0.7.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.6.1...@spectrum-web-components/status-light@0.7.0) (2021-03-04)
|
|
451
|
+
|
|
452
|
+
### Features
|
|
453
|
+
|
|
454
|
+
- use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
|
|
455
|
+
|
|
456
|
+
## [0.6.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.6.0...@spectrum-web-components/status-light@0.6.1) (2021-02-11)
|
|
457
|
+
|
|
458
|
+
### Bug Fixes
|
|
459
|
+
|
|
460
|
+
- update to latest spectrum-css packages ([a5ca19f](https://github.com/adobe/spectrum-web-components/commit/a5ca19f67d5b3f0951667c4441d4d977bf1e0937))
|
|
461
|
+
|
|
462
|
+
# [0.6.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.4.3...@spectrum-web-components/status-light@0.6.0) (2021-01-21)
|
|
463
|
+
|
|
464
|
+
### Bug Fixes
|
|
465
|
+
|
|
466
|
+
- include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
|
|
467
|
+
- stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
|
|
468
|
+
- update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
|
|
469
|
+
- use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
|
|
470
|
+
|
|
471
|
+
### Features
|
|
472
|
+
|
|
473
|
+
- apply sizedMixin for t-shirt sizing ([d7b63fb](https://github.com/adobe/spectrum-web-components/commit/d7b63fb0db06b5a8a412fea8370964f4db9d18ae))
|
|
474
|
+
- use SixedMixin to manage "size" property ([8819821](https://github.com/adobe/spectrum-web-components/commit/88198212cb495833ed2e7644f95b43dca915318d))
|
|
475
|
+
- **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
|
|
476
|
+
- **status-light:** update spectrum css input ([e10fd45](https://github.com/adobe/spectrum-web-components/commit/e10fd457dd8c97a8d90b93b93e4279308d4007ef))
|
|
477
|
+
|
|
478
|
+
# [0.5.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.4.3...@spectrum-web-components/status-light@0.5.0) (2021-01-13)
|
|
479
|
+
|
|
480
|
+
### Bug Fixes
|
|
481
|
+
|
|
482
|
+
- include the "types" entry in package.json files ([b432f59](https://github.com/adobe/spectrum-web-components/commit/b432f5982b3b79f80af12f6d0312cbe2285e608b))
|
|
483
|
+
- stop merging selectors in a way that alters the cascade ([369388f](https://github.com/adobe/spectrum-web-components/commit/369388f8cc147543891087991c569f849ddb9b38))
|
|
484
|
+
- update latest Spectrum CSS beta releases ([d8d3acc](https://github.com/adobe/spectrum-web-components/commit/d8d3acc86de31e58219db6ba2a9d045b83cbe103))
|
|
485
|
+
- use latest @spectrum-css/\* versions ([c35eb86](https://github.com/adobe/spectrum-web-components/commit/c35eb86defd89a0c36b5ea186f6d40f20851b5e5))
|
|
486
|
+
|
|
487
|
+
### Features
|
|
488
|
+
|
|
489
|
+
- apply sizedMixin for t-shirt sizing ([d7b63fb](https://github.com/adobe/spectrum-web-components/commit/d7b63fb0db06b5a8a412fea8370964f4db9d18ae))
|
|
490
|
+
- use SixedMixin to manage "size" property ([8819821](https://github.com/adobe/spectrum-web-components/commit/88198212cb495833ed2e7644f95b43dca915318d))
|
|
491
|
+
- **action-button:** add action button pattern ([03ac00a](https://github.com/adobe/spectrum-web-components/commit/03ac00a710290e6a78340f206d88385a4f8ae8c2))
|
|
492
|
+
- **status-light:** update spectrum css input ([e10fd45](https://github.com/adobe/spectrum-web-components/commit/e10fd457dd8c97a8d90b93b93e4279308d4007ef))
|
|
493
|
+
|
|
494
|
+
## [0.4.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.4.2...@spectrum-web-components/status-light@0.4.3) (2020-10-12)
|
|
495
|
+
|
|
496
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
497
|
+
|
|
498
|
+
## [0.4.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.4.1...@spectrum-web-components/status-light@0.4.2) (2020-10-12)
|
|
499
|
+
|
|
500
|
+
### Bug Fixes
|
|
501
|
+
|
|
502
|
+
- include default export in the "exports" fields ([f32407d](https://github.com/adobe/spectrum-web-components/commit/f32407d7bbfd18e72c35b6f27740549e79957858))
|
|
503
|
+
|
|
504
|
+
## [0.4.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.4.0...@spectrum-web-components/status-light@0.4.1) (2020-09-25)
|
|
505
|
+
|
|
506
|
+
### Bug Fixes
|
|
507
|
+
|
|
508
|
+
- update side effect listings ([8160d3a](https://github.com/adobe/spectrum-web-components/commit/8160d3ab2c4f5ea11ac40897a5cf1fdaa357f4a8))
|
|
509
|
+
|
|
510
|
+
# [0.4.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.3.1...@spectrum-web-components/status-light@0.4.0) (2020-08-31)
|
|
511
|
+
|
|
512
|
+
### Features
|
|
513
|
+
|
|
514
|
+
- update to Spectrum CSS v3.0.0 ([e8b3d8f](https://github.com/adobe/spectrum-web-components/commit/e8b3d8f75c77c04b4d7af126b91b0f6ad2a40742))
|
|
515
|
+
|
|
516
|
+
## [0.3.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.3.0...@spectrum-web-components/status-light@0.3.1) (2020-08-19)
|
|
517
|
+
|
|
518
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
519
|
+
|
|
520
|
+
# [0.3.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.2.6...@spectrum-web-components/status-light@0.3.0) (2020-07-17)
|
|
521
|
+
|
|
522
|
+
### Bug Fixes
|
|
523
|
+
|
|
524
|
+
- **status-light:** manage aria-disabled from disabled attribute ([8bc9be7](https://github.com/adobe/spectrum-web-components/commit/8bc9be7bc469801b496997757d0158bd55e45996))
|
|
525
|
+
|
|
526
|
+
### Features
|
|
527
|
+
|
|
528
|
+
- leverage "exports" field in package.json ([321abd7](https://github.com/adobe/spectrum-web-components/commit/321abd7b7e78ccd9157cff75a1fa3dbd06e81f79))
|
|
529
|
+
|
|
530
|
+
## [0.2.6](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.2.5...@spectrum-web-components/status-light@0.2.6) (2020-06-08)
|
|
531
|
+
|
|
532
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
533
|
+
|
|
534
|
+
## [0.2.5](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.2.4...@spectrum-web-components/status-light@0.2.5) (2020-04-16)
|
|
535
|
+
|
|
536
|
+
### Performance Improvements
|
|
537
|
+
|
|
538
|
+
- use "sideEffects" listing in package.json ([7271614](https://github.com/adobe/spectrum-web-components/commit/7271614c0ca3ccf3566583bb59467eb15a6199cd))
|
|
539
|
+
|
|
540
|
+
## [0.2.4](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.2.3...@spectrum-web-components/status-light@0.2.4) (2020-04-07)
|
|
541
|
+
|
|
542
|
+
### Bug Fixes
|
|
543
|
+
|
|
544
|
+
- **status-light:** extend docs and styling for [disabled](<[3d9fd16](https://github.com/adobe/spectrum-web-components/commit/3d9fd16256dea767183bdfb3cedd431427c15c7f)>)
|
|
545
|
+
|
|
546
|
+
## [0.2.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.2.2...@spectrum-web-components/status-light@0.2.3) (2020-03-11)
|
|
547
|
+
|
|
548
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
549
|
+
|
|
550
|
+
## [0.2.2](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.2.1...@spectrum-web-components/status-light@0.2.2) (2020-01-06)
|
|
551
|
+
|
|
552
|
+
**Note:** Version bump only for package @spectrum-web-components/status-light
|
|
553
|
+
|
|
554
|
+
## [0.2.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.2.0...@spectrum-web-components/status-light@0.2.1) (2019-11-27)
|
|
555
|
+
|
|
556
|
+
### Bug Fixes
|
|
557
|
+
|
|
558
|
+
- include "type" in package.json, generate custom-elements.json ([1a8d716](https://github.com/adobe/spectrum-web-components/commit/1a8d716))
|
|
559
|
+
|
|
560
|
+
# [0.2.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.1.1...@spectrum-web-components/status-light@0.2.0) (2019-11-19)
|
|
561
|
+
|
|
562
|
+
### Features
|
|
563
|
+
|
|
564
|
+
- use @adobe/spectrum-css@2.15.1 ([3918888](https://github.com/adobe/spectrum-web-components/commit/3918888))
|
|
565
|
+
|
|
566
|
+
## [0.1.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/status-light@0.1.0...@spectrum-web-components/status-light@0.1.1) (2019-11-01)
|
|
567
|
+
|
|
568
|
+
### Bug Fixes
|
|
569
|
+
|
|
570
|
+
- **shared:** make Focusable pass disabled always ([a339d6f](https://github.com/adobe/spectrum-web-components/commit/a339d6f))
|
|
571
|
+
|
|
572
|
+
# 0.1.0 (2019-10-23)
|
|
573
|
+
|
|
574
|
+
### Bug Fixes
|
|
575
|
+
|
|
576
|
+
- **status-light:** review comments for status-light ([80caa08](https://github.com/adobe/spectrum-web-components/commit/80caa08))
|
|
577
|
+
|
|
578
|
+
### Features
|
|
579
|
+
|
|
580
|
+
- **status-light:** add status-light component ([e3a5b3d](https://github.com/adobe/spectrum-web-components/commit/e3a5b3d))
|
package/README.md
CHANGED
|
@@ -80,15 +80,11 @@ Status lights come in various semantic and non-semantic variants to convey diffe
|
|
|
80
80
|
<sp-tab-panel value="semantic">
|
|
81
81
|
|
|
82
82
|
```html
|
|
83
|
-
<sp-status-light variant="neutral">
|
|
84
|
-
use for default state
|
|
85
|
-
</sp-status-light>
|
|
83
|
+
<sp-status-light variant="neutral">use for default state</sp-status-light>
|
|
86
84
|
<sp-status-light variant="positive">
|
|
87
85
|
use for success or approval
|
|
88
86
|
</sp-status-light>
|
|
89
|
-
<sp-status-light variant="negative">
|
|
90
|
-
use for error or rejection
|
|
91
|
-
</sp-status-light>
|
|
87
|
+
<sp-status-light variant="negative">use for error or rejection</sp-status-light>
|
|
92
88
|
<sp-status-light variant="notice">
|
|
93
89
|
use for warning or attention needed
|
|
94
90
|
</sp-status-light>
|
|
@@ -110,6 +106,7 @@ Status lights come in various semantic and non-semantic variants to convey diffe
|
|
|
110
106
|
<sp-status-light variant="magenta">magenta status</sp-status-light>
|
|
111
107
|
<sp-status-light variant="celery">celery status</sp-status-light>
|
|
112
108
|
<sp-status-light variant="purple">purple status</sp-status-light>
|
|
109
|
+
<sp-status-light variant="cyan">cyan status</sp-status-light>
|
|
113
110
|
```
|
|
114
111
|
|
|
115
112
|
</sp-tab-panel>
|