@sparkstudio/storage-ui 1.0.32 → 1.0.34

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.cjs CHANGED
@@ -2427,7 +2427,7 @@ function SingleImageView(props) {
2427
2427
  style: { position: "absolute" }
2428
2428
  }
2429
2429
  ) : null,
2430
- !loading && !imageUrl ? /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { style: { fontSize: 13, opacity: 0.6 }, children: "No image" }) : null
2430
+ !loading && !imageUrl ? /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { style: { fontSize: 13, opacity: 0.6 } }) : null
2431
2431
  ]
2432
2432
  }
2433
2433
  );
package/dist/index.js CHANGED
@@ -2394,7 +2394,7 @@ function SingleImageView(props) {
2394
2394
  style: { position: "absolute" }
2395
2395
  }
2396
2396
  ) : null,
2397
- !loading && !imageUrl ? /* @__PURE__ */ jsx12("div", { style: { fontSize: 13, opacity: 0.6 }, children: "No image" }) : null
2397
+ !loading && !imageUrl ? /* @__PURE__ */ jsx12("div", { style: { fontSize: 13, opacity: 0.6 } }) : null
2398
2398
  ]
2399
2399
  }
2400
2400
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sparkstudio/storage-ui",
3
- "version": "1.0.32",
3
+ "version": "1.0.34",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",