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.js
CHANGED
|
@@ -722,10 +722,9 @@ 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
|
-
width:
|
|
727
|
-
maxWidth: '700px',
|
|
728
|
-
padding: '10px'
|
|
727
|
+
width: 600
|
|
729
728
|
}
|
|
730
729
|
});
|
|
731
730
|
return null;
|