flicker-alerts 1.0.28 → 1.0.29

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -1,3 +1,6 @@
1
+
2
+ import './style.css';
3
+
1
4
  const FlickerAlerts = {
2
5
  showAlert: function ({ type, title, message, timer = 3000, position = 'top-right' }) {
3
6
  if (typeof window !== 'undefined' && typeof document !== 'undefined') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flicker-alerts",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "description": "Biblioteca para alertas animados",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -16,6 +16,6 @@
16
16
  "author": "https://www.linkedin.com/in/bruno-carneiro-9a51aa190/",
17
17
  "license": "MIT",
18
18
  "dependencies": {
19
- "flicker-alerts": "^1.0.28"
19
+ "flicker-alerts": "^1.0.29"
20
20
  }
21
21
  }