@atlaskit/editor-core 224.0.0 → 224.0.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 +6 -0
- package/dist/cjs/ui/Toolbar/ToolbarInner.js +1 -0
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/ui/Toolbar/ToolbarInner.js +1 -0
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/ui/Toolbar/ToolbarInner.js +1 -0
- package/dist/esm/version-wrapper.js +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -84,6 +84,7 @@ var ToolbarInner = exports.ToolbarInner = /*#__PURE__*/function (_React$Componen
|
|
|
84
84
|
dispatchAnalyticsEvent: dispatchAnalyticsEvent,
|
|
85
85
|
wrapperElement: null
|
|
86
86
|
});
|
|
87
|
+
// oxlint-disable-next-line react/no-array-index-key
|
|
87
88
|
return element && /*#__PURE__*/_react.default.cloneElement(element, {
|
|
88
89
|
key: key
|
|
89
90
|
});
|
|
@@ -6,4 +6,4 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.version = exports.name = void 0;
|
|
7
7
|
var name = exports.name = "@atlaskit/editor-core";
|
|
8
8
|
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
|
|
9
|
-
var version = exports.version = "
|
|
9
|
+
var version = exports.version = "224.0.0";
|
|
@@ -77,6 +77,7 @@ export var ToolbarInner = /*#__PURE__*/function (_React$Component) {
|
|
|
77
77
|
dispatchAnalyticsEvent: dispatchAnalyticsEvent,
|
|
78
78
|
wrapperElement: null
|
|
79
79
|
});
|
|
80
|
+
// oxlint-disable-next-line react/no-array-index-key
|
|
80
81
|
return element && /*#__PURE__*/React.cloneElement(element, {
|
|
81
82
|
key: key
|
|
82
83
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-core",
|
|
3
|
-
"version": "224.0.
|
|
3
|
+
"version": "224.0.1",
|
|
4
4
|
"description": "A package contains Atlassian editor core functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@atlaskit/activity-provider": "^3.0.0",
|
|
41
|
-
"@atlaskit/adf-schema": "^
|
|
41
|
+
"@atlaskit/adf-schema": "^57.0.0",
|
|
42
42
|
"@atlaskit/afm-i18n-platform-editor-editor-core": "2.200.0",
|
|
43
43
|
"@atlaskit/analytics-namespaced-context": "^8.1.0",
|
|
44
44
|
"@atlaskit/analytics-next": "^12.3.0",
|
|
45
45
|
"@atlaskit/analytics-next-stable-react-context": "1.0.1",
|
|
46
46
|
"@atlaskit/button": "^25.0.0",
|
|
47
47
|
"@atlaskit/css": "^1.0.0",
|
|
48
|
-
"@atlaskit/editor-json-transformer": "^9.
|
|
48
|
+
"@atlaskit/editor-json-transformer": "^9.4.0",
|
|
49
49
|
"@atlaskit/editor-performance-metrics": "^3.2.0",
|
|
50
50
|
"@atlaskit/editor-plugin-connectivity": "^15.0.0",
|
|
51
51
|
"@atlaskit/editor-plugin-quick-insert": "^15.0.0",
|
|
@@ -56,18 +56,18 @@
|
|
|
56
56
|
"@atlaskit/editor-ssr-renderer": "^10.0.0",
|
|
57
57
|
"@atlaskit/editor-toolbar": "^2.4.0",
|
|
58
58
|
"@atlaskit/editor-toolbar-model": "^1.2.0",
|
|
59
|
-
"@atlaskit/emoji": "^71.
|
|
59
|
+
"@atlaskit/emoji": "^71.17.0",
|
|
60
60
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
61
61
|
"@atlaskit/icon": "^37.3.0",
|
|
62
62
|
"@atlaskit/insm": "^2.0.0",
|
|
63
63
|
"@atlaskit/link": "^5.0.0",
|
|
64
64
|
"@atlaskit/media-card": "^81.6.0",
|
|
65
|
-
"@atlaskit/mention": "^27.
|
|
65
|
+
"@atlaskit/mention": "^27.17.0",
|
|
66
66
|
"@atlaskit/platform-feature-experiments": "^0.3.0",
|
|
67
67
|
"@atlaskit/platform-feature-flags": "^2.1.0",
|
|
68
68
|
"@atlaskit/platform-feature-flags-react": "^1.1.0",
|
|
69
69
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
70
|
-
"@atlaskit/react-ufo": "^7.
|
|
70
|
+
"@atlaskit/react-ufo": "^7.6.0",
|
|
71
71
|
"@atlaskit/task-decision": "^21.8.0",
|
|
72
72
|
"@atlaskit/tmp-editor-statsig": "^147.1.0",
|
|
73
73
|
"@atlaskit/tokens": "^16.7.0",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"uuid": "^3.1.0"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
|
-
"@atlaskit/editor-common": "^119.
|
|
90
|
+
"@atlaskit/editor-common": "^119.4.0",
|
|
91
91
|
"@atlaskit/link-provider": "^5.3.0",
|
|
92
92
|
"@atlaskit/media-core": "^38.0.0",
|
|
93
93
|
"react": "^18.2.0",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"@af/editor-libra": "workspace:^",
|
|
99
99
|
"@af/suppress-react-warnings": "workspace:^",
|
|
100
100
|
"@af/visual-regression": "workspace:^",
|
|
101
|
-
"@atlaskit/adf-utils": "^20.
|
|
101
|
+
"@atlaskit/adf-utils": "^20.6.0",
|
|
102
102
|
"@atlaskit/analytics-listeners": "^11.1.0",
|
|
103
103
|
"@atlaskit/code": "^19.0.0",
|
|
104
104
|
"@atlaskit/collab-provider": "^24.0.0",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"@atlaskit/util-data-test": "^19.1.0",
|
|
124
124
|
"@atlassian/a11y-jest-testing": "^0.15.0",
|
|
125
125
|
"@atlassian/a11y-playwright-testing": "^0.10.0",
|
|
126
|
-
"@atlassian/adf-schema-json": "^1.
|
|
126
|
+
"@atlassian/adf-schema-json": "^1.35.0",
|
|
127
127
|
"@atlassian/editor-rovo-bridge": "^13.0.0",
|
|
128
128
|
"@atlassian/experiment-test-utils": "^0.2.0",
|
|
129
129
|
"@atlassian/feature-flags-test-utils": "^1.2.0",
|