aefis-core-ui 2.3.0-rc24 → 2.3.0-rc26
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.modern.js +19 -23
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -1304,13 +1304,6 @@ AvatarBox.propTypes = {
|
|
|
1304
1304
|
};
|
|
1305
1305
|
|
|
1306
1306
|
const useStyles$G = makeStyles$1(theme => ({
|
|
1307
|
-
formattedContainer: {
|
|
1308
|
-
display: "flex"
|
|
1309
|
-
},
|
|
1310
|
-
container: {
|
|
1311
|
-
display: "flex",
|
|
1312
|
-
boxSizing: "border-box"
|
|
1313
|
-
},
|
|
1314
1307
|
avatar: {
|
|
1315
1308
|
flex: "0 0 auto",
|
|
1316
1309
|
marginRight: theme.spacing(1)
|
|
@@ -1462,7 +1455,9 @@ const AvatarTitle = /*#__PURE__*/React.memo(function AvatarTitle({
|
|
|
1462
1455
|
};
|
|
1463
1456
|
const avatarIcon = type === "custom" ? avatar : icon[type];
|
|
1464
1457
|
return /*#__PURE__*/jsxs(Box$1, {
|
|
1465
|
-
|
|
1458
|
+
sx: {
|
|
1459
|
+
display: "flex"
|
|
1460
|
+
},
|
|
1466
1461
|
children: [/*#__PURE__*/jsxs(Box$1, {
|
|
1467
1462
|
sx: avatarContainerStyle,
|
|
1468
1463
|
children: [size === "xsmall" && /*#__PURE__*/jsx(XSmallAvatar, {
|
|
@@ -1489,7 +1484,8 @@ const AvatarTitle = /*#__PURE__*/React.memo(function AvatarTitle({
|
|
|
1489
1484
|
}), /*#__PURE__*/jsxs(Box$1, {
|
|
1490
1485
|
sx: {
|
|
1491
1486
|
display: "flex",
|
|
1492
|
-
flexDirection: "column"
|
|
1487
|
+
flexDirection: "column",
|
|
1488
|
+
justifyContent: "center"
|
|
1493
1489
|
},
|
|
1494
1490
|
children: [typeof title === "string" ? /*#__PURE__*/jsx(Typography, {
|
|
1495
1491
|
variant: "h6",
|
|
@@ -2601,8 +2597,8 @@ ListItemDisplay$2.propTypes = {
|
|
|
2601
2597
|
// Copyright (c) 2020 AEFIS, all rights reserved.
|
|
2602
2598
|
const colorPalette$t = {
|
|
2603
2599
|
light: "#ffffff",
|
|
2604
|
-
default: green[
|
|
2605
|
-
dark: green[
|
|
2600
|
+
default: green[900],
|
|
2601
|
+
dark: green[900]
|
|
2606
2602
|
};
|
|
2607
2603
|
const institutionConfiguration$1 = {
|
|
2608
2604
|
palette: colorPalette$t,
|
|
@@ -2614,8 +2610,8 @@ const institutionConfiguration$1 = {
|
|
|
2614
2610
|
// Copyright (c) 2020 AEFIS, all rights reserved.
|
|
2615
2611
|
const colorPalette$s = {
|
|
2616
2612
|
light: "#ffffff",
|
|
2617
|
-
default: purple[
|
|
2618
|
-
dark: purple[
|
|
2613
|
+
default: purple[900],
|
|
2614
|
+
dark: purple[900]
|
|
2619
2615
|
};
|
|
2620
2616
|
const collegeConfiguration$1 = {
|
|
2621
2617
|
palette: colorPalette$s,
|
|
@@ -2627,8 +2623,8 @@ const collegeConfiguration$1 = {
|
|
|
2627
2623
|
// Copyright (c) 2020 AEFIS, all rights reserved.
|
|
2628
2624
|
const colorPalette$r = {
|
|
2629
2625
|
light: "#ffffff",
|
|
2630
|
-
default: blueGrey[
|
|
2631
|
-
dark: blueGrey[
|
|
2626
|
+
default: blueGrey[700],
|
|
2627
|
+
dark: blueGrey[700]
|
|
2632
2628
|
};
|
|
2633
2629
|
const departmentConfiguration$1 = {
|
|
2634
2630
|
palette: colorPalette$r,
|
|
@@ -2640,8 +2636,8 @@ const departmentConfiguration$1 = {
|
|
|
2640
2636
|
// Copyright (c) 2020 AEFIS, all rights reserved.
|
|
2641
2637
|
const colorPalette$q = {
|
|
2642
2638
|
light: "#ffffff",
|
|
2643
|
-
default: blue[
|
|
2644
|
-
dark: blue[
|
|
2639
|
+
default: blue[900],
|
|
2640
|
+
dark: blue[900]
|
|
2645
2641
|
};
|
|
2646
2642
|
const programConfiguration$1 = {
|
|
2647
2643
|
palette: colorPalette$q,
|
|
@@ -2653,8 +2649,8 @@ const programConfiguration$1 = {
|
|
|
2653
2649
|
// Copyright (c) 2020 AEFIS, all rights reserved.
|
|
2654
2650
|
const colorPalette$p = {
|
|
2655
2651
|
light: "#ffffff",
|
|
2656
|
-
default: red[
|
|
2657
|
-
dark: red[
|
|
2652
|
+
default: red[900],
|
|
2653
|
+
dark: red[900]
|
|
2658
2654
|
};
|
|
2659
2655
|
const externalConfiguration = {
|
|
2660
2656
|
palette: colorPalette$p,
|
|
@@ -2666,8 +2662,8 @@ const externalConfiguration = {
|
|
|
2666
2662
|
// Copyright (c) 2020 AEFIS, all rights reserved.
|
|
2667
2663
|
const colorPalette$o = {
|
|
2668
2664
|
light: "#ffffff",
|
|
2669
|
-
default: purple[
|
|
2670
|
-
dark: purple[
|
|
2665
|
+
default: purple[900],
|
|
2666
|
+
dark: purple[900]
|
|
2671
2667
|
};
|
|
2672
2668
|
const administrativeUnitConfiguration$1 = {
|
|
2673
2669
|
palette: colorPalette$o,
|
|
@@ -2679,8 +2675,8 @@ const administrativeUnitConfiguration$1 = {
|
|
|
2679
2675
|
// Copyright (c) 2020 AEFIS, all rights reserved.
|
|
2680
2676
|
const colorPalette$n = {
|
|
2681
2677
|
light: "#ffffff",
|
|
2682
|
-
default: blueGrey[
|
|
2683
|
-
dark: blueGrey[
|
|
2678
|
+
default: blueGrey[700],
|
|
2679
|
+
dark: blueGrey[700]
|
|
2684
2680
|
};
|
|
2685
2681
|
const administrativeDivisionConfiguration$1 = {
|
|
2686
2682
|
palette: colorPalette$n,
|