@spectrum-web-components/status-light 1.9.1-nightly.20251028225812 → 1.9.1-nightly.20251029100130

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/package.json CHANGED
@@ -1,75 +1,75 @@
1
1
  {
2
- "name": "@spectrum-web-components/status-light",
3
- "version": "1.9.1-nightly.20251028225812",
4
- "publishConfig": {
5
- "access": "public"
6
- },
7
- "description": "",
8
- "license": "Apache-2.0",
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/adobe/spectrum-web-components.git",
12
- "directory": "1st-gen/packages/status-light"
13
- },
14
- "author": "Adobe",
15
- "homepage": "https://opensource.adobe.com/spectrum-web-components/components/status-light",
16
- "bugs": {
17
- "url": "https://github.com/adobe/spectrum-web-components/issues"
18
- },
19
- "main": "./src/index.js",
20
- "module": "./src/index.js",
21
- "type": "module",
22
- "exports": {
23
- ".": {
24
- "development": "./src/index.dev.js",
25
- "default": "./src/index.js"
2
+ "name": "@spectrum-web-components/status-light",
3
+ "version": "1.9.1-nightly.20251029100130",
4
+ "publishConfig": {
5
+ "access": "public"
26
6
  },
27
- "./package.json": "./package.json",
28
- "./src/StatusLight.js": {
29
- "development": "./src/StatusLight.dev.js",
30
- "default": "./src/StatusLight.js"
7
+ "description": "",
8
+ "license": "Apache-2.0",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/adobe/spectrum-web-components.git",
12
+ "directory": "1st-gen/packages/status-light"
31
13
  },
32
- "./src/index.js": {
33
- "development": "./src/index.dev.js",
34
- "default": "./src/index.js"
14
+ "author": "Adobe",
15
+ "homepage": "https://opensource.adobe.com/spectrum-web-components/components/status-light",
16
+ "bugs": {
17
+ "url": "https://github.com/adobe/spectrum-web-components/issues"
35
18
  },
36
- "./src/status-light-overrides.css.js": "./src/status-light-overrides.css.js",
37
- "./src/status-light.css.js": "./src/status-light.css.js",
38
- "./sp-status-light.js": {
39
- "development": "./sp-status-light.dev.js",
40
- "default": "./sp-status-light.js"
41
- }
42
- },
43
- "scripts": {
44
- "test": "echo \"Error: run tests from mono-repo root.\" && exit 1"
45
- },
46
- "files": [
47
- "**/*.d.ts",
48
- "**/*.js",
49
- "**/*.js.map",
50
- "custom-elements.json",
51
- "!stories/",
52
- "!test/"
53
- ],
54
- "keywords": [
55
- "design-system",
56
- "spectrum",
57
- "adobe",
58
- "adobe-spectrum",
59
- "web components",
60
- "web-components",
61
- "lit-element",
62
- "lit-html",
63
- "component",
64
- "css"
65
- ],
66
- "dependencies": {
67
- "@spectrum-web-components/base": "1.9.0"
68
- },
69
- "types": "./src/index.d.ts",
70
- "customElements": "custom-elements.json",
71
- "sideEffects": [
72
- "./sp-*.js",
73
- "./**/*.dev.js"
74
- ]
75
- }
19
+ "main": "./src/index.js",
20
+ "module": "./src/index.js",
21
+ "type": "module",
22
+ "exports": {
23
+ ".": {
24
+ "development": "./src/index.dev.js",
25
+ "default": "./src/index.js"
26
+ },
27
+ "./package.json": "./package.json",
28
+ "./src/StatusLight.js": {
29
+ "development": "./src/StatusLight.dev.js",
30
+ "default": "./src/StatusLight.js"
31
+ },
32
+ "./src/index.js": {
33
+ "development": "./src/index.dev.js",
34
+ "default": "./src/index.js"
35
+ },
36
+ "./src/status-light-overrides.css.js": "./src/status-light-overrides.css.js",
37
+ "./src/status-light.css.js": "./src/status-light.css.js",
38
+ "./sp-status-light.js": {
39
+ "development": "./sp-status-light.dev.js",
40
+ "default": "./sp-status-light.js"
41
+ }
42
+ },
43
+ "scripts": {
44
+ "test": "echo \"Error: run tests from mono-repo root.\" && exit 1"
45
+ },
46
+ "files": [
47
+ "**/*.d.ts",
48
+ "**/*.js",
49
+ "**/*.js.map",
50
+ "custom-elements.json",
51
+ "!stories/",
52
+ "!test/"
53
+ ],
54
+ "keywords": [
55
+ "design-system",
56
+ "spectrum",
57
+ "adobe",
58
+ "adobe-spectrum",
59
+ "web components",
60
+ "web-components",
61
+ "lit-element",
62
+ "lit-html",
63
+ "component",
64
+ "css"
65
+ ],
66
+ "dependencies": {
67
+ "@spectrum-web-components/base": "1.9.1-nightly.20251029100130"
68
+ },
69
+ "types": "./src/index.d.ts",
70
+ "customElements": "custom-elements.json",
71
+ "sideEffects": [
72
+ "./sp-*.js",
73
+ "./**/*.dev.js"
74
+ ]
75
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Copyright 2025 Adobe. All rights reserved.
3
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
+ * you may not use this file except in compliance with the License. You may obtain a copy
5
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
6
+ *
7
+ * Unless required by applicable law or agreed to in writing, software distributed under
8
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
+ * OF ANY KIND, either express or implied. See the License for the specific language
10
+ * governing permissions and limitations under the License.
11
+ */
12
+ import { StatusLight } from './src/StatusLight.js';
13
+ declare global {
14
+ interface HTMLElementTagNameMap {
15
+ 'sp-status-light': StatusLight;
16
+ }
17
+ }
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ import { StatusLight } from "./src/StatusLight.dev.js";
3
+ import { defineElement } from "@spectrum-web-components/base/src/define-element.js";
4
+ defineElement("sp-status-light", StatusLight);
5
+ //# sourceMappingURL=sp-status-light.dev.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["status-light-memory.test.ts"],
4
- "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport { html } from '@open-wc/testing';\nimport '@spectrum-web-components/status-light/sp-status-light.js';\nimport { testForMemoryLeaks } from '../../../test/testing-helpers.js';\n\ntestForMemoryLeaks(html`\n <sp-status-light></sp-status-light>\n`);\n"],
5
- "mappings": ";AAYA,SAAS,YAAY;AACrB,OAAO;AACP,SAAS,0BAA0B;AAEnC,mBAAmB;AAAA;AAAA,CAElB;",
3
+ "sources": ["sp-status-light.ts"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { StatusLight } from './src/StatusLight.dev.js'\nimport { defineElement } from '@spectrum-web-components/base/src/define-element.js';\n\ndefineElement('sp-status-light', StatusLight);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'sp-status-light': StatusLight;\n }\n}\n"],
5
+ "mappings": ";AAWA,SAAS,mBAAmB;AAC5B,SAAS,qBAAqB;AAE9B,cAAc,mBAAmB,WAAW;",
6
6
  "names": []
