@praxisui/stepper 9.0.4-rc.2 → 9.0.4-rc.3

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 @@ The stepper owns workflow navigation and step composition. The host owns resourc
13
13
  ## Install
14
14
 
15
15
  ```bash
16
- npm i @praxisui/stepper@latest
16
+ npm i @praxisui/stepper@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-31T10:13:34.390Z",
3
+ "generatedAt": "2026-07-31T14:02:14.681Z",
4
4
  "packageName": "@praxisui/stepper",
5
- "packageVersion": "9.0.4-rc.2",
5
+ "packageVersion": "9.0.4-rc.3",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 1,
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@praxisui/stepper",
3
- "version": "9.0.4-rc.2",
3
+ "version": "9.0.4-rc.3",
4
4
  "description": "Stepper workflows for Praxis UI with integrated forms, lists, uploads and page builder support.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
7
7
  "@angular/core": "^21.0.0",
8
8
  "@angular/material": "^21.0.0",
9
9
  "@angular/cdk": "^21.0.0",
10
- "@praxisui/core": "^9.0.4-rc.2",
11
- "@praxisui/dynamic-form": "^9.0.4-rc.2",
12
- "@praxisui/rich-content": "^9.0.4-rc.2",
13
- "@praxisui/settings-panel": "^9.0.4-rc.2",
14
- "@praxisui/list": "^9.0.4-rc.2",
15
- "@praxisui/files-upload": "^9.0.4-rc.2",
16
- "@praxisui/page-builder": "^9.0.4-rc.2",
10
+ "@praxisui/core": "^9.0.4-rc.3",
11
+ "@praxisui/dynamic-form": "^9.0.4-rc.3",
12
+ "@praxisui/rich-content": "^9.0.4-rc.3",
13
+ "@praxisui/settings-panel": "^9.0.4-rc.3",
14
+ "@praxisui/list": "^9.0.4-rc.3",
15
+ "@praxisui/files-upload": "^9.0.4-rc.3",
16
+ "@praxisui/page-builder": "^9.0.4-rc.3",
17
17
  "@angular/forms": "^21.0.0",
18
18
  "@angular/router": "^21.0.0",
19
- "@praxisui/ai": "^9.0.4-rc.2",
19
+ "@praxisui/ai": "^9.0.4-rc.3",
20
20
  "rxjs": "~7.8.0"
21
21
  },
22
22
  "dependencies": {