@atlaskit/renderer 103.0.0 → 103.0.2
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 +27 -0
- package/dist/cjs/consts.js +2 -2
- package/dist/cjs/messages.js +1 -1
- package/dist/cjs/react/nodes/panel.js +19 -10
- package/dist/cjs/react/nodes/tableCell.js +8 -26
- package/dist/cjs/ui/ExtensionRenderer.js +9 -2
- package/dist/cjs/ui/Renderer/index.js +1 -1
- package/dist/cjs/ui/Renderer/style.js +5 -3
- package/dist/cjs/ui/SortingIcon.js +55 -28
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/consts.js +2 -2
- package/dist/es2019/messages.js +1 -1
- package/dist/es2019/react/nodes/panel.js +16 -6
- package/dist/es2019/react/nodes/tableCell.js +8 -27
- package/dist/es2019/ui/ExtensionRenderer.js +7 -2
- package/dist/es2019/ui/Renderer/index.js +1 -1
- package/dist/es2019/ui/Renderer/style.js +308 -287
- package/dist/es2019/ui/SortingIcon.js +89 -32
- package/dist/es2019/version.json +1 -1
- package/dist/esm/consts.js +2 -2
- package/dist/esm/messages.js +1 -1
- package/dist/esm/react/nodes/panel.js +18 -10
- package/dist/esm/react/nodes/tableCell.js +8 -26
- package/dist/esm/ui/ExtensionRenderer.js +9 -2
- package/dist/esm/ui/Renderer/index.js +1 -1
- package/dist/esm/ui/Renderer/style.js +5 -4
- package/dist/esm/ui/SortingIcon.js +55 -27
- package/dist/esm/version.json +1 -1
- package/dist/types/consts.d.ts +2 -2
- package/dist/types/react/nodes/bodiedExtension.d.ts +2 -1
- package/dist/types/react/nodes/extension.d.ts +2 -1
- package/dist/types/react/nodes/inlineExtension.d.ts +2 -0
- package/dist/types/ui/ExtensionRenderer.d.ts +2 -0
- package/dist/types/ui/SortingIcon.d.ts +4 -1
- package/package.json +19 -23
- package/report.api.md +359 -255
- package/dist/types-ts4.0/actions/index.d.ts +0 -61
- package/dist/types-ts4.0/actions/matches-utils.d.ts +0 -7
- package/dist/types-ts4.0/actions.d.ts +0 -3
- package/dist/types-ts4.0/analytics/analyticsContext.d.ts +0 -6
- package/dist/types-ts4.0/analytics/enums.d.ts +0 -56
- package/dist/types-ts4.0/analytics/events.d.ts +0 -110
- package/dist/types-ts4.0/analytics/unsupported-content.d.ts +0 -10
- package/dist/types-ts4.0/consts.d.ts +0 -12
- package/dist/types-ts4.0/i18n/cs.d.ts +0 -20
- package/dist/types-ts4.0/i18n/da.d.ts +0 -20
- package/dist/types-ts4.0/i18n/de.d.ts +0 -20
- package/dist/types-ts4.0/i18n/en.d.ts +0 -20
- package/dist/types-ts4.0/i18n/en_GB.d.ts +0 -20
- package/dist/types-ts4.0/i18n/en_ZZ.d.ts +0 -20
- package/dist/types-ts4.0/i18n/es.d.ts +0 -20
- package/dist/types-ts4.0/i18n/et.d.ts +0 -8
- package/dist/types-ts4.0/i18n/fi.d.ts +0 -20
- package/dist/types-ts4.0/i18n/fr.d.ts +0 -20
- package/dist/types-ts4.0/i18n/hu.d.ts +0 -20
- package/dist/types-ts4.0/i18n/index.d.ts +0 -31
- package/dist/types-ts4.0/i18n/it.d.ts +0 -20
- package/dist/types-ts4.0/i18n/ja.d.ts +0 -20
- package/dist/types-ts4.0/i18n/ko.d.ts +0 -20
- package/dist/types-ts4.0/i18n/nb.d.ts +0 -20
- package/dist/types-ts4.0/i18n/nl.d.ts +0 -20
- package/dist/types-ts4.0/i18n/pl.d.ts +0 -20
- package/dist/types-ts4.0/i18n/pt_BR.d.ts +0 -20
- package/dist/types-ts4.0/i18n/pt_PT.d.ts +0 -8
- package/dist/types-ts4.0/i18n/ru.d.ts +0 -20
- package/dist/types-ts4.0/i18n/sk.d.ts +0 -8
- package/dist/types-ts4.0/i18n/sv.d.ts +0 -20
- package/dist/types-ts4.0/i18n/th.d.ts +0 -20
- package/dist/types-ts4.0/i18n/tr.d.ts +0 -20
- package/dist/types-ts4.0/i18n/uk.d.ts +0 -20
- package/dist/types-ts4.0/i18n/vi.d.ts +0 -20
- package/dist/types-ts4.0/i18n/zh.d.ts +0 -20
- package/dist/types-ts4.0/i18n/zh_TW.d.ts +0 -20
- package/dist/types-ts4.0/index.d.ts +0 -11
- package/dist/types-ts4.0/messages.d.ts +0 -61
- package/dist/types-ts4.0/react/hooks/use-bidi-warnings.d.ts +0 -10
- package/dist/types-ts4.0/react/hooks/use-in-viewport.d.ts +0 -5
- package/dist/types-ts4.0/react/hooks/use-observed-width.d.ts +0 -3
- package/dist/types-ts4.0/react/index.d.ts +0 -118
- package/dist/types-ts4.0/react/marks/alignment.d.ts +0 -4
- package/dist/types-ts4.0/react/marks/annotation.d.ts +0 -6
- package/dist/types-ts4.0/react/marks/breakout.d.ts +0 -6
- package/dist/types-ts4.0/react/marks/code.d.ts +0 -16
- package/dist/types-ts4.0/react/marks/confluence-inline-comment.d.ts +0 -8
- package/dist/types-ts4.0/react/marks/data-consumer.d.ts +0 -4
- package/dist/types-ts4.0/react/marks/em.d.ts +0 -3
- package/dist/types-ts4.0/react/marks/fragment.d.ts +0 -4
- package/dist/types-ts4.0/react/marks/indentation.d.ts +0 -4
- package/dist/types-ts4.0/react/marks/index.d.ts +0 -21
- package/dist/types-ts4.0/react/marks/link.d.ts +0 -9
- package/dist/types-ts4.0/react/marks/strike.d.ts +0 -3
- package/dist/types-ts4.0/react/marks/strong.d.ts +0 -3
- package/dist/types-ts4.0/react/marks/subsup.d.ts +0 -4
- package/dist/types-ts4.0/react/marks/textColor.d.ts +0 -4
- package/dist/types-ts4.0/react/marks/underline.d.ts +0 -3
- package/dist/types-ts4.0/react/marks/unsupportedMark.d.ts +0 -3
- package/dist/types-ts4.0/react/marks/unsupportedNodeAttribute.d.ts +0 -3
- package/dist/types-ts4.0/react/nodes/blockCard.d.ts +0 -10
- package/dist/types-ts4.0/react/nodes/blockquote.d.ts +0 -2
- package/dist/types-ts4.0/react/nodes/bodiedExtension.d.ts +0 -23
- package/dist/types-ts4.0/react/nodes/bulletList.d.ts +0 -5
- package/dist/types-ts4.0/react/nodes/caption.d.ts +0 -4
- package/dist/types-ts4.0/react/nodes/codeBlock/codeBlock.d.ts +0 -14
- package/dist/types-ts4.0/react/nodes/codeBlock/components/codeBlockContainer.d.ts +0 -12
- package/dist/types-ts4.0/react/nodes/codeBlock/components/lightWeightCodeBlock.d.ts +0 -9
- package/dist/types-ts4.0/react/nodes/codeBlock/windowedCodeBlock.d.ts +0 -4
- package/dist/types-ts4.0/react/nodes/codeBlockCopyButton.d.ts +0 -9
- package/dist/types-ts4.0/react/nodes/date.d.ts +0 -11
- package/dist/types-ts4.0/react/nodes/decisionItem.d.ts +0 -3
- package/dist/types-ts4.0/react/nodes/decisionList.d.ts +0 -7
- package/dist/types-ts4.0/react/nodes/doc.d.ts +0 -3
- package/dist/types-ts4.0/react/nodes/embedCard.d.ts +0 -17
- package/dist/types-ts4.0/react/nodes/emoji.d.ts +0 -10
- package/dist/types-ts4.0/react/nodes/extension.d.ts +0 -112
- package/dist/types-ts4.0/react/nodes/fallback.d.ts +0 -16
- package/dist/types-ts4.0/react/nodes/hardBreak.d.ts +0 -6
- package/dist/types-ts4.0/react/nodes/heading-anchor.d.ts +0 -14
- package/dist/types-ts4.0/react/nodes/heading.d.ts +0 -14
- package/dist/types-ts4.0/react/nodes/index.d.ts +0 -94
- package/dist/types-ts4.0/react/nodes/inline.d.ts +0 -1
- package/dist/types-ts4.0/react/nodes/inlineCard.d.ts +0 -65
- package/dist/types-ts4.0/react/nodes/inlineExtension.d.ts +0 -16
- package/dist/types-ts4.0/react/nodes/layoutColumn.d.ts +0 -6
- package/dist/types-ts4.0/react/nodes/layoutSection.d.ts +0 -2
- package/dist/types-ts4.0/react/nodes/listItem.d.ts +0 -2
- package/dist/types-ts4.0/react/nodes/media.d.ts +0 -27
- package/dist/types-ts4.0/react/nodes/mediaGroup.d.ts +0 -29
- package/dist/types-ts4.0/react/nodes/mediaInline.d.ts +0 -20
- package/dist/types-ts4.0/react/nodes/mediaSingle/index.d.ts +0 -23
- package/dist/types-ts4.0/react/nodes/mediaSingle/styles.d.ts +0 -2
- package/dist/types-ts4.0/react/nodes/mention.d.ts +0 -13
- package/dist/types-ts4.0/react/nodes/orderedList.d.ts +0 -6
- package/dist/types-ts4.0/react/nodes/panel.d.ts +0 -17
- package/dist/types-ts4.0/react/nodes/paragraph.d.ts +0 -3
- package/dist/types-ts4.0/react/nodes/placeholder.d.ts +0 -6
- package/dist/types-ts4.0/react/nodes/rule.d.ts +0 -2
- package/dist/types-ts4.0/react/nodes/status.d.ts +0 -10
- package/dist/types-ts4.0/react/nodes/table/colgroup.d.ts +0 -3
- package/dist/types-ts4.0/react/nodes/table/sticky.d.ts +0 -38
- package/dist/types-ts4.0/react/nodes/table/table.d.ts +0 -7
- package/dist/types-ts4.0/react/nodes/table/types.d.ts +0 -7
- package/dist/types-ts4.0/react/nodes/table.d.ts +0 -269
- package/dist/types-ts4.0/react/nodes/tableCell.d.ts +0 -81
- package/dist/types-ts4.0/react/nodes/tableRow.d.ts +0 -24
- package/dist/types-ts4.0/react/nodes/task-item-with-providers.d.ts +0 -29
- package/dist/types-ts4.0/react/nodes/taskItem.d.ts +0 -19
- package/dist/types-ts4.0/react/nodes/taskList.d.ts +0 -8
- package/dist/types-ts4.0/react/nodes/text-wrapper.d.ts +0 -8
- package/dist/types-ts4.0/react/nodes/unknownBlock.d.ts +0 -2
- package/dist/types-ts4.0/react/renderer-node.d.ts +0 -4
- package/dist/types-ts4.0/react/types.d.ts +0 -57
- package/dist/types-ts4.0/react/utils/clipboard.d.ts +0 -1
- package/dist/types-ts4.0/react/utils/element-selection.d.ts +0 -9
- package/dist/types-ts4.0/react/utils/getCardClickHandler.d.ts +0 -2
- package/dist/types-ts4.0/react/utils/inject-props.d.ts +0 -6
- package/dist/types-ts4.0/react/utils/links.d.ts +0 -3
- package/dist/types-ts4.0/react/utils/lists.d.ts +0 -2
- package/dist/types-ts4.0/react/utils/performance/RenderTracking.d.ts +0 -15
- package/dist/types-ts4.0/react/utils/use-select-all-trap.d.ts +0 -2
- package/dist/types-ts4.0/render-document.d.ts +0 -23
- package/dist/types-ts4.0/renderer-context.d.ts +0 -9
- package/dist/types-ts4.0/serializer.d.ts +0 -4
- package/dist/types-ts4.0/steps/index.d.ts +0 -14
- package/dist/types-ts4.0/text/index.d.ts +0 -8
- package/dist/types-ts4.0/text/nodes/blockquote.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/bulletList.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/date.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/decisionItem.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/hardBreak.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/heading.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/index.d.ts +0 -6
- package/dist/types-ts4.0/text/nodes/inlineCard.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/listItem.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/mediaGroup.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/mention.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/orderedList.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/panel.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/paragraph.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/rule.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/status.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/table.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/taskItem.d.ts +0 -3
- package/dist/types-ts4.0/text/nodes/unknown.d.ts +0 -3
- package/dist/types-ts4.0/text-serializer.d.ts +0 -1
- package/dist/types-ts4.0/types/i18n.d.ts +0 -5
- package/dist/types-ts4.0/types/mediaOptions.d.ts +0 -12
- package/dist/types-ts4.0/types/smartLinksOptions.d.ts +0 -3
- package/dist/types-ts4.0/ui/Expand.d.ts +0 -21
- package/dist/types-ts4.0/ui/ExtensionRenderer.d.ts +0 -40
- package/dist/types-ts4.0/ui/MediaCard.d.ts +0 -77
- package/dist/types-ts4.0/ui/Renderer/ErrorBoundary.d.ts +0 -24
- package/dist/types-ts4.0/ui/Renderer/breakout-ssr.d.ts +0 -11
- package/dist/types-ts4.0/ui/Renderer/click-to-edit.d.ts +0 -6
- package/dist/types-ts4.0/ui/Renderer/index.d.ts +0 -33
- package/dist/types-ts4.0/ui/Renderer/style.d.ts +0 -14
- package/dist/types-ts4.0/ui/Renderer/truncated-wrapper.d.ts +0 -12
- package/dist/types-ts4.0/ui/Renderer/types.d.ts +0 -16
- package/dist/types-ts4.0/ui/RendererActionsContext/WithRendererActions.d.ts +0 -6
- package/dist/types-ts4.0/ui/RendererActionsContext/index.d.ts +0 -9
- package/dist/types-ts4.0/ui/SmartCardStorage.d.ts +0 -60
- package/dist/types-ts4.0/ui/SortingIcon.d.ts +0 -20
- package/dist/types-ts4.0/ui/TaskItemsFormatContext/TaskItemsFormatContext.d.ts +0 -15
- package/dist/types-ts4.0/ui/TaskItemsFormatContext/index.d.ts +0 -2
- package/dist/types-ts4.0/ui/active-header-id-provider.d.ts +0 -18
- package/dist/types-ts4.0/ui/annotations/context.d.ts +0 -27
- package/dist/types-ts4.0/ui/annotations/draft/component.d.ts +0 -20
- package/dist/types-ts4.0/ui/annotations/draft/dom.d.ts +0 -7
- package/dist/types-ts4.0/ui/annotations/draft/index.d.ts +0 -2
- package/dist/types-ts4.0/ui/annotations/draft/position.d.ts +0 -2
- package/dist/types-ts4.0/ui/annotations/draft/text.d.ts +0 -11
- package/dist/types-ts4.0/ui/annotations/element/index.d.ts +0 -10
- package/dist/types-ts4.0/ui/annotations/element/mark.d.ts +0 -14
- package/dist/types-ts4.0/ui/annotations/hooks/index.d.ts +0 -3
- package/dist/types-ts4.0/ui/annotations/hooks/use-events.d.ts +0 -18
- package/dist/types-ts4.0/ui/annotations/hooks/use-inline-comment-subscriber.d.ts +0 -1
- package/dist/types-ts4.0/ui/annotations/hooks/use-inline-comments-filter.d.ts +0 -9
- package/dist/types-ts4.0/ui/annotations/hooks/use-load-annotations.d.ts +0 -6
- package/dist/types-ts4.0/ui/annotations/hooks/user-selection.d.ts +0 -9
- package/dist/types-ts4.0/ui/annotations/hooks/utils.d.ts +0 -2
- package/dist/types-ts4.0/ui/annotations/index.d.ts +0 -5
- package/dist/types-ts4.0/ui/annotations/selection/index.d.ts +0 -1
- package/dist/types-ts4.0/ui/annotations/selection/mounter.d.ts +0 -20
- package/dist/types-ts4.0/ui/annotations/selection/range-validator.d.ts +0 -13
- package/dist/types-ts4.0/ui/annotations/selection/wrapper.d.ts +0 -8
- package/dist/types-ts4.0/ui/annotations/types.d.ts +0 -22
- package/dist/types-ts4.0/ui/annotations/view/index.d.ts +0 -7
- package/dist/types-ts4.0/ui/index.d.ts +0 -1
- package/dist/types-ts4.0/ui/renderer-props.d.ts +0 -100
- package/dist/types-ts4.0/use-feature-flags.d.ts +0 -2
- package/dist/types-ts4.0/utils.d.ts +0 -24
package/dist/types/consts.d.ts
CHANGED
|
@@ -4,9 +4,9 @@ export declare const RendererCssClassName: {
|
|
|
4
4
|
EXTENSION_CENTER_ALIGN: string;
|
|
5
5
|
EXTENSION_OVERFLOW_CONTAINER: string;
|
|
6
6
|
NUMBER_COLUMN: string;
|
|
7
|
+
SORTABLE_COLUMN_WRAPPER: string;
|
|
7
8
|
SORTABLE_COLUMN: string;
|
|
8
|
-
|
|
9
|
-
SORTABLE_COLUMN_NOT_ALLOWED: string;
|
|
9
|
+
SORTABLE_COLUMN_ICON_WRAPPER: string;
|
|
10
10
|
SORTABLE_COLUMN_ICON: string;
|
|
11
11
|
SORTABLE_COLUMN_NO_ORDER: string;
|
|
12
12
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { Node as PMNode } from 'prosemirror-model';
|
|
2
|
+
import { Mark as PMMark, Node as PMNode } from 'prosemirror-model';
|
|
3
3
|
import { RendererContext } from '../types';
|
|
4
4
|
import { Serializer } from '../..';
|
|
5
5
|
import { ExtensionLayout } from '@atlaskit/adf-schema';
|
|
@@ -18,6 +18,7 @@ export interface Props {
|
|
|
18
18
|
content?: any;
|
|
19
19
|
layout?: ExtensionLayout;
|
|
20
20
|
localId?: string;
|
|
21
|
+
marks?: PMMark[];
|
|
21
22
|
}
|
|
22
23
|
declare const BodiedExtension: React.FunctionComponent<Props>;
|
|
23
24
|
export default BodiedExtension;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { Node as PMNode } from 'prosemirror-model';
|
|
2
|
+
import { Mark as PMMark, Node as PMNode } from 'prosemirror-model';
|
|
3
3
|
import { RendererContext } from '../types';
|
|
4
4
|
import { ExtensionLayout } from '@atlaskit/adf-schema';
|
|
5
5
|
import type { ExtensionHandlers } from '@atlaskit/editor-common/extensions';
|
|
@@ -16,6 +16,7 @@ export interface Props {
|
|
|
16
16
|
parameters?: any;
|
|
17
17
|
layout?: ExtensionLayout;
|
|
18
18
|
localId?: string;
|
|
19
|
+
marks?: PMMark[];
|
|
19
20
|
}
|
|
20
21
|
declare type AllOrNone<T> = T | {
|
|
21
22
|
[K in keyof T]?: never;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { RendererContext } from '../types';
|
|
3
|
+
import { Mark as PMMark } from 'prosemirror-model';
|
|
3
4
|
import type { ExtensionHandlers } from '@atlaskit/editor-common/extensions';
|
|
4
5
|
import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
5
6
|
export interface Props {
|
|
@@ -11,6 +12,7 @@ export interface Props {
|
|
|
11
12
|
text?: string;
|
|
12
13
|
parameters?: any;
|
|
13
14
|
localId?: string;
|
|
15
|
+
marks?: PMMark[];
|
|
14
16
|
}
|
|
15
17
|
declare const InlineExtension: React.StatelessComponent<Props>;
|
|
16
18
|
export default InlineExtension;
|
|
@@ -4,6 +4,7 @@ import { ExtensionLayout } from '@atlaskit/adf-schema';
|
|
|
4
4
|
import { getNodeRenderer } from '@atlaskit/editor-common/extensions';
|
|
5
5
|
import type { ExtensionHandlers, ExtensionProvider } from '@atlaskit/editor-common/extensions';
|
|
6
6
|
import { ProviderFactory } from '@atlaskit/editor-common/provider-factory';
|
|
7
|
+
import { Mark as PMMark } from 'prosemirror-model';
|
|
7
8
|
export interface Props {
|
|
8
9
|
type: 'extension' | 'inlineExtension' | 'bodiedExtension';
|
|
9
10
|
extensionHandlers?: ExtensionHandlers;
|
|
@@ -16,6 +17,7 @@ export interface Props {
|
|
|
16
17
|
content?: any;
|
|
17
18
|
layout?: ExtensionLayout;
|
|
18
19
|
localId?: string;
|
|
20
|
+
marks?: PMMark[];
|
|
19
21
|
children: ({ result }: {
|
|
20
22
|
result?: JSX.Element | null;
|
|
21
23
|
}) => JSX.Element;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { SortOrder } from '@atlaskit/editor-common/types';
|
|
3
3
|
import { WrappedComponentProps } from 'react-intl-next';
|
|
4
|
-
export declare const TableSortIconDataUrl: string;
|
|
5
4
|
export declare enum StatusClassNames {
|
|
6
5
|
ASC = "sorting-icon-svg__asc",
|
|
7
6
|
DESC = "sorting-icon-svg__desc",
|
|
@@ -11,10 +10,14 @@ export declare enum StatusClassNames {
|
|
|
11
10
|
declare const _default: import("react").FC<import("react-intl-next").WithIntlProps<{
|
|
12
11
|
isSortingAllowed: boolean;
|
|
13
12
|
sortOrdered?: SortOrder | undefined;
|
|
13
|
+
onClick: () => void;
|
|
14
|
+
onKeyDown: (event: import("react").KeyboardEvent<HTMLElement>) => void;
|
|
14
15
|
} & WrappedComponentProps<"intl">>> & {
|
|
15
16
|
WrappedComponent: import("react").ComponentType<{
|
|
16
17
|
isSortingAllowed: boolean;
|
|
17
18
|
sortOrdered?: SortOrder | undefined;
|
|
19
|
+
onClick: () => void;
|
|
20
|
+
onKeyDown: (event: import("react").KeyboardEvent<HTMLElement>) => void;
|
|
18
21
|
} & WrappedComponentProps<"intl">>;
|
|
19
22
|
};
|
|
20
23
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/renderer",
|
|
3
|
-
"version": "103.0.
|
|
3
|
+
"version": "103.0.2",
|
|
4
4
|
"description": "Renderer component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -12,13 +12,6 @@
|
|
|
12
12
|
"module": "dist/esm/index.js",
|
|
13
13
|
"module:es2019": "dist/es2019/index.js",
|
|
14
14
|
"types": "dist/types/index.d.ts",
|
|
15
|
-
"typesVersions": {
|
|
16
|
-
">=4.0 <4.5": {
|
|
17
|
-
"*": [
|
|
18
|
-
"dist/types-ts4.0/*"
|
|
19
|
-
]
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
15
|
"sideEffects": false,
|
|
23
16
|
"atlaskit:src": "src/index.ts",
|
|
24
17
|
"atlassian": {
|
|
@@ -36,23 +29,23 @@
|
|
|
36
29
|
"@atlaskit/analytics-listeners": "^8.3.0",
|
|
37
30
|
"@atlaskit/analytics-namespaced-context": "^6.5.0",
|
|
38
31
|
"@atlaskit/analytics-next": "^8.2.0",
|
|
39
|
-
"@atlaskit/button": "^16.
|
|
32
|
+
"@atlaskit/button": "^16.4.0",
|
|
40
33
|
"@atlaskit/code": "^14.4.0",
|
|
41
|
-
"@atlaskit/editor-common": "^70.
|
|
34
|
+
"@atlaskit/editor-common": "^70.2.0",
|
|
42
35
|
"@atlaskit/editor-json-transformer": "^8.8.0",
|
|
43
36
|
"@atlaskit/editor-shared-styles": "^2.2.0",
|
|
44
37
|
"@atlaskit/icon": "^21.11.0",
|
|
45
|
-
"@atlaskit/media-card": "^74.
|
|
46
|
-
"@atlaskit/media-client": "^18.
|
|
47
|
-
"@atlaskit/media-common": "^2.
|
|
38
|
+
"@atlaskit/media-card": "^74.2.0",
|
|
39
|
+
"@atlaskit/media-client": "^18.1.0",
|
|
40
|
+
"@atlaskit/media-common": "^2.17.0",
|
|
48
41
|
"@atlaskit/media-filmstrip": "^46.0.0",
|
|
49
42
|
"@atlaskit/media-ui": "^22.1.0",
|
|
50
43
|
"@atlaskit/media-viewer": "^47.1.0",
|
|
51
|
-
"@atlaskit/smart-card": "^23.
|
|
52
|
-
"@atlaskit/status": "^1.
|
|
44
|
+
"@atlaskit/smart-card": "^23.4.0",
|
|
45
|
+
"@atlaskit/status": "^1.2.0",
|
|
53
46
|
"@atlaskit/task-decision": "^17.5.0",
|
|
54
47
|
"@atlaskit/theme": "^12.2.0",
|
|
55
|
-
"@atlaskit/tokens": "^0.
|
|
48
|
+
"@atlaskit/tokens": "^0.11.0",
|
|
56
49
|
"@atlaskit/tooltip": "^17.6.0",
|
|
57
50
|
"@babel/runtime": "^7.0.0",
|
|
58
51
|
"@emotion/react": "^11.7.1",
|
|
@@ -66,18 +59,17 @@
|
|
|
66
59
|
"uuid": "^3.1.0"
|
|
67
60
|
},
|
|
68
61
|
"peerDependencies": {
|
|
69
|
-
"@atlaskit/link-provider": "^1.3.
|
|
62
|
+
"@atlaskit/link-provider": "^1.3.4",
|
|
70
63
|
"@atlaskit/media-core": "^34.0.0",
|
|
71
64
|
"react": "^16.8.0",
|
|
72
|
-
"react-dom": "^16.8.0"
|
|
73
|
-
"styled-components": "^3.2.6"
|
|
65
|
+
"react-dom": "^16.8.0"
|
|
74
66
|
},
|
|
75
67
|
"devDependencies": {
|
|
76
68
|
"@atlaskit/analytics-gas-types": "^5.0.5",
|
|
77
69
|
"@atlaskit/avatar": "^21.1.0",
|
|
78
70
|
"@atlaskit/css-reset": "^6.3.0",
|
|
79
71
|
"@atlaskit/docs": "*",
|
|
80
|
-
"@atlaskit/editor-core": "^
|
|
72
|
+
"@atlaskit/editor-core": "^175.0.0",
|
|
81
73
|
"@atlaskit/editor-test-helpers": "^17.2.0",
|
|
82
74
|
"@atlaskit/link-provider": "^1.3.0",
|
|
83
75
|
"@atlaskit/logo": "^13.10.0",
|
|
@@ -88,9 +80,9 @@
|
|
|
88
80
|
"@atlaskit/navigation-next": "^9.0.0",
|
|
89
81
|
"@atlaskit/profilecard": "^17.2.0",
|
|
90
82
|
"@atlaskit/radio": "^5.4.0",
|
|
91
|
-
"@atlaskit/range": "^
|
|
83
|
+
"@atlaskit/range": "^7.0.0",
|
|
92
84
|
"@atlaskit/ssr": "*",
|
|
93
|
-
"@atlaskit/util-data-test": "^17.
|
|
85
|
+
"@atlaskit/util-data-test": "^17.6.0",
|
|
94
86
|
"@atlaskit/visual-regression": "*",
|
|
95
87
|
"@atlaskit/webdriver-runner": "*",
|
|
96
88
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
@@ -116,7 +108,11 @@
|
|
|
116
108
|
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1",
|
|
117
109
|
"techstack": {
|
|
118
110
|
"@repo/internal": {
|
|
119
|
-
"theming": "tokens"
|
|
111
|
+
"theming": "tokens",
|
|
112
|
+
"deprecation": "no-deprecated-imports",
|
|
113
|
+
"styling": [
|
|
114
|
+
"emotion"
|
|
115
|
+
]
|
|
120
116
|
}
|
|
121
117
|
}
|
|
122
118
|
}
|