@abpjs/theme-basic 2.0.0 → 2.1.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 +4 -2
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -2,12 +2,14 @@
2
2
  * @abpjs/theme-basic
3
3
  *
4
4
  * ABP Framework Theme Basic components for React.
5
- * Translated from @abp/ng.theme.basic v2.0.0
5
+ * Translated from @abp/ng.theme.basic v2.1.0
6
6
  *
7
7
  * This package provides the basic theme layout components for ABP React applications.
8
8
  *
9
- * @version 2.0.0
9
+ * @version 2.1.0
10
10
  * @since 2.0.0 - Removed legacy .abp-confirm styles (no impact on React - we use Chakra UI)
11
+ * @since 2.1.0 - Angular: OAuthService replaced with AuthService (already using useAuth in React)
12
+ * - Angular: Added styles for loading, modal-backdrop, confirmation (handled by Chakra UI)
11
13
  */
12
14
  export * from './models';
13
15
  export { LayoutProvider, useLayoutContext, useLayoutService, useNavigationElements, BrandingProvider, useBranding, useLogo, } from './contexts';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abpjs/theme-basic",
3
- "version": "2.0.0",
3
+ "version": "2.1.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.0.0",
31
- "@abpjs/theme-shared": "2.0.0"
30
+ "@abpjs/core": "2.1.0",
31
+ "@abpjs/theme-shared": "2.1.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@abp/ng.theme.basic": "2.0.0",
34
+ "@abp/ng.theme.basic": "2.1.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",