@spectrum-web-components/icon 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.
@@ -4,7 +4,7 @@
4
4
  "modules": [
5
5
  {
6
6
  "kind": "javascript-module",
7
- "path": "sp-icon.js",
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.js",
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.js"
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.js"
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.js"
204
+ "module": "src/Icon.ts"
205
205
  }
206
206
  }
207
207
  ]
208
208
  },
209
209
  {
210
210
  "kind": "javascript-module",
211
- "path": "src/IconBase.js",
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.js"
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.0",
3
+ "version": "0.33.1-overlay.39+25c10a9fd",
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.0",
75
- "@spectrum-web-components/iconset": "^0.33.0"
74
+ "@spectrum-web-components/base": "^0.33.1-overlay.39+25c10a9fd",
75
+ "@spectrum-web-components/iconset": "^0.33.1-overlay.39+25c10a9fd"
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": "0f46cf0508f39ec42ce8c52b1e6f0055bacb4f00"
86
+ "gitHead": "25c10a9fd76059c6d66c87561699f1a0711bd054"
87
87
  }