@chakra-ui/toast
Advanced tools
Comparing version 0.0.0-dev-20230716142935 to 0.0.0-dev-20230718122336
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -567,1 +568,2 @@ var __create = Object.create; | ||
}); | ||
//# sourceMappingURL=create-standalone-toast.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -596,1 +597,2 @@ var __create = Object.create; | ||
}); | ||
//# sourceMappingURL=index.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -159,1 +160,2 @@ var __defProp = Object.defineProperty; | ||
}); | ||
//# sourceMappingURL=toast.component.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -310,1 +311,2 @@ var __defProp = Object.defineProperty; | ||
}); | ||
//# sourceMappingURL=toast.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -42,1 +43,2 @@ var __defProp = Object.defineProperty; | ||
}); | ||
//# sourceMappingURL=toast.placement.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -446,1 +447,2 @@ var __defProp = Object.defineProperty; | ||
}); | ||
//# sourceMappingURL=toast.provider.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -247,1 +248,2 @@ var __defProp = Object.defineProperty; | ||
}); | ||
//# sourceMappingURL=toast.store.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -19,1 +20,2 @@ var __defProp = Object.defineProperty; | ||
module.exports = __toCommonJS(toast_types_exports); | ||
//# sourceMappingURL=toast.types.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -91,1 +92,2 @@ var __defProp = Object.defineProperty; | ||
}); | ||
//# sourceMappingURL=toast.utils.js.map |
@@ -0,1 +1,2 @@ | ||
'use client' | ||
"use strict"; | ||
@@ -338,1 +339,2 @@ var __defProp = Object.defineProperty; | ||
}); | ||
//# sourceMappingURL=use-toast.js.map |
{ | ||
"name": "@chakra-ui/toast", | ||
"version": "0.0.0-dev-20230716142935", | ||
"version": "0.0.0-dev-20230718122336", | ||
"description": "description", | ||
@@ -31,10 +31,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@chakra-ui/alert": "2.1.0", | ||
"@chakra-ui/react-context": "2.0.8", | ||
"@chakra-ui/close-button": "2.0.17", | ||
"@chakra-ui/portal": "2.0.16", | ||
"@chakra-ui/react-use-update-effect": "2.0.7", | ||
"@chakra-ui/react-use-timeout": "2.0.5", | ||
"@chakra-ui/alert": "0.0.0-dev-20230718122336", | ||
"@chakra-ui/react-context": "0.0.0-dev-20230718122336", | ||
"@chakra-ui/close-button": "0.0.0-dev-20230718122336", | ||
"@chakra-ui/portal": "0.0.0-dev-20230718122336", | ||
"@chakra-ui/react-use-update-effect": "0.0.0-dev-20230718122336", | ||
"@chakra-ui/react-use-timeout": "0.0.0-dev-20230718122336", | ||
"@chakra-ui/styled-system": "2.9.1", | ||
"@chakra-ui/theme": "0.0.0-dev-20230716142935", | ||
"@chakra-ui/theme": "0.0.0-dev-20230718122336", | ||
"@chakra-ui/shared-utils": "2.0.5" | ||
@@ -47,9 +47,9 @@ }, | ||
"clean-package": "2.2.0", | ||
"@chakra-ui/system": "0.0.0-dev-20230716142935", | ||
"@chakra-ui/system": "0.0.0-dev-20230718122336", | ||
"@chakra-ui/hooks": "2.2.0", | ||
"@chakra-ui/button": "2.0.18", | ||
"@chakra-ui/layout": "2.2.0" | ||
"@chakra-ui/button": "0.0.0-dev-20230718122336", | ||
"@chakra-ui/layout": "0.0.0-dev-20230718122336" | ||
}, | ||
"peerDependencies": { | ||
"@chakra-ui/system": "0.0.0-dev-20230716142935", | ||
"@chakra-ui/system": "0.0.0-dev-20230718122336", | ||
"framer-motion": ">=4.0.0", | ||
@@ -60,10 +60,2 @@ "react": ">=18", | ||
"clean-package": "../../../clean-package.config.json", | ||
"tsup": { | ||
"clean": true, | ||
"target": "es2019", | ||
"format": [ | ||
"cjs", | ||
"esm" | ||
] | ||
}, | ||
"module": "dist/index.mjs", | ||
@@ -70,0 +62,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
334097
69
3851
+ Added@chakra-ui/alert@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/anatomy@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/close-button@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/color-mode@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/icon@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/portal@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/react-context@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/react-use-callback-ref@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/react-use-safe-layout-effect@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/react-use-timeout@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/react-use-update-effect@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/spinner@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/system@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/theme@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/theme-tools@0.0.0-dev-20230718122336(transitive)
+ Added@chakra-ui/theme-utils@0.0.0-dev-20230718122336(transitive)
- Removed@chakra-ui/alert@2.1.0(transitive)
- Removed@chakra-ui/anatomy@0.0.0-dev-202307161429352.2.2(transitive)
- Removed@chakra-ui/close-button@2.0.17(transitive)
- Removed@chakra-ui/color-mode@2.1.122.2.0(transitive)
- Removed@chakra-ui/icon@3.0.16(transitive)
- Removed@chakra-ui/portal@2.0.16(transitive)
- Removed@chakra-ui/react-context@2.0.8(transitive)
- Removed@chakra-ui/react-use-callback-ref@2.0.7(transitive)
- Removed@chakra-ui/react-use-safe-layout-effect@2.0.52.1.0(transitive)
- Removed@chakra-ui/react-use-timeout@2.0.5(transitive)
- Removed@chakra-ui/react-use-update-effect@2.0.7(transitive)
- Removed@chakra-ui/spinner@2.0.13(transitive)
- Removed@chakra-ui/styled-system@2.9.2(transitive)
- Removed@chakra-ui/system@0.0.0-dev-202307161429352.6.2(transitive)
- Removed@chakra-ui/theme@0.0.0-dev-202307161429353.3.1(transitive)
- Removed@chakra-ui/theme-tools@0.0.0-dev-202307161429352.1.2(transitive)
- Removed@chakra-ui/theme-utils@0.0.0-dev-202307161429352.0.21(transitive)
- Removedreact-fast-compare@3.2.2(transitive)
Updated@chakra-ui/react-use-timeout@0.0.0-dev-20230718122336
Updated@chakra-ui/react-use-update-effect@0.0.0-dev-20230718122336