@parca/profile 0.16.171 → 0.16.172

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/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 0.16.172 (2023-05-30)
7
+
8
+ **Note:** Version bump only for package @parca/profile
9
+
6
10
  ## 0.16.171 (2023-05-26)
7
11
 
8
12
  **Note:** Version bump only for package @parca/profile
@@ -178,6 +178,7 @@ var GraphTooltip = function (_a) {
178
178
  options: {
179
179
  tether: false,
180
180
  altAxis: true,
181
+ boundary: contextElement !== null && contextElement !== void 0 ? contextElement : undefined,
181
182
  },
182
183
  },
183
184
  {
@@ -186,6 +187,12 @@ var GraphTooltip = function (_a) {
186
187
  offset: [30, 30],
187
188
  },
188
189
  },
190
+ {
191
+ name: 'flip',
192
+ options: {
193
+ boundary: contextElement !== null && contextElement !== void 0 ? contextElement : undefined,
194
+ },
195
+ },
189
196
  ],
190
197
  }), styles = _f.styles, attributes = _f.attributes, popperProps = __rest(_f, ["styles", "attributes"]);
191
198
  var isShiftDown = useKeyDown().isShiftDown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parca/profile",
3
- "version": "0.16.171",
3
+ "version": "0.16.172",
4
4
  "description": "Profile viewing libraries",
5
5
  "dependencies": {
6
6
  "@parca/client": "^0.16.73",
@@ -46,5 +46,5 @@
46
46
  "access": "public",
47
47
  "registry": "https://registry.npmjs.org/"
48
48
  },
49
- "gitHead": "c5a25c12a0fd1d1bdfdebcf3ef778ed55c895639"
49
+ "gitHead": "112f088c5f17200af4f325b6301f20f910fe1657"
50
50
  }
@@ -426,6 +426,7 @@ const GraphTooltip = ({
426
426
  options: {
427
427
  tether: false,
428
428
  altAxis: true,
429
+ boundary: contextElement ?? undefined,
429
430
  },
430
431
  },
431
432
  {
@@ -434,6 +435,12 @@ const GraphTooltip = ({
434
435
  offset: [30, 30],
435
436
  },
436
437
  },
438
+ {
439
+ name: 'flip',
440
+ options: {
441
+ boundary: contextElement ?? undefined,
442
+ },
443
+ },
437
444
  ],
438
445
  }
439
446
  );