@progress/kendo-react-dialogs 10.1.0-develop.3 → 10.1.0-develop.5

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.
Files changed (2) hide show
  1. package/Window.mjs +1 -2
  2. package/package.json +3 -3
package/Window.mjs CHANGED
@@ -350,8 +350,7 @@ const u = 300, w = 300, m = 120, S = 100, d = 5, f = class f extends h.Component
350
350
  return s = this.props.appendTo.offsetHeight, s;
351
351
  const t = this.getWindow();
352
352
  s = t ? t.innerHeight : 0;
353
- } else
354
- this.windowStage === i.MINIMIZED && (s = 0);
353
+ } else this.windowStage === i.MINIMIZED && (s = 0);
355
354
  return s;
356
355
  }
357
356
  get windowStage() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-dialogs",
3
- "version": "10.1.0-develop.3",
3
+ "version": "10.1.0-develop.5",
4
4
  "description": "React Dialogs provide modal and non-modal windows for showing additional information to the user. KendoReact Dialogs package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -26,8 +26,8 @@
26
26
  "sideEffects": false,
27
27
  "peerDependencies": {
28
28
  "@progress/kendo-licensing": "^1.5.1",
29
- "@progress/kendo-react-buttons": "10.1.0-develop.3",
30
- "@progress/kendo-react-common": "10.1.0-develop.3",
29
+ "@progress/kendo-react-buttons": "10.1.0-develop.5",
30
+ "@progress/kendo-react-common": "10.1.0-develop.5",
31
31
  "@progress/kendo-svg-icons": "^4.0.0",
32
32
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
33
33
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"