@cgi-learning-hub/ui 1.0.0 → 1.1.0
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-5x1F2S3-.cjs +1 -0
- package/dist/{Box-BHWJ-D81.js → Box-Bawb5zHX.js} +24 -23
- package/dist/Button-C__-QOJY.js +359 -0
- package/dist/Button-DKIRmOzf.cjs +1 -0
- package/dist/{ButtonBase-BpYorbzW.js → ButtonBase-4F5roLHd.js} +36 -37
- package/dist/ButtonBase-Bw3wq81v.cjs +75 -0
- package/dist/{CircularProgress-C8TogtEK.js → CircularProgress-BNazIBar.js} +30 -30
- package/dist/CircularProgress-WnNPMTjD.cjs +28 -0
- package/dist/DatePicker-B0jLSEvZ.cjs +19 -0
- package/dist/DatePicker-DGVeagTz.js +12663 -0
- package/dist/DefaultButton-F67BOmrx.js +258 -0
- package/dist/DefaultButton-y-mHSNFH.cjs +1 -0
- package/dist/{IconButton-Hsn7HKeI.js → IconButton-D_deQOvN.js} +15 -15
- package/dist/IconButton-DhWgsgQ7.cjs +2 -0
- package/dist/InputAdornment-DYqMrYJz.cjs +1 -0
- package/dist/InputAdornment-hNrnvXW9.js +153 -0
- package/dist/InputBase-BeZ70Fbf.cjs +3 -0
- package/dist/{InputBase-BdOkEcEz.js → InputBase-DNkF-TAp.js} +218 -217
- package/dist/Stack-BJ2ths-g.js +172 -0
- package/dist/Stack-BOcvai-O.cjs +1 -0
- package/dist/Tabs-CG428TT3.cjs +4 -0
- package/dist/{Tabs-C8ECGIYh.js → Tabs-CWujD0SK.js} +33 -33
- package/dist/{TextInput-CpnUc54E.js → TextField-DDmGQyEr.js} +3607 -3603
- package/dist/TextField-wYRnAj1v.cjs +12 -0
- package/dist/Tooltip-D42pzHKW.js +7463 -0
- package/dist/Tooltip-O30xWGZU.cjs +95 -0
- package/dist/{Typography-D9Jbc-Y5.js → Typography-B2XMXu83.js} +18 -18
- package/dist/Typography-DR_aF9lJ.cjs +1 -0
- package/dist/assets/index.css +1 -1
- package/dist/assets/styles.css +1 -1
- package/dist/components/Dropzone/Dropzone.cjs.js +5 -5
- package/dist/components/Dropzone/Dropzone.d.ts +2 -3
- package/dist/components/Dropzone/Dropzone.es.js +212 -240
- package/dist/components/Loader/Loader.cjs.js +1 -1
- package/dist/components/Loader/Loader.d.ts +0 -1
- package/dist/components/Loader/Loader.es.js +9 -9
- package/dist/components/LoaderBackdrop/LoaderBackdrop.cjs.js +1 -1
- package/dist/components/LoaderBackdrop/LoaderBackdrop.d.ts +0 -1
- package/dist/components/LoaderBackdrop/LoaderBackdrop.es.js +1 -2
- package/dist/components/PaperHeader/PaperHeader.cjs.js +1 -0
- package/dist/components/PaperHeader/PaperHeader.d.ts +13 -0
- package/dist/components/PaperHeader/PaperHeader.es.js +41 -0
- package/dist/components/PaperHeader/PaperHeader.stories.cjs.js +1 -0
- package/dist/components/PaperHeader/PaperHeader.stories.d.ts +5 -0
- package/dist/components/PaperHeader/PaperHeader.stories.es.js +28 -0
- package/dist/components/PaperHeader/index.cjs.js +1 -0
- package/dist/components/PaperHeader/index.d.ts +2 -0
- package/dist/components/PaperHeader/index.es.js +4 -0
- 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.cjs.js +1 -1
- package/dist/components/buttons/DefaultButton/DefaultButtonIcon.es.js +14 -14
- 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.cjs.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.cjs.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.cjs.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/Alert/Alert.d.ts +0 -1
- package/dist/components/feedback/QueryError/QueryError.cjs.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 +37 -21
- package/dist/components/index.es.js +271 -186
- package/dist/components/inputs/PasswordInput/PasswordInput.cjs.js +1 -1
- package/dist/components/inputs/PasswordInput/PasswordInput.es.js +13 -15
- 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.cjs.js +1 -1
- package/dist/components/lists/FileList/FileList.es.js +1 -1
- package/dist/components/lists/FileList/FileListItem.cjs.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 +27 -26
- 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-CzVedz8V.js +142 -0
- package/dist/createStyled-LobpFGWo.cjs +1 -0
- package/dist/{createSvgIcon-BpzrJYC7.js → createSvgIcon-B8vHI3I6.js} +12 -12
- package/dist/createSvgIcon-BGm-SWUB.cjs +1 -0
- package/dist/createSvgIcon-CKlvKClV.cjs +2 -0
- package/dist/{createSvgIcon-CbXClqUM.js → createSvgIcon-DjuUwmEp.js} +21 -20
- package/dist/fr-By4s91yO.js +307 -0
- package/dist/fr-TRjulm1Q.cjs +1 -0
- package/dist/identifier-4KVhx666.cjs +50 -0
- package/dist/identifier-D-ng7Qqa.js +3047 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +273 -189
- package/dist/refType-BhXrhWFB.cjs +1 -0
- package/dist/{refType-CD9RZ5PF.js → refType-COGEdfch.js} +1 -1
- package/dist/styled-ZF_yhfMW.cjs +17 -0
- package/dist/styled-xiAudcD_.js +533 -0
- package/dist/useForkRef-CGd3Nhyb.cjs +1 -0
- package/dist/{useIsFocusVisible-B2ErvDHn.cjs → useIsFocusVisible-Bv_7uvif.cjs} +1 -1
- package/dist/{useIsFocusVisible-BsjI7Zxf.js → useIsFocusVisible-DhASXQ4o.js} +1 -1
- package/dist/useTheme-B5RCz7rY.cjs +1 -0
- package/dist/useTheme-CjBTq22m.js +18 -0
- package/dist/{useSlotProps-BCdUhJUO.js → useTheme-iNHILPzK.js} +41 -29
- package/dist/useTheme-kqsjFBnC.cjs +1 -0
- package/dist/useThemeProps-B-Oq4Y2j.cjs +1 -0
- package/dist/useThemeProps-BHAsCmc4.cjs +1 -0
- package/dist/useThemeProps-BM4fCFq5.js +27 -0
- package/dist/useThemeProps-BVvSbkPP.js +17 -0
- package/dist/{useTimeout-Dokw0W_A.js → useTimeout-BdvDipeg.js} +1 -1
- package/dist/{useTimeout-D8rbe5ty.cjs → useTimeout-XUWYBnl6.cjs} +1 -1
- package/package.json +18 -16
- package/dist/Box-DjpT-6Yv.cjs +0 -1
- package/dist/ButtonBase-BHN-4x4u.cjs +0 -75
- package/dist/CircularProgress-CjET2rvP.cjs +0 -28
- package/dist/DefaultButton-BoDg7xMm.cjs +0 -1
- package/dist/DefaultButton-y5BL9CKZ.js +0 -601
- package/dist/IconButton-fqTVX40x.cjs +0 -2
- package/dist/InputBase-DLc7Nf1T.cjs +0 -3
- package/dist/LocalizationProvider-B28kINsn.js +0 -575
- package/dist/LocalizationProvider-U4FHK15N.cjs +0 -5
- package/dist/SearchInput-B_Mgl-CJ.cjs +0 -1
- package/dist/SearchInput-DVccMSI6.js +0 -186
- package/dist/Tabs-Cij7O-J8.cjs +0 -4
- package/dist/TextInput-5zTkdX7s.cjs +0 -12
- package/dist/TimePicker-BRY05Sej.cjs +0 -73
- package/dist/TimePicker-CLolXFl8.js +0 -22074
- package/dist/Typography-6WB4M4zs.cjs +0 -1
- package/dist/components/LocalizationProvider/LocalizationProvider.cjs.js +0 -1
- package/dist/components/LocalizationProvider/LocalizationProvider.d.ts +0 -7
- package/dist/components/LocalizationProvider/LocalizationProvider.es.js +0 -6
- package/dist/components/LocalizationProvider/index.cjs.js +0 -1
- package/dist/components/LocalizationProvider/index.d.ts +0 -2
- package/dist/components/LocalizationProvider/index.es.js +0 -4
- package/dist/createSvgIcon-DQmDu_xr.cjs +0 -2
- package/dist/createSvgIcon-O41BSqQe.cjs +0 -1
- package/dist/fr-LokUOTE7.cjs +0 -1
- package/dist/fr-ndKV9IhC.js +0 -335
- package/dist/refType-DR4z34r8.cjs +0 -1
- package/dist/styled-D6_yEe4a.cjs +0 -26
- package/dist/styled-DSGBDqKV.js +0 -1218
- package/dist/useForkRef-DfdM2MN5.cjs +0 -1
- package/dist/useSlotProps-CXRrw38p.cjs +0 -1
- package/dist/useThemeProps-BktqG0To.cjs +0 -42
- package/dist/useThemeProps-DJpU2Yr7.js +0 -2428
- package/dist/{useForkRef-CQ5u1_mH.js → useForkRef-DwN_Iz9R.js} +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./identifier-4KVhx666.cjs"),T=require("react"),P=require("./useTheme-kqsjFBnC.cjs"),h=require("react/jsx-runtime");function b(o){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(o){for(const s in o)if(s!=="default"){const r=Object.getOwnPropertyDescriptor(o,s);Object.defineProperty(t,s,r.get?r:{enumerable:!0,get:()=>o[s]})}}return t.default=o,Object.freeze(t)}const N=b(T),B=["className","component"];function g(o={}){const{themeId:t,defaultTheme:s,defaultClassName:r="MuiBox-root",generateClassName:a}=o,i=e.styled("div",{shouldForwardProp:n=>n!=="theme"&&n!=="sx"&&n!=="as"})(e.styleFunctionSx);return N.forwardRef(function(d,m){const c=P.useTheme(s),p=e.extendSxProp(d),{className:f,component:x="div"}=p,y=e._objectWithoutPropertiesLoose(p,B);return h.jsx(i,e._extends({as:x,ref:m,className:e.clsx(f,a?a(r):r),theme:t&&c[t]||c},y))})}const C=e.generateUtilityClasses("MuiBox",["root"]),u=C,O=e.createTheme(),l=g({themeId:e.THEME_ID,defaultTheme:O,defaultClassName:u.root,generateClassName:e.ClassNameGenerator.generate});process.env.NODE_ENV!=="production"&&(l.propTypes={children:e.PropTypes.node,component: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])});const _=l;exports.Box=_;exports.boxClasses=u;
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
import { s as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import { jsx as
|
|
5
|
-
const
|
|
6
|
-
function
|
|
1
|
+
import { s as h, t as T, z as B, _ as N, m as y, x as C, v as b, d as _, T as P, C as v, P as e } from "./identifier-D-ng7Qqa.js";
|
|
2
|
+
import * as g from "react";
|
|
3
|
+
import { u as j } from "./useTheme-CjBTq22m.js";
|
|
4
|
+
import { jsx as E } from "react/jsx-runtime";
|
|
5
|
+
const O = ["className", "component"];
|
|
6
|
+
function I(m = {}) {
|
|
7
7
|
const {
|
|
8
8
|
themeId: t,
|
|
9
|
-
defaultTheme:
|
|
9
|
+
defaultTheme: l,
|
|
10
10
|
defaultClassName: a = "MuiBox-root",
|
|
11
11
|
generateClassName: n
|
|
12
|
-
} =
|
|
12
|
+
} = m, x = h("div", {
|
|
13
13
|
shouldForwardProp: (o) => o !== "theme" && o !== "sx" && o !== "as"
|
|
14
|
-
})(
|
|
15
|
-
return /* @__PURE__ */
|
|
16
|
-
const s =
|
|
14
|
+
})(T);
|
|
15
|
+
return /* @__PURE__ */ g.forwardRef(function(d, u) {
|
|
16
|
+
const s = j(l), r = B(d), {
|
|
17
17
|
className: f,
|
|
18
18
|
component: i = "div"
|
|
19
|
-
} = r, p =
|
|
20
|
-
return /* @__PURE__ */
|
|
19
|
+
} = r, p = N(r, O);
|
|
20
|
+
return /* @__PURE__ */ E(x, y({
|
|
21
21
|
as: i,
|
|
22
|
-
ref:
|
|
23
|
-
className:
|
|
22
|
+
ref: u,
|
|
23
|
+
className: C(f, n ? n(a) : a),
|
|
24
24
|
theme: t && s[t] || s
|
|
25
25
|
}, p));
|
|
26
26
|
});
|
|
27
27
|
}
|
|
28
|
-
const
|
|
29
|
-
themeId:
|
|
30
|
-
defaultTheme:
|
|
31
|
-
defaultClassName:
|
|
32
|
-
generateClassName:
|
|
28
|
+
const M = b("MuiBox", ["root"]), R = M, S = _(), c = I({
|
|
29
|
+
themeId: P,
|
|
30
|
+
defaultTheme: S,
|
|
31
|
+
defaultClassName: R.root,
|
|
32
|
+
generateClassName: v.generate
|
|
33
33
|
});
|
|
34
|
-
process.env.NODE_ENV !== "production" && (
|
|
34
|
+
process.env.NODE_ENV !== "production" && (c.propTypes = {
|
|
35
35
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
36
36
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
37
37
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -50,7 +50,8 @@ process.env.NODE_ENV !== "production" && (S.propTypes = {
|
|
|
50
50
|
*/
|
|
51
51
|
sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object])
|
|
52
52
|
});
|
|
53
|
+
const z = c;
|
|
53
54
|
export {
|
|
54
|
-
|
|
55
|
-
|
|
55
|
+
z as B,
|
|
56
|
+
R as b
|
|
56
57
|
};
|
|
@@ -0,0 +1,359 @@
|
|
|
1
|
+
import { w as D, v as F, q as r, m as t, y as v, _ as G, x as m, P as n } from "./identifier-D-ng7Qqa.js";
|
|
2
|
+
import * as p from "react";
|
|
3
|
+
import { s as f, a as U, r as H, u as q, c as A } from "./styled-xiAudcD_.js";
|
|
4
|
+
import { jsx as R, jsxs as J } from "react/jsx-runtime";
|
|
5
|
+
import { B as K } from "./ButtonBase-4F5roLHd.js";
|
|
6
|
+
function Q(o) {
|
|
7
|
+
return D("MuiButton", o);
|
|
8
|
+
}
|
|
9
|
+
const X = F("MuiButton", ["root", "text", "textInherit", "textPrimary", "textSecondary", "textSuccess", "textError", "textInfo", "textWarning", "outlined", "outlinedInherit", "outlinedPrimary", "outlinedSecondary", "outlinedSuccess", "outlinedError", "outlinedInfo", "outlinedWarning", "contained", "containedInherit", "containedPrimary", "containedSecondary", "containedSuccess", "containedError", "containedInfo", "containedWarning", "disableElevation", "focusVisible", "disabled", "colorInherit", "colorPrimary", "colorSecondary", "colorSuccess", "colorError", "colorInfo", "colorWarning", "textSizeSmall", "textSizeMedium", "textSizeLarge", "outlinedSizeSmall", "outlinedSizeMedium", "outlinedSizeLarge", "containedSizeSmall", "containedSizeMedium", "containedSizeLarge", "sizeMedium", "sizeSmall", "sizeLarge", "fullWidth", "startIcon", "endIcon", "icon", "iconSizeSmall", "iconSizeMedium", "iconSizeLarge"]), b = X, E = /* @__PURE__ */ p.createContext({});
|
|
10
|
+
process.env.NODE_ENV !== "production" && (E.displayName = "ButtonGroupContext");
|
|
11
|
+
const N = /* @__PURE__ */ p.createContext(void 0);
|
|
12
|
+
process.env.NODE_ENV !== "production" && (N.displayName = "ButtonGroupButtonContext");
|
|
13
|
+
const Y = ["children", "color", "component", "className", "disabled", "disableElevation", "disableFocusRipple", "endIcon", "focusVisibleClassName", "fullWidth", "size", "startIcon", "type", "variant"], Z = (o) => {
|
|
14
|
+
const {
|
|
15
|
+
color: a,
|
|
16
|
+
disableElevation: i,
|
|
17
|
+
fullWidth: l,
|
|
18
|
+
size: s,
|
|
19
|
+
variant: e,
|
|
20
|
+
classes: c
|
|
21
|
+
} = o, g = {
|
|
22
|
+
root: ["root", e, `${e}${r(a)}`, `size${r(s)}`, `${e}Size${r(s)}`, `color${r(a)}`, i && "disableElevation", l && "fullWidth"],
|
|
23
|
+
label: ["label"],
|
|
24
|
+
startIcon: ["icon", "startIcon", `iconSize${r(s)}`],
|
|
25
|
+
endIcon: ["icon", "endIcon", `iconSize${r(s)}`]
|
|
26
|
+
}, x = A(g, Q, c);
|
|
27
|
+
return t({}, c, x);
|
|
28
|
+
}, h = (o) => t({}, o.size === "small" && {
|
|
29
|
+
"& > *:nth-of-type(1)": {
|
|
30
|
+
fontSize: 18
|
|
31
|
+
}
|
|
32
|
+
}, o.size === "medium" && {
|
|
33
|
+
"& > *:nth-of-type(1)": {
|
|
34
|
+
fontSize: 20
|
|
35
|
+
}
|
|
36
|
+
}, o.size === "large" && {
|
|
37
|
+
"& > *:nth-of-type(1)": {
|
|
38
|
+
fontSize: 22
|
|
39
|
+
}
|
|
40
|
+
}), w = f(K, {
|
|
41
|
+
shouldForwardProp: (o) => U(o) || o === "classes",
|
|
42
|
+
name: "MuiButton",
|
|
43
|
+
slot: "Root",
|
|
44
|
+
overridesResolver: (o, a) => {
|
|
45
|
+
const {
|
|
46
|
+
ownerState: i
|
|
47
|
+
} = o;
|
|
48
|
+
return [a.root, a[i.variant], a[`${i.variant}${r(i.color)}`], a[`size${r(i.size)}`], a[`${i.variant}Size${r(i.size)}`], i.color === "inherit" && a.colorInherit, i.disableElevation && a.disableElevation, i.fullWidth && a.fullWidth];
|
|
49
|
+
}
|
|
50
|
+
})(({
|
|
51
|
+
theme: o,
|
|
52
|
+
ownerState: a
|
|
53
|
+
}) => {
|
|
54
|
+
var i, l;
|
|
55
|
+
const s = o.palette.mode === "light" ? o.palette.grey[300] : o.palette.grey[800], e = o.palette.mode === "light" ? o.palette.grey.A100 : o.palette.grey[700];
|
|
56
|
+
return t({}, o.typography.button, {
|
|
57
|
+
minWidth: 64,
|
|
58
|
+
padding: "6px 16px",
|
|
59
|
+
borderRadius: (o.vars || o).shape.borderRadius,
|
|
60
|
+
transition: o.transitions.create(["background-color", "box-shadow", "border-color", "color"], {
|
|
61
|
+
duration: o.transitions.duration.short
|
|
62
|
+
}),
|
|
63
|
+
"&:hover": t({
|
|
64
|
+
textDecoration: "none",
|
|
65
|
+
backgroundColor: o.vars ? `rgba(${o.vars.palette.text.primaryChannel} / ${o.vars.palette.action.hoverOpacity})` : v(o.palette.text.primary, o.palette.action.hoverOpacity),
|
|
66
|
+
// Reset on touch devices, it doesn't add specificity
|
|
67
|
+
"@media (hover: none)": {
|
|
68
|
+
backgroundColor: "transparent"
|
|
69
|
+
}
|
|
70
|
+
}, a.variant === "text" && a.color !== "inherit" && {
|
|
71
|
+
backgroundColor: o.vars ? `rgba(${o.vars.palette[a.color].mainChannel} / ${o.vars.palette.action.hoverOpacity})` : v(o.palette[a.color].main, o.palette.action.hoverOpacity),
|
|
72
|
+
// Reset on touch devices, it doesn't add specificity
|
|
73
|
+
"@media (hover: none)": {
|
|
74
|
+
backgroundColor: "transparent"
|
|
75
|
+
}
|
|
76
|
+
}, a.variant === "outlined" && a.color !== "inherit" && {
|
|
77
|
+
border: `1px solid ${(o.vars || o).palette[a.color].main}`,
|
|
78
|
+
backgroundColor: o.vars ? `rgba(${o.vars.palette[a.color].mainChannel} / ${o.vars.palette.action.hoverOpacity})` : v(o.palette[a.color].main, o.palette.action.hoverOpacity),
|
|
79
|
+
// Reset on touch devices, it doesn't add specificity
|
|
80
|
+
"@media (hover: none)": {
|
|
81
|
+
backgroundColor: "transparent"
|
|
82
|
+
}
|
|
83
|
+
}, a.variant === "contained" && {
|
|
84
|
+
backgroundColor: o.vars ? o.vars.palette.Button.inheritContainedHoverBg : e,
|
|
85
|
+
boxShadow: (o.vars || o).shadows[4],
|
|
86
|
+
// Reset on touch devices, it doesn't add specificity
|
|
87
|
+
"@media (hover: none)": {
|
|
88
|
+
boxShadow: (o.vars || o).shadows[2],
|
|
89
|
+
backgroundColor: (o.vars || o).palette.grey[300]
|
|
90
|
+
}
|
|
91
|
+
}, a.variant === "contained" && a.color !== "inherit" && {
|
|
92
|
+
backgroundColor: (o.vars || o).palette[a.color].dark,
|
|
93
|
+
// Reset on touch devices, it doesn't add specificity
|
|
94
|
+
"@media (hover: none)": {
|
|
95
|
+
backgroundColor: (o.vars || o).palette[a.color].main
|
|
96
|
+
}
|
|
97
|
+
}),
|
|
98
|
+
"&:active": t({}, a.variant === "contained" && {
|
|
99
|
+
boxShadow: (o.vars || o).shadows[8]
|
|
100
|
+
}),
|
|
101
|
+
[`&.${b.focusVisible}`]: t({}, a.variant === "contained" && {
|
|
102
|
+
boxShadow: (o.vars || o).shadows[6]
|
|
103
|
+
}),
|
|
104
|
+
[`&.${b.disabled}`]: t({
|
|
105
|
+
color: (o.vars || o).palette.action.disabled
|
|
106
|
+
}, a.variant === "outlined" && {
|
|
107
|
+
border: `1px solid ${(o.vars || o).palette.action.disabledBackground}`
|
|
108
|
+
}, a.variant === "contained" && {
|
|
109
|
+
color: (o.vars || o).palette.action.disabled,
|
|
110
|
+
boxShadow: (o.vars || o).shadows[0],
|
|
111
|
+
backgroundColor: (o.vars || o).palette.action.disabledBackground
|
|
112
|
+
})
|
|
113
|
+
}, a.variant === "text" && {
|
|
114
|
+
padding: "6px 8px"
|
|
115
|
+
}, a.variant === "text" && a.color !== "inherit" && {
|
|
116
|
+
color: (o.vars || o).palette[a.color].main
|
|
117
|
+
}, a.variant === "outlined" && {
|
|
118
|
+
padding: "5px 15px",
|
|
119
|
+
border: "1px solid currentColor"
|
|
120
|
+
}, a.variant === "outlined" && a.color !== "inherit" && {
|
|
121
|
+
color: (o.vars || o).palette[a.color].main,
|
|
122
|
+
border: o.vars ? `1px solid rgba(${o.vars.palette[a.color].mainChannel} / 0.5)` : `1px solid ${v(o.palette[a.color].main, 0.5)}`
|
|
123
|
+
}, a.variant === "contained" && {
|
|
124
|
+
color: o.vars ? (
|
|
125
|
+
// this is safe because grey does not change between default light/dark mode
|
|
126
|
+
o.vars.palette.text.primary
|
|
127
|
+
) : (i = (l = o.palette).getContrastText) == null ? void 0 : i.call(l, o.palette.grey[300]),
|
|
128
|
+
backgroundColor: o.vars ? o.vars.palette.Button.inheritContainedBg : s,
|
|
129
|
+
boxShadow: (o.vars || o).shadows[2]
|
|
130
|
+
}, a.variant === "contained" && a.color !== "inherit" && {
|
|
131
|
+
color: (o.vars || o).palette[a.color].contrastText,
|
|
132
|
+
backgroundColor: (o.vars || o).palette[a.color].main
|
|
133
|
+
}, a.color === "inherit" && {
|
|
134
|
+
color: "inherit",
|
|
135
|
+
borderColor: "currentColor"
|
|
136
|
+
}, a.size === "small" && a.variant === "text" && {
|
|
137
|
+
padding: "4px 5px",
|
|
138
|
+
fontSize: o.typography.pxToRem(13)
|
|
139
|
+
}, a.size === "large" && a.variant === "text" && {
|
|
140
|
+
padding: "8px 11px",
|
|
141
|
+
fontSize: o.typography.pxToRem(15)
|
|
142
|
+
}, a.size === "small" && a.variant === "outlined" && {
|
|
143
|
+
padding: "3px 9px",
|
|
144
|
+
fontSize: o.typography.pxToRem(13)
|
|
145
|
+
}, a.size === "large" && a.variant === "outlined" && {
|
|
146
|
+
padding: "7px 21px",
|
|
147
|
+
fontSize: o.typography.pxToRem(15)
|
|
148
|
+
}, a.size === "small" && a.variant === "contained" && {
|
|
149
|
+
padding: "4px 10px",
|
|
150
|
+
fontSize: o.typography.pxToRem(13)
|
|
151
|
+
}, a.size === "large" && a.variant === "contained" && {
|
|
152
|
+
padding: "8px 22px",
|
|
153
|
+
fontSize: o.typography.pxToRem(15)
|
|
154
|
+
}, a.fullWidth && {
|
|
155
|
+
width: "100%"
|
|
156
|
+
});
|
|
157
|
+
}, ({
|
|
158
|
+
ownerState: o
|
|
159
|
+
}) => o.disableElevation && {
|
|
160
|
+
boxShadow: "none",
|
|
161
|
+
"&:hover": {
|
|
162
|
+
boxShadow: "none"
|
|
163
|
+
},
|
|
164
|
+
[`&.${b.focusVisible}`]: {
|
|
165
|
+
boxShadow: "none"
|
|
166
|
+
},
|
|
167
|
+
"&:active": {
|
|
168
|
+
boxShadow: "none"
|
|
169
|
+
},
|
|
170
|
+
[`&.${b.disabled}`]: {
|
|
171
|
+
boxShadow: "none"
|
|
172
|
+
}
|
|
173
|
+
}), oo = f("span", {
|
|
174
|
+
name: "MuiButton",
|
|
175
|
+
slot: "StartIcon",
|
|
176
|
+
overridesResolver: (o, a) => {
|
|
177
|
+
const {
|
|
178
|
+
ownerState: i
|
|
179
|
+
} = o;
|
|
180
|
+
return [a.startIcon, a[`iconSize${r(i.size)}`]];
|
|
181
|
+
}
|
|
182
|
+
})(({
|
|
183
|
+
ownerState: o
|
|
184
|
+
}) => t({
|
|
185
|
+
display: "inherit",
|
|
186
|
+
marginRight: 8,
|
|
187
|
+
marginLeft: -4
|
|
188
|
+
}, o.size === "small" && {
|
|
189
|
+
marginLeft: -2
|
|
190
|
+
}, h(o))), ao = f("span", {
|
|
191
|
+
name: "MuiButton",
|
|
192
|
+
slot: "EndIcon",
|
|
193
|
+
overridesResolver: (o, a) => {
|
|
194
|
+
const {
|
|
195
|
+
ownerState: i
|
|
196
|
+
} = o;
|
|
197
|
+
return [a.endIcon, a[`iconSize${r(i.size)}`]];
|
|
198
|
+
}
|
|
199
|
+
})(({
|
|
200
|
+
ownerState: o
|
|
201
|
+
}) => t({
|
|
202
|
+
display: "inherit",
|
|
203
|
+
marginRight: -4,
|
|
204
|
+
marginLeft: 8
|
|
205
|
+
}, o.size === "small" && {
|
|
206
|
+
marginRight: -2
|
|
207
|
+
}, h(o))), O = /* @__PURE__ */ p.forwardRef(function(a, i) {
|
|
208
|
+
const l = p.useContext(E), s = p.useContext(N), e = H(l, a), c = q({
|
|
209
|
+
props: e,
|
|
210
|
+
name: "MuiButton"
|
|
211
|
+
}), {
|
|
212
|
+
children: g,
|
|
213
|
+
color: x = "primary",
|
|
214
|
+
component: y = "button",
|
|
215
|
+
className: k,
|
|
216
|
+
disabled: z = !1,
|
|
217
|
+
disableElevation: T = !1,
|
|
218
|
+
disableFocusRipple: C = !1,
|
|
219
|
+
endIcon: I,
|
|
220
|
+
focusVisibleClassName: P,
|
|
221
|
+
fullWidth: W = !1,
|
|
222
|
+
size: S = "medium",
|
|
223
|
+
startIcon: $,
|
|
224
|
+
type: B,
|
|
225
|
+
variant: M = "text"
|
|
226
|
+
} = c, V = G(c, Y), u = t({}, c, {
|
|
227
|
+
color: x,
|
|
228
|
+
component: y,
|
|
229
|
+
disabled: z,
|
|
230
|
+
disableElevation: T,
|
|
231
|
+
disableFocusRipple: C,
|
|
232
|
+
fullWidth: W,
|
|
233
|
+
size: S,
|
|
234
|
+
type: B,
|
|
235
|
+
variant: M
|
|
236
|
+
}), d = Z(u), _ = $ && /* @__PURE__ */ R(oo, {
|
|
237
|
+
className: d.startIcon,
|
|
238
|
+
ownerState: u,
|
|
239
|
+
children: $
|
|
240
|
+
}), L = I && /* @__PURE__ */ R(ao, {
|
|
241
|
+
className: d.endIcon,
|
|
242
|
+
ownerState: u,
|
|
243
|
+
children: I
|
|
244
|
+
}), j = s || "";
|
|
245
|
+
return /* @__PURE__ */ J(w, t({
|
|
246
|
+
ownerState: u,
|
|
247
|
+
className: m(l.className, d.root, k, j),
|
|
248
|
+
component: y,
|
|
249
|
+
disabled: z,
|
|
250
|
+
focusRipple: !C,
|
|
251
|
+
focusVisibleClassName: m(d.focusVisible, P),
|
|
252
|
+
ref: i,
|
|
253
|
+
type: B
|
|
254
|
+
}, V, {
|
|
255
|
+
classes: d,
|
|
256
|
+
children: [_, g, L]
|
|
257
|
+
}));
|
|
258
|
+
});
|
|
259
|
+
process.env.NODE_ENV !== "production" && (O.propTypes = {
|
|
260
|
+
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
261
|
+
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
262
|
+
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
263
|
+
// └─────────────────────────────────────────────────────────────────────┘
|
|
264
|
+
/**
|
|
265
|
+
* The content of the component.
|
|
266
|
+
*/
|
|
267
|
+
children: n.node,
|
|
268
|
+
/**
|
|
269
|
+
* Override or extend the styles applied to the component.
|
|
270
|
+
*/
|
|
271
|
+
classes: n.object,
|
|
272
|
+
/**
|
|
273
|
+
* @ignore
|
|
274
|
+
*/
|
|
275
|
+
className: n.string,
|
|
276
|
+
/**
|
|
277
|
+
* The color of the component.
|
|
278
|
+
* It supports both default and custom theme colors, which can be added as shown in the
|
|
279
|
+
* [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
|
|
280
|
+
* @default 'primary'
|
|
281
|
+
*/
|
|
282
|
+
color: n.oneOfType([n.oneOf(["inherit", "primary", "secondary", "success", "error", "info", "warning"]), n.string]),
|
|
283
|
+
/**
|
|
284
|
+
* The component used for the root node.
|
|
285
|
+
* Either a string to use a HTML element or a component.
|
|
286
|
+
*/
|
|
287
|
+
component: n.elementType,
|
|
288
|
+
/**
|
|
289
|
+
* If `true`, the component is disabled.
|
|
290
|
+
* @default false
|
|
291
|
+
*/
|
|
292
|
+
disabled: n.bool,
|
|
293
|
+
/**
|
|
294
|
+
* If `true`, no elevation is used.
|
|
295
|
+
* @default false
|
|
296
|
+
*/
|
|
297
|
+
disableElevation: n.bool,
|
|
298
|
+
/**
|
|
299
|
+
* If `true`, the keyboard focus ripple is disabled.
|
|
300
|
+
* @default false
|
|
301
|
+
*/
|
|
302
|
+
disableFocusRipple: n.bool,
|
|
303
|
+
/**
|
|
304
|
+
* If `true`, the ripple effect is disabled.
|
|
305
|
+
*
|
|
306
|
+
* ⚠️ Without a ripple there is no styling for :focus-visible by default. Be sure
|
|
307
|
+
* to highlight the element by applying separate styles with the `.Mui-focusVisible` class.
|
|
308
|
+
* @default false
|
|
309
|
+
*/
|
|
310
|
+
disableRipple: n.bool,
|
|
311
|
+
/**
|
|
312
|
+
* Element placed after the children.
|
|
313
|
+
*/
|
|
314
|
+
endIcon: n.node,
|
|
315
|
+
/**
|
|
316
|
+
* @ignore
|
|
317
|
+
*/
|
|
318
|
+
focusVisibleClassName: n.string,
|
|
319
|
+
/**
|
|
320
|
+
* If `true`, the button will take up the full width of its container.
|
|
321
|
+
* @default false
|
|
322
|
+
*/
|
|
323
|
+
fullWidth: n.bool,
|
|
324
|
+
/**
|
|
325
|
+
* The URL to link to when the button is clicked.
|
|
326
|
+
* If defined, an `a` element will be used as the root node.
|
|
327
|
+
*/
|
|
328
|
+
href: n.string,
|
|
329
|
+
/**
|
|
330
|
+
* The size of the component.
|
|
331
|
+
* `small` is equivalent to the dense button styling.
|
|
332
|
+
* @default 'medium'
|
|
333
|
+
*/
|
|
334
|
+
size: n.oneOfType([n.oneOf(["small", "medium", "large"]), n.string]),
|
|
335
|
+
/**
|
|
336
|
+
* Element placed before the children.
|
|
337
|
+
*/
|
|
338
|
+
startIcon: n.node,
|
|
339
|
+
/**
|
|
340
|
+
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
341
|
+
*/
|
|
342
|
+
sx: n.oneOfType([n.arrayOf(n.oneOfType([n.func, n.object, n.bool])), n.func, n.object]),
|
|
343
|
+
/**
|
|
344
|
+
* @ignore
|
|
345
|
+
*/
|
|
346
|
+
type: n.oneOfType([n.oneOf(["button", "reset", "submit"]), n.string]),
|
|
347
|
+
/**
|
|
348
|
+
* The variant to use.
|
|
349
|
+
* @default 'text'
|
|
350
|
+
*/
|
|
351
|
+
variant: n.oneOfType([n.oneOf(["contained", "outlined", "text"]), n.string])
|
|
352
|
+
});
|
|
353
|
+
const so = O;
|
|
354
|
+
export {
|
|
355
|
+
so as B,
|
|
356
|
+
E as a,
|
|
357
|
+
b,
|
|
358
|
+
Q as g
|
|
359
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const a=require("./identifier-4KVhx666.cjs"),j=require("react"),s=require("./styled-ZF_yhfMW.cjs"),b=require("react/jsx-runtime"),V=require("./ButtonBase-Bw3wq81v.cjs");function L(o){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(o){for(const i in o)if(i!=="default"){const t=Object.getOwnPropertyDescriptor(o,i);Object.defineProperty(n,i,t.get?t:{enumerable:!0,get:()=>o[i]})}}return n.default=o,Object.freeze(n)}const d=L(j);function $(o){return a.generateUtilityClass("MuiButton",o)}const D=a.generateUtilityClasses("MuiButton",["root","text","textInherit","textPrimary","textSecondary","textSuccess","textError","textInfo","textWarning","outlined","outlinedInherit","outlinedPrimary","outlinedSecondary","outlinedSuccess","outlinedError","outlinedInfo","outlinedWarning","contained","containedInherit","containedPrimary","containedSecondary","containedSuccess","containedError","containedInfo","containedWarning","disableElevation","focusVisible","disabled","colorInherit","colorPrimary","colorSecondary","colorSuccess","colorError","colorInfo","colorWarning","textSizeSmall","textSizeMedium","textSizeLarge","outlinedSizeSmall","outlinedSizeMedium","outlinedSizeLarge","containedSizeSmall","containedSizeMedium","containedSizeLarge","sizeMedium","sizeSmall","sizeLarge","fullWidth","startIcon","endIcon","icon","iconSizeSmall","iconSizeMedium","iconSizeLarge"]),p=D,x=d.createContext({});process.env.NODE_ENV!=="production"&&(x.displayName="ButtonGroupContext");const B=d.createContext(void 0);process.env.NODE_ENV!=="production"&&(B.displayName="ButtonGroupButtonContext");const q=["children","color","component","className","disabled","disableElevation","disableFocusRipple","endIcon","focusVisibleClassName","fullWidth","size","startIcon","type","variant"],G=o=>{const{color:n,disableElevation:i,fullWidth:t,size:r,variant:e,classes:l}=o,v={root:["root",e,`${e}${a.capitalize(n)}`,`size${a.capitalize(r)}`,`${e}Size${a.capitalize(r)}`,`color${a.capitalize(n)}`,i&&"disableElevation",t&&"fullWidth"],label:["label"],startIcon:["icon","startIcon",`iconSize${a.capitalize(r)}`],endIcon:["icon","endIcon",`iconSize${a.capitalize(r)}`]},y=s.composeClasses(v,$,l);return a._extends({},l,y)},I=o=>a._extends({},o.size==="small"&&{"& > *:nth-of-type(1)":{fontSize:18}},o.size==="medium"&&{"& > *:nth-of-type(1)":{fontSize:20}},o.size==="large"&&{"& > *:nth-of-type(1)":{fontSize:22}}),F=s.styled(V.ButtonBase,{shouldForwardProp:o=>s.rootShouldForwardProp(o)||o==="classes",name:"MuiButton",slot:"Root",overridesResolver:(o,n)=>{const{ownerState:i}=o;return[n.root,n[i.variant],n[`${i.variant}${a.capitalize(i.color)}`],n[`size${a.capitalize(i.size)}`],n[`${i.variant}Size${a.capitalize(i.size)}`],i.color==="inherit"&&n.colorInherit,i.disableElevation&&n.disableElevation,i.fullWidth&&n.fullWidth]}})(({theme:o,ownerState:n})=>{var i,t;const r=o.palette.mode==="light"?o.palette.grey[300]:o.palette.grey[800],e=o.palette.mode==="light"?o.palette.grey.A100:o.palette.grey[700];return a._extends({},o.typography.button,{minWidth:64,padding:"6px 16px",borderRadius:(o.vars||o).shape.borderRadius,transition:o.transitions.create(["background-color","box-shadow","border-color","color"],{duration:o.transitions.duration.short}),"&:hover":a._extends({textDecoration:"none",backgroundColor:o.vars?`rgba(${o.vars.palette.text.primaryChannel} / ${o.vars.palette.action.hoverOpacity})`:a.alpha_1(o.palette.text.primary,o.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},n.variant==="text"&&n.color!=="inherit"&&{backgroundColor:o.vars?`rgba(${o.vars.palette[n.color].mainChannel} / ${o.vars.palette.action.hoverOpacity})`:a.alpha_1(o.palette[n.color].main,o.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},n.variant==="outlined"&&n.color!=="inherit"&&{border:`1px solid ${(o.vars||o).palette[n.color].main}`,backgroundColor:o.vars?`rgba(${o.vars.palette[n.color].mainChannel} / ${o.vars.palette.action.hoverOpacity})`:a.alpha_1(o.palette[n.color].main,o.palette.action.hoverOpacity),"@media (hover: none)":{backgroundColor:"transparent"}},n.variant==="contained"&&{backgroundColor:o.vars?o.vars.palette.Button.inheritContainedHoverBg:e,boxShadow:(o.vars||o).shadows[4],"@media (hover: none)":{boxShadow:(o.vars||o).shadows[2],backgroundColor:(o.vars||o).palette.grey[300]}},n.variant==="contained"&&n.color!=="inherit"&&{backgroundColor:(o.vars||o).palette[n.color].dark,"@media (hover: none)":{backgroundColor:(o.vars||o).palette[n.color].main}}),"&:active":a._extends({},n.variant==="contained"&&{boxShadow:(o.vars||o).shadows[8]}),[`&.${p.focusVisible}`]:a._extends({},n.variant==="contained"&&{boxShadow:(o.vars||o).shadows[6]}),[`&.${p.disabled}`]:a._extends({color:(o.vars||o).palette.action.disabled},n.variant==="outlined"&&{border:`1px solid ${(o.vars||o).palette.action.disabledBackground}`},n.variant==="contained"&&{color:(o.vars||o).palette.action.disabled,boxShadow:(o.vars||o).shadows[0],backgroundColor:(o.vars||o).palette.action.disabledBackground})},n.variant==="text"&&{padding:"6px 8px"},n.variant==="text"&&n.color!=="inherit"&&{color:(o.vars||o).palette[n.color].main},n.variant==="outlined"&&{padding:"5px 15px",border:"1px solid currentColor"},n.variant==="outlined"&&n.color!=="inherit"&&{color:(o.vars||o).palette[n.color].main,border:o.vars?`1px solid rgba(${o.vars.palette[n.color].mainChannel} / 0.5)`:`1px solid ${a.alpha_1(o.palette[n.color].main,.5)}`},n.variant==="contained"&&{color:o.vars?o.vars.palette.text.primary:(i=(t=o.palette).getContrastText)==null?void 0:i.call(t,o.palette.grey[300]),backgroundColor:o.vars?o.vars.palette.Button.inheritContainedBg:r,boxShadow:(o.vars||o).shadows[2]},n.variant==="contained"&&n.color!=="inherit"&&{color:(o.vars||o).palette[n.color].contrastText,backgroundColor:(o.vars||o).palette[n.color].main},n.color==="inherit"&&{color:"inherit",borderColor:"currentColor"},n.size==="small"&&n.variant==="text"&&{padding:"4px 5px",fontSize:o.typography.pxToRem(13)},n.size==="large"&&n.variant==="text"&&{padding:"8px 11px",fontSize:o.typography.pxToRem(15)},n.size==="small"&&n.variant==="outlined"&&{padding:"3px 9px",fontSize:o.typography.pxToRem(13)},n.size==="large"&&n.variant==="outlined"&&{padding:"7px 21px",fontSize:o.typography.pxToRem(15)},n.size==="small"&&n.variant==="contained"&&{padding:"4px 10px",fontSize:o.typography.pxToRem(13)},n.size==="large"&&n.variant==="contained"&&{padding:"8px 22px",fontSize:o.typography.pxToRem(15)},n.fullWidth&&{width:"100%"})},({ownerState:o})=>o.disableElevation&&{boxShadow:"none","&:hover":{boxShadow:"none"},[`&.${p.focusVisible}`]:{boxShadow:"none"},"&:active":{boxShadow:"none"},[`&.${p.disabled}`]:{boxShadow:"none"}}),U=s.styled("span",{name:"MuiButton",slot:"StartIcon",overridesResolver:(o,n)=>{const{ownerState:i}=o;return[n.startIcon,n[`iconSize${a.capitalize(i.size)}`]]}})(({ownerState:o})=>a._extends({display:"inherit",marginRight:8,marginLeft:-4},o.size==="small"&&{marginLeft:-2},I(o))),H=s.styled("span",{name:"MuiButton",slot:"EndIcon",overridesResolver:(o,n)=>{const{ownerState:i}=o;return[n.endIcon,n[`iconSize${a.capitalize(i.size)}`]]}})(({ownerState:o})=>a._extends({display:"inherit",marginRight:-4,marginLeft:8},o.size==="small"&&{marginRight:-2},I(o))),O=d.forwardRef(function(n,i){const t=d.useContext(x),r=d.useContext(B),e=s.resolveProps(t,n),l=s.useDefaultProps({props:e,name:"MuiButton"}),{children:v,color:y="primary",component:g="button",className:_,disabled:f=!1,disableElevation:R=!1,disableFocusRipple:z=!1,endIcon:C,focusVisibleClassName:h,fullWidth:N=!1,size:E="medium",startIcon:T,type:P,variant:k="text"}=l,m=a._objectWithoutPropertiesLoose(l,q),u=a._extends({},l,{color:y,component:g,disabled:f,disableElevation:R,disableFocusRipple:z,fullWidth:N,size:E,type:P,variant:k}),c=G(u),W=T&&b.jsx(U,{className:c.startIcon,ownerState:u,children:T}),S=C&&b.jsx(H,{className:c.endIcon,ownerState:u,children:C}),M=r||"";return b.jsxs(F,a._extends({ownerState:u,className:a.clsx(t.className,c.root,_,M),component:g,disabled:f,focusRipple:!z,focusVisibleClassName:a.clsx(c.focusVisible,h),ref:i,type:P},m,{classes:c,children:[W,v,S]}))});process.env.NODE_ENV!=="production"&&(O.propTypes={children:a.PropTypes.node,classes:a.PropTypes.object,className:a.PropTypes.string,color:a.PropTypes.oneOfType([a.PropTypes.oneOf(["inherit","primary","secondary","success","error","info","warning"]),a.PropTypes.string]),component:a.PropTypes.elementType,disabled:a.PropTypes.bool,disableElevation:a.PropTypes.bool,disableFocusRipple:a.PropTypes.bool,disableRipple:a.PropTypes.bool,endIcon:a.PropTypes.node,focusVisibleClassName:a.PropTypes.string,fullWidth:a.PropTypes.bool,href:a.PropTypes.string,size:a.PropTypes.oneOfType([a.PropTypes.oneOf(["small","medium","large"]),a.PropTypes.string]),startIcon:a.PropTypes.node,sx:a.PropTypes.oneOfType([a.PropTypes.arrayOf(a.PropTypes.oneOfType([a.PropTypes.func,a.PropTypes.object,a.PropTypes.bool])),a.PropTypes.func,a.PropTypes.object]),type:a.PropTypes.oneOfType([a.PropTypes.oneOf(["button","reset","submit"]),a.PropTypes.string]),variant:a.PropTypes.oneOfType([a.PropTypes.oneOf(["contained","outlined","text"]),a.PropTypes.string])});const A=O;exports.Button=A;exports.ButtonGroupContext=x;exports.buttonClasses=p;exports.getButtonUtilityClass=$;
|
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { m as Y, _ as ie, P as e, x, v as ye, w as Ke } from "./identifier-D-ng7Qqa.js";
|
|
2
2
|
import * as p from "react";
|
|
3
3
|
import W, { Children as Xe, isValidElement as G, cloneElement as J } from "react";
|
|
4
|
-
import {
|
|
4
|
+
import { s as re, u as Te, c as Ye } from "./styled-xiAudcD_.js";
|
|
5
5
|
import { jsx as U, jsxs as Ae } from "react/jsx-runtime";
|
|
6
|
-
import { a as qe, u as H } from "./useTimeout-
|
|
6
|
+
import { a as qe, u as H } from "./useTimeout-BdvDipeg.js";
|
|
7
7
|
import { _ as We, T as de } from "./TransitionGroupContext-BkoHK5Kx.js";
|
|
8
8
|
import { keyframes as se } from "@emotion/react";
|
|
9
|
-
import { a as he } from "./useForkRef-
|
|
10
|
-
import { u as He } from "./useIsFocusVisible-
|
|
11
|
-
import { r as Ge, e as Je } from "./refType-
|
|
9
|
+
import { a as he } from "./useForkRef-DwN_Iz9R.js";
|
|
10
|
+
import { u as He } from "./useIsFocusVisible-DhASXQ4o.js";
|
|
11
|
+
import { r as Ge, e as Je } from "./refType-COGEdfch.js";
|
|
12
12
|
function Qe(t) {
|
|
13
|
-
if (t === void 0)
|
|
14
|
-
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
13
|
+
if (t === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
15
14
|
return t;
|
|
16
15
|
}
|
|
17
16
|
function ae(t, s) {
|
|
@@ -257,7 +256,7 @@ process.env.NODE_ENV !== "production" && (Me.propTypes = {
|
|
|
257
256
|
*/
|
|
258
257
|
timeout: e.number.isRequired
|
|
259
258
|
});
|
|
260
|
-
const b =
|
|
259
|
+
const b = ye("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsate", "child", "childLeaving", "childPulsate"]), it = ["center", "classes", "className"];
|
|
261
260
|
let Q = (t) => t, me, be, ge, Re;
|
|
262
261
|
const oe = 550, rt = 80, st = se(me || (me = Q`
|
|
263
262
|
0% {
|
|
@@ -357,7 +356,7 @@ const oe = 550, rt = 80, st = se(me || (me = Q`
|
|
|
357
356
|
}) => t.transitions.easing.easeInOut, b.childPulsate, lt, ({
|
|
358
357
|
theme: t
|
|
359
358
|
}) => t.transitions.easing.easeInOut), Ee = /* @__PURE__ */ p.forwardRef(function(s, a) {
|
|
360
|
-
const l =
|
|
359
|
+
const l = Te({
|
|
361
360
|
props: s,
|
|
362
361
|
name: "MuiTouchRipple"
|
|
363
362
|
}), {
|
|
@@ -372,7 +371,7 @@ const oe = 550, rt = 80, st = se(me || (me = Q`
|
|
|
372
371
|
const {
|
|
373
372
|
pulsate: M,
|
|
374
373
|
rippleX: E,
|
|
375
|
-
rippleY:
|
|
374
|
+
rippleY: S,
|
|
376
375
|
rippleSize: I,
|
|
377
376
|
cb: z
|
|
378
377
|
} = d;
|
|
@@ -388,13 +387,13 @@ const oe = 550, rt = 80, st = se(me || (me = Q`
|
|
|
388
387
|
timeout: oe,
|
|
389
388
|
pulsate: M,
|
|
390
389
|
rippleX: E,
|
|
391
|
-
rippleY:
|
|
390
|
+
rippleY: S,
|
|
392
391
|
rippleSize: I
|
|
393
392
|
}, h.current)]), h.current += 1, y.current = z;
|
|
394
393
|
}, [n]), _ = p.useCallback((d = {}, M = {}, E = () => {
|
|
395
394
|
}) => {
|
|
396
395
|
const {
|
|
397
|
-
pulsate:
|
|
396
|
+
pulsate: S = !1,
|
|
398
397
|
center: I = o || M.pulsate,
|
|
399
398
|
fakeElement: z = !1
|
|
400
399
|
// For test purposes
|
|
@@ -404,43 +403,43 @@ const oe = 550, rt = 80, st = se(me || (me = Q`
|
|
|
404
403
|
return;
|
|
405
404
|
}
|
|
406
405
|
(d == null ? void 0 : d.type) === "touchstart" && (g.current = !0);
|
|
407
|
-
const C = z ? null : T.current,
|
|
406
|
+
const C = z ? null : T.current, P = C ? C.getBoundingClientRect() : {
|
|
408
407
|
width: 0,
|
|
409
408
|
height: 0,
|
|
410
409
|
left: 0,
|
|
411
410
|
top: 0
|
|
412
411
|
};
|
|
413
|
-
let V, B,
|
|
412
|
+
let V, B, w;
|
|
414
413
|
if (I || d === void 0 || d.clientX === 0 && d.clientY === 0 || !d.clientX && !d.touches)
|
|
415
|
-
V = Math.round(
|
|
414
|
+
V = Math.round(P.width / 2), B = Math.round(P.height / 2);
|
|
416
415
|
else {
|
|
417
416
|
const {
|
|
418
417
|
clientX: L,
|
|
419
418
|
clientY: N
|
|
420
419
|
} = d.touches && d.touches.length > 0 ? d.touches[0] : d;
|
|
421
|
-
V = Math.round(L -
|
|
420
|
+
V = Math.round(L - P.left), B = Math.round(N - P.top);
|
|
422
421
|
}
|
|
423
422
|
if (I)
|
|
424
|
-
|
|
423
|
+
w = Math.sqrt((2 * P.width ** 2 + P.height ** 2) / 3), w % 2 === 0 && (w += 1);
|
|
425
424
|
else {
|
|
426
425
|
const L = Math.max(Math.abs((C ? C.clientWidth : 0) - V), V) * 2 + 2, N = Math.max(Math.abs((C ? C.clientHeight : 0) - B), B) * 2 + 2;
|
|
427
|
-
|
|
426
|
+
w = Math.sqrt(L ** 2 + N ** 2);
|
|
428
427
|
}
|
|
429
428
|
d != null && d.touches ? m.current === null && (m.current = () => {
|
|
430
429
|
$({
|
|
431
|
-
pulsate:
|
|
430
|
+
pulsate: S,
|
|
432
431
|
rippleX: V,
|
|
433
432
|
rippleY: B,
|
|
434
|
-
rippleSize:
|
|
433
|
+
rippleSize: w,
|
|
435
434
|
cb: E
|
|
436
435
|
});
|
|
437
436
|
}, v.start(rt, () => {
|
|
438
437
|
m.current && (m.current(), m.current = null);
|
|
439
438
|
})) : $({
|
|
440
|
-
pulsate:
|
|
439
|
+
pulsate: S,
|
|
441
440
|
rippleX: V,
|
|
442
441
|
rippleY: B,
|
|
443
|
-
rippleSize:
|
|
442
|
+
rippleSize: w,
|
|
444
443
|
cb: E
|
|
445
444
|
});
|
|
446
445
|
}, [o, $, v]), j = p.useCallback(() => {
|
|
@@ -489,7 +488,7 @@ process.env.NODE_ENV !== "production" && (Ee.propTypes = {
|
|
|
489
488
|
function pt(t) {
|
|
490
489
|
return Ke("MuiButtonBase", t);
|
|
491
490
|
}
|
|
492
|
-
const ft =
|
|
491
|
+
const ft = ye("MuiButtonBase", ["root", "disabled", "focusVisible"]), dt = ["action", "centerRipple", "children", "className", "component", "disabled", "disableRipple", "disableTouchRipple", "focusRipple", "focusVisibleClassName", "LinkComponent", "onBlur", "onClick", "onContextMenu", "onDragLeave", "onFocus", "onFocusVisible", "onKeyDown", "onKeyUp", "onMouseDown", "onMouseLeave", "onMouseUp", "onTouchEnd", "onTouchMove", "onTouchStart", "tabIndex", "TouchRippleProps", "touchRippleRef", "type"], ht = (t) => {
|
|
493
492
|
const {
|
|
494
493
|
disabled: s,
|
|
495
494
|
focusVisible: a,
|
|
@@ -543,7 +542,7 @@ const ft = Te("MuiButtonBase", ["root", "disabled", "focusVisible"]), dt = ["act
|
|
|
543
542
|
colorAdjust: "exact"
|
|
544
543
|
}
|
|
545
544
|
}), bt = /* @__PURE__ */ p.forwardRef(function(s, a) {
|
|
546
|
-
const l =
|
|
545
|
+
const l = Te({
|
|
547
546
|
props: s,
|
|
548
547
|
name: "MuiButtonBase"
|
|
549
548
|
}), {
|
|
@@ -566,16 +565,16 @@ const ft = Te("MuiButtonBase", ["root", "disabled", "focusVisible"]), dt = ["act
|
|
|
566
565
|
onKeyDown: d,
|
|
567
566
|
onKeyUp: M,
|
|
568
567
|
onMouseDown: E,
|
|
569
|
-
onMouseLeave:
|
|
568
|
+
onMouseLeave: S,
|
|
570
569
|
onMouseUp: I,
|
|
571
570
|
onTouchEnd: z,
|
|
572
571
|
onTouchMove: C,
|
|
573
|
-
onTouchStart:
|
|
572
|
+
onTouchStart: P,
|
|
574
573
|
tabIndex: V = 0,
|
|
575
574
|
TouchRippleProps: B,
|
|
576
|
-
touchRippleRef:
|
|
575
|
+
touchRippleRef: w,
|
|
577
576
|
type: L
|
|
578
|
-
} = l, N = ie(l, dt), K = p.useRef(null), R = p.useRef(null), Ce = he(R,
|
|
577
|
+
} = l, N = ie(l, dt), K = p.useRef(null), R = p.useRef(null), Ce = he(R, w), {
|
|
579
578
|
isFocusVisibleRef: ue,
|
|
580
579
|
onFocus: xe,
|
|
581
580
|
onBlur: ve,
|
|
@@ -594,12 +593,12 @@ const ft = Te("MuiButtonBase", ["root", "disabled", "focusVisible"]), dt = ["act
|
|
|
594
593
|
p.useEffect(() => {
|
|
595
594
|
k && g && !h && Z && R.current.pulsate();
|
|
596
595
|
}, [h, g, k, Z]);
|
|
597
|
-
function
|
|
596
|
+
function D(r, pe, ze = y) {
|
|
598
597
|
return H((fe) => (pe && pe(fe), !ze && R.current && R.current[r](fe), !0));
|
|
599
598
|
}
|
|
600
|
-
const
|
|
601
|
-
k && r.preventDefault(),
|
|
602
|
-
}), Le =
|
|
599
|
+
const De = D("start", E), Pe = D("stop", $), Be = D("stop", _), we = D("stop", I), Se = D("stop", (r) => {
|
|
600
|
+
k && r.preventDefault(), S && S(r);
|
|
601
|
+
}), Le = D("start", P), ke = D("stop", z), Fe = D("stop", C), _e = D("stop", (r) => {
|
|
603
602
|
ve(r), ue.current === !1 && A(!1), m && m(r);
|
|
604
603
|
}, !1), Oe = H((r) => {
|
|
605
604
|
K.current || (K.current = r.currentTarget), xe(r), ue.current === !0 && (A(!0), O && O(r)), j && j(r);
|
|
@@ -640,13 +639,13 @@ const ft = Te("MuiButtonBase", ["root", "disabled", "focusVisible"]), dt = ["act
|
|
|
640
639
|
ownerState: ce,
|
|
641
640
|
onBlur: _e,
|
|
642
641
|
onClick: T,
|
|
643
|
-
onContextMenu:
|
|
642
|
+
onContextMenu: Pe,
|
|
644
643
|
onFocus: Oe,
|
|
645
644
|
onKeyDown: Ie,
|
|
646
645
|
onKeyUp: Ue,
|
|
647
|
-
onMouseDown:
|
|
648
|
-
onMouseLeave:
|
|
649
|
-
onMouseUp:
|
|
646
|
+
onMouseDown: De,
|
|
647
|
+
onMouseLeave: Se,
|
|
648
|
+
onMouseUp: we,
|
|
650
649
|
onDragLeave: Be,
|
|
651
650
|
onTouchEnd: ke,
|
|
652
651
|
onTouchMove: Fe,
|