biblio-react 3.0.0-alpha337-popup → 3.0.0-alpha338-popup
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/index.js +3 -11
- package/dist/index.js.map +1 -1
- package/package.json +94 -94
package/dist/index.js
CHANGED
|
@@ -42335,6 +42335,7 @@ const Vl = /* @__PURE__ */ s((t) => t === "E" ? "E" : t === "T" ? "T" : "A", "no
|
|
|
42335
42335
|
xh,
|
|
42336
42336
|
{
|
|
42337
42337
|
...A,
|
|
42338
|
+
className: `ra-input ra-input-${e}`,
|
|
42338
42339
|
name: B.name,
|
|
42339
42340
|
inputRef: B.ref,
|
|
42340
42341
|
label: T,
|
|
@@ -42365,6 +42366,7 @@ const Vl = /* @__PURE__ */ s((t) => t === "E" ? "E" : t === "T" ? "T" : "A", "no
|
|
|
42365
42366
|
size: "small",
|
|
42366
42367
|
sx: {
|
|
42367
42368
|
...A.sx,
|
|
42369
|
+
mt: 0.5,
|
|
42368
42370
|
width: 285,
|
|
42369
42371
|
minWidth: 285,
|
|
42370
42372
|
maxWidth: "100%",
|
|
@@ -42375,17 +42377,7 @@ const Vl = /* @__PURE__ */ s((t) => t === "E" ? "E" : t === "T" ? "T" : "A", "no
|
|
|
42375
42377
|
"& .MuiOutlinedInput-root": {
|
|
42376
42378
|
minHeight: 38,
|
|
42377
42379
|
borderRadius: 2,
|
|
42378
|
-
|
|
42379
|
-
pr: 0.25,
|
|
42380
|
-
"& fieldset": {
|
|
42381
|
-
borderColor: /* @__PURE__ */ s((Y) => Y.palette.primary.main, "borderColor")
|
|
42382
|
-
},
|
|
42383
|
-
"&:hover fieldset": {
|
|
42384
|
-
borderColor: /* @__PURE__ */ s((Y) => Y.palette.primary.main, "borderColor")
|
|
42385
|
-
},
|
|
42386
|
-
"&.Mui-focused fieldset": {
|
|
42387
|
-
borderColor: /* @__PURE__ */ s((Y) => Y.palette.primary.main, "borderColor")
|
|
42388
|
-
}
|
|
42380
|
+
pr: 0.25
|
|
42389
42381
|
},
|
|
42390
42382
|
"& .MuiInputBase-adornedStart": {
|
|
42391
42383
|
pl: 0.5
|