@atlaskit/renderer 84.1.1 → 85.0.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 +18 -0
- package/dist/cjs/actions/index.js +3 -3
- package/dist/cjs/analytics/unsupported-content.js +3 -3
- package/dist/cjs/react/index.js +13 -9
- package/dist/cjs/react/marks/annotation.js +2 -2
- package/dist/cjs/react/marks/breakout.js +5 -3
- package/dist/cjs/react/nodes/blockCard.js +2 -2
- package/dist/cjs/react/nodes/caption.js +2 -2
- package/dist/cjs/react/nodes/date.js +6 -4
- package/dist/cjs/react/nodes/embedCard.js +5 -5
- package/dist/cjs/react/nodes/emoji.js +2 -2
- package/dist/cjs/react/nodes/extension.js +6 -4
- package/dist/cjs/react/nodes/heading-anchor.js +3 -1
- package/dist/cjs/react/nodes/index.js +80 -55
- package/dist/cjs/react/nodes/inlineCard.js +2 -2
- package/dist/cjs/react/nodes/layoutColumn.js +2 -2
- package/dist/cjs/react/nodes/media.js +5 -3
- package/dist/cjs/react/nodes/mediaGroup.js +2 -2
- package/dist/cjs/react/nodes/mediaInline.js +2 -2
- package/dist/cjs/react/nodes/mediaSingle/index.js +3 -3
- package/dist/cjs/react/nodes/mediaSingle/styles.js +2 -2
- package/dist/cjs/react/nodes/mention.js +2 -2
- package/dist/cjs/react/nodes/panel.js +18 -20
- package/dist/cjs/react/nodes/table/colgroup.js +2 -2
- package/dist/cjs/react/nodes/table/sticky.js +4 -4
- package/dist/cjs/react/nodes/table.js +19 -13
- package/dist/cjs/react/nodes/tableCell.js +15 -13
- package/dist/cjs/react/nodes/tableRow.js +6 -4
- package/dist/cjs/react/nodes/task-item-with-providers.js +3 -1
- package/dist/cjs/react/nodes/taskItem.js +3 -3
- package/dist/cjs/render-document.js +3 -3
- package/dist/cjs/text/nodes/date.js +3 -3
- package/dist/cjs/ui/Expand.js +9 -9
- package/dist/cjs/ui/ExtensionRenderer.js +8 -4
- package/dist/cjs/ui/MediaCard.js +4 -4
- package/dist/cjs/ui/Renderer/breakout-ssr.js +3 -3
- package/dist/cjs/ui/Renderer/index.js +22 -18
- package/dist/cjs/ui/SortingIcon.js +8 -8
- package/dist/cjs/ui/annotations/draft/component.js +2 -2
- package/dist/cjs/ui/annotations/element/index.js +2 -2
- package/dist/cjs/ui/annotations/element/mark.js +4 -4
- package/dist/cjs/ui/annotations/hooks/use-events.js +11 -11
- package/dist/cjs/ui/annotations/hooks/use-load-annotations.js +4 -4
- package/dist/cjs/utils.js +4 -3
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/actions/index.js +1 -1
- package/dist/es2019/analytics/unsupported-content.js +1 -1
- package/dist/es2019/react/index.js +2 -1
- package/dist/es2019/react/marks/breakout.js +2 -1
- package/dist/es2019/react/nodes/blockCard.js +1 -1
- package/dist/es2019/react/nodes/caption.js +1 -1
- package/dist/es2019/react/nodes/date.js +2 -1
- package/dist/es2019/react/nodes/embedCard.js +1 -1
- package/dist/es2019/react/nodes/emoji.js +1 -1
- package/dist/es2019/react/nodes/extension.js +2 -1
- package/dist/es2019/react/nodes/index.js +32 -7
- package/dist/es2019/react/nodes/inlineCard.js +1 -1
- package/dist/es2019/react/nodes/layoutColumn.js +1 -1
- package/dist/es2019/react/nodes/media.js +2 -1
- package/dist/es2019/react/nodes/mediaInline.js +1 -1
- package/dist/es2019/react/nodes/mediaSingle/index.js +1 -1
- package/dist/es2019/react/nodes/mediaSingle/styles.js +1 -1
- package/dist/es2019/react/nodes/mention.js +1 -1
- package/dist/es2019/react/nodes/panel.js +14 -12
- package/dist/es2019/react/nodes/table/colgroup.js +1 -1
- package/dist/es2019/react/nodes/table/sticky.js +1 -1
- package/dist/es2019/react/nodes/table.js +4 -1
- package/dist/es2019/react/nodes/tableCell.js +2 -1
- package/dist/es2019/react/nodes/tableRow.js +2 -1
- package/dist/es2019/react/nodes/taskItem.js +1 -1
- package/dist/es2019/render-document.js +1 -1
- package/dist/es2019/text/nodes/date.js +1 -1
- package/dist/es2019/ui/Expand.js +1 -1
- package/dist/es2019/ui/ExtensionRenderer.js +3 -1
- package/dist/es2019/ui/MediaCard.js +1 -1
- package/dist/es2019/ui/Renderer/breakout-ssr.js +1 -1
- package/dist/es2019/ui/Renderer/index.js +3 -1
- package/dist/es2019/ui/SortingIcon.js +2 -2
- package/dist/es2019/ui/annotations/draft/component.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/hooks/use-load-annotations.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/actions/index.js +1 -1
- package/dist/esm/analytics/unsupported-content.js +1 -1
- package/dist/esm/react/index.js +6 -4
- package/dist/esm/react/marks/annotation.js +2 -2
- package/dist/esm/react/marks/breakout.js +2 -1
- package/dist/esm/react/nodes/blockCard.js +1 -1
- package/dist/esm/react/nodes/caption.js +1 -1
- package/dist/esm/react/nodes/date.js +2 -1
- package/dist/esm/react/nodes/embedCard.js +1 -1
- package/dist/esm/react/nodes/emoji.js +1 -1
- package/dist/esm/react/nodes/extension.js +2 -1
- package/dist/esm/react/nodes/heading-anchor.js +3 -1
- package/dist/esm/react/nodes/index.js +62 -7
- package/dist/esm/react/nodes/inlineCard.js +1 -1
- package/dist/esm/react/nodes/layoutColumn.js +1 -1
- package/dist/esm/react/nodes/media.js +2 -1
- package/dist/esm/react/nodes/mediaGroup.js +2 -2
- package/dist/esm/react/nodes/mediaInline.js +1 -1
- package/dist/esm/react/nodes/mediaSingle/index.js +1 -1
- package/dist/esm/react/nodes/mediaSingle/styles.js +1 -1
- package/dist/esm/react/nodes/mention.js +1 -1
- package/dist/esm/react/nodes/panel.js +14 -12
- package/dist/esm/react/nodes/table/colgroup.js +1 -1
- package/dist/esm/react/nodes/table/sticky.js +1 -1
- package/dist/esm/react/nodes/table.js +4 -1
- package/dist/esm/react/nodes/tableCell.js +2 -1
- package/dist/esm/react/nodes/tableRow.js +2 -1
- package/dist/esm/react/nodes/task-item-with-providers.js +2 -1
- package/dist/esm/react/nodes/taskItem.js +1 -1
- package/dist/esm/render-document.js +1 -1
- package/dist/esm/text/nodes/date.js +1 -1
- package/dist/esm/ui/Expand.js +1 -1
- package/dist/esm/ui/ExtensionRenderer.js +3 -1
- package/dist/esm/ui/MediaCard.js +3 -3
- package/dist/esm/ui/Renderer/breakout-ssr.js +1 -1
- package/dist/esm/ui/Renderer/index.js +5 -3
- package/dist/esm/ui/SortingIcon.js +2 -2
- package/dist/esm/ui/annotations/draft/component.js +1 -1
- package/dist/esm/ui/annotations/element/index.js +1 -1
- package/dist/esm/ui/annotations/element/mark.js +3 -3
- package/dist/esm/ui/annotations/hooks/use-events.js +3 -3
- package/dist/esm/ui/annotations/hooks/use-load-annotations.js +3 -3
- package/dist/esm/utils.js +3 -2
- package/dist/esm/version.json +1 -1
- package/dist/types/actions/index.d.ts +1 -1
- package/dist/types/analytics/events.d.ts +3 -1
- package/dist/types/analytics/unsupported-content.d.ts +1 -1
- package/dist/types/react/index.d.ts +3 -1
- package/dist/types/react/nodes/blockCard.d.ts +1 -1
- package/dist/types/react/nodes/bodiedExtension.d.ts +2 -1
- package/dist/types/react/nodes/codeBlock.d.ts +3 -3
- 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 +14 -13
- package/dist/types/react/nodes/index.d.ts +39 -15
- package/dist/types/react/nodes/inlineCard.d.ts +21 -21
- package/dist/types/react/nodes/inlineExtension.d.ts +2 -1
- package/dist/types/react/nodes/media.d.ts +2 -2
- package/dist/types/react/nodes/mediaGroup.d.ts +1 -1
- package/dist/types/react/nodes/mediaInline.d.ts +1 -1
- package/dist/types/react/nodes/mediaSingle/index.d.ts +1 -1
- package/dist/types/react/nodes/mediaSingle/styles.d.ts +1 -1
- package/dist/types/react/nodes/mention.d.ts +2 -1
- package/dist/types/react/nodes/panel.d.ts +3 -1
- package/dist/types/react/nodes/table/sticky.d.ts +1 -1
- package/dist/types/react/nodes/table.d.ts +22 -21
- package/dist/types/react/nodes/tableCell.d.ts +1 -1
- package/dist/types/react/nodes/tableRow.d.ts +1 -1
- package/dist/types/react/nodes/task-item-with-providers.d.ts +1 -1
- package/dist/types/react/nodes/taskItem.d.ts +1 -1
- package/dist/types/react/types.d.ts +3 -1
- package/dist/types/react/utils/getCardClickHandler.d.ts +1 -1
- package/dist/types/render-document.d.ts +1 -1
- package/dist/types/ui/ExtensionRenderer.d.ts +3 -1
- package/dist/types/ui/MediaCard.d.ts +3 -2
- package/dist/types/ui/SortingIcon.d.ts +1 -1
- package/dist/types/ui/annotations/context.d.ts +1 -1
- package/dist/types/ui/annotations/element/mark.d.ts +1 -1
- package/dist/types/ui/annotations/hooks/use-events.d.ts +2 -1
- package/dist/types/ui/annotations/hooks/use-inline-comment-subscriber.d.ts +1 -1
- package/dist/types/ui/annotations/selection/mounter.d.ts +1 -1
- package/dist/types/ui/annotations/selection/range-validator.d.ts +1 -1
- package/dist/types/ui/annotations/types.d.ts +1 -1
- package/dist/types/ui/renderer-props.d.ts +6 -1
- package/dist/types/utils.d.ts +3 -1
- package/package.json +13 -14
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Node as PMNode } from 'prosemirror-model';
|
|
3
|
-
import { OverflowShadowProps
|
|
3
|
+
import type { OverflowShadowProps } from '@atlaskit/editor-common/ui';
|
|
4
|
+
import { SortOrder } from '@atlaskit/editor-common/types';
|
|
4
5
|
import { RendererAppearance, StickyHeaderConfig } from '../../ui/Renderer/types';
|
|
5
6
|
import { WithSmartCardStorageProps } from '../../ui/SmartCardStorage';
|
|
6
7
|
import { StickyMode, OverflowParent } from './table/sticky';
|
|
@@ -61,7 +62,7 @@ declare const _default: {
|
|
|
61
62
|
rendererAppearance?: RendererAppearance;
|
|
62
63
|
allowColumnSorting?: boolean | undefined;
|
|
63
64
|
stickyHeaders?: StickyHeaderConfig | undefined;
|
|
64
|
-
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "
|
|
65
|
+
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "smartCardStorage" | "allowDynamicTextSizing" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">, "children" | "layout" | "allowColumnSorting" | "allowDynamicTextSizing" | "renderWidth" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">>): {
|
|
65
66
|
render(): JSX.Element;
|
|
66
67
|
context: any;
|
|
67
68
|
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<{
|
|
@@ -72,7 +73,7 @@ declare const _default: {
|
|
|
72
73
|
rendererAppearance?: RendererAppearance;
|
|
73
74
|
allowColumnSorting?: boolean | undefined;
|
|
74
75
|
stickyHeaders?: StickyHeaderConfig | undefined;
|
|
75
|
-
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "
|
|
76
|
+
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "smartCardStorage" | "allowDynamicTextSizing" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">, "children" | "layout" | "allowColumnSorting" | "allowDynamicTextSizing" | "renderWidth" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
76
77
|
forceUpdate(callBack?: (() => void) | undefined): void;
|
|
77
78
|
readonly props: Readonly<Pick<{
|
|
78
79
|
renderWidth?: number | undefined;
|
|
@@ -82,7 +83,7 @@ declare const _default: {
|
|
|
82
83
|
rendererAppearance?: RendererAppearance;
|
|
83
84
|
allowColumnSorting?: boolean | undefined;
|
|
84
85
|
stickyHeaders?: StickyHeaderConfig | undefined;
|
|
85
|
-
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "
|
|
86
|
+
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "smartCardStorage" | "allowDynamicTextSizing" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">, "children" | "layout" | "allowColumnSorting" | "allowDynamicTextSizing" | "renderWidth" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">> & Readonly<{
|
|
86
87
|
children?: React.ReactNode;
|
|
87
88
|
}>;
|
|
88
89
|
state: Readonly<{}>;
|
|
@@ -98,7 +99,7 @@ declare const _default: {
|
|
|
98
99
|
rendererAppearance?: RendererAppearance;
|
|
99
100
|
allowColumnSorting?: boolean | undefined;
|
|
100
101
|
stickyHeaders?: StickyHeaderConfig | undefined;
|
|
101
|
-
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "
|
|
102
|
+
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "smartCardStorage" | "allowDynamicTextSizing" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">, "children" | "layout" | "allowColumnSorting" | "allowDynamicTextSizing" | "renderWidth" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
102
103
|
componentWillUnmount?(): void;
|
|
103
104
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
104
105
|
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<{
|
|
@@ -109,7 +110,7 @@ declare const _default: {
|
|
|
109
110
|
rendererAppearance?: RendererAppearance;
|
|
110
111
|
allowColumnSorting?: boolean | undefined;
|
|
111
112
|
stickyHeaders?: StickyHeaderConfig | undefined;
|
|
112
|
-
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "
|
|
113
|
+
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "smartCardStorage" | "allowDynamicTextSizing" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">, "children" | "layout" | "allowColumnSorting" | "allowDynamicTextSizing" | "renderWidth" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">>, prevState: Readonly<{}>): any;
|
|
113
114
|
componentDidUpdate?(prevProps: Readonly<Pick<{
|
|
114
115
|
renderWidth?: number | undefined;
|
|
115
116
|
} & Pick<SharedTableProps & {
|
|
@@ -118,7 +119,7 @@ declare const _default: {
|
|
|
118
119
|
rendererAppearance?: RendererAppearance;
|
|
119
120
|
allowColumnSorting?: boolean | undefined;
|
|
120
121
|
stickyHeaders?: StickyHeaderConfig | undefined;
|
|
121
|
-
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "
|
|
122
|
+
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "smartCardStorage" | "allowDynamicTextSizing" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">, "children" | "layout" | "allowColumnSorting" | "allowDynamicTextSizing" | "renderWidth" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
122
123
|
componentWillMount?(): void;
|
|
123
124
|
UNSAFE_componentWillMount?(): void;
|
|
124
125
|
componentWillReceiveProps?(nextProps: Readonly<Pick<{
|
|
@@ -129,7 +130,7 @@ declare const _default: {
|
|
|
129
130
|
rendererAppearance?: RendererAppearance;
|
|
130
131
|
allowColumnSorting?: boolean | undefined;
|
|
131
132
|
stickyHeaders?: StickyHeaderConfig | undefined;
|
|
132
|
-
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "
|
|
133
|
+
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "smartCardStorage" | "allowDynamicTextSizing" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">, "children" | "layout" | "allowColumnSorting" | "allowDynamicTextSizing" | "renderWidth" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">>, nextContext: any): void;
|
|
133
134
|
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<{
|
|
134
135
|
renderWidth?: number | undefined;
|
|
135
136
|
} & Pick<SharedTableProps & {
|
|
@@ -138,7 +139,7 @@ declare const _default: {
|
|
|
138
139
|
rendererAppearance?: RendererAppearance;
|
|
139
140
|
allowColumnSorting?: boolean | undefined;
|
|
140
141
|
stickyHeaders?: StickyHeaderConfig | undefined;
|
|
141
|
-
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "
|
|
142
|
+
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "smartCardStorage" | "allowDynamicTextSizing" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">, "children" | "layout" | "allowColumnSorting" | "allowDynamicTextSizing" | "renderWidth" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">>, nextContext: any): void;
|
|
142
143
|
componentWillUpdate?(nextProps: Readonly<Pick<{
|
|
143
144
|
renderWidth?: number | undefined;
|
|
144
145
|
} & Pick<SharedTableProps & {
|
|
@@ -147,7 +148,7 @@ declare const _default: {
|
|
|
147
148
|
rendererAppearance?: RendererAppearance;
|
|
148
149
|
allowColumnSorting?: boolean | undefined;
|
|
149
150
|
stickyHeaders?: StickyHeaderConfig | undefined;
|
|
150
|
-
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "
|
|
151
|
+
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "smartCardStorage" | "allowDynamicTextSizing" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">, "children" | "layout" | "allowColumnSorting" | "allowDynamicTextSizing" | "renderWidth" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
151
152
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<{
|
|
152
153
|
renderWidth?: number | undefined;
|
|
153
154
|
} & Pick<SharedTableProps & {
|
|
@@ -156,7 +157,7 @@ declare const _default: {
|
|
|
156
157
|
rendererAppearance?: RendererAppearance;
|
|
157
158
|
allowColumnSorting?: boolean | undefined;
|
|
158
159
|
stickyHeaders?: StickyHeaderConfig | undefined;
|
|
159
|
-
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "
|
|
160
|
+
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "smartCardStorage" | "allowDynamicTextSizing" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">, "children" | "layout" | "allowColumnSorting" | "allowDynamicTextSizing" | "renderWidth" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
160
161
|
};
|
|
161
162
|
new (props: Pick<{
|
|
162
163
|
renderWidth?: number | undefined;
|
|
@@ -166,7 +167,7 @@ declare const _default: {
|
|
|
166
167
|
rendererAppearance?: RendererAppearance;
|
|
167
168
|
allowColumnSorting?: boolean | undefined;
|
|
168
169
|
stickyHeaders?: StickyHeaderConfig | undefined;
|
|
169
|
-
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "
|
|
170
|
+
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "smartCardStorage" | "allowDynamicTextSizing" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">, "children" | "layout" | "allowColumnSorting" | "allowDynamicTextSizing" | "renderWidth" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">, context?: any): {
|
|
170
171
|
render(): JSX.Element;
|
|
171
172
|
context: any;
|
|
172
173
|
setState<K extends never>(state: {} | ((prevState: Readonly<{}>, props: Readonly<Pick<{
|
|
@@ -177,7 +178,7 @@ declare const _default: {
|
|
|
177
178
|
rendererAppearance?: RendererAppearance;
|
|
178
179
|
allowColumnSorting?: boolean | undefined;
|
|
179
180
|
stickyHeaders?: StickyHeaderConfig | undefined;
|
|
180
|
-
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "
|
|
181
|
+
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "smartCardStorage" | "allowDynamicTextSizing" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">, "children" | "layout" | "allowColumnSorting" | "allowDynamicTextSizing" | "renderWidth" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">>) => {} | Pick<{}, K> | null) | Pick<{}, K> | null, callback?: (() => void) | undefined): void;
|
|
181
182
|
forceUpdate(callBack?: (() => void) | undefined): void;
|
|
182
183
|
readonly props: Readonly<Pick<{
|
|
183
184
|
renderWidth?: number | undefined;
|
|
@@ -187,7 +188,7 @@ declare const _default: {
|
|
|
187
188
|
rendererAppearance?: RendererAppearance;
|
|
188
189
|
allowColumnSorting?: boolean | undefined;
|
|
189
190
|
stickyHeaders?: StickyHeaderConfig | undefined;
|
|
190
|
-
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "
|
|
191
|
+
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "smartCardStorage" | "allowDynamicTextSizing" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">, "children" | "layout" | "allowColumnSorting" | "allowDynamicTextSizing" | "renderWidth" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">> & Readonly<{
|
|
191
192
|
children?: React.ReactNode;
|
|
192
193
|
}>;
|
|
193
194
|
state: Readonly<{}>;
|
|
@@ -203,7 +204,7 @@ declare const _default: {
|
|
|
203
204
|
rendererAppearance?: RendererAppearance;
|
|
204
205
|
allowColumnSorting?: boolean | undefined;
|
|
205
206
|
stickyHeaders?: StickyHeaderConfig | undefined;
|
|
206
|
-
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "
|
|
207
|
+
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "smartCardStorage" | "allowDynamicTextSizing" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">, "children" | "layout" | "allowColumnSorting" | "allowDynamicTextSizing" | "renderWidth" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">>, nextState: Readonly<{}>, nextContext: any): boolean;
|
|
207
208
|
componentWillUnmount?(): void;
|
|
208
209
|
componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void;
|
|
209
210
|
getSnapshotBeforeUpdate?(prevProps: Readonly<Pick<{
|
|
@@ -214,7 +215,7 @@ declare const _default: {
|
|
|
214
215
|
rendererAppearance?: RendererAppearance;
|
|
215
216
|
allowColumnSorting?: boolean | undefined;
|
|
216
217
|
stickyHeaders?: StickyHeaderConfig | undefined;
|
|
217
|
-
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "
|
|
218
|
+
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "smartCardStorage" | "allowDynamicTextSizing" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">, "children" | "layout" | "allowColumnSorting" | "allowDynamicTextSizing" | "renderWidth" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">>, prevState: Readonly<{}>): any;
|
|
218
219
|
componentDidUpdate?(prevProps: Readonly<Pick<{
|
|
219
220
|
renderWidth?: number | undefined;
|
|
220
221
|
} & Pick<SharedTableProps & {
|
|
@@ -223,7 +224,7 @@ declare const _default: {
|
|
|
223
224
|
rendererAppearance?: RendererAppearance;
|
|
224
225
|
allowColumnSorting?: boolean | undefined;
|
|
225
226
|
stickyHeaders?: StickyHeaderConfig | undefined;
|
|
226
|
-
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "
|
|
227
|
+
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "smartCardStorage" | "allowDynamicTextSizing" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">, "children" | "layout" | "allowColumnSorting" | "allowDynamicTextSizing" | "renderWidth" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">>, prevState: Readonly<{}>, snapshot?: any): void;
|
|
227
228
|
componentWillMount?(): void;
|
|
228
229
|
UNSAFE_componentWillMount?(): void;
|
|
229
230
|
componentWillReceiveProps?(nextProps: Readonly<Pick<{
|
|
@@ -234,7 +235,7 @@ declare const _default: {
|
|
|
234
235
|
rendererAppearance?: RendererAppearance;
|
|
235
236
|
allowColumnSorting?: boolean | undefined;
|
|
236
237
|
stickyHeaders?: StickyHeaderConfig | undefined;
|
|
237
|
-
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "
|
|
238
|
+
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "smartCardStorage" | "allowDynamicTextSizing" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">, "children" | "layout" | "allowColumnSorting" | "allowDynamicTextSizing" | "renderWidth" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">>, nextContext: any): void;
|
|
238
239
|
UNSAFE_componentWillReceiveProps?(nextProps: Readonly<Pick<{
|
|
239
240
|
renderWidth?: number | undefined;
|
|
240
241
|
} & Pick<SharedTableProps & {
|
|
@@ -243,7 +244,7 @@ declare const _default: {
|
|
|
243
244
|
rendererAppearance?: RendererAppearance;
|
|
244
245
|
allowColumnSorting?: boolean | undefined;
|
|
245
246
|
stickyHeaders?: StickyHeaderConfig | undefined;
|
|
246
|
-
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "
|
|
247
|
+
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "smartCardStorage" | "allowDynamicTextSizing" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">, "children" | "layout" | "allowColumnSorting" | "allowDynamicTextSizing" | "renderWidth" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">>, nextContext: any): void;
|
|
247
248
|
componentWillUpdate?(nextProps: Readonly<Pick<{
|
|
248
249
|
renderWidth?: number | undefined;
|
|
249
250
|
} & Pick<SharedTableProps & {
|
|
@@ -252,7 +253,7 @@ declare const _default: {
|
|
|
252
253
|
rendererAppearance?: RendererAppearance;
|
|
253
254
|
allowColumnSorting?: boolean | undefined;
|
|
254
255
|
stickyHeaders?: StickyHeaderConfig | undefined;
|
|
255
|
-
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "
|
|
256
|
+
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "smartCardStorage" | "allowDynamicTextSizing" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">, "children" | "layout" | "allowColumnSorting" | "allowDynamicTextSizing" | "renderWidth" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
256
257
|
UNSAFE_componentWillUpdate?(nextProps: Readonly<Pick<{
|
|
257
258
|
renderWidth?: number | undefined;
|
|
258
259
|
} & Pick<SharedTableProps & {
|
|
@@ -261,7 +262,7 @@ declare const _default: {
|
|
|
261
262
|
rendererAppearance?: RendererAppearance;
|
|
262
263
|
allowColumnSorting?: boolean | undefined;
|
|
263
264
|
stickyHeaders?: StickyHeaderConfig | undefined;
|
|
264
|
-
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "
|
|
265
|
+
} & WithSmartCardStorageProps, "children" | "layout" | "allowColumnSorting" | "smartCardStorage" | "allowDynamicTextSizing" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">, "children" | "layout" | "allowColumnSorting" | "allowDynamicTextSizing" | "renderWidth" | "columnWidths" | "isNumberColumnEnabled" | "tableNode" | "rendererAppearance" | "stickyHeaders">>, nextState: Readonly<{}>, nextContext: any): void;
|
|
265
266
|
};
|
|
266
267
|
contextType?: React.Context<any> | undefined;
|
|
267
268
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { CellAttributes } from '@atlaskit/adf-schema';
|
|
3
|
-
import { SortOrder } from '@atlaskit/editor-common';
|
|
3
|
+
import { SortOrder } from '@atlaskit/editor-common/types';
|
|
4
4
|
import { AnalyticsEventPayload } from '../../analytics/events';
|
|
5
5
|
declare type CellProps = CellAttributes & {
|
|
6
6
|
children?: React.ReactNode;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Component, ReactNode } from 'react';
|
|
2
|
-
import { ContextIdentifierProvider } from '@atlaskit/editor-common';
|
|
2
|
+
import type { ContextIdentifierProvider } from '@atlaskit/editor-common/provider-factory';
|
|
3
3
|
import { ContentRef, TaskDecisionProvider } from '@atlaskit/task-decision';
|
|
4
4
|
export interface Props {
|
|
5
5
|
taskId: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PureComponent, ReactNode } from 'react';
|
|
2
|
-
import { ProviderFactory } from '@atlaskit/editor-common';
|
|
2
|
+
import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
3
3
|
import { RendererContext } from '../types';
|
|
4
4
|
import { NodeProps } from '../types';
|
|
5
5
|
export interface Props {
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { PropsWithChildren } from 'react';
|
|
2
2
|
import { Node as PMNode, NodeType, Schema } from 'prosemirror-model';
|
|
3
|
-
import {
|
|
3
|
+
import type { ExtensionHandlers } from '@atlaskit/editor-common/extensions';
|
|
4
|
+
import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
5
|
+
import type { EventHandlers } from '@atlaskit/editor-common/ui';
|
|
4
6
|
import { AnalyticsEventPayload } from '../analytics/events';
|
|
5
7
|
import { Serializer } from '../index';
|
|
6
8
|
import { RendererAppearance, HeadingAnchorLinksProps } from '../ui/Renderer/types';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EventHandlers } from '@atlaskit/editor-common';
|
|
1
|
+
import type { EventHandlers } from '@atlaskit/editor-common/ui';
|
|
2
2
|
export declare const getCardClickHandler: (eventHandlers?: EventHandlers | undefined, url?: string | undefined) => ((e: React.MouseEvent<HTMLElement>) => any) | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Serializer } from './serializer';
|
|
2
2
|
import { ADFStage } from '@atlaskit/editor-common/validator';
|
|
3
|
-
import { UnsupportedContentLevelsTracking } from '@atlaskit/editor-common';
|
|
3
|
+
import type { UnsupportedContentLevelsTracking } from '@atlaskit/editor-common/utils';
|
|
4
4
|
import { Node as PMNode, Schema } from 'prosemirror-model';
|
|
5
5
|
import { AnalyticsEventPayload } from './analytics/events';
|
|
6
6
|
import { RendererAppearance } from './ui/Renderer/types';
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { RendererContext } from '../react/types';
|
|
3
3
|
import { ExtensionLayout } from '@atlaskit/adf-schema';
|
|
4
|
-
import {
|
|
4
|
+
import { getNodeRenderer } from '@atlaskit/editor-common/extensions';
|
|
5
|
+
import type { ExtensionHandlers, ExtensionProvider } from '@atlaskit/editor-common/extensions';
|
|
6
|
+
import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
5
7
|
export interface Props {
|
|
6
8
|
type: 'extension' | 'inlineExtension' | 'bodiedExtension';
|
|
7
9
|
extensionHandlers?: ExtensionHandlers;
|
|
@@ -5,7 +5,8 @@ import { CardAppearance, CardDimensions, CardOnClickCallback, NumericalCardDimen
|
|
|
5
5
|
import { MediaClientConfig } from '@atlaskit/media-core';
|
|
6
6
|
import { ImageResizeMode, Identifier, FileState } from '@atlaskit/media-client';
|
|
7
7
|
import { MediaType } from '@atlaskit/adf-schema';
|
|
8
|
-
import {
|
|
8
|
+
import type { ContextIdentifierProvider } from '@atlaskit/editor-common/provider-factory';
|
|
9
|
+
import type { ImageStatus } from '@atlaskit/editor-common/utils';
|
|
9
10
|
import { MediaFeatureFlags } from '@atlaskit/media-common';
|
|
10
11
|
import { RendererAppearance } from './Renderer/types';
|
|
11
12
|
import { RendererContext } from '../react/types';
|
|
@@ -75,4 +76,4 @@ export declare const getClipboardAttrs: ({ id, alt, collection, contextIdentifie
|
|
|
75
76
|
}) => {
|
|
76
77
|
[key: string]: string | number | undefined;
|
|
77
78
|
};
|
|
78
|
-
export declare const MediaCard: React.ComponentClass<MediaCardProps & import("@atlaskit/editor-common").ImageLoaderProps, any>;
|
|
79
|
+
export declare const MediaCard: React.ComponentClass<MediaCardProps & import("@atlaskit/editor-common/utils").ImageLoaderProps, any>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { SortOrder } from '@atlaskit/editor-common';
|
|
2
|
+
import { SortOrder } from '@atlaskit/editor-common/types';
|
|
3
3
|
export declare const TableSortIconDataUrl: string;
|
|
4
4
|
export declare enum StatusClassNames {
|
|
5
5
|
ASC = "sorting-icon-svg__asc",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Position } from './types';
|
|
3
|
-
import { AnnotationProviders } from '@atlaskit/editor-common';
|
|
3
|
+
import type { AnnotationProviders } from '@atlaskit/editor-common/types';
|
|
4
4
|
import { AnnotationMarkStates } from '@atlaskit/adf-schema';
|
|
5
5
|
declare type ChildrenProps = {
|
|
6
6
|
applyAnnotationDraftAt: (position: Position) => void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { OnAnnotationClickPayload } from '@atlaskit/editor-common';
|
|
2
|
+
import type { OnAnnotationClickPayload } from '@atlaskit/editor-common/types';
|
|
3
3
|
import { AnnotationMarkStates, AnnotationId, AnnotationDataAttributes } from '@atlaskit/adf-schema';
|
|
4
4
|
declare type MarkComponentProps = {
|
|
5
5
|
id: AnnotationId;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { AnnotationUpdateEmitter
|
|
1
|
+
import { AnnotationUpdateEmitter } from '@atlaskit/editor-common/types';
|
|
2
|
+
import type { InlineCommentViewComponentProps } from '@atlaskit/editor-common/types';
|
|
2
3
|
import { AnnotationMarkStates, AnnotationId, AnnotationTypes } from '@atlaskit/adf-schema';
|
|
3
4
|
import { CreateUIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
4
5
|
declare type ListenEventProps = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useInlineCommentSubscriberContext: () => import("@atlaskit/editor-common").AnnotationUpdateEmitter | null;
|
|
1
|
+
export declare const useInlineCommentSubscriberContext: () => import("@atlaskit/editor-common/types").AnnotationUpdateEmitter | null;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { AnnotationByMatches, InlineCommentSelectionComponentProps } from '@atlaskit/editor-common';
|
|
2
|
+
import type { AnnotationByMatches, InlineCommentSelectionComponentProps } from '@atlaskit/editor-common/types';
|
|
3
3
|
import { ApplyAnnotation } from '../../../actions/index';
|
|
4
4
|
import { Position } from '../types';
|
|
5
5
|
import { CreateUIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Position } from '../types';
|
|
3
|
-
import { InlineCommentSelectionComponentProps } from '@atlaskit/editor-common';
|
|
3
|
+
import type { InlineCommentSelectionComponentProps } from '@atlaskit/editor-common/types';
|
|
4
4
|
import { CreateUIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
5
5
|
declare type Props = {
|
|
6
6
|
selectionComponent: React.ComponentType<InlineCommentSelectionComponentProps>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { JSONDocNode } from '@atlaskit/editor-json-transformer';
|
|
3
|
-
import { AnnotationProviders } from '@atlaskit/editor-common';
|
|
3
|
+
import type { AnnotationProviders } from '@atlaskit/editor-common/types';
|
|
4
4
|
export declare enum InsertDraftPosition {
|
|
5
5
|
AROUND_TEXT = "AROUND_TEXT",
|
|
6
6
|
START = "START",
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { Schema } from 'prosemirror-model';
|
|
3
|
-
import {
|
|
3
|
+
import type { ExtensionHandlers } from '@atlaskit/editor-common/extensions';
|
|
4
|
+
import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
5
|
+
import type { ADFStage } from '@atlaskit/editor-common/validator';
|
|
6
|
+
import type { AnnotationProviders } from '@atlaskit/editor-common/types';
|
|
7
|
+
import type { EventHandlers } from '@atlaskit/editor-common/ui';
|
|
8
|
+
import type { UnsupportedContentLevelsTracking } from '@atlaskit/editor-common/utils';
|
|
4
9
|
import { CreateUIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
5
10
|
import { RendererContext } from '../';
|
|
6
11
|
import { RenderOutputStat } from '../render-document';
|
package/dist/types/utils.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { Schema } from 'prosemirror-model';
|
|
2
|
-
import {
|
|
2
|
+
import type { ADNode } from '@atlaskit/editor-common/validator';
|
|
3
|
+
import type { EventHandlers } from '@atlaskit/editor-common/ui';
|
|
4
|
+
import { Transformer } from '@atlaskit/editor-common/types';
|
|
3
5
|
import { Node as PMNode } from 'prosemirror-model';
|
|
4
6
|
import { RendererAppearance } from './ui/Renderer/types';
|
|
5
7
|
export declare type TransformerProvider<T> = (schema: Schema) => Transformer<T>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/renderer",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "85.0.0",
|
|
4
4
|
"description": "Renderer component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -24,25 +24,25 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@atlaskit/adf-schema": "^
|
|
28
|
-
"@atlaskit/adf-utils": "^
|
|
27
|
+
"@atlaskit/adf-schema": "^21.0.0",
|
|
28
|
+
"@atlaskit/adf-utils": "^15.0.0",
|
|
29
29
|
"@atlaskit/analytics-listeners": "^8.0.0",
|
|
30
30
|
"@atlaskit/analytics-namespaced-context": "^6.3.0",
|
|
31
31
|
"@atlaskit/analytics-next": "^8.2.0",
|
|
32
32
|
"@atlaskit/button": "^16.1.0",
|
|
33
33
|
"@atlaskit/code": "^14.3.0",
|
|
34
|
-
"@atlaskit/editor-common": "^
|
|
34
|
+
"@atlaskit/editor-common": "^63.0.0",
|
|
35
35
|
"@atlaskit/editor-json-transformer": "^8.7.0",
|
|
36
36
|
"@atlaskit/editor-shared-styles": "^1.6.0",
|
|
37
|
-
"@atlaskit/icon": "^21.
|
|
38
|
-
"@atlaskit/media-card": "^73.
|
|
37
|
+
"@atlaskit/icon": "^21.10.0",
|
|
38
|
+
"@atlaskit/media-card": "^73.1.0",
|
|
39
39
|
"@atlaskit/media-client": "^14.3.0",
|
|
40
40
|
"@atlaskit/media-common": "^2.10.0",
|
|
41
|
-
"@atlaskit/media-filmstrip": "^42.
|
|
41
|
+
"@atlaskit/media-filmstrip": "^42.2.0",
|
|
42
42
|
"@atlaskit/media-viewer": "^46.0.0",
|
|
43
43
|
"@atlaskit/status": "^1.0.0",
|
|
44
|
-
"@atlaskit/task-decision": "^17.
|
|
45
|
-
"@atlaskit/theme": "^12.
|
|
44
|
+
"@atlaskit/task-decision": "^17.3.0",
|
|
45
|
+
"@atlaskit/theme": "^12.1.0",
|
|
46
46
|
"@atlaskit/tooltip": "^17.5.0",
|
|
47
47
|
"@atlaskit/width-detector": "^3.0.0",
|
|
48
48
|
"@babel/runtime": "^7.0.0",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"@atlaskit/media-core": "^32.2.0",
|
|
61
|
-
"@atlaskit/smart-card": "^17.0.
|
|
61
|
+
"@atlaskit/smart-card": "^17.0.1",
|
|
62
62
|
"react": "^16.8.0",
|
|
63
63
|
"react-dom": "^16.8.0",
|
|
64
64
|
"styled-components": "^3.2.6"
|
|
@@ -66,10 +66,9 @@
|
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@atlaskit/analytics-gas-types": "^5.0.5",
|
|
68
68
|
"@atlaskit/avatar": "^20.5.0",
|
|
69
|
-
"@atlaskit/build-utils": "^2.6.2",
|
|
70
69
|
"@atlaskit/css-reset": "^6.3.0",
|
|
71
70
|
"@atlaskit/docs": "*",
|
|
72
|
-
"@atlaskit/editor-core": "^
|
|
71
|
+
"@atlaskit/editor-core": "^154.0.0",
|
|
73
72
|
"@atlaskit/editor-test-helpers": "^16.0.0",
|
|
74
73
|
"@atlaskit/logo": "^13.5.0",
|
|
75
74
|
"@atlaskit/media-core": "^32.2.0",
|
|
@@ -77,12 +76,12 @@
|
|
|
77
76
|
"@atlaskit/media-test-helpers": "^29.0.0",
|
|
78
77
|
"@atlaskit/mention": "^19.7.0",
|
|
79
78
|
"@atlaskit/navigation-next": "^9.0.0",
|
|
80
|
-
"@atlaskit/profilecard": "^16.
|
|
79
|
+
"@atlaskit/profilecard": "^16.2.0",
|
|
81
80
|
"@atlaskit/radio": "^5.3.0",
|
|
82
81
|
"@atlaskit/range": "^5.0.11",
|
|
83
82
|
"@atlaskit/smart-card": "^17.0.0",
|
|
84
83
|
"@atlaskit/ssr": "*",
|
|
85
|
-
"@atlaskit/util-data-test": "^17.
|
|
84
|
+
"@atlaskit/util-data-test": "^17.2.0",
|
|
86
85
|
"@atlaskit/visual-regression": "*",
|
|
87
86
|
"@atlaskit/webdriver-runner": "*",
|
|
88
87
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|