@box/blueprint-web 6.41.1 → 6.41.3

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.
@@ -2,4 +2,9 @@
2
2
  import { type SearchInputProps } from './types';
3
3
  export declare const AccessibleXMark: () => JSX.Element;
4
4
  export declare const AccessibleXMarkGlobal: () => JSX.Element;
5
+ /**
6
+ * @deprecated This uncontrolled version of SearchInput is deprecated.
7
+ * Currently, we have two SearchInput components: SearchInput and SearchInput.Controlled. In the future, both will be deprecated and replaced
8
+ * by a standardized version of the SearchInput component as part of EPIC: https://jira.inside-box.net/browse/DSYS-1216 effort.
9
+ */
5
10
  export declare const SearchInput: import("react").ForwardRefExoticComponent<Omit<SearchInputProps, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
@@ -15,9 +15,11 @@ const AccessibleXMarkGlobal = () => jsx(XMark, {
15
15
  role: "presentation",
16
16
  width: "1.25rem"
17
17
  });
18
- // WARNING: this uncontrolled version of SearchInput is deprecated
19
- // The logic of SearchInput will be replaced with the logic that is currently in SearchInput.Controlled.
20
- // This is planned by EO Q1. For more information, please contact the Home Web Team.
18
+ /**
19
+ * @deprecated This uncontrolled version of SearchInput is deprecated.
20
+ * Currently, we have two SearchInput components: SearchInput and SearchInput.Controlled. In the future, both will be deprecated and replaced
21
+ * by a standardized version of the SearchInput component as part of EPIC: https://jira.inside-box.net/browse/DSYS-1216 effort.
22
+ */
21
23
  const SearchInput = /*#__PURE__*/forwardRef((props, forwardedRef) => {
22
24
  const {
23
25
  children,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "6.41.1",
3
+ "version": "6.41.3",
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": "5f1e962de3211fd160f1cfb4e647991e7bfa222d",
60
+ "gitHead": "abb0b24ce90d00768ec5d5d8bc4bfca402c4ed15",
61
61
  "module": "lib-esm/index.js",
62
62
  "main": "lib-esm/index.js",
63
63
  "exports": {