@spectrum-web-components/status-light 0.31.1-react.3 → 0.32.1-overlay.33
Sign up to get free protection for your applications and to get access to all the features.
- package/custom-elements.json +10 -1
- package/package.json +4 -4
package/custom-elements.json
CHANGED
@@ -6,7 +6,16 @@
|
|
6
6
|
"kind": "javascript-module",
|
7
7
|
"path": "sp-status-light.ts",
|
8
8
|
"declarations": [],
|
9
|
-
"exports": [
|
9
|
+
"exports": [
|
10
|
+
{
|
11
|
+
"kind": "custom-element-definition",
|
12
|
+
"name": "sp-status-light",
|
13
|
+
"declaration": {
|
14
|
+
"name": "StatusLight",
|
15
|
+
"module": "/src/StatusLight.js"
|
16
|
+
}
|
17
|
+
}
|
18
|
+
]
|
10
19
|
},
|
11
20
|
{
|
12
21
|
"kind": "javascript-module",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spectrum-web-components/status-light",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.32.1-overlay.33+8b9227d00",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -57,10 +57,10 @@
|
|
57
57
|
"lit-html"
|
58
58
|
],
|
59
59
|
"dependencies": {
|
60
|
-
"@spectrum-web-components/base": "^0.
|
60
|
+
"@spectrum-web-components/base": "^0.32.1-overlay.33+8b9227d00"
|
61
61
|
},
|
62
62
|
"devDependencies": {
|
63
|
-
"@spectrum-css/statuslight": "^6.0.
|
63
|
+
"@spectrum-css/statuslight": "^6.0.29"
|
64
64
|
},
|
65
65
|
"types": "./src/index.d.ts",
|
66
66
|
"customElements": "custom-elements.json",
|
@@ -68,5 +68,5 @@
|
|
68
68
|
"./sp-*.js",
|
69
69
|
"./**/*.dev.js"
|
70
70
|
],
|
71
|
-
"gitHead": "
|
71
|
+
"gitHead": "8b9227d00900eacee1c6d194064f10062f27ab3e"
|
72
72
|
}
|