optimized-react-component-library-xyz123 2.0.1 → 2.0.3

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/dist/index.d.mts CHANGED
@@ -142,6 +142,7 @@ interface IAppSettings {
142
142
  appUsesLanguage: boolean;
143
143
  appUsesNavigation: boolean;
144
144
  appCookies?: IAppSettingsCookies;
145
+ appUsesPreview?: boolean;
145
146
  }
146
147
  type INavigationItem = {
147
148
  label: {
package/dist/index.d.ts CHANGED
@@ -142,6 +142,7 @@ interface IAppSettings {
142
142
  appUsesLanguage: boolean;
143
143
  appUsesNavigation: boolean;
144
144
  appCookies?: IAppSettingsCookies;
145
+ appUsesPreview?: boolean;
145
146
  }
146
147
  type INavigationItem = {
147
148
  label: {
package/dist/index.js CHANGED
@@ -2418,6 +2418,15 @@ var QuestionRenderer = ({
2418
2418
  showPreview
2419
2419
  }
2420
2420
  ),
2421
+ question.questionType === "RadioWithInfo" && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2422
+ RadioWithInfoStandard_default,
2423
+ {
2424
+ question,
2425
+ handleQuestionInputChange,
2426
+ showPreview,
2427
+ activatedLanguage
2428
+ }
2429
+ ),
2421
2430
  question.questionType === "TextField" && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
2422
2431
  TextFieldStandard_default,
2423
2432
  {