@praxisui/manual-form 9.0.3 → 9.0.4-rc.10

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/README.md CHANGED
@@ -13,7 +13,7 @@ Use it when the host must own the HTML layout. Prefer `@praxisui/dynamic-form` w
13
13
  ## Install
14
14
 
15
15
  ```bash
16
- npm i @praxisui/manual-form@latest
16
+ npm i @praxisui/manual-form@rc
17
17
  ```
18
18
 
19
19
  Peer dependencies:
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
- "generatedAt": "2026-07-28T00:59:00.108Z",
3
+ "generatedAt": "2026-08-03T00:29:05.091Z",
4
4
  "packageName": "@praxisui/manual-form",
5
- "packageVersion": "9.0.3",
5
+ "packageVersion": "9.0.4-rc.10",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 1,
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@praxisui/manual-form",
3
- "version": "9.0.3",
3
+ "version": "9.0.4-rc.10",
4
4
  "description": "Manual form toolkit for Praxis UI: container, instance factory and editor bridge for @praxisui/* fields.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
7
7
  "@angular/core": "^21.0.0",
8
- "@praxisui/core": "^9.0.3",
9
- "@praxisui/dynamic-fields": "^9.0.3",
10
- "@praxisui/settings-panel": "^9.0.3",
11
- "@praxisui/metadata-editor": "^9.0.3",
8
+ "@praxisui/core": "^9.0.4-rc.10",
9
+ "@praxisui/dynamic-fields": "^9.0.4-rc.10",
10
+ "@praxisui/settings-panel": "^9.0.4-rc.10",
11
+ "@praxisui/metadata-editor": "^9.0.4-rc.10",
12
12
  "@angular/cdk": "^21.0.0",
13
13
  "@angular/forms": "^21.0.0",
14
14
  "@angular/material": "^21.0.0",
15
15
  "@angular/router": "^21.0.0",
16
- "@praxisui/ai": "^9.0.3",
16
+ "@praxisui/ai": "^9.0.4-rc.10",
17
17
  "rxjs": "~7.8.0"
18
18
  },
19
19
  "dependencies": {