@cgi-learning-hub/ui 1.0.0-dev.1721824898 → 1.0.0-dev.1721901545
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/{Box-vGRO-On_.js → Box-BwHGDK_A.js} +10 -10
- package/dist/Button-BF7P0rje.js +359 -0
- package/dist/Button-BtjHaBJr.cjs +1 -0
- package/dist/{ButtonBase-vONl_zxO.js → ButtonBase-CWCHPphi.js} +36 -36
- package/dist/{CircularProgress-BDwTzcEn.js → CircularProgress-C_9OsPYJ.js} +17 -17
- package/dist/DatePicker-BE1RETq3.cjs +19 -0
- package/dist/DatePicker-DXoI-rbr.js +12663 -0
- package/dist/DefaultButton-BYqGgydF.cjs +1 -0
- package/dist/DefaultButton-CKAvlaVi.js +253 -0
- package/dist/{IconButton-Ctm1Peef.js → IconButton-De3-6K2r.js} +7 -7
- package/dist/{SearchInput-Clr0qHPm.js → InputAdornment-CdamqNqi.js} +55 -87
- package/dist/InputAdornment-UyNuc0Mc.cjs +1 -0
- package/dist/{InputBase-Dqfior4W.js → InputBase-DYf00QVg.js} +25 -25
- package/dist/Stack-D1lCED40.cjs +1 -0
- package/dist/Stack-DIH86N4F.js +172 -0
- package/dist/{Tabs-D-RPVuW4.js → Tabs-D1zibo7D.js} +118 -131
- package/dist/Tabs-DZDo7UqF.cjs +4 -0
- package/dist/{TextInput-BxI4zwrY.js → TextField-BAVYnvQj.js} +411 -414
- package/dist/{TextInput-Ba5ly1H9.cjs → TextField-CH-kzN1l.cjs} +11 -11
- package/dist/Tooltip-BEg5oYwE.js +7463 -0
- package/dist/Tooltip-DppWsdRm.cjs +95 -0
- package/dist/{Typography-Cl3kH-A8.js → Typography-CbZkNGSr.js} +11 -11
- package/dist/components/Dropzone/Dropzone.cjs.js +1 -1
- package/dist/components/Dropzone/Dropzone.es.js +4 -4
- package/dist/components/Loader/Loader.es.js +1 -1
- package/dist/components/PaperHeader/PaperHeader.cjs.js +1 -1
- package/dist/components/PaperHeader/PaperHeader.es.js +2 -2
- package/dist/components/PaperHeader/PaperHeader.stories.es.js +2 -2
- package/dist/components/buttons/DefaultButton/DefaultButton.cjs.js +1 -1
- package/dist/components/buttons/DefaultButton/DefaultButton.es.js +2 -2
- package/dist/components/buttons/DefaultButton/DefaultButtonIcon.es.js +2 -2
- package/dist/components/buttons/DefaultButton/index.cjs.js +1 -1
- package/dist/components/buttons/DefaultButton/index.es.js +1 -1
- package/dist/components/buttons/IconButton.stories.es.js +3 -3
- package/dist/components/buttons/PrimaryButton/PrimaryButton.cjs.js +1 -1
- package/dist/components/buttons/PrimaryButton/PrimaryButton.es.js +1 -1
- package/dist/components/buttons/PrimaryButton/PrimaryButton.stories.es.js +1 -1
- package/dist/components/buttons/SecondaryButton/SecondaryButton.cjs.js +1 -1
- package/dist/components/buttons/SecondaryButton/SecondaryButton.es.js +1 -1
- package/dist/components/buttons/SecondaryButton/SecondaryButton.stories.es.js +1 -1
- package/dist/components/buttons/index.cjs.js +1 -1
- package/dist/components/buttons/index.es.js +1 -1
- package/dist/components/feedback/QueryError/QueryError.es.js +1 -1
- package/dist/components/index.cjs.js +1 -1
- package/dist/components/index.d.ts +1 -5
- package/dist/components/index.es.js +269 -278
- package/dist/components/inputs/PasswordInput/PasswordInput.cjs.js +1 -1
- package/dist/components/inputs/PasswordInput/PasswordInput.es.js +18 -16
- package/dist/components/inputs/SearchInput/SearchInput.cjs.js +1 -1
- package/dist/components/inputs/SearchInput/SearchInput.es.js +36 -5
- package/dist/components/inputs/SearchInput/SearchInput.stories.cjs.js +1 -1
- package/dist/components/inputs/SearchInput/SearchInput.stories.es.js +4 -4
- package/dist/components/inputs/SearchInput/index.cjs.js +1 -1
- package/dist/components/inputs/SearchInput/index.es.js +2 -2
- package/dist/components/inputs/TextInput/TextInput.cjs.js +1 -1
- package/dist/components/inputs/TextInput/TextInput.es.js +4 -3
- package/dist/components/inputs/TextInput/TextInput.stories.cjs.js +1 -1
- package/dist/components/inputs/TextInput/TextInput.stories.es.js +1 -1
- package/dist/components/inputs/TextInput/index.cjs.js +1 -1
- package/dist/components/inputs/TextInput/index.es.js +2 -2
- package/dist/components/inputs/index.cjs.js +1 -1
- package/dist/components/inputs/index.es.js +6 -6
- package/dist/components/lists/FileList/FileList.es.js +1 -1
- package/dist/components/lists/FileList/FileListItem.es.js +6 -6
- package/dist/components/lists/TabList.stories.cjs.js +1 -1
- package/dist/components/lists/TabList.stories.es.js +16 -15
- package/dist/components/pickers/DatePicker/DatePicker.cjs.js +1 -0
- package/dist/components/pickers/DatePicker/DatePicker.d.ts +8 -0
- package/dist/components/pickers/DatePicker/DatePicker.es.js +6 -0
- package/dist/components/pickers/DatePicker/DatePicker.stories.cjs.js +1 -0
- package/dist/components/pickers/DatePicker/DatePicker.stories.d.ts +5 -0
- package/dist/components/pickers/DatePicker/DatePicker.stories.es.js +16 -0
- package/dist/components/pickers/DatePicker/index.cjs.js +1 -0
- package/dist/components/pickers/DatePicker/index.d.ts +2 -0
- package/dist/components/pickers/DatePicker/index.es.js +4 -0
- package/dist/components/pickers/index.cjs.js +1 -0
- package/dist/components/pickers/index.d.ts +1 -0
- package/dist/components/pickers/index.es.js +4 -0
- package/dist/createStyled-CXNF_m2b.js +142 -0
- package/dist/createStyled-CcHh6cyo.cjs +1 -0
- package/dist/{createSvgIcon-BwGNMrhW.js → createSvgIcon-B6V0jwwg.js} +5 -5
- package/dist/{createSvgIcon-Blbo0WDd.js → createSvgIcon-CGvnINlY.js} +15 -15
- package/dist/fr-BWMVjh4G.js +307 -0
- package/dist/fr-CzL4IYLw.cjs +1 -0
- package/dist/{identifier-wKuu0zOr.js → identifier-C_DzvlWx.js} +24 -24
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +270 -279
- package/dist/{refType-Bqz8QGtc.js → refType-KXZNSMpq.js} +1 -1
- package/dist/{styled-CFCmdTd8.js → styled-DCjqF2JO.js} +29 -29
- package/dist/{useTheme-DWyCcDbs.js → useTheme-8G-WLfhQ.js} +7 -7
- package/dist/{useTheme-D5vjhuQC.js → useTheme-D2TR379g.js} +1 -1
- package/dist/useThemeProps-DhHzyU0Y.cjs +1 -0
- package/dist/useThemeProps-DjJkz40D.js +17 -0
- package/dist/{useThemeProps-CZSYSmRG.js → useThemeProps-fXKB99fl.js} +2 -2
- package/package.json +1 -1
- package/dist/DefaultButton-BD1TIeNP.js +0 -604
- package/dist/DefaultButton-DV0j1bMY.cjs +0 -1
- package/dist/SearchInput-CruiB2CO.cjs +0 -1
- package/dist/Stack-CwklSaeG.js +0 -308
- package/dist/Stack-v4g12Xre.cjs +0 -1
- package/dist/Tabs-CLr003cV.cjs +0 -4
- package/dist/TimePicker-DK-Q99ep.js +0 -26252
- package/dist/TimePicker-DYEkxpHp.cjs +0 -113
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
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-
|
|
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-
|
|
6
|
-
import { keyframes as
|
|
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,
|
|
11
|
-
let d = (r) => r, x, S, $,
|
|
12
|
-
const o = 44,
|
|
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
|
-
`)),
|
|
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
|
-
`)),
|
|
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
|
-
},
|
|
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
|
-
`),
|
|
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 && _(
|
|
99
|
+
}) => r.variant === "indeterminate" && !r.disableShrink && _(w || (w = d`
|
|
100
100
|
animation: ${0} 1.4s ease-in-out infinite;
|
|
101
|
-
`),
|
|
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,
|
|
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 =
|
|
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(
|
|
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(
|
|
136
|
+
children: /* @__PURE__ */ g(Z, {
|
|
137
137
|
className: h.svg,
|
|
138
138
|
ownerState: c,
|
|
139
139
|
viewBox: `${o / 2} ${o / 2} ${o} ${o}`,
|