flicker-alerts 1.0.52 → 1.0.53

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/index.d.ts +1 -1
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -10,7 +10,7 @@ declare module 'flicker-alerts' {
10
10
 
11
11
  // Definição das opções para os modais
12
12
  interface ModalOptions {
13
- type: 'warning' | 'danger' | 'info' | 'success'; // Tipos de modais disponíveis
13
+ type: 'warning' | 'delete'// Tipos de modais disponíveis
14
14
  title: string;
15
15
  message: string;
16
16
  onConfirm?: () => void; // Função executada no botão de confirmação
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flicker-alerts",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "description": "Biblioteca para alertas animados",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -13,9 +13,9 @@
13
13
  "javascript",
14
14
  "notificações"
15
15
  ],
16
- "author": "https://www.linkedin.com/in/bruno-carneiro-9a52aa190/",
16
+ "author": "https://www.linkedin.com/in/bruno-carneiro-9a53aa190/",
17
17
  "license": "MIT",
18
18
  "dependencies": {
19
- "flicker-alerts": "^1.0.52"
19
+ "flicker-alerts": "^1.0.53"
20
20
  }
21
21
  }