@marv3l/canopy-ui 1.0.0 → 1.0.2

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marv3l/canopy-ui",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "An accessible, themable React UI component library built for fast-moving web applications.",
5
5
  "main": "./dist/index.js",
6
6
  "bin": {
@@ -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 = 1000;
51
+ const TOAST_REMOVE_DELAY = 200;
52
52
 
53
53
  // Discriminated union type representing all possible reducer actions
54
54
  type Action =