@antscorp/antsomi-ui 1.3.5-beta.678 → 1.3.5-beta.679

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.
@@ -302,7 +302,7 @@ export function MatchesAny(props) {
302
302
  React.createElement(Flex, { align: "center", gap: 10 },
303
303
  React.createElement(Button, { type: "primary", onClick: () => onApply(selectedItems || []) }, t(translations.apply.title).toString()),
304
304
  React.createElement(Button, { onClick: () => onCancel() }, t(translations.cancel.title).toString())),
305
- showExtendValue && (React.createElement(ExtendValuePopup, { onApply: onApplyExtendValue },
305
+ showExtendValue && (React.createElement(ExtendValuePopup, { getPopupContainer: trigger => trigger.parentElement || document.body, onApply: onApplyExtendValue },
306
306
  React.createElement(Button, { icon: React.createElement(Icon, { type: "icon-ants-empty-flag" }) }, t(translations.extendValue.title).toString())))))));
307
307
  }
308
308
  export function MatchesAnySelect(props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.678",
3
+ "version": "1.3.5-beta.679",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",