dtable-ui-component 0.1.90-test1 → 0.1.90-test2

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.
@@ -82,7 +82,7 @@ var HtmlLongTextFormatter = /*#__PURE__*/function (_Component) {
82
82
  value: function render() {
83
83
  var innerHtml = this.state.innerHtml;
84
84
  var containerClassName = this.props.containerClassName;
85
- var className = cn('dtable-ui cell-formatter-container long-text-formatter', containerClassName);
85
+ var className = cn('dtable-ui cell-formatter-container long-text-formatter yy', containerClassName);
86
86
  if (!innerHtml) return null;
87
87
  return /*#__PURE__*/React.createElement("div", {
88
88
  className: "".concat(className, " article"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "0.1.90-test1",
3
+ "version": "0.1.90-test2",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "0.0.9",