@atlaskit/editor-plugin-layout 8.0.10 → 8.0.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,11 @@
1
1
  # @atlaskit/editor-plugin-layout
2
2
 
3
+ ## 8.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 8.0.10
4
10
 
5
11
  ### Patch Changes
@@ -107,7 +107,9 @@ var LayoutBreakoutResizer = function LayoutBreakoutResizer(_ref) {
107
107
  parentRef: parentRef,
108
108
  editorAnalyticsApi: pluginInjectionApi === null || pluginInjectionApi === void 0 || (_pluginInjectionApi$a = pluginInjectionApi.analytics) === null || _pluginInjectionApi$a === void 0 ? void 0 : _pluginInjectionApi$a.actions,
109
109
  displayGuidelines: (0, _experiments.editorExperiment)('single_column_layouts', true) ? displayGuidelines : undefined,
110
- displayGapCursor: displayGapCursor,
110
+ displayGapCursor: displayGapCursor
111
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
112
+ ,
111
113
  onResizeStart: function onResizeStart() {
112
114
  selectIntoCurrentLayout();
113
115
  },
@@ -184,7 +186,7 @@ var LayoutSectionView = exports.LayoutSectionView = /*#__PURE__*/function (_Reac
184
186
  */
185
187
  }, {
186
188
  key: "setDomAttrs",
187
- value: function setDomAttrs(node, element) {
189
+ value: function setDomAttrs(node, _element) {
188
190
  if (this.layoutDOM) {
189
191
  this.layoutDOM.setAttribute('data-column-rule-style', node.attrs.columnRuleStyle);
190
192
  }
@@ -90,7 +90,9 @@ const LayoutBreakoutResizer = ({
90
90
  parentRef: parentRef,
91
91
  editorAnalyticsApi: pluginInjectionApi === null || pluginInjectionApi === void 0 ? void 0 : (_pluginInjectionApi$a = pluginInjectionApi.analytics) === null || _pluginInjectionApi$a === void 0 ? void 0 : _pluginInjectionApi$a.actions,
92
92
  displayGuidelines: editorExperiment('single_column_layouts', true) ? displayGuidelines : undefined,
93
- displayGapCursor: displayGapCursor,
93
+ displayGapCursor: displayGapCursor
94
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
95
+ ,
94
96
  onResizeStart: () => {
95
97
  selectIntoCurrentLayout();
96
98
  },
@@ -159,7 +161,7 @@ export class LayoutSectionView extends ReactNodeView {
159
161
  * @param element
160
162
  * @example
161
163
  */
162
- setDomAttrs(node, element) {
164
+ setDomAttrs(node, _element) {
163
165
  if (this.layoutDOM) {
164
166
  this.layoutDOM.setAttribute('data-column-rule-style', node.attrs.columnRuleStyle);
165
167
  }
@@ -98,7 +98,9 @@ var LayoutBreakoutResizer = function LayoutBreakoutResizer(_ref) {
98
98
  parentRef: parentRef,
99
99
  editorAnalyticsApi: pluginInjectionApi === null || pluginInjectionApi === void 0 || (_pluginInjectionApi$a = pluginInjectionApi.analytics) === null || _pluginInjectionApi$a === void 0 ? void 0 : _pluginInjectionApi$a.actions,
100
100
  displayGuidelines: editorExperiment('single_column_layouts', true) ? displayGuidelines : undefined,
101
- displayGapCursor: displayGapCursor,
101
+ displayGapCursor: displayGapCursor
102
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
103
+ ,
102
104
  onResizeStart: function onResizeStart() {
103
105
  selectIntoCurrentLayout();
104
106
  },
@@ -175,7 +177,7 @@ export var LayoutSectionView = /*#__PURE__*/function (_ReactNodeView) {
175
177
  */
176
178
  }, {
177
179
  key: "setDomAttrs",
178
- value: function setDomAttrs(node, element) {
180
+ value: function setDomAttrs(node, _element) {
179
181
  if (this.layoutDOM) {
180
182
  this.layoutDOM.setAttribute('data-column-rule-style', node.attrs.columnRuleStyle);
181
183
  }
@@ -60,7 +60,7 @@ export declare class LayoutSectionView extends ReactNodeView<LayoutSectionViewPr
60
60
  * @param element
61
61
  * @example
62
62
  */
63
- setDomAttrs(node: PMNode, element: HTMLElement): void;
63
+ setDomAttrs(node: PMNode, _element: HTMLElement): void;
64
64
  /**
65
65
  * render
66
66
  * @param props
@@ -60,7 +60,7 @@ export declare class LayoutSectionView extends ReactNodeView<LayoutSectionViewPr
60
60
  * @param element
61
61
  * @example
62
62
  */
63
- setDomAttrs(node: PMNode, element: HTMLElement): void;
63
+ setDomAttrs(node: PMNode, _element: HTMLElement): void;
64
64
  /**
65
65
  * render
66
66
  * @param props
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-layout",
3
- "version": "8.0.10",
3
+ "version": "8.0.11",
4
4
  "description": "Layout plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -46,7 +46,7 @@
46
46
  "@atlaskit/icon": "^33.0.0",
47
47
  "@atlaskit/icon-lab": "^6.0.0",
48
48
  "@atlaskit/platform-feature-flags": "^1.1.0",
49
- "@atlaskit/tmp-editor-statsig": "^43.0.0",
49
+ "@atlaskit/tmp-editor-statsig": "^44.0.0",
50
50
  "@atlaskit/tokens": "^11.1.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "@emotion/react": "^11.7.1"