@box/blueprint-web 6.41.0 → 6.41.2

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,7 +8,7 @@ export interface SearchInputControlledProps extends Omit<SearchInputProps, 'defa
8
8
  /**
9
9
  * Handler that is called when clear button is clicked or escape key is pressed when input is focused
10
10
  */
11
- onClearInput: () => void;
11
+ onClearInput: (e?: React.MouseEvent<HTMLButtonElement>) => void;
12
12
  /**
13
13
  * Optional prop to add a tooltip to the clear button with passed string as a content.
14
14
  */
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { type FocusTrapProps } from './types';
2
3
  export declare const FocusTrap: ({ containerRef, children, customInitialFocus }: FocusTrapProps) => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "6.41.0",
3
+ "version": "6.41.2",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -57,7 +57,7 @@
57
57
  "devDependencies": {
58
58
  "@box/storybook-utils": "^0.0.7"
59
59
  },
60
- "gitHead": "69eb7fb3d9f4483628a465041f454b19300500c2",
60
+ "gitHead": "1f8b30ca1f358b72a776316eee48fb68a4607b32",
61
61
  "module": "lib-esm/index.js",
62
62
  "main": "lib-esm/index.js",
63
63
  "exports": {