@mw-kit/mw-ui 1.7.50 → 1.7.51
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 +4 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
package/dist/index.modern.js
CHANGED
|
@@ -12866,11 +12866,12 @@ var MenuComponent = function MenuComponent(props, ref) {
|
|
|
12866
12866
|
position: 'left center',
|
|
12867
12867
|
inverted: true,
|
|
12868
12868
|
wide: true,
|
|
12869
|
-
popperModifiers: {
|
|
12870
|
-
|
|
12869
|
+
popperModifiers: [{
|
|
12870
|
+
name: 'preventOverflow',
|
|
12871
|
+
options: {
|
|
12871
12872
|
boundariesElement: 'window'
|
|
12872
12873
|
}
|
|
12873
|
-
}
|
|
12874
|
+
}]
|
|
12874
12875
|
}, rule, {
|
|
12875
12876
|
trigger: React__default.createElement("div", null, children)
|
|
12876
12877
|
}));
|