@praxisui/dialog 8.0.0-beta.20 → 8.0.0-beta.21

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.
@@ -1000,6 +1000,9 @@ function buildConfig(payload) {
1000
1000
  return {
1001
1001
  title: payload.title,
1002
1002
  message: payload.message,
1003
+ confirmLabel: payload.confirmLabel,
1004
+ cancelLabel: payload.cancelLabel,
1005
+ okLabel: payload.okLabel,
1003
1006
  data: payload.data,
1004
1007
  width: payload.size?.width ?? payload.width,
1005
1008
  height: payload.size?.height ?? payload.height,
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@praxisui/dialog",
3
- "version": "8.0.0-beta.20",
3
+ "version": "8.0.0-beta.21",
4
4
  "description": "Dialog helpers and components for Praxis UI with Angular Material integration.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",
7
7
  "@angular/core": "^20.0.0",
8
8
  "@angular/cdk": "^20.0.0",
9
9
  "@angular/forms": "^20.0.0",
10
- "@praxisui/core": "^8.0.0-beta.20",
10
+ "@praxisui/core": "^8.0.0-beta.21",
11
11
  "@angular/material": "^20.0.0",
12
12
  "@angular/platform-browser": "^20.0.0",
13
13
  "rxjs": "~7.8.0"