@mlw-packages/react-components 1.10.6 → 1.10.7

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/dist/index.js CHANGED
@@ -16323,7 +16323,7 @@ var SystemTooltip = ({
16323
16323
  e.stopPropagation();
16324
16324
  const rect = e.currentTarget.getBoundingClientRect();
16325
16325
  const pos = { x: rect.right + 8, y: rect.top };
16326
- if (conn.integration?.Nome) {
16326
+ if (conn.integration?.processName) {
16327
16327
  onProcessClick?.(conn, pos);
16328
16328
  } else {
16329
16329
  onConnectionClick?.(conn, pos);
package/dist/index.mjs CHANGED
@@ -16280,7 +16280,7 @@ var SystemTooltip = ({
16280
16280
  e.stopPropagation();
16281
16281
  const rect = e.currentTarget.getBoundingClientRect();
16282
16282
  const pos = { x: rect.right + 8, y: rect.top };
16283
- if (conn.integration?.Nome) {
16283
+ if (conn.integration?.processName) {
16284
16284
  onProcessClick?.(conn, pos);
16285
16285
  } else {
16286
16286
  onConnectionClick?.(conn, pos);
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "access": "public",
6
6
  "type":"module"
7
7
  },
8
- "version": "1.10.6",
8
+ "version": "1.10.7",
9
9
  "homepage": "https://main--68e80310a069c2f10b546ef3.chromatic.com/",
10
10
  "repository": {
11
11
  "type": "git",