@box/blueprint-web 7.19.7 → 7.19.9

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.
@@ -30,10 +30,11 @@ const SidePanelContent = /*#__PURE__*/forwardRef(({
30
30
  */
31
31
  const SidePanelPersistentContent = /*#__PURE__*/forwardRef(({
32
32
  children,
33
+ className,
33
34
  ...props
34
35
  }, forwardedRef) => jsx("div", {
35
36
  ref: forwardedRef,
36
- className: styles.content,
37
+ className: clsx(styles.content, className),
37
38
  ...props,
38
39
  children: children
39
40
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "7.19.7",
3
+ "version": "7.19.9",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "publishConfig": {
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@ariakit/react": "0.4.5",
29
29
  "@ariakit/react-core": "0.4.5",
30
- "@box/blueprint-web-assets": "^4.21.0",
30
+ "@box/blueprint-web-assets": "^4.21.1",
31
31
  "@internationalized/date": "^3.5.4",
32
32
  "@radix-ui/react-accordion": "1.1.2",
33
33
  "@radix-ui/react-checkbox": "1.0.4",
@@ -58,7 +58,7 @@
58
58
  "type-fest": "^3.2.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@box/storybook-utils": "^0.5.0",
61
+ "@box/storybook-utils": "^0.5.1",
62
62
  "@types/react": "^18.0.0",
63
63
  "@types/react-dom": "^18.0.0",
64
64
  "react": "^18.0.0",
@@ -66,7 +66,7 @@
66
66
  "react-stately": "^3.31.1",
67
67
  "tsx": "^4.16.5"
68
68
  },
69
- "gitHead": "1464d4ff37f920c414948eee5d7219eede3d6cca",
69
+ "gitHead": "c027fffa647205137a8cb0d1a102ae1410ea449e",
70
70
  "module": "lib-esm/index.js",
71
71
  "main": "lib-esm/index.js",
72
72
  "exports": {