@abpjs/theme-shared 2.1.0 → 2.2.0
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.
- package/dist/index.d.ts +12 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -2,11 +2,22 @@
|
|
|
2
2
|
* @abpjs/theme-shared
|
|
3
3
|
*
|
|
4
4
|
* ABP Framework Theme Shared components for React.
|
|
5
|
-
* Translated from @abp/ng.theme.shared v2.
|
|
5
|
+
* Translated from @abp/ng.theme.shared v2.2.0
|
|
6
6
|
*
|
|
7
7
|
* This package provides shared UI components, services, and utilities
|
|
8
8
|
* for theme/modal management in ABP Framework React applications.
|
|
9
9
|
*
|
|
10
|
+
* Changes in v2.2.0:
|
|
11
|
+
* - Dependency updates to @abp/ng.core v2.2.0
|
|
12
|
+
* - Dependency updates to @fortawesome/fontawesome-free v5.12.1
|
|
13
|
+
* - Dependency updates to @ng-bootstrap/ng-bootstrap v5.3.0
|
|
14
|
+
* - Dependency updates to bootstrap v4.4.1, chart.js v2.9.3
|
|
15
|
+
* - Removed unused Angular-specific dependencies (primeng, primeicons, font-awesome, @angular/cdk)
|
|
16
|
+
* - No functional code changes
|
|
17
|
+
*
|
|
18
|
+
* Changes in v2.1.0:
|
|
19
|
+
* - Dependency updates only (no functional changes)
|
|
20
|
+
*
|
|
10
21
|
* New in v2.0.0:
|
|
11
22
|
* - ToasterService: Methods now return number (toast ID) instead of Promise<Status>
|
|
12
23
|
* - ToasterService: Added subscribe() method for observable pattern
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abpjs/theme-shared",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "ABP Framework Theme Shared components for React - translated from @abp/ng.theme.shared",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"next-themes": "^0.4.6",
|
|
28
28
|
"react-hook-form": "^7.48.0",
|
|
29
29
|
"react-icons": "^5.5.0",
|
|
30
|
-
"@abpjs/core": "2.
|
|
30
|
+
"@abpjs/core": "2.2.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@abp/ng.theme.shared": "2.
|
|
33
|
+
"@abp/ng.theme.shared": "2.2.0",
|
|
34
34
|
"@vitest/coverage-v8": "^3.2.0"
|
|
35
35
|
},
|
|
36
36
|
"author": "tekthar.com",
|