@clyrex-digital/clyrex-controls-dev 0.8.1-dev.20260724091414 → 0.8.1-dev.20260724091901
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.
|
@@ -707,7 +707,7 @@ var InputControl = React5.forwardRef(
|
|
|
707
707
|
[InputControlType_default.switcher]: Switcher_default
|
|
708
708
|
};
|
|
709
709
|
const SelectedControlComponent = ControlComponents[props.controlType];
|
|
710
|
-
return /* @__PURE__ */ jsx5(React5.Fragment, { children: SelectedControlComponent ? /* @__PURE__ */ jsx5(SelectedControlComponent, { ...props }) : "Control not found" });
|
|
710
|
+
return /* @__PURE__ */ jsx5(React5.Fragment, { children: SelectedControlComponent ? /* @__PURE__ */ jsx5(SelectedControlComponent, { ...props }) : "Control not found:" + props.controlType });
|
|
711
711
|
}
|
|
712
712
|
);
|
|
713
713
|
InputControl.displayName = "InputControl";
|
package/dist/index.js
CHANGED
|
@@ -3279,7 +3279,7 @@ var init_InputControlClient = __esm({
|
|
|
3279
3279
|
[InputControlType_default.switcher]: Switcher_default
|
|
3280
3280
|
};
|
|
3281
3281
|
const SelectedControlComponent = ControlComponents[props.controlType];
|
|
3282
|
-
return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_react40.default.Fragment, { children: SelectedControlComponent ? /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(SelectedControlComponent, { ...props }) : "Control not found" });
|
|
3282
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_react40.default.Fragment, { children: SelectedControlComponent ? /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(SelectedControlComponent, { ...props }) : "Control not found:" + props.controlType });
|
|
3283
3283
|
}
|
|
3284
3284
|
);
|
|
3285
3285
|
InputControl.displayName = "InputControl";
|
package/dist/index.mjs
CHANGED
|
@@ -412,7 +412,7 @@ var ViewControl_default = ViewControl;
|
|
|
412
412
|
|
|
413
413
|
// src/components/controls/edit/InputControl.tsx
|
|
414
414
|
import dynamic4 from "next/dynamic";
|
|
415
|
-
var InputControl = dynamic4(() => import("./InputControlClient-
|
|
415
|
+
var InputControl = dynamic4(() => import("./InputControlClient-YOSLWB3V.mjs"), {
|
|
416
416
|
ssr: false
|
|
417
417
|
});
|
|
418
418
|
var InputControl_default = InputControl;
|