biblio-react 2.0.13 → 2.0.14
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 +16 -8
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -24526,13 +24526,17 @@ const GF = {
|
|
|
24526
24526
|
components: {
|
|
24527
24527
|
...Vr.components,
|
|
24528
24528
|
MuiTextField: {
|
|
24529
|
-
|
|
24530
|
-
|
|
24529
|
+
styleOverrides: {
|
|
24530
|
+
root: {
|
|
24531
|
+
variant: "outlined"
|
|
24532
|
+
}
|
|
24531
24533
|
}
|
|
24532
24534
|
},
|
|
24533
24535
|
MuiFormControl: {
|
|
24534
|
-
|
|
24535
|
-
|
|
24536
|
+
styleOverrides: {
|
|
24537
|
+
root: {
|
|
24538
|
+
variant: "outlined"
|
|
24539
|
+
}
|
|
24536
24540
|
}
|
|
24537
24541
|
},
|
|
24538
24542
|
RaSidebar: {
|
|
@@ -24566,13 +24570,17 @@ const GF = {
|
|
|
24566
24570
|
components: {
|
|
24567
24571
|
...Vr.components,
|
|
24568
24572
|
MuiTextField: {
|
|
24569
|
-
|
|
24570
|
-
|
|
24573
|
+
styleOverrides: {
|
|
24574
|
+
root: {
|
|
24575
|
+
variant: "outlined"
|
|
24576
|
+
}
|
|
24571
24577
|
}
|
|
24572
24578
|
},
|
|
24573
24579
|
MuiFormControl: {
|
|
24574
|
-
|
|
24575
|
-
|
|
24580
|
+
styleOverrides: {
|
|
24581
|
+
root: {
|
|
24582
|
+
variant: "outlined"
|
|
24583
|
+
}
|
|
24576
24584
|
}
|
|
24577
24585
|
},
|
|
24578
24586
|
RaSidebar: {
|