@spectrum-web-components/icon 0.35.0 → 0.35.1-rc.15
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",
|
@@ -124,7 +124,7 @@
|
|
124
124
|
"attribute": "label",
|
125
125
|
"inheritedFrom": {
|
126
126
|
"name": "IconBase",
|
127
|
-
"module": "src/IconBase.
|
127
|
+
"module": "src/IconBase.ts"
|
128
128
|
}
|
129
129
|
},
|
130
130
|
{
|
@@ -138,7 +138,7 @@
|
|
138
138
|
"reflects": true,
|
139
139
|
"inheritedFrom": {
|
140
140
|
"name": "IconBase",
|
141
|
-
"module": "src/IconBase.
|
141
|
+
"module": "src/IconBase.ts"
|
142
142
|
}
|
143
143
|
}
|
144
144
|
],
|
@@ -203,14 +203,14 @@
|
|
203
203
|
"name": "Icon",
|
204
204
|
"declaration": {
|
205
205
|
"name": "Icon",
|
206
|
-
"module": "src/Icon.
|
206
|
+
"module": "src/Icon.ts"
|
207
207
|
}
|
208
208
|
}
|
209
209
|
]
|
210
210
|
},
|
211
211
|
{
|
212
212
|
"kind": "javascript-module",
|
213
|
-
"path": "src/IconBase.
|
213
|
+
"path": "src/IconBase.ts",
|
214
214
|
"declarations": [
|
215
215
|
{
|
216
216
|
"kind": "class",
|
@@ -267,7 +267,7 @@
|
|
267
267
|
"name": "IconBase",
|
268
268
|
"declaration": {
|
269
269
|
"name": "IconBase",
|
270
|
-
"module": "src/IconBase.
|
270
|
+
"module": "src/IconBase.ts"
|
271
271
|
}
|
272
272
|
}
|
273
273
|
]
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spectrum-web-components/icon",
|
3
|
-
"version": "0.35.
|
3
|
+
"version": "0.35.1-rc.15+9b76319e4",
|
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.35.
|
75
|
-
"@spectrum-web-components/iconset": "^0.35.
|
74
|
+
"@spectrum-web-components/base": "^0.35.1-rc.15+9b76319e4",
|
75
|
+
"@spectrum-web-components/iconset": "^0.35.1-rc.15+9b76319e4"
|
76
76
|
},
|
77
77
|
"devDependencies": {
|
78
78
|
"@spectrum-css/icon": "^3.0.49"
|
@@ -83,5 +83,5 @@
|
|
83
83
|
"./sp-*.js",
|
84
84
|
"./**/*.dev.js"
|
85
85
|
],
|
86
|
-
"gitHead": "
|
86
|
+
"gitHead": "9b76319e4f1cc7cb0dd03e9d9debf544e5bed4e9"
|
87
87
|
}
|