@spectrum-web-components/icon 0.31.1-react.2 → 0.31.1-react.21
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 +5 -5
package/custom-elements.json
CHANGED
@@ -6,7 +6,16 @@
|
|
6
6
|
"kind": "javascript-module",
|
7
7
|
"path": "sp-icon.ts",
|
8
8
|
"declarations": [],
|
9
|
-
"exports": [
|
9
|
+
"exports": [
|
10
|
+
{
|
11
|
+
"kind": "custom-element-definition",
|
12
|
+
"name": "sp-icon",
|
13
|
+
"declaration": {
|
14
|
+
"name": "Icon",
|
15
|
+
"module": "/src/Icon.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/icon",
|
3
|
-
"version": "0.31.1-react.
|
3
|
+
"version": "0.31.1-react.21+44f0b1df9",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -71,11 +71,11 @@
|
|
71
71
|
"lit-html"
|
72
72
|
],
|
73
73
|
"dependencies": {
|
74
|
-
"@spectrum-web-components/base": "^0.31.1-react.
|
75
|
-
"@spectrum-web-components/iconset": "^0.31.1-react.
|
74
|
+
"@spectrum-web-components/base": "^0.31.1-react.21+44f0b1df9",
|
75
|
+
"@spectrum-web-components/iconset": "^0.31.1-react.21+44f0b1df9"
|
76
76
|
},
|
77
77
|
"devDependencies": {
|
78
|
-
"@spectrum-css/icon": "^3.0.
|
78
|
+
"@spectrum-css/icon": "^3.0.43"
|
79
79
|
},
|
80
80
|
"types": "./src/index.d.ts",
|
81
81
|
"customElements": "custom-elements.json",
|
@@ -83,5 +83,5 @@
|
|
83
83
|
"./sp-*.js",
|
84
84
|
"./**/*.dev.js"
|
85
85
|
],
|
86
|
-
"gitHead": "
|
86
|
+
"gitHead": "44f0b1df9e1ea77d9e931629a63918ceee2744c2"
|
87
87
|
}
|