@praxisui/dialog 1.0.0-beta.48 → 1.0.0-beta.52

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 +41 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,44 @@
1
+ ---
2
+ title: "Dialog"
3
+ slug: "dialog-overview"
4
+ description: "Visao geral do @praxisui/dialog com service API, modo tag, presets globais, acessibilidade e integracao metadata-driven."
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: 10
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-03-07"
40
+ ---
41
+
1
42
  # @praxisui/dialog
2
43
 
3
44
  > Unified dialog for Praxis built on Angular CDK. Provides a service API (MatDialog-like) and a tag mode (`<praxis-dialog>`) with theming, CSS-only animations, accessibility and metadata integration.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/dialog",
3
- "version": "1.0.0-beta.48",
3
+ "version": "1.0.0-beta.52",
4
4
  "description": "Dialog helpers and components for Praxis UI with Angular Material integration.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",