@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260623060812 → 0.8.1-dev.20260623061321

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
@@ -6141,6 +6141,7 @@ var DocumentNode = (props) => {
6141
6141
  }
6142
6142
  }
6143
6143
  }
6144
+ documentUrl = "fhdbcdsdkd";
6144
6145
  const { Icon: Icon2, extLabel } = getFileDetails(documentUrl);
6145
6146
  if (!documentTitle) {
6146
6147
  try {
package/dist/index.mjs CHANGED
@@ -4535,6 +4535,7 @@ var DocumentNode = (props) => {
4535
4535
  }
4536
4536
  }
4537
4537
  }
4538
+ documentUrl = "fhdbcdsdkd";
4538
4539
  const { Icon: Icon2, extLabel } = getFileDetails(documentUrl);
4539
4540
  if (!documentTitle) {
4540
4541
  try {
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.20260623060812",
3
+ "version": "0.8.1-dev.20260623061321",
4
4
  "description": "Reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",