@orangesk/orange-design-system 2.0.0-beta.27 → 2.0.0-beta.28

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.
@@ -8,6 +8,8 @@ interface ModalConfig {
8
8
  root: string;
9
9
  /** Move modal into this element selector (must be unique in DOM) */
10
10
  modalsRoot: string;
11
+ /** Disable moving modal to #root-modals (for React controlled mode) */
12
+ disablePortal?: boolean;
11
13
  }
12
14
  interface HTMLElementWithModal extends HTMLElement {
13
15
  ODS_Modal?: Modal;