@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260713110639 → 0.8.1-dev.20260714120443

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
@@ -7799,7 +7799,7 @@ var DataListRenderer = ({
7799
7799
  {
7800
7800
  addLinkHref,
7801
7801
  addLinkText,
7802
- title: formDefinition?.formTitle || "",
7802
+ title: (formDefinition?.formTitle || "") + "-V2",
7803
7803
  path,
7804
7804
  columns,
7805
7805
  dataset,
package/dist/index.mjs CHANGED
@@ -3630,7 +3630,7 @@ var DataListRenderer = ({
3630
3630
  {
3631
3631
  addLinkHref,
3632
3632
  addLinkText,
3633
- title: formDefinition?.formTitle || "",
3633
+ title: (formDefinition?.formTitle || "") + "-V2",
3634
3634
  path,
3635
3635
  columns,
3636
3636
  dataset,
@@ -4263,3 +4263,5 @@ export {
4263
4263
  ViewControl_default as ViewControl,
4264
4264
  ViewControlTypes_default as ViewControlTypes
4265
4265
  };
4266
+ ontrolTypes
4267
+ };
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.20260713110639",
3
+ "version": "0.8.1-dev.20260714120443",
4
4
  "description": "Reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",