7
7
  }
@@ -0,0 +1,2 @@
1
+ "use strict";import{StatusLight as t}from"./src/StatusLight.js";import{defineElement as e}from"@spectrum-web-components/base/src/define-element.js";e("sp-status-light",t);
2
+ //# sourceMappingURL=sp-status-light.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["status-light.test-vrt.ts"],
4
- "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport * as stories from '../stories/status-light.stories.js';\nimport { regressVisuals } from '../../../test/visual/test.js';\nimport type { TestsType } from '../../../test/visual/test.js';\n\nregressVisuals('StatusLightStories', stories as unknown as TestsType);\n"],
5
- "mappings": ";AAYA,YAAY,aAAa;AACzB,SAAS,sBAAsB;AAG/B,eAAe,sBAAsB,OAA+B;",
6
- "names": []
3
+ "sources": ["sp-status-light.ts"],
4
+ "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { StatusLight } from './src/StatusLight.js';\nimport { defineElement } from '@spectrum-web-components/base/src/define-element.js';\n\ndefineElement('sp-status-light', StatusLight);\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'sp-status-light': StatusLight;\n }\n}\n"],
5
+ "mappings": "aAWA,OAAS,eAAAA,MAAmB,uBAC5B,OAAS,iBAAAC,MAAqB,sDAE9BA,EAAc,kBAAmBD,CAAW",
6
+ "names": ["StatusLight", "defineElement"]
7
7
  }
