@spectrum-web-components/icons 0.31.1-react.3 → 0.32.0
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 +26 -8
- package/package.json +4 -4
package/custom-elements.json
CHANGED
|
@@ -4,19 +4,37 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "sp-icons-large.
|
|
7
|
+
"path": "sp-icons-large.js",
|
|
8
8
|
"declarations": [],
|
|
9
|
-
"exports": [
|
|
9
|
+
"exports": [
|
|
10
|
+
{
|
|
11
|
+
"kind": "custom-element-definition",
|
|
12
|
+
"name": "sp-icons-large",
|
|
13
|
+
"declaration": {
|
|
14
|
+
"name": "IconsLarge",
|
|
15
|
+
"module": "/src/IconsLarge.js"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
10
19
|
},
|
|
11
20
|
{
|
|
12
21
|
"kind": "javascript-module",
|
|
13
|
-
"path": "sp-icons-medium.
|
|
22
|
+
"path": "sp-icons-medium.js",
|
|
14
23
|
"declarations": [],
|
|
15
|
-
"exports": [
|
|
24
|
+
"exports": [
|
|
25
|
+
{
|
|
26
|
+
"kind": "custom-element-definition",
|
|
27
|
+
"name": "sp-icons-medium",
|
|
28
|
+
"declaration": {
|
|
29
|
+
"name": "IconsMedium",
|
|
30
|
+
"module": "/src/IconsMedium.js"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
]
|
|
16
34
|
},
|
|
17
35
|
{
|
|
18
36
|
"kind": "javascript-module",
|
|
19
|
-
"path": "src/IconsLarge.
|
|
37
|
+
"path": "src/IconsLarge.js",
|
|
20
38
|
"declarations": [
|
|
21
39
|
{
|
|
22
40
|
"kind": "class",
|
|
@@ -96,14 +114,14 @@
|
|
|
96
114
|
"name": "IconsLarge",
|
|
97
115
|
"declaration": {
|
|
98
116
|
"name": "IconsLarge",
|
|
99
|
-
"module": "src/IconsLarge.
|
|
117
|
+
"module": "src/IconsLarge.js"
|
|
100
118
|
}
|
|
101
119
|
}
|
|
102
120
|
]
|
|
103
121
|
},
|
|
104
122
|
{
|
|
105
123
|
"kind": "javascript-module",
|
|
106
|
-
"path": "src/IconsMedium.
|
|
124
|
+
"path": "src/IconsMedium.js",
|
|
107
125
|
"declarations": [
|
|
108
126
|
{
|
|
109
127
|
"kind": "class",
|
|
@@ -183,7 +201,7 @@
|
|
|
183
201
|
"name": "IconsMedium",
|
|
184
202
|
"declaration": {
|
|
185
203
|
"name": "IconsMedium",
|
|
186
|
-
"module": "src/IconsMedium.
|
|
204
|
+
"module": "src/IconsMedium.js"
|
|
187
205
|
}
|
|
188
206
|
}
|
|
189
207
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/icons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.32.0",
|
|
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.
|
|
76
|
-
"@spectrum-web-components/iconset": "^0.
|
|
75
|
+
"@spectrum-web-components/base": "^0.32.0",
|
|
76
|
+
"@spectrum-web-components/iconset": "^0.32.0"
|
|
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": "c5f67662ac54d0e37debaf7cbd7c2df60e8b294e"
|
|
85
85
|
}
|