aefis-core-ui 2.3.0-rc42 → 2.3.0-rc44
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
|
@@ -14871,7 +14871,7 @@ Header.propTypes = {
|
|
|
14871
14871
|
data: PropTypes.arrayOf(PropTypes.shape({
|
|
14872
14872
|
id: PropTypes.any.isRequired,
|
|
14873
14873
|
title: PropTypes.string.isRequired,
|
|
14874
|
-
content: PropTypes.any
|
|
14874
|
+
content: PropTypes.any
|
|
14875
14875
|
})).isRequired,
|
|
14876
14876
|
activeStep: PropTypes.number.isRequired,
|
|
14877
14877
|
allStepsCompleted: PropTypes.bool
|
|
@@ -15140,9 +15140,9 @@ WizardPanel.propTypes = {
|
|
|
15140
15140
|
panelDescription: PropTypes.string,
|
|
15141
15141
|
panelTitleComponent: PropTypes.oneOf(["h1", "h2", "h3", "h4", "div"]),
|
|
15142
15142
|
panelTitleShowStep: PropTypes.bool,
|
|
15143
|
-
content: PropTypes.any
|
|
15143
|
+
content: PropTypes.any,
|
|
15144
15144
|
completedItems: PropTypes.arrayOf(PropTypes.shape({
|
|
15145
|
-
completed: PropTypes.
|
|
15145
|
+
completed: PropTypes.bool,
|
|
15146
15146
|
description: PropTypes.string
|
|
15147
15147
|
}))
|
|
15148
15148
|
})).isRequired,
|