vue3-toastify
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -90,12 +90,12 @@ var __defProp = Object.defineProperty; | ||
}); | ||
var Default; | ||
(function(Default2) { | ||
var Default = /* @__PURE__ */ function(Default2) { | ||
Default2[Default2["COLLAPSE_DURATION"] = 300] = "COLLAPSE_DURATION"; | ||
Default2[Default2["DEBOUNCE_DURATION"] = 50] = "DEBOUNCE_DURATION"; | ||
Default2["CSS_NAMESPACE"] = "Toastify"; | ||
})(Default || (Default = {})); | ||
var SyntheticEvent; | ||
(function(SyntheticEvent2) { | ||
return Default2; | ||
}({}); | ||
var SyntheticEvent = /* @__PURE__ */ function(SyntheticEvent2) { | ||
SyntheticEvent2["ENTRANCE_ANIMATION_END"] = "d"; | ||
})(SyntheticEvent || (SyntheticEvent = {})); | ||
return SyntheticEvent2; | ||
}({}); | ||
var Bounce = { | ||
@@ -503,7 +503,7 @@ enter: `${Default.CSS_NAMESPACE}--animate ${Default.CSS_NAMESPACE}__bounce-enter`, | ||
// src/types.ts | ||
var AnimationStep; | ||
(function(AnimationStep2) { | ||
var AnimationStep = /* @__PURE__ */ function(AnimationStep2) { | ||
AnimationStep2[AnimationStep2["Enter"] = 0] = "Enter"; | ||
AnimationStep2[AnimationStep2["Exit"] = 1] = "Exit"; | ||
})(AnimationStep || (AnimationStep = {})); | ||
return AnimationStep2; | ||
}({}); | ||
@@ -510,0 +510,0 @@ // src/components/toastify-container/index.tsx |
@@ -135,12 +135,12 @@ "use strict"; | ||
}); | ||
var Default; | ||
(function(Default2) { | ||
var Default = /* @__PURE__ */ function(Default2) { | ||
Default2[Default2["COLLAPSE_DURATION"] = 300] = "COLLAPSE_DURATION"; | ||
Default2[Default2["DEBOUNCE_DURATION"] = 50] = "DEBOUNCE_DURATION"; | ||
Default2["CSS_NAMESPACE"] = "Toastify"; | ||
})(Default || (Default = {})); | ||
var SyntheticEvent; | ||
(function(SyntheticEvent2) { | ||
return Default2; | ||
}({}); | ||
var SyntheticEvent = /* @__PURE__ */ function(SyntheticEvent2) { | ||
SyntheticEvent2["ENTRANCE_ANIMATION_END"] = "d"; | ||
})(SyntheticEvent || (SyntheticEvent = {})); | ||
return SyntheticEvent2; | ||
}({}); | ||
var Bounce = { | ||
@@ -548,7 +548,7 @@ enter: `${Default.CSS_NAMESPACE}--animate ${Default.CSS_NAMESPACE}__bounce-enter`, | ||
// src/types.ts | ||
var AnimationStep; | ||
(function(AnimationStep2) { | ||
var AnimationStep = /* @__PURE__ */ function(AnimationStep2) { | ||
AnimationStep2[AnimationStep2["Enter"] = 0] = "Enter"; | ||
AnimationStep2[AnimationStep2["Exit"] = 1] = "Exit"; | ||
})(AnimationStep || (AnimationStep = {})); | ||
return AnimationStep2; | ||
}({}); | ||
@@ -555,0 +555,0 @@ // src/components/toastify-container/index.tsx |
{ | ||
"name": "vue3-toastify", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "🎉 Vue3-Toastify allows you to add notifications to your app with ease. No more nonsense!", | ||
@@ -67,5 +67,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/core": "^7.21.0", | ||
"@babel/core": "^7.21.3", | ||
"@babel/plugin-transform-runtime": "^7.21.0", | ||
"@babel/plugin-transform-typescript": "^7.21.0", | ||
"@babel/plugin-transform-typescript": "^7.21.3", | ||
"@babel/preset-env": "^7.20.2", | ||
@@ -75,3 +75,3 @@ "@babel/preset-typescript": "^7.21.0", | ||
"@commitlint/config-conventional": "^17.4.4", | ||
"@swc/core": "^1.3.40", | ||
"@swc/core": "^1.3.41", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
@@ -82,8 +82,8 @@ "@testing-library/user-event": "^14.4.3", | ||
"@types/lz-string": "^1.3.34", | ||
"@types/node": "^18.15.1", | ||
"@typescript-eslint/eslint-plugin": "^5.54.1", | ||
"@typescript-eslint/parser": "^5.54.1", | ||
"@vitejs/plugin-vue": "^4.0.0", | ||
"@vitejs/plugin-vue-jsx": "^3.0.0", | ||
"@vitest/ui": "^0.29.2", | ||
"@types/node": "^18.15.3", | ||
"@typescript-eslint/eslint-plugin": "^5.55.0", | ||
"@typescript-eslint/parser": "^5.55.0", | ||
"@vitejs/plugin-vue": "^4.1.0", | ||
"@vitejs/plugin-vue-jsx": "^3.0.1", | ||
"@vitest/ui": "^0.29.3", | ||
"@vue/babel-plugin-jsx": "^1.1.1", | ||
@@ -106,23 +106,23 @@ "@vue/eslint-config-typescript": "^11.0.2", | ||
"lint-staged": "^13.2.0", | ||
"npm": "^9.6.1", | ||
"npm": "^9.6.2", | ||
"npm-run-all": "^4.1.5", | ||
"postcss": "^8.4.21", | ||
"postcss-cli": "^10.1.0", | ||
"postcss-loader": "^7.0.2", | ||
"postcss-loader": "^7.1.0", | ||
"postcss-nested": "^6.0.1", | ||
"postcss-scss": "^4.0.6", | ||
"rimraf": "^4.4.0", | ||
"sass": "^1.59.2", | ||
"sass": "^1.59.3", | ||
"shelljs": "^0.8.5", | ||
"stylelint": "^14.16.1", | ||
"stylelint": "^15.3.0", | ||
"stylelint-config-prettier": "^9.0.5", | ||
"stylelint-config-recommended-vue": "^1.4.0", | ||
"stylelint-config-standard": "^29.0.0", | ||
"stylelint-config-standard": "^31.0.0", | ||
"stylelint-prettier": "^3.0.0", | ||
"tsup": "^6.6.3", | ||
"typescript": "^4.9.5", | ||
"vite": "^4.1.4", | ||
"tsup": "^6.7.0", | ||
"typescript": "^5.0.2", | ||
"vite": "^4.2.0", | ||
"vite-plugin-dts": "^2.1.0", | ||
"vite-plugin-style-import": "^2.0.0", | ||
"vitest": "^0.29.2", | ||
"vitest": "^0.29.3", | ||
"vue-loader": "^17.0.1", | ||
@@ -142,3 +142,8 @@ "vue-tsc": "^1.2.0" | ||
"npm": ">=7" | ||
}, | ||
"overrides": { | ||
"stylelint-config-prettier": { | ||
"stylelint": "^15.3.0" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
473207