@cgi-learning-hub/ui 1.0.0-dev.1721824898 → 1.0.0-dev.1721914990

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 (103) hide show
  1. package/dist/{Box-vGRO-On_.js → Box-BwHGDK_A.js} +10 -10
  2. package/dist/Button-BF7P0rje.js +359 -0
  3. package/dist/Button-BtjHaBJr.cjs +1 -0
  4. package/dist/{ButtonBase-vONl_zxO.js → ButtonBase-CWCHPphi.js} +36 -36
  5. package/dist/{CircularProgress-BDwTzcEn.js → CircularProgress-C_9OsPYJ.js} +17 -17
  6. package/dist/DatePicker-BE1RETq3.cjs +19 -0
  7. package/dist/DatePicker-DXoI-rbr.js +12663 -0
  8. package/dist/DefaultButton-AlqYHpLl.js +258 -0
  9. package/dist/DefaultButton-BfVdIzrl.cjs +1 -0
  10. package/dist/{IconButton-Ctm1Peef.js → IconButton-De3-6K2r.js} +7 -7
  11. package/dist/{SearchInput-Clr0qHPm.js → InputAdornment-CdamqNqi.js} +55 -87
  12. package/dist/InputAdornment-UyNuc0Mc.cjs +1 -0
  13. package/dist/{InputBase-Dqfior4W.js → InputBase-DYf00QVg.js} +25 -25
  14. package/dist/Stack-D1lCED40.cjs +1 -0
  15. package/dist/Stack-DIH86N4F.js +172 -0
  16. package/dist/{Tabs-D-RPVuW4.js → Tabs-D1zibo7D.js} +118 -131
  17. package/dist/Tabs-DZDo7UqF.cjs +4 -0
  18. package/dist/{TextInput-BxI4zwrY.js → TextField-BAVYnvQj.js} +411 -414
  19. package/dist/{TextInput-Ba5ly1H9.cjs → TextField-CH-kzN1l.cjs} +11 -11
  20. package/dist/Tooltip-BEg5oYwE.js +7463 -0
  21. package/dist/Tooltip-DppWsdRm.cjs +95 -0
  22. package/dist/{Typography-Cl3kH-A8.js → Typography-CbZkNGSr.js} +11 -11
  23. package/dist/components/Dropzone/Dropzone.cjs.js +1 -1
  24. package/dist/components/Dropzone/Dropzone.es.js +4 -4
  25. package/dist/components/Loader/Loader.es.js +1 -1
  26. package/dist/components/PaperHeader/PaperHeader.cjs.js +1 -1
  27. package/dist/components/PaperHeader/PaperHeader.es.js +2 -2
  28. package/dist/components/PaperHeader/PaperHeader.stories.es.js +2 -2
  29. package/dist/components/buttons/DefaultButton/DefaultButton.cjs.js +1 -1
  30. package/dist/components/buttons/DefaultButton/DefaultButton.es.js +2 -2
  31. package/dist/components/buttons/DefaultButton/DefaultButtonIcon.es.js +2 -2
  32. package/dist/components/buttons/DefaultButton/index.cjs.js +1 -1
  33. package/dist/components/buttons/DefaultButton/index.es.js +1 -1
  34. package/dist/components/buttons/IconButton.stories.es.js +3 -3
  35. package/dist/components/buttons/PrimaryButton/PrimaryButton.cjs.js +1 -1
  36. package/dist/components/buttons/PrimaryButton/PrimaryButton.es.js +1 -1
  37. package/dist/components/buttons/PrimaryButton/PrimaryButton.stories.es.js +1 -1
  38. package/dist/components/buttons/SecondaryButton/SecondaryButton.cjs.js +1 -1
  39. package/dist/components/buttons/SecondaryButton/SecondaryButton.es.js +1 -1
  40. package/dist/components/buttons/SecondaryButton/SecondaryButton.stories.es.js +1 -1
  41. package/dist/components/buttons/index.cjs.js +1 -1
  42. package/dist/components/buttons/index.es.js +1 -1
  43. package/dist/components/feedback/QueryError/QueryError.es.js +1 -1
  44. package/dist/components/index.cjs.js +1 -1
  45. package/dist/components/index.d.ts +1 -5
  46. package/dist/components/index.es.js +269 -278
  47. package/dist/components/inputs/PasswordInput/PasswordInput.cjs.js +1 -1
  48. package/dist/components/inputs/PasswordInput/PasswordInput.es.js +18 -16
  49. package/dist/components/inputs/SearchInput/SearchInput.cjs.js +1 -1
  50. package/dist/components/inputs/SearchInput/SearchInput.es.js +36 -5
  51. package/dist/components/inputs/SearchInput/SearchInput.stories.cjs.js +1 -1
  52. package/dist/components/inputs/SearchInput/SearchInput.stories.es.js +4 -4
  53. package/dist/components/inputs/SearchInput/index.cjs.js +1 -1
  54. package/dist/components/inputs/SearchInput/index.es.js +2 -2
  55. package/dist/components/inputs/TextInput/TextInput.cjs.js +1 -1
  56. package/dist/components/inputs/TextInput/TextInput.es.js +4 -3
  57. package/dist/components/inputs/TextInput/TextInput.stories.cjs.js +1 -1
  58. package/dist/components/inputs/TextInput/TextInput.stories.es.js +1 -1
  59. package/dist/components/inputs/TextInput/index.cjs.js +1 -1
  60. package/dist/components/inputs/TextInput/index.es.js +2 -2
  61. package/dist/components/inputs/index.cjs.js +1 -1
  62. package/dist/components/inputs/index.es.js +6 -6
  63. package/dist/components/lists/FileList/FileList.es.js +1 -1
  64. package/dist/components/lists/FileList/FileListItem.es.js +6 -6
  65. package/dist/components/lists/TabList.stories.cjs.js +1 -1
  66. package/dist/components/lists/TabList.stories.es.js +16 -15
  67. package/dist/components/pickers/DatePicker/DatePicker.cjs.js +1 -0
  68. package/dist/components/pickers/DatePicker/DatePicker.d.ts +8 -0
  69. package/dist/components/pickers/DatePicker/DatePicker.es.js +6 -0
  70. package/dist/components/pickers/DatePicker/DatePicker.stories.cjs.js +1 -0
  71. package/dist/components/pickers/DatePicker/DatePicker.stories.d.ts +5 -0
  72. package/dist/components/pickers/DatePicker/DatePicker.stories.es.js +16 -0
  73. package/dist/components/pickers/DatePicker/index.cjs.js +1 -0
  74. package/dist/components/pickers/DatePicker/index.d.ts +2 -0
  75. package/dist/components/pickers/DatePicker/index.es.js +4 -0
  76. package/dist/components/pickers/index.cjs.js +1 -0
  77. package/dist/components/pickers/index.d.ts +1 -0
  78. package/dist/components/pickers/index.es.js +4 -0
  79. package/dist/createStyled-CXNF_m2b.js +142 -0
  80. package/dist/createStyled-CcHh6cyo.cjs +1 -0
  81. package/dist/{createSvgIcon-BwGNMrhW.js → createSvgIcon-B6V0jwwg.js} +5 -5
  82. package/dist/{createSvgIcon-Blbo0WDd.js → createSvgIcon-CGvnINlY.js} +15 -15
  83. package/dist/fr-BWMVjh4G.js +307 -0
  84. package/dist/fr-CzL4IYLw.cjs +1 -0
  85. package/dist/{identifier-wKuu0zOr.js → identifier-C_DzvlWx.js} +24 -24
  86. package/dist/index.cjs.js +1 -1
  87. package/dist/index.es.js +270 -279
  88. package/dist/{refType-Bqz8QGtc.js → refType-KXZNSMpq.js} +1 -1
  89. package/dist/{styled-CFCmdTd8.js → styled-DCjqF2JO.js} +29 -29
  90. package/dist/{useTheme-DWyCcDbs.js → useTheme-8G-WLfhQ.js} +7 -7
  91. package/dist/{useTheme-D5vjhuQC.js → useTheme-D2TR379g.js} +1 -1
  92. package/dist/useThemeProps-DhHzyU0Y.cjs +1 -0
  93. package/dist/useThemeProps-DjJkz40D.js +17 -0
  94. package/dist/{useThemeProps-CZSYSmRG.js → useThemeProps-fXKB99fl.js} +2 -2
  95. package/package.json +1 -1
  96. package/dist/DefaultButton-BD1TIeNP.js +0 -604
  97. package/dist/DefaultButton-DV0j1bMY.cjs +0 -1
  98. package/dist/SearchInput-CruiB2CO.cjs +0 -1
  99. package/dist/Stack-CwklSaeG.js +0 -308
  100. package/dist/Stack-v4g12Xre.cjs +0 -1
  101. package/dist/Tabs-CLr003cV.cjs +0 -4
  102. package/dist/TimePicker-DK-Q99ep.js +0 -26252
  103. package/dist/TimePicker-DYEkxpHp.cjs +0 -113
