react-dialogger 1.1.143 → 1.1.145

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.
@@ -164,7 +164,7 @@ var DialogContent = function (props) {
164
164
  (0, react_1.useEffect)(function () {
165
165
  var _a, _b;
166
166
  dialogOptions.scale = zoom;
167
- if (((_a = dialogOptions.base) === null || _a === void 0 ? void 0 : _a.memoBounds) && ((_b = dialogOptions.base) === null || _b === void 0 ? void 0 : _b.id)) {
167
+ if (((_a = dialogOptions.base) === null || _a === void 0 ? void 0 : _a.memoBounds) && ((_b = dialogOptions.base) === null || _b === void 0 ? void 0 : _b.id) && bounds) {
168
168
  // const gb = getDialogBounds(dialogOptions.base.id)
169
169
  (0, _helpers_1.setDialogBounds)(dialogOptions.base.id, __assign(__assign({}, bounds), { scale: zoom }), dialogRef);
170
170
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dialogger",
3
- "version": "1.1.143",
3
+ "version": "1.1.145",
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",
package/styles/dialog.css CHANGED
@@ -327,7 +327,7 @@
327
327
  inset: 0;
328
328
  pointer-events: none;
329
329
  z-index: 500;
330
- animation: resizeHintFade 3.2s ease-in-out forwards;
330
+ animation: resizeHintFade 5s ease-in-out forwards;
331
331
  }
332
332
  .dialog-main .rh {
333
333
  position: absolute;