react-server675fbba4
react-servercommitbff663e09520

docs: update features index page

Author
Viktor Lázár <lazarv1982@gmail.com>
Date
Commit
bff663e09520755080dd2b0d8b642859fb6c9213
3 files changed+295 -33
Mdocs/src/components/ThemedImage.jsx+277 -31
@@ -119,12 +346,10 @@export default function ThemedImage({ light, dark, alt }) {
119346 width: w,
120347 height: h,
121348 };
122- }, [sourceRect]);
349+ }, [sourceRect, naturalAspect]);
123350
124351 const isActive = state !== "closed";
125352 const isExpanded = state === "open";
126-
127- // The rect to apply: source when opening/closing, target when open
128353 const currentStyle = isExpanded ? getTargetStyle() : sourceRect;
129354
130355 return (