optimized-react-component-library-xyz123 0.1.163 → 0.1.164
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 +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1033,7 +1033,6 @@ var SingleCheckbox = ({
|
|
|
1033
1033
|
};
|
|
1034
1034
|
return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(import_jsx_runtime11.Fragment, { children: [
|
|
1035
1035
|
!showPreview && question.visible && /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("div", { id: questionId, className: "pts-root-question pts-singleCheckbox-container", children: [
|
|
1036
|
-
"SingleCheckboxStandard",
|
|
1037
1036
|
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
1038
1037
|
"input",
|
|
1039
1038
|
{
|