ywana-core8 0.0.570 → 0.0.571

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.umd.js CHANGED
@@ -1384,7 +1384,6 @@
1384
1384
  setOpen(false);
1385
1385
  var label = verbose ? option.label : "";
1386
1386
  setLabel(label);
1387
- console.log("dd.select", value);
1388
1387
  if (onChange) onChange(id, next);
1389
1388
  }
1390
1389
 
@@ -2045,7 +2044,6 @@
2045
2044
 
2046
2045
  function changeDropDown(fid, value) {
2047
2046
  var next = Array.isArray(tokens) ? tokens.concat(value) : [value];
2048
- console.log("next", next);
2049
2047
  if (onChange) onChange(id, next);
2050
2048
  setValue('');
2051
2049
  }
@@ -2071,7 +2069,6 @@
2071
2069
  }
2072
2070
 
2073
2071
  var tks = Array.isArray(tokens) ? tokens : [];
2074
- console.log("render", tks);
2075
2072
  return /*#__PURE__*/React__default["default"].createElement("div", {
2076
2073
  className: "tokenField"
2077
2074
  }, /*#__PURE__*/React__default["default"].createElement("label", null, label), tks.map(function (text, index) {
@@ -3624,7 +3621,9 @@
3624
3621
  return _goto(id);
3625
3622
  }
3626
3623
  }, /*#__PURE__*/React__default["default"].createElement(Tooltip, {
3627
- text: title
3624
+ text: title,
3625
+ top: ".5rem",
3626
+ left: "2rem"
3628
3627
  }, /*#__PURE__*/React__default["default"].createElement(Icon, {
3629
3628
  key: id,
3630
3629
  icon: icon,