react-dialogger 1.1.73 → 1.1.74

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.
@@ -43,7 +43,6 @@ var __importStar = (this && this.__importStar) || (function () {
43
43
  return result;
44
44
  };
45
45
  })();
46
- var _this = this;
47
46
  Object.defineProperty(exports, "__esModule", { value: true });
48
47
  exports.DialogContentFooter = void 0;
49
48
  var jsx_runtime_1 = require("react/jsx-runtime");
@@ -69,7 +68,7 @@ var DialogContentFooter = (0, react_1.forwardRef)(function (props, ref) {
69
68
  }); });
70
69
  var staticProps = {
71
70
  dialogOptions: dialogOptions,
72
- dialog: _this
71
+ dialog: dialog
73
72
  };
74
73
  var footerProps = {};
75
74
  if (dialogOptions.slotProps.footer) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dialogger",
3
- "version": "1.1.73",
3
+ "version": "1.1.74",
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",