aefis-core-ui 2.3.0-rc51 → 2.3.0-rc53
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 +3 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -861,7 +861,7 @@ Alert.propTypes = {
|
|
|
861
861
|
/** The title to display in the alert. */
|
|
862
862
|
title: PropTypes.string,
|
|
863
863
|
/** The description or message of the alert. */
|
|
864
|
-
description: PropTypes.
|
|
864
|
+
description: PropTypes.any.isRequired,
|
|
865
865
|
/** Can the alert be dismissed? */
|
|
866
866
|
canDismiss: PropTypes.bool,
|
|
867
867
|
/** Function to execute when the alert is dismissed. */
|
|
@@ -3412,8 +3412,8 @@ const colorPalette$2 = {
|
|
|
3412
3412
|
const termConfiguration = {
|
|
3413
3413
|
palette: colorPalette$2,
|
|
3414
3414
|
Icon: PersonOutlined,
|
|
3415
|
-
primaryTextAttribute: "name",
|
|
3416
|
-
secondaryTextAttribute: "email"
|
|
3415
|
+
primaryTextAttribute: "user.name",
|
|
3416
|
+
secondaryTextAttribute: "user.email"
|
|
3417
3417
|
};
|
|
3418
3418
|
|
|
3419
3419
|
const fixData = data => {
|