@atlaskit/editor-plugin-layout 8.0.11 → 8.0.12

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.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 8.0.11
4
10
 
5
11
  ### Patch Changes
@@ -108,7 +108,7 @@ var LayoutBreakoutResizer = function LayoutBreakoutResizer(_ref) {
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
110
  displayGapCursor: displayGapCursor
111
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
111
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
112
112
  ,
113
113
  onResizeStart: function onResizeStart() {
114
114
  selectIntoCurrentLayout();
@@ -91,7 +91,7 @@ const LayoutBreakoutResizer = ({
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
93
  displayGapCursor: displayGapCursor
94
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
94
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
95
95
  ,
96
96
  onResizeStart: () => {
97
97
  selectIntoCurrentLayout();
@@ -99,7 +99,7 @@ var LayoutBreakoutResizer = function LayoutBreakoutResizer(_ref) {
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
101
  displayGapCursor: displayGapCursor
102
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
102
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
103
103
  ,
104
104
  onResizeStart: function onResizeStart() {
105
105
  selectIntoCurrentLayout();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-layout",
3
- "version": "8.0.11",
3
+ "version": "8.0.12",
4
4
  "description": "Layout plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -46,13 +46,13 @@
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": "^44.0.0",
49
+ "@atlaskit/tmp-editor-statsig": "^45.0.0",
50
50
  "@atlaskit/tokens": "^11.1.0",
51
51
  "@babel/runtime": "^7.0.0",
52
52
  "@emotion/react": "^11.7.1"
53
53
  },
54
54
  "peerDependencies": {
55
- "@atlaskit/editor-common": "^112.7.0",
55
+ "@atlaskit/editor-common": "^112.8.0",
56
56
  "react": "^18.2.0",
57
57
  "react-intl-next": "npm:react-intl@^5.18.1"
58
58
  },