survey-creator-react 3.0.2 → 3.0.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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * SurveyJS Creator v3.0.2
2
+ * SurveyJS Creator v3.0.4
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
@@ -3004,7 +3004,7 @@ class TabTranslationComponent extends SurveyElementBase {
3004
3004
  }
3005
3005
  renderSideBySideContent(model) {
3006
3006
  const targetSurvey = model.targetSurvey;
3007
- return /* @__PURE__ */ React.createElement("div", { className: model.sideBySideRootCss }, /* @__PURE__ */ React.createElement(
3007
+ return /* @__PURE__ */ React.createElement("div", { className: model.sideBySideRootCss }, /* @__PURE__ */ React.createElement("div", { className: "st-side-by-side__panes" }, /* @__PURE__ */ React.createElement(
3008
3008
  "div",
3009
3009
  {
3010
3010
  key: model.sourceSurvey?.elementIdPrefix,
@@ -3024,7 +3024,7 @@ class TabTranslationComponent extends SurveyElementBase {
3024
3024
  }
3025
3025
  },
3026
3026
  /* @__PURE__ */ React.createElement(Survey, { model: targetSurvey })
3027
- ) : null);
3027
+ ) : null));
3028
3028
  }
3029
3029
  }
3030
3030
  ReactElementFactory.Instance.registerElement("svc-tab-translation", (props) => {
@@ -3591,8 +3591,8 @@ ReactElementFactory.Instance.registerElement("sv-fileedit-button", (props) => {
3591
3591
  });
3592
3592
 
3593
3593
  let Version;
3594
- Version = `${"3.0.2"}`;
3595
- checkLibraryVersion(`${"3.0.2"}`, "survey-creator-react");
3594
+ Version = `${"3.0.4"}`;
3595
+ checkLibraryVersion(`${"3.0.4"}`, "survey-creator-react");
3596
3596
 
3597
3597
  export { ActionButton, AdaptiveToolbox, AddQuestionButtonComponent, CellQuestionAdornerComponent, CellQuestionDropdownAdornerComponent, CollabRowComponent, ComponentContainer, CreatorSurveyPageComponent, FloatingPanelComponent, IconItem, ImageItemValueAdornerComponent, ItemValueAdornerComponent, LogoImageComponent, MatrixCellAdornerComponent, PanelAdornerComponent, PropertyGridComponent, PropertyGridPlaceholderComponent, QuestionAdornerComponent, QuestionBanner, QuestionDropdownAdornerComponent, QuestionEditorContentComponent, QuestionErrorComponent, QuestionImageAdornerComponent, QuestionRatingAdornerComponent, QuestionWidgetAdornerComponent, QuestionWrapperFooter, QuestionWrapperHeader, ReactDragEvent, ReactMouseEvent, RowWrapper, SearchComponent, SideBarDefaultHeader, SideBarLaunchCard, SidebarComponent, SurveyCreator, SurveyCreatorComponent, SurveyCreatorToolboxCategory, SurveyCreatorToolboxItem, SurveyCreatorToolboxItemGroup, SurveyCreatorToolboxTool, SurveyElementEmbeddedSurvey, SurveyLocStringEditor, SurveyLogicOpertor, SurveyNavigation, SurveyQuestionColor, SurveyQuestionFileEditor, SurveyQuestionFileEditorButton, SurveyQuestionLinkValue, SurveyQuestionSpinEditor, SurveyResults, SurveyResultsByRow, SurveySimulator, SurveySpinEditorButton, SwitcherComponent, TabButtonComponent, TabContainerComponent, TabDesignerComponent, TabJsonEditorAceComponent, TabJsonEditorErrorsComponent, TabJsonEditorTextareaComponent, TabLogicComponent, TabPreviewSurveyComponent, TabThemeSurveyComponent, TabTranslationComponent, TabbedMenuComponent, TabbedMenuItemComponent, ToolboxList, TranslateFromAction, TranslationDropdownQuestionComponent, TranslationLineSkeleton, TranslationLocaleItemComponent, Version };
3598
3598
  //# sourceMappingURL=survey-creator-react.mjs.map