ods-component-lib 1.17.41 → 1.17.42

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.
@@ -718,6 +718,7 @@ var OdsNotification = function OdsNotification(props) {
718
718
  description: props.content,
719
719
  type: props.type,
720
720
  placement: props.placement,
721
+ className: 'custom-class',
721
722
  style: {
722
723
  width: 'auto',
723
724
  maxWidth: '700px',