@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
@@ -1,30 +1,35 @@
1
1
  import { jsx as k, jsxs as ve } from "react/jsx-runtime";
2
- import { r as Xr } from "./fr-BbQGEyOf.js";
3
- import { _ as x, B as wn, T as ko } from "./ButtonBase-BdvHQ0Vd.js";
2
+ import { r as Xr } from "./fr-B8_MxRl5.js";
3
+ import { _ as x, B as wn, T as ko } from "./ButtonBase-CFD7NVUc.js";
4
4
  import { _ as Zr, a as ae } from "./TransitionGroupContext-DMJLhY9-.js";
5
5
  import * as b from "react";
6
6
  import Zn from "react";
7
- import { P as n, I as me, J as he, K as ce, L as pe, n as xe, a2 as ht, Y as Lt } from "./identifier-BspJ_uqC.js";
8
- import { a as Qr, u as be } from "./useThemeProps-kJZsUF6E.js";
9
- import { a as Jr } from "./useTheme-B4Cg2FUT.js";
10
- import { g as ea } from "./useThemeProps-B87e2Gmx.js";
11
- import { u as Fe, e as ta, r as Le } from "./refType-B0086dcQ.js";
12
- import { s as K, u as nt, c as ge, g as na } from "./DefaultPropsProvider-BE624hnX.js";
13
- import { T as gt } from "./Typography-HjpyrRz2.js";
14
- import { c as He } from "./createSvgIcon-D8j2pi8H.js";
15
- import { u as Z } from "./useTimeout-BFZIFO63.js";
16
- import { u as Sn, r as To } from "./useTheme-DCeWFyuq.js";
17
- import { f as oa, T as Ro, d as ra, B as aa, F as Nt } from "./Backdrop-CV5zVFtT.js";
18
- import { a as fe, u as Ye } from "./index-BD4CTHtk.js";
19
- import { u as Ce, c as Io } from "./useForkRef-D-DyzOXj.js";
20
- import { A as sa, P as Pn, C as Kt, D as Eo, E as ia, H as Xt, G as la, J as ca, z as Je, L as ua, F as da, c as pa, a as fa, T as ma } from "./TextField-ptOYG3fA.js";
7
+ import { P as n, I as me, J as he, L as ce, K as pe, n as xe, a2 as ht, Z as Lt } from "./identifier-BqadgaK7.js";
8
+ import { a as Qr, u as be } from "./useThemeProps-FiA8ivG-.js";
9
+ import { a as Jr } from "./useTheme-oM_SFWy4.js";
10
+ import { g as ea } from "./useThemeProps-BlQ3SLfB.js";
11
+ import { u as Fe, e as ta, r as Le } from "./refType-DlHf9HvO.js";
12
+ import { s as K, u as nt, c as ge, g as na } from "./DefaultPropsProvider-CaRoy5OV.js";
13
+ import { T as gt } from "./Typography-C_ESP41L.js";
14
+ import { c as He } from "./createSvgIcon-DxbvMQd7.js";
15
+ import { u as Z } from "./useTimeout-D16vpBhn.js";
16
+ import { u as Sn } from "./useTheme-CtT7O-Wk.js";
17
+ import { f as oa, T as To, d as ra, B as aa, F as Nt } from "./Backdrop-RBPtVAPX.js";
18
+ import { a as fe, u as Ye } from "./index-CRT92bm7.js";
19
+ import { u as Ce, c as Ro } from "./useForkRef-D-DyzOXj.js";
20
+ import { u as Je } from "./useControlled-BYdyS7Pn.js";
21
21
  import { u as bt } from "./useId-CK6Kn3Tn.js";
