@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260623062004 → 0.8.1-dev.20260623115046

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