@cgi-learning-hub/ui 0.0.1-dev.1708382893 → 0.0.1-dev.1708424507
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/Button-8coRSZ3M.cjs +1 -0
- package/dist/Button-BJMp7Tz3.js +355 -0
- package/dist/ButtonBase-DfYGPVje.js +892 -0
- package/dist/ButtonBase-xIJbOm-V.cjs +75 -0
- package/dist/Input-DS9hzPC3.js +322 -0
- package/dist/Input-DWEaLJ-2.cjs +1 -0
- package/dist/{InputBase-CGq779n2.js → InputBase-B31rEvBe.js} +59 -60
- package/dist/InputBase-BuseI3Oe.cjs +4 -0
- package/dist/components/AnotherComponent/AnotherComponent.cjs.js +1 -1
- package/dist/components/AnotherComponent/AnotherComponent.es.js +7 -6
- package/dist/components/AnotherComponent/AnotherComponent.stories.d.ts +1 -1
- package/dist/components/BasicButtons/BasicButtons.cjs.js +1 -1
- package/dist/components/BasicButtons/BasicButtons.es.js +22 -23
- package/dist/components/buttons/DefaultButton/DefaultButton.cjs.js +1 -1
- package/dist/components/buttons/DefaultButton/DefaultButton.es.js +3 -3
- package/dist/components/buttons/DefaultButton/DefaultButtonIcon.cjs.js +1 -1
- package/dist/components/buttons/DefaultButton/DefaultButtonIcon.es.js +12 -13
- 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/inputs/SearchInput/SearchInput.cjs.js +1 -1
- package/dist/components/inputs/SearchInput/SearchInput.es.js +18 -19
- package/dist/components/inputs/TextInput/TextInput.cjs.js +13 -13
- package/dist/components/inputs/TextInput/TextInput.es.js +1015 -1329
- package/dist/{createSvgIcon-CHLyeSLU.js → createSvgIcon-BPyRt0N5.js} +12 -13
- package/dist/createSvgIcon-Cz9hf1Fl.cjs +1 -0
- package/dist/{extendSxProp-BqGiF689.js → extendSxProp-DzGZiKZk.js} +1 -1
- package/dist/extendSxProp-LEI89AMt.cjs +1 -0
- package/dist/{useForkRef-GL_-ZsET.js → useForkRef-C0Hk1SEc.js} +1 -1
- package/dist/useForkRef-YQvz-OME.cjs +1 -0
- package/dist/useTheme-BzgwMQvX.cjs +1 -0
- package/dist/{TransitionGroupContext-BjDSFqZJ.js → useTheme-D1_U7jx5.js} +20 -14
- package/dist/useThemeProps-Aqe6oH65.cjs +65 -0
- package/dist/useThemeProps-Dkkbtzcg.js +2696 -0
- package/package.json +1 -1
- package/dist/Button-D0o8tGej.cjs +0 -75
- package/dist/Button-D0z_AY3E.js +0 -1241
- package/dist/InputBase-lIiwyvaO.cjs +0 -4
- package/dist/TransitionGroupContext-B6r0bfvS.cjs +0 -1
- package/dist/createSvgIcon-DHY1YrJ8.cjs +0 -1
- package/dist/defaultTheme-BKohU5FP.js +0 -2232
- package/dist/defaultTheme-DdZ2uQhZ.cjs +0 -42
- package/dist/extendSxProp-DRVELas3.cjs +0 -1
- package/dist/styled-1ec4DLGK.js +0 -472
- package/dist/styled-DqWU6H76.cjs +0 -24
- package/dist/useForkRef-BkcfGVSE.cjs +0 -1
- package/dist/useTheme-B4qd7ENB.js +0 -9
- package/dist/useTheme-DjsJvzN5.cjs +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import o from "./PrimaryButton.es.js";
|
|
3
|
-
import { c as r } from "../../../createSvgIcon-
|
|
3
|
+
import { c as r } from "../../../createSvgIcon-BPyRt0N5.js";
|
|
4
4
|
const n = r(/* @__PURE__ */ t("path", {
|
|
5
5
|
d: "M17 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V7zm-5 16c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3m3-10H5V5h10z"
|
|
6
6
|
}), "Save"), p = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const n=require("react/jsx-runtime");require("react");const o=require("../DefaultButton/DefaultButton.cjs.js"),r=require("../../../useTheme-
|
|
1
|
+
"use strict";const n=require("react/jsx-runtime");require("react");const o=require("../DefaultButton/DefaultButton.cjs.js"),r=require("../../../useTheme-BzgwMQvX.cjs"),s=e=>{const t=r.useTheme();return n.jsx(o,{contentColor:t.palette.secondary.main,...e})};module.exports=s;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import r from "../DefaultButton/DefaultButton.es.js";
|
|
4
|
-
import { u as m } from "../../../useTheme-
|
|
4
|
+
import { u as m } from "../../../useTheme-D1_U7jx5.js";
|
|
5
5
|
const p = (t) => {
|
|
6
6
|
const o = m();
|
|
7
7
|
return /* @__PURE__ */ e(r, { contentColor: o.palette.secondary.main, ...t });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),t=require("./SecondaryButton.cjs.js"),r=require("../../../createSvgIcon-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),t=require("./SecondaryButton.cjs.js"),r=require("../../../createSvgIcon-Cz9hf1Fl.cjs"),s=r.createSvgIcon(e.jsx("path",{d:"M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m-9-2V7H4v3H1v2h3v3h2v-3h3v-2zm9 4c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4"}),"PersonAdd"),c={title:"Components/Buttons/SecondaryButton",component:t,argTypes:{}},i=n=>e.jsx(t,{...n}),o=i.bind({});o.args={text:"Add user",icon:{Component:s,position:"left"},onClick:()=>alert("Alert")};exports.Primary=o;exports.default=c;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import t from "./SecondaryButton.es.js";
|
|
3
|
-
import { c as e } from "../../../createSvgIcon-
|
|
3
|
+
import { c as e } from "../../../createSvgIcon-BPyRt0N5.js";
|
|
4
4
|
const r = e(/* @__PURE__ */ o("path", {
|
|
5
5
|
d: "M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m-9-2V7H4v3H1v2h3v3h2v-3h3v-2zm9 4c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4"
|
|
6
6
|
}), "PersonAdd"), i = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const
|
|
1
|
+
"use strict";const p=require("react/jsx-runtime"),E=require("react"),e=require("../../../useThemeProps-Aqe6oH65.cjs"),v=require("../../../InputBase-BuseI3Oe.cjs"),_=require("../../../extendSxProp-LEI89AMt.cjs"),M=require("../../../createSvgIcon-Cz9hf1Fl.cjs");function N(o){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(o){for(const n in o)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(o,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>o[n]})}}return t.default=o,Object.freeze(t)}const f=N(E),R=M.createSvgIcon(p.jsx("path",{d:"M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"}),"Search");function B(o){return e.generateUtilityClass("MuiTypography",o)}e.generateUtilityClasses("MuiTypography",["root","h1","h2","h3","h4","h5","h6","subtitle1","subtitle2","body1","body2","inherit","button","caption","overline","alignLeft","alignRight","alignCenter","alignJustify","noWrap","gutterBottom","paragraph"]);const A=["align","className","component","gutterBottom","noWrap","paragraph","variant","variantMapping"],S=o=>{const{align:t,gutterBottom:n,noWrap:r,paragraph:s,variant:a,classes:c}=o,l={root:["root",a,o.align!=="inherit"&&`align${e.capitalize(t)}`,n&&"gutterBottom",r&&"noWrap",s&&"paragraph"]};return e.composeClasses(l,B,c)},z=e.styled("span",{name:"MuiTypography",slot:"Root",overridesResolver:(o,t)=>{const{ownerState:n}=o;return[t.root,n.variant&&t[n.variant],n.align!=="inherit"&&t[`align${e.capitalize(n.align)}`],n.noWrap&&t.noWrap,n.gutterBottom&&t.gutterBottom,n.paragraph&&t.paragraph]}})(({theme:o,ownerState:t})=>e._extends({margin:0},t.variant==="inherit"&&{font:"inherit"},t.variant!=="inherit"&&o.typography[t.variant],t.align!=="inherit"&&{textAlign:t.align},t.noWrap&&{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},t.gutterBottom&&{marginBottom:"0.35em"},t.paragraph&&{marginBottom:16})),P={h1:"h1",h2:"h2",h3:"h3",h4:"h4",h5:"h5",h6:"h6",subtitle1:"h6",subtitle2:"h6",body1:"p",body2:"p",inherit:"p"},$={primary:"primary.main",textPrimary:"text.primary",secondary:"secondary.main",textSecondary:"text.secondary",error:"error.main"},L=o=>$[o]||o,j=f.forwardRef(function(t,n){const r=e.useThemeProps({props:t,name:"MuiTypography"}),s=L(r.color),a=_.extendSxProp(e._extends({},r,{color:s})),{align:c="inherit",className:l,component:h,gutterBottom:y=!1,noWrap:u=!1,paragraph:g=!1,variant:i="body1",variantMapping:d=P}=a,m=e._objectWithoutPropertiesLoose(a,A),T=e._extends({},a,{align:c,color:s,className:l,component:h,gutterBottom:y,noWrap:u,paragraph:g,variant:i,variantMapping:d}),O=h||(g?"p":d[i]||P[i])||"span",I=S(T);return p.jsx(z,e._extends({as:O,ref:n,ownerState:T,className:e.clsx(I.root,l)},m))});process.env.NODE_ENV!=="production"&&(j.propTypes={align:e.PropTypes.oneOf(["center","inherit","justify","left","right"]),children:e.PropTypes.node,classes:e.PropTypes.object,className:e.PropTypes.string,component:e.PropTypes.elementType,gutterBottom:e.PropTypes.bool,noWrap:e.PropTypes.bool,paragraph: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]),variant:e.PropTypes.oneOfType([e.PropTypes.oneOf(["body1","body2","button","caption","h1","h2","h3","h4","h5","h6","inherit","overline","subtitle1","subtitle2"]),e.PropTypes.string]),variantMapping:e.PropTypes.object});const W=j;function U(o){return e.generateUtilityClass("MuiInputAdornment",o)}const q=e.generateUtilityClasses("MuiInputAdornment",["root","filled","standard","outlined","positionStart","positionEnd","disablePointerEvents","hiddenLabel","sizeSmall"]),b=q;var x;const D=["children","className","component","disablePointerEvents","disableTypography","position","variant"],w=(o,t)=>{const{ownerState:n}=o;return[t.root,t[`position${e.capitalize(n.position)}`],n.disablePointerEvents===!0&&t.disablePointerEvents,t[n.variant]]},F=o=>{const{classes:t,disablePointerEvents:n,hiddenLabel:r,position:s,size:a,variant:c}=o,l={root:["root",n&&"disablePointerEvents",s&&`position${e.capitalize(s)}`,c,r&&"hiddenLabel",a&&`size${e.capitalize(a)}`]};return e.composeClasses(l,U,t)},V=e.styled("div",{name:"MuiInputAdornment",slot:"Root",overridesResolver:w})(({theme:o,ownerState:t})=>e._extends({display:"flex",height:"0.01em",maxHeight:"2em",alignItems:"center",whiteSpace:"nowrap",color:(o.vars||o).palette.action.active},t.variant==="filled"&&{[`&.${b.positionStart}&:not(.${b.hiddenLabel})`]:{marginTop:16}},t.position==="start"&&{marginRight:8},t.position==="end"&&{marginLeft:8},t.disablePointerEvents===!0&&{pointerEvents:"none"})),C=f.forwardRef(function(t,n){const r=e.useThemeProps({props:t,name:"MuiInputAdornment"}),{children:s,className:a,component:c="div",disablePointerEvents:l=!1,disableTypography:h=!1,position:y,variant:u}=r,g=e._objectWithoutPropertiesLoose(r,D),i=v.useFormControl()||{};let d=u;u&&i.variant&&process.env.NODE_ENV!=="production"&&u===i.variant&&console.error("MUI: The `InputAdornment` variant infers the variant prop you do not have to provide one."),i&&!d&&(d=i.variant);const m=e._extends({},r,{hiddenLabel:i.hiddenLabel,size:i.size,disablePointerEvents:l,position:y,variant:d}),T=F(m);return p.jsx(v.FormControlContext.Provider,{value:null,children:p.jsx(V,e._extends({as:c,ownerState:m,className:e.clsx(T.root,a),ref:n},g,{children:typeof s=="string"&&!h?p.jsx(W,{color:"text.secondary",children:s}):p.jsxs(f.Fragment,{children:[y==="start"?x||(x=p.jsx("span",{className:"notranslate",children:""})):null,s]})}))})});process.env.NODE_ENV!=="production"&&(C.propTypes={children:e.PropTypes.node,classes:e.PropTypes.object,className:e.PropTypes.string,component:e.PropTypes.elementType,disablePointerEvents:e.PropTypes.bool,disableTypography:e.PropTypes.bool,position:e.PropTypes.oneOf(["end","start"]).isRequired,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]),variant:e.PropTypes.oneOf(["filled","outlined","standard"])});const k=C,H=e.styled(v.InputBase)(({theme:o})=>({width:"auto",padding:"0px 12px",backgroundColor:o.palette.grey[50],borderRadius:30,"& .MuiInputBase-input":{padding:"8px 0px"}})),J=({placeholder:o="Rechercher",...t})=>p.jsx(H,{...t,placeholder:o,startAdornment:p.jsx(k,{position:"start",disablePointerEvents:!0,children:p.jsx(R,{})})});module.exports=J;
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
import { jsx as p, jsxs as W } from "react/jsx-runtime";
|
|
2
2
|
import * as T from "react";
|
|
3
|
-
import {
|
|
4
|
-
import { u as S, F as _,
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import { c as F } from "../../../createSvgIcon-CHLyeSLU.js";
|
|
3
|
+
import { b as I, g as M, s as x, f as m, a as d, u as N, _ as O, h as A, P as t, e as B } from "../../../useThemeProps-Dkkbtzcg.js";
|
|
4
|
+
import { u as S, F as _, c as z } from "../../../InputBase-B31rEvBe.js";
|
|
5
|
+
import { e as U } from "../../../extendSxProp-DzGZiKZk.js";
|
|
6
|
+
import { c as F } from "../../../createSvgIcon-BPyRt0N5.js";
|
|
8
7
|
const w = F(/* @__PURE__ */ p("path", {
|
|
9
8
|
d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14"
|
|
10
9
|
}), "Search");
|
|
11
10
|
function D(n) {
|
|
12
|
-
return
|
|
11
|
+
return I("MuiTypography", n);
|
|
13
12
|
}
|
|
14
|
-
|
|
13
|
+
M("MuiTypography", ["root", "h1", "h2", "h3", "h4", "h5", "h6", "subtitle1", "subtitle2", "body1", "body2", "inherit", "button", "caption", "overline", "alignLeft", "alignRight", "alignCenter", "alignJustify", "noWrap", "gutterBottom", "paragraph"]);
|
|
15
14
|
const V = ["align", "className", "component", "gutterBottom", "noWrap", "paragraph", "variant", "variantMapping"], k = (n) => {
|
|
16
15
|
const {
|
|
17
16
|
align: o,
|
|
@@ -23,7 +22,7 @@ const V = ["align", "className", "component", "gutterBottom", "noWrap", "paragra
|
|
|
23
22
|
} = n, l = {
|
|
24
23
|
root: ["root", i, n.align !== "inherit" && `align${m(o)}`, e && "gutterBottom", a && "noWrap", r && "paragraph"]
|
|
25
24
|
};
|
|
26
|
-
return
|
|
25
|
+
return B(l, D, c);
|
|
27
26
|
}, q = x("span", {
|
|
28
27
|
name: "MuiTypography",
|
|
29
28
|
slot: "Root",
|
|
@@ -70,7 +69,7 @@ const V = ["align", "className", "component", "gutterBottom", "noWrap", "paragra
|
|
|
70
69
|
textSecondary: "text.secondary",
|
|
71
70
|
error: "error.main"
|
|
72
71
|
}, J = (n) => H[n] || n, R = /* @__PURE__ */ T.forwardRef(function(o, e) {
|
|
73
|
-
const a =
|
|
72
|
+
const a = N({
|
|
74
73
|
props: o,
|
|
75
74
|
name: "MuiTypography"
|
|
76
75
|
}), r = J(a.color), i = U(d({}, a, {
|
|
@@ -84,7 +83,7 @@ const V = ["align", "className", "component", "gutterBottom", "noWrap", "paragra
|
|
|
84
83
|
paragraph: y = !1,
|
|
85
84
|
variant: s = "body1",
|
|
86
85
|
variantMapping: h = C
|
|
87
|
-
} = i, f =
|
|
86
|
+
} = i, f = O(i, V), b = d({}, i, {
|
|
88
87
|
align: c,
|
|
89
88
|
color: r,
|
|
90
89
|
className: l,
|
|
@@ -99,7 +98,7 @@ const V = ["align", "className", "component", "gutterBottom", "noWrap", "paragra
|
|
|
99
98
|
as: j,
|
|
100
99
|
ref: e,
|
|
101
100
|
ownerState: b,
|
|
102
|
-
className:
|
|
101
|
+
className: A(L.root, l)
|
|
103
102
|
}, f));
|
|
104
103
|
});
|
|
105
104
|
process.env.NODE_ENV !== "production" && (R.propTypes = {
|
|
@@ -179,9 +178,9 @@ process.env.NODE_ENV !== "production" && (R.propTypes = {
|
|
|
179
178
|
});
|
|
180
179
|
const G = R;
|
|
181
180
|
function K(n) {
|
|
182
|
-
return
|
|
181
|
+
return I("MuiInputAdornment", n);
|
|
183
182
|
}
|
|
184
|
-
const Q =
|
|
183
|
+
const Q = M("MuiInputAdornment", ["root", "filled", "standard", "outlined", "positionStart", "positionEnd", "disablePointerEvents", "hiddenLabel", "sizeSmall"]), P = Q;
|
|
185
184
|
var E;
|
|
186
185
|
const X = ["children", "className", "component", "disablePointerEvents", "disableTypography", "position", "variant"], Y = (n, o) => {
|
|
187
186
|
const {
|
|
@@ -199,7 +198,7 @@ const X = ["children", "className", "component", "disablePointerEvents", "disabl
|
|
|
199
198
|
} = n, l = {
|
|
200
199
|
root: ["root", e && "disablePointerEvents", r && `position${m(r)}`, c, a && "hiddenLabel", i && `size${m(i)}`]
|
|
201
200
|
};
|
|
202
|
-
return
|
|
201
|
+
return B(l, K, o);
|
|
203
202
|
}, tt = x("div", {
|
|
204
203
|
name: "MuiInputAdornment",
|
|
205
204
|
slot: "Root",
|
|
@@ -230,7 +229,7 @@ const X = ["children", "className", "component", "disablePointerEvents", "disabl
|
|
|
230
229
|
// Styles applied to the root element if `disablePointerEvents={true}`.
|
|
231
230
|
pointerEvents: "none"
|
|
232
231
|
})), $ = /* @__PURE__ */ T.forwardRef(function(o, e) {
|
|
233
|
-
const a =
|
|
232
|
+
const a = N({
|
|
234
233
|
props: o,
|
|
235
234
|
name: "MuiInputAdornment"
|
|
236
235
|
}), {
|
|
@@ -241,7 +240,7 @@ const X = ["children", "className", "component", "disablePointerEvents", "disabl
|
|
|
241
240
|
disableTypography: g = !1,
|
|
242
241
|
position: v,
|
|
243
242
|
variant: u
|
|
244
|
-
} = a, y =
|
|
243
|
+
} = a, y = O(a, X), s = S() || {};
|
|
245
244
|
let h = u;
|
|
246
245
|
u && s.variant && process.env.NODE_ENV !== "production" && u === s.variant && console.error("MUI: The `InputAdornment` variant infers the variant prop you do not have to provide one."), s && !h && (h = s.variant);
|
|
247
246
|
const f = d({}, a, {
|
|
@@ -256,7 +255,7 @@ const X = ["children", "className", "component", "disablePointerEvents", "disabl
|
|
|
256
255
|
children: /* @__PURE__ */ p(tt, d({
|
|
257
256
|
as: c,
|
|
258
257
|
ownerState: f,
|
|
259
|
-
className:
|
|
258
|
+
className: A(b.root, i),
|
|
260
259
|
ref: e
|
|
261
260
|
}, y, {
|
|
262
261
|
children: typeof r == "string" && !g ? /* @__PURE__ */ p(G, {
|
|
@@ -330,7 +329,7 @@ const ot = $, nt = x(z)(({ theme: n }) => ({
|
|
|
330
329
|
"& .MuiInputBase-input": {
|
|
331
330
|
padding: "8px 0px"
|
|
332
331
|
}
|
|
333
|
-
})),
|
|
332
|
+
})), pt = ({
|
|
334
333
|
placeholder: n = "Rechercher",
|
|
335
334
|
...o
|
|
336
335
|
}) => /* @__PURE__ */ p(
|
|
@@ -342,5 +341,5 @@ const ot = $, nt = x(z)(({ theme: n }) => ({
|
|
|
342
341
|
}
|
|
343
342
|
);
|
|
344
343
|
export {
|
|
345
|
-
|
|
344
|
+
pt as default
|
|
346
345
|
};
|