{"version":3,"sources":["../node_modules/semantic-ui-react/dist/es/elements/Placeholder/PlaceholderHeader.js","../node_modules/semantic-ui-react/dist/es/elements/Placeholder/PlaceholderImage.js","../node_modules/semantic-ui-react/dist/es/elements/Placeholder/PlaceholderLine.js","../node_modules/semantic-ui-react/dist/es/elements/Placeholder/PlaceholderParagraph.js","../node_modules/semantic-ui-react/dist/es/elements/Placeholder/Placeholder.js"],"names":["PlaceholderHeader","props","children","className","content","image","classes","cx","useKeyOnly","rest","getUnhandledProps","ElementType","getElementType","React","createElement","_extends","childrenUtils","isNil","handledProps","propTypes","PlaceholderImage","square","rectangular","PlaceholderLine","length","PlaceholderParagraph","Placeholder","fluid","inverted","Header","Image","Line","Paragraph"],"mappings":"mMASA,SAASA,EAAkBC,GACzB,IAAIC,EAAWD,EAAMC,SACjBC,EAAYF,EAAME,UAClBC,EAAUH,EAAMG,QAChBC,EAAQJ,EAAMI,MACdC,EAAUC,IAAGC,YAAWH,EAAO,SAAU,SAAUF,GACnDM,EAAOC,YAAkBV,EAAmBC,GAC5CU,EAAcC,YAAeZ,EAAmBC,GACpD,OAAOY,IAAMC,cAAcH,EAAaI,IAAS,GAAIN,EAAM,CACzDN,UAAWG,IACTU,IAAcC,MAAMf,GAAYE,EAAUF,GAGhDF,EAAkBkB,aAAe,CAAC,KAAM,WAAY,YAAa,UAAW,SAC5ElB,EAAkBmB,UAed,GACWnB,QC9Bf,SAASoB,EAAiBnB,GACxB,IAAIE,EAAYF,EAAME,UAClBkB,EAASpB,EAAMoB,OACfC,EAAcrB,EAAMqB,YACpBhB,EAAUC,IAAGC,YAAWa,EAAQ,UAAWb,YAAWc,EAAa,eAAgB,QAASnB,GAC5FM,EAAOC,YAAkBU,EAAkBnB,GAC3CU,EAAcC,YAAeQ,EAAkBnB,GACnD,OAAOY,IAAMC,cAAcH,EAAaI,IAAS,GAAIN,EAAM,CACzDN,UAAWG,KAIfc,EAAiBF,aAAe,CAAC,KAAM,YAAa,cAAe,UACnEE,EAAiBD,UAYb,GACWC,QC1Bf,SAASG,EAAgBtB,GACvB,IAAIE,EAAYF,EAAME,UAClBqB,EAASvB,EAAMuB,OACflB,EAAUC,IAAG,OAAQiB,EAAQrB,GAC7BM,EAAOC,YAAkBa,EAAiBtB,GAC1CU,EAAcC,YAAeW,EAAiBtB,GAClD,OAAOY,IAAMC,cAAcH,EAAaI,IAAS,GAAIN,EAAM,CACzDN,UAAWG,KAIfiB,EAAgBL,aAAe,CAAC,KAAM,YAAa,UACnDK,EAAgBJ,UASZ,GACWI,QCtBf,SAASE,EAAqBxB,GAC5B,IAAIC,EAAWD,EAAMC,SACjBC,EAAYF,EAAME,UAClBC,EAAUH,EAAMG,QAChBE,EAAUC,IAAG,YAAaJ,GAC1BM,EAAOC,YAAkBe,EAAsBxB,GAC/CU,EAAcC,YAAea,EAAsBxB,GACvD,OAAOY,IAAMC,cAAcH,EAAaI,IAAS,GAAIN,EAAM,CACzDN,UAAWG,IACTU,IAAcC,MAAMf,GAAYE,EAAUF,GAGhDuB,EAAqBP,aAAe,CAAC,KAAM,WAAY,YAAa,WACpEO,EAAqBN,UAYjB,GACWM,QCtBf,SAASC,EAAYzB,GACnB,IAAIC,EAAWD,EAAMC,SACjBC,EAAYF,EAAME,UAClBC,EAAUH,EAAMG,QAChBuB,EAAQ1B,EAAM0B,MACdC,EAAW3B,EAAM2B,SACjBtB,EAAUC,IAAG,KAAMC,YAAWmB,EAAO,SAAUnB,YAAWoB,EAAU,YAAa,cAAezB,GAChGM,EAAOC,YAAkBgB,EAAazB,GACtCU,EAAcC,YAAec,EAAazB,GAC9C,OAAOY,IAAMC,cAAcH,EAAaI,IAAS,GAAIN,EAAM,CACzDN,UAAWG,IACTU,IAAcC,MAAMf,GAAYE,EAAUF,GAGhDwB,EAAYR,aAAe,CAAC,KAAM,WAAY,YAAa,UAAW,QAAS,YAC/EQ,EAAYP,UAkBR,GACJO,EAAYG,OAAS7B,EACrB0B,EAAYI,MAAQV,EACpBM,EAAYK,KAAOR,EACnBG,EAAYM,UAAYP,EACTC","file":"static/js/4.37219c33.chunk.js","sourcesContent":["import _extends from \"@babel/runtime/helpers/extends\";\nimport cx from 'classnames';\nimport PropTypes from 'prop-types';\nimport React from 'react';\nimport { childrenUtils, customPropTypes, getElementType, getUnhandledProps, useKeyOnly } from '../../lib';\n/**\n * A placeholder can contain a header.\n */\n\nfunction PlaceholderHeader(props) {\n var children = props.children,\n className = props.className,\n content = props.content,\n image = props.image;\n var classes = cx(useKeyOnly(image, 'image'), 'header', className);\n var rest = getUnhandledProps(PlaceholderHeader, props);\n var ElementType = getElementType(PlaceholderHeader, props);\n return React.createElement(ElementType, _extends({}, rest, {\n className: classes\n }), childrenUtils.isNil(children) ? content : children);\n}\n\nPlaceholderHeader.handledProps = [\"as\", \"children\", \"className\", \"content\", \"image\"];\nPlaceholderHeader.propTypes = process.env.NODE_ENV !== \"production\" ? {\n /** An element type to render as (string or function). */\n as: customPropTypes.as,\n\n /** Primary content. */\n children: PropTypes.node,\n\n /** Additional classes. */\n className: PropTypes.string,\n\n /** Shorthand for primary content. */\n content: customPropTypes.contentShorthand,\n\n /** A placeholder can contain an image. */\n image: PropTypes.bool\n} : {};\nexport default PlaceholderHeader;","import _extends from \"@babel/runtime/helpers/extends\";\nimport cx from 'classnames';\nimport PropTypes from 'prop-types';\nimport React from 'react';\nimport { customPropTypes, getElementType, getUnhandledProps, useKeyOnly } from '../../lib';\n/**\n * A placeholder can contain an image.\n */\n\nfunction PlaceholderImage(props) {\n var className = props.className,\n square = props.square,\n rectangular = props.rectangular;\n var classes = cx(useKeyOnly(square, 'square'), useKeyOnly(rectangular, 'rectangular'), 'image', className);\n var rest = getUnhandledProps(PlaceholderImage, props);\n var ElementType = getElementType(PlaceholderImage, props);\n return React.createElement(ElementType, _extends({}, rest, {\n className: classes\n }));\n}\n\nPlaceholderImage.handledProps = [\"as\", \"className\", \"rectangular\", \"square\"];\nPlaceholderImage.propTypes = process.env.NODE_ENV !== \"production\" ? {\n /** An element type to render as (string or function). */\n as: customPropTypes.as,\n\n /** Additional classes. */\n className: PropTypes.string,\n\n /** An image can modify size correctly with responsive styles. */\n square: customPropTypes.every([customPropTypes.disallow(['rectangular']), PropTypes.bool]),\n\n /** An image can modify size correctly with responsive styles. */\n rectangular: customPropTypes.every([customPropTypes.disallow(['square']), PropTypes.bool])\n} : {};\nexport default PlaceholderImage;","import _extends from \"@babel/runtime/helpers/extends\";\nimport cx from 'classnames';\nimport PropTypes from 'prop-types';\nimport React from 'react';\nimport { customPropTypes, getElementType, getUnhandledProps } from '../../lib';\n/**\n * A placeholder can contain have lines of text.\n */\n\nfunction PlaceholderLine(props) {\n var className = props.className,\n length = props.length;\n var classes = cx('line', length, className);\n var rest = getUnhandledProps(PlaceholderLine, props);\n var ElementType = getElementType(PlaceholderLine, props);\n return React.createElement(ElementType, _extends({}, rest, {\n className: classes\n }));\n}\n\nPlaceholderLine.handledProps = [\"as\", \"className\", \"length\"];\nPlaceholderLine.propTypes = process.env.NODE_ENV !== \"production\" ? {\n /** An element type to render as (string or function). */\n as: customPropTypes.as,\n\n /** Additional classes. */\n className: PropTypes.string,\n\n /** A line can specify how long its contents should appear. */\n length: PropTypes.oneOf(['full', 'very long', 'long', 'medium', 'short', 'very short'])\n} : {};\nexport default PlaceholderLine;","import _extends from \"@babel/runtime/helpers/extends\";\nimport cx from 'classnames';\nimport PropTypes from 'prop-types';\nimport React from 'react';\nimport { childrenUtils, customPropTypes, getElementType, getUnhandledProps } from '../../lib';\n/**\n * A placeholder can contain a paragraph.\n */\n\nfunction PlaceholderParagraph(props) {\n var children = props.children,\n className = props.className,\n content = props.content;\n var classes = cx('paragraph', className);\n var rest = getUnhandledProps(PlaceholderParagraph, props);\n var ElementType = getElementType(PlaceholderParagraph, props);\n return React.createElement(ElementType, _extends({}, rest, {\n className: classes\n }), childrenUtils.isNil(children) ? content : children);\n}\n\nPlaceholderParagraph.handledProps = [\"as\", \"children\", \"className\", \"content\"];\nPlaceholderParagraph.propTypes = process.env.NODE_ENV !== \"production\" ? {\n /** An element type to render as (string or function). */\n as: customPropTypes.as,\n\n /** Primary content. */\n children: PropTypes.node,\n\n /** Additional classes. */\n className: PropTypes.string,\n\n /** Shorthand for primary content. */\n content: customPropTypes.contentShorthand\n} : {};\nexport default PlaceholderParagraph;","import _extends from \"@babel/runtime/helpers/extends\";\nimport cx from 'classnames';\nimport PropTypes from 'prop-types';\nimport React from 'react';\nimport { childrenUtils, customPropTypes, getElementType, getUnhandledProps, useKeyOnly } from '../../lib';\nimport PlaceholderHeader from './PlaceholderHeader';\nimport PlaceholderImage from './PlaceholderImage';\nimport PlaceholderLine from './PlaceholderLine';\nimport PlaceholderParagraph from './PlaceholderParagraph';\n/**\n * A placeholder is used to reserve splace for content that soon will appear in a layout.\n */\n\nfunction Placeholder(props) {\n var children = props.children,\n className = props.className,\n content = props.content,\n fluid = props.fluid,\n inverted = props.inverted;\n var classes = cx('ui', useKeyOnly(fluid, 'fluid'), useKeyOnly(inverted, 'inverted'), 'placeholder', className);\n var rest = getUnhandledProps(Placeholder, props);\n var ElementType = getElementType(Placeholder, props);\n return React.createElement(ElementType, _extends({}, rest, {\n className: classes\n }), childrenUtils.isNil(children) ? content : children);\n}\n\nPlaceholder.handledProps = [\"as\", \"children\", \"className\", \"content\", \"fluid\", \"inverted\"];\nPlaceholder.propTypes = process.env.NODE_ENV !== \"production\" ? {\n /** An element type to render as (string or function). */\n as: customPropTypes.as,\n\n /** Primary content. */\n children: PropTypes.node,\n\n /** Additional classes. */\n className: PropTypes.string,\n\n /** Shorthand for primary content. */\n content: customPropTypes.contentShorthand,\n\n /** A fluid placeholder takes up the width of its container. */\n fluid: PropTypes.bool,\n\n /** A placeholder can have their colors inverted. */\n inverted: PropTypes.bool\n} : {};\nPlaceholder.Header = PlaceholderHeader;\nPlaceholder.Image = PlaceholderImage;\nPlaceholder.Line = PlaceholderLine;\nPlaceholder.Paragraph = PlaceholderParagraph;\nexport default Placeholder;"],"sourceRoot":""}