optimized-react-component-library-xyz123 0.1.167 → 0.2.1

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
@@ -1088,7 +1088,7 @@ var PreviewSingleCheckbox = ({
1088
1088
  ((_b = question.answer) == null ? void 0 : _b.trim()) ? /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("dd", { className: "pts-singleCheckbox-preview pts-root-answer", id: `answer-${previewId}`, children: question.answer === "false" ? activatedLanguage === "sv" ? "Nej" : "No" : activatedLanguage === "sv" ? "Ja" : "Yes" }) : /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
1089
1089
  "dd",
1090
1090
  {
1091
- className: "pts-singleCheckbox-preview pts-root-answer no-answer-preview-page",
1091
+ className: "pts-singleCheckbox-preview pts-root-answer",
1092
1092
  id: `answer-${previewId}`,
1093
1093
  children: activatedLanguage === "sv" ? "Nej" : "No"
1094
1094
  }