diff x/static/js/8187.383aefbf.chunk.js.map @ 125:49f3d3878413 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
author fubar
date Sat, 05 Oct 2024 23:58:05 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/x/static/js/8187.383aefbf.chunk.js.map	Sat Oct 05 23:58:05 2024 +0000
@@ -0,0 +1,1 @@
+{"version":3,"file":"static/js/8187.383aefbf.chunk.js","mappings":"wPAaA,MAWMA,GAAsB,QAAO,IAAO,CACxCC,KAAM,qBACNC,KAAM,OACNC,kBAAmB,CAACC,EAAOC,IAAWA,EAAOC,MAHnB,EAIzB,QAAU,EACXC,YAEA,MAAMC,EAAkC,UAAvBD,EAAME,QAAQC,KAAmB,GAAM,IAClDC,GAAkB,QAAUJ,EAAME,QAAQG,WAAWC,QAASL,GACpE,MAAO,IACFD,EAAMO,WAAWC,MACpBC,MAAOT,EAAMU,KAAOV,EAAMU,KAAKR,QAAQS,gBAAgBF,MAAQT,EAAME,QAAQU,gBAAgBR,GAC7FA,gBAAiBJ,EAAMU,KAAOV,EAAMU,KAAKR,QAAQS,gBAAgBE,GAAKT,EACtEU,QAAS,OACTC,WAAY,SACZC,SAAU,OACVC,QAAS,WACTC,cAAelB,EAAMU,MAAQV,GAAOmB,MAAMD,aAC1CE,SAAU,EACV,CAACpB,EAAMqB,YAAYC,GAAG,OAAQ,CAC5BF,SAAU,UACVG,SAAU,KAEb,KAEGC,GAAyB,QAAO,MAAO,CAC3C9B,KAAM,qBACNC,KAAM,UACNC,kBAAmB,CAACC,EAAOC,IAAWA,EAAO2B,SAHhB,CAI5B,CACDR,QAAS,UAELS,GAAwB,QAAO,MAAO,CAC1ChC,KAAM,qBACNC,KAAM,SACNC,kBAAmB,CAACC,EAAOC,IAAWA,EAAO6B,QAHjB,CAI3B,CACDb,QAAS,OACTC,WAAY,SACZa,WAAY,OACZC,YAAa,GACbC,aAAc,IAkEhB,EAhEqC,cAAiB,SAAyBC,EAASC,GACtF,MAAMnC,GAAQ,OAAgB,CAC5BA,MAAOkC,EACPrC,KAAM,wBAEF,OACJiC,EAAM,UACNM,EAAS,QACTR,EAAO,KACPS,EAAO,WACJC,GACDtC,EACEuC,EAAavC,EACbwC,EAnEkBD,KACxB,MAAM,QACJC,GACED,EAMJ,OAAO,OALO,CACZrC,KAAM,CAAC,QACP4B,OAAQ,CAAC,UACTF,QAAS,CAAC,YAEiB,IAAgCY,EAAQ,EA0DrDC,CAAkBF,GAClC,OAAoB,UAAM3C,EAAqB,CAC7CyC,KAAMA,EACNK,QAAQ,EACRC,UAAW,EACXP,WAAW,OAAKI,EAAQtC,KAAMkC,GAC9BG,WAAYA,EACZJ,IAAKA,KACFG,EACHM,SAAU,EAAc,SAAKjB,EAAwB,CACnDS,UAAWI,EAAQZ,QACnBW,WAAYA,EACZK,SAAUhB,IACRE,GAAsB,SAAKD,EAAuB,CACpDO,UAAWI,EAAQV,OACnBS,WAAYA,EACZK,SAAUd,IACP,OAET,G,sNCjGO,SAASe,EAA+B/C,GAC7C,OAAO,QAAqB,qBAAsBA,EACpD,CACA,MACA,GAD+B,OAAuB,qBAAsB,CAAC,OAAQ,UAAW,U","sources":["../../../node_modules/@mui/material/SnackbarContent/SnackbarContent.js","../../../node_modules/@mui/material/SnackbarContent/snackbarContentClasses.js"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\nimport clsx from 'clsx';\nimport composeClasses from '@mui/utils/composeClasses';\nimport { emphasize } from '@mui/system/colorManipulator';\nimport { styled } from \"../zero-styled/index.js\";\nimport memoTheme from \"../utils/memoTheme.js\";\nimport { useDefaultProps } from \"../DefaultPropsProvider/index.js\";\nimport Paper from \"../Paper/index.js\";\nimport { getSnackbarContentUtilityClass } from \"./snackbarContentClasses.js\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nconst useUtilityClasses = ownerState => {\n  const {\n    classes\n  } = ownerState;\n  const slots = {\n    root: ['root'],\n    action: ['action'],\n    message: ['message']\n  };\n  return composeClasses(slots, getSnackbarContentUtilityClass, classes);\n};\nconst SnackbarContentRoot = styled(Paper, {\n  name: 'MuiSnackbarContent',\n  slot: 'Root',\n  overridesResolver: (props, styles) => styles.root\n})(memoTheme(({\n  theme\n}) => {\n  const emphasis = theme.palette.mode === 'light' ? 0.8 : 0.98;\n  const backgroundColor = emphasize(theme.palette.background.default, emphasis);\n  return {\n    ...theme.typography.body2,\n    color: theme.vars ? theme.vars.palette.SnackbarContent.color : theme.palette.getContrastText(backgroundColor),\n    backgroundColor: theme.vars ? theme.vars.palette.SnackbarContent.bg : backgroundColor,\n    display: 'flex',\n    alignItems: 'center',\n    flexWrap: 'wrap',\n    padding: '6px 16px',\n    borderRadius: (theme.vars || theme).shape.borderRadius,\n    flexGrow: 1,\n    [theme.breakpoints.up('sm')]: {\n      flexGrow: 'initial',\n      minWidth: 288\n    }\n  };\n}));\nconst SnackbarContentMessage = styled('div', {\n  name: 'MuiSnackbarContent',\n  slot: 'Message',\n  overridesResolver: (props, styles) => styles.message\n})({\n  padding: '8px 0'\n});\nconst SnackbarContentAction = styled('div', {\n  name: 'MuiSnackbarContent',\n  slot: 'Action',\n  overridesResolver: (props, styles) => styles.action\n})({\n  display: 'flex',\n  alignItems: 'center',\n  marginLeft: 'auto',\n  paddingLeft: 16,\n  marginRight: -8\n});\nconst SnackbarContent = /*#__PURE__*/React.forwardRef(function SnackbarContent(inProps, ref) {\n  const props = useDefaultProps({\n    props: inProps,\n    name: 'MuiSnackbarContent'\n  });\n  const {\n    action,\n    className,\n    message,\n    role = 'alert',\n    ...other\n  } = props;\n  const ownerState = props;\n  const classes = useUtilityClasses(ownerState);\n  return /*#__PURE__*/_jsxs(SnackbarContentRoot, {\n    role: role,\n    square: true,\n    elevation: 6,\n    className: clsx(classes.root, className),\n    ownerState: ownerState,\n    ref: ref,\n    ...other,\n    children: [/*#__PURE__*/_jsx(SnackbarContentMessage, {\n      className: classes.message,\n      ownerState: ownerState,\n      children: message\n    }), action ? /*#__PURE__*/_jsx(SnackbarContentAction, {\n      className: classes.action,\n      ownerState: ownerState,\n      children: action\n    }) : null]\n  });\n});\nprocess.env.NODE_ENV !== \"production\" ? SnackbarContent.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 action to display. It renders after the message, at the end of the snackbar.\n   */\n  action: 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 message to display.\n   */\n  message: PropTypes.node,\n  /**\n   * The ARIA role attribute of the element.\n   * @default 'alert'\n   */\n  role: PropTypes /* @typescript-to-proptypes-ignore */.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 SnackbarContent;","import generateUtilityClasses from '@mui/utils/generateUtilityClasses';\nimport generateUtilityClass from '@mui/utils/generateUtilityClass';\nexport function getSnackbarContentUtilityClass(slot) {\n  return generateUtilityClass('MuiSnackbarContent', slot);\n}\nconst snackbarContentClasses = generateUtilityClasses('MuiSnackbarContent', ['root', 'message', 'action']);\nexport default snackbarContentClasses;"],"names":["SnackbarContentRoot","name","slot","overridesResolver","props","styles","root","theme","emphasis","palette","mode","backgroundColor","background","default","typography","body2","color","vars","SnackbarContent","getContrastText","bg","display","alignItems","flexWrap","padding","borderRadius","shape","flexGrow","breakpoints","up","minWidth","SnackbarContentMessage","message","SnackbarContentAction","action","marginLeft","paddingLeft","marginRight","inProps","ref","className","role","other","ownerState","classes","useUtilityClasses","square","elevation","children","getSnackbarContentUtilityClass"],"sourceRoot":""}
\ No newline at end of file