@praxisui/dialog 8.0.0-beta.105 → 8.0.0-beta.106

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -103,7 +103,7 @@ flowchart LR
103
103
  ## Install
104
104
 
105
105
  ```bash
106
- npm i @praxisui/dialog
106
+ npm i @praxisui/dialog@beta
107
107
  ```
108
108
 
109
109
  Peer dependencies (Angular v20):
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@praxisui/dialog",
3
- "version": "8.0.0-beta.105",
3
+ "version": "8.0.0-beta.106",
4
4
  "description": "Dialog helpers and components for Praxis UI with Angular Material integration.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
7
7
  "@angular/core": "^21.0.0",
8
8
  "@angular/cdk": "^21.0.0",
9
9
  "@angular/forms": "^21.0.0",
10
- "@praxisui/core": "^8.0.0-beta.105",
10
+ "@praxisui/core": "^8.0.0-beta.106",
11
11
  "@angular/material": "^21.0.0",
12
12
  "@angular/platform-browser": "^21.0.0",
13
13
  "rxjs": "~7.8.0"