{"version":3,"sources":["images/eye.png","images/text.png","RotatingBanner.js","gifs/first.webp","gifs/second.webp","gifs/third.webp","Gif.jsx","HeaderAnimation.jsx","App.js","index.js"],"names":["RotatingBanner","React","useState","rotation_angle","setTime","useEffect","timerId","setInterval","clearInterval","src","eye","alt","style","height","marginTop","transform","text","Gif","HeaderAnimation","animations","component","first","fromMilisecond","toMilisecond","second","third","Infinity","Date","getTime","initialTime","currentComponent","setCurrentTimeLapsed","milisecondsLapsed","nextAnimation","filter","animation","handleRefresh","onClick","App","Fragment","className","ReactDOM","render","StrictMode","document","getElementById"],"mappings":"kKAAe,MAA0B,gCCA1B,MAA0B,iC,OCwC1BA,EAnCQ,WACrB,MAAoCC,IAAMC,SAAS,CAAC,IAAG,mBAA/CC,EAA+C,oBAAjC,GAAGC,EAAO,KAWhC,OALAH,IAAMI,WAAU,WACd,IAAMC,EAAUC,aAAY,WAJ5BH,EAAQ,CAACD,EAAiB,KAIc,GAAE,IAC1C,OAAO,kBAAMK,cAAcF,EAAS,CACtC,IAGE,gCACE,qBACEG,IAAKC,EACLC,IAAI,MACJC,MAAO,CACLC,OAAQ,QACRC,UAAW,MACXC,UAAU,UAAD,OAAYZ,EAAc,WAGvC,qBACEM,IAAKO,EACLL,IAAI,OACJC,MAAO,CACLC,OAAQ,QACRC,UAAW,WAKrB,ECtCe,MAA0B,mCCA1B,MAA0B,oCCA1B,MAA0B,mCCkB1BG,EAfH,SAAH,GAAiB,IAAXR,EAAG,EAAHA,IACb,OACE,8BACE,qBACEA,IAAKA,EACLE,IAAI,aACJC,MAAO,CACLC,OAAQ,QACRC,UAAW,UAKrB,ECyCeI,EAjDS,WACtB,IAAMC,EAAa,CACjB,CAAEC,UAAW,cAAC,EAAG,CAACX,IAAKY,IAAWC,eAAgB,EAAGC,aAAc,KACnE,CACEH,UAAW,cAAC,EAAG,CAACX,IAAKe,IACrBF,eAAgB,IAChBC,aAAc,KAEhB,CACEH,UAAW,cAAC,EAAG,CAACX,IAAKgB,IACrBH,eAAgB,IAChBC,aAAc,KAEhB,CACEH,UAAW,cAAC,EAAc,IAC1BE,eAAgB,IAChBC,aAAcG,MAMlB,EACEzB,IAAMC,SAAS,EAAC,IAAIyB,MAAOC,UAAWT,EAAW,GAAc,YAAG,yCAD5DU,EAAW,KAAEC,EAAgB,KAAGC,EAAoB,KAwB5D,OALA9B,IAAMI,WAAU,WACd,IAAMC,EAAUC,aAAY,kBAjBR,WACpB,IACMyB,GADc,IAAIL,MAAOC,UACSC,EAClCI,EAAgBd,EAAWe,QAC/B,SAACC,GAAS,OACRA,EAAUb,eAAiBU,GAC3BA,EAAoBG,EAAUZ,YAAY,IAC5C,GAAc,UAEhBQ,EAAqB,CAACF,EAAaI,GACrC,CAOoCG,EAAe,GAtB/B,IAuBlB,OAAO,kBAAM5B,cAAcF,EAAS,CACtC,IAEO,qBAAK+B,QATE,WACZN,EAAqB,EAAC,IAAIJ,MAAOC,UAAWT,EAAW,GAAc,WACvE,EAO2B,SAAEW,GAAoBA,GACnD,ECvBeQ,MAzBf,WACE,OACE,eAAC,IAAMC,SAAQ,WACb,sBAAKC,UAAU,mBAAkB,UAC/B,cAAC,EAAc,IACf,cAAC,EAAe,OAElB,qBAAKA,UAAU,UAAS,SACtB,sBAAKA,UAAU,wBAAuB,UACpC,qBAAKA,UAAU,MAAK,SAClB,wBAAQA,UAAU,YAAW,SAC3B,gCAAO,gBAGX,yBAAQA,UAAU,kCAAiC,UACjD,4BAAG,0CACH,4BAAG,yCACH,4BAAG,qCAMf,EC1BAC,IAASC,OACP,cAAC,IAAMC,WAAU,UACf,cAAC,EAAG,MAENC,SAASC,eAAe,Q","file":"static/js/main.d5eddbb4.chunk.js","sourcesContent":["export default __webpack_public_path__ + \"static/media/eye.4fc0b88a.png\";","export default __webpack_public_path__ + \"static/media/text.728ee82d.png\";","import \"./App.css\";\nimport React from \"react\";\nimport eye from \"./images/eye.png\";\nimport text from \"./images/text.png\";\n\nconst RotatingBanner = () => {\n const [[rotation_angle], setTime] = React.useState([0]);\n\n const tick = () => {\n setTime([rotation_angle + 0.15]);\n };\n\n React.useEffect(() => {\n const timerId = setInterval(() => tick(), 30);\n return () => clearInterval(timerId);\n });\n\n return (\n
\n \n \n
\n );\n};\n\nexport default RotatingBanner;\n","export default __webpack_public_path__ + \"static/media/first.8881c32c.webp\";","export default __webpack_public_path__ + \"static/media/second.0bb4149a.webp\";","export default __webpack_public_path__ + \"static/media/third.77b4d8dc.webp\";","import \"./App.css\";\nimport React from \"react\";\n\nconst Gif = ({ src }) => {\n return (\n
\n \n
\n );\n};\n\nexport default Gif;\n","import \"./App.css\";\nimport React from \"react\";\nimport RotatingBanner from \"./RotatingBanner\";\nimport first from \"./gifs/first.webp\";\nimport second from \"./gifs/second.webp\";\nimport third from \"./gifs/third.webp\";\nimport Gif from \"./Gif\";\n\nconst HeaderAnimation = () => {\n const animations = [\n { component: , fromMilisecond: 0, toMilisecond: 4000 },\n {\n component: ,\n fromMilisecond: 4000,\n toMilisecond: 7000,\n },\n {\n component: ,\n fromMilisecond: 7000,\n toMilisecond: 10000,\n },\n {\n component: ,\n fromMilisecond: 10000,\n toMilisecond: Infinity,\n },\n ];\n\n const refreshRate = 50;\n\n const [[initialTime, currentComponent], setCurrentTimeLapsed] =\n React.useState([new Date().getTime(), animations[0][\"component\"]]);\n\n const handleRefresh = () => {\n const currentTime = new Date().getTime();\n const milisecondsLapsed = currentTime - initialTime;\n const nextAnimation = animations.filter(\n (animation) =>\n animation.fromMilisecond < milisecondsLapsed &&\n milisecondsLapsed < animation.toMilisecond\n )[0][\"component\"];\n\n setCurrentTimeLapsed([initialTime, nextAnimation]);\n };\n\n const reset = () => {\n setCurrentTimeLapsed([new Date().getTime(), animations[0][\"component\"]]);\n };\n\n React.useEffect(() => {\n const timerId = setInterval(() => handleRefresh(), refreshRate);\n return () => clearInterval(timerId);\n });\n\n return
{currentComponent && currentComponent}
;\n};\n\nexport default HeaderAnimation;\n","import \"bootstrap/dist/css/bootstrap.min.css\";\nimport \"./App.css\";\n\nimport RotatingBanner from \"./RotatingBanner\";\nimport React from \"react\";\nimport HeaderAnimation from \"./HeaderAnimation\";\n\nfunction App() {\n return (\n \n
\n \n \n
\n
\n
\n
\n
\n FORKTEX\n
\n
\n
\n

© SIGARCH TECHNOLOGIES S.R.L. 2023

\n

email: alexandru.dochian@forktex.com

\n

phone: +40 784 935 666

\n
\n
\n
\n
\n );\n}\n\nexport default App;\n","import React from \"react\";\nimport ReactDOM from \"react-dom\";\nimport App from \"./App\";\n\nReactDOM.render(\n \n \n ,\n document.getElementById(\"root\")\n);\n"],"sourceRoot":""}