react-dialogger 1.1.127 → 1.1.128

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dialogger",
3
- "version": "1.1.127",
3
+ "version": "1.1.128",
4
4
  "description": "This package is a continuation of the react-araci package. Due to an error, react-araci was removed, and it has been decided to continue under the new package name react-dialogger",
5
5
  "main": "index.js",
6
6
  "author": "Sueleyman Topaloglu",
@@ -233,7 +233,7 @@ export interface IBackdropOptions {
233
233
  opacity?: number;
234
234
  hideOnClick?: boolean;
235
235
  throughable?: boolean;
236
- dimOnInactive: boolean;
236
+ dimOnInactive?: boolean;
237
237
  }
238
238
  export type TNotifyOnClosing = "snackbar" | "zoom" | undefined;
239
239
  export type TInitialHolder = any;