@spectrum-web-components/icon 0.31.1-react.3 → 0.32.0
Sign up to get free protection for your applications and to get access to all the features.
- package/custom-elements.json +17 -8
- package/package.json +5 -5
package/custom-elements.json
CHANGED
@@ -4,13 +4,22 @@
|
|
4
4
|
"modules": [
|
5
5
|
{
|
6
6
|
"kind": "javascript-module",
|
7
|
-
"path": "sp-icon.
|
7
|
+
"path": "sp-icon.js",
|
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",
|
13
|
-
"path": "src/Icon.
|
22
|
+
"path": "src/Icon.js",
|
14
23
|
"declarations": [
|
15
24
|
{
|
16
25
|
"kind": "class",
|
@@ -114,7 +123,7 @@
|
|
114
123
|
"attribute": "label",
|
115
124
|
"inheritedFrom": {
|
116
125
|
"name": "IconBase",
|
117
|
-
"module": "src/IconBase.
|
126
|
+
"module": "src/IconBase.js"
|
118
127
|
}
|
119
128
|
},
|
120
129
|
{
|
@@ -128,7 +137,7 @@
|
|
128
137
|
"reflects": true,
|
129
138
|
"inheritedFrom": {
|
130
139
|
"name": "IconBase",
|
131
|
-
"module": "src/IconBase.
|
140
|
+
"module": "src/IconBase.js"
|
132
141
|
}
|
133
142
|
}
|
134
143
|
],
|
@@ -192,14 +201,14 @@
|
|
192
201
|
"name": "Icon",
|
193
202
|
"declaration": {
|
194
203
|
"name": "Icon",
|
195
|
-
"module": "src/Icon.
|
204
|
+
"module": "src/Icon.js"
|
196
205
|
}
|
197
206
|
}
|
198
207
|
]
|
199
208
|
},
|
200
209
|
{
|
201
210
|
"kind": "javascript-module",
|
202
|
-
"path": "src/IconBase.
|
211
|
+
"path": "src/IconBase.js",
|
203
212
|
"declarations": [
|
204
213
|
{
|
205
214
|
"kind": "class",
|
@@ -254,7 +263,7 @@
|
|
254
263
|
"name": "IconBase",
|
255
264
|
"declaration": {
|
256
265
|
"name": "IconBase",
|
257
|
-
"module": "src/IconBase.
|
266
|
+
"module": "src/IconBase.js"
|
258
267
|
}
|
259
268
|
}
|
260
269
|
]
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spectrum-web-components/icon",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.32.0",
|
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.
|
75
|
-
"@spectrum-web-components/iconset": "^0.
|
74
|
+
"@spectrum-web-components/base": "^0.32.0",
|
75
|
+
"@spectrum-web-components/iconset": "^0.32.0"
|
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": "c5f67662ac54d0e37debaf7cbd7c2df60e8b294e"
|
87
87
|
}
|