@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.js
CHANGED
|
@@ -12869,11 +12869,12 @@ var MenuComponent = function MenuComponent(props, ref) {
|
|
|
12869
12869
|
position: 'left center',
|
|
12870
12870
|
inverted: true,
|
|
12871
12871
|
wide: true,
|
|
12872
|
-
popperModifiers: {
|
|
12873
|
-
|
|
12872
|
+
popperModifiers: [{
|
|
12873
|
+
name: 'preventOverflow',
|
|
12874
|
+
options: {
|
|
12874
12875
|
boundariesElement: 'window'
|
|
12875
12876
|
}
|
|
12876
|
-
}
|
|
12877
|
+
}]
|
|
12877
12878
|
}, rule, {
|
|
12878
12879
|
trigger: React__default.createElement("div", null, children)
|
|
12879
12880
|
}));
|