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.
package/dist/components/index.js
CHANGED
|
@@ -52654,7 +52654,7 @@ const DATA_NODE_SIZE = {
|
|
|
52654
52654
|
},
|
|
52655
52655
|
nameNode: {
|
|
52656
52656
|
width: NAME_CARD_WIDTH,
|
|
52657
|
-
height:
|
|
52657
|
+
height: ICON_NODE_HEIGHT
|
|
52658
52658
|
}
|
|
52659
52659
|
};
|
|
52660
52660
|
function positionIconNodes(_ref) {
|
package/package.json
CHANGED