@box/blueprint-web 7.29.1 → 7.29.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.
@@ -9,8 +9,8 @@ import { Calendar as Calendar$1 } from '../primitives/calendar/calendar.js';
9
9
  import '@internationalized/date';
10
10
  import { IconButton } from '../primitives/icon-button/icon-button.js';
11
11
  import { InlineError } from '../primitives/inline-error/inline-error.js';
12
- import styles from './date-picker.module.js';
13
12
  import { useLabelable } from '../util-components/labelable/useLabelable.js';
13
+ import styles from './date-picker.module.js';
14
14
 
15
15
  const XMarkIcon = label => () => jsx(XMark, {
16
16
  "aria-label": label,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "7.29.1",
3
+ "version": "7.29.2",
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": "ba645fcf47d9d81c85722b0323ada8621c89467e",
66
+ "gitHead": "0d9819fc38a244c6102693de49d13f092b173e08",
67
67
  "module": "lib-esm/index.js",
68
68
  "main": "lib-esm/index.js",
69
69
  "exports": {