@praxisui/editorial-forms 8.0.0-beta.98 → 9.0.0-beta.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/README.md +8 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,9 +6,9 @@
6
6
 
7
7
  ## Documentation
8
8
 
9
- - Official docs: https://praxisui.dev
10
- - Package source: https://github.com/codexrodrigues/praxis-ui-angular/tree/main/projects/praxis-editorial-forms
11
- - Architecture notes: https://github.com/codexrodrigues/praxis-ui-angular/blob/main/projects/praxis-editorial-forms/docs/architecture.md
9
+ - Official docs: https://praxisui.dev/docs/components
10
+ - Quickstart reference app: https://github.com/codexrodrigues/praxis-ui-quickstart
11
+ - Live Praxis UI demo: https://praxis-ui-4e602.web.app
12
12
 
13
13
  ## When to use
14
14
 
@@ -27,14 +27,15 @@
27
27
  ## Install
28
28
 
29
29
  ```bash
30
- npm i @praxisui/editorial-forms
30
+ npm i @praxisui/editorial-forms@beta
31
31
  ```
32
32
 
33
33
  Peer dependencies:
34
34
 
35
- - `@angular/common` `^20.0.0`
36
- - `@angular/core` `^20.0.0`
37
- - `@praxisui/core` `^1.0.0`
35
+ - `@angular/common` `^21.0.0`
36
+ - `@angular/core` `^21.0.0`
37
+ - `@angular/material` `^21.0.0`
38
+ - `@praxisui/core` `^9.0.0-beta.0`
38
39
 
39
40
  Optional integration:
40
41
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@praxisui/editorial-forms",
3
- "version": "8.0.0-beta.98",
3
+ "version": "9.0.0-beta.0",
4
4
  "description": "Editorial form runtime for Praxis UI: journeys, presets, semantic blocks, and specialist hosting for editorial experiences.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
7
7
  "@angular/core": "^21.0.0",
8
- "@praxisui/core": "^8.0.0-beta.98",
8
+ "@praxisui/core": "^9.0.0-beta.0",
9
9
  "@angular/material": "^21.0.0"
10
10
  },
11
11
  "dependencies": {