22
- import { I as tn } from "./IconButton-BM6tD2wP.js";
23
- import { g as Qn, u as nn } from "./InputBase-Ck6jdGdt.js";
24
- import { I as Vo } from "./InputAdornment-DwegBPlu.js";
22
+ import { I as tn } from "./IconButton-Av8eJ5IG.js";
23
+ import { i as Io, F as sa } from "./FormLabel-B4QlkhhB.js";
24
+ import { n as ia, P as Pn, j as Kt, q as la, H as Xt, G as ca, r as ua, L as da, a as pa } from "./Select-BlPQngVF.js";
25
+ import { F as fa, T as ma } from "./TextField-C-B529_r.js";
26
+ import { u as nn } from "./useFormControl-CatNKXAi.js";
27
+ import { I as Eo } from "./InputAdornment-COPtZlSD.js";
28
+ import { r as Vo } from "./resolveComponentProps-CxJ2yAJn.js";
25
29
  import { a as kt } from "./ownerWindow-BoRkeomM.js";
26
- import { B as zt } from "./Button-Ba8IQCCs.js";
27
- import { m as on } from "./memoTheme-CwR5ZU7e.js";
30
+ import { B as zt } from "./Button-Bjy0iPNm.js";
31
+ import { d as Qn } from "./InputBase-Bbgoz8GV.js";
32
+ import { m as on } from "./memoTheme-DfGVDRrB.js";
28
33
  import { c as qt } from "./createSimplePaletteValueFilter-B7--0ryQ.js";
