@seafile/sdoc-editor 3.0.165 → 3.0.166

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.
@@ -38,7 +38,8 @@ function CommentImagePreviewer(props) {
38
38
  shouldReturnFocusAfterClose: false
39
39
  },
40
40
  zoomInTip: t('Zoom_in'),
41
- zoomOutTip: t('Zoom_out')
41
+ zoomOutTip: t('Zoom_out'),
42
+ closeTip: t('Close')
42
43
  });
43
44
  }
44
45
  var _default = exports["default"] = CommentImagePreviewer;
@@ -106,7 +106,8 @@ var ImagePreviewer = /*#__PURE__*/function (_React$Component) {
106
106
  shouldReturnFocusAfterClose: false
107
107
  },
108
108
  zoomInTip: this.props.t('Zoom_in'),
109
- zoomOutTip: this.props.t('Zoom_out')
109
+ zoomOutTip: this.props.t('Zoom_out'),
110
+ closeTip: this.props.t('Close')
110
111
  });
111
112
  }
112
113
  }]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "3.0.165",
3
+ "version": "3.0.166",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "test": "jest",
@@ -72,5 +72,5 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "gitHead": "c322d9c80ad5c3b81f7eec6f1243ecd81aa18cd6"
75
+ "gitHead": "3cba2e939b32f8a92c6548dd37db533996f8b968"
76
76
  }