{"version":3,"file":"content.cjs","sources":["../../../../src/hooks/stories/content.tsx"],"sourcesContent":["import React from \"react\";\n\nconst content1 = (\n    <>\n        <p className=\"jkl-body\">\n            Lorem Ipsum is simply dummy text of the printing and typesetting\n            industry. Lorem Ipsum has been the industrys standard dummy text\n            ever since the 1500s, when an unknown printer took a galley of type\n            and scrambled it to make a type specimen book.\n        </p>\n    </>\n);\n\nconst content2 = (\n    <>\n        <p className=\"jkl-body\">\n            Lorem Ipsum is simply dummy text of the printing and typesetting\n            industry. Lorem Ipsum has been the industrys standard dummy text\n            ever since the 1500s, when an unknown printer took a galley of type\n            and scrambled it to make a type specimen book.\n        </p>\n        <p className=\"jkl-body\">\n            It has survived not only five centuries, but also the leap into\n            electronic typesetting, remaining essentially unchanged.\n        </p>\n    </>\n);\n\nconst content3 = (\n    <>\n        <p className=\"jkl-body\">\n            Lorem Ipsum is simply dummy text of the printing and typesetting\n            industry. Lorem Ipsum has been the industrys standard dummy text\n            ever since the 1500s, when an unknown printer took a galley of type\n            and scrambled it to make a type specimen book.\n        </p>\n        <p className=\"jkl-body\">\n            It has survived not only five centuries, but also the leap into\n            electronic typesetting, remaining essentially unchanged.\n        </p>\n        <p className=\"jkl-body\">\n            It was popularised in the 1960s with the release of Letraset sheets\n            containing Lorem Ipsum passages, and more recently with desktop\n            publishing software like Aldus PageMaker including versions of Lorem\n            Ipsum.\n        </p>\n    </>\n);\n\nconst content4 = (\n    <>\n        <p className=\"jkl-body\">\n            Lorem Ipsum is simply dummy text of the printing and typesetting\n            industry. Lorem Ipsum has been the industrys standard dummy text\n            ever since the 1500s, when an unknown printer took a galley of type\n            and scrambled it to make a type specimen book.\n        </p>\n        <p className=\"jkl-body\">\n            It has survived not only five centuries, but also the leap into\n            electronic typesetting, remaining essentially unchanged.\n        </p>\n        <p className=\"jkl-body\">\n            It was popularised in the 1960s with the release of Letraset sheets\n            containing Lorem Ipsum passages, and more recently with desktop\n            publishing software like Aldus PageMaker including versions of Lorem\n            Ipsum.\n        </p>\n        <p className=\"jkl-body\">\n            Contrary to popular belief, Lorem Ipsum is not simply random text.\n            It has roots in a piece of classical Latin literature from 45 BC,\n            making it over 2000 years old.\n        </p>\n    </>\n);\n\nconst contentBlocks = [content1, content2, content3, content4];\n\nexport function randomContentBlock(except?: JSX.Element): JSX.Element {\n    let content =\n        contentBlocks[Math.floor(Math.random() * contentBlocks.length)];\n    if (content === except) {\n        content = randomContentBlock(except);\n    }\n    return content;\n}\n"],"names":["contentBlocks","jsx","Fragment","children","className","jsxs","randomContentBlock","except","content","Math","floor","random","length"],"mappings":"sIAEA,MAyEMA,EAAgB,CAxElBC,EAAAA,IAAAC,EAAAA,SAAA,CACIC,SAAAF,EAAAA,IAAC,KAAEG,UAAU,WAAWD,oQAU5BE,EAAAA,KAAAH,WAAA,CACIC,SAAA,CAAAF,EAAAA,IAAC,IAAA,CAAEG,UAAU,WAAWD,SAAA,yPAMxBF,EAAAA,IAAC,IAAA,CAAEG,UAAU,WAAWD,SAAA,gIAQ5BE,EAAAA,KAAAH,WAAA,CACIC,SAAA,CAAAF,EAAAA,IAAC,IAAA,CAAEG,UAAU,WAAWD,SAAA,yPAMxBF,EAAAA,IAAC,IAAA,CAAEG,UAAU,WAAWD,SAAA,6HAIxBF,EAAAA,IAAC,IAAA,CAAEG,UAAU,WAAWD,SAAA,uNAU5BE,EAAAA,KAAAH,WAAA,CACIC,SAAA,CAAAF,EAAAA,IAAC,IAAA,CAAEG,UAAU,WAAWD,SAAA,yPAMxBF,EAAAA,IAAC,IAAA,CAAEG,UAAU,WAAWD,SAAA,6HAIxBF,EAAAA,IAAC,IAAA,CAAEG,UAAU,WAAWD,SAAA,oNAMxBF,EAAAA,IAAC,IAAA,CAAEG,UAAU,WAAWD,SAAA,uMAUzB,SAASG,EAAmBC,GAC/B,IAAIC,EACAR,EAAcS,KAAKC,MAAMD,KAAKE,SAAWX,EAAcY,SAC3D,OAAIJ,IAAYD,IACZC,EAAUF,EAAmBC,IAE1BC,CACX"}