{"version":3,"file":"mui_private-theming-BdkicOMc.js","sources":["../../node_modules/.pnpm/@mui+private-theming@6.4.0_@types+react@18.3.12_react@18.3.1/node_modules/@mui/private-theming/useTheme/ThemeContext.js","../../node_modules/.pnpm/@mui+private-theming@6.4.0_@types+react@18.3.12_react@18.3.1/node_modules/@mui/private-theming/useTheme/useTheme.js","../../node_modules/.pnpm/@mui+private-theming@6.4.0_@types+react@18.3.12_react@18.3.1/node_modules/@mui/private-theming/ThemeProvider/nested.js","../../node_modules/.pnpm/@mui+private-theming@6.4.0_@types+react@18.3.12_react@18.3.1/node_modules/@mui/private-theming/ThemeProvider/ThemeProvider.js"],"sourcesContent":["import * as React from 'react';\nconst ThemeContext = /*#__PURE__*/React.createContext(null);\nif (process.env.NODE_ENV !== 'production') {\n ThemeContext.displayName = 'ThemeContext';\n}\nexport default ThemeContext;","import * as React from 'react';\nimport ThemeContext from \"./ThemeContext.js\";\nexport default function useTheme() {\n const theme = React.useContext(ThemeContext);\n if (process.env.NODE_ENV !== 'production') {\n // TODO: uncomment once we enable eslint-plugin-react-compiler eslint-disable-next-line react-compiler/react-compiler\n // eslint-disable-next-line react-hooks/rules-of-hooks -- It's not required to run React.useDebugValue in production\n React.useDebugValue(theme);\n }\n return theme;\n}","const hasSymbol = typeof Symbol === 'function' && Symbol.for;\nexport default hasSymbol ? Symbol.for('mui.nested') : '__THEME_NESTED__';","import * as React from 'react';\nimport PropTypes from 'prop-types';\nimport { exactProp } from '@mui/utils';\nimport ThemeContext from \"../useTheme/ThemeContext.js\";\nimport useTheme from \"../useTheme/index.js\";\nimport nested from \"./nested.js\";\n\n// To support composition of theme.\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nfunction mergeOuterLocalTheme(outerTheme, localTheme) {\n if (typeof localTheme === 'function') {\n const mergedTheme = localTheme(outerTheme);\n if (process.env.NODE_ENV !== 'production') {\n if (!mergedTheme) {\n console.error(['MUI: You should return an object from your theme function, i.e.', ' ({})} />'].join('\\n'));\n }\n }\n return mergedTheme;\n }\n return {\n ...outerTheme,\n ...localTheme\n };\n}\n\n/**\n * This component takes a `theme` prop.\n * It makes the `theme` available down the React tree thanks to React context.\n * This component should preferably be used at **the root of your component tree**.\n */\nfunction ThemeProvider(props) {\n const {\n children,\n theme: localTheme\n } = props;\n const outerTheme = useTheme();\n if (process.env.NODE_ENV !== 'production') {\n if (outerTheme === null && typeof localTheme === 'function') {\n console.error(['MUI: You are providing a theme function prop to the ThemeProvider component:', ' outerTheme} />', '', 'However, no outer theme is present.', 'Make sure a theme is already injected higher in the React tree ' + 'or provide a theme object.'].join('\\n'));\n }\n }\n const theme = React.useMemo(() => {\n const output = outerTheme === null ? {\n ...localTheme\n } : mergeOuterLocalTheme(outerTheme, localTheme);\n if (output != null) {\n output[nested] = outerTheme !== null;\n }\n return output;\n }, [localTheme, outerTheme]);\n return /*#__PURE__*/_jsx(ThemeContext.Provider, {\n value: theme,\n children: children\n });\n}\nprocess.env.NODE_ENV !== \"production\" ? ThemeProvider.propTypes = {\n /**\n * Your component tree.\n */\n children: PropTypes.node,\n /**\n * A theme object. You can provide a function to extend the outer theme.\n */\n theme: PropTypes.oneOfType([PropTypes.object, PropTypes.func]).isRequired\n} : void 0;\nif (process.env.NODE_ENV !== 'production') {\n process.env.NODE_ENV !== \"production\" ? ThemeProvider.propTypes = exactProp(ThemeProvider.propTypes) : void 0;\n}\nexport default ThemeProvider;"],"names":["ThemeContext","React.createContext","useTheme","React.useContext","hasSymbol","nested","mergeOuterLocalTheme","outerTheme","localTheme","ThemeProvider","props","children","theme","React.useMemo","output","_jsx"],"mappings":"+CACA,MAAMA,EAAkCC,EAAA,cAAc,IAAI,ECC1D,SAAwBC,GAAW,CAO1B,OANOC,EAAM,WAAWH,CAAY,CAO7C,CCVA,MAAMI,EAAY,OAAO,QAAW,YAAc,OAAO,IAC1CC,EAAAD,EAAY,OAAO,IAAI,YAAY,EAAI,mBCQtD,SAASE,EAAqBC,EAAYC,EAAY,CAChD,OAAA,OAAOA,GAAe,WACJA,EAAWD,CAAU,EAQpC,CACL,GAAGA,EACH,GAAGC,CACL,CACF,CAOA,SAASC,EAAcC,EAAO,CACtB,KAAA,CACJ,SAAAC,EACA,MAAOH,CAAA,EACLE,EACEH,EAAaL,EAAS,EAMtBU,EAAQC,EAAAA,QAAc,IAAM,CAC1B,MAAAC,EAASP,IAAe,KAAO,CACnC,GAAGC,CAAA,EACDF,EAAqBC,EAAYC,CAAU,EAC/C,OAAIM,GAAU,OACLA,EAAAT,CAAM,EAAIE,IAAe,MAE3BO,CAAA,EACN,CAACN,EAAYD,CAAU,CAAC,EACP,OAAAQ,EAAA,IAAKf,EAAa,SAAU,CAC9C,MAAOY,EACP,SAAAD,CAAA,CACD,CACH","x_google_ignoreList":[0,1,2,3]}