@etsoo/notificationbase 1.1.32 → 1.1.33

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.
@@ -21,14 +21,14 @@ export declare enum NotificationModalType {
21
21
  Loading = 0,
22
22
  Confirm = 1,
23
23
  Prompt = 2,
24
- Error = 3,
24
+ Error = 3,// Alert
25
25
  Popup = 6
26
26
  }
27
27
  /**
28
28
  * Message types
29
29
  */
30
30
  export declare enum NotificationMessageType {
31
- Default = 10,
31
+ Default = 10,// No default then refer to Info
32
32
  Success = 11,
33
33
  Warning = 12,
34
34
  Info = 13,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/notificationbase",
3
- "version": "1.1.32",
3
+ "version": "1.1.33",
4
4
  "description": "TypeScript notification component for extending with all features described and partially implemented",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -45,18 +45,18 @@
45
45
  },
46
46
  "homepage": "https://github.com/ETSOO/NotificationBase#readme",
47
47
  "dependencies": {
48
- "@etsoo/shared": "^1.2.22"
48
+ "@etsoo/shared": "^1.2.24"
49
49
  },
50
50
  "devDependencies": {
51
- "@babel/core": "^7.23.3",
52
- "@babel/plugin-transform-runtime": "^7.23.3",
53
- "@babel/preset-env": "^7.23.3",
54
- "@babel/runtime-corejs3": "^7.23.2",
55
- "@types/jest": "^29.5.8",
51
+ "@babel/core": "^7.23.9",
52
+ "@babel/plugin-transform-runtime": "^7.23.9",
53
+ "@babel/preset-env": "^7.23.9",
54
+ "@babel/runtime-corejs3": "^7.23.9",
55
+ "@types/jest": "^29.5.12",
56
56
  "babel-jest": "^29.7.0",
57
57
  "jest": "^29.7.0",
58
58
  "jest-environment-jsdom": "^29.7.0",
59
- "ts-jest": "^29.1.1",
60
- "typescript": "^5.2.2"
59
+ "ts-jest": "^29.1.2",
60
+ "typescript": "^5.3.3"
61
61
  }
62
62
  }