@atlaskit/renderer 127.2.0 → 127.3.0
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 +22 -0
- package/dist/cjs/react/index.js +1 -1
- package/dist/cjs/ui/MediaCard.js +3 -2
- package/dist/cjs/ui/Renderer/index.js +24 -25
- package/dist/es2019/react/index.js +1 -1
- package/dist/es2019/ui/MediaCard.js +4 -3
- package/dist/es2019/ui/Renderer/index.js +24 -25
- package/dist/esm/react/index.js +1 -1
- package/dist/esm/ui/MediaCard.js +3 -2
- package/dist/esm/ui/Renderer/index.js +24 -25
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @atlaskit/renderer
|
|
2
2
|
|
|
3
|
+
## 127.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`848f2503b1c81`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/848f2503b1c81) -
|
|
8
|
+
Add rovoChatAction to Smart Links actionOptions
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 127.2.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- [`31ee998a097db`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/31ee998a097db) -
|
|
19
|
+
Replace expValEquals/expValEqualsNoExposure with editorExperiment for platform_synced_block
|
|
20
|
+
experiment checks
|
|
21
|
+
- [`1d6c1d6ba61dc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1d6c1d6ba61dc) -
|
|
22
|
+
FFCLEANUP-79953 clean up stale experiment platform_editor_editor_width_analytics
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
|
|
3
25
|
## 127.2.0
|
|
4
26
|
|
|
5
27
|
### Minor Changes
|
package/dist/cjs/react/index.js
CHANGED
|
@@ -503,7 +503,7 @@ var ReactSerializer = exports.default = /*#__PURE__*/function () {
|
|
|
503
503
|
return ((_n$type2 = n.type) === null || _n$type2 === void 0 ? void 0 : _n$type2.name) === 'mediaSingle';
|
|
504
504
|
});
|
|
505
505
|
// Only check path for bodiedSyncBlock; syncBlock uses RendererContext
|
|
506
|
-
var nestedUnder = (0,
|
|
506
|
+
var nestedUnder = (0, _experiments.editorExperiment)('platform_synced_block', true) && (0, _platformFeatureFlags.fg)('platform_synced_block_patch_5') ? (0, _rendererNode.getNestedUnderNodes)(path, ['bodiedSyncBlock']) : undefined;
|
|
507
507
|
var isAnnotationMark = function isAnnotationMark(mark) {
|
|
508
508
|
return mark.type === annotation;
|
|
509
509
|
};
|
package/dist/cjs/ui/MediaCard.js
CHANGED
|
@@ -21,6 +21,7 @@ var _mediaCard = require("@atlaskit/media-card");
|
|
|
21
21
|
var _mediaClientReact = require("@atlaskit/media-client-react");
|
|
22
22
|
var _utils = require("@atlaskit/editor-common/utils");
|
|
23
23
|
var _expValEquals = require("@atlaskit/tmp-editor-statsig/exp-val-equals");
|
|
24
|
+
var _experiments = require("@atlaskit/tmp-editor-statsig/experiments");
|
|
24
25
|
var _analyticsContext = _interopRequireDefault(require("../analytics/analyticsContext"));
|
|
25
26
|
var _analytics = require("@atlaskit/editor-common/analytics");
|
|
26
27
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
@@ -121,9 +122,9 @@ var MediaCardView = exports.MediaCardView = /*#__PURE__*/function (_Component) {
|
|
|
121
122
|
attributes: _objectSpread(_objectSpread({
|
|
122
123
|
reason: reason,
|
|
123
124
|
external: false
|
|
124
|
-
}, nestedUnder && (0,
|
|
125
|
+
}, nestedUnder && (0, _experiments.editorExperiment)('platform_synced_block', true) && (0, _platformFeatureFlags.fg)('platform_synced_block_patch_5') ? {
|
|
125
126
|
nestedUnder: nestedUnder
|
|
126
|
-
} : {}), rendererContext !== null && rendererContext !== void 0 && rendererContext.nestedRendererType && (0,
|
|
127
|
+
} : {}), rendererContext !== null && rendererContext !== void 0 && rendererContext.nestedRendererType && (0, _experiments.editorExperiment)('platform_synced_block', true) && (0, _platformFeatureFlags.fg)('platform_synced_block_patch_5') ? {
|
|
127
128
|
nestedRendererType: rendererContext.nestedRendererType
|
|
128
129
|
} : {})
|
|
129
130
|
});
|
|
@@ -71,7 +71,7 @@ var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
|
71
71
|
var TABLE_INFO_TIMEOUT = 10000;
|
|
72
72
|
var RENDER_EVENT_SAMPLE_RATE = 0.2;
|
|
73
73
|
var packageName = "@atlaskit/renderer";
|
|
74
|
-
var packageVersion = "127.1
|
|
74
|
+
var packageVersion = "127.2.1";
|
|
75
75
|
var setAsQueryContainerStyles = (0, _react2.css)({
|
|
76
76
|
containerName: 'ak-renderer-wrapper',
|
|
77
77
|
containerType: 'inline-size'
|
|
@@ -382,33 +382,32 @@ var RendererFunctionalComponent = exports.RendererFunctionalComponent = function
|
|
|
382
382
|
});
|
|
383
383
|
anchorLinkAnalytics();
|
|
384
384
|
});
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
}
|
|
385
|
+
|
|
386
|
+
// send statistics about the heights/widths of the tables on the page for alerting
|
|
387
|
+
heightWidthAnalyticsSetTimeoutID = setTimeout(function () {
|
|
388
|
+
var requestIdleCallbackFn = function requestIdleCallbackFn() {
|
|
389
|
+
var _props$innerRef;
|
|
390
|
+
var renderer = (_props$innerRef = props.innerRef) === null || _props$innerRef === void 0 || (_props$innerRef = _props$innerRef.current) === null || _props$innerRef === void 0 ? void 0 : _props$innerRef.querySelector('.ak-renderer-document');
|
|
391
|
+
if (renderer) {
|
|
392
|
+
var payload = (0, _analyticsUtils.getWidthInfoPayload)(renderer);
|
|
393
|
+
if (payload) {
|
|
394
|
+
_fireAnalyticsEvent(payload);
|
|
395
|
+
}
|
|
396
|
+
if ((0, _platformFeatureFlags.fg)('platform_editor_table_height_analytics_event')) {
|
|
397
|
+
var payloadHeight = (0, _analyticsUtils.getHeightInfoPayload)(renderer);
|
|
398
|
+
if (payloadHeight) {
|
|
399
|
+
_fireAnalyticsEvent(payloadHeight);
|
|
401
400
|
}
|
|
402
401
|
}
|
|
403
|
-
};
|
|
404
|
-
if (window && typeof window.requestIdleCallback === 'function') {
|
|
405
|
-
heightWidthAnalyticsRicID = window.requestIdleCallback(requestIdleCallbackFn);
|
|
406
|
-
} else if (window && typeof window.requestAnimationFrame === 'function') {
|
|
407
|
-
// requestIdleCallback is not supported in safari, fallback to requestAnimationFrame
|
|
408
|
-
heightWidthAnalyticsRafID = window.requestAnimationFrame(requestIdleCallbackFn);
|
|
409
402
|
}
|
|
410
|
-
}
|
|
411
|
-
|
|
403
|
+
};
|
|
404
|
+
if (window && typeof window.requestIdleCallback === 'function') {
|
|
405
|
+
heightWidthAnalyticsRicID = window.requestIdleCallback(requestIdleCallbackFn);
|
|
406
|
+
} else if (window && typeof window.requestAnimationFrame === 'function') {
|
|
407
|
+
// requestIdleCallback is not supported in safari, fallback to requestAnimationFrame
|
|
408
|
+
heightWidthAnalyticsRafID = window.requestAnimationFrame(requestIdleCallbackFn);
|
|
409
|
+
}
|
|
410
|
+
}, TABLE_INFO_TIMEOUT);
|
|
412
411
|
};
|
|
413
412
|
handleAnalytics();
|
|
414
413
|
return function () {
|
|
@@ -462,7 +462,7 @@ export default class ReactSerializer {
|
|
|
462
462
|
return ((_n$type2 = n.type) === null || _n$type2 === void 0 ? void 0 : _n$type2.name) === 'mediaSingle';
|
|
463
463
|
});
|
|
464
464
|
// Only check path for bodiedSyncBlock; syncBlock uses RendererContext
|
|
465
|
-
const nestedUnder =
|
|
465
|
+
const nestedUnder = editorExperiment('platform_synced_block', true) && fg('platform_synced_block_patch_5') ? getNestedUnderNodes(path, ['bodiedSyncBlock']) : undefined;
|
|
466
466
|
const isAnnotationMark = mark => mark.type === annotation;
|
|
467
467
|
const isLinkMark = mark => mark.type === link;
|
|
468
468
|
const isBorderMark = mark => isChildOfMediaSingle && mark.type === border;
|
|
@@ -6,6 +6,7 @@ import { Card as CardAsync, CardSync, CardLoading, CardError } from '@atlaskit/m
|
|
|
6
6
|
import { MediaClientContext } from '@atlaskit/media-client-react';
|
|
7
7
|
import { withImageLoader } from '@atlaskit/editor-common/utils';
|
|
8
8
|
import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
|
|
9
|
+
import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
|
|
9
10
|
import AnalyticsContext from '../analytics/analyticsContext';
|
|
10
11
|
import { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID, EVENT_TYPE } from '@atlaskit/editor-common/analytics';
|
|
11
12
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
@@ -59,7 +60,7 @@ export class MediaCardView extends Component {
|
|
|
59
60
|
fileState
|
|
60
61
|
});
|
|
61
62
|
}
|
|
62
|
-
} catch
|
|
63
|
+
} catch {
|
|
63
64
|
// do not set state on error
|
|
64
65
|
}
|
|
65
66
|
});
|
|
@@ -77,10 +78,10 @@ export class MediaCardView extends Component {
|
|
|
77
78
|
attributes: {
|
|
78
79
|
reason,
|
|
79
80
|
external: false,
|
|
80
|
-
...(nestedUnder &&
|
|
81
|
+
...(nestedUnder && editorExperiment('platform_synced_block', true) && fg('platform_synced_block_patch_5') ? {
|
|
81
82
|
nestedUnder
|
|
82
83
|
} : {}),
|
|
83
|
-
...(rendererContext !== null && rendererContext !== void 0 && rendererContext.nestedRendererType &&
|
|
84
|
+
...(rendererContext !== null && rendererContext !== void 0 && rendererContext.nestedRendererType && editorExperiment('platform_synced_block', true) && fg('platform_synced_block_patch_5') ? {
|
|
84
85
|
nestedRendererType: rendererContext.nestedRendererType
|
|
85
86
|
} : {})
|
|
86
87
|
}
|
|
@@ -57,7 +57,7 @@ export const DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
|
57
57
|
const TABLE_INFO_TIMEOUT = 10000;
|
|
58
58
|
const RENDER_EVENT_SAMPLE_RATE = 0.2;
|
|
59
59
|
const packageName = "@atlaskit/renderer";
|
|
60
|
-
const packageVersion = "127.1
|
|
60
|
+
const packageVersion = "127.2.1";
|
|
61
61
|
const setAsQueryContainerStyles = css({
|
|
62
62
|
containerName: 'ak-renderer-wrapper',
|
|
63
63
|
containerType: 'inline-size'
|
|
@@ -373,33 +373,32 @@ export const RendererFunctionalComponent = props => {
|
|
|
373
373
|
});
|
|
374
374
|
anchorLinkAnalytics();
|
|
375
375
|
});
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
}
|
|
376
|
+
|
|
377
|
+
// send statistics about the heights/widths of the tables on the page for alerting
|
|
378
|
+
heightWidthAnalyticsSetTimeoutID = setTimeout(() => {
|
|
379
|
+
const requestIdleCallbackFn = () => {
|
|
380
|
+
var _props$innerRef, _props$innerRef$curre;
|
|
381
|
+
const renderer = (_props$innerRef = props.innerRef) === null || _props$innerRef === void 0 ? void 0 : (_props$innerRef$curre = _props$innerRef.current) === null || _props$innerRef$curre === void 0 ? void 0 : _props$innerRef$curre.querySelector('.ak-renderer-document');
|
|
382
|
+
if (renderer) {
|
|
383
|
+
const payload = getWidthInfoPayload(renderer);
|
|
384
|
+
if (payload) {
|
|
385
|
+
fireAnalyticsEvent(payload);
|
|
386
|
+
}
|
|
387
|
+
if (fg('platform_editor_table_height_analytics_event')) {
|
|
388
|
+
const payloadHeight = getHeightInfoPayload(renderer);
|
|
389
|
+
if (payloadHeight) {
|
|
390
|
+
fireAnalyticsEvent(payloadHeight);
|
|
392
391
|
}
|
|
393
392
|
}
|
|
394
|
-
};
|
|
395
|
-
if (window && typeof window.requestIdleCallback === 'function') {
|
|
396
|
-
heightWidthAnalyticsRicID = window.requestIdleCallback(requestIdleCallbackFn);
|
|
397
|
-
} else if (window && typeof window.requestAnimationFrame === 'function') {
|
|
398
|
-
// requestIdleCallback is not supported in safari, fallback to requestAnimationFrame
|
|
399
|
-
heightWidthAnalyticsRafID = window.requestAnimationFrame(requestIdleCallbackFn);
|
|
400
393
|
}
|
|
401
|
-
}
|
|
402
|
-
|
|
394
|
+
};
|
|
395
|
+
if (window && typeof window.requestIdleCallback === 'function') {
|
|
396
|
+
heightWidthAnalyticsRicID = window.requestIdleCallback(requestIdleCallbackFn);
|
|
397
|
+
} else if (window && typeof window.requestAnimationFrame === 'function') {
|
|
398
|
+
// requestIdleCallback is not supported in safari, fallback to requestAnimationFrame
|
|
399
|
+
heightWidthAnalyticsRafID = window.requestAnimationFrame(requestIdleCallbackFn);
|
|
400
|
+
}
|
|
401
|
+
}, TABLE_INFO_TIMEOUT);
|
|
403
402
|
};
|
|
404
403
|
handleAnalytics();
|
|
405
404
|
return () => {
|
package/dist/esm/react/index.js
CHANGED
|
@@ -496,7 +496,7 @@ var ReactSerializer = /*#__PURE__*/function () {
|
|
|
496
496
|
return ((_n$type2 = n.type) === null || _n$type2 === void 0 ? void 0 : _n$type2.name) === 'mediaSingle';
|
|
497
497
|
});
|
|
498
498
|
// Only check path for bodiedSyncBlock; syncBlock uses RendererContext
|
|
499
|
-
var nestedUnder =
|
|
499
|
+
var nestedUnder = editorExperiment('platform_synced_block', true) && fg('platform_synced_block_patch_5') ? getNestedUnderNodes(path, ['bodiedSyncBlock']) : undefined;
|
|
500
500
|
var isAnnotationMark = function isAnnotationMark(mark) {
|
|
501
501
|
return mark.type === annotation;
|
|
502
502
|
};
|
package/dist/esm/ui/MediaCard.js
CHANGED
|
@@ -17,6 +17,7 @@ import { Card as CardAsync, CardSync, CardLoading, CardError } from '@atlaskit/m
|
|
|
17
17
|
import { MediaClientContext } from '@atlaskit/media-client-react';
|
|
18
18
|
import { withImageLoader } from '@atlaskit/editor-common/utils';
|
|
19
19
|
import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
|
|
20
|
+
import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
|
|
20
21
|
import AnalyticsContext from '../analytics/analyticsContext';
|
|
21
22
|
import { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID, EVENT_TYPE } from '@atlaskit/editor-common/analytics';
|
|
22
23
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
@@ -112,9 +113,9 @@ export var MediaCardView = /*#__PURE__*/function (_Component) {
|
|
|
112
113
|
attributes: _objectSpread(_objectSpread({
|
|
113
114
|
reason: reason,
|
|
114
115
|
external: false
|
|
115
|
-
}, nestedUnder &&
|
|
116
|
+
}, nestedUnder && editorExperiment('platform_synced_block', true) && fg('platform_synced_block_patch_5') ? {
|
|
116
117
|
nestedUnder: nestedUnder
|
|
117
|
-
} : {}), rendererContext !== null && rendererContext !== void 0 && rendererContext.nestedRendererType &&
|
|
118
|
+
} : {}), rendererContext !== null && rendererContext !== void 0 && rendererContext.nestedRendererType && editorExperiment('platform_synced_block', true) && fg('platform_synced_block_patch_5') ? {
|
|
118
119
|
nestedRendererType: rendererContext.nestedRendererType
|
|
119
120
|
} : {})
|
|
120
121
|
});
|
|
@@ -62,7 +62,7 @@ export var DEGRADED_SEVERITY_THRESHOLD = 3000;
|
|
|
62
62
|
var TABLE_INFO_TIMEOUT = 10000;
|
|
63
63
|
var RENDER_EVENT_SAMPLE_RATE = 0.2;
|
|
64
64
|
var packageName = "@atlaskit/renderer";
|
|
65
|
-
var packageVersion = "127.1
|
|
65
|
+
var packageVersion = "127.2.1";
|
|
66
66
|
var setAsQueryContainerStyles = css({
|
|
67
67
|
containerName: 'ak-renderer-wrapper',
|
|
68
68
|
containerType: 'inline-size'
|
|
@@ -373,33 +373,32 @@ export var RendererFunctionalComponent = function RendererFunctionalComponent(pr
|
|
|
373
373
|
});
|
|
374
374
|
anchorLinkAnalytics();
|
|
375
375
|
});
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
}
|
|
376
|
+
|
|
377
|
+
// send statistics about the heights/widths of the tables on the page for alerting
|
|
378
|
+
heightWidthAnalyticsSetTimeoutID = setTimeout(function () {
|
|
379
|
+
var requestIdleCallbackFn = function requestIdleCallbackFn() {
|
|
380
|
+
var _props$innerRef;
|
|
381
|
+
var renderer = (_props$innerRef = props.innerRef) === null || _props$innerRef === void 0 || (_props$innerRef = _props$innerRef.current) === null || _props$innerRef === void 0 ? void 0 : _props$innerRef.querySelector('.ak-renderer-document');
|
|
382
|
+
if (renderer) {
|
|
383
|
+
var payload = getWidthInfoPayload(renderer);
|
|
384
|
+
if (payload) {
|
|
385
|
+
_fireAnalyticsEvent(payload);
|
|
386
|
+
}
|
|
387
|
+
if (fg('platform_editor_table_height_analytics_event')) {
|
|
388
|
+
var payloadHeight = getHeightInfoPayload(renderer);
|
|
389
|
+
if (payloadHeight) {
|
|
390
|
+
_fireAnalyticsEvent(payloadHeight);
|
|
392
391
|
}
|
|
393
392
|
}
|
|
394
|
-
};
|
|
395
|
-
if (window && typeof window.requestIdleCallback === 'function') {
|
|
396
|
-
heightWidthAnalyticsRicID = window.requestIdleCallback(requestIdleCallbackFn);
|
|
397
|
-
} else if (window && typeof window.requestAnimationFrame === 'function') {
|
|
398
|
-
// requestIdleCallback is not supported in safari, fallback to requestAnimationFrame
|
|
399
|
-
heightWidthAnalyticsRafID = window.requestAnimationFrame(requestIdleCallbackFn);
|
|
400
393
|
}
|
|
401
|
-
}
|
|
402
|
-
|
|
394
|
+
};
|
|
395
|
+
if (window && typeof window.requestIdleCallback === 'function') {
|
|
396
|
+
heightWidthAnalyticsRicID = window.requestIdleCallback(requestIdleCallbackFn);
|
|
397
|
+
} else if (window && typeof window.requestAnimationFrame === 'function') {
|
|
398
|
+
// requestIdleCallback is not supported in safari, fallback to requestAnimationFrame
|
|
399
|
+
heightWidthAnalyticsRafID = window.requestAnimationFrame(requestIdleCallbackFn);
|
|
400
|
+
}
|
|
401
|
+
}, TABLE_INFO_TIMEOUT);
|
|
403
402
|
};
|
|
404
403
|
handleAnalytics();
|
|
405
404
|
return function () {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/renderer",
|
|
3
|
-
"version": "127.
|
|
3
|
+
"version": "127.3.0",
|
|
4
4
|
"description": "Renderer component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
54
54
|
"@atlaskit/platform-feature-flags-react": "^0.4.0",
|
|
55
55
|
"@atlaskit/react-ufo": "^5.4.0",
|
|
56
|
-
"@atlaskit/smart-card": "^43.
|
|
56
|
+
"@atlaskit/smart-card": "^43.26.0",
|
|
57
57
|
"@atlaskit/status": "^3.1.0",
|
|
58
58
|
"@atlaskit/task-decision": "^19.3.0",
|
|
59
59
|
"@atlaskit/theme": "^22.0.0",
|
|
60
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
60
|
+
"@atlaskit/tmp-editor-statsig": "^35.3.0",
|
|
61
61
|
"@atlaskit/tokens": "^11.0.0",
|
|
62
62
|
"@atlaskit/tooltip": "^20.14.0",
|
|
63
63
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"uuid": "^3.1.0"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
|
-
"@atlaskit/editor-common": "^111.
|
|
74
|
+
"@atlaskit/editor-common": "^111.31.0",
|
|
75
75
|
"@atlaskit/link-provider": "^4.2.0",
|
|
76
76
|
"@atlaskit/media-core": "^37.0.0",
|
|
77
77
|
"react": "^18.2.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"@atlaskit/mention": "^24.5.0",
|
|
91
91
|
"@atlaskit/modal-dialog": "^14.11.0",
|
|
92
92
|
"@atlaskit/navigation-next": "patch:@atlaskit/navigation-next@npm%3A9.0.17#~/.yarn/patches/@atlaskit-navigation-next-npm-9.0.17-958ca0ab9d.patch",
|
|
93
|
-
"@atlaskit/profilecard": "^24.
|
|
93
|
+
"@atlaskit/profilecard": "^24.42.0",
|
|
94
94
|
"@atlaskit/util-data-test": "^18.5.0",
|
|
95
95
|
"@atlassian/a11y-jest-testing": "^0.10.0",
|
|
96
96
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|