ywana-core8 0.0.758 → 0.0.759

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
@@ -2219,7 +2219,8 @@
2219
2219
  }
2220
2220
 
2221
2221
  return /*#__PURE__*/React__default["default"].createElement("div", {
2222
- className: "field-editor string-viewer " + className
2222
+ className: "field-editor string-viewer " + className,
2223
+ title: text
2223
2224
  }, text);
2224
2225
  };
2225
2226
  /**