@@ -1,15 +1,15 @@
1
- import { k as T, m as j, n as l, _ as i, s as U, t as z, P as e } from "./identifier-wKuu0zOr.js";
1
+ import { w as T, v as j, q as l, m as i, _ as U, x as z, P as e } from "./identifier-C_DzvlWx.js";
2
2
  import * as E from "react";
3
- import { s as y, u as I, c as F } from "./styled-CFCmdTd8.js";
3
+ import { s as y, u as I, c as F } from "./styled-DCjqF2JO.js";
4
4
  import { jsx as g } from "react/jsx-runtime";
5
- import { c as K } from "./refType-Bqz8QGtc.js";
6
- import { keyframes as w, css as _ } from "@emotion/react";
5
+ import { c as K } from "./refType-KXZNSMpq.js";
6
+ import { keyframes as D, css as _ } from "@emotion/react";
7
7
  function V(r) {
8
8
  return T("MuiCircularProgress", r);
9
9
  }
10
- const W = j("MuiCircularProgress", ["root", "determinate", "indeterminate", "colorPrimary", "colorSecondary", "svg", "circle", "circleDeterminate", "circleIndeterminate", "circleDisableShrink"]), er = W, B = ["className", "color", "disableShrink", "size", "style", "thickness", "value", "variant"];
11
- let d = (r) => r, x, S, $, D;
12
- const o = 44, G = w(x || (x = d`
10
+ const W = j("MuiCircularProgress", ["root", "determinate", "indeterminate", "colorPrimary", "colorSecondary", "svg", "circle", "circleDeterminate", "circleIndeterminate", "circleDisableShrink"]), er = W, q = ["className", "color", "disableShrink", "size", "style", "thickness", "value", "variant"];
11
+ let d = (r) => r, x, S, $, w;
12
+ const o = 44, B = D(x || (x = d`
13
13
  0% {
14
14
  transform: rotate(0deg);
15
15
  }
@@ -17,7 +17,7 @@ const o = 44, G = w(x || (x = d`
17
17
  100% {
18
18
  transform: rotate(360deg);
19
19
  }
20
- `)), L = w(S || (S = d`
20
+ `)), G = D(S || (S = d`
21
21
  0% {
22
22
  stroke-dasharray: 1px, 200px;
23
23
  stroke-dashoffset: 0;
@@ -32,7 +32,7 @@ const o = 44, G = w(x || (x = d`
32
32
  stroke-dasharray: 100px, 200px;
33
33
  stroke-dashoffset: -125px;
34
34
  }
35
- `)), Y = (r) => {
35
+ `)), L = (r) => {
36
36
  const {
37
37
  classes: s,
38
38
  variant: t,
@@ -44,7 +44,7 @@ const o = 44, G = w(x || (x = d`
44
44
  circle: ["circle", `circle${l(t)}`, u && "circleDisableShrink"]
45
45
  };
46
46
  return F(m, V, s);
47
- }, Z = y("span", {
47
+ }, Y = y("span", {
48
48
  name: "MuiCircularProgress",
49
49
  slot: "Root",
50
50
  overridesResolver: (r, s) => {
@@ -66,7 +66,7 @@ const o = 44, G = w(x || (x = d`
66
66
  ownerState: r
67
67
  }) => r.variant === "indeterminate" && _($ || ($ = d`
68
68
  animation: ${0} 1.4s linear infinite;
69
- `), G)), q = y("svg", {
69
+ `), B)), Z = y("svg", {
70
70
  name: "MuiCircularProgress",
71
71
  slot: "Svg",
72
72
  overridesResolver: (r, s) => s.svg
@@ -96,9 +96,9 @@ const o = 44, G = w(x || (x = d`
96
96
  // Add the unit to fix a Edge 16 and below bug.
97
97
  }), ({
98
98
  ownerState: r
99
- }) => r.variant === "indeterminate" && !r.disableShrink && _(D || (D = d`
99
+ }) => r.variant === "indeterminate" && !r.disableShrink && _(w || (w = d`
100
100
  animation: ${0} 1.4s ease-in-out infinite;
101
- `), L)), M = /* @__PURE__ */ E.forwardRef(function(s, t) {
101
+ `), G)), M = /* @__PURE__ */ E.forwardRef(function(s, t) {
102
102
  const a = I({
103
103
  props: s,
104
104
  name: "MuiCircularProgress"
@@ -111,19 +111,19 @@ const o = 44, G = w(x || (x = d`
111
111
  thickness: n = 3.6,
112
112
  value: p = 0,
113
113
  variant: k = "indeterminate"
114
- } = a, R = U(a, B), c = i({}, a, {
114
+ } = a, R = U(a, q), c = i({}, a, {
115
115
  color: m,
116
116
  disableShrink: N,
117
117
  size: f,
118
118
  thickness: n,
119
119
  value: p,
120
120
  variant: k
121
- }), h = Y(c), v = {}, b = {}, C = {};
121
+ }), h = L(c), v = {}, b = {}, C = {};
122
122
  if (k === "determinate") {
123
123
  const P = 2 * Math.PI * ((o - n) / 2);
124
124
  v.strokeDasharray = P.toFixed(3), C["aria-valuenow"] = Math.round(p), v.strokeDashoffset = `${((100 - p) / 100 * P).toFixed(3)}px`, b.transform = "rotate(-90deg)";
125
125
  }
126
- return /* @__PURE__ */ g(Z, i({
126
+ return /* @__PURE__ */ g(Y, i({
127
127
  className: z(h.root, u),
128
128
  style: i({
129
129
  width: f,
@@ -133,7 +133,7 @@ const o = 44, G = w(x || (x = d`
133
133
  ref: t,
134
134
  role: "progressbar"
135
135
  }, C, R, {
136
- children: /* @__PURE__ */ g(q, {
136
+ children: /* @__PURE__ */ g(Z, {
137
137
  className: h.svg,
138
138
  ownerState: c,
139
139
  viewBox: `${o / 2} ${o / 2} ${o} ${o}`,