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 +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -718,9 +718,11 @@ 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
|
-
maxWidth: '
|
|
724
|
+
maxWidth: '700px',
|
|
725
|
+
padding: '10px'
|
|
724
726
|
}
|
|
725
727
|
});
|
|
726
728
|
return null;
|