survey-react-ui 1.12.3 → 1.12.4

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.12.3",
3
+ "version": "1.12.4",
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": "./typings/src/entries/react-ui.d.ts",
23
23
  "peerDependencies": {
24
- "survey-core": "1.12.3",
24
+ "survey-core": "1.12.4",
25
25
  "react": "^16.5.0 || ^17.0.1 || ^18.2.0",
26
26
  "react-dom": "^16.5.0 || ^17.0.1 || ^18.2.0"
27
27
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.12.3
2
+ * surveyjs - Survey JavaScript library v1.12.4
3
3
  * Copyright (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -1391,12 +1391,11 @@ var popup_PopupContainer = /** @class */ (function (_super) {
1391
1391
  }, onClick: function (ev) {
1392
1392
  _this.clickInside(ev);
1393
1393
  } },
1394
- external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("div", { className: "sv-popup__shadow" },
1395
- headerPopup,
1396
- external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("div", { className: "sv-popup__body-content" },
1397
- headerContent,
1398
- external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("div", { className: "sv-popup__scrolling-content" }, content),
1399
- footerContent))));
1394
+ headerPopup,
1395
+ external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("div", { className: "sv-popup__body-content" },
1396
+ headerContent,
1397
+ external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("div", { className: "sv-popup__scrolling-content" }, content),
1398
+ footerContent)));
1400
1399
  };
1401
1400
  PopupContainer.prototype.renderHeaderContent = function () {
1402
1401
  return external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("div", { className: "sv-popup__body-header" }, this.model.title);
@@ -8914,8 +8913,8 @@ var skeleton_Skeleton = /** @class */ (function (_super) {
8914
8913
  return _super !== null && _super.apply(this, arguments) || this;
8915
8914
  }
8916
8915
  Skeleton.prototype.render = function () {
8917
- var _a;
8918
- return (external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("div", { className: "sv-skeleton-element", id: (_a = this.props.element) === null || _a === void 0 ? void 0 : _a.id }));
8916
+ var _a, _b;
8917
+ return (external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("div", { className: "sv-skeleton-element", id: (_a = this.props.element) === null || _a === void 0 ? void 0 : _a.id, style: { height: (_b = this.props.element) === null || _b === void 0 ? void 0 : _b.skeletonHeight } }));
8919
8918
  };
8920
8919
  return Skeleton;
8921
8920
  }(external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.Component));
@@ -9213,7 +9212,7 @@ ReactElementFactory.Instance.registerElement(external_root_Survey_commonjs2_surv
9213
9212
 
9214
9213
 
9215
9214
 
9216
- Object(external_root_Survey_commonjs2_survey_core_commonjs_survey_core_amd_survey_core_["checkLibraryVersion"])("" + "1.12.3", "survey-react-ui");
9215
+ Object(external_root_Survey_commonjs2_survey_core_commonjs_survey_core_amd_survey_core_["checkLibraryVersion"])("" + "1.12.4", "survey-react-ui");
9217
9216
 
9218
9217
 
9219
9218
  /***/ }),