@box/blueprint-web 7.32.0 → 7.32.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.
@@ -62,6 +62,7 @@ export * from './tooltip';
62
62
  export * from './trigger-button';
63
63
  export * from './util-components/focus-trap';
64
64
  export * from './util-components/interactive-icon';
65
+ export * from './util-components/labelable/types';
65
66
  export * from './util-components/scrollable-container/scrollable-container';
66
67
  export * from './util-components/text-with-info-badge';
67
68
  export * from './utils/keyboardUtils';
@@ -1,10 +1,10 @@
1
1
  /// <reference types="react" />
2
- export declare const TextArea: import("react").ForwardRefExoticComponent<(Omit<import("../util-components/labelable/types").Labelable & Omit<import("./text-area-autosize/types").TextareaAutosizeProps, "hasError"> & {
2
+ export declare const TextArea: import("react").ForwardRefExoticComponent<(Omit<import("../..").Labelable & Omit<import("./text-area-autosize/types").TextareaAutosizeProps, "hasError"> & {
3
3
  hideLabel?: boolean | undefined;
4
4
  disabled?: boolean | undefined;
5
5
  required?: boolean | undefined;
6
6
  error?: import("react").ReactNode;
7
- } & Required<Pick<import("./types").Loading, keyof import("./types").Loading>> & Omit<import("./types").Loading, keyof import("./types").Loading>, "ref"> | Omit<import("../util-components/labelable/types").Labelable & Omit<import("./text-area-autosize/types").TextareaAutosizeProps, "hasError"> & {
7
+ } & Required<Pick<import("./types").Loading, keyof import("./types").Loading>> & Omit<import("./types").Loading, keyof import("./types").Loading>, "ref"> | Omit<import("../..").Labelable & Omit<import("./text-area-autosize/types").TextareaAutosizeProps, "hasError"> & {
8
8
  hideLabel?: boolean | undefined;
9
9
  disabled?: boolean | undefined;
10
10
  required?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "7.32.0",
3
+ "version": "7.32.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": "a917668414b5d0e1dc46512bd579e9cc958b51ea",
66
+ "gitHead": "aa14ef3d6c34197e3d46bd778fa4f7b24e02a6cc",
67
67
  "module": "lib-esm/index.js",
68
68
  "main": "lib-esm/index.js",
69
69
  "exports": {