@atlaskit/editor-plugin-breakout 1.9.9 → 1.9.11

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,20 @@
1
1
  # @atlaskit/editor-plugin-breakout
2
2
 
3
+ ## 1.9.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.9.10
10
+
11
+ ### Patch Changes
12
+
13
+ - [#176596](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/176596)
14
+ [`86e9b63cc47f0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/86e9b63cc47f0) -
15
+ Remove internal re-exports
16
+ - Updated dependencies
17
+
3
18
  ## 1.9.9
4
19
 
5
20
  ### Patch Changes
@@ -103,7 +103,7 @@ var BreakoutViewOld = /*#__PURE__*/function () {
103
103
  });
104
104
  this.updateWidth(pluginInjectionApi === null || pluginInjectionApi === void 0 || (_pluginInjectionApi$w2 = pluginInjectionApi.width) === null || _pluginInjectionApi$w2 === void 0 ? void 0 : _pluginInjectionApi$w2.sharedState.currentState());
105
105
  }
106
- (0, _createClass2.default)(BreakoutViewOld, [{
106
+ return (0, _createClass2.default)(BreakoutViewOld, [{
107
107
  key: "destroy",
108
108
  value:
109
109
  // NOTE: Lifecycle events doesn't work for mark NodeView. So currently this is a no-op.
@@ -113,7 +113,6 @@ var BreakoutViewOld = /*#__PURE__*/function () {
113
113
  (_this$unsubscribe = this.unsubscribe) === null || _this$unsubscribe === void 0 || _this$unsubscribe.call(this);
114
114
  }
115
115
  }]);
116
- return BreakoutViewOld;
117
116
  }();
118
117
  var BreakoutView = /*#__PURE__*/(0, _createClass2.default)(function BreakoutView(
119
118
  /**
@@ -1 +1,4 @@
1
+ // Disable no-re-export rule for entry point files
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
3
+
1
4
  export { breakoutPlugin } from './breakoutPlugin';
@@ -96,7 +96,7 @@ var BreakoutViewOld = /*#__PURE__*/function () {
96
96
  });
97
97
  this.updateWidth(pluginInjectionApi === null || pluginInjectionApi === void 0 || (_pluginInjectionApi$w2 = pluginInjectionApi.width) === null || _pluginInjectionApi$w2 === void 0 ? void 0 : _pluginInjectionApi$w2.sharedState.currentState());
98
98
  }
99
- _createClass(BreakoutViewOld, [{
99
+ return _createClass(BreakoutViewOld, [{
100
100
  key: "destroy",
101
101
  value:
102
102
  // NOTE: Lifecycle events doesn't work for mark NodeView. So currently this is a no-op.
@@ -106,7 +106,6 @@ var BreakoutViewOld = /*#__PURE__*/function () {
106
106
  (_this$unsubscribe = this.unsubscribe) === null || _this$unsubscribe === void 0 || _this$unsubscribe.call(this);
107
107
  }
108
108
  }]);
109
- return BreakoutViewOld;
110
109
  }();
111
110
  var BreakoutView = /*#__PURE__*/_createClass(function BreakoutView(
112
111
  /**
package/dist/esm/index.js CHANGED
@@ -1 +1,4 @@
1
+ // Disable no-re-export rule for entry point files
2
+ /* eslint-disable @atlaskit/editor/no-re-export */
3
+
1
4
  export { breakoutPlugin } from './breakoutPlugin';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-breakout",
3
- "version": "1.9.9",
3
+ "version": "1.9.11",
4
4
  "description": "Breakout plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,18 +32,18 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@atlaskit/adf-schema": "^46.1.0",
35
- "@atlaskit/editor-common": "^96.0.0",
36
- "@atlaskit/editor-plugin-block-controls": "^2.14.0",
35
+ "@atlaskit/editor-common": "^97.0.0",
36
+ "@atlaskit/editor-plugin-block-controls": "^2.16.0",
37
37
  "@atlaskit/editor-plugin-editor-disabled": "^1.3.0",
38
38
  "@atlaskit/editor-plugin-editor-viewmode": "^2.1.0",
39
39
  "@atlaskit/editor-plugin-width": "^1.3.0",
40
40
  "@atlaskit/editor-prosemirror": "6.2.1",
41
41
  "@atlaskit/editor-shared-styles": "^3.2.0",
42
- "@atlaskit/icon": "^23.0.0",
42
+ "@atlaskit/icon": "^23.1.0",
43
43
  "@atlaskit/platform-feature-flags": "^0.3.0",
44
44
  "@atlaskit/theme": "^14.0.0",
45
- "@atlaskit/tmp-editor-statsig": "^2.22.0",
46
- "@atlaskit/tokens": "^2.4.0",
45
+ "@atlaskit/tmp-editor-statsig": "^2.29.0",
46
+ "@atlaskit/tokens": "^2.5.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "@emotion/react": "^11.7.1"
49
49
  },