survey-react-ui 1.9.92 → 1.9.93

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": "survey-react-ui",
3
- "version": "1.9.92",
3
+ "version": "1.9.93",
4
4
  "description": "survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.",
5
5
  "keywords": [
6
6
  "Survey",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "typings": "survey-react-ui.d.ts",
23
23
  "dependencies": {
24
- "survey-core": "1.9.92",
24
+ "survey-core": "1.9.93",
25
25
  "react": "^16.5.0 || ^17.0.1 || ^18.1.0",
26
26
  "react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0"
27
27
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.9.92
2
+ * surveyjs - Survey JavaScript library v1.9.93
3
3
  * Copyright (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -690,7 +690,7 @@ __webpack_require__.r(__webpack_exports__);
690
690
 
691
691
 
692
692
 
693
- Object(survey_core__WEBPACK_IMPORTED_MODULE_2__["checkLibraryVersion"])("" + "1.9.92", "survey-react-ui");
693
+ Object(survey_core__WEBPACK_IMPORTED_MODULE_2__["checkLibraryVersion"])("" + "1.9.93", "survey-react-ui");
694
694
 
695
695
 
696
696
  /***/ }),
@@ -10532,8 +10532,7 @@ var ResponsivityManager = /** @class */ (function () {
10532
10532
  this.model.updateCallback = function (isResetInitialized) {
10533
10533
  if (isResetInitialized)
10534
10534
  _this.isInitialized = false;
10535
- else
10536
- setTimeout(function () { _this.process(); }, 1);
10535
+ setTimeout(function () { _this.process(); }, 1);
10537
10536
  };
10538
10537
  if (typeof ResizeObserver !== "undefined") {
10539
10538
  this.resizeObserver = new ResizeObserver(function (_) { return _this.process(); });