aefis-core-ui 2.3.0-rc25 → 2.3.0-rc27

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.
@@ -2597,8 +2597,8 @@ ListItemDisplay$2.propTypes = {
2597
2597
  // Copyright (c) 2020 AEFIS, all rights reserved.
2598
2598
  const colorPalette$t = {
2599
2599
  light: "#ffffff",
2600
- default: green[500],
2601
- dark: green[500]
2600
+ default: green[900],
2601
+ dark: green[900]
2602
2602
  };
2603
2603
  const institutionConfiguration$1 = {
2604
2604
  palette: colorPalette$t,
@@ -2610,8 +2610,8 @@ const institutionConfiguration$1 = {
2610
2610
  // Copyright (c) 2020 AEFIS, all rights reserved.
2611
2611
  const colorPalette$s = {
2612
2612
  light: "#ffffff",
2613
- default: purple[500],
2614
- dark: purple[500]
2613
+ default: purple[900],
2614
+ dark: purple[900]
2615
2615
  };
2616
2616
  const collegeConfiguration$1 = {
2617
2617
  palette: colorPalette$s,
@@ -2623,8 +2623,8 @@ const collegeConfiguration$1 = {
2623
2623
  // Copyright (c) 2020 AEFIS, all rights reserved.
2624
2624
  const colorPalette$r = {
2625
2625
  light: "#ffffff",
2626
- default: blueGrey[500],
2627
- dark: blueGrey[500]
2626
+ default: blueGrey[700],
2627
+ dark: blueGrey[700]
2628
2628
  };
2629
2629
  const departmentConfiguration$1 = {
2630
2630
  palette: colorPalette$r,
@@ -2636,8 +2636,8 @@ const departmentConfiguration$1 = {
2636
2636
  // Copyright (c) 2020 AEFIS, all rights reserved.
2637
2637
  const colorPalette$q = {
2638
2638
  light: "#ffffff",
2639
- default: blue[500],
2640
- dark: blue[500]
2639
+ default: blue[900],
2640
+ dark: blue[900]
2641
2641
  };
2642
2642
  const programConfiguration$1 = {
2643
2643
  palette: colorPalette$q,
@@ -2649,8 +2649,8 @@ const programConfiguration$1 = {
2649
2649
  // Copyright (c) 2020 AEFIS, all rights reserved.
2650
2650
  const colorPalette$p = {
2651
2651
  light: "#ffffff",
2652
- default: red[800],
2653
- dark: red[800]
2652
+ default: red[900],
2653
+ dark: red[900]
2654
2654
  };
2655
2655
  const externalConfiguration = {
2656
2656
  palette: colorPalette$p,
@@ -2662,8 +2662,8 @@ const externalConfiguration = {
2662
2662
  // Copyright (c) 2020 AEFIS, all rights reserved.
2663
2663
  const colorPalette$o = {
2664
2664
  light: "#ffffff",
2665
- default: purple[500],
2666
- dark: purple[500]
2665
+ default: purple[900],
2666
+ dark: purple[900]
2667
2667
  };
2668
2668
  const administrativeUnitConfiguration$1 = {
2669
2669
  palette: colorPalette$o,
@@ -2675,8 +2675,8 @@ const administrativeUnitConfiguration$1 = {
2675
2675
  // Copyright (c) 2020 AEFIS, all rights reserved.
2676
2676
  const colorPalette$n = {
2677
2677
  light: "#ffffff",
2678
- default: blueGrey[500],
2679
- dark: blueGrey[500]
2678
+ default: blueGrey[700],
2679
+ dark: blueGrey[700]
2680
2680
  };
2681
2681
  const administrativeDivisionConfiguration$1 = {
2682
2682
  palette: colorPalette$n,
@@ -4798,7 +4798,6 @@ const List = ({
4798
4798
  listStyle["flexDirection"] = "row";
4799
4799
  listProps["dense"] = true;
4800
4800
  listProps["disablePadding"] = true;
4801
- listStyle["flexWrap"] = "unset";
4802
4801
  }
4803
4802
  return /*#__PURE__*/jsx(Box$1, {
4804
4803
  sx: rootStyle,