@atlaskit/editor-core 208.6.0 → 208.6.1

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-core
2
2
 
3
+ ## 208.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#178613](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/178613)
8
+ [`47e2c968a3b92`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/47e2c968a3b92) -
9
+ [ux] [ED-28399] remove padding from search match texsts in find and replace experiment
10
+ - [#176901](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/176901)
11
+ [`501b9262a675a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/501b9262a675a) -
12
+ clean up feature flag live_pages_content_jump_mitigation
13
+ - Updated dependencies
14
+
3
15
  ## 208.6.0
4
16
 
5
17
  ### Minor Changes
@@ -30,7 +30,6 @@ var findReplaceStylesNew = exports.findReplaceStylesNew = (0, _react.css)({
30
30
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
31
31
  '.search-match-text': {
32
32
  borderRadius: "var(--ds-space-050, 4px)",
33
- padding: "var(--ds-space-050, 4px)".concat(" 0"),
34
33
  boxShadow: "\n\t\tinset 0 0 0 1px ".concat("var(--ds-background-accent-yellow-subtler-pressed, #E2B203)", ",\n\t\tinset 0 0 0 5px ", "var(--ds-background-accent-yellow-subtler, #F8E6A0)", "\n\t\t"),
35
34
  backgroundColor: "var(--ds-background-accent-yellow-subtler, #F8E6A0)",
36
35
  color: "var(--ds-text, #172B4D)"
@@ -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 = "208.5.1";
8
+ var version = exports.version = "208.6.0";
@@ -23,7 +23,6 @@ export const findReplaceStylesNew = css({
23
23
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
24
24
  '.search-match-text': {
25
25
  borderRadius: "var(--ds-space-050, 4px)",
26
- padding: `${"var(--ds-space-050, 4px)"} 0`,
27
26
  boxShadow: `
28
27
  inset 0 0 0 1px ${"var(--ds-background-accent-yellow-subtler-pressed, #E2B203)"},
29
28
  inset 0 0 0 5px ${"var(--ds-background-accent-yellow-subtler, #F8E6A0)"}
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "208.5.1";
2
+ export const version = "208.6.0";
@@ -23,7 +23,6 @@ export var findReplaceStylesNew = css({
23
23
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
24
24
  '.search-match-text': {
25
25
  borderRadius: "var(--ds-space-050, 4px)",
26
- padding: "var(--ds-space-050, 4px)".concat(" 0"),
27
26
  boxShadow: "\n\t\tinset 0 0 0 1px ".concat("var(--ds-background-accent-yellow-subtler-pressed, #E2B203)", ",\n\t\tinset 0 0 0 5px ", "var(--ds-background-accent-yellow-subtler, #F8E6A0)", "\n\t\t"),
28
27
  backgroundColor: "var(--ds-background-accent-yellow-subtler, #F8E6A0)",
29
28
  color: "var(--ds-text, #172B4D)"
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "208.5.1";
2
+ export var version = "208.6.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "208.6.0",
3
+ "version": "208.6.1",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -327,10 +327,6 @@
327
327
  "type": "boolean",
328
328
  "referenceOnly": true
329
329
  },
330
- "live_pages_content_jump_mitigation": {
331
- "type": "boolean",
332
- "referenceOnly": true
333
- },
334
330
  "nested_table_control_padding_with_css": {
335
331
  "type": "boolean",
336
332
  "referenceOnly": true