` by default. You can change this\n * behavior by providing a `component` prop.\n * If you use React v16+ and would like to avoid a wrapping `
` element\n * you can pass in `component={null}`. This is useful if the wrapping div\n * borks your css styles.\n */\n component: PropTypes.any,\n\n /**\n * A set of `` components, that are toggled `in` and out as they\n * leave. the `` will inject specific transition props, so\n * remember to spread them through if you are wrapping the `` as\n * with our `` example.\n *\n * While this component is meant for multiple `Transition` or `CSSTransition`\n * children, sometimes you may want to have a single transition child with\n * content that you want to be transitioned out and in when you change it\n * (e.g. routes, images etc.) In that case you can change the `key` prop of\n * the transition child as you change its content, this will cause\n * `TransitionGroup` to transition the child out and back in.\n */\n children: PropTypes.node,\n\n /**\n * A convenience prop that enables or disables appear animations\n * for all children. Note that specifying this will override any defaults set\n * on individual children Transitions.\n */\n appear: PropTypes.bool,\n\n /**\n * A convenience prop that enables or disables enter animations\n * for all children. Note that specifying this will override any defaults set\n * on individual children Transitions.\n */\n enter: PropTypes.bool,\n\n /**\n * A convenience prop that enables or disables exit animations\n * for all children. Note that specifying this will override any defaults set\n * on individual children Transitions.\n */\n exit: PropTypes.bool,\n\n /**\n * You may need to apply reactive updates to a child as it is exiting.\n * This is generally done by using `cloneElement` however in the case of an exiting\n * child the element has already been removed and not accessible to the consumer.\n *\n * If you do need to update a child as it leaves you can provide a `childFactory`\n * to wrap every child, even the ones that are leaving.\n *\n * @type Function(child: ReactElement) -> ReactElement\n */\n childFactory: PropTypes.func\n} : {};\nTransitionGroup.defaultProps = defaultProps;\nexport default TransitionGroup;","import React from 'react';\nexport default React.createContext(null);","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 };","import setPrototypeOf from \"./setPrototypeOf.js\";\nfunction _inheritsLoose(t, o) {\n t.prototype = Object.create(o.prototype), t.prototype.constructor = t, setPrototypeOf(t, o);\n}\nexport { _inheritsLoose as default };"],"names":["_t","_t2","_t3","_t4","touchRippleClasses","generateUtilityClasses","_excluded","enterKeyframe","keyframes","_","exitKeyframe","pulsateKeyframe","TouchRippleRoot","styled","name","slot","overflow","pointerEvents","position","zIndex","top","right","bottom","left","borderRadius","TouchRippleRipple","props","className","classes","pulsate","rippleX","rippleY","rippleSize","in","inProp","onExited","timeout","leaving","setLeaving","React","rippleClassName","clsx","ripple","rippleVisible","ripplePulsate","childClassName","child","childLeaving","childPulsate","timeoutId","setTimeout","clearTimeout","_jsx","style","width","height","children","theme","param","transitions","easing","easeInOut","duration","shorter","TouchRipple","inProps","ref","useDefaultProps","center","centerProp","other","_objectWithoutPropertiesLoose","ripples","setRipples","nextKey","rippleCallback","current","ignoringMouseDown","startTimer","useTimeout","startTimerCommit","container","startCommit","params","cb","oldRipples","start","event","options","fakeElement","type","element","rect","getBoundingClientRect","undefined","clientX","clientY","touches","length","Math","round","sqrt","sizeX","max","abs","clientWidth","sizeY","clientHeight","stop","clear","slice","_extends","root","TransitionGroup","component","exit","getButtonBaseUtilityClass","generateUtilityClass","buttonBaseClasses","useUtilityClasses","ownerState","disabled","focusVisible","focusVisibleClassName","composedClasses","composeClasses","concat","ButtonBaseRoot","overridesResolver","styles","display","alignItems","justifyContent","boxSizing","WebkitTapHighlightColor","backgroundColor","outline","border","margin","padding","cursor","userSelect","verticalAlign","MozAppearance","WebkitAppearance","textDecoration","color","borderStyle","colorAdjust","ButtonBase_ButtonBase","action","centerRipple","disableRipple","disableTouchRipple","focusRipple","LinkComponent","onBlur","onClick","onContextMenu","onDragLeave","onFocus","onFocusVisible","onKeyDown","onKeyUp","onMouseDown","onMouseLeave","onMouseUp","onTouchEnd","onTouchMove","onTouchStart","tabIndex","TouchRippleProps","touchRippleRef","buttonRef","rippleRef","handleRippleRef","useForkRef","isFocusVisibleRef","handleFocusVisible","handleBlurVisible","focusVisibleRef","useIsFocusVisible","setFocusVisible","focus","mountedState","setMountedState","enableTouchRipple","useRippleHandler","rippleAction","eventCallback","skipRippleAction","useEventCallback","handleMouseDown","handleContextMenu","handleDragLeave","handleMouseUp","handleMouseLeave","preventDefault","handleTouchStart","handleTouchEnd","handleTouchMove","handleBlur","handleFocus","currentTarget","isNonNativeButton","button","tagName","href","keydownRef","handleKeyDown","key","target","handleKeyUp","defaultPrevented","ComponentProp","to","buttonProps","role","handleRef","_jsxs","as","__webpack_exports__","Z","setRef","value","useEnhancedEffect","window","fn","args","_len","arguments","refs","_key","every","instance","forEach","hadKeyboardEvent","hadFocusVisibleRecently","hadFocusVisibleRecentlyTimeout","Timeout","inputTypesWhitelist","text","search","url","tel","email","password","number","date","month","week","time","datetime","metaKey","altKey","ctrlKey","handlePointerDown","handleVisibilityChange","visibilityState","node","doc","ownerDocument","addEventListener","isFocusVisible","matches","error","focusTriggersKeyboardModality","readOnly","isContentEditable","UNINITIALIZED","EMPTY","create","delay","currentId","constructor","disposeEffect","useLazyRef","init","initArg","getChildMapping","mapFn","result","Object","react","Children","map","c","isValidElement","getProp","prop","values","obj","keys","k","_React$Component","context","_this","handleExited","call","bind","_assertThisInitialized","e","state","contextValue","isMounting","firstRender","inheritsLoose","_proto","prototype","componentDidMount","mounted","setState","componentWillUnmount","getDerivedStateFromProps","nextProps","_ref","nextChildMapping","prevChildMapping","cloneElement","appear","enter","mergeChildMappings","prev","next","getValueForKey","i","nextKeysPending","pendingKeys","prevKey","push","childMapping","pendingNextKey","hasPrev","hasNext","prevChild","isLeaving","currentChildMapping","esm_extends","render","_this$props","Component","childFactory","objectWithoutPropertiesLoose","createElement","TransitionGroupContext","Provider","propTypes","defaultProps","esm_TransitionGroup","react__WEBPACK_IMPORTED_MODULE_0__","createContext","_setPrototypeOf","t","setPrototypeOf","__proto__","_inheritsLoose","o"],"sourceRoot":""}