datastake-daf 0.6.369 → 0.6.370

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.
@@ -52654,7 +52654,7 @@ const DATA_NODE_SIZE = {
52654
52654
  },
52655
52655
  nameNode: {
52656
52656
  width: NAME_CARD_WIDTH,
52657
- height: NAME_CARD_HEIGHT
52657
+ height: ICON_NODE_HEIGHT
52658
52658
  }
52659
52659
  };
52660
52660
  function positionIconNodes(_ref) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.369",
3
+ "version": "0.6.370",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -28,7 +28,7 @@ const DATA_NODE_SIZE = {
28
28
  },
29
29
  nameNode: {
30
30
  width: NAME_CARD_WIDTH,
31
- height: NAME_CARD_HEIGHT,
31
+ height: ICON_NODE_HEIGHT,
32
32
  },
33
33
  };
34
34