@asantemedia-org/edwardsvacuum-design-system 1.3.0 → 1.3.2
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.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -4601,7 +4601,7 @@ var getImageUrl = function (imageUrl) {
|
|
|
4601
4601
|
} catch (error) {
|
|
4602
4602
|
// If that fails, load from node_modules (works in host app)
|
|
4603
4603
|
try {
|
|
4604
|
-
return require('@asantemedia-org/edwardsvacuum-design-system/dist/assets/3697809e28f9e0fe.png').default
|
|
4604
|
+
return require('@asantemedia-org/edwardsvacuum-design-system/dist/assets/3697809e28f9e0fe.png').default;
|
|
4605
4605
|
} catch (error) {
|
|
4606
4606
|
console.error("Placeholder image not found in either local assets or node_modules.", error);
|
|
4607
4607
|
return ''; // Fallback empty string if no image is found
|