@box/blueprint-web 9.7.2 → 9.8.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.
@@ -1,8 +1,8 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import { Focusable as Focusable$1 } from '@ariakit/react';
3
3
  import { forwardRef, isValidElement } from 'react';
4
- import { isProduction } from '../utils/is-production.js';
5
4
  import { disabledFromProps } from '../utils/disabledFromProps.js';
5
+ import { isProduction } from '../utils/isProduction.js';
6
6
 
7
7
  const Focusable = /*#__PURE__*/forwardRef((props, forwardedRef) => {
8
8
  const {
@@ -71,6 +71,8 @@ export * from './util-components/interactive-icon';
71
71
  export * from './util-components/labelable/types';
72
72
  export * from './util-components/scrollable-container/scrollable-container';
73
73
  export * from './util-components/text-with-info-badge';
74
+ export * from './utils/composeEventHandlers';
75
+ export * from './utils/isProduction';
74
76
  export * from './utils/keyboardUtils';
75
77
  export * from './utils/useBreakpoint';
76
78
  export * from './utils/useFullTextTooltip';
package/lib-esm/index.js CHANGED
@@ -86,6 +86,8 @@ export { FocusTrap } from './util-components/focus-trap/focus-trap.js';
86
86
  export { InteractiveIcon } from './util-components/interactive-icon/interactive-icon.js';
87
87
  export { ScrollContext, ScrollableContainer, useScroll, useScrollContext } from './util-components/scrollable-container/scrollable-container.js';
88
88
  export { TextWithInfoBadge } from './util-components/text-with-info-badge/text-with-info-badge.js';
89
+ export { composeEventHandlers } from './utils/composeEventHandlers.js';
90
+ export { isProduction } from './utils/isProduction.js';
89
91
  export { isCtrlKeyPressed, isDeleteKeyPressed, keys } from './utils/keyboardUtils.js';
90
92
  export { Breakpoint, useBreakpoint } from './utils/useBreakpoint.js';
91
93
  export { useFullTextTooltip } from './utils/useFullTextTooltip.js';
@@ -121,7 +121,7 @@ const Content = /*#__PURE__*/forwardRef((props, forwardedRef) => {
121
121
  })
122
122
  });
123
123
  });
124
- Root.displayName = 'Select.Content';
124
+ Content.displayName = 'Select.Content';
125
125
  const Option = /*#__PURE__*/forwardRef((props, forwardedRef) => {
126
126
  const {
127
127
  text,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "9.7.2",
3
+ "version": "9.8.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": "dde602878a340420bb58265221994bdf9c2453eb",
66
+ "gitHead": "d35395cc8bf5b779925bd521050491066e6f5ddd",
67
67
  "module": "lib-esm/index.js",
68
68
  "main": "lib-esm/index.js",
69
69
  "exports": {