{"version":3,"sources":["../ui/src/components/player-components/skeleton/skeleton.tsx"],"sourcesContent":["import { conditions } from \"helpers\"\r\nimport { ConditionName } from \"interfaces\"\r\n\r\nconst Skeleton = () => {\r\n    return (\r\n        <div style={{ height: conditions(ConditionName.isComplexDesktop) ? 98 : 80 }} role=\"status\" className=\"pl-space-y-8 pl-animate-pulse md:pl-space-y-0 md:pl-space-x-8 rtl:pl-space-x-reverse md:pl-flex md:pl-items-center\">\r\n                <div className=\"pl-w-full\">\r\n                    <div className=\"pl-h-2.5 pl-bg-gray-200 pl-rounded-full dark:pl-bg-gray-700 pl-w-48 pl-mb-4\"></div>\r\n                    <div className=\"pl-h-2 pl-bg-gray-200 pl-rounded-full dark:pl-bg-gray-700 pl-mb-2.5\"></div>\r\n                    <div className=\"pl-h-2 pl-bg-gray-200 pl-rounded-full dark:pl-bg-gray-700 pl-max-w-[460px] pl-mb-2.5\"></div>\r\n                    <div className=\"pl-h-2 pl-bg-gray-200 pl-rounded-full dark:pl-bg-gray-700 pl-max-w-[360px]\"></div>\r\n                </div>\r\n                <span className=\"pl-sr-only\">Loading...</span>\r\n        </div>\r\n    )\r\n}\r\n\r\nexport default Skeleton;"],"mappings":"4IAAAA,IAMgB,OACI,OAAAC,EADJ,QAAAC,MAAA,oBAHhB,IAAMC,EAAW,IAETD,EAAC,OAAI,MAAO,CAAE,OAAQE,oBAAyC,EAAI,GAAK,EAAG,EAAG,KAAK,SAAS,UAAU,qHAC9F,UAAAF,EAAC,OAAI,UAAU,YACX,UAAAD,EAAC,OAAI,UAAU,8EAA8E,EAC7FA,EAAC,OAAI,UAAU,sEAAsE,EACrFA,EAAC,OAAI,UAAU,uFAAuF,EACtGA,EAAC,OAAI,UAAU,6EAA6E,GAChG,EACAA,EAAC,QAAK,UAAU,aAAa,sBAAU,GAC/C,EAIDI,EAAQF","names":["init_esm_shims","jsx","jsxs","Skeleton","conditions","skeleton_default"]}