@react-stately/toast 3.0.0-nightly.4620 → 3.0.0-nightly.4624
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/dist/useToastState.mjs +1 -1
- package/package.json +2 -2
package/dist/useToastState.mjs
CHANGED
|
@@ -155,4 +155,4 @@ class $77b352cf12efcf73$var$Timer {
|
|
|
155
155
|
|
|
156
156
|
|
|
157
157
|
export {$77b352cf12efcf73$export$c7b26b20d3ced9c5 as useToastState, $77b352cf12efcf73$export$f1f8569633bbbec4 as ToastQueue, $77b352cf12efcf73$export$84726ef35ca2129a as useToastQueue};
|
|
158
|
-
//# sourceMappingURL=useToastState.
|
|
158
|
+
//# sourceMappingURL=useToastState.module.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-stately/toast",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.4624+d80999e89",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
|
|
38
38
|
}
|