@cgi-learning-hub/ui 0.0.1-dev
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 +5 -0
- package/dist/_virtual/index.js +3 -0
- package/dist/_virtual/index2.js +3 -0
- package/dist/_virtual/index3.js +3 -0
- package/dist/_virtual/react-is.development.js +3 -0
- package/dist/_virtual/react-is.development2.js +3 -0
- package/dist/_virtual/react-is.production.min.js +3 -0
- package/dist/_virtual/react-is.production.min2.js +3 -0
- package/dist/components/BasicButtons/BasicButtons.d.ts +2 -0
- package/dist/components/BasicButtons/BasicButtons.js +14 -0
- package/dist/components/BasicButtons/BasicButtons.stories.d.ts +5 -0
- package/dist/components/BasicButtons/index.d.ts +2 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.23.9/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +8 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.23.9/node_modules/@babel/runtime/helpers/esm/extends.js +16 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.23.9/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +9 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.23.9/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +14 -0
- package/dist/node_modules/.pnpm/@babel_runtime@7.23.9/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +9 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/Button/Button.js +379 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/Button/buttonClasses.js +10 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/ButtonBase/ButtonBase.js +477 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/ButtonBase/Ripple.js +85 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/ButtonBase/TouchRipple.js +340 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/ButtonBase/buttonBaseClasses.js +9 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/ButtonBase/touchRippleClasses.js +5 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/ButtonGroup/ButtonGroupButtonContext.js +12 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/ButtonGroup/ButtonGroupContext.js +12 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/Stack/Stack.js +63 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/colors/blue.js +19 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/colors/common.js +7 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/colors/green.js +19 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/colors/grey.js +19 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/colors/lightBlue.js +19 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/colors/orange.js +19 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/colors/purple.js +19 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/colors/red.js +19 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/styles/createMixins.js +19 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/styles/createPalette.js +308 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/styles/createTheme.js +82 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/styles/createTransitions.js +91 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/styles/createTypography.js +93 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/styles/defaultTheme.js +6 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/styles/identifier.js +3 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/styles/shadows.js +11 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/styles/styled.js +12 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/styles/useThemeProps.js +17 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/styles/zIndex.js +15 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/utils/capitalize.js +5 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/utils/useEventCallback.js +5 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/utils/useForkRef.js +5 -0
- package/dist/node_modules/.pnpm/@mui_material@5.15.0_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react-dom@18.2.0_react@18.2.0/node_modules/@mui/material/utils/useIsFocusVisible.js +5 -0
- package/dist/node_modules/.pnpm/@mui_styled-engine@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_react@18.2.0/node_modules/@mui/styled-engine/index.js +36 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/Stack/createStack.js +176 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/borders.js +51 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/breakpoints.js +123 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/colorManipulator.js +236 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/compose.js +26 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/createStyled.js +322 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/createTheme/createBreakpoints.js +82 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/createTheme/createSpacing.js +34 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/createTheme/createTheme.js +43 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/createTheme/shape.js +6 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/cssGrid.js +86 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/memoize.js +11 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/merge.js +12 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/palette.js +28 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/propsToClassKey.js +30 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/responsivePropType.js +6 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/sizing.js +67 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/spacing.js +144 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/style.js +77 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/styleFunctionSx/defaultSxConfig.js +294 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/styleFunctionSx/extendSxProp.js +51 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.js +129 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/styled.js +5 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/useTheme.js +9 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/useThemeProps/getThemeProps.js +15 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/useThemeProps/useThemeProps.js +22 -0
- package/dist/node_modules/.pnpm/@mui_system@5.15.6_@emotion_react@11.11.1_@emotion_styled@11.11.0_@types_react@18.2.48_react@18.2.0/node_modules/@mui/system/esm/useThemeWithoutDefault.js +12 -0
- package/dist/node_modules/.pnpm/@mui_utils@5.15.6_@types_react@18.2.48_react@18.2.0/node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.js +18 -0
- package/dist/node_modules/.pnpm/@mui_utils@5.15.6_@types_react@18.2.48_react@18.2.0/node_modules/@mui/utils/esm/capitalize/capitalize.js +14 -0
- package/dist/node_modules/.pnpm/@mui_utils@5.15.6_@types_react@18.2.48_react@18.2.0/node_modules/@mui/utils/esm/chainPropTypes/chainPropTypes.js +10 -0
- package/dist/node_modules/.pnpm/@mui_utils@5.15.6_@types_react@18.2.48_react@18.2.0/node_modules/@mui/utils/esm/clamp/clamp.js +5 -0
- package/dist/node_modules/.pnpm/@mui_utils@5.15.6_@types_react@18.2.48_react@18.2.0/node_modules/@mui/utils/esm/composeClasses/composeClasses.js +23 -0
- package/dist/node_modules/.pnpm/@mui_utils@5.15.6_@types_react@18.2.48_react@18.2.0/node_modules/@mui/utils/esm/deepmerge.js +44 -0
- package/dist/node_modules/.pnpm/@mui_utils@5.15.6_@types_react@18.2.48_react@18.2.0/node_modules/@mui/utils/esm/elementTypeAcceptingRef.js +43 -0
- package/dist/node_modules/.pnpm/@mui_utils@5.15.6_@types_react@18.2.48_react@18.2.0/node_modules/@mui/utils/esm/formatMuiErrorMessage/formatMuiErrorMessage.js +21 -0
- package/dist/node_modules/.pnpm/@mui_utils@5.15.6_@types_react@18.2.48_react@18.2.0/node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.js +22 -0
- package/dist/node_modules/.pnpm/@mui_utils@5.15.6_@types_react@18.2.48_react@18.2.0/node_modules/@mui/utils/esm/generateUtilityClasses/generateUtilityClasses.js +11 -0
- package/dist/node_modules/.pnpm/@mui_utils@5.15.6_@types_react@18.2.48_react@18.2.0/node_modules/@mui/utils/esm/getDisplayName.js +49 -0
- package/dist/node_modules/.pnpm/@mui_utils@5.15.6_@types_react@18.2.48_react@18.2.0/node_modules/@mui/utils/esm/refType.js +6 -0
- package/dist/node_modules/.pnpm/@mui_utils@5.15.6_@types_react@18.2.48_react@18.2.0/node_modules/@mui/utils/esm/resolveProps.js +37 -0
- package/dist/node_modules/.pnpm/@mui_utils@5.15.6_@types_react@18.2.48_react@18.2.0/node_modules/@mui/utils/esm/setRef.js +22 -0
- package/dist/node_modules/.pnpm/@mui_utils@5.15.6_@types_react@18.2.48_react@18.2.0/node_modules/@mui/utils/esm/useEnhancedEffect/useEnhancedEffect.js +12 -0
- package/dist/node_modules/.pnpm/@mui_utils@5.15.6_@types_react@18.2.48_react@18.2.0/node_modules/@mui/utils/esm/useEventCallback/useEventCallback.js +19 -0
- package/dist/node_modules/.pnpm/@mui_utils@5.15.6_@types_react@18.2.48_react@18.2.0/node_modules/@mui/utils/esm/useForkRef/useForkRef.js +23 -0
- package/dist/node_modules/.pnpm/@mui_utils@5.15.6_@types_react@18.2.48_react@18.2.0/node_modules/@mui/utils/esm/useIsFocusVisible.js +156 -0
- package/dist/node_modules/.pnpm/clsx@2.1.0/node_modules/clsx/dist/clsx.js +3 -0
- package/dist/node_modules/.pnpm/object-assign@4.1.1/node_modules/object-assign/index.js +99 -0
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.js +115 -0
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.js +74 -0
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.js +625 -0
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js +30 -0
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.js +21 -0
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/lib/has.js +11 -0
- package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.js +190 -0
- package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.js +26 -0
- package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js +19 -0
- package/dist/node_modules/.pnpm/react-is@18.2.0/node_modules/react-is/cjs/react-is.development.js +230 -0
- package/dist/node_modules/.pnpm/react-is@18.2.0/node_modules/react-is/cjs/react-is.production.min.js +26 -0
- package/dist/node_modules/.pnpm/react-is@18.2.0/node_modules/react-is/index.js +13 -0
- package/dist/node_modules/.pnpm/react-transition-group@4.4.5_react-dom@18.2.0_react@18.2.0/node_modules/react-transition-group/esm/TransitionGroup.js +191 -0
- package/dist/node_modules/.pnpm/react-transition-group@4.4.5_react-dom@18.2.0_react@18.2.0/node_modules/react-transition-group/esm/TransitionGroupContext.js +5 -0
- package/dist/node_modules/.pnpm/react-transition-group@4.4.5_react-dom@18.2.0_react@18.2.0/node_modules/react-transition-group/esm/utils/ChildMapping.js +143 -0
- package/package.json +46 -0
package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.js
ADDED
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
import { __exports as reactIs_development } from '../../../../../../_virtual/react-is.development.js';
|
|
2
|
+
|
|
3
|
+
/** @license React v16.13.1
|
|
4
|
+
* react-is.development.js
|
|
5
|
+
*
|
|
6
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
7
|
+
*
|
|
8
|
+
* This source code is licensed under the MIT license found in the
|
|
9
|
+
* LICENSE file in the root directory of this source tree.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
var hasRequiredReactIs_development;
|
|
13
|
+
|
|
14
|
+
function requireReactIs_development () {
|
|
15
|
+
if (hasRequiredReactIs_development) return reactIs_development;
|
|
16
|
+
hasRequiredReactIs_development = 1;
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
if (process.env.NODE_ENV !== "production") {
|
|
21
|
+
(function() {
|
|
22
|
+
|
|
23
|
+
// The Symbol used to tag the ReactElement-like types. If there is no native Symbol
|
|
24
|
+
// nor polyfill, then a plain number is used for performance.
|
|
25
|
+
var hasSymbol = typeof Symbol === 'function' && Symbol.for;
|
|
26
|
+
var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;
|
|
27
|
+
var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;
|
|
28
|
+
var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;
|
|
29
|
+
var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;
|
|
30
|
+
var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;
|
|
31
|
+
var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;
|
|
32
|
+
var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace; // TODO: We don't use AsyncMode or ConcurrentMode anymore. They were temporary
|
|
33
|
+
// (unstable) APIs that have been removed. Can we remove the symbols?
|
|
34
|
+
|
|
35
|
+
var REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for('react.async_mode') : 0xeacf;
|
|
36
|
+
var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;
|
|
37
|
+
var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;
|
|
38
|
+
var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;
|
|
39
|
+
var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for('react.suspense_list') : 0xead8;
|
|
40
|
+
var REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;
|
|
41
|
+
var REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;
|
|
42
|
+
var REACT_BLOCK_TYPE = hasSymbol ? Symbol.for('react.block') : 0xead9;
|
|
43
|
+
var REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for('react.fundamental') : 0xead5;
|
|
44
|
+
var REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for('react.responder') : 0xead6;
|
|
45
|
+
var REACT_SCOPE_TYPE = hasSymbol ? Symbol.for('react.scope') : 0xead7;
|
|
46
|
+
|
|
47
|
+
function isValidElementType(type) {
|
|
48
|
+
return typeof type === 'string' || typeof type === 'function' || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
49
|
+
type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
function typeOf(object) {
|
|
53
|
+
if (typeof object === 'object' && object !== null) {
|
|
54
|
+
var $$typeof = object.$$typeof;
|
|
55
|
+
|
|
56
|
+
switch ($$typeof) {
|
|
57
|
+
case REACT_ELEMENT_TYPE:
|
|
58
|
+
var type = object.type;
|
|
59
|
+
|
|
60
|
+
switch (type) {
|
|
61
|
+
case REACT_ASYNC_MODE_TYPE:
|
|
62
|
+
case REACT_CONCURRENT_MODE_TYPE:
|
|
63
|
+
case REACT_FRAGMENT_TYPE:
|
|
64
|
+
case REACT_PROFILER_TYPE:
|
|
65
|
+
case REACT_STRICT_MODE_TYPE:
|
|
66
|
+
case REACT_SUSPENSE_TYPE:
|
|
67
|
+
return type;
|
|
68
|
+
|
|
69
|
+
default:
|
|
70
|
+
var $$typeofType = type && type.$$typeof;
|
|
71
|
+
|
|
72
|
+
switch ($$typeofType) {
|
|
73
|
+
case REACT_CONTEXT_TYPE:
|
|
74
|
+
case REACT_FORWARD_REF_TYPE:
|
|
75
|
+
case REACT_LAZY_TYPE:
|
|
76
|
+
case REACT_MEMO_TYPE:
|
|
77
|
+
case REACT_PROVIDER_TYPE:
|
|
78
|
+
return $$typeofType;
|
|
79
|
+
|
|
80
|
+
default:
|
|
81
|
+
return $$typeof;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
case REACT_PORTAL_TYPE:
|
|
87
|
+
return $$typeof;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
return undefined;
|
|
92
|
+
} // AsyncMode is deprecated along with isAsyncMode
|
|
93
|
+
|
|
94
|
+
var AsyncMode = REACT_ASYNC_MODE_TYPE;
|
|
95
|
+
var ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;
|
|
96
|
+
var ContextConsumer = REACT_CONTEXT_TYPE;
|
|
97
|
+
var ContextProvider = REACT_PROVIDER_TYPE;
|
|
98
|
+
var Element = REACT_ELEMENT_TYPE;
|
|
99
|
+
var ForwardRef = REACT_FORWARD_REF_TYPE;
|
|
100
|
+
var Fragment = REACT_FRAGMENT_TYPE;
|
|
101
|
+
var Lazy = REACT_LAZY_TYPE;
|
|
102
|
+
var Memo = REACT_MEMO_TYPE;
|
|
103
|
+
var Portal = REACT_PORTAL_TYPE;
|
|
104
|
+
var Profiler = REACT_PROFILER_TYPE;
|
|
105
|
+
var StrictMode = REACT_STRICT_MODE_TYPE;
|
|
106
|
+
var Suspense = REACT_SUSPENSE_TYPE;
|
|
107
|
+
var hasWarnedAboutDeprecatedIsAsyncMode = false; // AsyncMode should be deprecated
|
|
108
|
+
|
|
109
|
+
function isAsyncMode(object) {
|
|
110
|
+
{
|
|
111
|
+
if (!hasWarnedAboutDeprecatedIsAsyncMode) {
|
|
112
|
+
hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint
|
|
113
|
+
|
|
114
|
+
console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 17+. Update your code to use ' + 'ReactIs.isConcurrentMode() instead. It has the exact same API.');
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE;
|
|
119
|
+
}
|
|
120
|
+
function isConcurrentMode(object) {
|
|
121
|
+
return typeOf(object) === REACT_CONCURRENT_MODE_TYPE;
|
|
122
|
+
}
|
|
123
|
+
function isContextConsumer(object) {
|
|
124
|
+
return typeOf(object) === REACT_CONTEXT_TYPE;
|
|
125
|
+
}
|
|
126
|
+
function isContextProvider(object) {
|
|
127
|
+
return typeOf(object) === REACT_PROVIDER_TYPE;
|
|
128
|
+
}
|
|
129
|
+
function isElement(object) {
|
|
130
|
+
return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
|
|
131
|
+
}
|
|
132
|
+
function isForwardRef(object) {
|
|
133
|
+
return typeOf(object) === REACT_FORWARD_REF_TYPE;
|
|
134
|
+
}
|
|
135
|
+
function isFragment(object) {
|
|
136
|
+
return typeOf(object) === REACT_FRAGMENT_TYPE;
|
|
137
|
+
}
|
|
138
|
+
function isLazy(object) {
|
|
139
|
+
return typeOf(object) === REACT_LAZY_TYPE;
|
|
140
|
+
}
|
|
141
|
+
function isMemo(object) {
|
|
142
|
+
return typeOf(object) === REACT_MEMO_TYPE;
|
|
143
|
+
}
|
|
144
|
+
function isPortal(object) {
|
|
145
|
+
return typeOf(object) === REACT_PORTAL_TYPE;
|
|
146
|
+
}
|
|
147
|
+
function isProfiler(object) {
|
|
148
|
+
return typeOf(object) === REACT_PROFILER_TYPE;
|
|
149
|
+
}
|
|
150
|
+
function isStrictMode(object) {
|
|
151
|
+
return typeOf(object) === REACT_STRICT_MODE_TYPE;
|
|
152
|
+
}
|
|
153
|
+
function isSuspense(object) {
|
|
154
|
+
return typeOf(object) === REACT_SUSPENSE_TYPE;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
reactIs_development.AsyncMode = AsyncMode;
|
|
158
|
+
reactIs_development.ConcurrentMode = ConcurrentMode;
|
|
159
|
+
reactIs_development.ContextConsumer = ContextConsumer;
|
|
160
|
+
reactIs_development.ContextProvider = ContextProvider;
|
|
161
|
+
reactIs_development.Element = Element;
|
|
162
|
+
reactIs_development.ForwardRef = ForwardRef;
|
|
163
|
+
reactIs_development.Fragment = Fragment;
|
|
164
|
+
reactIs_development.Lazy = Lazy;
|
|
165
|
+
reactIs_development.Memo = Memo;
|
|
166
|
+
reactIs_development.Portal = Portal;
|
|
167
|
+
reactIs_development.Profiler = Profiler;
|
|
168
|
+
reactIs_development.StrictMode = StrictMode;
|
|
169
|
+
reactIs_development.Suspense = Suspense;
|
|
170
|
+
reactIs_development.isAsyncMode = isAsyncMode;
|
|
171
|
+
reactIs_development.isConcurrentMode = isConcurrentMode;
|
|
172
|
+
reactIs_development.isContextConsumer = isContextConsumer;
|
|
173
|
+
reactIs_development.isContextProvider = isContextProvider;
|
|
174
|
+
reactIs_development.isElement = isElement;
|
|
175
|
+
reactIs_development.isForwardRef = isForwardRef;
|
|
176
|
+
reactIs_development.isFragment = isFragment;
|
|
177
|
+
reactIs_development.isLazy = isLazy;
|
|
178
|
+
reactIs_development.isMemo = isMemo;
|
|
179
|
+
reactIs_development.isPortal = isPortal;
|
|
180
|
+
reactIs_development.isProfiler = isProfiler;
|
|
181
|
+
reactIs_development.isStrictMode = isStrictMode;
|
|
182
|
+
reactIs_development.isSuspense = isSuspense;
|
|
183
|
+
reactIs_development.isValidElementType = isValidElementType;
|
|
184
|
+
reactIs_development.typeOf = typeOf;
|
|
185
|
+
})();
|
|
186
|
+
}
|
|
187
|
+
return reactIs_development;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
export { requireReactIs_development as __require };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { __exports as reactIs_production_min } from '../../../../../../_virtual/react-is.production.min.js';
|
|
2
|
+
|
|
3
|
+
/** @license React v16.13.1
|
|
4
|
+
* react-is.production.min.js
|
|
5
|
+
*
|
|
6
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
7
|
+
*
|
|
8
|
+
* This source code is licensed under the MIT license found in the
|
|
9
|
+
* LICENSE file in the root directory of this source tree.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
var hasRequiredReactIs_production_min;
|
|
13
|
+
|
|
14
|
+
function requireReactIs_production_min () {
|
|
15
|
+
if (hasRequiredReactIs_production_min) return reactIs_production_min;
|
|
16
|
+
hasRequiredReactIs_production_min = 1;
|
|
17
|
+
var b="function"===typeof Symbol&&Symbol.for,c=b?Symbol.for("react.element"):60103,d=b?Symbol.for("react.portal"):60106,e=b?Symbol.for("react.fragment"):60107,f=b?Symbol.for("react.strict_mode"):60108,g=b?Symbol.for("react.profiler"):60114,h=b?Symbol.for("react.provider"):60109,k=b?Symbol.for("react.context"):60110,l=b?Symbol.for("react.async_mode"):60111,m=b?Symbol.for("react.concurrent_mode"):60111,n=b?Symbol.for("react.forward_ref"):60112,p=b?Symbol.for("react.suspense"):60113,q=b?
|
|
18
|
+
Symbol.for("react.suspense_list"):60120,r=b?Symbol.for("react.memo"):60115,t=b?Symbol.for("react.lazy"):60116,v=b?Symbol.for("react.block"):60121,w=b?Symbol.for("react.fundamental"):60117,x=b?Symbol.for("react.responder"):60118,y=b?Symbol.for("react.scope"):60119;
|
|
19
|
+
function z(a){if("object"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}reactIs_production_min.AsyncMode=l;reactIs_production_min.ConcurrentMode=m;reactIs_production_min.ContextConsumer=k;reactIs_production_min.ContextProvider=h;reactIs_production_min.Element=c;reactIs_production_min.ForwardRef=n;reactIs_production_min.Fragment=e;reactIs_production_min.Lazy=t;reactIs_production_min.Memo=r;reactIs_production_min.Portal=d;
|
|
20
|
+
reactIs_production_min.Profiler=g;reactIs_production_min.StrictMode=f;reactIs_production_min.Suspense=p;reactIs_production_min.isAsyncMode=function(a){return A(a)||z(a)===l};reactIs_production_min.isConcurrentMode=A;reactIs_production_min.isContextConsumer=function(a){return z(a)===k};reactIs_production_min.isContextProvider=function(a){return z(a)===h};reactIs_production_min.isElement=function(a){return "object"===typeof a&&null!==a&&a.$$typeof===c};reactIs_production_min.isForwardRef=function(a){return z(a)===n};reactIs_production_min.isFragment=function(a){return z(a)===e};reactIs_production_min.isLazy=function(a){return z(a)===t};
|
|
21
|
+
reactIs_production_min.isMemo=function(a){return z(a)===r};reactIs_production_min.isPortal=function(a){return z(a)===d};reactIs_production_min.isProfiler=function(a){return z(a)===g};reactIs_production_min.isStrictMode=function(a){return z(a)===f};reactIs_production_min.isSuspense=function(a){return z(a)===p};
|
|
22
|
+
reactIs_production_min.isValidElementType=function(a){return "string"===typeof a||"function"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||"object"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};reactIs_production_min.typeOf=z;
|
|
23
|
+
return reactIs_production_min;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export { requireReactIs_production_min as __require };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { __module as reactIs } from '../../../../../_virtual/index2.js';
|
|
2
|
+
import { __require as requireReactIs_production_min } from './cjs/react-is.production.min.js';
|
|
3
|
+
import { __require as requireReactIs_development } from './cjs/react-is.development.js';
|
|
4
|
+
|
|
5
|
+
var hasRequiredReactIs;
|
|
6
|
+
|
|
7
|
+
function requireReactIs () {
|
|
8
|
+
if (hasRequiredReactIs) return reactIs.exports;
|
|
9
|
+
hasRequiredReactIs = 1;
|
|
10
|
+
|
|
11
|
+
if (process.env.NODE_ENV === 'production') {
|
|
12
|
+
reactIs.exports = requireReactIs_production_min();
|
|
13
|
+
} else {
|
|
14
|
+
reactIs.exports = requireReactIs_development();
|
|
15
|
+
}
|
|
16
|
+
return reactIs.exports;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export { requireReactIs as __require };
|
package/dist/node_modules/.pnpm/react-is@18.2.0/node_modules/react-is/cjs/react-is.development.js
ADDED
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
import { __exports as reactIs_development } from '../../../../../../_virtual/react-is.development2.js';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @license React
|
|
5
|
+
* react-is.development.js
|
|
6
|
+
*
|
|
7
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
8
|
+
*
|
|
9
|
+
* This source code is licensed under the MIT license found in the
|
|
10
|
+
* LICENSE file in the root directory of this source tree.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
var hasRequiredReactIs_development;
|
|
14
|
+
|
|
15
|
+
function requireReactIs_development () {
|
|
16
|
+
if (hasRequiredReactIs_development) return reactIs_development;
|
|
17
|
+
hasRequiredReactIs_development = 1;
|
|
18
|
+
|
|
19
|
+
if (process.env.NODE_ENV !== "production") {
|
|
20
|
+
(function() {
|
|
21
|
+
|
|
22
|
+
// ATTENTION
|
|
23
|
+
// When adding new symbols to this file,
|
|
24
|
+
// Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols'
|
|
25
|
+
// The Symbol used to tag the ReactElement-like types.
|
|
26
|
+
var REACT_ELEMENT_TYPE = Symbol.for('react.element');
|
|
27
|
+
var REACT_PORTAL_TYPE = Symbol.for('react.portal');
|
|
28
|
+
var REACT_FRAGMENT_TYPE = Symbol.for('react.fragment');
|
|
29
|
+
var REACT_STRICT_MODE_TYPE = Symbol.for('react.strict_mode');
|
|
30
|
+
var REACT_PROFILER_TYPE = Symbol.for('react.profiler');
|
|
31
|
+
var REACT_PROVIDER_TYPE = Symbol.for('react.provider');
|
|
32
|
+
var REACT_CONTEXT_TYPE = Symbol.for('react.context');
|
|
33
|
+
var REACT_SERVER_CONTEXT_TYPE = Symbol.for('react.server_context');
|
|
34
|
+
var REACT_FORWARD_REF_TYPE = Symbol.for('react.forward_ref');
|
|
35
|
+
var REACT_SUSPENSE_TYPE = Symbol.for('react.suspense');
|
|
36
|
+
var REACT_SUSPENSE_LIST_TYPE = Symbol.for('react.suspense_list');
|
|
37
|
+
var REACT_MEMO_TYPE = Symbol.for('react.memo');
|
|
38
|
+
var REACT_LAZY_TYPE = Symbol.for('react.lazy');
|
|
39
|
+
var REACT_OFFSCREEN_TYPE = Symbol.for('react.offscreen');
|
|
40
|
+
|
|
41
|
+
// -----------------------------------------------------------------------------
|
|
42
|
+
|
|
43
|
+
var enableScopeAPI = false; // Experimental Create Event Handle API.
|
|
44
|
+
var enableCacheElement = false;
|
|
45
|
+
var enableTransitionTracing = false; // No known bugs, but needs performance testing
|
|
46
|
+
|
|
47
|
+
var enableLegacyHidden = false; // Enables unstable_avoidThisFallback feature in Fiber
|
|
48
|
+
// stuff. Intended to enable React core members to more easily debug scheduling
|
|
49
|
+
// issues in DEV builds.
|
|
50
|
+
|
|
51
|
+
var enableDebugTracing = false; // Track which Fiber(s) schedule render work.
|
|
52
|
+
|
|
53
|
+
var REACT_MODULE_REFERENCE;
|
|
54
|
+
|
|
55
|
+
{
|
|
56
|
+
REACT_MODULE_REFERENCE = Symbol.for('react.module.reference');
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
function isValidElementType(type) {
|
|
60
|
+
if (typeof type === 'string' || typeof type === 'function') {
|
|
61
|
+
return true;
|
|
62
|
+
} // Note: typeof might be other than 'symbol' or 'number' (e.g. if it's a polyfill).
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
if (type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || enableDebugTracing || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || enableLegacyHidden || type === REACT_OFFSCREEN_TYPE || enableScopeAPI || enableCacheElement || enableTransitionTracing ) {
|
|
66
|
+
return true;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
if (typeof type === 'object' && type !== null) {
|
|
70
|
+
if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || // This needs to include all possible module reference object
|
|
71
|
+
// types supported by any Flight configuration anywhere since
|
|
72
|
+
// we don't know which Flight build this will end up being used
|
|
73
|
+
// with.
|
|
74
|
+
type.$$typeof === REACT_MODULE_REFERENCE || type.getModuleId !== undefined) {
|
|
75
|
+
return true;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
return false;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
function typeOf(object) {
|
|
83
|
+
if (typeof object === 'object' && object !== null) {
|
|
84
|
+
var $$typeof = object.$$typeof;
|
|
85
|
+
|
|
86
|
+
switch ($$typeof) {
|
|
87
|
+
case REACT_ELEMENT_TYPE:
|
|
88
|
+
var type = object.type;
|
|
89
|
+
|
|
90
|
+
switch (type) {
|
|
91
|
+
case REACT_FRAGMENT_TYPE:
|
|
92
|
+
case REACT_PROFILER_TYPE:
|
|
93
|
+
case REACT_STRICT_MODE_TYPE:
|
|
94
|
+
case REACT_SUSPENSE_TYPE:
|
|
95
|
+
case REACT_SUSPENSE_LIST_TYPE:
|
|
96
|
+
return type;
|
|
97
|
+
|
|
98
|
+
default:
|
|
99
|
+
var $$typeofType = type && type.$$typeof;
|
|
100
|
+
|
|
101
|
+
switch ($$typeofType) {
|
|
102
|
+
case REACT_SERVER_CONTEXT_TYPE:
|
|
103
|
+
case REACT_CONTEXT_TYPE:
|
|
104
|
+
case REACT_FORWARD_REF_TYPE:
|
|
105
|
+
case REACT_LAZY_TYPE:
|
|
106
|
+
case REACT_MEMO_TYPE:
|
|
107
|
+
case REACT_PROVIDER_TYPE:
|
|
108
|
+
return $$typeofType;
|
|
109
|
+
|
|
110
|
+
default:
|
|
111
|
+
return $$typeof;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
case REACT_PORTAL_TYPE:
|
|
117
|
+
return $$typeof;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
return undefined;
|
|
122
|
+
}
|
|
123
|
+
var ContextConsumer = REACT_CONTEXT_TYPE;
|
|
124
|
+
var ContextProvider = REACT_PROVIDER_TYPE;
|
|
125
|
+
var Element = REACT_ELEMENT_TYPE;
|
|
126
|
+
var ForwardRef = REACT_FORWARD_REF_TYPE;
|
|
127
|
+
var Fragment = REACT_FRAGMENT_TYPE;
|
|
128
|
+
var Lazy = REACT_LAZY_TYPE;
|
|
129
|
+
var Memo = REACT_MEMO_TYPE;
|
|
130
|
+
var Portal = REACT_PORTAL_TYPE;
|
|
131
|
+
var Profiler = REACT_PROFILER_TYPE;
|
|
132
|
+
var StrictMode = REACT_STRICT_MODE_TYPE;
|
|
133
|
+
var Suspense = REACT_SUSPENSE_TYPE;
|
|
134
|
+
var SuspenseList = REACT_SUSPENSE_LIST_TYPE;
|
|
135
|
+
var hasWarnedAboutDeprecatedIsAsyncMode = false;
|
|
136
|
+
var hasWarnedAboutDeprecatedIsConcurrentMode = false; // AsyncMode should be deprecated
|
|
137
|
+
|
|
138
|
+
function isAsyncMode(object) {
|
|
139
|
+
{
|
|
140
|
+
if (!hasWarnedAboutDeprecatedIsAsyncMode) {
|
|
141
|
+
hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint
|
|
142
|
+
|
|
143
|
+
console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 18+.');
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
return false;
|
|
148
|
+
}
|
|
149
|
+
function isConcurrentMode(object) {
|
|
150
|
+
{
|
|
151
|
+
if (!hasWarnedAboutDeprecatedIsConcurrentMode) {
|
|
152
|
+
hasWarnedAboutDeprecatedIsConcurrentMode = true; // Using console['warn'] to evade Babel and ESLint
|
|
153
|
+
|
|
154
|
+
console['warn']('The ReactIs.isConcurrentMode() alias has been deprecated, ' + 'and will be removed in React 18+.');
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
return false;
|
|
159
|
+
}
|
|
160
|
+
function isContextConsumer(object) {
|
|
161
|
+
return typeOf(object) === REACT_CONTEXT_TYPE;
|
|
162
|
+
}
|
|
163
|
+
function isContextProvider(object) {
|
|
164
|
+
return typeOf(object) === REACT_PROVIDER_TYPE;
|
|
165
|
+
}
|
|
166
|
+
function isElement(object) {
|
|
167
|
+
return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
|
|
168
|
+
}
|
|
169
|
+
function isForwardRef(object) {
|
|
170
|
+
return typeOf(object) === REACT_FORWARD_REF_TYPE;
|
|
171
|
+
}
|
|
172
|
+
function isFragment(object) {
|
|
173
|
+
return typeOf(object) === REACT_FRAGMENT_TYPE;
|
|
174
|
+
}
|
|
175
|
+
function isLazy(object) {
|
|
176
|
+
return typeOf(object) === REACT_LAZY_TYPE;
|
|
177
|
+
}
|
|
178
|
+
function isMemo(object) {
|
|
179
|
+
return typeOf(object) === REACT_MEMO_TYPE;
|
|
180
|
+
}
|
|
181
|
+
function isPortal(object) {
|
|
182
|
+
return typeOf(object) === REACT_PORTAL_TYPE;
|
|
183
|
+
}
|
|
184
|
+
function isProfiler(object) {
|
|
185
|
+
return typeOf(object) === REACT_PROFILER_TYPE;
|
|
186
|
+
}
|
|
187
|
+
function isStrictMode(object) {
|
|
188
|
+
return typeOf(object) === REACT_STRICT_MODE_TYPE;
|
|
189
|
+
}
|
|
190
|
+
function isSuspense(object) {
|
|
191
|
+
return typeOf(object) === REACT_SUSPENSE_TYPE;
|
|
192
|
+
}
|
|
193
|
+
function isSuspenseList(object) {
|
|
194
|
+
return typeOf(object) === REACT_SUSPENSE_LIST_TYPE;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
reactIs_development.ContextConsumer = ContextConsumer;
|
|
198
|
+
reactIs_development.ContextProvider = ContextProvider;
|
|
199
|
+
reactIs_development.Element = Element;
|
|
200
|
+
reactIs_development.ForwardRef = ForwardRef;
|
|
201
|
+
reactIs_development.Fragment = Fragment;
|
|
202
|
+
reactIs_development.Lazy = Lazy;
|
|
203
|
+
reactIs_development.Memo = Memo;
|
|
204
|
+
reactIs_development.Portal = Portal;
|
|
205
|
+
reactIs_development.Profiler = Profiler;
|
|
206
|
+
reactIs_development.StrictMode = StrictMode;
|
|
207
|
+
reactIs_development.Suspense = Suspense;
|
|
208
|
+
reactIs_development.SuspenseList = SuspenseList;
|
|
209
|
+
reactIs_development.isAsyncMode = isAsyncMode;
|
|
210
|
+
reactIs_development.isConcurrentMode = isConcurrentMode;
|
|
211
|
+
reactIs_development.isContextConsumer = isContextConsumer;
|
|
212
|
+
reactIs_development.isContextProvider = isContextProvider;
|
|
213
|
+
reactIs_development.isElement = isElement;
|
|
214
|
+
reactIs_development.isForwardRef = isForwardRef;
|
|
215
|
+
reactIs_development.isFragment = isFragment;
|
|
216
|
+
reactIs_development.isLazy = isLazy;
|
|
217
|
+
reactIs_development.isMemo = isMemo;
|
|
218
|
+
reactIs_development.isPortal = isPortal;
|
|
219
|
+
reactIs_development.isProfiler = isProfiler;
|
|
220
|
+
reactIs_development.isStrictMode = isStrictMode;
|
|
221
|
+
reactIs_development.isSuspense = isSuspense;
|
|
222
|
+
reactIs_development.isSuspenseList = isSuspenseList;
|
|
223
|
+
reactIs_development.isValidElementType = isValidElementType;
|
|
224
|
+
reactIs_development.typeOf = typeOf;
|
|
225
|
+
})();
|
|
226
|
+
}
|
|
227
|
+
return reactIs_development;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
export { requireReactIs_development as __require };
|
package/dist/node_modules/.pnpm/react-is@18.2.0/node_modules/react-is/cjs/react-is.production.min.js
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { __exports as reactIs_production_min } from '../../../../../../_virtual/react-is.production.min2.js';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @license React
|
|
5
|
+
* react-is.production.min.js
|
|
6
|
+
*
|
|
7
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
8
|
+
*
|
|
9
|
+
* This source code is licensed under the MIT license found in the
|
|
10
|
+
* LICENSE file in the root directory of this source tree.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
var hasRequiredReactIs_production_min;
|
|
14
|
+
|
|
15
|
+
function requireReactIs_production_min () {
|
|
16
|
+
if (hasRequiredReactIs_production_min) return reactIs_production_min;
|
|
17
|
+
hasRequiredReactIs_production_min = 1;
|
|
18
|
+
var b=Symbol.for("react.element"),c=Symbol.for("react.portal"),d=Symbol.for("react.fragment"),e=Symbol.for("react.strict_mode"),f=Symbol.for("react.profiler"),g=Symbol.for("react.provider"),h=Symbol.for("react.context"),k=Symbol.for("react.server_context"),l=Symbol.for("react.forward_ref"),m=Symbol.for("react.suspense"),n=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),q=Symbol.for("react.lazy"),t=Symbol.for("react.offscreen"),u;u=Symbol.for("react.module.reference");
|
|
19
|
+
function v(a){if("object"===typeof a&&null!==a){var r=a.$$typeof;switch(r){case b:switch(a=a.type,a){case d:case f:case e:case m:case n:return a;default:switch(a=a&&a.$$typeof,a){case k:case h:case l:case q:case p:case g:return a;default:return r}}case c:return r}}}reactIs_production_min.ContextConsumer=h;reactIs_production_min.ContextProvider=g;reactIs_production_min.Element=b;reactIs_production_min.ForwardRef=l;reactIs_production_min.Fragment=d;reactIs_production_min.Lazy=q;reactIs_production_min.Memo=p;reactIs_production_min.Portal=c;reactIs_production_min.Profiler=f;reactIs_production_min.StrictMode=e;reactIs_production_min.Suspense=m;
|
|
20
|
+
reactIs_production_min.SuspenseList=n;reactIs_production_min.isAsyncMode=function(){return !1};reactIs_production_min.isConcurrentMode=function(){return !1};reactIs_production_min.isContextConsumer=function(a){return v(a)===h};reactIs_production_min.isContextProvider=function(a){return v(a)===g};reactIs_production_min.isElement=function(a){return "object"===typeof a&&null!==a&&a.$$typeof===b};reactIs_production_min.isForwardRef=function(a){return v(a)===l};reactIs_production_min.isFragment=function(a){return v(a)===d};reactIs_production_min.isLazy=function(a){return v(a)===q};reactIs_production_min.isMemo=function(a){return v(a)===p};
|
|
21
|
+
reactIs_production_min.isPortal=function(a){return v(a)===c};reactIs_production_min.isProfiler=function(a){return v(a)===f};reactIs_production_min.isStrictMode=function(a){return v(a)===e};reactIs_production_min.isSuspense=function(a){return v(a)===m};reactIs_production_min.isSuspenseList=function(a){return v(a)===n};
|
|
22
|
+
reactIs_production_min.isValidElementType=function(a){return "string"===typeof a||"function"===typeof a||a===d||a===f||a===e||a===m||a===n||a===t||"object"===typeof a&&null!==a&&(a.$$typeof===q||a.$$typeof===p||a.$$typeof===g||a.$$typeof===h||a.$$typeof===l||a.$$typeof===u||void 0!==a.getModuleId)?!0:!1};reactIs_production_min.typeOf=v;
|
|
23
|
+
return reactIs_production_min;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export { requireReactIs_production_min as __require };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { __module as reactIs } from '../../../../../_virtual/index3.js';
|
|
2
|
+
import { __require as requireReactIs_production_min } from './cjs/react-is.production.min.js';
|
|
3
|
+
import { __require as requireReactIs_development } from './cjs/react-is.development.js';
|
|
4
|
+
|
|
5
|
+
if (process.env.NODE_ENV === 'production') {
|
|
6
|
+
reactIs.exports = requireReactIs_production_min();
|
|
7
|
+
} else {
|
|
8
|
+
reactIs.exports = requireReactIs_development();
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
var reactIsExports = reactIs.exports;
|
|
12
|
+
|
|
13
|
+
export { reactIsExports as r };
|