{"version":3,"file":"mui_styled-engine-DfUiGoeW.js","sources":["../../node_modules/.pnpm/@mui+styled-engine@6.4.0_@emotion+react@11.14.0_@types+react@18.3.12_react@18.3.1__@emotion+s_kxbnf4c5srahn56odx7gxqsfvq/node_modules/@mui/styled-engine/GlobalStyles/GlobalStyles.js","../../node_modules/.pnpm/@mui+styled-engine@6.4.0_@emotion+react@11.14.0_@types+react@18.3.12_react@18.3.1__@emotion+s_kxbnf4c5srahn56odx7gxqsfvq/node_modules/@mui/styled-engine/index.js"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\nimport { Global } from '@emotion/react';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nfunction isEmpty(obj) {\n return obj === undefined || obj === null || Object.keys(obj).length === 0;\n}\nexport default function GlobalStyles(props) {\n const {\n styles,\n defaultTheme = {}\n } = props;\n const globalStyles = typeof styles === 'function' ? themeInput => styles(isEmpty(themeInput) ? defaultTheme : themeInput) : styles;\n return /*#__PURE__*/_jsx(Global, {\n styles: globalStyles\n });\n}\nprocess.env.NODE_ENV !== \"production\" ? GlobalStyles.propTypes = {\n defaultTheme: PropTypes.object,\n styles: PropTypes.oneOfType([PropTypes.array, PropTypes.string, PropTypes.object, PropTypes.func])\n} : void 0;","/**\n * @mui/styled-engine v6.4.0\n *\n * @license MIT\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n/* eslint-disable no-underscore-dangle */\nimport emStyled from '@emotion/styled';\nimport { serializeStyles as emSerializeStyles } from '@emotion/serialize';\nexport default function styled(tag, options) {\n const stylesFactory = emStyled(tag, options);\n if (process.env.NODE_ENV !== 'production') {\n return (...styles) => {\n const component = typeof tag === 'string' ? `\"${tag}\"` : 'component';\n if (styles.length === 0) {\n console.error([`MUI: Seems like you called \\`styled(${component})()\\` without a \\`style\\` argument.`, 'You must provide a `styles` argument: `styled(\"div\")(styleYouForgotToPass)`.'].join('\\n'));\n } else if (styles.some(style => style === undefined)) {\n console.error(`MUI: the styled(${component})(...args) API requires all its args to be defined.`);\n }\n return stylesFactory(...styles);\n };\n }\n return stylesFactory;\n}\n\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport function internal_mutateStyles(tag, processor) {\n // Emotion attaches all the styles as `__emotion_styles`.\n // Ref: https://github.com/emotion-js/emotion/blob/16d971d0da229596d6bcc39d282ba9753c9ee7cf/packages/styled/src/base.js#L186\n if (Array.isArray(tag.__emotion_styles)) {\n tag.__emotion_styles = processor(tag.__emotion_styles);\n }\n}\n\n// Emotion only accepts an array, but we want to avoid allocations\nconst wrapper = [];\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport function internal_serializeStyles(styles) {\n wrapper[0] = styles;\n return emSerializeStyles(wrapper);\n}\nexport { ThemeContext, keyframes, css } from '@emotion/react';\nexport { default as StyledEngineProvider } from \"./StyledEngineProvider/index.js\";\nexport { default as GlobalStyles } from \"./GlobalStyles/index.js\";"],"names":["isEmpty","obj","GlobalStyles","props","styles","defaultTheme","globalStyles","themeInput","Global","styled","tag","options","emStyled","internal_mutateStyles","processor","wrapper","internal_serializeStyles","emSerializeStyles"],"mappings":"6LAMA,SAASA,EAAQC,EAAK,CACb,OAAqBA,GAAQ,MAAQ,OAAO,KAAKA,CAAG,EAAE,SAAW,CAC1E,CACA,SAAwBC,EAAaC,EAAO,CACpC,KAAA,CACJ,OAAAC,EACA,aAAAC,EAAe,CAAA,CAAC,EACdF,EACEG,EAAe,OAAOF,GAAW,WAAaG,GAAcH,EAAOJ,EAAQO,CAAU,EAAIF,EAAeE,CAAU,EAAIH,EAC5H,aAAyBI,EAAQ,CAC/B,OAAQF,CAAA,CACT,CACH,CClBA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAUwB,SAAAG,EAAOC,EAAKC,EAAS,CAapC,OAZeC,EAASF,EAAKC,CAAO,CAa7C,CAGgB,SAAAE,EAAsBH,EAAKI,EAAW,CAGhD,MAAM,QAAQJ,EAAI,gBAAgB,IAChCA,EAAA,iBAAmBI,EAAUJ,EAAI,gBAAgB,EAEzD,CAGA,MAAMK,EAAU,CAAC,EAEV,SAASC,EAAyBZ,EAAQ,CAC/C,OAAAW,EAAQ,CAAC,EAAIX,EACNa,EAAkBF,CAAO,CAClC","x_google_ignoreList":[0,1]}