29
34
  function ha(e, t, o, r, a) {
30
35
  const [s, c] = b.useState(() => a && o ? o(e).matches : r ? r(e).matches : t);
@@ -172,7 +177,7 @@ var Ca = function(t, o) {
172
177
  var a = this.props;
173
178
  a.classNames;
174
179
  var s = ae(a, ["classNames"]);
175
- return /* @__PURE__ */ Zn.createElement(Ro, x({}, s, {
180
+ return /* @__PURE__ */ Zn.createElement(To, x({}, s, {
176
181
  onEnter: this.onEnter,
177
182
  onEntered: this.onEntered,
178
183
  onEntering: this.onEntering,
@@ -185,7 +190,7 @@ var Ca = function(t, o) {
185
190
  Mn.defaultProps = {
186
191
  classNames: ""
187
192
  };
188
- Mn.propTypes = process.env.NODE_ENV !== "production" ? x({}, Ro.propTypes, {
193
+ Mn.propTypes = process.env.NODE_ENV !== "production" ? x({}, To.propTypes, {
189
194
  /**
190
195
  * The animation classNames applied to the component as it appears, enters,
191
196
  * exits or has finished the transition. A single name can be provided, which
@@ -840,7 +845,7 @@ const Ra = K(aa, {
840
845
  paper: ["paper", `paperScroll${ce(o)}`, `paperWidth${ce(String(r))}`, a && "paperFullWidth", s && "paperFullScreen"]
841
846
  };
842
847
  return ge(c, Ta, t);
843
- }, Ea = K(sa, {
848
+ }, Ea = K(ia, {
844
849
  name: "MuiDialog",
845
850
  slot: "Root",
846
851
  overridesResolver: (e, t) => t.root
@@ -1217,7 +1222,7 @@ process.env.NODE_ENV !== "production" && ($o.propTypes = {
1217
1222
  function Fa(e) {
1218
1223
  return me("MuiDialogActions", e);
1219
1224
  }
1220
- const fp = he("MuiDialogActions", ["root", "spacing"]), La = (e) => {
1225
+ const yp = he("MuiDialogActions", ["root", "spacing"]), La = (e) => {
1221
1226
  const {
1222
1227
  classes: t,
1223
1228
  disableSpacing: o
@@ -1299,8 +1304,8 @@ process.env.NODE_ENV !== "production" && (jo.propTypes = {
1299
1304
  function $a(e) {
1300
1305
  return me("MuiDialogContent", e);
1301
1306
  }
1302
- const mp = he("MuiDialogContent", ["root", "dividers"]);
1303
- function hp(e) {
1307
+ const vp = he("MuiDialogContent", ["root", "dividers"]);
1308
+ function wp(e) {
1304
1309
  return me("MuiDialogTitle", e);
1305
1310
  }
1306
1311
  const ja = he("MuiDialogTitle", ["root"]), Ba = (e) => {
@@ -1396,8 +1401,8 @@ process.env.NODE_ENV !== "production" && (Bo.propTypes = {
1396
1401
  function Ya(e) {
1397
1402
  return me("MuiListItem", e);
1398
1403
  }
1399
- const gp = he("MuiListItem", ["root", "container", "dense", "alignItemsFlexStart", "divider", "gutters", "padding", "secondaryAction"]);
1400
- function bp(e) {
1404
+ const Dp = he("MuiListItem", ["root", "container", "dense", "alignItemsFlexStart", "divider", "gutters", "padding", "secondaryAction"]);
1405
+ function xp(e) {
1401
1406
  return me("MuiListItemButton", e);
1402
1407
  }
1403
1408
  const za = he("MuiListItemButton", ["root", "focusVisible", "dense", "alignItemsFlexStart", "disabled", "divider", "gutters", "selected"]);
@@ -1628,7 +1633,7 @@ const _a = (e, t) => {
1628
1633
  dense: w || P.dense || !1,
1629
1634
  alignItems: a,
1630
1635
  disableGutters: h
1631
- }), [a, P.dense, w, h]), O = b.useRef(null), S = b.Children.toArray(s), N = S.length && Eo(S[S.length - 1], ["ListItemSecondaryAction"]), $ = {
1636
+ }), [a, P.dense, w, h]), O = b.useRef(null), S = b.Children.toArray(s), N = S.length && Io(S[S.length - 1], ["ListItemSecondaryAction"]), $ = {
1632
1637
  ...r,
1633
1638
  alignItems: a,
1634
1639
  dense: M.dense,
@@ -1695,12 +1700,12 @@ process.env.NODE_ENV !== "production" && (Wo.propTypes = {
1695
1700
  * The content of the component if a `ListItemSecondaryAction` is used it must
1696
1701
  * be the last child.
1697
1702
  */
1698
- children: Io(n.node, (e) => {
1703
+ children: Ro(n.node, (e) => {
1699
1704
  const t = b.Children.toArray(e.children);
1700
1705
  let o = -1;
1701
1706
  for (let r = t.length - 1; r >= 0; r -= 1) {
1702
1707
  const a = t[r];
1703
- if (Eo(a, ["ListItemSecondaryAction"])) {
1708
+ if (Io(a, ["ListItemSecondaryAction"])) {
1704
1709
  o = r;
1705
1710
  break;
1706
1711
  }
@@ -2861,7 +2866,7 @@ const si = (e) => {
2861
2866
  onEnter: P,
2862
2867
  onExited: M
2863
2868
  } : void 0;
2864
- return /* @__PURE__ */ k(ia, {
2869
+ return /* @__PURE__ */ k(la, {
2865
2870
  disablePortal: l,
2866
2871
  container: O,
2867
2872
  children: /* @__PURE__ */ k(li, {
@@ -2902,7 +2907,7 @@ process.env.NODE_ENV !== "production" && (Zo.propTypes = {
2902
2907
  * It's used to set the position of the popper.
2903
2908
  * The return value will passed as the reference object of the Popper instance.
2904
2909
  */
2905
- anchorEl: Io(n.oneOfType([Xt, n.object, n.func]), (e) => {
2910
+ anchorEl: Ro(n.oneOfType([Xt, n.object, n.func]), (e) => {
2906
2911
  if (e.open) {
2907
2912
  const t = Qt(e.anchorEl);
2908
2913
  if (t && an(t) && t.nodeType === 1) {
@@ -4817,7 +4822,7 @@ function Ml(e) {
4817
4822
  }, [i, u, s]);
4818
4823
  const [v, f, y] = Sl(i, c ?? l), g = b.useRef(null), C = Ce(g, a), D = Ce(C, v), P = t, M = wl(P), O = yr(), S = w ?? O, N = (F) => {
4819
4824
  F.key === "Escape" && (F.stopPropagation(), l());
4820
- }, $ = (p == null ? void 0 : p.desktopTransition) ?? S ? Nt : la, T = (p == null ? void 0 : p.desktopTrapFocus) ?? ca, I = (p == null ? void 0 : p.desktopPaper) ?? xl, E = (p == null ? void 0 : p.popper) ?? Dl, R = fe({
4825
+ }, $ = (p == null ? void 0 : p.desktopTransition) ?? S ? Nt : ca, T = (p == null ? void 0 : p.desktopTrapFocus) ?? ua, I = (p == null ? void 0 : p.desktopPaper) ?? xl, E = (p == null ? void 0 : p.popper) ?? Dl, R = fe({
4821
4826
  elementType: E,
4822
4827
  externalSlotProps: m == null ? void 0 : m.popper,
4823
4828
  additionalProps: {
@@ -5444,7 +5449,7 @@ function Cr(e) {
5444
5449
  disabled: !a(d)
5445
5450
  });
5446
5451
  });
5447
- return /* @__PURE__ */ k(ua, x({
5452
+ return /* @__PURE__ */ k(da, x({
5448
5453
  dense: !0,
5449
5454
  sx: [{
5450
5455
  maxHeight: zn,
@@ -5823,7 +5828,7 @@ const Kl = ["props", "getOpenDialogAriaText"], Gl = ["ownerState"], Xl = ["owner
5823
5828
  autoFocusView: !0,
5824
5829
  additionalViewProps: {},
5825
5830
  wrapperVariant: "desktop"
5826
- })), z = a.inputAdornment ?? Vo, ne = fe({
5831
+ })), z = a.inputAdornment ?? Eo, ne = fe({
5827
5832
  elementType: z,
5828
5833
  externalSlotProps: s == null ? void 0 : s.inputAdornment,
5829
5834
  additionalProps: {
@@ -7008,7 +7013,7 @@ const nc = He(/* @__PURE__ */ k("path", {
7008
7013
  return x({}, i, {
7009
7014
  InputProps: x({}, a, {
7010
7015
  endAdornment: /* @__PURE__ */ ve(b.Fragment, {
7011
- children: [o && /* @__PURE__ */ k(Vo, {
7016
+ children: [o && /* @__PURE__ */ k(Eo, {
7012
7017
  position: "end",
7013
7018
  sx: {
7014
7019
  marginRight: a != null && a.endAdornment ? -1 : -1.5
@@ -8366,7 +8371,7 @@ const Jc = ["onFocus", "onBlur", "className", "color", "disabled", "error", "var
8366
8371
  standard: Kn,
8367
8372
  filled: _n,
8368
8373
  outlined: Un
8369
- }, tu = K(da, {
8374
+ }, tu = K(sa, {
8370
8375
  name: "MuiPickersTextField",
8371
8376
  slot: "Root",
8372
8377
  overridesResolver: (e, t) => t.root
@@ -11597,7 +11602,7 @@ const ut = ({
11597
11602
  slotProps: x({}, s.slotProps, {
11598
11603
  field: (p) => {
11599
11604
  var m;
11600
- return x({}, To((m = s.slotProps) == null ? void 0 : m.field, p), gr(s), {
11605
+ return x({}, Vo((m = s.slotProps) == null ? void 0 : m.field, p), gr(s), {
11601
11606
  ref: o
11602
11607
  });
11603
11608
  },
@@ -12080,7 +12085,7 @@ const Nd = ["props", "getOpenDialogAriaText"], $d = (e) => {
12080
12085
  slotProps: x({}, s.slotProps, {
12081
12086
  field: (p) => {
12082
12087
  var m;
12083
- return x({}, To((m = s.slotProps) == null ? void 0 : m.field, p), gr(s), {
12088
+ return x({}, Vo((m = s.slotProps) == null ? void 0 : m.field, p), gr(s), {
12084
12089
  ref: o
12085
12090
  });
12086
12091
  },
@@ -12749,7 +12754,7 @@ process.env.NODE_ENV !== "production" && (qr.propTypes = {
12749
12754
  */
12750
12755
  yearsPerRow: n.oneOf([3, 4])
12751
12756
  });
12752
- const yp = ({
12757
+ const Cp = ({
12753
12758
  adapterLocale: e = "fr",
12754
12759
  ...t
12755
12760
  }) => /* @__PURE__ */ k(
@@ -12770,17 +12775,17 @@ export {
12770
12775
  ie as c,
12771
12776
  Tt as d,
12772
12777
  Ta as e,
12773
- fp as f,
12778
+ yp as f,
12774
12779
  Pa as g,
12775
12780
  Fa as h,
12776
- mp as i,
12781
+ vp as i,
12777
12782
  $a as j,
12778
12783
  ja as k,
12779
- hp as l,
12780
- gp as m,
12784
+ wp as l,
12785
+ Dp as m,
12781
12786
  Ya as n,
12782
12787
  za as o,
12783
- bp as p,
12784
- yp as q,
12788
+ xp as p,
12789
+ Cp as q,
12785
12790
  No as r
12786
12791
  };
@@ -1,7 +1,7 @@
1
- import { _ as U, M as Ee, $ as he, N as Pe, O as X, K as _e, H as Te, P as Y, u as Re, T as be } from "./identifier-BspJ_uqC.js";
1
+ import { _ as K, M as Ee, $ as he, N as Pe, O as X, L as _e, H as Te, P as Y, u as Re, T as be } from "./identifier-BqadgaK7.js";
2
2
  import * as Q from "react";
3
3
  import { jsx as we } from "react/jsx-runtime";
4
- function Ke(e, o, t = void 0) {
4
+ function Ue(e, o, t = void 0) {
5
5
  const i = {};
6
6
  for (const s in e) {
7
7
  const f = e[s];
@@ -107,7 +107,7 @@ function $e() {
107
107
  return G || (G = 1, process.env.NODE_ENV !== "production" && function() {
108
108
  var e = Symbol.for("react.element"), o = Symbol.for("react.portal"), t = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), s = Symbol.for("react.profiler"), f = Symbol.for("react.provider"), u = Symbol.for("react.context"), d = Symbol.for("react.server_context"), y = Symbol.for("react.forward_ref"), m = Symbol.for("react.suspense"), p = Symbol.for("react.suspense_list"), E = Symbol.for("react.memo"), P = Symbol.for("react.lazy"), A = Symbol.for("react.offscreen"), x = !1, S = !1, r = !1, T = !1, O = !1, g;
109
109
  g = Symbol.for("react.module.reference");
110
- function I(n) {
110
+ function L(n) {
111
111
  return !!(typeof n == "string" || typeof n == "function" || n === t || n === s || O || n === i || n === m || n === p || T || n === A || x || S || r || typeof n == "object" && n !== null && (n.$$typeof === P || n.$$typeof === E || n.$$typeof === f || n.$$typeof === u || n.$$typeof === y || // This needs to include all possible module reference object
112
112
  // types supported by any Flight configuration anywhere since
113
113
  // we don't know which Flight build this will end up being used
@@ -128,15 +128,15 @@ function $e() {
128
128
  case p:
129
129
  return D;
130
130
  default:
131
- var K = D && D.$$typeof;
132
- switch (K) {
131
+ var U = D && D.$$typeof;
132
+ switch (U) {
133
133
  case d:
134
134
  case u:
135
135
  case y:
136
136
  case P:
137
137
  case E:
138
138
  case f:
139
- return K;
139
+ return U;
140
140
  default:
141
141
  return z;
142
142
  }
@@ -146,7 +146,7 @@ function $e() {
146
146
  }
147
147
  }
148
148
  }
149
- var v = u, w = f, R = e, j = y, N = t, M = P, _ = E, b = o, h = s, C = i, $ = m, L = p, F = !1, W = !1;
149
+ var v = u, w = f, R = e, j = y, N = t, M = P, _ = E, b = o, h = s, C = i, $ = m, I = p, F = !1, W = !1;
150
150
  function oe(n) {
151
151
  return F || (F = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")), !1;
152
152
  }
@@ -189,7 +189,7 @@ function $e() {
189
189
  function ve(n) {
190
190
  return l(n) === p;
191
191
  }
192
- c.ContextConsumer = v, c.ContextProvider = w, c.Element = R, c.ForwardRef = j, c.Fragment = N, c.Lazy = M, c.Memo = _, c.Portal = b, c.Profiler = h, c.StrictMode = C, c.Suspense = $, c.SuspenseList = L, c.isAsyncMode = oe, c.isConcurrentMode = se, c.isContextConsumer = ie, c.isContextProvider = ae, c.isElement = ce, c.isForwardRef = ue, c.isFragment = fe, c.isLazy = le, c.isMemo = de, c.isPortal = me, c.isProfiler = ye, c.isStrictMode = pe, c.isSuspense = Se, c.isSuspenseList = ve, c.isValidElementType = I, c.typeOf = l;
192
+ c.ContextConsumer = v, c.ContextProvider = w, c.Element = R, c.ForwardRef = j, c.Fragment = N, c.Lazy = M, c.Memo = _, c.Portal = b, c.Profiler = h, c.StrictMode = C, c.Suspense = $, c.SuspenseList = I, c.isAsyncMode = oe, c.isConcurrentMode = se, c.isContextConsumer = ie, c.isContextProvider = ae, c.isElement = ce, c.isForwardRef = ue, c.isFragment = fe, c.isLazy = le, c.isMemo = de, c.isPortal = me, c.isProfiler = ye, c.isStrictMode = pe, c.isSuspense = Se, c.isSuspenseList = ve, c.isValidElementType = L, c.typeOf = l;
193
193
  }()), c;
194
194
  }
195
195
  process.env.NODE_ENV === "production" ? q.exports = Ce() : q.exports = $e();
@@ -224,11 +224,11 @@ function xe(e) {
224
224
  ...t
225
225
  } = e, i = {
226
226
  variants: o,
227
- style: U(t),
227
+ style: K(t),
228
228
  isProcessed: !0
229
229
  };
230
230
  return i.style === t || o && o.forEach((s) => {
231
- typeof s.style != "function" && (s.style = U(s.style));
231
+ typeof s.style != "function" && (s.style = K(s.style));
232
232
  }), i;
233
233
  }
234
234
  const Me = Ee();
@@ -239,7 +239,7 @@ function Oe(e) {
239
239
  return e ? (o, t) => t[e] : null;
240
240
  }
241
241
  function Ne(e, o, t) {
242
- e.theme = Le(e.theme) ? t : e.theme[o] || e.theme;
242
+ e.theme = Ie(e.theme) ? t : e.theme[o] || e.theme;
243
243
  }
244
244
  function V(e, o) {
245
245
  const t = typeof o == "function" ? o(e) : o;
@@ -314,7 +314,7 @@ function Fe(e = {}) {
314
314
  p === "Root" || p === "root" ? T = i : p ? T = s : De(d) && (T = void 0);
315
315
  const O = Pe(d, {
316
316
  shouldForwardProp: T,
317
- label: Ie(m, p),
317
+ label: Le(m, p),
318
318
  ...x
319
319
  }), g = (l) => {
320
320
  if (typeof l == "function" && l.__emotion_real !== l)
@@ -328,11 +328,11 @@ function Fe(e = {}) {
328
328
  } : v.style;
329
329
  }
330
330
  return l;
331
- }, I = (...l) => {
331
+ }, L = (...l) => {
332
332
  const v = [], w = l.map(g), R = [];
333
333
  if (v.push(f), m && A && R.push(function(_) {
334
- var $, L;
335
- const h = (L = ($ = _.theme.components) == null ? void 0 : $[m]) == null ? void 0 : L.styleOverrides;
334
+ var $, I;
335
+ const h = (I = ($ = _.theme.components) == null ? void 0 : $[m]) == null ? void 0 : I.styleOverrides;
336
336
  if (!h)
337
337
  return null;
338
338
  const C = {};
@@ -351,17 +351,17 @@ function Fe(e = {}) {
351
351
  const j = [...v, ...w, ...R], N = O(...j);
352
352
  return d.muiName && (N.muiName = d.muiName), process.env.NODE_ENV !== "production" && (N.displayName = ge(m, p, d)), N;
353
353
  };
354
- return O.withConfig && (I.withConfig = O.withConfig), I;
354
+ return O.withConfig && (L.withConfig = O.withConfig), L;
355
355
  };
356
356
  }
357
357
  function ge(e, o, t) {
358
358
  return e ? `${e}${_e(o || "")}` : `Styled(${Ae(t)})`;
359
359
  }
360
- function Ie(e, o) {
360
+ function Le(e, o) {
361
361
  let t;
362
362
  return process.env.NODE_ENV !== "production" && e && (t = `${e}-${re(o || "Root")}`), t;
363
363
  }
364
- function Le(e) {
364
+ function Ie(e) {
365
365
  for (const o in e)
366
366
  return !1;
367
367
  return !0;
@@ -459,7 +459,7 @@ const ze = Re();
459
459
  function ke(e) {
460
460
  return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
461
461
  }
462
- const qe = (e) => ke(e) && e !== "classes", Ue = Fe({
462
+ const qe = (e) => ke(e) && e !== "classes", Ke = Fe({
463
463
  themeId: be,
464
464
  defaultTheme: ze,
465
465
  rootShouldForwardProp: qe
@@ -470,15 +470,15 @@ function Xe(e) {
470
470
  }
471
471
  export {
472
472
  Ve as D,
473
- Fe as a,
474
- qe as b,
475
- Ke as c,
473
+ H as a,
474
+ Fe as b,
475
+ Ue as c,
476
476
  ze as d,
477
477
  Z as e,
478
478
  ke as f,
479
479
  k as g,
480
480
  xe as p,
481
- H as r,
482
- Ue as s,
481
+ qe as r,
482
+ Ke as s,
483
483
  Xe as u
484
484
  };
@@ -0,0 +1 @@
1
+ "use strict";const A=require("react"),e=require("./identifier-BQH88SE0.cjs"),q=require("./memoTheme-B6o2KVgJ.cjs"),j=require("./formControlState-DCkDUdfO.cjs"),V=require("./useSlot-42jgZftI.cjs"),m=require("react/jsx-runtime"),n=require("./DefaultPropsProvider-BrX6iuA3.cjs"),R=require("./useFormControl-haP0iPhl.cjs"),x=require("./Typography-5OodZ94T.cjs"),W=require("./refType-Do7KaOvv.cjs");function B(o){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(o){for(const s in o)if(s!=="default"){const t=Object.getOwnPropertyDescriptor(o,s);Object.defineProperty(r,s,t.get?t:{enumerable:!0,get:()=>o[s]})}}return r.default=o,Object.freeze(r)}const h=B(A);function L(o){return e.generateUtilityClass("MuiFormControlLabel",o)}const i=e.generateUtilityClasses("MuiFormControlLabel",["root","labelPlacementStart","labelPlacementTop","labelPlacementBottom","disabled","label","error","required","asterisk"]),H=o=>{const{classes:r,disabled:s,labelPlacement:t,error:l,required:c}=o,u={root:["root",s&&"disabled",`labelPlacement${e.capitalize(t)}`,l&&"error",c&&"required"],label:["label",s&&"disabled"],asterisk:["asterisk",l&&"error"]};return n.composeClasses(u,L,r)},I=n.styled("label",{name:"MuiFormControlLabel",slot:"Root",overridesResolver:(o,r)=>{const{ownerState:s}=o;return[{[`& .${i.label}`]:r.label},r.root,r[`labelPlacement${e.capitalize(s.labelPlacement)}`]]}})(q.memoTheme(({theme:o})=>({display:"inline-flex",alignItems:"center",cursor:"pointer",verticalAlign:"middle",WebkitTapHighlightColor:"transparent",marginLeft:-11,marginRight:16,[`&.${i.disabled}`]:{cursor:"default"},[`& .${i.label}`]:{[`&.${i.disabled}`]:{color:(o.vars||o).palette.text.disabled}},variants:[{props:{labelPlacement:"start"},style:{flexDirection:"row-reverse",marginRight:-11}},{props:{labelPlacement:"top"},style:{flexDirection:"column-reverse"}},{props:{labelPlacement:"bottom"},style:{flexDirection:"column"}},{props:({labelPlacement:r})=>r==="start"||r==="top"||r==="bottom",style:{marginLeft:16}}]}))),J=n.styled("span",{name:"MuiFormControlLabel",slot:"Asterisk",overridesResolver:(o,r)=>r.asterisk})(q.memoTheme(({theme:o})=>({[`&.${i.error}`]:{color:(o.vars||o).palette.error.main}}))),O=h.forwardRef(function(r,s){const t=n.useDefaultProps({props:r,name:"MuiFormControlLabel"}),{checked:l,className:c,componentsProps:u={},control:a,disabled:T,disableTypography:y,inputRef:F,label:D,labelPlacement:G="end",name:Y,onChange:Z,required:M,slots:U={},slotProps:k={},value:ee,...$}=t,d=R.useFormControl(),v=T??a.props.disabled??(d==null?void 0:d.disabled),C=M??a.props.required,w={disabled:v,required:C};["checked","name","onChange","value","inputRef"].forEach(P=>{typeof a.props[P]>"u"&&typeof t[P]<"u"&&(w[P]=t[P])});const E=j.formControlState({props:t,muiFormControl:d,states:["error"]}),b={...t,disabled:v,labelPlacement:G,required:C,error:E.error},g=H(b),_={slots:U,slotProps:{...u,...k}},[z,f]=V.useSlot("typography",{elementType:x.Typography,externalForwardedProps:_,ownerState:b});let p=D;return p!=null&&p.type!==x.Typography&&!y&&(p=m.jsx(z,{component:"span",...f,className:e.clsx(g.label,f==null?void 0:f.className),children:p})),m.jsxs(I,{className:e.clsx(g.root,c),ownerState:b,ref:s,...$,children:[h.cloneElement(a,w),C?m.jsxs("div",{children:[p,m.jsxs(J,{ownerState:b,"aria-hidden":!0,className:g.asterisk,children:[" ","*"]})]}):p]})});process.env.NODE_ENV!=="production"&&(O.propTypes={checked:e.PropTypes.bool,classes:e.PropTypes.object,className:e.PropTypes.string,componentsProps:e.PropTypes.shape({typography:e.PropTypes.object}),control:e.PropTypes.element.isRequired,disabled:e.PropTypes.bool,disableTypography:e.PropTypes.bool,inputRef:W.refType,label:e.PropTypes.node,labelPlacement:e.PropTypes.oneOf(["bottom","end","start","top"]),name:e.PropTypes.string,onChange:e.PropTypes.func,required:e.PropTypes.bool,slotProps:e.PropTypes.shape({typography:e.PropTypes.oneOfType([e.PropTypes.func,e.PropTypes.object])}),slots:e.PropTypes.shape({typography: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]),value:e.PropTypes.any});function S(o){return e.generateUtilityClass("MuiFormGroup",o)}const K=e.generateUtilityClasses("MuiFormGroup",["root","row","error"]),Q=o=>{const{classes:r,row:s,error:t}=o,l={root:["root",s&&"row",t&&"error"]};return n.composeClasses(l,S,r)},X=n.styled("div",{name:"MuiFormGroup",slot:"Root",overridesResolver:(o,r)=>{const{ownerState:s}=o;return[r.root,s.row&&r.row]}})({display:"flex",flexDirection:"column",flexWrap:"wrap",variants:[{props:{row:!0},style:{flexDirection:"row"}}]}),N=h.forwardRef(function(r,s){const t=n.useDefaultProps({props:r,name:"MuiFormGroup"}),{className:l,row:c=!1,...u}=t,a=R.useFormControl(),T=j.formControlState({props:t,muiFormControl:a,states:["error"]}),y={...t,row:c,error:T.error},F=Q(y);return m.jsx(X,{className:e.clsx(F.root,l),ownerState:y,ref:s,...u})});process.env.NODE_ENV!=="production"&&(N.propTypes={children:e.PropTypes.node,classes:e.PropTypes.object,className:e.PropTypes.string,row:e.PropTypes.bool,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])});exports.FormControlLabel=O;exports.FormGroup=N;exports.formControlLabelClasses=i;exports.formGroupClasses=K;exports.getFormControlLabelUtilityClasses=L;exports.getFormGroupUtilityClass=S;