beta-glozic-workflow 1.38.0 → 1.40.0

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1062,7 +1062,7 @@ class Designer extends _react.Component {
1062
1062
  const titleElement = node.querySelector('.task-palette-title');
1063
1063
  if (titleElement) {
1064
1064
  if (!titleElement.innerHTML.includes("(".concat(nodeId, ")"))) {
1065
- titleElement.innerHTML += " <br> (<span style=\"font-size: 10px;\">".concat(nodeId, " <span/>)");
1065
+ titleElement.innerHTML += " <br> <span style=\"font-size: 10px;\">(".concat(nodeId, ")<span/>");
1066
1066
  }
1067
1067
  }
1068
1068
  if (position && position.length) {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "ui"
9
9
  ],
10
- "version": "1.38.0",
10
+ "version": "1.40.0",
11
11
  "private": false,
12
12
  "main": "dist/index.js",
13
13
  "module": "dist/index.js",