@box/blueprint-web 6.8.0 → 6.8.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.
@@ -17,6 +17,7 @@ const SidePanelScrollableContainer = /*#__PURE__*/forwardRef(({
17
17
  onScroll
18
18
  } = useScrollContext();
19
19
  const scrollableContainerRef = useRef(null);
20
+ // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
20
21
  useImperativeHandle(forwardedRef, () => scrollableContainerRef.current);
21
22
  useEffect(() => {
22
23
  if (scrollableContainerRef.current) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "6.8.0",
3
+ "version": "6.8.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -56,7 +56,7 @@
56
56
  "devDependencies": {
57
57
  "@box/storybook-utils": "^0.0.3"
58
58
  },
59
- "gitHead": "b85b77d7dd12faeedf014cbd0e92159e49ec6530",
59
+ "gitHead": "0b8d29d114e907cf6ebfd8455305f5586071f5ba",
60
60
  "module": "lib-esm/index.js",
61
61
  "main": "lib-esm/index.js",
62
62
  "exports": {