@spectrum-web-components/icon 0.33.0 → 0.33.1-overlay.41
Sign up to get free protection for your applications and to get access to all the features.
- package/custom-elements.json +7 -7
- package/package.json +4 -4
package/custom-elements.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
"modules": [
|
5
5
|
{
|
6
6
|
"kind": "javascript-module",
|
7
|
-
"path": "sp-icon.
|
7
|
+
"path": "sp-icon.ts",
|
8
8
|
"declarations": [],
|
9
9
|
"exports": [
|
10
10
|
{
|
@@ -19,7 +19,7 @@
|
|
19
19
|
},
|
20
20
|
{
|
21
21
|
"kind": "javascript-module",
|
22
|
-
"path": "src/Icon.
|
22
|
+
"path": "src/Icon.ts",
|
23
23
|
"declarations": [
|
24
24
|
{
|
25
25
|
"kind": "class",
|
@@ -123,7 +123,7 @@
|
|
123
123
|
"attribute": "label",
|
124
124
|
"inheritedFrom": {
|
125
125
|
"name": "IconBase",
|
126
|
-
"module": "src/IconBase.
|
126
|
+
"module": "src/IconBase.ts"
|
127
127
|
}
|
128
128
|
},
|
129
129
|
{
|
@@ -137,7 +137,7 @@
|
|
137
137
|
"reflects": true,
|
138
138
|
"inheritedFrom": {
|
139
139
|
"name": "IconBase",
|
140
|
-
"module": "src/IconBase.
|
140
|
+
"module": "src/IconBase.ts"
|
141
141
|
}
|
142
142
|
}
|
143
143
|
],
|
@@ -201,14 +201,14 @@
|
|
201
201
|
"name": "Icon",
|
202
202
|
"declaration": {
|
203
203
|
"name": "Icon",
|
204
|
-
"module": "src/Icon.
|
204
|
+
"module": "src/Icon.ts"
|
205
205
|
}
|
206
206
|
}
|
207
207
|
]
|
208
208
|
},
|
209
209
|
{
|
210
210
|
"kind": "javascript-module",
|
211
|
-
"path": "src/IconBase.
|
211
|
+
"path": "src/IconBase.ts",
|
212
212
|
"declarations": [
|
213
213
|
{
|
214
214
|
"kind": "class",
|
@@ -263,7 +263,7 @@
|
|
263
263
|
"name": "IconBase",
|
264
264
|
"declaration": {
|
265
265
|
"name": "IconBase",
|
266
|
-
"module": "src/IconBase.
|
266
|
+
"module": "src/IconBase.ts"
|
267
267
|
}
|
268
268
|
}
|
269
269
|
]
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spectrum-web-components/icon",
|
3
|
-
"version": "0.33.
|
3
|
+
"version": "0.33.1-overlay.41+c5a2c1756",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -71,8 +71,8 @@
|
|
71
71
|
"lit-html"
|
72
72
|
],
|
73
73
|
"dependencies": {
|
74
|
-
"@spectrum-web-components/base": "^0.33.
|
75
|
-
"@spectrum-web-components/iconset": "^0.33.
|
74
|
+
"@spectrum-web-components/base": "^0.33.1-overlay.41+c5a2c1756",
|
75
|
+
"@spectrum-web-components/iconset": "^0.33.1-overlay.41+c5a2c1756"
|
76
76
|
},
|
77
77
|
"devDependencies": {
|
78
78
|
"@spectrum-css/icon": "^3.0.43"
|
@@ -83,5 +83,5 @@
|
|
83
83
|
"./sp-*.js",
|
84
84
|
"./**/*.dev.js"
|
85
85
|
],
|
86
|
-
"gitHead": "
|
86
|
+
"gitHead": "c5a2c1756a8919cf1228bc093488b27b4584bcfa"
|
87
87
|
}
|