survey-creator-js 2.5.13 → 3.0.0-beta.0

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator UI v2.5.13
2
+ * SurveyJS Creator UI v3.0.0-beta.0
3
3
  * (c) 2015-2026 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * Github: https://github.com/surveyjs/survey-creator
5
5
  * License: https://surveyjs.io/Licenses#SurveyCreator
@@ -2945,8 +2945,8 @@ ReactQuestionFactory.Instance.registerQuestion("sv-boolean-switch", (props) => {
2945
2945
  RendererFactory.Instance.registerRenderer("boolean", "switch", "sv-boolean-switch");
2946
2946
 
2947
2947
  let Version;
2948
- Version = `${"2.5.13"}`;
2949
- checkLibraryVersion(`${"2.5.13"}`, "survey-creator-react");
2948
+ Version = `${"3.0.0-beta.0"}`;
2949
+ checkLibraryVersion(`${"3.0.0-beta.0"}`, "survey-creator-react");
2950
2950
 
2951
2951
  function renderSurveyCreator(creator, element, props = {}) {
2952
2952
  let node = element;