@atlaskit/editor-plugin-selection-marker 8.0.11 → 8.0.13

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,17 @@
1
1
  # @atlaskit/editor-plugin-selection-marker
2
2
 
3
+ ## 8.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.0.12
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 8.0.11
4
16
 
5
17
  ### Patch Changes
@@ -35,7 +35,7 @@ var hideSelectionStyles = (0, _react.css)({
35
35
  });
36
36
  var GlobalStylesWrapper = exports.GlobalStylesWrapper = function GlobalStylesWrapper() {
37
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)
38
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
39
39
  , {
40
40
  styles: [globalStyles, (0, _experiments.editorExperiment)('platform_editor_block_menu', true) && hideSelectionStyles]
41
41
  });
@@ -29,7 +29,7 @@ const hideSelectionStyles = css({
29
29
  });
30
30
  export const GlobalStylesWrapper = () => {
31
31
  return jsx(Global
32
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
32
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
33
33
  , {
34
34
  styles: [globalStyles, editorExperiment('platform_editor_block_menu', true) && hideSelectionStyles]
35
35
  });
@@ -29,7 +29,7 @@ var hideSelectionStyles = css({
29
29
  });
30
30
  export var GlobalStylesWrapper = function GlobalStylesWrapper() {
31
31
  return jsx(Global
32
- // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
32
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
33
33
  , {
34
34
  styles: [globalStyles, editorExperiment('platform_editor_block_menu', true) && hideSelectionStyles]
35
35
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-selection-marker",
3
- "version": "8.0.11",
3
+ "version": "8.0.13",
4
4
  "description": "Selection marker plugin for @atlaskit/editor-core.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -38,14 +38,14 @@
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": "^44.0.0",
42
- "@atlaskit/tokens": "^11.1.0",
41
+ "@atlaskit/tmp-editor-statsig": "^46.0.0",
42
+ "@atlaskit/tokens": "^11.2.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "@emotion/react": "^11.7.1",
45
45
  "lodash": "^4.17.21"
46
46
  },
47
47
  "peerDependencies": {
48
- "@atlaskit/editor-common": "^112.7.0",
48
+ "@atlaskit/editor-common": "^112.9.0",
49
49
  "react": "^18.2.0",
50
50
  "react-dom": "^18.2.0"
51
51
  },