@atlaskit/renderer 120.5.7 → 120.5.9

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,20 @@
1
1
  # @atlaskit/renderer
2
2
 
3
+ ## 120.5.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 120.5.8
10
+
11
+ ### Patch Changes
12
+
13
+ - [`bfec478c9e91b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bfec478c9e91b) -
14
+ Splits platform_editor_preview_panel_linking_exp into one for Jira and one for Confluence and
15
+ switches to editorExperiment util.
16
+ - Updated dependencies
17
+
3
18
  ## 120.5.7
4
19
 
5
20
  ### Patch Changes
@@ -17,7 +17,7 @@ var _ui = require("@atlaskit/editor-common/ui");
17
17
  var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
18
18
  var _analyticsNext = require("@atlaskit/analytics-next");
19
19
  var _platformFeatureFlagsReact = require("@atlaskit/platform-feature-flags-react");
20
- var _expValEquals = require("@atlaskit/tmp-editor-statsig/exp-val-equals");
20
+ var _experiments = require("@atlaskit/tmp-editor-statsig/experiments");
21
21
  var _fallback = require("./fallback");
22
22
  var _SmartCardStorage = require("../../ui/SmartCardStorage");
23
23
  var _getCardClickHandler = require("../utils/getCardClickHandler");
@@ -34,7 +34,9 @@ var HoverLinkOverlayNoop = function HoverLinkOverlayNoop(props) {
34
34
  return (0, _react2.jsx)(_react.Fragment, null, props.children);
35
35
  };
36
36
  var HoverLinkOverlayWithCondition = (0, _platformFeatureFlagsReact.componentWithCondition)(function () {
37
- return (0, _expValEquals.expValEquals)('platform_editor_preview_panel_linking_exp', 'isEnabled', true);
37
+ return (0, _experiments.editorExperiment)('platform_editor_preview_panel_linking_exp', true, {
38
+ exposure: true
39
+ });
38
40
  }, _ui.HoverLinkOverlay, HoverLinkOverlayNoop);
39
41
  var OverlayWithCardContext = function OverlayWithCardContext(_ref) {
40
42
  var _cardContext$value, _cardContext$value2, _cardContext$value2$i, _cardContext$value3;
@@ -199,7 +201,9 @@ var InlineCard = function InlineCard(props) {
199
201
  }
200
202
  },
201
203
  onError: onError,
202
- disablePreviewPanel: (0, _expValEquals.expValEquals)('platform_editor_preview_panel_linking_exp', 'isEnabled', true)
204
+ disablePreviewPanel: (0, _experiments.editorExperiment)('platform_editor_preview_panel_linking_exp', true, {
205
+ exposure: true
206
+ })
203
207
  }))), CompetitorPromptComponent)));
204
208
  };
205
209
  var _default = exports.default = (0, _SmartCardStorage.withSmartCardStorage)(InlineCard);
@@ -19,7 +19,6 @@ var _adfSchema = require("@atlaskit/adf-schema");
19
19
  var _ui = require("@atlaskit/editor-common/ui");
20
20
  var _browser = require("@atlaskit/editor-common/browser");
21
21
  var _experiments = require("@atlaskit/tmp-editor-statsig/experiments");
22
- var _expValEqualsNoExposure = require("@atlaskit/tmp-editor-statsig/exp-val-equals-no-exposure");
23
22
  var _table = require("../../react/nodes/table");
24
23
  var _table2 = require("@atlaskit/editor-common/table");
25
24
  var _lightWeightCodeBlock = require("../../react/nodes/codeBlock/components/lightWeightCodeBlock");
@@ -1501,7 +1500,7 @@ var RendererStyleContainer = exports.RendererStyleContainer = function RendererS
1501
1500
  '--ak-renderer-editor-font-heading-h6': "".concat((0, _ugcTokens.editorUGCToken)('editor.font.heading.h6')),
1502
1501
  '--ak-renderer-editor-font-normal-text': "".concat((0, _ugcTokens.editorUGCToken)('editor.font.body'))
1503
1502
  },
1504
- css: [baseStyles, hideHeadingCopyLinkWrapperStyles, appearance === 'full-page' && isPreviewPanelResponsivenessOn && rendererFullPageStylesWithReducedPadding, appearance === 'full-page' && !isPreviewPanelResponsivenessOn && rendererFullPageStyles, appearance === 'full-width' && rendererFullWidthStyles, appearance === 'full-width' && !(0, _table.isTableResizingEnabled)(appearance) && rendererFullWidthStylesForTableResizing, (0, _experiments.editorExperiment)('platform_editor_ai_aifc', false) && telepointerStyles, (0, _experiments.editorExperiment)('platform_editor_ai_aifc', true) && rovoTelepointerStyles, whitespaceSharedStyles, blockquoteSharedStyles, (0, _platformFeatureFlags.fg)('platform_editor_typography_ugc') ? headingsSharedStylesWithEditorUGC : headingsSharedStyles, headingWithAlignmentStyles, ruleSharedStyles, (0, _platformFeatureFlags.fg)('platform_editor_typography_ugc') ? paragraphSharedStylesWithEditorUGC : paragraphSharedStyles, listsSharedStyles, _browser.browser.gecko && listsSharedStylesForGekko, indentationSharedStyles, (0, _platformFeatureFlags.fg)('platform_editor__renderer_indentation_text_margin') && indentationSharedStylesWithMarginFix, blockMarksSharedStyles, codeMarkSharedStyles, shadowSharedStyle, dateSharedStyle, textColorStyles, backgroundColorStyles, tasksAndDecisionsStyles, smartCardStyles, smartCardStylesAvatarFix, (0, _expValEqualsNoExposure.expValEqualsNoExposure)('platform_editor_preview_panel_linking_exp', 'isEnabled', true) && headerSmartCardStyles, (0, _platformFeatureFlags.fg)('smartcard_avatar_margin_fix') && smartCardStylesAvatarMarginFix, smartCardStylesAvatarListZeroMarginTop,
1503
+ css: [baseStyles, hideHeadingCopyLinkWrapperStyles, appearance === 'full-page' && isPreviewPanelResponsivenessOn && rendererFullPageStylesWithReducedPadding, appearance === 'full-page' && !isPreviewPanelResponsivenessOn && rendererFullPageStyles, appearance === 'full-width' && rendererFullWidthStyles, appearance === 'full-width' && !(0, _table.isTableResizingEnabled)(appearance) && rendererFullWidthStylesForTableResizing, (0, _experiments.editorExperiment)('platform_editor_ai_aifc', false) && telepointerStyles, (0, _experiments.editorExperiment)('platform_editor_ai_aifc', true) && rovoTelepointerStyles, whitespaceSharedStyles, blockquoteSharedStyles, (0, _platformFeatureFlags.fg)('platform_editor_typography_ugc') ? headingsSharedStylesWithEditorUGC : headingsSharedStyles, headingWithAlignmentStyles, ruleSharedStyles, (0, _platformFeatureFlags.fg)('platform_editor_typography_ugc') ? paragraphSharedStylesWithEditorUGC : paragraphSharedStyles, listsSharedStyles, _browser.browser.gecko && listsSharedStylesForGekko, indentationSharedStyles, (0, _platformFeatureFlags.fg)('platform_editor__renderer_indentation_text_margin') && indentationSharedStylesWithMarginFix, blockMarksSharedStyles, codeMarkSharedStyles, shadowSharedStyle, dateSharedStyle, textColorStyles, backgroundColorStyles, tasksAndDecisionsStyles, smartCardStyles, smartCardStylesAvatarFix, (0, _experiments.editorExperiment)('platform_editor_preview_panel_linking_exp', true) && headerSmartCardStyles, (0, _platformFeatureFlags.fg)('smartcard_avatar_margin_fix') && smartCardStylesAvatarMarginFix, smartCardStylesAvatarListZeroMarginTop,
1505
1504
  // eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
1506
1505
  (0, _platformFeatureFlags.fg)('editor_inline_comments_on_inline_nodes') && rendererAnnotationStyles,
1507
1506
  // eslint-disable-next-line @atlaskit/platform/no-preconditioning, @atlaskit/platform/ensure-feature-flag-prefix
@@ -63,7 +63,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
63
63
  var NORMAL_SEVERITY_THRESHOLD = exports.NORMAL_SEVERITY_THRESHOLD = 2000;
64
64
  var DEGRADED_SEVERITY_THRESHOLD = exports.DEGRADED_SEVERITY_THRESHOLD = 3000;
65
65
  var packageName = "@atlaskit/renderer";
66
- var packageVersion = "120.5.6";
66
+ var packageVersion = "120.5.8";
67
67
  var setAsQueryContainerStyles = (0, _react2.css)({
68
68
  containerName: 'ak-renderer-wrapper',
69
69
  containerType: 'inline-size'
@@ -14,14 +14,16 @@ import { HoverLinkOverlay, UnsupportedInline } from '@atlaskit/editor-common/ui'
14
14
  import { fg } from '@atlaskit/platform-feature-flags';
15
15
  import { AnalyticsContext } from '@atlaskit/analytics-next';
16
16
  import { componentWithCondition } from '@atlaskit/platform-feature-flags-react';
17
- import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
17
+ import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
18
18
  import { CardErrorBoundary } from './fallback';
19
19
  import { withSmartCardStorage } from '../../ui/SmartCardStorage';
20
20
  import { getCardClickHandler } from '../utils/getCardClickHandler';
21
21
  import { useInlineAnnotationProps } from '../../ui/annotations/element/useInlineAnnotationProps';
22
22
  import { usePortal } from '../../ui/Renderer/PortalContext';
23
23
  const HoverLinkOverlayNoop = props => jsx(Fragment, null, props.children);
24
- const HoverLinkOverlayWithCondition = componentWithCondition(() => expValEquals('platform_editor_preview_panel_linking_exp', 'isEnabled', true), HoverLinkOverlay, HoverLinkOverlayNoop);
24
+ const HoverLinkOverlayWithCondition = componentWithCondition(() => editorExperiment('platform_editor_preview_panel_linking_exp', true, {
25
+ exposure: true
26
+ }), HoverLinkOverlay, HoverLinkOverlayNoop);
25
27
  const OverlayWithCardContext = ({
26
28
  rendererAppearance,
27
29
  isResolvedViewRendered,
@@ -183,7 +185,9 @@ const InlineCard = props => {
183
185
  }
184
186
  },
185
187
  onError: onError,
186
- disablePreviewPanel: expValEquals('platform_editor_preview_panel_linking_exp', 'isEnabled', true)
188
+ disablePreviewPanel: editorExperiment('platform_editor_preview_panel_linking_exp', true, {
189
+ exposure: true
190
+ })
187
191
  }))), CompetitorPromptComponent)));
188
192
  };
189
193
  export default withSmartCardStorage(InlineCard);
@@ -19,7 +19,6 @@ import { bulletListSelector, orderedListSelector } from '@atlaskit/adf-schema';
19
19
  import { shadowClassNames, shadowObserverClassNames } from '@atlaskit/editor-common/ui';
20
20
  import { browser } from '@atlaskit/editor-common/browser';
21
21
  import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
22
- import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equals-no-exposure';
23
22
  import { isStickyScrollbarEnabled, isTableResizingEnabled } from '../../react/nodes/table';
24
23
  import { SORTABLE_COLUMN_ICON_CLASSNAME } from '@atlaskit/editor-common/table';
25
24
  import { LightWeightCodeBlockCssClassName } from '../../react/nodes/codeBlock/components/lightWeightCodeBlock';
@@ -1902,7 +1901,7 @@ export const RendererStyleContainer = props => {
1902
1901
  '--ak-renderer-editor-font-heading-h6': `${editorUGCToken('editor.font.heading.h6')}`,
1903
1902
  '--ak-renderer-editor-font-normal-text': `${editorUGCToken('editor.font.body')}`
1904
1903
  },
1905
- css: [baseStyles, hideHeadingCopyLinkWrapperStyles, appearance === 'full-page' && isPreviewPanelResponsivenessOn && rendererFullPageStylesWithReducedPadding, appearance === 'full-page' && !isPreviewPanelResponsivenessOn && rendererFullPageStyles, appearance === 'full-width' && rendererFullWidthStyles, appearance === 'full-width' && !isTableResizingEnabled(appearance) && rendererFullWidthStylesForTableResizing, editorExperiment('platform_editor_ai_aifc', false) && telepointerStyles, editorExperiment('platform_editor_ai_aifc', true) && rovoTelepointerStyles, whitespaceSharedStyles, blockquoteSharedStyles, fg('platform_editor_typography_ugc') ? headingsSharedStylesWithEditorUGC : headingsSharedStyles, headingWithAlignmentStyles, ruleSharedStyles, fg('platform_editor_typography_ugc') ? paragraphSharedStylesWithEditorUGC : paragraphSharedStyles, listsSharedStyles, browser.gecko && listsSharedStylesForGekko, indentationSharedStyles, fg('platform_editor__renderer_indentation_text_margin') && indentationSharedStylesWithMarginFix, blockMarksSharedStyles, codeMarkSharedStyles, shadowSharedStyle, dateSharedStyle, textColorStyles, backgroundColorStyles, tasksAndDecisionsStyles, smartCardStyles, smartCardStylesAvatarFix, expValEqualsNoExposure('platform_editor_preview_panel_linking_exp', 'isEnabled', true) && headerSmartCardStyles, fg('smartcard_avatar_margin_fix') && smartCardStylesAvatarMarginFix, smartCardStylesAvatarListZeroMarginTop,
1904
+ css: [baseStyles, hideHeadingCopyLinkWrapperStyles, appearance === 'full-page' && isPreviewPanelResponsivenessOn && rendererFullPageStylesWithReducedPadding, appearance === 'full-page' && !isPreviewPanelResponsivenessOn && rendererFullPageStyles, appearance === 'full-width' && rendererFullWidthStyles, appearance === 'full-width' && !isTableResizingEnabled(appearance) && rendererFullWidthStylesForTableResizing, editorExperiment('platform_editor_ai_aifc', false) && telepointerStyles, editorExperiment('platform_editor_ai_aifc', true) && rovoTelepointerStyles, whitespaceSharedStyles, blockquoteSharedStyles, fg('platform_editor_typography_ugc') ? headingsSharedStylesWithEditorUGC : headingsSharedStyles, headingWithAlignmentStyles, ruleSharedStyles, fg('platform_editor_typography_ugc') ? paragraphSharedStylesWithEditorUGC : paragraphSharedStyles, listsSharedStyles, browser.gecko && listsSharedStylesForGekko, indentationSharedStyles, fg('platform_editor__renderer_indentation_text_margin') && indentationSharedStylesWithMarginFix, blockMarksSharedStyles, codeMarkSharedStyles, shadowSharedStyle, dateSharedStyle, textColorStyles, backgroundColorStyles, tasksAndDecisionsStyles, smartCardStyles, smartCardStylesAvatarFix, editorExperiment('platform_editor_preview_panel_linking_exp', true) && headerSmartCardStyles, fg('smartcard_avatar_margin_fix') && smartCardStylesAvatarMarginFix, smartCardStylesAvatarListZeroMarginTop,
1906
1905
  // eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
1907
1906
  fg('editor_inline_comments_on_inline_nodes') && rendererAnnotationStyles,
1908
1907
  // eslint-disable-next-line @atlaskit/platform/no-preconditioning, @atlaskit/platform/ensure-feature-flag-prefix
@@ -49,7 +49,7 @@ import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equ
49
49
  export const NORMAL_SEVERITY_THRESHOLD = 2000;
50
50
  export const DEGRADED_SEVERITY_THRESHOLD = 3000;
51
51
  const packageName = "@atlaskit/renderer";
52
- const packageVersion = "120.5.6";
52
+ const packageVersion = "120.5.8";
53
53
  const setAsQueryContainerStyles = css({
54
54
  containerName: 'ak-renderer-wrapper',
55
55
  containerType: 'inline-size'
@@ -15,7 +15,7 @@ import { HoverLinkOverlay, UnsupportedInline } from '@atlaskit/editor-common/ui'
15
15
  import { fg } from '@atlaskit/platform-feature-flags';
16
16
  import { AnalyticsContext } from '@atlaskit/analytics-next';
17
17
  import { componentWithCondition } from '@atlaskit/platform-feature-flags-react';
18
- import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
18
+ import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
19
19
  import { CardErrorBoundary } from './fallback';
20
20
  import { withSmartCardStorage } from '../../ui/SmartCardStorage';
21
21
  import { getCardClickHandler } from '../utils/getCardClickHandler';
@@ -25,7 +25,9 @@ var HoverLinkOverlayNoop = function HoverLinkOverlayNoop(props) {
25
25
  return jsx(Fragment, null, props.children);
26
26
  };
27
27
  var HoverLinkOverlayWithCondition = componentWithCondition(function () {
28
- return expValEquals('platform_editor_preview_panel_linking_exp', 'isEnabled', true);
28
+ return editorExperiment('platform_editor_preview_panel_linking_exp', true, {
29
+ exposure: true
30
+ });
29
31
  }, HoverLinkOverlay, HoverLinkOverlayNoop);
30
32
  var OverlayWithCardContext = function OverlayWithCardContext(_ref) {
31
33
  var _cardContext$value, _cardContext$value2, _cardContext$value2$i, _cardContext$value3;
@@ -190,7 +192,9 @@ var InlineCard = function InlineCard(props) {
190
192
  }
191
193
  },
192
194
  onError: onError,
193
- disablePreviewPanel: expValEquals('platform_editor_preview_panel_linking_exp', 'isEnabled', true)
195
+ disablePreviewPanel: editorExperiment('platform_editor_preview_panel_linking_exp', true, {
196
+ exposure: true
197
+ })
194
198
  }))), CompetitorPromptComponent)));
195
199
  };
196
200
  export default withSmartCardStorage(InlineCard);
@@ -21,7 +21,6 @@ import { bulletListSelector, orderedListSelector } from '@atlaskit/adf-schema';
21
21
  import { shadowClassNames, shadowObserverClassNames } from '@atlaskit/editor-common/ui';
22
22
  import { browser } from '@atlaskit/editor-common/browser';
23
23
  import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
24
- import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equals-no-exposure';
25
24
  import { isStickyScrollbarEnabled, isTableResizingEnabled } from '../../react/nodes/table';
26
25
  import { SORTABLE_COLUMN_ICON_CLASSNAME } from '@atlaskit/editor-common/table';
27
26
  import { LightWeightCodeBlockCssClassName } from '../../react/nodes/codeBlock/components/lightWeightCodeBlock';
@@ -1494,7 +1493,7 @@ export var RendererStyleContainer = function RendererStyleContainer(props) {
1494
1493
  '--ak-renderer-editor-font-heading-h6': "".concat(editorUGCToken('editor.font.heading.h6')),
1495
1494
  '--ak-renderer-editor-font-normal-text': "".concat(editorUGCToken('editor.font.body'))
1496
1495
  },
1497
- css: [baseStyles, hideHeadingCopyLinkWrapperStyles, appearance === 'full-page' && isPreviewPanelResponsivenessOn && rendererFullPageStylesWithReducedPadding, appearance === 'full-page' && !isPreviewPanelResponsivenessOn && rendererFullPageStyles, appearance === 'full-width' && rendererFullWidthStyles, appearance === 'full-width' && !isTableResizingEnabled(appearance) && rendererFullWidthStylesForTableResizing, editorExperiment('platform_editor_ai_aifc', false) && telepointerStyles, editorExperiment('platform_editor_ai_aifc', true) && rovoTelepointerStyles, whitespaceSharedStyles, blockquoteSharedStyles, fg('platform_editor_typography_ugc') ? headingsSharedStylesWithEditorUGC : headingsSharedStyles, headingWithAlignmentStyles, ruleSharedStyles, fg('platform_editor_typography_ugc') ? paragraphSharedStylesWithEditorUGC : paragraphSharedStyles, listsSharedStyles, browser.gecko && listsSharedStylesForGekko, indentationSharedStyles, fg('platform_editor__renderer_indentation_text_margin') && indentationSharedStylesWithMarginFix, blockMarksSharedStyles, codeMarkSharedStyles, shadowSharedStyle, dateSharedStyle, textColorStyles, backgroundColorStyles, tasksAndDecisionsStyles, smartCardStyles, smartCardStylesAvatarFix, expValEqualsNoExposure('platform_editor_preview_panel_linking_exp', 'isEnabled', true) && headerSmartCardStyles, fg('smartcard_avatar_margin_fix') && smartCardStylesAvatarMarginFix, smartCardStylesAvatarListZeroMarginTop,
1496
+ css: [baseStyles, hideHeadingCopyLinkWrapperStyles, appearance === 'full-page' && isPreviewPanelResponsivenessOn && rendererFullPageStylesWithReducedPadding, appearance === 'full-page' && !isPreviewPanelResponsivenessOn && rendererFullPageStyles, appearance === 'full-width' && rendererFullWidthStyles, appearance === 'full-width' && !isTableResizingEnabled(appearance) && rendererFullWidthStylesForTableResizing, editorExperiment('platform_editor_ai_aifc', false) && telepointerStyles, editorExperiment('platform_editor_ai_aifc', true) && rovoTelepointerStyles, whitespaceSharedStyles, blockquoteSharedStyles, fg('platform_editor_typography_ugc') ? headingsSharedStylesWithEditorUGC : headingsSharedStyles, headingWithAlignmentStyles, ruleSharedStyles, fg('platform_editor_typography_ugc') ? paragraphSharedStylesWithEditorUGC : paragraphSharedStyles, listsSharedStyles, browser.gecko && listsSharedStylesForGekko, indentationSharedStyles, fg('platform_editor__renderer_indentation_text_margin') && indentationSharedStylesWithMarginFix, blockMarksSharedStyles, codeMarkSharedStyles, shadowSharedStyle, dateSharedStyle, textColorStyles, backgroundColorStyles, tasksAndDecisionsStyles, smartCardStyles, smartCardStylesAvatarFix, editorExperiment('platform_editor_preview_panel_linking_exp', true) && headerSmartCardStyles, fg('smartcard_avatar_margin_fix') && smartCardStylesAvatarMarginFix, smartCardStylesAvatarListZeroMarginTop,
1498
1497
  // eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
1499
1498
  fg('editor_inline_comments_on_inline_nodes') && rendererAnnotationStyles,
1500
1499
  // eslint-disable-next-line @atlaskit/platform/no-preconditioning, @atlaskit/platform/ensure-feature-flag-prefix
@@ -54,7 +54,7 @@ import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equ
54
54
  export var NORMAL_SEVERITY_THRESHOLD = 2000;
55
55
  export var DEGRADED_SEVERITY_THRESHOLD = 3000;
56
56
  var packageName = "@atlaskit/renderer";
57
- var packageVersion = "120.5.6";
57
+ var packageVersion = "120.5.8";
58
58
  var setAsQueryContainerStyles = css({
59
59
  containerName: 'ak-renderer-wrapper',
60
60
  containerType: 'inline-size'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/renderer",
3
- "version": "120.5.7",
3
+ "version": "120.5.9",
4
4
  "description": "Renderer component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -48,13 +48,13 @@
48
48
  "@atlaskit/media-ui": "^28.6.0",
49
49
  "@atlaskit/media-viewer": "^52.4.0",
50
50
  "@atlaskit/platform-feature-flags": "^1.1.0",
51
- "@atlaskit/platform-feature-flags-react": "^0.2.0",
51
+ "@atlaskit/platform-feature-flags-react": "^0.3.0",
52
52
  "@atlaskit/react-ufo": "^4.5.0",
53
- "@atlaskit/smart-card": "^40.14.0",
53
+ "@atlaskit/smart-card": "^40.15.0",
54
54
  "@atlaskit/status": "^3.0.0",
55
55
  "@atlaskit/task-decision": "^19.2.0",
56
56
  "@atlaskit/theme": "^20.0.0",
57
- "@atlaskit/tmp-editor-statsig": "^11.9.0",
57
+ "@atlaskit/tmp-editor-statsig": "^11.11.0",
58
58
  "@atlaskit/tokens": "^6.1.0",
59
59
  "@atlaskit/tooltip": "^20.4.0",
60
60
  "@atlaskit/visually-hidden": "^3.0.0",
@@ -68,7 +68,7 @@
68
68
  "uuid": "^3.1.0"
69
69
  },
70
70
  "peerDependencies": {
71
- "@atlaskit/editor-common": "^107.33.0",
71
+ "@atlaskit/editor-common": "^107.34.0",
72
72
  "@atlaskit/link-provider": "^3.7.0",
73
73
  "@atlaskit/media-core": "^37.0.0",
74
74
  "react": "^18.2.0",
@@ -89,7 +89,7 @@
89
89
  "@atlaskit/mention": "^24.2.0",
90
90
  "@atlaskit/modal-dialog": "^14.3.0",
91
91
  "@atlaskit/navigation-next": "patch:@atlaskit/navigation-next@npm%3A9.0.17#~/.yarn/patches/@atlaskit-navigation-next-npm-9.0.17-d1445f2f74.patch",
92
- "@atlaskit/profilecard": "^24.7.0",
92
+ "@atlaskit/profilecard": "^24.9.0",
93
93
  "@atlaskit/util-data-test": "^18.1.0",
94
94
  "@atlassian/feature-flags-test-utils": "^0.3.0",
95
95
  "@testing-library/react": "^13.4.0",