Comparing version 3.2.1 to 3.2.2
{ | ||
"name": "popupz", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"description": "A simple and customizable popup notification library for React applications.", | ||
@@ -14,3 +14,3 @@ "main": "src/index.jsx", | ||
"popup", | ||
"popups", | ||
"popupz", | ||
"notification", | ||
@@ -17,0 +17,0 @@ "modal" |
@@ -22,3 +22,3 @@ import React from 'react'; | ||
const handleSubmit3 = () => { | ||
popz('dark','warning','', 'true'); | ||
popz('dark','warning','Notice all the errors you see in the console. This tells you there are type errors in your codebase Also notice that no index.js is created anymore', 'true'); | ||
}; | ||
@@ -25,0 +25,0 @@ const handleSubmit4 = () => { |
Sorry, the diff of this file is not supported yet
13166
313