@planetaexo/design-system 0.58.0 → 0.58.1
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 +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -10103,6 +10103,9 @@ function Picture(_a) {
|
|
|
10103
10103
|
io.observe(el);
|
|
10104
10104
|
return () => io.disconnect();
|
|
10105
10105
|
}, [eager, visible, rootMargin]);
|
|
10106
|
+
React31__namespace.useEffect(() => {
|
|
10107
|
+
setLoaded(false);
|
|
10108
|
+
}, [src]);
|
|
10106
10109
|
const webp = webpVariantUrl(src);
|
|
10107
10110
|
const realSrc = visible ? src : PLACEHOLDER_SRC;
|
|
10108
10111
|
const decodingResolved = decoding != null ? decoding : eager ? void 0 : "async";
|