{"version":3,"file":"ListItemAvatar-CHK3v5yn.js","sources":["../../../node_modules/@mui/material/ListItemAvatar/listItemAvatarClasses.js","../../../node_modules/@mui/material/ListItemAvatar/ListItemAvatar.js"],"sourcesContent":["import generateUtilityClasses from '@mui/utils/generateUtilityClasses';\nimport generateUtilityClass from '@mui/utils/generateUtilityClass';\nexport function getListItemAvatarUtilityClass(slot) {\n return generateUtilityClass('MuiListItemAvatar', slot);\n}\nconst listItemAvatarClasses = generateUtilityClasses('MuiListItemAvatar', ['root', 'alignItemsFlexStart']);\nexport default listItemAvatarClasses;","'use client';\n\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\nimport clsx from 'clsx';\nimport composeClasses from '@mui/utils/composeClasses';\nimport ListContext from \"../List/ListContext.js\";\nimport { styled } from \"../zero-styled/index.js\";\nimport { useDefaultProps } from \"../DefaultPropsProvider/index.js\";\nimport { getListItemAvatarUtilityClass } from \"./listItemAvatarClasses.js\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst useUtilityClasses = ownerState => {\n const {\n alignItems,\n classes\n } = ownerState;\n const slots = {\n root: ['root', alignItems === 'flex-start' && 'alignItemsFlexStart']\n };\n return composeClasses(slots, getListItemAvatarUtilityClass, classes);\n};\nconst ListItemAvatarRoot = styled('div', {\n name: 'MuiListItemAvatar',\n slot: 'Root',\n overridesResolver: (props, styles) => {\n const {\n ownerState\n } = props;\n return [styles.root, ownerState.alignItems === 'flex-start' && styles.alignItemsFlexStart];\n }\n})({\n minWidth: 56,\n flexShrink: 0,\n variants: [{\n props: {\n alignItems: 'flex-start'\n },\n style: {\n marginTop: 8\n }\n }]\n});\n\n/**\n * A simple wrapper to apply `List` styles to an `Avatar`.\n */\nconst ListItemAvatar = /*#__PURE__*/React.forwardRef(function ListItemAvatar(inProps, ref) {\n const props = useDefaultProps({\n props: inProps,\n name: 'MuiListItemAvatar'\n });\n const {\n className,\n ...other\n } = props;\n const context = React.useContext(ListContext);\n const ownerState = {\n ...props,\n alignItems: context.alignItems\n };\n const classes = useUtilityClasses(ownerState);\n return /*#__PURE__*/_jsx(ListItemAvatarRoot, {\n className: clsx(classes.root, className),\n ownerState: ownerState,\n ref: ref,\n ...other\n });\n});\nprocess.env.NODE_ENV !== \"production\" ? ListItemAvatar.propTypes /* remove-proptypes */ = {\n // ┌────────────────────────────── Warning ──────────────────────────────┐\n // │ These PropTypes are generated from the TypeScript type definitions. │\n // │ To update them, edit the d.ts file and run `pnpm proptypes`. │\n // └─────────────────────────────────────────────────────────────────────┘\n /**\n * The content of the component, normally an `Avatar`.\n */\n children: PropTypes.node,\n /**\n * Override or extend the styles applied to the component.\n */\n classes: PropTypes.object,\n /**\n * @ignore\n */\n className: PropTypes.string,\n /**\n * The system prop that allows defining system overrides as well as additional CSS styles.\n */\n sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object])\n} : void 0;\nexport default ListItemAvatar;"],"names":["getListItemAvatarUtilityClass","slot","generateUtilityClass","listItemAvatarClasses","generateUtilityClasses","useUtilityClasses","ownerState","alignItems","classes","composeClasses","ListItemAvatarRoot","styled","props","styles","ListItemAvatar","React.forwardRef","inProps","ref","useDefaultProps","className","other","context","React.useContext","ListContext","clsx"],"mappings":"yGAEO,SAASA,EAA8BC,EAAM,CAClD,OAAOC,EAAqB,oBAAqBD,CAAI,CACvD,CACK,MAACE,EAAwBC,EAAuB,oBAAqB,CAAC,OAAQ,qBAAqB,CAAC,ECMnGC,EAAkCC,GAAA,CAChC,KAAA,CACJ,WAAAC,EACA,QAAAC,CAAA,EACEF,EAIG,OAAAG,EAHO,CACZ,KAAM,CAAC,OAAQF,IAAe,cAAgB,qBAAqB,CACrE,EAC6BP,EAA+BQ,CAAO,CACrE,EACME,EAAqBC,EAAO,MAAO,CACvC,KAAM,oBACN,KAAM,OACN,kBAAmB,CAACC,EAAOC,IAAW,CAC9B,KAAA,CACJ,WAAAP,CAAA,EACEM,EACJ,MAAO,CAACC,EAAO,KAAMP,EAAW,aAAe,cAAgBO,EAAO,mBAAmB,CAAA,CAE7F,CAAC,EAAE,CACD,SAAU,GACV,WAAY,EACZ,SAAU,CAAC,CACT,MAAO,CACL,WAAY,YACd,EACA,MAAO,CACL,UAAW,CAAA,CAEd,CAAA,CACH,CAAC,EAKKC,EAAoCC,EAAAA,WAAW,SAAwBC,EAASC,EAAK,CACzF,MAAML,EAAQM,EAAgB,CAC5B,MAAOF,EACP,KAAM,mBAAA,CACP,EACK,CACJ,UAAAG,EACA,GAAGC,CAAA,EACDR,EACES,EAAUC,EAAM,WAAWC,CAAW,EACtCjB,EAAa,CACjB,GAAGM,EACH,WAAYS,EAAQ,UACtB,EACMb,EAAUH,EAAkBC,CAAU,EAC5C,aAAyBI,EAAoB,CAC3C,UAAWc,EAAKhB,EAAQ,KAAMW,CAAS,EACvC,WAAAb,EACA,IAAAW,EACA,GAAGG,CAAA,CACJ,CACH,CAAC","x_google_ignoreList":[0,1]}