{"version":3,"file":"commonjsHelpers.bfa38a67.js","sources":["../../../frontend/features/common/utils/commonjsHelpers.js"],"sourcesContent":["export const determineImageSize = ({ desktop, desktopMed, mobile, card }) => {\n const { innerWidth } = window;\n if (innerWidth >= 1200) return desktop;\n if (innerWidth >= 800) return desktopMed || card || desktop;\n return mobile;\n};\n"],"names":["determineImageSize","desktop","desktopMed","mobile","card","innerWidth"],"mappings":"4WAAO,MAAMA,EAAqB,CAAC,CAAE,QAAAC,EAAS,WAAAC,EAAY,OAAAC,EAAQ,KAAAC,KAAW,CACrE,KAAA,CAAE,WAAAC,CAAe,EAAA,OACvB,OAAIA,GAAc,KAAaJ,EAC3BI,GAAc,IAAYH,GAAcE,GAAQH,EAC7CE,CACT"}