@marv3l/canopy-ui 1.0.2 → 1.0.3
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/package.json
CHANGED
|
@@ -48,7 +48,7 @@ export interface ToastItem extends ToastOptions {
|
|
|
48
48
|
// Maximum number of visible toast cards on screen simultaneously
|
|
49
49
|
const TOAST_LIMIT = 5;
|
|
50
50
|
// Delay before removed toasts are completely purged from memory (allows exit transition)
|
|
51
|
-
const TOAST_REMOVE_DELAY =
|
|
51
|
+
const TOAST_REMOVE_DELAY = 700;
|
|
52
52
|
|
|
53
53
|
// Discriminated union type representing all possible reducer actions
|
|
54
54
|
type Action =
|