@hpcc-js/graph 2.84.0 → 2.84.1

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.es6.js CHANGED
@@ -5,8 +5,8 @@ import { render, Icons, React, Text as Text$1, Subgraph as Subgraph$1, Vertex as
5
5
  import { HTMLTooltip } from '@hpcc-js/html';
6
6
 
7
7
  var PKG_NAME = "@hpcc-js/graph";
8
- var PKG_VERSION = "2.84.0";
9
- var BUILD_VERSION = "2.104.8";
8
+ var PKG_VERSION = "2.84.1";
9
+ var BUILD_VERSION = "2.104.9";
10
10
 
11
11
  /******************************************************************************
12
12
  Copyright (c) Microsoft Corporation.
@@ -18629,6 +18629,7 @@ var GraphReactT = /** @class */ (function (_super) {
18629
18629
  };
18630
18630
  return GraphReactT;
18631
18631
  }(GraphT));
18632
+ GraphReactT.prototype._class += " graph_GraphReactT";
18632
18633
 
18633
18634
  // , Shape, Text,
18634
18635
  var BasicEdge = function (_a) {