@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.js CHANGED
@@ -10082,6 +10082,9 @@ function Picture(_a) {
10082
10082
  io.observe(el);
10083
10083
  return () => io.disconnect();
10084
10084
  }, [eager, visible, rootMargin]);
10085
+ React31.useEffect(() => {
10086
+ setLoaded(false);
10087
+ }, [src]);
10085
10088
  const webp = webpVariantUrl(src);
10086
10089
  const realSrc = visible ? src : PLACEHOLDER_SRC;
10087
10090
  const decodingResolved = decoding != null ? decoding : eager ? void 0 : "async";