ods-component-lib 1.17.41 → 1.17.43
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 +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -718,10 +718,9 @@ 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
|
-
width:
|
|
723
|
-
maxWidth: '700px',
|
|
724
|
-
padding: '10px'
|
|
723
|
+
width: 600
|
|
725
724
|
}
|
|
726
725
|
});
|
|
727
726
|
return null;
|