@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 +8 -0
- package/dist/cjs/ui/EditorContentContainer/styles/layout.js +2 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/EditorContentContainer/styles/layout.js +2 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/EditorContentContainer/styles/layout.js +2 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +2 -2
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
|
-
|
|
430
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles
|
|
431
|
+
width: '100% !important'
|
|
431
432
|
}
|
|
432
433
|
}
|
|
433
434
|
}
|
|
@@ -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
|
-
|
|
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 = "
|
|
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
|
-
|
|
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 = "
|
|
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.
|
|
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.
|
|
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",
|