aefis-core-ui 2.3.0-rc42 → 2.3.0-rc43

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.
@@ -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.isRequired,
15143
+ content: PropTypes.any,
15144
15144
  completedItems: PropTypes.arrayOf(PropTypes.shape({
15145
- completed: PropTypes.boolean,
15145
+ completed: PropTypes.bool,
15146
15146
  description: PropTypes.string
15147
15147
  }))
15148
15148
  })).isRequired,