@abpjs/theme-basic 2.1.0 → 2.4.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +13 -2
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -2,11 +2,22 @@
2
2
  * @abpjs/theme-basic
3
3
  *
4
4
  * ABP Framework Theme Basic components for React.
5
- * Translated from @abp/ng.theme.basic v2.1.0
5
+ * Translated from @abp/ng.theme.basic v2.4.0
6
6
  *
7
7
  * This package provides the basic theme layout components for ABP React applications.
8
8
  *
9
- * @version 2.1.0
9
+ * Changes in v2.4.0:
10
+ * - Angular: InitialService now uses DomInsertionService instead of LazyLoadService
11
+ * - Angular: appendStyle() now returns void instead of Observable<void>
12
+ * - Dependency update to @abp/ng.theme.shared v2.4.0
13
+ * - No impact on React translation (styles handled via Chakra UI)
14
+ *
15
+ * Changes in v2.2.0:
16
+ * - Angular: Added .ui-table .pagination-wrapper styles (handled by Chakra UI in React)
17
+ * - Dependency update to @abp/ng.theme.shared v2.2.0
18
+ * - No functional code changes
19
+ *
20
+ * @version 2.4.0
10
21
  * @since 2.0.0 - Removed legacy .abp-confirm styles (no impact on React - we use Chakra UI)
11
22
  * @since 2.1.0 - Angular: OAuthService replaced with AuthService (already using useAuth in React)
12
23
  * - Angular: Added styles for loading, modal-backdrop, confirmation (handled by Chakra UI)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abpjs/theme-basic",
3
- "version": "2.1.0",
3
+ "version": "2.4.0",
4
4
  "description": "ABP Framework Theme Basic components for React - translated from @abp/ng.theme.basic",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -27,11 +27,11 @@
27
27
  "lucide-react": "^0.400.0",
28
28
  "react-hook-form": "^7.48.0",
29
29
  "react-icons": "^5.0.0",
30
- "@abpjs/core": "2.1.0",
31
- "@abpjs/theme-shared": "2.1.0"
30
+ "@abpjs/core": "2.4.0",
31
+ "@abpjs/theme-shared": "2.4.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@abp/ng.theme.basic": "2.1.0",
34
+ "@abp/ng.theme.basic": "2.4.0",
35
35
  "@testing-library/jest-dom": "^6.6.3",
36
36
  "@testing-library/react": "^16.1.0",
37
37
  "@vitest/coverage-v8": "^3.2.0",