@atlaskit/editor-core 213.5.0 → 213.5.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,13 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 213.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`c451a0d8a0ef1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c451a0d8a0ef1) -
8
+ [EDITOR-1594] Inline streaming page comment padding issues
9
+ - Updated dependencies
10
+
3
11
  ## 213.5.0
4
12
 
5
13
  ### Minor Changes
@@ -254,7 +254,7 @@ var CommentEditorWithIntl = exports.CommentEditorWithIntl = function CommentEdit
254
254
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
255
255
  ,
256
256
  className: (0, _classnames.default)('ak-editor-content-area', {
257
- 'less-margin': width < _editorSharedStyles.akEditorMobileBreakoutPoint
257
+ 'less-margin': width < _editorSharedStyles.akEditorMobileBreakoutPoint && !(0, _experiments.editorExperiment)('platform_editor_ai_aifc', true)
258
258
  }),
259
259
  featureFlags: featureFlags,
260
260
  viewMode: editorViewMode,
@@ -258,7 +258,7 @@ export const CommentEditorWithIntl = props => {
258
258
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
259
259
  ,
260
260
  className: classnames('ak-editor-content-area', {
261
- 'less-margin': width < akEditorMobileBreakoutPoint
261
+ 'less-margin': width < akEditorMobileBreakoutPoint && !editorExperiment('platform_editor_ai_aifc', true)
262
262
  }),
263
263
  featureFlags: featureFlags,
264
264
  viewMode: editorViewMode,
@@ -246,7 +246,7 @@ export var CommentEditorWithIntl = function CommentEditorWithIntl(props) {
246
246
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
247
247
  ,
248
248
  className: classnames('ak-editor-content-area', {
249
- 'less-margin': width < akEditorMobileBreakoutPoint
249
+ 'less-margin': width < akEditorMobileBreakoutPoint && !editorExperiment('platform_editor_ai_aifc', true)
250
250
  }),
251
251
  featureFlags: featureFlags,
252
252
  viewMode: editorViewMode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "213.5.0",
3
+ "version": "213.5.1",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -62,7 +62,7 @@
62
62
  "@atlaskit/mention": "^24.2.0",
63
63
  "@atlaskit/platform-feature-flags": "^1.1.0",
64
64
  "@atlaskit/platform-feature-flags-react": "^0.3.0",
65
- "@atlaskit/react-ufo": "^4.8.0",
65
+ "@atlaskit/react-ufo": "^4.9.0",
66
66
  "@atlaskit/task-decision": "^19.2.0",
67
67
  "@atlaskit/tmp-editor-statsig": "^12.27.0",
68
68
  "@atlaskit/tokens": "^6.3.0",
@@ -107,7 +107,7 @@
107
107
  "@atlaskit/primitives": "^14.15.0",
108
108
  "@atlaskit/renderer": "^123.4.0",
109
109
  "@atlaskit/section-message": "^8.7.0",
110
- "@atlaskit/smart-card": "^42.0.0",
110
+ "@atlaskit/smart-card": "^42.1.0",
111
111
  "@atlaskit/synchrony-test-helpers": "workspace:^",
112
112
  "@atlaskit/toggle": "^15.1.0",
113
113
  "@atlaskit/util-data-test": "^18.2.0",