optimized-react-component-library-xyz123 0.19.16 → 0.19.17

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.js CHANGED
@@ -113,7 +113,6 @@ var InputRadio = ({
113
113
  const e = { target: { value: event.target.value } };
114
114
  handleQuestionInputChange(e, question);
115
115
  };
116
- console.log("question", question);
117
116
  return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(import_jsx_runtime2.Fragment, { children: [
118
117
  !showPreview && question.visible && /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("div", { className: "pts-root-question pts-radioMultiple-container", id: questionId, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
119
118
  "fieldset",
@@ -513,12 +512,7 @@ var TextFieldStandard = ({
513
512
  validationMessesege: (_o = question.validationDefaultMessesege) != null ? _o : "",
514
513
  activatedLanguage: activatedLanguage != null ? activatedLanguage : "sv"
515
514
  }
516
- ),
517
- question.hasValidationError && /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("div", { className: "pts-root-error", id: errorId, children: [
518
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { "aria-hidden": true, className: "errorDot", children: "!" }),
519
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { className: "sr-only", children: "Valideringsfel" }),
520
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { className: "errorText", children: question.validationDefaultMessesege })
521
- ] })
515
+ )
522
516
  ]
523
517
  }
524
518
  ),
@@ -1085,11 +1079,6 @@ var AddFiles = ({
1085
1079
  extraCssClass: "error addfileserror"
1086
1080
  }
1087
1081
  ),
1088
- questionObject.hasValidationError && /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "pts-root-error error addfileserror", id: errorId, children: [
1089
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { "aria-hidden": true, className: "errorDot", children: "!" }),
1090
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "sr-only", children: "Valideringsfel" }),
1091
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "errorText", children: questionObject.validationDefaultMessesege })
1092
- ] }),
1093
1082
  /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
1094
1083
  ExploreFilesStandard_default,
1095
1084
  {