survey-react-ui 2.5.31 → 2.5.33

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": "2.5.31",
3
+ "version": "2.5.33",
4
4
  "license": "MIT",
5
5
  "author": "DevSoft Baltic OU <info@devsoftbaltic.com>",
6
6
  "homepage": "https://surveyjs.io/",
@@ -51,7 +51,7 @@
51
51
  }
52
52
  },
53
53
  "peerDependencies": {
54
- "survey-core": "2.5.31",
54
+ "survey-core": "2.5.33",
55
55
  "react": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0",
56
56
  "react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0"
57
57
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v2.5.31
2
+ * surveyjs - Survey JavaScript library v2.5.33
3
3
  * Copyright (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -2999,7 +2999,7 @@
2999
2999
  var key = "error" + i;
3000
3000
  errors.push(this.creator.renderError(key, this.element.renderedErrors[i], this.cssClasses, this.element));
3001
3001
  }
3002
- return (React__namespace.createElement("div", { className: this.element.cssError, id: this.id }, errors));
3002
+ return (React__namespace.createElement("div", { className: this.element.cssError, id: this.id, role: "alert", "aria-live": "polite", "aria-atomic": "true" }, errors));
3003
3003
  };
3004
3004
  return SurveyElementErrors;
3005
3005
  }(ReactSurveyElement));
@@ -7856,7 +7856,7 @@
7856
7856
  return React__namespace.createElement(SurveyLocStringEditor, props);
7857
7857
  });
7858
7858
 
7859
- surveyCore.checkLibraryVersion("".concat("2.5.31"), "survey-react-ui");
7859
+ surveyCore.checkLibraryVersion("".concat("2.5.33"), "survey-react-ui");
7860
7860
 
7861
7861
  Object.defineProperty(exports, "Model", {
7862
7862
  enumerable: true,