@box/blueprint-web 7.33.0 → 7.33.1
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.
|
@@ -78,6 +78,11 @@ export interface SelectContentProps extends React.ComponentPropsWithRef<'div'> {
|
|
|
78
78
|
* The DOM element where the COntent should be portal-ed into. If not provided, the Content will be appended to the document body.
|
|
79
79
|
*/
|
|
80
80
|
container?: HTMLElement;
|
|
81
|
+
/**
|
|
82
|
+
* Event handler called when the escape key is down.
|
|
83
|
+
* Can be prevented.
|
|
84
|
+
*/
|
|
85
|
+
onEscapeKeyDown?: RadixSelectContentProps['onEscapeKeyDown'];
|
|
81
86
|
}
|
|
82
87
|
export interface SelectOptionProps extends React.ComponentPropsWithRef<'div'> {
|
|
83
88
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web",
|
|
3
|
-
"version": "7.33.
|
|
3
|
+
"version": "7.33.1",
|
|
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": "
|
|
66
|
+
"gitHead": "e77ce4a2951397e35430076450d0390e3ef81d46",
|
|
67
67
|
"module": "lib-esm/index.js",
|
|
68
68
|
"main": "lib-esm/index.js",
|
|
69
69
|
"exports": {
|