@sis-cc/dotstatsuite-components 21.10.0 → 22.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_commonjsHelpers.js +35 -0
- package/dist/_virtual/_commonjsHelpers.js.map +1 -0
- package/dist/_virtual/_rollupPluginBabelHelpers.js +12 -0
- package/dist/_virtual/_rollupPluginBabelHelpers.js.map +1 -0
- package/dist/_virtual/colorManipulator.js +6 -0
- package/dist/_virtual/colorManipulator.js.map +1 -0
- package/dist/_virtual/colorManipulator2.js +4 -0
- package/dist/_virtual/colorManipulator2.js.map +1 -0
- package/dist/_virtual/index.js +8 -0
- package/dist/_virtual/index.js.map +1 -0
- package/dist/_virtual/index10.js +8 -0
- package/dist/_virtual/index10.js.map +1 -0
- package/dist/_virtual/index11.js +8 -0
- package/dist/_virtual/index11.js.map +1 -0
- package/dist/_virtual/index12.js +8 -0
- package/dist/_virtual/index12.js.map +1 -0
- package/dist/_virtual/index13.js +8 -0
- package/dist/_virtual/index13.js.map +1 -0
- package/dist/_virtual/index14.js +8 -0
- package/dist/_virtual/index14.js.map +1 -0
- package/dist/_virtual/index15.js +8 -0
- package/dist/_virtual/index15.js.map +1 -0
- package/dist/_virtual/index16.js +8 -0
- package/dist/_virtual/index16.js.map +1 -0
- package/dist/_virtual/index17.js +7 -0
- package/dist/_virtual/index17.js.map +1 -0
- package/dist/_virtual/index18.js +7 -0
- package/dist/_virtual/index18.js.map +1 -0
- package/dist/_virtual/index19.js +8 -0
- package/dist/_virtual/index19.js.map +1 -0
- package/dist/_virtual/index2.js +8 -0
- package/dist/_virtual/index2.js.map +1 -0
- package/dist/_virtual/index20.js +4 -0
- package/dist/_virtual/index20.js.map +1 -0
- package/dist/_virtual/index21.js +6 -0
- package/dist/_virtual/index21.js.map +1 -0
- package/dist/_virtual/index22.js +4 -0
- package/dist/_virtual/index22.js.map +1 -0
- package/dist/_virtual/index23.js +4 -0
- package/dist/_virtual/index23.js.map +1 -0
- package/dist/_virtual/index3.js +8 -0
- package/dist/_virtual/index3.js.map +1 -0
- package/dist/_virtual/index4.js +8 -0
- package/dist/_virtual/index4.js.map +1 -0
- package/dist/_virtual/index5.js +8 -0
- package/dist/_virtual/index5.js.map +1 -0
- package/dist/_virtual/index6.js +8 -0
- package/dist/_virtual/index6.js.map +1 -0
- package/dist/_virtual/index7.js +8 -0
- package/dist/_virtual/index7.js.map +1 -0
- package/dist/_virtual/index8.js +8 -0
- package/dist/_virtual/index8.js.map +1 -0
- package/dist/_virtual/index9.js +8 -0
- package/dist/_virtual/index9.js.map +1 -0
- package/dist/_virtual/interopRequireDefault.js +4 -0
- package/dist/_virtual/interopRequireDefault.js.map +1 -0
- package/dist/_virtual/jsx-runtime.js +4 -0
- package/dist/_virtual/jsx-runtime.js.map +1 -0
- package/dist/_virtual/jsx-runtime2.js +6 -0
- package/dist/_virtual/jsx-runtime2.js.map +1 -0
- package/dist/_virtual/react-is.development.js +4 -0
- package/dist/_virtual/react-is.development.js.map +1 -0
- package/dist/_virtual/react-is.development2.js +4 -0
- package/dist/_virtual/react-is.development2.js.map +1 -0
- package/dist/_virtual/react-is.production.js +4 -0
- package/dist/_virtual/react-is.production.js.map +1 -0
- package/dist/_virtual/react-is.production.min.js +4 -0
- package/dist/_virtual/react-is.production.min.js.map +1 -0
- package/dist/_virtual/react-jsx-runtime.development.js +4 -0
- package/dist/_virtual/react-jsx-runtime.development.js.map +1 -0
- package/dist/_virtual/react-jsx-runtime.production.min.js +4 -0
- package/dist/_virtual/react-jsx-runtime.production.min.js.map +1 -0
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js.map +1 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js.map +1 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +7 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js.map +1 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/createClass.js +16 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/createClass.js.map +1 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/extends.js +12 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/extends.js.map +1 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js.map +1 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArray.js.map +1 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +6 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js.map +1 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +12 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js.map +1 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +8 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js.map +1 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +11 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js.map +1 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +15 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/toPrimitive.js.map +1 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +10 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js.map +1 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/typeof.js +12 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/typeof.js.map +1 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +12 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js.map +1 -0
- package/dist/node_modules/@babel/runtime/helpers/interopRequireDefault.js +20 -0
- package/dist/node_modules/@babel/runtime/helpers/interopRequireDefault.js.map +1 -0
- package/dist/node_modules/@mui/material/colors/blue.js +9 -0
- package/dist/node_modules/@mui/material/colors/blue.js.map +1 -0
- package/dist/node_modules/@mui/material/colors/common.js +7 -0
- package/dist/node_modules/@mui/material/colors/common.js.map +1 -0
- package/dist/node_modules/@mui/material/colors/green.js +10 -0
- package/dist/node_modules/@mui/material/colors/green.js.map +1 -0
- package/dist/node_modules/@mui/material/colors/grey.js +19 -0
- package/dist/node_modules/@mui/material/colors/grey.js.map +1 -0
- package/dist/node_modules/@mui/material/colors/lightBlue.js +9 -0
- package/dist/node_modules/@mui/material/colors/lightBlue.js.map +1 -0
- package/dist/node_modules/@mui/material/colors/orange.js +9 -0
- package/dist/node_modules/@mui/material/colors/orange.js.map +1 -0
- package/dist/node_modules/@mui/material/colors/purple.js +10 -0
- package/dist/node_modules/@mui/material/colors/purple.js.map +1 -0
- package/dist/node_modules/@mui/material/colors/red.js +9 -0
- package/dist/node_modules/@mui/material/colors/red.js.map +1 -0
- package/dist/node_modules/@mui/material/styles/createMixins.js +20 -0
- package/dist/node_modules/@mui/material/styles/createMixins.js.map +1 -0
- package/dist/node_modules/@mui/material/styles/createPalette.js +309 -0
- package/dist/node_modules/@mui/material/styles/createPalette.js.map +1 -0
- package/dist/node_modules/@mui/material/styles/createTheme.js +86 -0
- package/dist/node_modules/@mui/material/styles/createTheme.js.map +1 -0
- package/dist/node_modules/@mui/material/styles/createTransitions.js +92 -0
- package/dist/node_modules/@mui/material/styles/createTransitions.js.map +1 -0
- package/dist/node_modules/@mui/material/styles/createTypography.js +94 -0
- package/dist/node_modules/@mui/material/styles/createTypography.js.map +1 -0
- package/dist/node_modules/@mui/material/styles/defaultTheme.js +6 -0
- package/dist/node_modules/@mui/material/styles/defaultTheme.js.map +1 -0
- package/dist/node_modules/@mui/material/styles/identifier.js +4 -0
- package/dist/node_modules/@mui/material/styles/identifier.js.map +1 -0
- package/dist/node_modules/@mui/material/styles/shadows.js +12 -0
- package/dist/node_modules/@mui/material/styles/shadows.js.map +1 -0
- package/dist/node_modules/@mui/material/styles/useTheme.js +16 -0
- package/dist/node_modules/@mui/material/styles/useTheme.js.map +1 -0
- package/dist/node_modules/@mui/material/styles/zIndex.js +15 -0
- package/dist/node_modules/@mui/material/styles/zIndex.js.map +1 -0
- package/dist/node_modules/@mui/private-theming/ThemeProvider/nested.js +5 -0
- package/dist/node_modules/@mui/private-theming/ThemeProvider/nested.js.map +1 -0
- package/dist/node_modules/@mui/private-theming/useTheme/ThemeContext.js +9 -0
- package/dist/node_modules/@mui/private-theming/useTheme/ThemeContext.js.map +1 -0
- package/dist/node_modules/@mui/private-theming/useTheme/useTheme.js +14 -0
- package/dist/node_modules/@mui/private-theming/useTheme/useTheme.js.map +1 -0
- package/dist/node_modules/@mui/styles/StylesProvider/StylesProvider.js +151 -0
- package/dist/node_modules/@mui/styles/StylesProvider/StylesProvider.js.map +1 -0
- package/dist/node_modules/@mui/styles/createGenerateClassName/createGenerateClassName.js +66 -0
- package/dist/node_modules/@mui/styles/createGenerateClassName/createGenerateClassName.js.map +1 -0
- package/dist/node_modules/@mui/styles/getStylesCreator/getStylesCreator.js +52 -0
- package/dist/node_modules/@mui/styles/getStylesCreator/getStylesCreator.js.map +1 -0
- package/dist/node_modules/@mui/styles/getStylesCreator/noopTheme.js +5 -0
- package/dist/node_modules/@mui/styles/getStylesCreator/noopTheme.js.map +1 -0
- package/dist/node_modules/@mui/styles/jssPreset/jssPreset.js +21 -0
- package/dist/node_modules/@mui/styles/jssPreset/jssPreset.js.map +1 -0
- package/dist/node_modules/@mui/styles/makeStyles/indexCounter.js +22 -0
- package/dist/node_modules/@mui/styles/makeStyles/indexCounter.js.map +1 -0
- package/dist/node_modules/@mui/styles/makeStyles/makeStyles.js +230 -0
- package/dist/node_modules/@mui/styles/makeStyles/makeStyles.js.map +1 -0
- package/dist/node_modules/@mui/styles/makeStyles/multiKeyStore.js +23 -0
- package/dist/node_modules/@mui/styles/makeStyles/multiKeyStore.js.map +1 -0
- package/dist/node_modules/@mui/styles/mergeClasses/mergeClasses.js +37 -0
- package/dist/node_modules/@mui/styles/mergeClasses/mergeClasses.js.map +1 -0
- package/dist/node_modules/@mui/styles/propsToClassKey/propsToClassKey.js +31 -0
- package/dist/node_modules/@mui/styles/propsToClassKey/propsToClassKey.js.map +1 -0
- package/dist/node_modules/@mui/styles/useTheme/index.js +10 -0
- package/dist/node_modules/@mui/styles/useTheme/index.js.map +1 -0
- package/dist/node_modules/@mui/system/colorManipulator.js +386 -0
- package/dist/node_modules/@mui/system/colorManipulator.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/borders.js +52 -0
- package/dist/node_modules/@mui/system/esm/borders.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/breakpoints.js +67 -0
- package/dist/node_modules/@mui/system/esm/breakpoints.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/compose.js +27 -0
- package/dist/node_modules/@mui/system/esm/compose.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/createTheme/applyStyles.js +77 -0
- package/dist/node_modules/@mui/system/esm/createTheme/applyStyles.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/createTheme/createBreakpoints.js +83 -0
- package/dist/node_modules/@mui/system/esm/createTheme/createBreakpoints.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/createTheme/createSpacing.js +35 -0
- package/dist/node_modules/@mui/system/esm/createTheme/createSpacing.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/createTheme/createTheme.js +46 -0
- package/dist/node_modules/@mui/system/esm/createTheme/createTheme.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/createTheme/shape.js +6 -0
- package/dist/node_modules/@mui/system/esm/createTheme/shape.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/cssGrid.js +87 -0
- package/dist/node_modules/@mui/system/esm/cssGrid.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/memoize.js +12 -0
- package/dist/node_modules/@mui/system/esm/memoize.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/merge.js +13 -0
- package/dist/node_modules/@mui/system/esm/merge.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/palette.js +29 -0
- package/dist/node_modules/@mui/system/esm/palette.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/responsivePropType.js +6 -0
- package/dist/node_modules/@mui/system/esm/responsivePropType.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/sizing.js +68 -0
- package/dist/node_modules/@mui/system/esm/sizing.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/spacing.js +145 -0
- package/dist/node_modules/@mui/system/esm/spacing.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/style.js +78 -0
- package/dist/node_modules/@mui/system/esm/style.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/defaultSxConfig.js +294 -0
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/defaultSxConfig.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.js +137 -0
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/useTheme.js +10 -0
- package/dist/node_modules/@mui/system/esm/useTheme.js.map +1 -0
- package/dist/node_modules/@mui/system/esm/useThemeWithoutDefault.js +13 -0
- package/dist/node_modules/@mui/system/esm/useThemeWithoutDefault.js.map +1 -0
- package/dist/node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.js +19 -0
- package/dist/node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.js.map +1 -0
- package/dist/node_modules/@mui/utils/esm/capitalize/capitalize.js +15 -0
- package/dist/node_modules/@mui/utils/esm/capitalize/capitalize.js.map +1 -0
- package/dist/node_modules/@mui/utils/esm/clamp/clamp.js +6 -0
- package/dist/node_modules/@mui/utils/esm/clamp/clamp.js.map +1 -0
- package/dist/node_modules/@mui/utils/esm/clamp/index.js +2 -0
- package/dist/node_modules/@mui/utils/esm/clamp/index.js.map +1 -0
- package/dist/node_modules/@mui/utils/esm/deepmerge/deepmerge.js +46 -0
- package/dist/node_modules/@mui/utils/esm/deepmerge/deepmerge.js.map +1 -0
- package/dist/node_modules/@mui/utils/esm/exactProp/exactProp.js +24 -0
- package/dist/node_modules/@mui/utils/esm/exactProp/exactProp.js.map +1 -0
- package/dist/node_modules/@mui/utils/esm/formatMuiErrorMessage/formatMuiErrorMessage.js +22 -0
- package/dist/node_modules/@mui/utils/esm/formatMuiErrorMessage/formatMuiErrorMessage.js.map +1 -0
- package/dist/node_modules/@mui/utils/esm/formatMuiErrorMessage/index.js +2 -0
- package/dist/node_modules/@mui/utils/esm/formatMuiErrorMessage/index.js.map +1 -0
- package/dist/node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.js +23 -0
- package/dist/node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.js.map +1 -0
- package/dist/node_modules/@mui/utils/esm/getDisplayName/getDisplayName.js +50 -0
- package/dist/node_modules/@mui/utils/esm/getDisplayName/getDisplayName.js.map +1 -0
- package/dist/node_modules/@mui/utils/node_modules/react-is/cjs/react-is.development.js +143 -0
- package/dist/node_modules/@mui/utils/node_modules/react-is/cjs/react-is.development.js.map +1 -0
- package/dist/node_modules/@mui/utils/node_modules/react-is/cjs/react-is.production.js +140 -0
- package/dist/node_modules/@mui/utils/node_modules/react-is/cjs/react-is.production.js.map +1 -0
- package/dist/node_modules/@mui/utils/node_modules/react-is/index.js +20 -0
- package/dist/node_modules/@mui/utils/node_modules/react-is/index.js.map +1 -0
- package/dist/node_modules/css-vendor/dist/css-vendor.esm.js +574 -0
- package/dist/node_modules/css-vendor/dist/css-vendor.esm.js.map +1 -0
- package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds/index.js +32 -0
- package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds/index.js.map +1 -0
- package/dist/node_modules/date-fns/get_iso_week/index.js +49 -0
- package/dist/node_modules/date-fns/get_iso_week/index.js.map +1 -0
- package/dist/node_modules/date-fns/get_iso_year/index.js +59 -0
- package/dist/node_modules/date-fns/get_iso_year/index.js.map +1 -0
- package/dist/node_modules/date-fns/is_date/index.js +32 -0
- package/dist/node_modules/date-fns/is_date/index.js.map +1 -0
- package/dist/node_modules/date-fns/is_friday/index.js +35 -0
- package/dist/node_modules/date-fns/is_friday/index.js.map +1 -0
- package/dist/node_modules/date-fns/is_monday/index.js +35 -0
- package/dist/node_modules/date-fns/is_monday/index.js.map +1 -0
- package/dist/node_modules/date-fns/is_saturday/index.js +35 -0
- package/dist/node_modules/date-fns/is_saturday/index.js.map +1 -0
- package/dist/node_modules/date-fns/is_sunday/index.js +35 -0
- package/dist/node_modules/date-fns/is_sunday/index.js.map +1 -0
- package/dist/node_modules/date-fns/is_thursday/index.js +35 -0
- package/dist/node_modules/date-fns/is_thursday/index.js.map +1 -0
- package/dist/node_modules/date-fns/is_tuesday/index.js +35 -0
- package/dist/node_modules/date-fns/is_tuesday/index.js.map +1 -0
- package/dist/node_modules/date-fns/is_wednesday/index.js +35 -0
- package/dist/node_modules/date-fns/is_wednesday/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/_lib/build_formatting_tokens_reg_exp/index.js +39 -0
- package/dist/node_modules/date-fns/locale/_lib/build_formatting_tokens_reg_exp/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/ar/build_distance_in_words_locale/index.js +110 -0
- package/dist/node_modules/date-fns/locale/ar/build_distance_in_words_locale/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/ar/build_format_locale/index.js +86 -0
- package/dist/node_modules/date-fns/locale/ar/build_format_locale/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/ar/index.js +26 -0
- package/dist/node_modules/date-fns/locale/ar/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/de/build_distance_in_words_locale/index.js +196 -0
- package/dist/node_modules/date-fns/locale/de/build_distance_in_words_locale/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/de/build_format_locale/index.js +90 -0
- package/dist/node_modules/date-fns/locale/de/build_format_locale/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/de/index.js +27 -0
- package/dist/node_modules/date-fns/locale/de/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/en/build_distance_in_words_locale/index.js +110 -0
- package/dist/node_modules/date-fns/locale/en/build_distance_in_words_locale/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/en/build_format_locale/index.js +101 -0
- package/dist/node_modules/date-fns/locale/en/build_format_locale/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/en/index.js +25 -0
- package/dist/node_modules/date-fns/locale/en/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/es/build_distance_in_words_locale/index.js +110 -0
- package/dist/node_modules/date-fns/locale/es/build_distance_in_words_locale/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/es/build_format_locale/index.js +86 -0
- package/dist/node_modules/date-fns/locale/es/build_format_locale/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/es/index.js +28 -0
- package/dist/node_modules/date-fns/locale/es/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/fr/build_distance_in_words_locale/index.js +110 -0
- package/dist/node_modules/date-fns/locale/fr/build_distance_in_words_locale/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/fr/build_format_locale/index.js +135 -0
- package/dist/node_modules/date-fns/locale/fr/build_format_locale/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/fr/index.js +27 -0
- package/dist/node_modules/date-fns/locale/fr/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/it/build_distance_in_words_locale/index.js +110 -0
- package/dist/node_modules/date-fns/locale/it/build_distance_in_words_locale/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/it/build_format_locale/index.js +86 -0
- package/dist/node_modules/date-fns/locale/it/build_format_locale/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/it/index.js +26 -0
- package/dist/node_modules/date-fns/locale/it/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/nl/build_distance_in_words_locale/index.js +110 -0
- package/dist/node_modules/date-fns/locale/nl/build_distance_in_words_locale/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/nl/build_format_locale/index.js +86 -0
- package/dist/node_modules/date-fns/locale/nl/build_format_locale/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/nl/index.js +27 -0
- package/dist/node_modules/date-fns/locale/nl/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/th/build_distance_in_words_locale/index.js +114 -0
- package/dist/node_modules/date-fns/locale/th/build_distance_in_words_locale/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/th/build_format_locale/index.js +74 -0
- package/dist/node_modules/date-fns/locale/th/build_format_locale/index.js.map +1 -0
- package/dist/node_modules/date-fns/locale/th/index.js +26 -0
- package/dist/node_modules/date-fns/locale/th/index.js.map +1 -0
- package/dist/node_modules/date-fns/parse/index.js +346 -0
- package/dist/node_modules/date-fns/parse/index.js.map +1 -0
- package/dist/node_modules/date-fns/start_of_iso_week/index.js +38 -0
- package/dist/node_modules/date-fns/start_of_iso_week/index.js.map +1 -0
- package/dist/node_modules/date-fns/start_of_iso_year/index.js +46 -0
- package/dist/node_modules/date-fns/start_of_iso_year/index.js.map +1 -0
- package/dist/node_modules/date-fns/start_of_week/index.js +51 -0
- package/dist/node_modules/date-fns/start_of_week/index.js.map +1 -0
- package/dist/node_modules/hyphenate-style-name/index.js +20 -0
- package/dist/node_modules/hyphenate-style-name/index.js.map +1 -0
- package/dist/node_modules/is-in-browser/dist/module.js +6 -0
- package/dist/node_modules/is-in-browser/dist/module.js.map +1 -0
- package/dist/node_modules/jss/dist/jss.esm.js +2220 -0
- package/dist/node_modules/jss/dist/jss.esm.js.map +1 -0
- package/dist/node_modules/jss-plugin-camel-case/dist/jss-plugin-camel-case.esm.js +60 -0
- package/dist/node_modules/jss-plugin-camel-case/dist/jss-plugin-camel-case.esm.js.map +1 -0
- package/dist/node_modules/jss-plugin-default-unit/dist/jss-plugin-default-unit.esm.js +252 -0
- package/dist/node_modules/jss-plugin-default-unit/dist/jss-plugin-default-unit.esm.js.map +1 -0
- package/dist/node_modules/jss-plugin-global/dist/jss-plugin-global.esm.js +187 -0
- package/dist/node_modules/jss-plugin-global/dist/jss-plugin-global.esm.js.map +1 -0
- package/dist/node_modules/jss-plugin-nested/dist/jss-plugin-nested.esm.js +114 -0
- package/dist/node_modules/jss-plugin-nested/dist/jss-plugin-nested.esm.js.map +1 -0
- package/dist/node_modules/jss-plugin-props-sort/dist/jss-plugin-props-sort.esm.js +29 -0
- package/dist/node_modules/jss-plugin-props-sort/dist/jss-plugin-props-sort.esm.js.map +1 -0
- package/dist/node_modules/jss-plugin-rule-value-function/dist/jss-plugin-rule-value-function.esm.js +66 -0
- package/dist/node_modules/jss-plugin-rule-value-function/dist/jss-plugin-rule-value-function.esm.js.map +1 -0
- package/dist/node_modules/jss-plugin-vendor-prefixer/dist/jss-plugin-vendor-prefixer.esm.js +58 -0
- package/dist/node_modules/jss-plugin-vendor-prefixer/dist/jss-plugin-vendor-prefixer.esm.js.map +1 -0
- package/dist/node_modules/object-assign/index.js +100 -0
- package/dist/node_modules/object-assign/index.js.map +1 -0
- package/dist/node_modules/prop-types/checkPropTypes.js +116 -0
- package/dist/node_modules/prop-types/checkPropTypes.js.map +1 -0
- package/dist/node_modules/prop-types/factoryWithThrowingShims.js +75 -0
- package/dist/node_modules/prop-types/factoryWithThrowingShims.js.map +1 -0
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +626 -0
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.js.map +1 -0
- package/dist/node_modules/prop-types/index.js +34 -0
- package/dist/node_modules/prop-types/index.js.map +1 -0
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +22 -0
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js.map +1 -0
- package/dist/node_modules/prop-types/lib/has.js +12 -0
- package/dist/node_modules/prop-types/lib/has.js.map +1 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.js +1326 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.js.map +1 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +25 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js.map +1 -0
- package/dist/node_modules/react/jsx-runtime.js +20 -0
- package/dist/node_modules/react/jsx-runtime.js.map +1 -0
- package/dist/node_modules/react-is/cjs/react-is.development.js +191 -0
- package/dist/node_modules/react-is/cjs/react-is.development.js.map +1 -0
- package/dist/node_modules/react-is/cjs/react-is.production.min.js +27 -0
- package/dist/node_modules/react-is/cjs/react-is.production.min.js.map +1 -0
- package/dist/node_modules/react-is/index.js +20 -0
- package/dist/node_modules/react-is/index.js.map +1 -0
- package/dist/node_modules/tiny-warning/dist/tiny-warning.esm.js +18 -0
- package/dist/node_modules/tiny-warning/dist/tiny-warning.esm.js.map +1 -0
- package/package.json +27 -12
- package/dist/dotstatsuite-components.js +0 -8580
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
function _objectWithoutPropertiesLoose(r, e) {
|
|
2
|
+
if (null == r) return {};
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
|
|
5
|
+
if (-1 !== e.indexOf(n)) continue;
|
|
6
|
+
t[n] = r[n];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export { _objectWithoutPropertiesLoose as default };
|
|
12
|
+
//# sourceMappingURL=objectWithoutPropertiesLoose.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"objectWithoutPropertiesLoose.js","sources":["../../../../../../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js"],"sourcesContent":["function _objectWithoutPropertiesLoose(r, e) {\n if (null == r) return {};\n var t = {};\n for (var n in r) if ({}.hasOwnProperty.call(r, n)) {\n if (-1 !== e.indexOf(n)) continue;\n t[n] = r[n];\n }\n return t;\n}\nexport { _objectWithoutPropertiesLoose as default };"],"names":[],"mappings":"AAAA,SAAS,6BAA6B,CAAC,CAAC,EAAE,CAAC,EAAE;AAC7C,EAAE,IAAI,IAAI,IAAI,CAAC,EAAE,OAAO,EAAE;AAC1B,EAAE,IAAI,CAAC,GAAG,EAAE;AACZ,EAAE,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE;AACrD,IAAI,IAAI,EAAE,KAAK,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE;AAC7B,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;AACf,EAAE;AACF,EAAE,OAAO,CAAC;AACV;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
function _setPrototypeOf(t, e) {
|
|
2
|
+
return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) {
|
|
3
|
+
return t.__proto__ = e, t;
|
|
4
|
+
}, _setPrototypeOf(t, e);
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export { _setPrototypeOf as default };
|
|
8
|
+
//# sourceMappingURL=setPrototypeOf.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"setPrototypeOf.js","sources":["../../../../../../node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js"],"sourcesContent":["function _setPrototypeOf(t, e) {\n return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) {\n return t.__proto__ = e, t;\n }, _setPrototypeOf(t, e);\n}\nexport { _setPrototypeOf as default };"],"names":[],"mappings":"AAAA,SAAS,eAAe,CAAC,CAAC,EAAE,CAAC,EAAE;AAC/B,EAAE,OAAO,eAAe,GAAG,MAAM,CAAC,cAAc,GAAG,MAAM,CAAC,cAAc,CAAC,IAAI,EAAE,GAAG,UAAU,CAAC,EAAE,CAAC,EAAE;AAClG,IAAI,OAAO,CAAC,CAAC,SAAS,GAAG,CAAC,EAAE,CAAC;AAC7B,EAAE,CAAC,EAAE,eAAe,CAAC,CAAC,EAAE,CAAC,CAAC;AAC1B;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import _arrayWithoutHoles from './arrayWithoutHoles.js';
|
|
2
|
+
import _iterableToArray from './iterableToArray.js';
|
|
3
|
+
import _unsupportedIterableToArray from './unsupportedIterableToArray.js';
|
|
4
|
+
import _nonIterableSpread from './nonIterableSpread.js';
|
|
5
|
+
|
|
6
|
+
function _toConsumableArray(r) {
|
|
7
|
+
return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export { _toConsumableArray as default };
|
|
11
|
+
//# sourceMappingURL=toConsumableArray.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toConsumableArray.js","sources":["../../../../../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js"],"sourcesContent":["import arrayWithoutHoles from \"./arrayWithoutHoles.js\";\nimport iterableToArray from \"./iterableToArray.js\";\nimport unsupportedIterableToArray from \"./unsupportedIterableToArray.js\";\nimport nonIterableSpread from \"./nonIterableSpread.js\";\nfunction _toConsumableArray(r) {\n return arrayWithoutHoles(r) || iterableToArray(r) || unsupportedIterableToArray(r) || nonIterableSpread();\n}\nexport { _toConsumableArray as default };"],"names":["arrayWithoutHoles","iterableToArray","unsupportedIterableToArray","nonIterableSpread"],"mappings":";;;;;AAIA,SAAS,kBAAkB,CAAC,CAAC,EAAE;AAC/B,EAAE,OAAOA,kBAAiB,CAAC,CAAC,CAAC,IAAIC,gBAAe,CAAC,CAAC,CAAC,IAAIC,2BAA0B,CAAC,CAAC,CAAC,IAAIC,kBAAiB,EAAE;AAC3G;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import _typeof from './typeof.js';
|
|
2
|
+
|
|
3
|
+
function toPrimitive(t, r) {
|
|
4
|
+
if ("object" != _typeof(t) || !t) return t;
|
|
5
|
+
var e = t[Symbol.toPrimitive];
|
|
6
|
+
if (void 0 !== e) {
|
|
7
|
+
var i = e.call(t, r);
|
|
8
|
+
if ("object" != _typeof(i)) return i;
|
|
9
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
10
|
+
}
|
|
11
|
+
return (String )(t);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export { toPrimitive as default };
|
|
15
|
+
//# sourceMappingURL=toPrimitive.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toPrimitive.js","sources":["../../../../../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js"],"sourcesContent":["import _typeof from \"./typeof.js\";\nfunction toPrimitive(t, r) {\n if (\"object\" != _typeof(t) || !t) return t;\n var e = t[Symbol.toPrimitive];\n if (void 0 !== e) {\n var i = e.call(t, r || \"default\");\n if (\"object\" != _typeof(i)) return i;\n throw new TypeError(\"@@toPrimitive must return a primitive value.\");\n }\n return (\"string\" === r ? String : Number)(t);\n}\nexport { toPrimitive as default };"],"names":[],"mappings":";;AACA,SAAS,WAAW,CAAC,CAAC,EAAE,CAAC,EAAE;AAC3B,EAAE,IAAI,QAAQ,IAAI,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,EAAE,OAAO,CAAC;AAC5C,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,WAAW,CAAC;AAC/B,EAAE,IAAI,MAAM,KAAK,CAAC,EAAE;AACpB,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,EAAE,CAAc,CAAC;AACrC,IAAI,IAAI,QAAQ,IAAI,OAAO,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC;AACxC,IAAI,MAAM,IAAI,SAAS,CAAC,8CAA8C,CAAC;AACvE,EAAE;AACF,EAAE,OAAO,CAAkB,MAAM,CAAS,EAAE,CAAC,CAAC;AAC9C;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import _typeof from './typeof.js';
|
|
2
|
+
import toPrimitive from './toPrimitive.js';
|
|
3
|
+
|
|
4
|
+
function toPropertyKey(t) {
|
|
5
|
+
var i = toPrimitive(t, "string");
|
|
6
|
+
return "symbol" == _typeof(i) ? i : i + "";
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export { toPropertyKey as default };
|
|
10
|
+
//# sourceMappingURL=toPropertyKey.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toPropertyKey.js","sources":["../../../../../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js"],"sourcesContent":["import _typeof from \"./typeof.js\";\nimport toPrimitive from \"./toPrimitive.js\";\nfunction toPropertyKey(t) {\n var i = toPrimitive(t, \"string\");\n return \"symbol\" == _typeof(i) ? i : i + \"\";\n}\nexport { toPropertyKey as default };"],"names":[],"mappings":";;;AAEA,SAAS,aAAa,CAAC,CAAC,EAAE;AAC1B,EAAE,IAAI,CAAC,GAAG,WAAW,CAAC,CAAC,EAAE,QAAQ,CAAC;AAClC,EAAE,OAAO,QAAQ,IAAI,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE;AAC5C;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
function _typeof(o) {
|
|
2
|
+
"@babel/helpers - typeof";
|
|
3
|
+
|
|
4
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
|
5
|
+
return typeof o;
|
|
6
|
+
} : function (o) {
|
|
7
|
+
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
8
|
+
}, _typeof(o);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export { _typeof as default };
|
|
12
|
+
//# sourceMappingURL=typeof.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"typeof.js","sources":["../../../../../../node_modules/@babel/runtime/helpers/esm/typeof.js"],"sourcesContent":["function _typeof(o) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) {\n return typeof o;\n } : function (o) {\n return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o;\n }, _typeof(o);\n}\nexport { _typeof as default };"],"names":[],"mappings":"AAAA,SAAS,OAAO,CAAC,CAAC,EAAE;AACpB,EAAE,yBAAyB;;AAE3B,EAAE,OAAO,OAAO,GAAG,UAAU,IAAI,OAAO,MAAM,IAAI,QAAQ,IAAI,OAAO,MAAM,CAAC,QAAQ,GAAG,UAAU,CAAC,EAAE;AACpG,IAAI,OAAO,OAAO,CAAC;AACnB,EAAE,CAAC,GAAG,UAAU,CAAC,EAAE;AACnB,IAAI,OAAO,CAAC,IAAI,UAAU,IAAI,OAAO,MAAM,IAAI,CAAC,CAAC,WAAW,KAAK,MAAM,IAAI,CAAC,KAAK,MAAM,CAAC,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC;AACvH,EAAE,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC;AACf;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import _arrayLikeToArray from './arrayLikeToArray.js';
|
|
2
|
+
|
|
3
|
+
function _unsupportedIterableToArray(r, a) {
|
|
4
|
+
if (r) {
|
|
5
|
+
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
|
6
|
+
var t = {}.toString.call(r).slice(8, -1);
|
|
7
|
+
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export { _unsupportedIterableToArray as default };
|
|
12
|
+
//# sourceMappingURL=unsupportedIterableToArray.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unsupportedIterableToArray.js","sources":["../../../../../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js"],"sourcesContent":["import arrayLikeToArray from \"./arrayLikeToArray.js\";\nfunction _unsupportedIterableToArray(r, a) {\n if (r) {\n if (\"string\" == typeof r) return arrayLikeToArray(r, a);\n var t = {}.toString.call(r).slice(8, -1);\n return \"Object\" === t && r.constructor && (t = r.constructor.name), \"Map\" === t || \"Set\" === t ? Array.from(r) : \"Arguments\" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? arrayLikeToArray(r, a) : void 0;\n }\n}\nexport { _unsupportedIterableToArray as default };"],"names":["arrayLikeToArray"],"mappings":";;AACA,SAAS,2BAA2B,CAAC,CAAC,EAAE,CAAC,EAAE;AAC3C,EAAE,IAAI,CAAC,EAAE;AACT,IAAI,IAAI,QAAQ,IAAI,OAAO,CAAC,EAAE,OAAOA,iBAAgB,CAAC,CAAC,EAAE,CAAC,CAAC;AAC3D,IAAI,IAAI,CAAC,GAAG,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,EAAE,CAAC;AAC5C,IAAI,OAAO,QAAQ,KAAK,CAAC,IAAI,CAAC,CAAC,WAAW,KAAK,CAAC,GAAG,CAAC,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE,KAAK,KAAK,CAAC,IAAI,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,WAAW,KAAK,CAAC,IAAI,0CAA0C,CAAC,IAAI,CAAC,CAAC,CAAC,GAAGA,iBAAgB,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,MAAM;AAC9N,EAAE;AACF;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { __module as interopRequireDefault } from '../../../../_virtual/interopRequireDefault.js';
|
|
2
|
+
|
|
3
|
+
var hasRequiredInteropRequireDefault;
|
|
4
|
+
|
|
5
|
+
function requireInteropRequireDefault () {
|
|
6
|
+
if (hasRequiredInteropRequireDefault) return interopRequireDefault.exports;
|
|
7
|
+
hasRequiredInteropRequireDefault = 1;
|
|
8
|
+
(function (module) {
|
|
9
|
+
function _interopRequireDefault(e) {
|
|
10
|
+
return e && e.__esModule ? e : {
|
|
11
|
+
"default": e
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
|
15
|
+
} (interopRequireDefault));
|
|
16
|
+
return interopRequireDefault.exports;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export { requireInteropRequireDefault as __require };
|
|
20
|
+
//# sourceMappingURL=interopRequireDefault.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interopRequireDefault.js","sources":["../../../../../node_modules/@babel/runtime/helpers/interopRequireDefault.js"],"sourcesContent":["function _interopRequireDefault(e) {\n return e && e.__esModule ? e : {\n \"default\": e\n };\n}\nmodule.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;"],"names":[],"mappings":";;;;;;;;EAAA,SAAS,sBAAsB,CAAC,CAAC,EAAE;IACjC,OAAO,CAAC,IAAI,CAAC,CAAC,UAAU,GAAG,CAAC,GAAG;AACjC,MAAI,SAAS,EAAE;KACZ;AACH,EAAA;AACA,EAAA,MAAA,CAAA,OAAA,GAAiB,sBAAsB,EAAE,MAAA,CAAA,OAAA,CAAA,UAAA,GAA4B,IAAI,EAAE,MAAM,CAAC,OAAO,CAAC,SAAS,CAAC,GAAG,MAAM,CAAC,OAAO,CAAA;;;;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blue.js","sources":["../../../../../node_modules/@mui/material/colors/blue.js"],"sourcesContent":["const blue = {\n 50: '#e3f2fd',\n 100: '#bbdefb',\n 200: '#90caf9',\n 300: '#64b5f6',\n 400: '#42a5f5',\n 500: '#2196f3',\n 600: '#1e88e5',\n 700: '#1976d2',\n 800: '#1565c0',\n 900: '#0d47a1',\n A100: '#82b1ff',\n A200: '#448aff',\n A400: '#2979ff',\n A700: '#2962ff'\n};\nexport default blue;"],"names":[],"mappings":"AAAK,MAAC,IAAI,GAAG;AACb,EAAE,EAAE,EAAE,SAAS;AACf,EACE,GAAG,EAAE,SAAS;AAChB,EACE,GAAG,EAAE,SAAS;AAChB,EAEE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAMP;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common.js","sources":["../../../../../node_modules/@mui/material/colors/common.js"],"sourcesContent":["const common = {\n black: '#000',\n white: '#fff'\n};\nexport default common;"],"names":[],"mappings":"AAAK,MAAC,MAAM,GAAG;AACf,EAAE,KAAK,EAAE,MAAM;AACf,EAAE,KAAK,EAAE;AACT;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"green.js","sources":["../../../../../node_modules/@mui/material/colors/green.js"],"sourcesContent":["const green = {\n 50: '#e8f5e9',\n 100: '#c8e6c9',\n 200: '#a5d6a7',\n 300: '#81c784',\n 400: '#66bb6a',\n 500: '#4caf50',\n 600: '#43a047',\n 700: '#388e3c',\n 800: '#2e7d32',\n 900: '#1b5e20',\n A100: '#b9f6ca',\n A200: '#69f0ae',\n A400: '#00e676',\n A700: '#00c853'\n};\nexport default green;"],"names":[],"mappings":"AAAK,MAAC,KAAK,GAAG;AACd,EAGE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAAS;AAChB,EACE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAKP;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const grey = {
|
|
2
|
+
50: '#fafafa',
|
|
3
|
+
100: '#f5f5f5',
|
|
4
|
+
200: '#eeeeee',
|
|
5
|
+
300: '#e0e0e0',
|
|
6
|
+
400: '#bdbdbd',
|
|
7
|
+
500: '#9e9e9e',
|
|
8
|
+
600: '#757575',
|
|
9
|
+
700: '#616161',
|
|
10
|
+
800: '#424242',
|
|
11
|
+
900: '#212121',
|
|
12
|
+
A100: '#f5f5f5',
|
|
13
|
+
A200: '#eeeeee',
|
|
14
|
+
A400: '#bdbdbd',
|
|
15
|
+
A700: '#616161'
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export { grey as default };
|
|
19
|
+
//# sourceMappingURL=grey.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grey.js","sources":["../../../../../node_modules/@mui/material/colors/grey.js"],"sourcesContent":["const grey = {\n 50: '#fafafa',\n 100: '#f5f5f5',\n 200: '#eeeeee',\n 300: '#e0e0e0',\n 400: '#bdbdbd',\n 500: '#9e9e9e',\n 600: '#757575',\n 700: '#616161',\n 800: '#424242',\n 900: '#212121',\n A100: '#f5f5f5',\n A200: '#eeeeee',\n A400: '#bdbdbd',\n A700: '#616161'\n};\nexport default grey;"],"names":[],"mappings":"AAAK,MAAC,IAAI,GAAG;AACb,EAAE,EAAE,EAAE,SAAS;AACf,EAAE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAAS;AAChB,EAAE,IAAI,EAAE,SAAS;AACjB,EAAE,IAAI,EAAE,SAAS;AACjB,EAAE,IAAI,EAAE,SAAS;AACjB,EAAE,IAAI,EAAE;AACR;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lightBlue.js","sources":["../../../../../node_modules/@mui/material/colors/lightBlue.js"],"sourcesContent":["const lightBlue = {\n 50: '#e1f5fe',\n 100: '#b3e5fc',\n 200: '#81d4fa',\n 300: '#4fc3f7',\n 400: '#29b6f6',\n 500: '#03a9f4',\n 600: '#039be5',\n 700: '#0288d1',\n 800: '#0277bd',\n 900: '#01579b',\n A100: '#80d8ff',\n A200: '#40c4ff',\n A400: '#00b0ff',\n A700: '#0091ea'\n};\nexport default lightBlue;"],"names":[],"mappings":"AAAK,MAAC,SAAS,GAAG;AAClB,EAGE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAAS;AAChB,EACE,GAAG,EAAE,SAAS;AAChB,EACE,GAAG,EAAE,SAKP;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"orange.js","sources":["../../../../../node_modules/@mui/material/colors/orange.js"],"sourcesContent":["const orange = {\n 50: '#fff3e0',\n 100: '#ffe0b2',\n 200: '#ffcc80',\n 300: '#ffb74d',\n 400: '#ffa726',\n 500: '#ff9800',\n 600: '#fb8c00',\n 700: '#f57c00',\n 800: '#ef6c00',\n 900: '#e65100',\n A100: '#ffd180',\n A200: '#ffab40',\n A400: '#ff9100',\n A700: '#ff6d00'\n};\nexport default orange;"],"names":[],"mappings":"AAAK,MAAC,MAAM,GAAG;AACf,EAGE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAAS;AAChB,EACE,GAAG,EAAE,SAAS;AAChB,EACE,GAAG,EAAE,SAKP;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"purple.js","sources":["../../../../../node_modules/@mui/material/colors/purple.js"],"sourcesContent":["const purple = {\n 50: '#f3e5f5',\n 100: '#e1bee7',\n 200: '#ce93d8',\n 300: '#ba68c8',\n 400: '#ab47bc',\n 500: '#9c27b0',\n 600: '#8e24aa',\n 700: '#7b1fa2',\n 800: '#6a1b9a',\n 900: '#4a148c',\n A100: '#ea80fc',\n A200: '#e040fb',\n A400: '#d500f9',\n A700: '#aa00ff'\n};\nexport default purple;"],"names":[],"mappings":"AAAK,MAAC,MAAM,GAAG;AACf,EAAE,EAAE,EAAE,SAAS;AACf,EACE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAAS;AAChB,EACE,GAAG,EAAE,SAOP;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"red.js","sources":["../../../../../node_modules/@mui/material/colors/red.js"],"sourcesContent":["const red = {\n 50: '#ffebee',\n 100: '#ffcdd2',\n 200: '#ef9a9a',\n 300: '#e57373',\n 400: '#ef5350',\n 500: '#f44336',\n 600: '#e53935',\n 700: '#d32f2f',\n 800: '#c62828',\n 900: '#b71c1c',\n A100: '#ff8a80',\n A200: '#ff5252',\n A400: '#ff1744',\n A700: '#d50000'\n};\nexport default red;"],"names":[],"mappings":"AAAK,MAAC,GAAG,GAAG;AACZ,EAGE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAAS;AAChB,EACE,GAAG,EAAE,SAAS;AAChB,EAAE,GAAG,EAAE,SAMP;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import _extends from '../../../@babel/runtime/helpers/esm/extends.js';
|
|
2
|
+
|
|
3
|
+
function createMixins(breakpoints, mixins) {
|
|
4
|
+
return _extends({
|
|
5
|
+
toolbar: {
|
|
6
|
+
minHeight: 56,
|
|
7
|
+
[breakpoints.up('xs')]: {
|
|
8
|
+
'@media (orientation: landscape)': {
|
|
9
|
+
minHeight: 48
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
[breakpoints.up('sm')]: {
|
|
13
|
+
minHeight: 64
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}, mixins);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export { createMixins as default };
|
|
20
|
+
//# sourceMappingURL=createMixins.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createMixins.js","sources":["../../../../../node_modules/@mui/material/styles/createMixins.js"],"sourcesContent":["import _extends from \"@babel/runtime/helpers/esm/extends\";\nexport default function createMixins(breakpoints, mixins) {\n return _extends({\n toolbar: {\n minHeight: 56,\n [breakpoints.up('xs')]: {\n '@media (orientation: landscape)': {\n minHeight: 48\n }\n },\n [breakpoints.up('sm')]: {\n minHeight: 64\n }\n }\n }, mixins);\n}"],"names":[],"mappings":";;AACe,SAAS,YAAY,CAAC,WAAW,EAAE,MAAM,EAAE;AAC1D,EAAE,OAAO,QAAQ,CAAC;AAClB,IAAI,OAAO,EAAE;AACb,MAAM,SAAS,EAAE,EAAE;AACnB,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;AAC9B,QAAQ,iCAAiC,EAAE;AAC3C,UAAU,SAAS,EAAE;AACrB;AACA,OAAO;AACP,MAAM,CAAC,WAAW,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;AAC9B,QAAQ,SAAS,EAAE;AACnB;AACA;AACA,GAAG,EAAE,MAAM,CAAC;AACZ;;;;","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,309 @@
|
|
|
1
|
+
import _extends from '../../../@babel/runtime/helpers/esm/extends.js';
|
|
2
|
+
import _objectWithoutPropertiesLoose from '../../../@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js';
|
|
3
|
+
import { c as colorManipulatorExports } from '../../../../_virtual/colorManipulator.js';
|
|
4
|
+
import common from '../colors/common.js';
|
|
5
|
+
import grey from '../colors/grey.js';
|
|
6
|
+
import purple from '../colors/purple.js';
|
|
7
|
+
import red from '../colors/red.js';
|
|
8
|
+
import orange from '../colors/orange.js';
|
|
9
|
+
import blue from '../colors/blue.js';
|
|
10
|
+
import lightBlue from '../colors/lightBlue.js';
|
|
11
|
+
import green from '../colors/green.js';
|
|
12
|
+
import deepmerge from '../../utils/esm/deepmerge/deepmerge.js';
|
|
13
|
+
import formatMuiErrorMessage from '../../utils/esm/formatMuiErrorMessage/formatMuiErrorMessage.js';
|
|
14
|
+
|
|
15
|
+
const _excluded = ["mode", "contrastThreshold", "tonalOffset"];
|
|
16
|
+
const light = {
|
|
17
|
+
// The colors used to style the text.
|
|
18
|
+
text: {
|
|
19
|
+
// The most important text.
|
|
20
|
+
primary: 'rgba(0, 0, 0, 0.87)',
|
|
21
|
+
// Secondary text.
|
|
22
|
+
secondary: 'rgba(0, 0, 0, 0.6)',
|
|
23
|
+
// Disabled text have even lower visual prominence.
|
|
24
|
+
disabled: 'rgba(0, 0, 0, 0.38)'
|
|
25
|
+
},
|
|
26
|
+
// The color used to divide different elements.
|
|
27
|
+
divider: 'rgba(0, 0, 0, 0.12)',
|
|
28
|
+
// The background colors used to style the surfaces.
|
|
29
|
+
// Consistency between these values is important.
|
|
30
|
+
background: {
|
|
31
|
+
paper: common.white,
|
|
32
|
+
default: common.white
|
|
33
|
+
},
|
|
34
|
+
// The colors used to style the action elements.
|
|
35
|
+
action: {
|
|
36
|
+
// The color of an active action like an icon button.
|
|
37
|
+
active: 'rgba(0, 0, 0, 0.54)',
|
|
38
|
+
// The color of an hovered action.
|
|
39
|
+
hover: 'rgba(0, 0, 0, 0.04)',
|
|
40
|
+
hoverOpacity: 0.04,
|
|
41
|
+
// The color of a selected action.
|
|
42
|
+
selected: 'rgba(0, 0, 0, 0.08)',
|
|
43
|
+
selectedOpacity: 0.08,
|
|
44
|
+
// The color of a disabled action.
|
|
45
|
+
disabled: 'rgba(0, 0, 0, 0.26)',
|
|
46
|
+
// The background color of a disabled action.
|
|
47
|
+
disabledBackground: 'rgba(0, 0, 0, 0.12)',
|
|
48
|
+
disabledOpacity: 0.38,
|
|
49
|
+
focus: 'rgba(0, 0, 0, 0.12)',
|
|
50
|
+
focusOpacity: 0.12,
|
|
51
|
+
activatedOpacity: 0.12
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
const dark = {
|
|
55
|
+
text: {
|
|
56
|
+
primary: common.white,
|
|
57
|
+
secondary: 'rgba(255, 255, 255, 0.7)',
|
|
58
|
+
disabled: 'rgba(255, 255, 255, 0.5)',
|
|
59
|
+
icon: 'rgba(255, 255, 255, 0.5)'
|
|
60
|
+
},
|
|
61
|
+
divider: 'rgba(255, 255, 255, 0.12)',
|
|
62
|
+
background: {
|
|
63
|
+
paper: '#121212',
|
|
64
|
+
default: '#121212'
|
|
65
|
+
},
|
|
66
|
+
action: {
|
|
67
|
+
active: common.white,
|
|
68
|
+
hover: 'rgba(255, 255, 255, 0.08)',
|
|
69
|
+
hoverOpacity: 0.08,
|
|
70
|
+
selected: 'rgba(255, 255, 255, 0.16)',
|
|
71
|
+
selectedOpacity: 0.16,
|
|
72
|
+
disabled: 'rgba(255, 255, 255, 0.3)',
|
|
73
|
+
disabledBackground: 'rgba(255, 255, 255, 0.12)',
|
|
74
|
+
disabledOpacity: 0.38,
|
|
75
|
+
focus: 'rgba(255, 255, 255, 0.12)',
|
|
76
|
+
focusOpacity: 0.12,
|
|
77
|
+
activatedOpacity: 0.24
|
|
78
|
+
}
|
|
79
|
+
};
|
|
80
|
+
function addLightOrDark(intent, direction, shade, tonalOffset) {
|
|
81
|
+
const tonalOffsetLight = tonalOffset.light || tonalOffset;
|
|
82
|
+
const tonalOffsetDark = tonalOffset.dark || tonalOffset * 1.5;
|
|
83
|
+
if (!intent[direction]) {
|
|
84
|
+
if (intent.hasOwnProperty(shade)) {
|
|
85
|
+
intent[direction] = intent[shade];
|
|
86
|
+
} else if (direction === 'light') {
|
|
87
|
+
intent.light = colorManipulatorExports.lighten(intent.main, tonalOffsetLight);
|
|
88
|
+
} else if (direction === 'dark') {
|
|
89
|
+
intent.dark = colorManipulatorExports.darken(intent.main, tonalOffsetDark);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
function getDefaultPrimary(mode = 'light') {
|
|
94
|
+
if (mode === 'dark') {
|
|
95
|
+
return {
|
|
96
|
+
main: blue[200],
|
|
97
|
+
light: blue[50],
|
|
98
|
+
dark: blue[400]
|
|
99
|
+
};
|
|
100
|
+
}
|
|
101
|
+
return {
|
|
102
|
+
main: blue[700],
|
|
103
|
+
light: blue[400],
|
|
104
|
+
dark: blue[800]
|
|
105
|
+
};
|
|
106
|
+
}
|
|
107
|
+
function getDefaultSecondary(mode = 'light') {
|
|
108
|
+
if (mode === 'dark') {
|
|
109
|
+
return {
|
|
110
|
+
main: purple[200],
|
|
111
|
+
light: purple[50],
|
|
112
|
+
dark: purple[400]
|
|
113
|
+
};
|
|
114
|
+
}
|
|
115
|
+
return {
|
|
116
|
+
main: purple[500],
|
|
117
|
+
light: purple[300],
|
|
118
|
+
dark: purple[700]
|
|
119
|
+
};
|
|
120
|
+
}
|
|
121
|
+
function getDefaultError(mode = 'light') {
|
|
122
|
+
if (mode === 'dark') {
|
|
123
|
+
return {
|
|
124
|
+
main: red[500],
|
|
125
|
+
light: red[300],
|
|
126
|
+
dark: red[700]
|
|
127
|
+
};
|
|
128
|
+
}
|
|
129
|
+
return {
|
|
130
|
+
main: red[700],
|
|
131
|
+
light: red[400],
|
|
132
|
+
dark: red[800]
|
|
133
|
+
};
|
|
134
|
+
}
|
|
135
|
+
function getDefaultInfo(mode = 'light') {
|
|
136
|
+
if (mode === 'dark') {
|
|
137
|
+
return {
|
|
138
|
+
main: lightBlue[400],
|
|
139
|
+
light: lightBlue[300],
|
|
140
|
+
dark: lightBlue[700]
|
|
141
|
+
};
|
|
142
|
+
}
|
|
143
|
+
return {
|
|
144
|
+
main: lightBlue[700],
|
|
145
|
+
light: lightBlue[500],
|
|
146
|
+
dark: lightBlue[900]
|
|
147
|
+
};
|
|
148
|
+
}
|
|
149
|
+
function getDefaultSuccess(mode = 'light') {
|
|
150
|
+
if (mode === 'dark') {
|
|
151
|
+
return {
|
|
152
|
+
main: green[400],
|
|
153
|
+
light: green[300],
|
|
154
|
+
dark: green[700]
|
|
155
|
+
};
|
|
156
|
+
}
|
|
157
|
+
return {
|
|
158
|
+
main: green[800],
|
|
159
|
+
light: green[500],
|
|
160
|
+
dark: green[900]
|
|
161
|
+
};
|
|
162
|
+
}
|
|
163
|
+
function getDefaultWarning(mode = 'light') {
|
|
164
|
+
if (mode === 'dark') {
|
|
165
|
+
return {
|
|
166
|
+
main: orange[400],
|
|
167
|
+
light: orange[300],
|
|
168
|
+
dark: orange[700]
|
|
169
|
+
};
|
|
170
|
+
}
|
|
171
|
+
return {
|
|
172
|
+
main: '#ed6c02',
|
|
173
|
+
// closest to orange[800] that pass 3:1.
|
|
174
|
+
light: orange[500],
|
|
175
|
+
dark: orange[900]
|
|
176
|
+
};
|
|
177
|
+
}
|
|
178
|
+
function createPalette(palette) {
|
|
179
|
+
const {
|
|
180
|
+
mode = 'light',
|
|
181
|
+
contrastThreshold = 3,
|
|
182
|
+
tonalOffset = 0.2
|
|
183
|
+
} = palette,
|
|
184
|
+
other = _objectWithoutPropertiesLoose(palette, _excluded);
|
|
185
|
+
const primary = palette.primary || getDefaultPrimary(mode);
|
|
186
|
+
const secondary = palette.secondary || getDefaultSecondary(mode);
|
|
187
|
+
const error = palette.error || getDefaultError(mode);
|
|
188
|
+
const info = palette.info || getDefaultInfo(mode);
|
|
189
|
+
const success = palette.success || getDefaultSuccess(mode);
|
|
190
|
+
const warning = palette.warning || getDefaultWarning(mode);
|
|
191
|
+
|
|
192
|
+
// Use the same logic as
|
|
193
|
+
// Bootstrap: https://github.com/twbs/bootstrap/blob/1d6e3710dd447de1a200f29e8fa521f8a0908f70/scss/_functions.scss#L59
|
|
194
|
+
// and material-components-web https://github.com/material-components/material-components-web/blob/ac46b8863c4dab9fc22c4c662dc6bd1b65dd652f/packages/mdc-theme/_functions.scss#L54
|
|
195
|
+
function getContrastText(background) {
|
|
196
|
+
const contrastText = colorManipulatorExports.getContrastRatio(background, dark.text.primary) >= contrastThreshold ? dark.text.primary : light.text.primary;
|
|
197
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
198
|
+
const contrast = colorManipulatorExports.getContrastRatio(background, contrastText);
|
|
199
|
+
if (contrast < 3) {
|
|
200
|
+
console.error([`MUI: The contrast ratio of ${contrast}:1 for ${contrastText} on ${background}`, 'falls below the WCAG recommended absolute minimum contrast ratio of 3:1.', 'https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast'].join('\n'));
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
return contrastText;
|
|
204
|
+
}
|
|
205
|
+
const augmentColor = ({
|
|
206
|
+
color,
|
|
207
|
+
name,
|
|
208
|
+
mainShade = 500,
|
|
209
|
+
lightShade = 300,
|
|
210
|
+
darkShade = 700
|
|
211
|
+
}) => {
|
|
212
|
+
color = _extends({}, color);
|
|
213
|
+
if (!color.main && color[mainShade]) {
|
|
214
|
+
color.main = color[mainShade];
|
|
215
|
+
}
|
|
216
|
+
if (!color.hasOwnProperty('main')) {
|
|
217
|
+
throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${name ? ` (${name})` : ''} provided to augmentColor(color) is invalid.
|
|
218
|
+
The color object needs to have a \`main\` property or a \`${mainShade}\` property.` : formatMuiErrorMessage(11, name ? ` (${name})` : '', mainShade));
|
|
219
|
+
}
|
|
220
|
+
if (typeof color.main !== 'string') {
|
|
221
|
+
throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${name ? ` (${name})` : ''} provided to augmentColor(color) is invalid.
|
|
222
|
+
\`color.main\` should be a string, but \`${JSON.stringify(color.main)}\` was provided instead.
|
|
223
|
+
|
|
224
|
+
Did you intend to use one of the following approaches?
|
|
225
|
+
|
|
226
|
+
import { green } from "@mui/material/colors";
|
|
227
|
+
|
|
228
|
+
const theme1 = createTheme({ palette: {
|
|
229
|
+
primary: green,
|
|
230
|
+
} });
|
|
231
|
+
|
|
232
|
+
const theme2 = createTheme({ palette: {
|
|
233
|
+
primary: { main: green[500] },
|
|
234
|
+
} });` : formatMuiErrorMessage(12, name ? ` (${name})` : '', JSON.stringify(color.main)));
|
|
235
|
+
}
|
|
236
|
+
addLightOrDark(color, 'light', lightShade, tonalOffset);
|
|
237
|
+
addLightOrDark(color, 'dark', darkShade, tonalOffset);
|
|
238
|
+
if (!color.contrastText) {
|
|
239
|
+
color.contrastText = getContrastText(color.main);
|
|
240
|
+
}
|
|
241
|
+
return color;
|
|
242
|
+
};
|
|
243
|
+
const modes = {
|
|
244
|
+
dark,
|
|
245
|
+
light
|
|
246
|
+
};
|
|
247
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
248
|
+
if (!modes[mode]) {
|
|
249
|
+
console.error(`MUI: The palette mode \`${mode}\` is not supported.`);
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
const paletteOutput = deepmerge(_extends({
|
|
253
|
+
// A collection of common colors.
|
|
254
|
+
common: _extends({}, common),
|
|
255
|
+
// prevent mutable object.
|
|
256
|
+
// The palette mode, can be light or dark.
|
|
257
|
+
mode,
|
|
258
|
+
// The colors used to represent primary interface elements for a user.
|
|
259
|
+
primary: augmentColor({
|
|
260
|
+
color: primary,
|
|
261
|
+
name: 'primary'
|
|
262
|
+
}),
|
|
263
|
+
// The colors used to represent secondary interface elements for a user.
|
|
264
|
+
secondary: augmentColor({
|
|
265
|
+
color: secondary,
|
|
266
|
+
name: 'secondary',
|
|
267
|
+
mainShade: 'A400',
|
|
268
|
+
lightShade: 'A200',
|
|
269
|
+
darkShade: 'A700'
|
|
270
|
+
}),
|
|
271
|
+
// The colors used to represent interface elements that the user should be made aware of.
|
|
272
|
+
error: augmentColor({
|
|
273
|
+
color: error,
|
|
274
|
+
name: 'error'
|
|
275
|
+
}),
|
|
276
|
+
// The colors used to represent potentially dangerous actions or important messages.
|
|
277
|
+
warning: augmentColor({
|
|
278
|
+
color: warning,
|
|
279
|
+
name: 'warning'
|
|
280
|
+
}),
|
|
281
|
+
// The colors used to present information to the user that is neutral and not necessarily important.
|
|
282
|
+
info: augmentColor({
|
|
283
|
+
color: info,
|
|
284
|
+
name: 'info'
|
|
285
|
+
}),
|
|
286
|
+
// The colors used to indicate the successful completion of an action that user triggered.
|
|
287
|
+
success: augmentColor({
|
|
288
|
+
color: success,
|
|
289
|
+
name: 'success'
|
|
290
|
+
}),
|
|
291
|
+
// The grey colors.
|
|
292
|
+
grey,
|
|
293
|
+
// Used by `getContrastText()` to maximize the contrast between
|
|
294
|
+
// the background and the text.
|
|
295
|
+
contrastThreshold,
|
|
296
|
+
// Takes a background color and returns the text color that maximizes the contrast.
|
|
297
|
+
getContrastText,
|
|
298
|
+
// Generate a rich color object.
|
|
299
|
+
augmentColor,
|
|
300
|
+
// Used by the functions below to shift a color's luminance by approximately
|
|
301
|
+
// two indexes within its tonal palette.
|
|
302
|
+
// E.g., shift from Red 500 to Red 300 or Red 700.
|
|
303
|
+
tonalOffset
|
|
304
|
+
}, modes[mode]), other);
|
|
305
|
+
return paletteOutput;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
export { dark, createPalette as default, light };
|
|
309
|
+
//# sourceMappingURL=createPalette.js.map
|