@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260425060911 → 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 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)(import_jsx_runtime75.Fragment, { 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
@@ -5103,7 +5103,7 @@ var DataFormChildSection = (props) => {
5103
5103
  var DataFormChildSection_default = DataFormChildSection;
5104
5104
 
5105
5105
  // src/components/dataForm/DataForm.tsx
5106
- import { Fragment as Fragment11, jsx as jsx66, jsxs as jsxs38 } from "react/jsx-runtime";
5106
+ import { jsx as jsx66, jsxs as jsxs38 } from "react/jsx-runtime";
5107
5107
  var DataForm = (props) => {
5108
5108
  const formRef = useRef4(null);
5109
5109
  console.log(props.dataItem, "dssads");
@@ -5374,7 +5374,7 @@ var DataForm = (props) => {
5374
5374
  {
5375
5375
  className: sectionRow.grow ? "grow" : "",
5376
5376
  children: [
5377
- /* @__PURE__ */ jsx66(Fragment11, { children: field }),
5377
+ /* @__PURE__ */ jsx66("div", { children: field.controlType }),
5378
5378
  /* @__PURE__ */ jsx66(
5379
5379
  InputControl_default,
5380
5380
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acoustte-digital-services/digitalstore-controls-dev",
3
- "version": "0.8.1-dev.20260425060911",
3
+ "version": "0.8.1-dev.20260425061813",
4
4
  "description": "Reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",