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.cjs CHANGED
@@ -2225,7 +2225,8 @@ var StringCellViewer = function StringCellViewer(_ref7) {
2225
2225
  }
2226
2226
 
2227
2227
  return /*#__PURE__*/React__default["default"].createElement("div", {
2228
- className: "field-editor string-viewer " + className
2228
+ className: "field-editor string-viewer " + className,
2229
+ title: text
2229
2230
  }, text);
2230
2231
  };
2231
2232
  /**