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

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