@seafile/seafile-editor 3.0.27 → 3.0.29-beta

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.
@@ -174,7 +174,8 @@ const RenderTableContainer = (_ref, editor) => {
174
174
  style: {
175
175
  position: 'relative'
176
176
  },
177
- "data-id": element.id
177
+ "data-id": element.id,
178
+ className: "sf-table"
178
179
  }, /*#__PURE__*/_react.default.createElement("table", {
179
180
  ref: tableRef,
180
181
  onMouseDown: handleMouseDown,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/seafile-editor",
3
- "version": "3.0.27",
3
+ "version": "3.0.29-beta",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -30,7 +30,7 @@
30
30
  "@babel/plugin-transform-class-properties": "7.23.3",
31
31
  "@babel/plugin-transform-private-methods": "7.23.3",
32
32
  "@babel/runtime": "7.26.10",
33
- "axios": "^1.13.6",
33
+ "axios": "^1.15.0",
34
34
  "babel-jest": "29.7.0",
35
35
  "babel-loader": "9.1.3",
36
36
  "babel-plugin-import": "^1.13.6",
@@ -64,7 +64,7 @@
64
64
  "react-i18next": "12.1.4",
65
65
  "react-router": "7.13.1",
66
66
  "react-router-dom": "7.13.1",
67
- "seafile-js": "0.2.238",
67
+ "seafile-js": "0.2.239",
68
68
  "style-loader": "3.3.3",
69
69
  "terser-webpack-plugin": "5.4.0",
70
70
  "url-loader": "4.1.1",