@sourcegraph/cody-web 0.39.0 → 0.40.0

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -38948,9 +38948,8 @@ const TooltipProvider = $a093c7e1ec25a057$export$2881499e37b75b9a;
38948
38948
  const Tooltip = $a093c7e1ec25a057$export$be92b6f5f03c0fe9;
38949
38949
  const TooltipTrigger = $a093c7e1ec25a057$export$41fb9f06171c75f4;
38950
38950
  const TooltipContent = React$2.forwardRef(({ portal, className, sideOffset = 4, ...props }, ref) => {
38951
- const Portal = portal ? $a093c7e1ec25a057$export$602eac185826482c : React$2.Fragment;
38952
38951
  const { portalContainer } = useUIConfiguration();
38953
- return /* @__PURE__ */ jsx(Portal, { container: portalContainer, children: /* @__PURE__ */ jsx(
38952
+ const content2 = /* @__PURE__ */ jsx(
38954
38953
  $a093c7e1ec25a057$export$7c6e2c02157bb7d2,
38955
38954
  {
38956
38955
  ref,
@@ -38962,7 +38961,8 @@ const TooltipContent = React$2.forwardRef(({ portal, className, sideOffset = 4,
38962
38961
  ...props,
38963
38962
  children: props.children
38964
38963
  }
38965
- ) });
38964
+ );
38965
+ return portal ? /* @__PURE__ */ jsx($a093c7e1ec25a057$export$602eac185826482c, { container: portalContainer, children: content2 }) : content2;
38966
38966
  });
38967
38967
  TooltipContent.displayName = $a093c7e1ec25a057$export$7c6e2c02157bb7d2.displayName;
38968
38968
  function r$1(e2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourcegraph/cody-web",
3
- "version": "0.39.0",
3
+ "version": "0.40.0",
4
4
  "description": "Cody standalone web app",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {