flicker-alerts 1.0.63 → 1.0.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/readme.md +3 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flicker-alerts",
3
- "version": "1.0.63",
3
+ "version": "1.0.65",
4
4
  "repository": "https://www.linkedin.com/in/bruno-carneiro-9a53aa190/",
5
5
  "homepage": "https://flickeralerts.netlify.app/",
6
6
  "description": "Biblioteca para alertas animados",
@@ -18,6 +18,6 @@
18
18
  "author": "https://www.linkedin.com/in/bruno-carneiro-9a53aa190/",
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
- "flicker-alerts": "^1.0.63"
21
+ "flicker-alerts": "^1.0.65"
22
22
  }
23
23
  }
package/readme.md CHANGED
@@ -19,9 +19,10 @@ npm install flicker-alerts
19
19
  <p>Esses links são essenciais para o funcionamento adequado dos estilos do Bootstrap e dos ícones do Font Awesome.</p>
20
20
  <p class="text-import"> <!-- Importação do Bootstrap -->
21
21
  "https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
22
-
23
22
  <!-- Importação do Font Awesome -->
24
23
  "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
24
+
25
+ "https://cdn.jsdelivr.net/npm/flicker-alerts/style.css"
25
26
  </p>
26
27
 
27
28
 
@@ -67,10 +68,9 @@ Abra o arquivo angular.json, e no campo styles dentro de angular.json, adicione
67
68
  "styles": [
68
69
  "node_modules/flicker-alerts/style.css"
69
70
  ]
70
- Ou no index.html: Use o link de um CDN para carregar o CSS diretamente:
71
- https://cdn.jsdelivr.net/npm/flicker-alerts/style.css
72
71
 
73
72
 
73
+ ---
74
74
 
75
75
  ### Uso no React
76
76
 
@@ -148,5 +148,3 @@ No React, você não precisa de um arquivo de configuração centralizado como o
148
148
  No arquivo principal, como index.js ou App.js, adicione a seguinte linha para importar o CSS:
149
149
 
150
150
  import 'flicker-alerts/style.css';
151
- Ou no index.html: Use o link de um CDN para carregar o CSS diretamente:
152
- https://cdn.jsdelivr.net/npm/flicker-alerts/style.css