@cgi-learning-hub/ui 1.3.2-dev.1731948416 → 1.3.2-dev.1732021614

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.
Files changed (151) hide show
  1. package/dist/Backdrop-KAJqifAq.cjs +1 -0
  2. package/dist/{Backdrop-CV5zVFtT.js → Backdrop-RBPtVAPX.js} +220 -265
  3. package/dist/{Box-MG2tJmr8.js → Box-UE-zctbJ.js} +3 -3
  4. package/dist/{Button-Ba8IQCCs.js → Button-Bjy0iPNm.js} +4 -4
  5. package/dist/{ButtonBase-BdvHQ0Vd.js → ButtonBase-CFD7NVUc.js} +21 -21
  6. package/dist/Checkbox-Ct5E_6h7.js +241 -0
  7. package/dist/Checkbox-CuYTY0gd.cjs +1 -0
  8. package/dist/{CircularProgress-BAVvonKL.js → CircularProgress-By02Sdoh.js} +3 -3
  9. package/dist/{DatePicker-DCsrvr3a.cjs → DatePicker-rhgpaD-r.cjs} +14 -14
  10. package/dist/{DatePicker-DoB4WsQR.js → DatePicker-u4rtXGeo.js} +53 -48
  11. package/dist/{DefaultPropsProvider-BE624hnX.js → DefaultPropsProvider-CaRoy5OV.js} +24 -24
  12. package/dist/FormGroup-BBYEQB4C.cjs +1 -0
  13. package/dist/FormGroup-BVtE8Mrv.js +348 -0
  14. package/dist/FormLabel-B4QlkhhB.js +424 -0
  15. package/dist/FormLabel-D8jYibc1.cjs +2 -0
  16. package/dist/{IconButton-BM6tD2wP.js → IconButton-Av8eJ5IG.js} +4 -4
  17. package/dist/InputAdornment-BJfpEQAa.cjs +1 -0
  18. package/dist/{InputAdornment-DwegBPlu.js → InputAdornment-COPtZlSD.js} +5 -5
  19. package/dist/{InputBase-Ck6jdGdt.js → InputBase-Bbgoz8GV.js} +186 -210
  20. package/dist/InputBase-Ctmib7Br.cjs +3 -0
  21. package/dist/MenuItem-D7HWYhF3.js +277 -0
  22. package/dist/MenuItem-Els-vJZW.cjs +1 -0
  23. package/dist/{TextField-ptOYG3fA.js → Select-BlPQngVF.js} +1458 -2424
  24. package/dist/Select-ipcMZ4iK.cjs +11 -0
  25. package/dist/{Stack-vO5Ta57O.js → Stack-y1PjTHKX.js} +18 -18
  26. package/dist/SwitchBase-URM3X3YZ.cjs +1 -0
  27. package/dist/SwitchBase-yCuH0Tqk.js +261 -0
  28. package/dist/{Tabs-DSWPmVfN.js → Tabs-DK4Bc5xo.js} +10 -10
  29. package/dist/{Tabs-e8UBJZ5z.cjs → Tabs-Nvk94RTW.cjs} +1 -1
  30. package/dist/TextField-BVAkADOb.cjs +1 -0
  31. package/dist/TextField-C-B529_r.js +547 -0
  32. package/dist/{Tooltip-dMZ46-1F.js → Tooltip-DO9GIhWC.js} +1782 -2858
  33. package/dist/Tooltip-DvPL2M0E.cjs +100 -0
  34. package/dist/{Typography-HjpyrRz2.js → Typography-C_ESP41L.js} +4 -4
  35. package/dist/components/Button/Button.es.js +5 -5
  36. package/dist/components/DatePicker/DatePicker.cjs.js +1 -1
  37. package/dist/components/DatePicker/DatePicker.es.js +2 -2
  38. package/dist/components/DatePicker/index.cjs.js +1 -1
  39. package/dist/components/DatePicker/index.es.js +1 -1
  40. package/dist/components/Dropzone/Dropzone.es.js +4 -4
  41. package/dist/components/EmptyState/EmptyState.es.js +2 -2
  42. package/dist/components/FileList/FileList.es.js +1 -1
  43. package/dist/components/FileList/FileListItem.es.js +6 -6
  44. package/dist/components/Heading/Heading.es.js +2 -2
  45. package/dist/components/Loader/Loader.es.js +1 -1
  46. package/dist/components/LoaderBackdrop/LoaderBackdrop.cjs.js +1 -1
  47. package/dist/components/LoaderBackdrop/LoaderBackdrop.es.js +2 -2
  48. package/dist/components/PasswordInput/PasswordInput.cjs.js +1 -1
  49. package/dist/components/PasswordInput/PasswordInput.es.js +4 -4
  50. package/dist/components/SearchInput/SearchInput.cjs.js +1 -1
  51. package/dist/components/SearchInput/SearchInput.es.js +4 -4
  52. package/dist/components/TextInput/TextInput.cjs.js +1 -1
  53. package/dist/components/TextInput/TextInput.es.js +1 -1
  54. package/dist/components/index.cjs.js +1 -1
  55. package/dist/components/index.es.js +267 -262
  56. package/dist/components/stories/Alert.stories.cjs.js +1 -0
  57. package/dist/components/{Alert → stories}/Alert.stories.d.ts +1 -1
  58. package/dist/components/{Alert → stories}/Alert.stories.es.js +1 -1
  59. package/dist/components/stories/Button.stories.cjs.js +1 -0
  60. package/dist/components/{Button → stories}/Button.stories.d.ts +1 -1
  61. package/dist/components/{Button → stories}/Button.stories.es.js +2 -2
  62. package/dist/components/stories/Checkbox.stories.cjs.js +1 -0
  63. package/dist/components/stories/Checkbox.stories.d.ts +10 -0
  64. package/dist/components/stories/Checkbox.stories.es.js +28 -0
  65. package/dist/components/{DatePicker → stories}/DatePicker.stories.cjs.js +1 -1
  66. package/dist/components/{DatePicker → stories}/DatePicker.stories.d.ts +1 -1
  67. package/dist/components/{DatePicker → stories}/DatePicker.stories.es.js +1 -1
  68. package/dist/components/stories/Dropzone.stories.cjs.js +1 -0
  69. package/dist/components/{Dropzone → stories}/Dropzone.stories.d.ts +1 -1
  70. package/dist/components/{Dropzone → stories}/Dropzone.stories.es.js +1 -1
  71. package/dist/components/stories/EmptyState.stories.cjs.js +1 -0
  72. package/dist/components/{EmptyState → stories}/EmptyState.stories.d.ts +1 -1
  73. package/dist/components/{EmptyState → stories}/EmptyState.stories.es.js +1 -1
  74. package/dist/components/stories/FileList.stories.cjs.js +1 -0
  75. package/dist/components/{FileList → stories}/FileList.stories.d.ts +1 -1
  76. package/dist/components/{FileList → stories}/FileList.stories.es.js +6 -5
  77. package/dist/components/stories/Heading.stories.cjs.js +1 -0
  78. package/dist/components/{Heading → stories}/Heading.stories.d.ts +1 -1
  79. package/dist/components/{Heading → stories}/Heading.stories.es.js +3 -3
  80. package/dist/components/stories/IconButton.stories.es.js +2 -2
  81. package/dist/components/stories/Loader.stories.cjs.js +1 -0
  82. package/dist/components/{Loader → stories}/Loader.stories.d.ts +1 -1
  83. package/dist/components/{Loader → stories}/Loader.stories.es.js +1 -1
  84. package/dist/components/stories/LoaderBackdrop.stories.cjs.js +1 -0
  85. package/dist/components/{LoaderBackdrop → stories}/LoaderBackdrop.stories.d.ts +1 -1
  86. package/dist/components/{LoaderBackdrop → stories}/LoaderBackdrop.stories.es.js +1 -1
  87. package/dist/components/stories/PasswordInput.stories.cjs.js +1 -0
  88. package/dist/components/{PasswordInput → stories}/PasswordInput.stories.d.ts +1 -1
  89. package/dist/components/{PasswordInput → stories}/PasswordInput.stories.es.js +1 -1
  90. package/dist/components/stories/RadioGroup.stories.cjs.js +1 -0
  91. package/dist/components/stories/RadioGroup.stories.d.ts +8 -0
  92. package/dist/components/stories/RadioGroup.stories.es.js +434 -0
  93. package/dist/components/stories/SearchInput.stories.cjs.js +1 -0
  94. package/dist/components/{SearchInput → stories}/SearchInput.stories.d.ts +1 -1
  95. package/dist/components/{SearchInput → stories}/SearchInput.stories.es.js +1 -1
  96. package/dist/components/stories/Select.stories.cjs.js +1 -0
  97. package/dist/components/stories/Select.stories.d.ts +10 -0
  98. package/dist/components/stories/Select.stories.es.js +52 -0
  99. package/dist/components/stories/TabList.stories.cjs.js +1 -1
  100. package/dist/components/stories/TabList.stories.es.js +10 -10
  101. package/dist/components/stories/TextField.stories.cjs.js +1 -0
  102. package/dist/components/stories/TextField.stories.d.ts +10 -0
  103. package/dist/components/stories/TextField.stories.es.js +69 -0
  104. package/dist/{createSvgIcon-D8j2pi8H.js → createSvgIcon-DxbvMQd7.js} +3 -3
  105. package/dist/{extendSxProp-CrOV7ubJ.js → extendSxProp-XQwkK0m7.js} +1 -1
  106. package/dist/formControlState-DCkDUdfO.cjs +1 -0
  107. package/dist/formControlState-DdQP43Uo.js +21 -0
  108. package/dist/{fr-BbQGEyOf.js → fr-B8_MxRl5.js} +1 -1
  109. package/dist/{identifier-BspJ_uqC.js → identifier-BqadgaK7.js} +4 -4
  110. package/dist/{index-CUYeZpek.js → index-BUxqDIr9.js} +4 -4
  111. package/dist/{index-BD4CTHtk.js → index-CRT92bm7.js} +2 -2
  112. package/dist/index-D7nFYLYq.cjs +1 -0
  113. package/dist/index.cjs.js +1 -1
  114. package/dist/index.es.js +267 -262
  115. package/dist/{memoTheme-CwR5ZU7e.js → memoTheme-DfGVDRrB.js} +1 -1
  116. package/dist/{refType-B0086dcQ.js → refType-DlHf9HvO.js} +1 -1
  117. package/dist/{useTheme-DCeWFyuq.js → resolveComponentProps-CxJ2yAJn.js} +18 -26
  118. package/dist/resolveComponentProps-DTv6xPbb.cjs +1 -0
  119. package/dist/useControlled-BYdyS7Pn.js +31 -0
  120. package/dist/useControlled-Ysk4KqoX.cjs +3 -0
  121. package/dist/useFormControl-CatNKXAi.js +10 -0
  122. package/dist/useFormControl-haP0iPhl.cjs +1 -0
  123. package/dist/useSlot-42jgZftI.cjs +1 -0
  124. package/dist/useSlot-Co14PUn6.js +50 -0
  125. package/dist/useTheme-CtT7O-Wk.js +11 -0
  126. package/dist/{useTheme-B4Cg2FUT.js → useTheme-oM_SFWy4.js} +1 -1
  127. package/dist/useTheme-tZYpFplW.cjs +1 -0
  128. package/dist/{useThemeProps-B87e2Gmx.js → useThemeProps-BlQ3SLfB.js} +4 -4
  129. package/dist/{useThemeProps-kJZsUF6E.js → useThemeProps-FiA8ivG-.js} +3 -3
  130. package/dist/{useTimeout-BFZIFO63.js → useTimeout-D16vpBhn.js} +1 -1
  131. package/package.json +1 -1
  132. package/dist/Backdrop-D1g8gJ4S.cjs +0 -1
  133. package/dist/InputAdornment-CfXhmkcT.cjs +0 -1
  134. package/dist/InputBase-uv1-DNAg.cjs +0 -3
  135. package/dist/TextField-C2b1L1xj.cjs +0 -14
  136. package/dist/Tooltip-bKfA-tNR.cjs +0 -100
  137. package/dist/components/Alert/Alert.stories.cjs.js +0 -1
  138. package/dist/components/Button/Button.stories.cjs.js +0 -1
  139. package/dist/components/Dropzone/Dropzone.stories.cjs.js +0 -1
  140. package/dist/components/EmptyState/EmptyState.stories.cjs.js +0 -1
  141. package/dist/components/FileList/FileList.stories.cjs.js +0 -1
  142. package/dist/components/Heading/Heading.stories.cjs.js +0 -1
  143. package/dist/components/Loader/Loader.stories.cjs.js +0 -1
  144. package/dist/components/LoaderBackdrop/LoaderBackdrop.stories.cjs.js +0 -1
  145. package/dist/components/PasswordInput/PasswordInput.stories.cjs.js +0 -1
  146. package/dist/components/SearchInput/SearchInput.stories.cjs.js +0 -1
  147. package/dist/components/TextInput/TextInput.stories.cjs.js +0 -1
  148. package/dist/components/TextInput/TextInput.stories.d.ts +0 -7
  149. package/dist/components/TextInput/TextInput.stories.es.js +0 -43
  150. package/dist/index-1_dd0hY2.cjs +0 -1
  151. package/dist/useTheme-VRTfPKo-.cjs +0 -1
