@atlaskit/editor-plugin-table 15.3.16 → 15.3.18

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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/editor-plugin-table
2
2
 
3
+ ## 15.3.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 15.3.17
10
+
11
+ ### Patch Changes
12
+
13
+ - [`cdde660f1ee48`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cdde660f1ee48) -
14
+ Refresh sticky header when native sticky positioning is removed
15
+ - Updated dependencies
16
+
3
17
  ## 15.3.16
4
18
 
5
19
  ### Patch Changes
@@ -300,6 +300,7 @@ var TableRowNativeStickyWithFallback = exports.default = /*#__PURE__*/function (
300
300
  observer.root.classList.remove(_types.TableCssClassName.TABLE_NODE_WRAPPER_NO_OVERFLOW);
301
301
  _this2.dom.classList.remove(_types.TableCssClassName.NATIVE_STICKY);
302
302
  _this2.isNativeSticky = false;
303
+ _this2.refreshStickyState();
303
304
  }
304
305
  });
305
306
  }, options);
@@ -269,6 +269,7 @@ export default class TableRowNativeStickyWithFallback extends TableNodeView {
269
269
  observer.root.classList.remove(ClassName.TABLE_NODE_WRAPPER_NO_OVERFLOW);
270
270
  this.dom.classList.remove(ClassName.NATIVE_STICKY);
271
271
  this.isNativeSticky = false;
272
+ this.refreshStickyState();
272
273
  }
273
274
  });
274
275
  }, options);
@@ -293,6 +293,7 @@ var TableRowNativeStickyWithFallback = /*#__PURE__*/function (_ref) {
293
293
  observer.root.classList.remove(ClassName.TABLE_NODE_WRAPPER_NO_OVERFLOW);
294
294
  _this2.dom.classList.remove(ClassName.NATIVE_STICKY);
295
295
  _this2.isNativeSticky = false;
296
+ _this2.refreshStickyState();
296
297
  }
297
298
  });
298
299
  }, options);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-table",
3
- "version": "15.3.16",
3
+ "version": "15.3.18",
4
4
  "description": "Table plugin for the @atlaskit/editor",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -37,7 +37,7 @@
37
37
  "@atlaskit/editor-plugin-batch-attribute-updates": "^6.1.0",
38
38
  "@atlaskit/editor-plugin-content-insertion": "^6.0.0",
39
39
  "@atlaskit/editor-plugin-editor-viewmode": "^8.0.0",
40
- "@atlaskit/editor-plugin-extension": "9.2.1",
40
+ "@atlaskit/editor-plugin-extension": "9.2.2",
41
41
  "@atlaskit/editor-plugin-guideline": "^6.0.0",
42
42
  "@atlaskit/editor-plugin-interaction": "^10.0.0",
43
43
  "@atlaskit/editor-plugin-limited-mode": "^3.1.0",
@@ -46,9 +46,9 @@
46
46
  "@atlaskit/editor-plugin-user-intent": "^4.0.0",
47
47
  "@atlaskit/editor-plugin-width": "^7.0.0",
48
48
  "@atlaskit/editor-prosemirror": "7.0.0",
49
- "@atlaskit/editor-shared-styles": "^3.8.0",
49
+ "@atlaskit/editor-shared-styles": "^3.9.0",
50
50
  "@atlaskit/editor-tables": "^2.9.0",
51
- "@atlaskit/icon": "^28.5.0",
51
+ "@atlaskit/icon": "^29.0.0",
52
52
  "@atlaskit/insm": "^0.2.0",
53
53
  "@atlaskit/menu": "^8.4.0",
54
54
  "@atlaskit/platform-feature-flags": "^1.1.0",
@@ -59,7 +59,7 @@
59
59
  "@atlaskit/primitives": "^16.1.0",
60
60
  "@atlaskit/react-ufo": "^4.14.0",
61
61
  "@atlaskit/theme": "^21.0.0",
62
- "@atlaskit/tmp-editor-statsig": "^13.34.0",
62
+ "@atlaskit/tmp-editor-statsig": "^13.35.0",
63
63
  "@atlaskit/toggle": "^15.1.0",
64
64
  "@atlaskit/tokens": "^8.0.0",
65
65
  "@atlaskit/tooltip": "^20.8.0",
@@ -72,7 +72,7 @@
72
72
  "uuid": "^3.1.0"
73
73
  },
74
74
  "peerDependencies": {
75
- "@atlaskit/editor-common": "^110.25.0",
75
+ "@atlaskit/editor-common": "^110.27.0",
76
76
  "react": "^18.2.0",
77
77
  "react-dom": "^18.2.0",
78
78
  "react-intl-next": "npm:react-intl@^5.18.1"