@luminati-io/uikit 6.3.75 → 6.3.76

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.
@@ -53032,7 +53032,7 @@ __webpack_require__.r(__webpack_exports__);
53032
53032
 
53033
53033
 
53034
53034
  /*jslint react:true*/
53035
- var _excluded = ["className", "classNamePrefix", "style", "trigger", "placement", "popover", "onVisibleChange", "afterVisibleChange", "children", "hideOnScroll", "getScrollDOMNode", "destroyOnClose", "zIndex"];
53035
+ var _excluded = ["className", "classNamePrefix", "style", "trigger", "placement", "customPlacement", "popover", "onVisibleChange", "afterVisibleChange", "children", "hideOnScroll", "getScrollDOMNode", "destroyOnClose", "zIndex"];
53036
53036
  function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
53037
53037
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
53038
53038
  function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
@@ -53056,6 +53056,7 @@ var _Popover = function Popover(_ref) {
53056
53056
  trigger = _ref.trigger,
53057
53057
  _ref$placement = _ref.placement,
53058
53058
  placement = _ref$placement === void 0 ? 'bottom' : _ref$placement,
53059
+ customPlacement = _ref.customPlacement,
53059
53060
  popover = _ref.popover,
53060
53061
  onVisibleChange = _ref.onVisibleChange,
53061
53062
  afterVisibleChange = _ref.afterVisibleChange,
@@ -53098,6 +53099,7 @@ var _Popover = function Popover(_ref) {
53098
53099
  prefixCls: classNamePrefix,
53099
53100
  mask: true,
53100
53101
  action: trigger,
53102
+ popupAlign: customPlacement,
53101
53103
  popupPlacement: placement,
53102
53104
  popupMotion: popupMotion,
53103
53105
  popupClassName: className,