ods-component-lib 1.17.40 → 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.
package/dist/index.js CHANGED
@@ -722,9 +722,11 @@ var OdsNotification = function OdsNotification(props) {
722
722
  description: props.content,
723
723
  type: props.type,
724
724
  placement: props.placement,
725
+ className: 'custom-class',
725
726
  style: {
726
727
  width: 'auto',
727
- maxWidth: '500px'
728
+ maxWidth: '700px',
729
+ padding: '10px'
728
730
  }
729
731
  });
730
732
  return null;