@box/blueprint-web 6.11.5 → 6.11.6

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.
@@ -10,8 +10,8 @@ const PopoverRoot = props => {
10
10
  ...rest
11
11
  } = props;
12
12
  return jsx(RadixPopover.Root, {
13
- ...rest,
14
13
  modal: true,
14
+ ...rest,
15
15
  children: children
16
16
  });
17
17
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "6.11.5",
3
+ "version": "6.11.6",
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.3"
59
59
  },
60
- "gitHead": "1adafa29c6413d2968bee66ba80f70ce366b6064",
60
+ "gitHead": "b31eb06e7a03612993bf4e70934ee39aafbb2644",
61
61
  "module": "lib-esm/index.js",
62
62
  "main": "lib-esm/index.js",
63
63
  "exports": {