@box/blueprint-web 7.25.4 → 7.26.0

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.
@@ -162,7 +162,7 @@ export interface ComboboxBaseProps<Multiple extends boolean, FreeInput extends b
162
162
  /**
163
163
  * The DOM element where the Combobox should be portal-ed into. If not provided, the Combobox will be appended to the document body.
164
164
  */
165
- portalElement?: HTMLElement;
165
+ portalElement?: HTMLElement | (() => HTMLElement);
166
166
  /**
167
167
  * When set to `true`, the content element will be unmounted and removed from the DOM when it's hidden.
168
168
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "7.25.4",
3
+ "version": "7.26.0",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "publishConfig": {
@@ -63,7 +63,7 @@
63
63
  "react-stately": "^3.31.1",
64
64
  "tsx": "^4.16.5"
65
65
  },
66
- "gitHead": "859c17647948f935ca4b9fd66f4d1ad4aec6a495",
66
+ "gitHead": "e065ce29641de99f4dd47486a9f6928da2cfaa74",
67
67
  "module": "lib-esm/index.js",
68
68
  "main": "lib-esm/index.js",
69
69
  "exports": {