@atlaskit/renderer 137.2.4 → 137.2.6
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 +12 -0
- package/dist/cjs/actions/index.js +2 -2
- package/dist/cjs/react/marks/alignment.js +2 -2
- package/dist/cjs/react/marks/annotation.js +2 -2
- package/dist/cjs/react/marks/backgroundColor.js +2 -2
- package/dist/cjs/react/marks/textColor.js +2 -2
- package/dist/cjs/react/nodes/bulletList.js +2 -2
- package/dist/cjs/react/nodes/fallback.js +2 -2
- package/dist/cjs/react/nodes/media/index.js +4 -4
- package/dist/cjs/react/nodes/orderedList.js +2 -2
- package/dist/cjs/react/nodes/panel-compiled.js +2 -2
- package/dist/cjs/react/nodes/panel-emotion.js +2 -2
- package/dist/cjs/react/nodes/panel.js +7 -7
- package/dist/cjs/react/nodes/tableCell.js +2 -2
- package/dist/cjs/ui/Renderer/RendererStyleContainer.js +3 -2
- package/dist/cjs/ui/Renderer/index.js +1 -1
- package/dist/cjs/ui/annotations/contexts/AnnotationManagerContext.js +8 -8
- package/dist/cjs/ui/annotations/element/index.js +2 -2
- package/dist/cjs/ui/annotations/element/mark.js +8 -8
- package/dist/cjs/ui/annotations/hooks/use-events.js +3 -3
- package/dist/cjs/ui/annotations/hover/mounter.js +3 -3
- package/dist/cjs/ui/annotations/index.js +2 -2
- package/dist/cjs/ui/annotations/selection/mounter.js +4 -4
- package/dist/es2019/actions/index.js +1 -1
- package/dist/es2019/react/marks/alignment.js +1 -1
- package/dist/es2019/react/marks/annotation.js +1 -1
- package/dist/es2019/react/marks/backgroundColor.js +1 -1
- package/dist/es2019/react/marks/textColor.js +1 -1
- package/dist/es2019/react/nodes/bulletList.js +1 -1
- package/dist/es2019/react/nodes/fallback.js +1 -1
- package/dist/es2019/react/nodes/media/index.js +1 -1
- package/dist/es2019/react/nodes/orderedList.js +1 -1
- package/dist/es2019/react/nodes/panel-compiled.js +1 -1
- package/dist/es2019/react/nodes/panel-emotion.js +1 -1
- package/dist/es2019/react/nodes/panel.js +1 -1
- package/dist/es2019/react/nodes/tableCell.js +1 -1
- package/dist/es2019/ui/Renderer/RendererStyleContainer.js +2 -1
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/es2019/ui/annotations/contexts/AnnotationManagerContext.js +1 -1
- package/dist/es2019/ui/annotations/element/index.js +1 -1
- package/dist/es2019/ui/annotations/element/mark.js +1 -1
- package/dist/es2019/ui/annotations/hooks/use-events.js +1 -1
- package/dist/es2019/ui/annotations/hover/mounter.js +1 -1
- package/dist/es2019/ui/annotations/index.js +1 -1
- package/dist/es2019/ui/annotations/selection/mounter.js +1 -1
- package/dist/esm/actions/index.js +1 -1
- package/dist/esm/react/marks/alignment.js +1 -1
- package/dist/esm/react/marks/annotation.js +1 -1
- package/dist/esm/react/marks/backgroundColor.js +1 -1
- package/dist/esm/react/marks/textColor.js +1 -1
- package/dist/esm/react/nodes/bulletList.js +1 -1
- package/dist/esm/react/nodes/fallback.js +1 -1
- package/dist/esm/react/nodes/media/index.js +1 -1
- package/dist/esm/react/nodes/orderedList.js +1 -1
- package/dist/esm/react/nodes/panel-compiled.js +1 -1
- package/dist/esm/react/nodes/panel-emotion.js +1 -1
- package/dist/esm/react/nodes/panel.js +1 -1
- package/dist/esm/react/nodes/tableCell.js +1 -1
- package/dist/esm/ui/Renderer/RendererStyleContainer.js +2 -1
- package/dist/esm/ui/Renderer/index.js +1 -1
- package/dist/esm/ui/annotations/contexts/AnnotationManagerContext.js +1 -1
- package/dist/esm/ui/annotations/element/index.js +1 -1
- package/dist/esm/ui/annotations/element/mark.js +1 -1
- package/dist/esm/ui/annotations/hooks/use-events.js +1 -1
- package/dist/esm/ui/annotations/hover/mounter.js +1 -1
- package/dist/esm/ui/annotations/index.js +1 -1
- package/dist/esm/ui/annotations/selection/mounter.js +1 -1
- package/dist/types/actions/index.d.ts +1 -1
- package/dist/types/react/marks/alignment.d.ts +1 -1
- package/dist/types/react/marks/backgroundColor.d.ts +1 -1
- package/dist/types/react/marks/border.d.ts +1 -1
- package/dist/types/react/marks/breakout.d.ts +1 -1
- package/dist/types/react/marks/data-consumer.d.ts +1 -1
- package/dist/types/react/marks/fontSize.d.ts +1 -1
- package/dist/types/react/marks/fragment.d.ts +1 -1
- package/dist/types/react/marks/indentation.d.ts +1 -1
- package/dist/types/react/marks/link.d.ts +1 -1
- package/dist/types/react/marks/subsup.d.ts +1 -1
- package/dist/types/react/marks/textColor.d.ts +1 -1
- package/dist/types/react/nodes/blockCard.d.ts +1 -1
- package/dist/types/react/nodes/bodiedExtension.d.ts +1 -1
- package/dist/types/react/nodes/embedCard.d.ts +1 -1
- package/dist/types/react/nodes/emoji.d.ts +1 -1
- package/dist/types/react/nodes/extension.d.ts +1 -1
- package/dist/types/react/nodes/extensionFrame.d.ts +1 -1
- package/dist/types/react/nodes/index.d.ts +2 -1
- package/dist/types/react/nodes/layoutColumn-compiled.d.ts +1 -1
- package/dist/types/react/nodes/layoutColumn-emotion.d.ts +1 -1
- package/dist/types/react/nodes/layoutColumn.d.ts +1 -1
- package/dist/types/react/nodes/media/index.d.ts +4 -1
- package/dist/types/react/nodes/mediaSingle/index.d.ts +1 -1
- package/dist/types/react/nodes/mention.d.ts +1 -1
- package/dist/types/react/nodes/multiBodiedExtension.d.ts +1 -1
- package/dist/types/react/nodes/panel-compiled.d.ts +1 -1
- package/dist/types/react/nodes/panel-emotion.d.ts +1 -1
- package/dist/types/react/nodes/panel.d.ts +1 -1
- package/dist/types/react/nodes/table/sticky.d.ts +1 -1
- package/dist/types/react/nodes/table/types.d.ts +1 -1
- package/dist/types/react/nodes/tableCell.d.ts +1 -1
- package/dist/types/react/types.d.ts +1 -1
- package/dist/types/ui/ExtensionRenderer.d.ts +1 -1
- package/dist/types/ui/MediaCard.d.ts +1 -1
- package/dist/types/ui/annotations/context.d.ts +1 -1
- package/dist/types/ui/annotations/contexts/AnnotationManagerContext.d.ts +2 -2
- package/dist/types/ui/annotations/element/index.d.ts +1 -1
- package/dist/types/ui/annotations/element/mark.d.ts +2 -2
- package/dist/types/ui/annotations/hooks/use-events.d.ts +2 -2
- package/dist/types/ui/annotations/hooks/use-inline-comments-filter.d.ts +1 -1
- package/dist/types/ui/hooks/useScrollToBlock.d.ts +1 -1
- package/dist/types/ui/renderer-props.d.ts +1 -1
- package/package.json +5 -17
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* Cleanup: delete this file once the experiment has shipped.
|
|
10
10
|
*/
|
|
11
11
|
import React from 'react';
|
|
12
|
-
import type { Valign } from '@atlaskit/adf-schema/
|
|
12
|
+
import type { Valign } from '@atlaskit/adf-schema/valign';
|
|
13
13
|
export declare const LayoutSectionCompiled: (props: React.PropsWithChildren<{
|
|
14
14
|
valign?: Valign;
|
|
15
15
|
width?: number;
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* Cleanup: delete this file once the experiment has shipped.
|
|
10
10
|
*/
|
|
11
11
|
import React from 'react';
|
|
12
|
-
import type { Valign } from '@atlaskit/adf-schema/
|
|
12
|
+
import type { Valign } from '@atlaskit/adf-schema/valign';
|
|
13
13
|
export declare const LayoutSectionEmotion: (props: React.PropsWithChildren<{
|
|
14
14
|
valign?: Valign;
|
|
15
15
|
width?: number;
|
|
@@ -8,7 +8,10 @@ import { jsx } from '@emotion/react';
|
|
|
8
8
|
import type { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
9
9
|
import type { EventHandlers } from '@atlaskit/editor-common/ui';
|
|
10
10
|
import type { MediaCardProps } from '../../../ui/MediaCard';
|
|
11
|
-
import type { LinkDefinition
|
|
11
|
+
import type { LinkDefinition } from '@atlaskit/adf-schema/link';
|
|
12
|
+
import type { BorderMarkDefinition } from '@atlaskit/adf-schema/border';
|
|
13
|
+
import type { AnnotationMarkDefinition } from '@atlaskit/adf-schema/annotation';
|
|
14
|
+
import type { DataConsumerDefinition } from '@atlaskit/adf-schema/data-consumer';
|
|
12
15
|
import type { MediaFeatureFlags } from '@atlaskit/media-common';
|
|
13
16
|
import type { AnalyticsEventPayload } from '../../../analytics/events';
|
|
14
17
|
export type MediaProps = MediaCardProps & {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import type { WithIntlProps, WrappedComponentProps } from 'react-intl';
|
|
3
|
-
import type {
|
|
3
|
+
import type { Layout as MediaSingleLayout } from '@atlaskit/adf-schema/rich-media-common';
|
|
4
4
|
import type { MediaFeatureFlags } from '@atlaskit/media-common';
|
|
5
5
|
import type { EditorAppearance } from '@atlaskit/editor-common/types';
|
|
6
6
|
import type { EventHandlers, MediaSingleWidthType } from '@atlaskit/editor-common/ui';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { MentionUserType } from '@atlaskit/adf-schema';
|
|
2
|
+
import type { UserType as MentionUserType } from '@atlaskit/adf-schema/mention';
|
|
3
3
|
import { type MentionNodeDataProvider } from '@atlaskit/editor-common/mention';
|
|
4
4
|
import type { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
5
5
|
import type { EventHandlers } from '@atlaskit/editor-common/ui';
|
|
@@ -7,7 +7,7 @@ import React from 'react';
|
|
|
7
7
|
import type { Mark as PMMark, Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
8
8
|
import type { RendererContext } from '../types';
|
|
9
9
|
import type { Serializer } from '../../serializer';
|
|
10
|
-
import type { ExtensionLayout } from '@atlaskit/adf-schema';
|
|
10
|
+
import type { Layout as ExtensionLayout } from '@atlaskit/adf-schema/extensions';
|
|
11
11
|
import type { ExtensionHandlers } from '@atlaskit/editor-common/extensions';
|
|
12
12
|
import type { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
13
13
|
import type { RendererAppearance } from '../../ui/Renderer/types';
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* Cleanup: delete this file once the experiment has shipped.
|
|
10
10
|
*/
|
|
11
11
|
import React from 'react';
|
|
12
|
-
import { PanelType } from '@atlaskit/adf-schema';
|
|
12
|
+
import { PanelType } from '@atlaskit/adf-schema/panel';
|
|
13
13
|
interface PanelStyledProps {
|
|
14
14
|
backgroundColor?: string;
|
|
15
15
|
'data-panel-type': PanelType;
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
*/
|
|
11
11
|
import React from 'react';
|
|
12
12
|
import { jsx } from '@emotion/react';
|
|
13
|
-
import { PanelType } from '@atlaskit/adf-schema';
|
|
13
|
+
import { PanelType } from '@atlaskit/adf-schema/panel';
|
|
14
14
|
interface PanelStyledProps {
|
|
15
15
|
backgroundColor?: string;
|
|
16
16
|
'data-panel-type': PanelType;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { PanelType } from '@atlaskit/adf-schema';
|
|
2
|
+
import { PanelType } from '@atlaskit/adf-schema/panel';
|
|
3
3
|
import type { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
4
4
|
export interface Props {
|
|
5
5
|
allowCustomPanels?: boolean;
|
|
@@ -6,7 +6,7 @@ import React from 'react';
|
|
|
6
6
|
import { jsx } from '@emotion/react';
|
|
7
7
|
import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
8
8
|
import type { OverflowShadowProps } from '@atlaskit/editor-common/ui';
|
|
9
|
-
import type { TableLayout } from '@atlaskit/adf-schema';
|
|
9
|
+
import type { Layout as TableLayout } from '@atlaskit/adf-schema/tableNodes';
|
|
10
10
|
import type { RendererAppearance } from '../../../ui/Renderer/types';
|
|
11
11
|
export type StickyMode = 'none' | 'stick' | 'pin-bottom';
|
|
12
12
|
export declare const tableStickyPadding = 8;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Node as PMNode } from '@atlaskit/editor-prosemirror/model';
|
|
2
|
-
import type { TableLayout } from '@atlaskit/adf-schema';
|
|
2
|
+
import type { Layout as TableLayout } from '@atlaskit/adf-schema/tableNodes';
|
|
3
3
|
import type { RendererAppearance } from '../../../ui/Renderer/types';
|
|
4
4
|
export type SharedTableProps = {
|
|
5
5
|
allowFixedColumnWidthOption?: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type
|
|
2
|
+
import { type CellAttributes } from '@atlaskit/adf-schema/tableNodes';
|
|
3
3
|
import { SortOrder } from '@atlaskit/editor-common/types';
|
|
4
4
|
import type { AnalyticsEventPayload } from '../../analytics/events';
|
|
5
5
|
export type TableCellEdgeProps = {
|
|
@@ -6,7 +6,7 @@ import type { EventHandlers } from '@atlaskit/editor-common/ui';
|
|
|
6
6
|
import type { AnalyticsEventPayload } from '../analytics/events';
|
|
7
7
|
import type { Serializer } from '../serializer';
|
|
8
8
|
import type { RendererAppearance, HeadingAnchorLinksProps, RendererContentMode, NestedRendererType } from '../ui/Renderer/types';
|
|
9
|
-
import type { AnnotationId, AnnotationTypes } from '@atlaskit/adf-schema';
|
|
9
|
+
import type { AnnotationId, AnnotationTypes } from '@atlaskit/adf-schema/annotation';
|
|
10
10
|
export interface RendererContext {
|
|
11
11
|
adDoc?: any;
|
|
12
12
|
containerAri?: string;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { jsx } from '@emotion/react';
|
|
6
6
|
import React from 'react';
|
|
7
7
|
import type { RendererContext } from '../react/types';
|
|
8
|
-
import type { ExtensionLayout } from '@atlaskit/adf-schema';
|
|
8
|
+
import type { Layout as ExtensionLayout } from '@atlaskit/adf-schema/extensions';
|
|
9
9
|
import type { ExtensionHandlers, ExtensionParams, MultiBodiedExtensionActions, Parameters } from '@atlaskit/editor-common/extensions';
|
|
10
10
|
import type { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
11
11
|
import type { Mark as PMMark } from '@atlaskit/editor-prosemirror/model';
|
|
@@ -3,7 +3,7 @@ import type { ADFEntity } from '@atlaskit/adf-utils/types';
|
|
|
3
3
|
import type { CardAppearance, CardDimensions, CardOnClickCallback, NumericalCardDimensions } from '@atlaskit/media-card';
|
|
4
4
|
import type { MediaClientConfig } from '@atlaskit/media-core/auth';
|
|
5
5
|
import type { ImageResizeMode, Identifier, FileState, MediaClient } from '@atlaskit/media-client';
|
|
6
|
-
import type { MediaType } from '@atlaskit/adf-schema';
|
|
6
|
+
import type { MediaType } from '@atlaskit/adf-schema/media';
|
|
7
7
|
import type { ContextIdentifierProvider } from '@atlaskit/editor-common/provider-factory';
|
|
8
8
|
import type { ImageLoaderProps, ImageStatus } from '@atlaskit/editor-common/utils';
|
|
9
9
|
import type { MediaFeatureFlags } from '@atlaskit/media-common';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Context } from 'react';
|
|
2
2
|
import type { AnnotationProviders } from '@atlaskit/editor-common/types';
|
|
3
|
-
import type { AnnotationMarkStates } from '@atlaskit/adf-schema';
|
|
3
|
+
import type { AnnotationMarkStates } from '@atlaskit/adf-schema/annotation';
|
|
4
4
|
export declare const ProvidersContext: Context<AnnotationProviders | null | undefined>;
|
|
5
5
|
export declare const InlineCommentsStateContext: Context<Record<string, AnnotationMarkStates | null>>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { ReactNode } from 'react';
|
|
3
|
-
import { AnnotationMarkStates } from '@atlaskit/adf-schema';
|
|
4
|
-
import type { AnnotationId } from '@atlaskit/adf-schema';
|
|
3
|
+
import { AnnotationMarkStates } from '@atlaskit/adf-schema/annotation';
|
|
4
|
+
import type { AnnotationId } from '@atlaskit/adf-schema/annotation';
|
|
5
5
|
import type { AnnotationManager, ActionResult } from '@atlaskit/editor-common/annotation';
|
|
6
6
|
import type { AnnotationUpdateEmitter } from '@atlaskit/editor-common/types';
|
|
7
7
|
interface AnnotationState {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { AnnotationId, AnnotationDataAttributes, AnnotationTypes } from '@atlaskit/adf-schema';
|
|
2
|
+
import type { AnnotationId, AnnotationDataAttributes, AnnotationTypes } from '@atlaskit/adf-schema/annotation';
|
|
3
3
|
type MarkElementProps = React.PropsWithChildren<{
|
|
4
4
|
annotationParentIds: AnnotationId[];
|
|
5
5
|
annotationType: AnnotationTypes;
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
import type React from 'react';
|
|
6
6
|
import { type SerializedStyles } from '@emotion/react';
|
|
7
7
|
import type { OnAnnotationClickPayload } from '@atlaskit/editor-common/types';
|
|
8
|
-
import type { AnnotationId, AnnotationDataAttributes, AnnotationTypes } from '@atlaskit/adf-schema';
|
|
9
|
-
import { AnnotationMarkStates } from '@atlaskit/adf-schema';
|
|
8
|
+
import type { AnnotationId, AnnotationDataAttributes, AnnotationTypes } from '@atlaskit/adf-schema/annotation';
|
|
9
|
+
import { AnnotationMarkStates } from '@atlaskit/adf-schema/annotation';
|
|
10
10
|
type MarkComponentProps = {
|
|
11
11
|
annotationParentIds: AnnotationId[];
|
|
12
12
|
dataAttributes: AnnotationDataAttributes;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { InlineCommentViewComponentProps, AnnotationUpdateEmitter } from '@atlaskit/editor-common/types';
|
|
2
|
-
import type { AnnotationMarkStates, AnnotationId } from '@atlaskit/adf-schema';
|
|
3
|
-
import { AnnotationTypes } from '@atlaskit/adf-schema';
|
|
2
|
+
import type { AnnotationMarkStates, AnnotationId } from '@atlaskit/adf-schema/annotation';
|
|
3
|
+
import { AnnotationTypes } from '@atlaskit/adf-schema/annotation';
|
|
4
4
|
import type { CreateUIAnalyticsEvent } from '@atlaskit/analytics-next/types';
|
|
5
5
|
type ListenEventProps = {
|
|
6
6
|
createAnalyticsEvent?: CreateUIAnalyticsEvent;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { DocNode } from '@atlaskit/adf-schema';
|
|
1
|
+
import type { DocNode } from '@atlaskit/adf-schema/doc';
|
|
2
2
|
import type { CreateUIAnalyticsEvent } from '@atlaskit/analytics-next/types';
|
|
3
3
|
import type { ExtensionHandlers, ExtensionParams, Parameters } from '@atlaskit/editor-common/extensions';
|
|
4
4
|
import type { GetPMNodeHeight } from '@atlaskit/editor-common/extensibility';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/renderer",
|
|
3
|
-
"version": "137.2.
|
|
3
|
+
"version": "137.2.6",
|
|
4
4
|
"description": "Renderer component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
51
51
|
"@atlaskit/icon": "^37.6.0",
|
|
52
52
|
"@atlaskit/link": "^5.1.0",
|
|
53
|
-
"@atlaskit/link-datasource": "^6.
|
|
53
|
+
"@atlaskit/link-datasource": "^6.10.0",
|
|
54
54
|
"@atlaskit/link-extractors": "^4.2.0",
|
|
55
55
|
"@atlaskit/linking-common": "^12.1.0",
|
|
56
56
|
"@atlaskit/media-card": "^81.9.0",
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
"@atlaskit/platform-feature-flags-react": "^1.2.0",
|
|
66
66
|
"@atlaskit/pragmatic-drag-and-drop": "^3.1.0",
|
|
67
67
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
68
|
-
"@atlaskit/react-ufo": "^7.
|
|
68
|
+
"@atlaskit/react-ufo": "^7.8.0",
|
|
69
69
|
"@atlaskit/smart-card": "^45.19.0",
|
|
70
70
|
"@atlaskit/status": "^5.9.0",
|
|
71
71
|
"@atlaskit/task-decision": "^21.9.0",
|
|
72
72
|
"@atlaskit/theme": "^28.2.0",
|
|
73
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
73
|
+
"@atlaskit/tmp-editor-statsig": "^173.0.0",
|
|
74
74
|
"@atlaskit/tokens": "^16.11.0",
|
|
75
75
|
"@atlaskit/tooltip": "^24.3.0",
|
|
76
76
|
"@atlaskit/visually-hidden": "^4.4.0",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"uuid": "^3.1.0"
|
|
86
86
|
},
|
|
87
87
|
"peerDependencies": {
|
|
88
|
-
"@atlaskit/editor-common": "^120.
|
|
88
|
+
"@atlaskit/editor-common": "^120.11.0",
|
|
89
89
|
"@atlaskit/link-provider": "^5.5.0",
|
|
90
90
|
"@atlaskit/media-core": "^38.2.0",
|
|
91
91
|
"react": "^18.2.0",
|
|
@@ -143,18 +143,6 @@
|
|
|
143
143
|
"sinon": "^2.2.0",
|
|
144
144
|
"worker-plugin": "^4.0.2"
|
|
145
145
|
},
|
|
146
|
-
"techstack": {
|
|
147
|
-
"@repo/internal": {
|
|
148
|
-
"design-tokens": [
|
|
149
|
-
"color"
|
|
150
|
-
],
|
|
151
|
-
"deprecation": "no-deprecated-imports",
|
|
152
|
-
"styling": [
|
|
153
|
-
"compiled",
|
|
154
|
-
"emotion"
|
|
155
|
-
]
|
|
156
|
-
}
|
|
157
|
-
},
|
|
158
146
|
"platform-feature-flags": {
|
|
159
147
|
"platform_native_embeds_rollout_non_maui_experience": {
|
|
160
148
|
"type": "boolean"
|