@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260415045826 → 0.8.1-dev.20260415050509
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 +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4341,10 +4341,11 @@ var WidgetNode = (props) => {
|
|
|
4341
4341
|
] });
|
|
4342
4342
|
}
|
|
4343
4343
|
const widgetParams = getWidgetParameters();
|
|
4344
|
+
const WidgetRenderer = props.widgetRenderer;
|
|
4344
4345
|
return (
|
|
4345
4346
|
// eslint-disable-next-line react-hooks/static-components
|
|
4346
4347
|
/* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(import_react44.default.Fragment, { children: [
|
|
4347
|
-
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
4348
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(WidgetRenderer, {}),
|
|
4348
4349
|
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
4349
4350
|
SelectedWidget,
|
|
4350
4351
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -3378,10 +3378,11 @@ var WidgetNode = (props) => {
|
|
|
3378
3378
|
] });
|
|
3379
3379
|
}
|
|
3380
3380
|
const widgetParams = getWidgetParameters();
|
|
3381
|
+
const WidgetRenderer = props.widgetRenderer;
|
|
3381
3382
|
return (
|
|
3382
3383
|
// eslint-disable-next-line react-hooks/static-components
|
|
3383
3384
|
/* @__PURE__ */ jsxs29(React38.Fragment, { children: [
|
|
3384
|
-
/* @__PURE__ */ jsx51(
|
|
3385
|
+
/* @__PURE__ */ jsx51(WidgetRenderer, {}),
|
|
3385
3386
|
/* @__PURE__ */ jsx51(
|
|
3386
3387
|
SelectedWidget,
|
|
3387
3388
|
{
|
package/package.json
CHANGED