@spectrum-web-components/toast 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 +14 -5
- package/package.json +6 -6
package/custom-elements.json
CHANGED
|
@@ -4,13 +4,22 @@
|
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"kind": "javascript-module",
|
|
7
|
-
"path": "sp-toast.
|
|
7
|
+
"path": "sp-toast.js",
|
|
8
8
|
"declarations": [],
|
|
9
|
-
"exports": [
|
|
9
|
+
"exports": [
|
|
10
|
+
{
|
|
11
|
+
"kind": "custom-element-definition",
|
|
12
|
+
"name": "sp-toast",
|
|
13
|
+
"declaration": {
|
|
14
|
+
"name": "Toast",
|
|
15
|
+
"module": "/src/Toast.js"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
]
|
|
10
19
|
},
|
|
11
20
|
{
|
|
12
21
|
"kind": "javascript-module",
|
|
13
|
-
"path": "src/Toast.
|
|
22
|
+
"path": "src/Toast.js",
|
|
14
23
|
"declarations": [
|
|
15
24
|
{
|
|
16
25
|
"kind": "variable",
|
|
@@ -262,7 +271,7 @@
|
|
|
262
271
|
"name": "toastVariants",
|
|
263
272
|
"declaration": {
|
|
264
273
|
"name": "toastVariants",
|
|
265
|
-
"module": "src/Toast.
|
|
274
|
+
"module": "src/Toast.js"
|
|
266
275
|
}
|
|
267
276
|
},
|
|
268
277
|
{
|
|
@@ -270,7 +279,7 @@
|
|
|
270
279
|
"name": "Toast",
|
|
271
280
|
"declaration": {
|
|
272
281
|
"name": "Toast",
|
|
273
|
-
"module": "src/Toast.
|
|
282
|
+
"module": "src/Toast.js"
|
|
274
283
|
}
|
|
275
284
|
}
|
|
276
285
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/toast",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.32.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
"lit-html"
|
|
58
58
|
],
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@spectrum-web-components/base": "^0.
|
|
61
|
-
"@spectrum-web-components/button": "^0.
|
|
62
|
-
"@spectrum-web-components/icon": "^0.
|
|
63
|
-
"@spectrum-web-components/icons-workflow": "^0.
|
|
60
|
+
"@spectrum-web-components/base": "^0.32.0",
|
|
61
|
+
"@spectrum-web-components/button": "^0.32.0",
|
|
62
|
+
"@spectrum-web-components/icon": "^0.32.0",
|
|
63
|
+
"@spectrum-web-components/icons-workflow": "^0.32.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@spectrum-css/toast": "^8.0.15"
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"./sp-*.js",
|
|
72
72
|
"./**/*.dev.js"
|
|
73
73
|
],
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "c5f67662ac54d0e37debaf7cbd7c2df60e8b294e"
|
|
75
75
|
}
|