cps-ui-kit 0.141.0 → 0.142.0

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.
@@ -112,6 +112,10 @@ export declare class CpsDialogConfig<T = any> {
112
112
  * Defines if background should be blocked when dialog is displayed.
113
113
  */
114
114
  modal?: boolean;
115
+ /**
116
+ * When modal dialog is displayed, defines whether background should be blurred.
117
+ */
118
+ blurredBackground?: boolean;
115
119
  /**
116
120
  * Style class of the mask.
117
121
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cps-ui-kit",
3
- "version": "0.141.0",
3
+ "version": "0.142.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "15 - 16",
6
6
  "@angular/core": "15 - 16",