@box/blueprint-web 6.37.0 → 6.37.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.
package/README.md CHANGED
@@ -8,7 +8,6 @@
8
8
  - [Step 2: Push your feature branch](#step-2-push-your-feature-branch)
9
9
  - [Step 3: Open Pull request](#step-3-open-pull-request)
10
10
  - [Commit Types](#commit-types)
11
- - [See more in Contribution docs.](#see-more-in-contribution-docs)
12
11
  - [Package Installation](#package-installation)
13
12
  - [Component Development](#component-development)
14
13
  - [Prerequisites](#prerequisites)
@@ -99,7 +98,7 @@ The rules for commit types are:
99
98
  In most cases, commits will be a `feat` or `fix`. Make sure to include the `BREAKING CHANGE` string in the summary if
100
99
  there are non-backwards-compatible changes in the commit.
101
100
 
102
- ### See more in [Contribution docs](./docs/contribution/01-contribution-overview.stories.mdx).
101
+ See more in [Contribution docs](./docs/contribution/01-contribution-overview.stories.mdx).
103
102
 
104
103
  ## Package Installation
105
104
 
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { type FocusTrapProps } from './types';
2
3
  export declare const FocusTrap: ({ containerRef, children, customInitialFocus }: FocusTrapProps) => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "6.37.0",
3
+ "version": "6.37.1",
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": "1a88160eddd95364ad06361a6bfa6a3f49b6a51a",
60
+ "gitHead": "52ded26055e4ace8f1f535193b75fce44d34a21b",
61
61
  "module": "lib-esm/index.js",
62
62
  "main": "lib-esm/index.js",
63
63
  "exports": {