@@ -0,0 +1 @@
1
+ "use strict";const S=require("react"),e=require("./identifier-BQH88SE0.cjs"),H=require("./useSlot-42jgZftI.cjs"),_=require("react/jsx-runtime"),V=require("./DefaultPropsProvider-BrX6iuA3.cjs"),se=require("./useTheme-tZYpFplW.cjs"),W=require("./useForkRef-D81w5oMb.cjs"),w=require("./TransitionGroupContext-DbXD5xqS.cjs"),D=require("react-dom");function ie(i){const p=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(i){for(const s in i)if(s!=="default"){const o=Object.getOwnPropertyDescriptor(i,s);Object.defineProperty(p,s,o.get?o:{enumerable:!0,get:()=>i[s]})}}return p.default=i,Object.freeze(p)}const N=ie(S);function pe(i){const{prototype:p={}}=i;return!!p.isReactComponent}function J(i,p,s,o,n){const t=i[p],r=n||p;if(t==null||typeof window>"u")return null;let a;const u=t.type;return typeof u=="function"&&!pe(u)&&(a="Did you accidentally use a plain function component for an element instead?"),a!==void 0?new Error(`Invalid ${o} \`${r}\` supplied to \`${s}\`. Expected an element that can hold a ref. ${a} For more information see https://mui.com/r/caveat-with-refs-guide`):null}const X=W.chainPropTypes(e.PropTypes.element,J);X.isRequired=W.chainPropTypes(e.PropTypes.element.isRequired,J);function K(i){var p;return parseInt(N.version,10)>=19?((p=i==null?void 0:i.props)==null?void 0:p.ref)||null:(i==null?void 0:i.ref)||null}const z={disabled:!1};var ae=process.env.NODE_ENV!=="production"?e.PropTypes.oneOfType([e.PropTypes.number,e.PropTypes.shape({enter:e.PropTypes.number,exit:e.PropTypes.number,appear:e.PropTypes.number}).isRequired]):null,ue=process.env.NODE_ENV!=="production"?e.PropTypes.oneOfType([e.PropTypes.string,e.PropTypes.shape({enter:e.PropTypes.string,exit:e.PropTypes.string,active:e.PropTypes.string}),e.PropTypes.shape({enter:e.PropTypes.string,enterDone:e.PropTypes.string,enterActive:e.PropTypes.string,exit:e.PropTypes.string,exitDone:e.PropTypes.string,exitActive:e.PropTypes.string})]):null,Q=function(p){return p.scrollTop},O="unmounted",P="exited",h="entering",g="entered",G="exiting",f=function(i){w._inheritsLoose(p,i);function p(o,n){var t;t=i.call(this,o,n)||this;var r=n,a=r&&!r.isMounting?o.enter:o.appear,u;return t.appearStatus=null,o.in?a?(u=P,t.appearStatus=h):u=g:o.unmountOnExit||o.mountOnEnter?u=O:u=P,t.state={status:u},t.nextCallback=null,t}p.getDerivedStateFromProps=function(n,t){var r=n.in;return r&&t.status===O?{status:P}:null};var s=p.prototype;return s.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},s.componentDidUpdate=function(n){var t=null;if(n!==this.props){var r=this.state.status;this.props.in?r!==h&&r!==g&&(t=h):(r===h||r===g)&&(t=G)}this.updateStatus(!1,t)},s.componentWillUnmount=function(){this.cancelNextCallback()},s.getTimeouts=function(){var n=this.props.timeout,t,r,a;return t=r=a=n,n!=null&&typeof n!="number"&&(t=n.exit,r=n.enter,a=n.appear!==void 0?n.appear:r),{exit:t,enter:r,appear:a}},s.updateStatus=function(n,t){if(n===void 0&&(n=!1),t!==null)if(this.cancelNextCallback(),t===h){if(this.props.unmountOnExit||this.props.mountOnEnter){var r=this.props.nodeRef?this.props.nodeRef.current:D.findDOMNode(this);r&&Q(r)}this.performEnter(n)}else this.performExit();else this.props.unmountOnExit&&this.state.status===P&&this.setState({status:O})},s.performEnter=function(n){var t=this,r=this.props.enter,a=this.context?this.context.isMounting:n,u=this.props.nodeRef?[a]:[D.findDOMNode(this),a],l=u[0],d=u[1],x=this.getTimeouts(),R=a?x.appear:x.enter;if(!n&&!r||z.disabled){this.safeSetState({status:g},function(){t.props.onEntered(l)});return}this.props.onEnter(l,d),this.safeSetState({status:h},function(){t.props.onEntering(l,d),t.onTransitionEnd(R,function(){t.safeSetState({status:g},function(){t.props.onEntered(l,d)})})})},s.performExit=function(){var n=this,t=this.props.exit,r=this.getTimeouts(),a=this.props.nodeRef?void 0:D.findDOMNode(this);if(!t||z.disabled){this.safeSetState({status:P},function(){n.props.onExited(a)});return}this.props.onExit(a),this.safeSetState({status:G},function(){n.props.onExiting(a),n.onTransitionEnd(r.exit,function(){n.safeSetState({status:P},function(){n.props.onExited(a)})})})},s.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},s.safeSetState=function(n,t){t=this.setNextCallback(t),this.setState(n,t)},s.setNextCallback=function(n){var t=this,r=!0;return this.nextCallback=function(a){r&&(r=!1,t.nextCallback=null,n(a))},this.nextCallback.cancel=function(){r=!1},this.nextCallback},s.onTransitionEnd=function(n,t){this.setNextCallback(t);var r=this.props.nodeRef?this.props.nodeRef.current:D.findDOMNode(this),a=n==null&&!this.props.addEndListener;if(!r||a){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var u=this.props.nodeRef?[this.nextCallback]:[r,this.nextCallback],l=u[0],d=u[1];this.props.addEndListener(l,d)}n!=null&&setTimeout(this.nextCallback,n)},s.render=function(){var n=this.state.status;if(n===O)return null;var t=this.props,r=t.children;t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef;var a=w._objectWithoutPropertiesLoose(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return S.createElement(w.TransitionGroupContext.Provider,{value:null},typeof r=="function"?r(n,a):S.cloneElement(S.Children.only(r),a))},p}(S.Component);f.contextType=w.TransitionGroupContext;f.propTypes=process.env.NODE_ENV!=="production"?{nodeRef:e.PropTypes.shape({current:typeof Element>"u"?e.PropTypes.any:function(i,p,s,o,n,t){var r=i[p];return e.PropTypes.instanceOf(r&&"ownerDocument"in r?r.ownerDocument.defaultView.Element:Element)(i,p,s,o,n,t)}}),children:e.PropTypes.oneOfType([e.PropTypes.func.isRequired,e.PropTypes.element.isRequired]).isRequired,in:e.PropTypes.bool,mountOnEnter:e.PropTypes.bool,unmountOnExit:e.PropTypes.bool,appear:e.PropTypes.bool,enter:e.PropTypes.bool,exit:e.PropTypes.bool,timeout:function(p){var s=ae;p.addEndListener||(s=s.isRequired);for(var o=arguments.length,n=new Array(o>1?o-1:0),t=1;t<o;t++)n[t-1]=arguments[t];return s.apply(void 0,[p].concat(n))},addEndListener:e.PropTypes.func,onEnter:e.PropTypes.func,onEntering:e.PropTypes.func,onEntered:e.PropTypes.func,onExit:e.PropTypes.func,onExiting:e.PropTypes.func,onExited:e.PropTypes.func}:{};function v(){}f.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:v,onEntering:v,onEntered:v,onExit:v,onExiting:v,onExited:v};f.UNMOUNTED=O;f.EXITED=P;f.ENTERING=h;f.ENTERED=g;f.EXITING=G;const Y=i=>i.scrollTop;function A(i,p){const{timeout:s,easing:o,style:n={}}=i;return{duration:n.transitionDuration??(typeof s=="number"?s:s[p.mode]||0),easing:n.transitionTimingFunction??(typeof o=="object"?o[p.mode]:o),delay:n.transitionDelay}}const ce={entering:{opacity:1},entered:{opacity:1}},$=N.forwardRef(function(p,s){const o=se.useTheme(),n={enter:o.transitions.duration.enteringScreen,exit:o.transitions.duration.leavingScreen},{addEndListener:t,appear:r=!0,children:a,easing:u,in:l,onEnter:d,onEntered:x,onEntering:R,onExit:k,onExited:j,onExiting:q,style:m,timeout:b=n,TransitionComponent:M=f,...L}=p,E=N.useRef(null),U=W.useForkRef(E,K(a),s),T=c=>y=>{if(c){const C=E.current;y===void 0?c(C):c(C,y)}},B=T(R),I=T((c,y)=>{Y(c);const C=A({style:m,timeout:b,easing:u},{mode:"enter"});c.style.webkitTransition=o.transitions.create("opacity",C),c.style.transition=o.transitions.create("opacity",C),d&&d(c,y)}),F=T(x),te=T(q),ne=T(c=>{const y=A({style:m,timeout:b,easing:u},{mode:"exit"});c.style.webkitTransition=o.transitions.create("opacity",y),c.style.transition=o.transitions.create("opacity",y),k&&k(c)}),oe=T(j),re=c=>{t&&t(E.current,c)};return _.jsx(M,{appear:r,in:l,nodeRef:E,onEnter:I,onEntered:F,onEntering:B,onExit:ne,onExited:oe,onExiting:te,addEndListener:re,timeout:b,...L,children:(c,y)=>N.cloneElement(a,{style:{opacity:0,visibility:c==="exited"&&!l?"hidden":void 0,...ce[c],...m,...a.props.style},ref:U,...y})})});process.env.NODE_ENV!=="production"&&($.propTypes={addEndListener:e.PropTypes.func,appear:e.PropTypes.bool,children:X.isRequired,easing:e.PropTypes.oneOfType([e.PropTypes.shape({enter:e.PropTypes.string,exit:e.PropTypes.string}),e.PropTypes.string]),in:e.PropTypes.bool,onEnter:e.PropTypes.func,onEntered:e.PropTypes.func,onEntering:e.PropTypes.func,onExit:e.PropTypes.func,onExited:e.PropTypes.func,onExiting:e.PropTypes.func,style:e.PropTypes.object,timeout:e.PropTypes.oneOfType([e.PropTypes.number,e.PropTypes.shape({appear:e.PropTypes.number,enter:e.PropTypes.number,exit:e.PropTypes.number})])});function Z(i){return e.generateUtilityClass("MuiBackdrop",i)}const le=e.generateUtilityClasses("MuiBackdrop",["root","invisible"]),de=i=>{const{ownerState:p,...s}=i;return s},fe=i=>{const{classes:p,invisible:s}=i,o={root:["root",s&&"invisible"]};return V.composeClasses(o,Z,p)},ye=V.styled("div",{name:"MuiBackdrop",slot:"Root",overridesResolver:(i,p)=>{const{ownerState:s}=i;return[p.root,s.invisible&&p.invisible]}})({position:"fixed",display:"flex",alignItems:"center",justifyContent:"center",right:0,bottom:0,top:0,left:0,backgroundColor:"rgba(0, 0, 0, 0.5)",WebkitTapHighlightColor:"transparent",variants:[{props:{invisible:!0},style:{backgroundColor:"transparent"}}]}),ee=N.forwardRef(function(p,s){const o=V.useDefaultProps({props:p,name:"MuiBackdrop"}),{children:n,className:t,component:r="div",invisible:a=!1,open:u,components:l={},componentsProps:d={},slotProps:x={},slots:R={},TransitionComponent:k,transitionDuration:j,...q}=o,m={...o,component:r,invisible:a},b=fe(m),M={transition:k,root:l.Root,...R},L={...d,...x},E={slots:M,slotProps:L},[U,T]=H.useSlot("root",{elementType:ye,externalForwardedProps:E,className:e.clsx(b.root,t),ownerState:m}),[B,I]=H.useSlot("transition",{elementType:$,externalForwardedProps:E,ownerState:m}),F=de(I);return _.jsx(B,{in:u,timeout:j,...q,...F,children:_.jsx(U,{"aria-hidden":!0,...T,classes:b,ref:s,children:n})})});process.env.NODE_ENV!=="production"&&(ee.propTypes={children:e.PropTypes.node,classes:e.PropTypes.object,className:e.PropTypes.string,component:e.PropTypes.elementType,components:e.PropTypes.shape({Root:e.PropTypes.elementType}),componentsProps:e.PropTypes.shape({root:e.PropTypes.object}),invisible:e.PropTypes.bool,open:e.PropTypes.bool.isRequired,slotProps:e.PropTypes.shape({root:e.PropTypes.oneOfType([e.PropTypes.func,e.PropTypes.object]),transition:e.PropTypes.oneOfType([e.PropTypes.func,e.PropTypes.object])}),slots:e.PropTypes.shape({root:e.PropTypes.elementType,transition:e.PropTypes.elementType}),sx:e.PropTypes.oneOfType([e.PropTypes.arrayOf(e.PropTypes.oneOfType([e.PropTypes.func,e.PropTypes.object,e.PropTypes.bool])),e.PropTypes.func,e.PropTypes.object]),TransitionComponent:e.PropTypes.elementType,transitionDuration:e.PropTypes.oneOfType([e.PropTypes.number,e.PropTypes.shape({appear:e.PropTypes.number,enter:e.PropTypes.number,exit:e.PropTypes.number})])});exports.Backdrop=ee;exports.Fade=$;exports.Transition=f;exports.backdropClasses=le;exports.classNamesShape=ue;exports.elementAcceptingRef=X;exports.forceReflow=Q;exports.getBackdropUtilityClass=Z;exports.getReactElementRef=K;exports.getTransitionProps=A;exports.reflow=Y;