@atlaskit/editor-core 216.7.26 → 216.7.27

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,13 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 216.7.27
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9030267782d4c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9030267782d4c) -
8
+ Re-do fix for table overflow in inline excerpt.
9
+ - Updated dependencies
10
+
3
11
  ## 216.7.26
4
12
 
5
13
  ### Patch Changes
@@ -427,7 +427,8 @@ var layoutBaseStylesWithTableExcerptsFix = exports.layoutBaseStylesWithTableExce
427
427
  '> div': {
428
428
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
429
429
  '.pm-table-container': {
430
- maxWidth: '100%'
430
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles
431
+ width: '100% !important'
431
432
  }
432
433
  }
433
434
  }
@@ -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 = "0.0.0-development";
8
+ var version = exports.version = "216.7.26";
@@ -490,7 +490,8 @@ export const layoutBaseStylesWithTableExcerptsFix = css({
490
490
  '> div': {
491
491
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
492
492
  '.pm-table-container': {
493
- maxWidth: '100%'
493
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles
494
+ width: '100% !important'
494
495
  }
495
496
  }
496
497
  }
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "0.0.0-development";
2
+ export const version = "216.7.26";
@@ -419,7 +419,8 @@ export var layoutBaseStylesWithTableExcerptsFix = css({
419
419
  '> div': {
420
420
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors
421
421
  '.pm-table-container': {
422
- maxWidth: '100%'
422
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles
423
+ width: '100% !important'
423
424
  }
424
425
  }
425
426
  }
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "0.0.0-development";
2
+ export var version = "216.7.26";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "216.7.26",
3
+ "version": "216.7.27",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -66,7 +66,7 @@
66
66
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
67
67
  "@atlaskit/react-ufo": "^5.1.0",
68
68
  "@atlaskit/task-decision": "^19.2.0",
69
- "@atlaskit/tmp-editor-statsig": "^20.2.0",
69
+ "@atlaskit/tmp-editor-statsig": "^20.3.0",
70
70
  "@atlaskit/tokens": "^11.0.0",
71
71
  "@atlaskit/tooltip": "^20.14.0",
72
72
  "@atlaskit/width-detector": "^5.0.0",