@spectrum-web-components/icons 0.33.0 → 0.33.1-overlay.39
Sign up to get free protection for your applications and to get access to all the features.
- package/custom-elements.json +6 -6
- 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-icons-large.
|
7
|
+
"path": "sp-icons-large.ts",
|
8
8
|
"declarations": [],
|
9
9
|
"exports": [
|
10
10
|
{
|
@@ -19,7 +19,7 @@
|
|
19
19
|
},
|
20
20
|
{
|
21
21
|
"kind": "javascript-module",
|
22
|
-
"path": "sp-icons-medium.
|
22
|
+
"path": "sp-icons-medium.ts",
|
23
23
|
"declarations": [],
|
24
24
|
"exports": [
|
25
25
|
{
|
@@ -34,7 +34,7 @@
|
|
34
34
|
},
|
35
35
|
{
|
36
36
|
"kind": "javascript-module",
|
37
|
-
"path": "src/IconsLarge.
|
37
|
+
"path": "src/IconsLarge.ts",
|
38
38
|
"declarations": [
|
39
39
|
{
|
40
40
|
"kind": "class",
|
@@ -114,14 +114,14 @@
|
|
114
114
|
"name": "IconsLarge",
|
115
115
|
"declaration": {
|
116
116
|
"name": "IconsLarge",
|
117
|
-
"module": "src/IconsLarge.
|
117
|
+
"module": "src/IconsLarge.ts"
|
118
118
|
}
|
119
119
|
}
|
120
120
|
]
|
121
121
|
},
|
122
122
|
{
|
123
123
|
"kind": "javascript-module",
|
124
|
-
"path": "src/IconsMedium.
|
124
|
+
"path": "src/IconsMedium.ts",
|
125
125
|
"declarations": [
|
126
126
|
{
|
127
127
|
"kind": "class",
|
@@ -201,7 +201,7 @@
|
|
201
201
|
"name": "IconsMedium",
|
202
202
|
"declaration": {
|
203
203
|
"name": "IconsMedium",
|
204
|
-
"module": "src/IconsMedium.
|
204
|
+
"module": "src/IconsMedium.ts"
|
205
205
|
}
|
206
206
|
}
|
207
207
|
]
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spectrum-web-components/icons",
|
3
|
-
"version": "0.33.
|
3
|
+
"version": "0.33.1-overlay.39+25c10a9fd",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -72,8 +72,8 @@
|
|
72
72
|
"lit-html"
|
73
73
|
],
|
74
74
|
"dependencies": {
|
75
|
-
"@spectrum-web-components/base": "^0.33.
|
76
|
-
"@spectrum-web-components/iconset": "^0.33.
|
75
|
+
"@spectrum-web-components/base": "^0.33.1-overlay.39+25c10a9fd",
|
76
|
+
"@spectrum-web-components/iconset": "^0.33.1-overlay.39+25c10a9fd"
|
77
77
|
},
|
78
78
|
"types": "./src/index.d.ts",
|
79
79
|
"customElements": "custom-elements.json",
|
@@ -81,5 +81,5 @@
|
|
81
81
|
"./sp-*.js",
|
82
82
|
"./**/*.dev.js"
|
83
83
|
],
|
84
|
-
"gitHead": "
|
84
|
+
"gitHead": "25c10a9fd76059c6d66c87561699f1a0711bd054"
|
85
85
|
}
|