flicker-alerts 1.0.56 → 1.0.58

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/package.json +4 -2
  2. package/style.css +1 -0
  3. package/index.html +0 -23
package/package.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "flicker-alerts",
3
- "version": "1.0.56",
3
+ "version": "1.0.58",
4
+ "Linkedin": "https://www.linkedin.com/in/bruno-carneiro-9a51aa190/",
5
+ "Demonstração": "https://flickeralerts.netlify.app/",
4
6
  "description": "Biblioteca para alertas animados",
5
7
  "main": "index.js",
6
8
  "types": "index.d.ts",
@@ -16,6 +18,6 @@
16
18
  "author": "https://www.linkedin.com/in/bruno-carneiro-9a53aa190/",
17
19
  "license": "MIT",
18
20
  "dependencies": {
19
- "flicker-alerts": "^1.0.56"
21
+ "flicker-alerts": "^1.0.58"
20
22
  }
21
23
  }
package/style.css CHANGED
@@ -10,6 +10,7 @@
10
10
  padding-right: 20px;
11
11
  }
12
12
 
13
+
13
14
  .notification {
14
15
  margin: 20px;
15
16
  background-color: #ffffff;
package/index.html DELETED
@@ -1,23 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="pt-BR">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>FlickerAlerts</title>
7
- <link
8
- href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
9
- rel="stylesheet"
10
- />
11
- <link
12
- rel="stylesheet"
13
- href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
14
- />
15
- <link rel="stylesheet" href="style.css" />
16
- </head>
17
- <body>
18
- <!-- Seu conteúdo aqui -->
19
-
20
- <!-- Inclusão do JS -->
21
- <script src="index.js" type="module"></script>
22
- </body>
23
- </html>