package/CHANGELOG.md DELETED
@@ -1,580 +0,0 @@
1
- # Change Log
2
-
3
- ## 1.9.1-nightly.20251028225812
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.20251028225812
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))
@@ -1,80 +0,0 @@
1
- "use strict";
2
- import { html } from "@spectrum-web-components/base";
3
- import "@spectrum-web-components/status-light/sp-status-light.js";
4
- export default {
5
- component: "sp-status-light",
6
- title: "StatusLight"
7
- };
8
- export const s = () => html`
9
- <sp-status-light size="s" variant="accent">accent</sp-status-light>
10
- <sp-status-light size="s" variant="positive">positive</sp-status-light>
11
- <sp-status-light size="s" variant="negative">negative</sp-status-light>
12
- <sp-status-light size="s" variant="notice">notice</sp-status-light>
13
- <sp-status-light size="s" variant="info">info</sp-status-light>
14
- <sp-status-light size="s" variant="neutral">neutral</sp-status-light>
15
- <sp-status-light size="s" variant="yellow">yellow</sp-status-light>
16
- <sp-status-light size="s" variant="fuchsia">fuchsia</sp-status-light>
17
- <sp-status-light size="s" variant="indigo">indigo</sp-status-light>
18
- <sp-status-light size="s" variant="seafoam">seafoam</sp-status-light>
19
- <sp-status-light size="s" variant="chartreuse">chartreuse</sp-status-light>
20
- <sp-status-light size="s" variant="magenta">magenta</sp-status-light>
21
- <sp-status-light size="s" variant="celery">celery</sp-status-light>
22
- <sp-status-light size="s" variant="purple">purple</sp-status-light>
23
- <sp-status-light size="s" variant="cyan">cyan</sp-status-light>
24
- `;
25
- export const m = () => html`
26
- <sp-status-light size="m" variant="accent">accent</sp-status-light>
27
- <sp-status-light size="m" variant="positive">positive</sp-status-light>
28
- <sp-status-light size="m" variant="negative">negative</sp-status-light>
29
- <sp-status-light size="m" variant="notice">notice</sp-status-light>
30
- <sp-status-light size="m" variant="info">info</sp-status-light>
31
- <sp-status-light size="m" variant="neutral">neutral</sp-status-light>
32
- <sp-status-light size="m" variant="yellow">yellow</sp-status-light>
33
- <sp-status-light size="m" variant="fuchsia">fuchsia</sp-status-light>
34
- <sp-status-light size="m" variant="indigo">indigo</sp-status-light>
35
- <sp-status-light size="m" variant="seafoam">seafoam</sp-status-light>
36
- <sp-status-light size="m" variant="chartreuse">chartreuse</sp-status-light>
37
- <sp-status-light size="m" variant="magenta">magenta</sp-status-light>
38
- <sp-status-light size="m" variant="celery">celery</sp-status-light>
39
- <sp-status-light size="m" variant="purple">purple</sp-status-light>
40
- <sp-status-light size="m" variant="cyan">cyan</sp-status-light>
41
- `;
42
- export const l = () => html`
43
- <sp-status-light size="l" variant="accent">accent</sp-status-light>
44
- <sp-status-light size="l" variant="positive">positive</sp-status-light>
45
- <sp-status-light size="l" variant="negative">negative</sp-status-light>
46
- <sp-status-light size="l" variant="notice">notice</sp-status-light>
47
- <sp-status-light size="l" variant="info">info</sp-status-light>
48
- <sp-status-light size="l" variant="neutral">neutral</sp-status-light>
49
- <sp-status-light size="l" variant="yellow">yellow</sp-status-light>
50
- <sp-status-light size="l" variant="fuchsia">fuchsia</sp-status-light>
51
- <sp-status-light size="l" variant="indigo">indigo</sp-status-light>
52
- <sp-status-light size="l" variant="seafoam">seafoam</sp-status-light>
53
- <sp-status-light size="l" variant="chartreuse">chartreuse</sp-status-light>
54
- <sp-status-light size="l" variant="magenta">magenta</sp-status-light>
55
- <sp-status-light size="l" variant="celery">celery</sp-status-light>
56
- <sp-status-light size="l" variant="purple">purple</sp-status-light>
57
- <sp-status-light size="l" variant="cyan">cyan</sp-status-light>
58
- `;
59
- export const XL = () => html`
60
- <sp-status-light size="xl" variant="accent">accent</sp-status-light>
61
- <sp-status-light size="xl" variant="positive">positive</sp-status-light>
62
- <sp-status-light size="xl" variant="negative">negative</sp-status-light>
63
- <sp-status-light size="xl" variant="notice">notice</sp-status-light>
64
- <sp-status-light size="xl" variant="info">info</sp-status-light>
65
- <sp-status-light size="xl" variant="neutral">neutral</sp-status-light>
66
- <sp-status-light size="xl" variant="yellow">yellow</sp-status-light>
67
- <sp-status-light size="xl" variant="fuchsia">fuchsia</sp-status-light>
68
- <sp-status-light size="xl" variant="indigo">indigo</sp-status-light>
69
- <sp-status-light size="xl" variant="seafoam">seafoam</sp-status-light>
70
- <sp-status-light size="xl" variant="chartreuse">chartreuse</sp-status-light>
71
- <sp-status-light size="xl" variant="magenta">magenta</sp-status-light>
72
- <sp-status-light size="xl" variant="celery">celery</sp-status-light>
73
- <sp-status-light size="xl" variant="purple">purple</sp-status-light>
74
- <sp-status-light size="xl" variant="cyan">cyan</sp-status-light>
75
- `;
76
- export const disabledTrue = () => html`
77
- <sp-status-light variant="positive" disabled>positive</sp-status-light>
78
- `;
79
- disabledTrue.storyName = "disabled: true";
80
- //# sourceMappingURL=status-light.stories.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["status-light.stories.ts"],
4
- "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport { html, TemplateResult } from '@spectrum-web-components/base';\n\nimport '@spectrum-web-components/status-light/sp-status-light.js';\n\nexport default {\n component: 'sp-status-light',\n title: 'StatusLight',\n};\n\nexport const s = (): TemplateResult => html`\n <sp-status-light size=\"s\" variant=\"accent\">accent</sp-status-light>\n <sp-status-light size=\"s\" variant=\"positive\">positive</sp-status-light>\n <sp-status-light size=\"s\" variant=\"negative\">negative</sp-status-light>\n <sp-status-light size=\"s\" variant=\"notice\">notice</sp-status-light>\n <sp-status-light size=\"s\" variant=\"info\">info</sp-status-light>\n <sp-status-light size=\"s\" variant=\"neutral\">neutral</sp-status-light>\n <sp-status-light size=\"s\" variant=\"yellow\">yellow</sp-status-light>\n <sp-status-light size=\"s\" variant=\"fuchsia\">fuchsia</sp-status-light>\n <sp-status-light size=\"s\" variant=\"indigo\">indigo</sp-status-light>\n <sp-status-light size=\"s\" variant=\"seafoam\">seafoam</sp-status-light>\n <sp-status-light size=\"s\" variant=\"chartreuse\">chartreuse</sp-status-light>\n <sp-status-light size=\"s\" variant=\"magenta\">magenta</sp-status-light>\n <sp-status-light size=\"s\" variant=\"celery\">celery</sp-status-light>\n <sp-status-light size=\"s\" variant=\"purple\">purple</sp-status-light>\n <sp-status-light size=\"s\" variant=\"cyan\">cyan</sp-status-light>\n`;\n\nexport const m = (): TemplateResult => html`\n <sp-status-light size=\"m\" variant=\"accent\">accent</sp-status-light>\n <sp-status-light size=\"m\" variant=\"positive\">positive</sp-status-light>\n <sp-status-light size=\"m\" variant=\"negative\">negative</sp-status-light>\n <sp-status-light size=\"m\" variant=\"notice\">notice</sp-status-light>\n <sp-status-light size=\"m\" variant=\"info\">info</sp-status-light>\n <sp-status-light size=\"m\" variant=\"neutral\">neutral</sp-status-light>\n <sp-status-light size=\"m\" variant=\"yellow\">yellow</sp-status-light>\n <sp-status-light size=\"m\" variant=\"fuchsia\">fuchsia</sp-status-light>\n <sp-status-light size=\"m\" variant=\"indigo\">indigo</sp-status-light>\n <sp-status-light size=\"m\" variant=\"seafoam\">seafoam</sp-status-light>\n <sp-status-light size=\"m\" variant=\"chartreuse\">chartreuse</sp-status-light>\n <sp-status-light size=\"m\" variant=\"magenta\">magenta</sp-status-light>\n <sp-status-light size=\"m\" variant=\"celery\">celery</sp-status-light>\n <sp-status-light size=\"m\" variant=\"purple\">purple</sp-status-light>\n <sp-status-light size=\"m\" variant=\"cyan\">cyan</sp-status-light>\n`;\n\nexport const l = (): TemplateResult => html`\n <sp-status-light size=\"l\" variant=\"accent\">accent</sp-status-light>\n <sp-status-light size=\"l\" variant=\"positive\">positive</sp-status-light>\n <sp-status-light size=\"l\" variant=\"negative\">negative</sp-status-light>\n <sp-status-light size=\"l\" variant=\"notice\">notice</sp-status-light>\n <sp-status-light size=\"l\" variant=\"info\">info</sp-status-light>\n <sp-status-light size=\"l\" variant=\"neutral\">neutral</sp-status-light>\n <sp-status-light size=\"l\" variant=\"yellow\">yellow</sp-status-light>\n <sp-status-light size=\"l\" variant=\"fuchsia\">fuchsia</sp-status-light>\n <sp-status-light size=\"l\" variant=\"indigo\">indigo</sp-status-light>\n <sp-status-light size=\"l\" variant=\"seafoam\">seafoam</sp-status-light>\n <sp-status-light size=\"l\" variant=\"chartreuse\">chartreuse</sp-status-light>\n <sp-status-light size=\"l\" variant=\"magenta\">magenta</sp-status-light>\n <sp-status-light size=\"l\" variant=\"celery\">celery</sp-status-light>\n <sp-status-light size=\"l\" variant=\"purple\">purple</sp-status-light>\n <sp-status-light size=\"l\" variant=\"cyan\">cyan</sp-status-light>\n`;\n\nexport const XL = (): TemplateResult => html`\n <sp-status-light size=\"xl\" variant=\"accent\">accent</sp-status-light>\n <sp-status-light size=\"xl\" variant=\"positive\">positive</sp-status-light>\n <sp-status-light size=\"xl\" variant=\"negative\">negative</sp-status-light>\n <sp-status-light size=\"xl\" variant=\"notice\">notice</sp-status-light>\n <sp-status-light size=\"xl\" variant=\"info\">info</sp-status-light>\n <sp-status-light size=\"xl\" variant=\"neutral\">neutral</sp-status-light>\n <sp-status-light size=\"xl\" variant=\"yellow\">yellow</sp-status-light>\n <sp-status-light size=\"xl\" variant=\"fuchsia\">fuchsia</sp-status-light>\n <sp-status-light size=\"xl\" variant=\"indigo\">indigo</sp-status-light>\n <sp-status-light size=\"xl\" variant=\"seafoam\">seafoam</sp-status-light>\n <sp-status-light size=\"xl\" variant=\"chartreuse\">chartreuse</sp-status-light>\n <sp-status-light size=\"xl\" variant=\"magenta\">magenta</sp-status-light>\n <sp-status-light size=\"xl\" variant=\"celery\">celery</sp-status-light>\n <sp-status-light size=\"xl\" variant=\"purple\">purple</sp-status-light>\n <sp-status-light size=\"xl\" variant=\"cyan\">cyan</sp-status-light>\n`;\n\nexport const disabledTrue = (): TemplateResult => html`\n <sp-status-light variant=\"positive\" disabled>positive</sp-status-light>\n`;\n\ndisabledTrue.storyName = 'disabled: true';\n"],
5
- "mappings": ";AAWA,SAAS,YAA4B;AAErC,OAAO;AAEP,eAAe;AAAA,EACX,WAAW;AAAA,EACX,OAAO;AACX;AAEO,aAAM,IAAI,MAAsB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAkBhC,aAAM,IAAI,MAAsB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAkBhC,aAAM,IAAI,MAAsB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAkBhC,aAAM,KAAK,MAAsB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAkBjC,aAAM,eAAe,MAAsB;AAAA;AAAA;AAIlD,aAAa,YAAY;",
6
- "names": []
7
- }
@@ -1,8 +0,0 @@
1
- "use strict";
2
- import { html } from "@open-wc/testing";
3
- import "@spectrum-web-components/status-light/sp-status-light.js";
4
- import { testForMemoryLeaks } from "../../../test/testing-helpers.js";
5
- testForMemoryLeaks(html`
6
- <sp-status-light></sp-status-light>
7
- `);
8
- //# sourceMappingURL=status-light-memory.test.js.map
@@ -1,5 +0,0 @@
1
- "use strict";
2
- import * as stories from "../stories/status-light.stories.js";
3
- import { regressVisuals } from "../../../test/visual/test.js";
4
- regressVisuals("StatusLightStories", stories);
5
- //# sourceMappingURL=status-light.test-vrt.js.map
@@ -1,53 +0,0 @@
1
- "use strict";
2
- import "@spectrum-web-components/status-light/sp-status-light.js";
3
- import { elementUpdated, expect, fixture, html } from "@open-wc/testing";
4
- import { spy } from "sinon";
5
- describe("Status Light", () => {
6
- it("loads correctly", async () => {
7
- const el = await fixture(html`
8
- <sp-status-light variant="positive"></sp-status-light>
9
- `);
10
- await elementUpdated(el);
11
- expect(el).to.not.be.undefined;
12
- const rootEl = el.shadowRoot ? el.shadowRoot.querySelector("#root") : el.querySelector("#root");
13
- expect(rootEl).to.not.be.undefined;
14
- });
15
- it("[disabled] manages [aria-disabled]", async () => {
16
- const el = await fixture(html`
17
- <sp-status-light variant="positive"></sp-status-light>
18
- `);
19
- await elementUpdated(el);
20
- expect(el.hasAttribute("aria-disabled")).to.be.false;
21
- el.disabled = true;
22
- await elementUpdated(el);
23
- expect(el.hasAttribute("aria-disabled")).to.be.true;
24
- expect(el.getAttribute("aria-disabled")).to.equal("true");
25
- });
26
- describe("dev mode warnings", () => {
27
- let warningMessage;
28
- beforeEach(() => {
29
- window.__swc = window.__swc || { warn: () => {
30
- } };
31
- warningMessage = window.__swc.warn;
32
- window.__swc.issuedWarnings = /* @__PURE__ */ new Set();
33
- window.__swc.DEBUG = true;
34
- });
35
- afterEach(() => {
36
- window.__swc.warn = warningMessage;
37
- });
38
- it("warns when unsupported variant is used (brown)", async () => {
39
- const warnSpy = spy();
40
- window.__swc.warn = warnSpy;
41
- const el = await fixture(html`
42
- <sp-status-light variant="brown"></sp-status-light>
43
- `);
44
- await elementUpdated(el);
45
- expect(warnSpy.called).to.be.true;
46
- expect(warnSpy.firstCall.args[0]).to.equal(el);
47
- expect(warnSpy.firstCall.args[1]).to.equal(
48
- `<${el.localName}> element expects the "variant" attribute to be one of the following:`
49
- );
50
- });
51
- });
52
- });
53
- //# sourceMappingURL=status-light.test.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["status-light.test.ts"],
4
- "sourcesContent": ["/**\n * Copyright 2025 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\nimport '@spectrum-web-components/status-light/sp-status-light.js';\nimport { StatusLight } from '@spectrum-web-components/status-light';\nimport { elementUpdated, expect, fixture, html } from '@open-wc/testing';\nimport { spy } from 'sinon';\n\ndescribe('Status Light', () => {\n it('loads correctly', async () => {\n const el = await fixture<StatusLight>(html`\n <sp-status-light variant=\"positive\"></sp-status-light>\n `);\n\n await elementUpdated(el);\n expect(el).to.not.be.undefined;\n const rootEl = el.shadowRoot\n ? (el.shadowRoot.querySelector('#root') as HTMLImageElement)\n : (el.querySelector('#root') as HTMLImageElement);\n expect(rootEl).to.not.be.undefined;\n });\n it('[disabled] manages [aria-disabled]', async () => {\n const el = await fixture<StatusLight>(html`\n <sp-status-light variant=\"positive\"></sp-status-light>\n `);\n\n await elementUpdated(el);\n\n expect(el.hasAttribute('aria-disabled')).to.be.false;\n\n el.disabled = true;\n await elementUpdated(el);\n\n expect(el.hasAttribute('aria-disabled')).to.be.true;\n expect(el.getAttribute('aria-disabled')).to.equal('true');\n });\n\n describe('dev mode warnings', () => {\n let warningMessage: typeof window.__swc.warn;\n\n beforeEach(() => {\n // Create __swc if it doesn't exist\n window.__swc = window.__swc || { warn: () => {} };\n // Store original warn function\n warningMessage = window.__swc.warn;\n // Reset issued warnings to avoid dedupe interference\n window.__swc.issuedWarnings = new Set();\n // Enable debug guard\n window.__swc.DEBUG = true;\n });\n\n afterEach(() => {\n // Restore original warn function\n window.__swc.warn = warningMessage;\n });\n\n it('warns when unsupported variant is used (brown)', async () => {\n const warnSpy = spy();\n window.__swc.warn = warnSpy as unknown as typeof window.__swc.warn;\n\n const el = await fixture<StatusLight>(html`\n <sp-status-light variant=\"brown\"></sp-status-light>\n `);\n\n await elementUpdated(el);\n\n expect(warnSpy.called).to.be.true;\n expect(warnSpy.firstCall.args[0]).to.equal(el);\n expect(warnSpy.firstCall.args[1]).to.equal(\n `<${el.localName}> element expects the \"variant\" attribute to be one of the following:`\n );\n });\n });\n});\n"],
5
- "mappings": ";AAWA,OAAO;AAEP,SAAS,gBAAgB,QAAQ,SAAS,YAAY;AACtD,SAAS,WAAW;AAEpB,SAAS,gBAAgB,MAAM;AAC3B,KAAG,mBAAmB,YAAY;AAC9B,UAAM,KAAK,MAAM,QAAqB;AAAA;AAAA,SAErC;AAED,UAAM,eAAe,EAAE;AACvB,WAAO,EAAE,EAAE,GAAG,IAAI,GAAG;AACrB,UAAM,SAAS,GAAG,aACX,GAAG,WAAW,cAAc,OAAO,IACnC,GAAG,cAAc,OAAO;AAC/B,WAAO,MAAM,EAAE,GAAG,IAAI,GAAG;AAAA,EAC7B,CAAC;AACD,KAAG,sCAAsC,YAAY;AACjD,UAAM,KAAK,MAAM,QAAqB;AAAA;AAAA,SAErC;AAED,UAAM,eAAe,EAAE;AAEvB,WAAO,GAAG,aAAa,eAAe,CAAC,EAAE,GAAG,GAAG;AAE/C,OAAG,WAAW;AACd,UAAM,eAAe,EAAE;AAEvB,WAAO,GAAG,aAAa,eAAe,CAAC,EAAE,GAAG,GAAG;AAC/C,WAAO,GAAG,aAAa,eAAe,CAAC,EAAE,GAAG,MAAM,MAAM;AAAA,EAC5D,CAAC;AAED,WAAS,qBAAqB,MAAM;AAChC,QAAI;AAEJ,eAAW,MAAM;AAEb,aAAO,QAAQ,OAAO,SAAS,EAAE,MAAM,MAAM;AAAA,MAAC,EAAE;AAEhD,uBAAiB,OAAO,MAAM;AAE9B,aAAO,MAAM,iBAAiB,oBAAI,IAAI;AAEtC,aAAO,MAAM,QAAQ;AAAA,IACzB,CAAC;AAED,cAAU,MAAM;AAEZ,aAAO,MAAM,OAAO;AAAA,IACxB,CAAC;AAED,OAAG,kDAAkD,YAAY;AAC7D,YAAM,UAAU,IAAI;AACpB,aAAO,MAAM,OAAO;AAEpB,YAAM,KAAK,MAAM,QAAqB;AAAA;AAAA,aAErC;AAED,YAAM,eAAe,EAAE;AAEvB,aAAO,QAAQ,MAAM,EAAE,GAAG,GAAG;AAC7B,aAAO,QAAQ,UAAU,KAAK,CAAC,CAAC,EAAE,GAAG,MAAM,EAAE;AAC7C,aAAO,QAAQ,UAAU,KAAK,CAAC,CAAC,EAAE,GAAG;AAAA,QACjC,IAAI,GAAG,SAAS;AAAA,MACpB;AAAA,IACJ,CAAC;AAAA,EACL,CAAC;AACL,CAAC;",
6
- "names": []
7
- }