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 CHANGED
@@ -24526,13 +24526,17 @@ const GF = {
24526
24526
  components: {
24527
24527
  ...Vr.components,
24528
24528
  MuiTextField: {
24529
- defaultProps: {
24530
- variant: "outlined"
24529
+ styleOverrides: {
24530
+ root: {
24531
+ variant: "outlined"
24532
+ }
24531
24533
  }
24532
24534
  },
24533
24535
  MuiFormControl: {
24534
- defaultProps: {
24535
- variant: "outlined"
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
- defaultProps: {
24570
- variant: "outlined"
24573
+ styleOverrides: {
24574
+ root: {
24575
+ variant: "outlined"
24576
+ }
24571
24577
  }
24572
24578
  },
24573
24579
  MuiFormControl: {
24574
- defaultProps: {
24575
- variant: "outlined"
24580
+ styleOverrides: {
24581
+ root: {
24582
+ variant: "outlined"
24583
+ }
24576
24584
  }
24577
24585
  },
24578
24586
  RaSidebar: {