@atlaskit/editor-core 209.1.6 → 209.1.7

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,14 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 209.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#186321](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/186321)
8
+ [`777290660084a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/777290660084a) -
9
+ ED-28528 fix mentions selected state box shadow disappearing
10
+ - Updated dependencies
11
+
3
12
  ## 209.1.6
4
13
 
5
14
  ### Patch Changes
@@ -142,7 +142,7 @@ var mentionsSelectionStylesWithSearchMatch = exports.mentionsSelectionStylesWith
142
142
  _selectionStyles.backgroundSelectionStyles,
143
143
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
144
144
  _selectionStyles.hideNativeBrowserTextSelectionStyles, mentionsSelectedColor]
145
- }), ".".concat(_editorSharedStyles.akEditorSelectedNodeClassName, ":not('.search-match-block')"), {
145
+ }), ".".concat(_editorSharedStyles.akEditorSelectedNodeClassName, ":not(.search-match-block)"), {
146
146
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
147
147
  '> .editor-mention-primitive, > .editor-mention-primitive.mention-self, > .editor-mention-primitive.mention-restricted':
148
148
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values,
@@ -5,4 +5,4 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = exports.name = void 0;
7
7
  var name = exports.name = "@atlaskit/editor-core";
8
- var version = exports.version = "209.1.5";
8
+ var version = exports.version = "209.1.6";
@@ -153,7 +153,7 @@ export const mentionsSelectionStylesWithSearchMatch = css({
153
153
  hideNativeBrowserTextSelectionStyles, mentionsSelectedColor]
154
154
  },
155
155
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-values, @atlaskit/ui-styling-standard/no-imported-style-values
156
- [`.${akEditorSelectedNodeClassName}:not('.search-match-block')`]: {
156
+ [`.${akEditorSelectedNodeClassName}:not(.search-match-block)`]: {
157
157
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
158
158
  '> .editor-mention-primitive, > .editor-mention-primitive.mention-self, > .editor-mention-primitive.mention-restricted':
159
159
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values,
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "209.1.5";
2
+ export const version = "209.1.6";
@@ -135,7 +135,7 @@ export var mentionsSelectionStylesWithSearchMatch = css(_defineProperty(_defineP
135
135
  backgroundSelectionStyles,
136
136
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values
137
137
  hideNativeBrowserTextSelectionStyles, mentionsSelectedColor]
138
- }), ".".concat(akEditorSelectedNodeClassName, ":not('.search-match-block')"), {
138
+ }), ".".concat(akEditorSelectedNodeClassName, ":not(.search-match-block)"), {
139
139
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
140
140
  '> .editor-mention-primitive, > .editor-mention-primitive.mention-self, > .editor-mention-primitive.mention-restricted':
141
141
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-values,
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "209.1.5";
2
+ export var version = "209.1.6";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "209.1.6",
3
+ "version": "209.1.7",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"