@atlaskit/editor-core 219.1.0 → 219.1.2

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,19 @@
1
1
  # @atlaskit/editor-core
2
2
 
3
+ ## 219.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 219.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`344eb4664c404`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/344eb4664c404) -
14
+ Add akEditor className to chromeless editor behind experiment gate
15
+ - Updated dependencies
16
+
3
17
  ## 219.1.0
4
18
 
5
19
  ### Minor Changes
@@ -188,7 +188,10 @@ function ChromelessEditorContainer(_ref3) {
188
188
  children = _ref3.children,
189
189
  containerRef = _ref3.containerRef;
190
190
  return (0, _react2.jsx)("div", {
191
- css: [chromelessEditorStylesNew, scrollbarStylesNew],
191
+ css: [chromelessEditorStylesNew, scrollbarStylesNew]
192
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
193
+ ,
194
+ className: (0, _expValEquals.expValEquals)('platform_editor_ai_chromeless_akEditor_class', 'isEnabled', true) ? 'akEditor' : undefined,
192
195
  style: {
193
196
  maxHeight: maxHeight ? "".concat(maxHeight, "px") : undefined,
194
197
  minHeight: "".concat(minHeight, "px")
@@ -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 = "219.1.1";
@@ -165,7 +165,10 @@ export function ChromelessEditorContainer({
165
165
  containerRef
166
166
  }) {
167
167
  return jsx("div", {
168
- css: [chromelessEditorStylesNew, scrollbarStylesNew],
168
+ css: [chromelessEditorStylesNew, scrollbarStylesNew]
169
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
170
+ ,
171
+ className: expValEquals('platform_editor_ai_chromeless_akEditor_class', 'isEnabled', true) ? 'akEditor' : undefined,
169
172
  style: {
170
173
  maxHeight: maxHeight ? `${maxHeight}px` : undefined,
171
174
  minHeight: `${minHeight}px`
@@ -1,2 +1,2 @@
1
1
  export const name = "@atlaskit/editor-core";
2
- export const version = "0.0.0-development";
2
+ export const version = "219.1.1";
@@ -182,7 +182,10 @@ export function ChromelessEditorContainer(_ref3) {
182
182
  children = _ref3.children,
183
183
  containerRef = _ref3.containerRef;
184
184
  return jsx("div", {
185
- css: [chromelessEditorStylesNew, scrollbarStylesNew],
185
+ css: [chromelessEditorStylesNew, scrollbarStylesNew]
186
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
187
+ ,
188
+ className: expValEquals('platform_editor_ai_chromeless_akEditor_class', 'isEnabled', true) ? 'akEditor' : undefined,
186
189
  style: {
187
190
  maxHeight: maxHeight ? "".concat(maxHeight, "px") : undefined,
188
191
  minHeight: "".concat(minHeight, "px")
@@ -1,2 +1,2 @@
1
1
  export var name = "@atlaskit/editor-core";
2
- export var version = "0.0.0-development";
2
+ export var version = "219.1.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-core",
3
- "version": "219.1.0",
3
+ "version": "219.1.2",
4
4
  "description": "A package contains Atlassian editor core functionality",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -64,9 +64,9 @@
64
64
  "@atlaskit/editor-ssr-renderer": "^5.1.0",
65
65
  "@atlaskit/editor-toolbar": "^1.0.0",
66
66
  "@atlaskit/editor-toolbar-model": "^0.4.0",
67
- "@atlaskit/emoji": "^70.1.0",
67
+ "@atlaskit/emoji": "^70.2.0",
68
68
  "@atlaskit/feature-gate-js-client": "^5.5.0",
69
- "@atlaskit/icon": "^34.2.0",
69
+ "@atlaskit/icon": "^34.3.0",
70
70
  "@atlaskit/link": "^3.4.0",
71
71
  "@atlaskit/media-card": "^80.1.0",
72
72
  "@atlaskit/mention": "^25.0.0",
@@ -74,9 +74,9 @@
74
74
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
75
75
  "@atlaskit/react-ufo": "^5.16.0",
76
76
  "@atlaskit/task-decision": "^20.0.0",
77
- "@atlaskit/tmp-editor-statsig": "^65.0.0",
77
+ "@atlaskit/tmp-editor-statsig": "^67.0.0",
78
78
  "@atlaskit/tokens": "^13.0.0",
79
- "@atlaskit/tooltip": "^21.1.0",
79
+ "@atlaskit/tooltip": "^21.2.0",
80
80
  "@atlaskit/width-detector": "^5.1.0",
81
81
  "@babel/runtime": "^7.0.0",
82
82
  "@emotion/react": "^11.7.1",
@@ -91,7 +91,7 @@
91
91
  "uuid": "^3.1.0"
92
92
  },
93
93
  "peerDependencies": {
94
- "@atlaskit/editor-common": "^114.6.0",
94
+ "@atlaskit/editor-common": "^114.8.0",
95
95
  "@atlaskit/link-provider": "^4.3.0",
96
96
  "@atlaskit/media-core": "^37.0.0",
97
97
  "react": "^18.2.0",
@@ -106,7 +106,7 @@
106
106
  "@atlaskit/analytics-listeners": "^10.0.0",
107
107
  "@atlaskit/collab-provider": "^18.0.0",
108
108
  "@atlaskit/editor-plugin-annotation": "^10.1.0",
109
- "@atlaskit/editor-plugin-card": "^16.2.0",
109
+ "@atlaskit/editor-plugin-card": "^16.3.0",
110
110
  "@atlaskit/editor-plugin-list": "^12.0.0",
111
111
  "@atlaskit/editor-plugin-paste": "^11.0.0",
112
112
  "@atlaskit/editor-test-helpers": "workspace:^",
@@ -116,7 +116,7 @@
116
116
  "@atlaskit/media-core": "^37.0.0",
117
117
  "@atlaskit/media-integration-test-helpers": "workspace:^",
118
118
  "@atlaskit/media-test-helpers": "^41.0.0",
119
- "@atlaskit/modal-dialog": "^14.17.0",
119
+ "@atlaskit/modal-dialog": "^14.18.0",
120
120
  "@atlaskit/renderer": "^130.2.0",
121
121
  "@atlaskit/section-message": "^8.12.0",
122
122
  "@atlaskit/synchrony-test-helpers": "workspace:^",
@@ -128,7 +128,7 @@
128
128
  "@atlassian/editor-rovo-bridge": "^8.3.0",
129
129
  "@atlassian/feature-flags-test-utils": "^1.0.0",
130
130
  "@atlassian/react-compiler-gating": "workspace:^",
131
- "@atlassian/search-client": "^1.1.0",
131
+ "@atlassian/search-client": "^1.3.0",
132
132
  "@atlassian/search-provider": "^11.0.0",
133
133
  "@emotion/jest": "^11.8.0",
134
134
  "@testing-library/react": "^16.3.0",