-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent---docs-component-text-mdx-5814cb5fe9845ddb9621.js.map
1 lines (1 loc) · 3.59 KB
/
component---docs-component-text-mdx-5814cb5fe9845ddb9621.js.map
1
{"version":3,"sources":["webpack:///../docs/component/text.mdx"],"names":["_frontmatter","layoutProps","MDXLayout","DefaultLayout","MDXContent","components","props","mdxType","__position","__code","__scope","Text","Playground","strong","highlight","code","size","isMDXComponent"],"mappings":"kgBAQO,IAAMA,EAAe,Q,yMAE5B,IAKMC,EAAc,CAClBD,gBAEIE,EAAYC,IACH,SAASC,EAAT,GAGZ,QAFDC,EAEC,EAFDA,WACGC,E,oIACF,mBACD,OAAO,YAACJ,EAAD,KAAeD,EAAiBK,EAAhC,CAAuCD,WAAYA,EAAYE,QAAQ,cAI5E,iBAAQ,CACN,GAAM,QADR,QAGA,iBAAQ,CACN,GAAM,YADR,YAGA,YAAC,IAAD,CAAYC,WAAY,EAAGC,OAAQ,wOAA2OC,SAAO,GACnRJ,QACAH,kBACAQ,SACAC,gBAJmR,gBAKnRT,IALmR,EAMnRH,eANmR,GAOlRO,QAAQ,cACb,uBACE,YAAC,IAAD,CAAMA,QAAQ,QAAd,oBACA,uBACA,YAAC,IAAD,CAAMM,QAAM,EAACN,QAAQ,QAArB,2BACA,uBACA,YAAC,IAAD,CAAMO,WAAS,EAACP,QAAQ,QAAxB,gCACA,uBACA,YAAC,IAAD,CAAMQ,MAAI,EAACR,QAAQ,QAAnB,mCAGA,iBAAQ,CACN,GAAM,SADR,SAGA,YAAC,IAAD,CAAYC,WAAY,EAAGC,OAAQ,wKAAyKC,SAAO,GACjNJ,QACAH,kBACAQ,SACAC,gBAJiN,gBAKjNT,IALiN,EAMjNH,eANiN,GAOhNO,QAAQ,cACb,uBACE,YAAC,IAAD,CAAMS,KAAM,EAAGT,QAAQ,QAAvB,+BACA,uBACA,YAAC,IAAD,CAAMS,KAAM,EAAGF,WAAS,EAACC,MAAI,EAACR,QAAQ,QAAtC,kD,uMASJH,EAAWa,gBAAiB","file":"component---docs-component-text-mdx-5814cb5fe9845ddb9621.js","sourcesContent":["import * as React from 'react'\n /* @jsx mdx */\nimport { mdx } from '@mdx-js/react';\n/* @jsx mdx */\n\nimport DefaultLayout from \"/Users/alwu/Desktop/new coding stuff/fiber/node_modules/gatsby-theme-docz/src/base/Layout.js\";\nimport { Text } from 'fiber';\nimport { Playground } from 'docz';\nexport const _frontmatter = {};\n\nconst makeShortcode = name => function MDXDefaultShortcode(props) {\n console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n return <div {...props} />;\n};\n\nconst layoutProps = {\n _frontmatter\n};\nconst MDXLayout = DefaultLayout;\nexport default function MDXContent({\n components,\n ...props\n}) {\n return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n\n\n <h1 {...{\n \"id\": \"text\"\n }}>{`Text`}</h1>\n <h2 {...{\n \"id\": \"variants\"\n }}>{`Variants`}</h2>\n <Playground __position={0} __code={'<div>\\n <Text> This is a text </Text>\\n <br />\\n <Text strong> This is a strong text </Text>\\n <br />\\n <Text highlight> This is a highlighted text </Text>\\n <br />\\n <Text code> const fiber = \\\"hello world\\\" </Text>\\n</div>'} __scope={{\n props,\n DefaultLayout,\n Text,\n Playground,\n DefaultLayout,\n _frontmatter\n }} mdxType=\"Playground\">\n <div>\n <Text mdxType=\"Text\"> This is a text </Text>\n <br />\n <Text strong mdxType=\"Text\"> This is a strong text </Text>\n <br />\n <Text highlight mdxType=\"Text\"> This is a highlighted text </Text>\n <br />\n <Text code mdxType=\"Text\"> const fiber = \"hello world\" </Text>\n </div>\n </Playground>\n <h2 {...{\n \"id\": \"sizes\"\n }}>{`Sizes`}</h2>\n <Playground __position={1} __code={'<div>\\n <Text size={4}> This is a text of size 4. </Text>\\n <br />\\n <Text size={5} highlight code>\\n This is a code of size 5, highlighted.\\n </Text>\\n</div>'} __scope={{\n props,\n DefaultLayout,\n Text,\n Playground,\n DefaultLayout,\n _frontmatter\n }} mdxType=\"Playground\">\n <div>\n <Text size={4} mdxType=\"Text\"> This is a text of size 4. </Text>\n <br />\n <Text size={5} highlight code mdxType=\"Text\">\n This is a code of size 5, highlighted.\n </Text>\n </div>\n </Playground>\n\n </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;\n "],"sourceRoot":""}