@spectrum-web-components/icon 0.31.0 → 0.31.1-react.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +7 -7
- package/package.json +4 -4
package/custom-elements.json
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
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
|
},
|
|
11
11
|
{
|
|
12
12
|
"kind": "javascript-module",
|
|
13
|
-
"path": "src/Icon.
|
|
13
|
+
"path": "src/Icon.ts",
|
|
14
14
|
"declarations": [
|
|
15
15
|
{
|
|
16
16
|
"kind": "class",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"attribute": "label",
|
|
115
115
|
"inheritedFrom": {
|
|
116
116
|
"name": "IconBase",
|
|
117
|
-
"module": "src/IconBase.
|
|
117
|
+
"module": "src/IconBase.ts"
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
120
|
{
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"reflects": true,
|
|
129
129
|
"inheritedFrom": {
|
|
130
130
|
"name": "IconBase",
|
|
131
|
-
"module": "src/IconBase.
|
|
131
|
+
"module": "src/IconBase.ts"
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
134
|
],
|
|
@@ -192,14 +192,14 @@
|
|
|
192
192
|
"name": "Icon",
|
|
193
193
|
"declaration": {
|
|
194
194
|
"name": "Icon",
|
|
195
|
-
"module": "src/Icon.
|
|
195
|
+
"module": "src/Icon.ts"
|
|
196
196
|
}
|
|
197
197
|
}
|
|
198
198
|
]
|
|
199
199
|
},
|
|
200
200
|
{
|
|
201
201
|
"kind": "javascript-module",
|
|
202
|
-
"path": "src/IconBase.
|
|
202
|
+
"path": "src/IconBase.ts",
|
|
203
203
|
"declarations": [
|
|
204
204
|
{
|
|
205
205
|
"kind": "class",
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
"name": "IconBase",
|
|
255
255
|
"declaration": {
|
|
256
256
|
"name": "IconBase",
|
|
257
|
-
"module": "src/IconBase.
|
|
257
|
+
"module": "src/IconBase.ts"
|
|
258
258
|
}
|
|
259
259
|
}
|
|
260
260
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/icon",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.1-react.1+86ddafa4c",
|
|
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.31.
|
|
75
|
-
"@spectrum-web-components/iconset": "^0.31.
|
|
74
|
+
"@spectrum-web-components/base": "^0.31.1-react.1+86ddafa4c",
|
|
75
|
+
"@spectrum-web-components/iconset": "^0.31.1-react.1+86ddafa4c"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@spectrum-css/icon": "^3.0.41"
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"./sp-*.js",
|
|
84
84
|
"./**/*.dev.js"
|
|
85
85
|
],
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "86ddafa4c44636bbe277444050f67b549af35ad8"
|
|
87
87
|
}
|