flicker-alerts 1.0.52 → 1.0.53
Sign up to get free protection for your applications and to get access to all the features.
- package/index.d.ts +1 -1
- 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' | '
|
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.
|
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-
|
16
|
+
"author": "https://www.linkedin.com/in/bruno-carneiro-9a53aa190/",
|
17
17
|
"license": "MIT",
|
18
18
|
"dependencies": {
|
19
|
-
"flicker-alerts": "^1.0.
|
19
|
+
"flicker-alerts": "^1.0.53"
|
20
20
|
}
|
21
21
|
}
|