najwer23morsels 0.19.1 → 0.19.3
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/lib/Picture.js +1 -1
- package/package.json +1 -1
package/lib/Picture.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsxs as e,jsx as
|
|
1
|
+
import{jsxs as e,jsx as i}from"react/jsx-runtime";import{useState as r}from"react";import{u as o}from"./useCachedImageCheck-TeUbYfzH.js";import{u as t}from"./useWindowSize-CAQRbyxi.js";import{T as a}from"./TextBox-CWSg4nm8.js";import{s as c,g as d}from"./style-inject.es-CrVRO2OA.js";var u={n23mPictureFigure:"Picture-module_n23mPictureFigure__uStTO",n23mPicture:"Picture-module_n23mPicture__LpndY",border:"Picture-module_border__yjTpQ",loaded:"Picture-module_loaded__fpjpQ",cacheLoaded:"Picture-module_cacheLoaded__IunbX"};c("@layer n23mPicture{.Picture-module_n23mPictureFigure__uStTO{margin:0;padding:0}.Picture-module_n23mPicture__LpndY{box-sizing:border-box;display:block;&.Picture-module_border__yjTpQ{border:2px solid var(--picture-bc);padding:5px}& img{display:grid;height:auto;max-height:var(--picture-mh,unset);opacity:0;width:100%}&.Picture-module_loaded__fpjpQ img{opacity:1;transition:opacity .25s ease-in-out}&.Picture-module_cacheLoaded__IunbX img{opacity:1}}}");const m=({children:c,className:m,style:s,draggable:l=!1,alt:n,src:p,srcDesktop:g,srcMobile:_,ar:h,arMobile:b,arDesktop:P,border:x=!1,borderColor:f="black",loading:y="lazy",srcset:j,sizes:S,maxHeight:k,maxHeightMobile:z,maxHeightDesktop:L,figcaption:w,figcaptionColor:T,...C})=>{const[F,Q]=r(!1),{width:v}=t(),D=g&&v>=768?g:_&&v<768?_:p||"",H=o(D,25);return e("figure",{className:u.n23mPictureFigure,children:[e("picture",{className:["n23mPicture",u.n23mPicture,x&&u.border,F&&!H&&u.loaded,H&&u.cacheLoaded,m].filter(Boolean).join(" "),...C,style:{...d({"--picture-bc":f,"--picture-mh":L||z?z&&v<767.98?z:L||z:k}),...s},children:[g&&i("source",{media:"(min-width: 768px)",srcSet:g}),_&&i("source",{media:"(max-width: 767.98px)",srcSet:_}),i("img",{sizes:S,srcSet:j,width:P||b?b&&v<767.98?b:P||b:h,height:1,src:D,alt:n,loading:y,onLoad:()=>Q(!0),draggable:l})]}),w&&i("figcaption",{children:i(a,{tag:"p",desktopSize:12,mobileSize:12,color:T,margin:"3px 0 3px 0",children:w})})]})};export{m as Picture};
|