aefis-core-ui 2.3.0-rc32 → 2.3.0-rc33

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.
@@ -4385,6 +4385,7 @@ const RenderCard = props => {
4385
4385
  cardStyle: props.cardStyle || undefined,
4386
4386
  containerStyle: props.containerStyle || undefined,
4387
4387
  sx: props.sx || undefined,
4388
+ data: props.data || undefined,
4388
4389
  children: /*#__PURE__*/jsxs(Fragment, {
4389
4390
  children: [props.description && /*#__PURE__*/jsx(CardSection, {
4390
4391
  sx: descriptionContainerStyle,