GoScrobble/web/node_modules/.cache/babel-loader/0889f1d5467447b9bbc74ba0d46bb13b.json

1 line
14 KiB
JSON

{"ast":null,"code":"import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutProperties from \"@babel/runtime/helpers/esm/objectWithoutProperties\";\nimport { deepmerge } from '@material-ui/utils';\n\nfunction round(value) {\n return Math.round(value * 1e5) / 1e5;\n}\n\nvar warnedOnce = false;\n\nfunction roundWithDeprecationWarning(value) {\n if (process.env.NODE_ENV !== 'production') {\n if (!warnedOnce) {\n console.warn(['Material-UI: The `theme.typography.round` helper is deprecated.', 'Head to https://material-ui.com/r/migration-v4/#theme for a migration path.'].join('\\n'));\n warnedOnce = true;\n }\n }\n\n return round(value);\n}\n\nvar caseAllCaps = {\n textTransform: 'uppercase'\n};\nvar defaultFontFamily = '\"Roboto\", \"Helvetica\", \"Arial\", sans-serif';\n/**\n * @see @link{https://material.io/design/typography/the-type-system.html}\n * @see @link{https://material.io/design/typography/understanding-typography.html}\n */\n\nexport default function createTypography(palette, typography) {\n var _ref = typeof typography === 'function' ? typography(palette) : typography,\n _ref$fontFamily = _ref.fontFamily,\n fontFamily = _ref$fontFamily === void 0 ? defaultFontFamily : _ref$fontFamily,\n _ref$fontSize = _ref.fontSize,\n fontSize = _ref$fontSize === void 0 ? 14 : _ref$fontSize,\n _ref$fontWeightLight = _ref.fontWeightLight,\n fontWeightLight = _ref$fontWeightLight === void 0 ? 300 : _ref$fontWeightLight,\n _ref$fontWeightRegula = _ref.fontWeightRegular,\n fontWeightRegular = _ref$fontWeightRegula === void 0 ? 400 : _ref$fontWeightRegula,\n _ref$fontWeightMedium = _ref.fontWeightMedium,\n fontWeightMedium = _ref$fontWeightMedium === void 0 ? 500 : _ref$fontWeightMedium,\n _ref$fontWeightBold = _ref.fontWeightBold,\n fontWeightBold = _ref$fontWeightBold === void 0 ? 700 : _ref$fontWeightBold,\n _ref$htmlFontSize = _ref.htmlFontSize,\n htmlFontSize = _ref$htmlFontSize === void 0 ? 16 : _ref$htmlFontSize,\n allVariants = _ref.allVariants,\n pxToRem2 = _ref.pxToRem,\n other = _objectWithoutProperties(_ref, [\"fontFamily\", \"fontSize\", \"fontWeightLight\", \"fontWeightRegular\", \"fontWeightMedium\", \"fontWeightBold\", \"htmlFontSize\", \"allVariants\", \"pxToRem\"]);\n\n if (process.env.NODE_ENV !== 'production') {\n if (typeof fontSize !== 'number') {\n console.error('Material-UI: `fontSize` is required to be a number.');\n }\n\n if (typeof htmlFontSize !== 'number') {\n console.error('Material-UI: `htmlFontSize` is required to be a number.');\n }\n }\n\n var coef = fontSize / 14;\n\n var pxToRem = pxToRem2 || function (size) {\n return \"\".concat(size / htmlFontSize * coef, \"rem\");\n };\n\n var buildVariant = function buildVariant(fontWeight, size, lineHeight, letterSpacing, casing) {\n return _extends({\n fontFamily: fontFamily,\n fontWeight: fontWeight,\n fontSize: pxToRem(size),\n // Unitless following https://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/\n lineHeight: lineHeight\n }, fontFamily === defaultFontFamily ? {\n letterSpacing: \"\".concat(round(letterSpacing / size), \"em\")\n } : {}, casing, allVariants);\n };\n\n var variants = {\n h1: buildVariant(fontWeightLight, 96, 1.167, -1.5),\n h2: buildVariant(fontWeightLight, 60, 1.2, -0.5),\n h3: buildVariant(fontWeightRegular, 48, 1.167, 0),\n h4: buildVariant(fontWeightRegular, 34, 1.235, 0.25),\n h5: buildVariant(fontWeightRegular, 24, 1.334, 0),\n h6: buildVariant(fontWeightMedium, 20, 1.6, 0.15),\n subtitle1: buildVariant(fontWeightRegular, 16, 1.75, 0.15),\n subtitle2: buildVariant(fontWeightMedium, 14, 1.57, 0.1),\n body1: buildVariant(fontWeightRegular, 16, 1.5, 0.15),\n body2: buildVariant(fontWeightRegular, 14, 1.43, 0.15),\n button: buildVariant(fontWeightMedium, 14, 1.75, 0.4, caseAllCaps),\n caption: buildVariant(fontWeightRegular, 12, 1.66, 0.4),\n overline: buildVariant(fontWeightRegular, 12, 2.66, 1, caseAllCaps)\n };\n return deepmerge(_extends({\n htmlFontSize: htmlFontSize,\n pxToRem: pxToRem,\n round: roundWithDeprecationWarning,\n // TODO v5: remove\n fontFamily: fontFamily,\n fontSize: fontSize,\n fontWeightLight: fontWeightLight,\n fontWeightRegular: fontWeightRegular,\n fontWeightMedium: fontWeightMedium,\n fontWeightBold: fontWeightBold\n }, variants), other, {\n clone: false // No need to clone deep\n\n });\n}","map":{"version":3,"sources":["/app/node_modules/@material-ui/core/esm/styles/createTypography.js"],"names":["_extends","_objectWithoutProperties","deepmerge","round","value","Math","warnedOnce","roundWithDeprecationWarning","process","env","NODE_ENV","console","warn","join","caseAllCaps","textTransform","defaultFontFamily","createTypography","palette","typography","_ref","_ref$fontFamily","fontFamily","_ref$fontSize","fontSize","_ref$fontWeightLight","fontWeightLight","_ref$fontWeightRegula","fontWeightRegular","_ref$fontWeightMedium","fontWeightMedium","_ref$fontWeightBold","fontWeightBold","_ref$htmlFontSize","htmlFontSize","allVariants","pxToRem2","pxToRem","other","error","coef","size","concat","buildVariant","fontWeight","lineHeight","letterSpacing","casing","variants","h1","h2","h3","h4","h5","h6","subtitle1","subtitle2","body1","body2","button","caption","overline","clone"],"mappings":"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","sourcesContent":["import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutProperties from \"@babel/runtime/helpers/esm/objectWithoutProperties\";\nimport { deepmerge } from '@material-ui/utils';\n\nfunction round(value) {\n return Math.round(value * 1e5) / 1e5;\n}\n\nvar warnedOnce = false;\n\nfunction roundWithDeprecationWarning(value) {\n if (process.env.NODE_ENV !== 'production') {\n if (!warnedOnce) {\n console.warn(['Material-UI: The `theme.typography.round` helper is deprecated.', 'Head to https://material-ui.com/r/migration-v4/#theme for a migration path.'].join('\\n'));\n warnedOnce = true;\n }\n }\n\n return round(value);\n}\n\nvar caseAllCaps = {\n textTransform: 'uppercase'\n};\nvar defaultFontFamily = '\"Roboto\", \"Helvetica\", \"Arial\", sans-serif';\n/**\n * @see @link{https://material.io/design/typography/the-type-system.html}\n * @see @link{https://material.io/design/typography/understanding-typography.html}\n */\n\nexport default function createTypography(palette, typography) {\n var _ref = typeof typography === 'function' ? typography(palette) : typography,\n _ref$fontFamily = _ref.fontFamily,\n fontFamily = _ref$fontFamily === void 0 ? defaultFontFamily : _ref$fontFamily,\n _ref$fontSize = _ref.fontSize,\n fontSize = _ref$fontSize === void 0 ? 14 : _ref$fontSize,\n _ref$fontWeightLight = _ref.fontWeightLight,\n fontWeightLight = _ref$fontWeightLight === void 0 ? 300 : _ref$fontWeightLight,\n _ref$fontWeightRegula = _ref.fontWeightRegular,\n fontWeightRegular = _ref$fontWeightRegula === void 0 ? 400 : _ref$fontWeightRegula,\n _ref$fontWeightMedium = _ref.fontWeightMedium,\n fontWeightMedium = _ref$fontWeightMedium === void 0 ? 500 : _ref$fontWeightMedium,\n _ref$fontWeightBold = _ref.fontWeightBold,\n fontWeightBold = _ref$fontWeightBold === void 0 ? 700 : _ref$fontWeightBold,\n _ref$htmlFontSize = _ref.htmlFontSize,\n htmlFontSize = _ref$htmlFontSize === void 0 ? 16 : _ref$htmlFontSize,\n allVariants = _ref.allVariants,\n pxToRem2 = _ref.pxToRem,\n other = _objectWithoutProperties(_ref, [\"fontFamily\", \"fontSize\", \"fontWeightLight\", \"fontWeightRegular\", \"fontWeightMedium\", \"fontWeightBold\", \"htmlFontSize\", \"allVariants\", \"pxToRem\"]);\n\n if (process.env.NODE_ENV !== 'production') {\n if (typeof fontSize !== 'number') {\n console.error('Material-UI: `fontSize` is required to be a number.');\n }\n\n if (typeof htmlFontSize !== 'number') {\n console.error('Material-UI: `htmlFontSize` is required to be a number.');\n }\n }\n\n var coef = fontSize / 14;\n\n var pxToRem = pxToRem2 || function (size) {\n return \"\".concat(size / htmlFontSize * coef, \"rem\");\n };\n\n var buildVariant = function buildVariant(fontWeight, size, lineHeight, letterSpacing, casing) {\n return _extends({\n fontFamily: fontFamily,\n fontWeight: fontWeight,\n fontSize: pxToRem(size),\n // Unitless following https://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/\n lineHeight: lineHeight\n }, fontFamily === defaultFontFamily ? {\n letterSpacing: \"\".concat(round(letterSpacing / size), \"em\")\n } : {}, casing, allVariants);\n };\n\n var variants = {\n h1: buildVariant(fontWeightLight, 96, 1.167, -1.5),\n h2: buildVariant(fontWeightLight, 60, 1.2, -0.5),\n h3: buildVariant(fontWeightRegular, 48, 1.167, 0),\n h4: buildVariant(fontWeightRegular, 34, 1.235, 0.25),\n h5: buildVariant(fontWeightRegular, 24, 1.334, 0),\n h6: buildVariant(fontWeightMedium, 20, 1.6, 0.15),\n subtitle1: buildVariant(fontWeightRegular, 16, 1.75, 0.15),\n subtitle2: buildVariant(fontWeightMedium, 14, 1.57, 0.1),\n body1: buildVariant(fontWeightRegular, 16, 1.5, 0.15),\n body2: buildVariant(fontWeightRegular, 14, 1.43, 0.15),\n button: buildVariant(fontWeightMedium, 14, 1.75, 0.4, caseAllCaps),\n caption: buildVariant(fontWeightRegular, 12, 1.66, 0.4),\n overline: buildVariant(fontWeightRegular, 12, 2.66, 1, caseAllCaps)\n };\n return deepmerge(_extends({\n htmlFontSize: htmlFontSize,\n pxToRem: pxToRem,\n round: roundWithDeprecationWarning,\n // TODO v5: remove\n fontFamily: fontFamily,\n fontSize: fontSize,\n fontWeightLight: fontWeightLight,\n fontWeightRegular: fontWeightRegular,\n fontWeightMedium: fontWeightMedium,\n fontWeightBold: fontWeightBold\n }, variants), other, {\n clone: false // No need to clone deep\n\n });\n}"]},"metadata":{},"sourceType":"module"}