@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260425061719 → 0.8.1-dev.20260425061813
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6524,7 +6524,7 @@ var DataForm = (props) => {
|
|
|
6524
6524
|
{
|
|
6525
6525
|
className: sectionRow.grow ? "grow" : "",
|
|
6526
6526
|
children: [
|
|
6527
|
-
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { children: field }),
|
|
6527
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("div", { children: field.controlType }),
|
|
6528
6528
|
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
6529
6529
|
InputControl_default,
|
|
6530
6530
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -5374,7 +5374,7 @@ var DataForm = (props) => {
|
|
|
5374
5374
|
{
|
|
5375
5375
|
className: sectionRow.grow ? "grow" : "",
|
|
5376
5376
|
children: [
|
|
5377
|
-
/* @__PURE__ */ jsx66("div", { children: field }),
|
|
5377
|
+
/* @__PURE__ */ jsx66("div", { children: field.controlType }),
|
|
5378
5378
|
/* @__PURE__ */ jsx66(
|
|
5379
5379
|
InputControl_default,
|
|
5380
5380
|
{
|
package/package.json
CHANGED