@abpjs/text-template-management 2.7.0 → 2.9.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.mts CHANGED
@@ -296,7 +296,7 @@ declare class TextTemplateManagementStateService {
296
296
 
297
297
  /**
298
298
  * useTextTemplates Hook
299
- * Translated from @volo/abp.ng.text-template-management v2.7.0
299
+ * Translated from @volo/abp.ng.text-template-management v2.9.0
300
300
  *
301
301
  * Provides a React hook for managing text templates with state management.
302
302
  */
package/dist/index.d.ts CHANGED
@@ -296,7 +296,7 @@ declare class TextTemplateManagementStateService {
296
296
 
297
297
  /**
298
298
  * useTextTemplates Hook
299
- * Translated from @volo/abp.ng.text-template-management v2.7.0
299
+ * Translated from @volo/abp.ng.text-template-management v2.9.0
300
300
  *
301
301
  * Provides a React hook for managing text templates with state management.
302
302
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abpjs/text-template-management",
3
- "version": "2.7.0",
3
+ "version": "2.9.0",
4
4
  "description": "ABP Framework text-template-management components for React - translated from @volo/abp.ng.text-template-management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -25,11 +25,11 @@
25
25
  "dependencies": {
26
26
  "@chakra-ui/react": "^3.2.0",
27
27
  "@emotion/react": "^11.11.0",
28
- "@abpjs/core": "2.7.0",
29
- "@abpjs/theme-shared": "2.7.0"
28
+ "@abpjs/theme-shared": "2.9.0",
29
+ "@abpjs/core": "2.9.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@volo/abp.ng.text-template-management": "2.7.0",
32
+ "@volo/abp.ng.text-template-management": "2.9.0",
33
33
  "@testing-library/jest-dom": "^6.9.1",
34
34
  "@testing-library/react": "^14.0.0",
35
35
  "@testing-library/user-event": "^14.6.1",