{"version":3,"file":"UnityApps.mjs","names":["React","makeStyles","useStyles","theme","firstStyle","backgroundColor","props","padding","spacing","marginTop","secondStyle","color","UnityApps","$","_c","children","t0","t1"],"sources":["../../../../src/shell/ui/appSwitcher/UnityApps.jsx"],"sourcesContent":["import React from 'react';\nimport { makeStyles } from '@material-ui/core';\n\nconst useStyles = makeStyles((theme) => ({\n  firstStyle: {\n    backgroundColor: (props) => props.backgroundColor,\n    padding: theme.spacing(2),\n    marginTop: 24\n  },\n  secondStyle: {\n    // color: props => props.color,\n    color: 'black'\n  }\n}));\n\nconst UnityApps = (props) => {\n  const { firstStyle, secondStyle } = useStyles(props);\n  const { children } = props;\n  return (\n    <div>\n      <div className={`${firstStyle} ${secondStyle}`}>{children}</div>\n    </div>\n  );\n};\nexport default UnityApps;\n"],"mappings":";;;;AAGA,MAAME,YAAYD,YAAYE,WAAW;CACvCC,YAAY;EACVC,kBAAkBC,UAAUA,MAAMD;EAClCE,SAASJ,MAAMK,QAAQ,EAAE;EACzBC,WAAW;EACZ;CACDC,aAAa,EAEXC,OAAO,SACT;CACD,EAAE;AAEH,MAAMC,aAAYN,UAAA;CAAA,MAAAO,IAAAC,EAAA,EAAA;CAChB,MAAA,EAAAV,YAAAM,gBAAoCR,UAAUI,MAAM;CACpD,MAAA,EAAAS,aAAqBT;CAGD,MAAAU,KAAA,GAAGZ,WAAU,GAAIM;CAAa,IAAAO;AAAA,KAAAJ,EAAA,OAAAE,YAAAF,EAAA,OAAAG,IAAA;AADhDC,OAAA,sBAAA,cAAA,OAAA,MACE,sBAAA,cAAA,OAAA,EAAgB,WAAAD,IAClB,EADmDD,SACnD,CAAM;AAAAF,IAAA,KAAAE;AAAAF,IAAA,KAAAG;AAAAH,IAAA,KAAAI;OAAAA,MAAAJ,EAAA;AAAA,QAFNI"}