@praxisui/dialog 9.0.0-beta.3 → 9.0.0-beta.5

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 -42
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,44 +1,3 @@
1
- ---
2
- title: "Dialog"
3
- slug: "dialog-overview"
4
- description: "Public npm documentation for @praxisui/dialog: service API, embedded tag mode, presets, registries, accessibility and metadata-driven global actions."
5
- doc_type: "reference"
6
- document_kind: "component-overview"
7
- component: "dialog"
8
- category: "components"
9
- audience:
10
- - "frontend"
11
- - "host"
12
- - "architect"
13
- level: "intermediate"
14
- status: "active"
15
- owner: "praxis-ui"
16
- tags:
17
- - "dialog"
18
- - "overlay"
19
- - "cdk"
20
- - "accessibility"
21
- - "global-actions"
22
- order: 35
23
- icon: "panel-top"
24
- toc: true
25
- sidebar: true
26
- search_boost: 0.95
27
- reading_time: 5
28
- estimated_setup_time: 15
29
- version: "1.0"
30
- related_docs:
31
- - "host-dialog-integration"
32
- - "consumer-integration-quickstart"
33
- - "host-integration-guide"
34
- keywords:
35
- - "praxis dialog"
36
- - "confirm dialog"
37
- - "dialog presets"
38
- - "overlay service"
39
- last_updated: "2026-06-16"
40
- ---
41
-
42
1
  # @praxisui/dialog
43
2
 
44
3
  `@praxisui/dialog` is the governed dialog and overlay package for Praxis UI Angular applications. Install it when a host needs one institutional API for confirmations, alerts, prompts, custom component dialogs, embedded dialog shells, global presets, accessibility behavior and metadata-driven global actions.
@@ -60,7 +19,7 @@ npm i @praxisui/dialog@latest
60
19
  Peer dependencies:
61
20
 
62
21
  - `@angular/common`, `@angular/core`, `@angular/cdk`, `@angular/forms`, `@angular/material`, `@angular/platform-browser` `^21.0.0`
63
- - `@praxisui/core` `^9.0.0-beta.3`
22
+ - `@praxisui/core` `^9.0.0-beta.4`
64
23
  - `rxjs` `~7.8.0`
65
24
 
66
25
  ## Use The Service API
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@praxisui/dialog",
3
- "version": "9.0.0-beta.3",
3
+ "version": "9.0.0-beta.5",
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": "^9.0.0-beta.3",
10
+ "@praxisui/core": "^9.0.0-beta.5",
11
11
  "@angular/material": "^21.0.0",
12
12
  "@angular/platform-browser": "^21.0.0",
13
13
  "rxjs": "~7.8.0"