@atlaskit/editor-plugin-selection-marker 8.0.9 → 8.0.10

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-selection-marker
2
2
 
3
+ ## 8.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 8.0.9
4
10
 
5
11
  ### Patch Changes
@@ -34,7 +34,9 @@ var hideSelectionStyles = (0, _react.css)({
34
34
  }
35
35
  });
36
36
  var GlobalStylesWrapper = exports.GlobalStylesWrapper = function GlobalStylesWrapper() {
37
- return (0, _react.jsx)(_react.Global, {
37
+ return (0, _react.jsx)(_react.Global
38
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
39
+ , {
38
40
  styles: [globalStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && hideSelectionStyles]
39
41
  });
40
42
  };
@@ -28,7 +28,9 @@ const hideSelectionStyles = css({
28
28
  }
29
29
  });
30
30
  export const GlobalStylesWrapper = () => {
31
- return jsx(Global, {
31
+ return jsx(Global
32
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
33
+ , {
32
34
  styles: [globalStyles, editorExperiment('platform_editor_block_menu', true) && hideSelectionStyles]
33
35
  });
34
36
  };
@@ -28,7 +28,9 @@ var hideSelectionStyles = css({
28
28
  }
29
29
  });
30
30
  export var GlobalStylesWrapper = function GlobalStylesWrapper() {
31
- return jsx(Global, {
31
+ return jsx(Global
32
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
33
+ , {
32
34
  styles: [globalStyles, editorExperiment('platform_editor_block_menu', true) && hideSelectionStyles]
33
35
  });
34
36
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-selection-marker",
3
- "version": "8.0.9",
3
+ "version": "8.0.10",
4
4
  "description": "Selection marker plugin for @atlaskit/editor-core.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -38,7 +38,7 @@
38
38
  "@atlaskit/link": "^3.3.0",
39
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
40
40
  "@atlaskit/theme": "^22.0.0",
41
- "@atlaskit/tmp-editor-statsig": "^43.0.0",
41
+ "@atlaskit/tmp-editor-statsig": "^44.0.0",
42
42
  "@atlaskit/tokens": "^11.1.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "@emotion/react": "^11.7.1",