@box/blueprint-web 12.28.0 → 12.29.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.
@@ -85,6 +85,7 @@ export { TextArea } from './text-area/text-area.js';
85
85
  export { TextButton } from './text-button/text-button.js';
86
86
  export { TextInput } from './text-input/text-input.js';
87
87
  export { TextToggleButton } from './text-toggle-button/text-toggle-button.js';
88
+ export { Time as TimePickerTime } from '@internationalized/date';
88
89
  export { TimePicker } from './time-picker/time-picker.js';
89
90
  export { Toolbar } from './toolbar/index.js';
90
91
  export { Tooltip, TooltipProvider } from './tooltip/tooltip.js';
@@ -1,2 +1,3 @@
1
+ export { Time as TimePickerTime } from '@internationalized/date';
1
2
  export { TimePicker } from './time-picker';
2
- export { type TimePickerProps, type TimePickerTime } from './types';
3
+ export { type TimePickerProps } from './types';
@@ -1,7 +1,6 @@
1
1
  import { type Time } from '@internationalized/date';
2
2
  import { type TimeFieldProps as RACTimeFieldProps } from 'react-aria-components';
3
3
  import { type Labelable } from '../util-components/labelable';
4
- export type { Time as TimePickerTime };
5
4
  export interface TimePickerProps extends Omit<RACTimeFieldProps<Time>, 'children'>, Labelable {
6
5
  /**
7
6
  * When `true`, label text is hidden.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "12.28.0",
3
+ "version": "12.29.0",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "publishConfig": {