@atlaskit/adf-schema 52.11.3 → 52.11.4
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
|
@@ -9,4 +9,4 @@ export { inlineNodes } from './inline-nodes';
|
|
|
9
9
|
export { createSchema } from './create-schema';
|
|
10
10
|
export { sanitizeNodes } from './sanitizeNodes';
|
|
11
11
|
export type { NodeSpecOptions, MarkSpecOptions } from './createPMSpecFactory';
|
|
12
|
-
export { createPMNodeSpecFactory, createPMMarkSpecFactory
|
|
12
|
+
export { createPMNodeSpecFactory, createPMMarkSpecFactory } from './createPMSpecFactory';
|
|
@@ -5,9 +5,9 @@ export { confluenceUnsupportedBlock } from './confluence-unsupported-block';
|
|
|
5
5
|
export { confluenceUnsupportedInline } from './confluence-unsupported-inline';
|
|
6
6
|
export { doc } from './doc';
|
|
7
7
|
export type { DocNode } from './doc';
|
|
8
|
-
export { blockquote, extendedBlockquote, extendedBlockquoteWithLocalId
|
|
8
|
+
export { blockquote, extendedBlockquote, extendedBlockquoteWithLocalId } from './blockquote';
|
|
9
9
|
export type { BlockQuoteDefinition } from './blockquote';
|
|
10
|
-
export { bulletList, bulletListSelector, bulletListWithLocalId
|
|
10
|
+
export { bulletList, bulletListSelector, bulletListWithLocalId } from './bullet-list';
|
|
11
11
|
export type { BulletListDefinition } from './types/list';
|
|
12
12
|
export { codeBlock, codeBlockWithLocalId, codeBlockWithExtendedAttributes, toJSON as codeBlockToJSON, } from './code-block';
|
|
13
13
|
export type { CodeBlockDefinition, CodeBlockAttrs, CodeBlockBaseDefinition, CodeBlockWithMarksDefinition, } from './code-block';
|
|
@@ -25,7 +25,7 @@ export { emoji, emojiWithLocalId } from './emoji';
|
|
|
25
25
|
export type { EmojiAttributes, EmojiDefinition } from './emoji';
|
|
26
26
|
export { image } from './image';
|
|
27
27
|
export { mention, toJSON as mentionToJSON } from './mention';
|
|
28
|
-
export type { MentionAttributes, UserType as MentionUserType, MentionDefinition
|
|
28
|
+
export type { MentionAttributes, UserType as MentionUserType, MentionDefinition } from './mention';
|
|
29
29
|
export { listItem, listItemWithLocalId } from './list-item';
|
|
30
30
|
export type { ListItemArray, ListItemDefinition } from './types/list';
|
|
31
31
|
export { extendedPanel, extendedPanelWithLocalId, PanelType } from './panel';
|
|
@@ -39,7 +39,7 @@ export { media, copyPrivateAttributes as copyPrivateMediaAttributes, toJSON as m
|
|
|
39
39
|
export type { MediaType, MediaBaseAttributes, MediaAttributes, ExternalMediaAttributes, DisplayType as MediaDisplayType, MediaDefinition, MediaADFAttrs, } from './media';
|
|
40
40
|
export { mediaGroup } from './media-group';
|
|
41
41
|
export { mediaInline } from './media-inline';
|
|
42
|
-
export type { MediaInlineAttributes, MediaInlineDefinition
|
|
42
|
+
export type { MediaInlineAttributes, MediaInlineDefinition } from './media-inline';
|
|
43
43
|
export type { MediaGroupDefinition } from './media-group';
|
|
44
44
|
export { mediaSingle, mediaSingleSpec, mediaSingleWithCaption, mediaSingleWithWidthType, mediaSingleFull, mediaSingleFullWithLocalId, toJSON as mediaSingleToJSON, } from './media-single';
|
|
45
45
|
export type { MediaSingleDefinition } from './media-single';
|
|
@@ -59,7 +59,7 @@ export { placeholder, placeholderWithLocalId } from './placeholder';
|
|
|
59
59
|
export type { PlaceholderDefinition } from './placeholder';
|
|
60
60
|
export { layoutSection, layoutSectionWithLocalId, layoutSectionWithSingleColumn, layoutSectionWithSingleColumnLocalId, } from './layout-section';
|
|
61
61
|
export type { LayoutSectionDefinition, LayoutSectionBaseDefinition, LayoutSectionFullDefinition, LayoutSectionWithSingleColumnDefinition, } from './layout-section';
|
|
62
|
-
export { layoutColumn, layoutColumnStage0, layoutColumnWithLocalId
|
|
62
|
+
export { layoutColumn, layoutColumnStage0, layoutColumnWithLocalId } from './layout-column';
|
|
63
63
|
export type { LayoutColumnDefinition } from './layout-column';
|
|
64
64
|
export { inlineCard, inlineCardWithLocalId } from './inline-card';
|
|
65
65
|
export type { InlineCardDefinition } from './inline-card';
|
|
@@ -9,4 +9,4 @@ export { inlineNodes } from './inline-nodes';
|
|
|
9
9
|
export { createSchema } from './create-schema';
|
|
10
10
|
export { sanitizeNodes } from './sanitizeNodes';
|
|
11
11
|
export type { NodeSpecOptions, MarkSpecOptions } from './createPMSpecFactory';
|
|
12
|
-
export { createPMNodeSpecFactory, createPMMarkSpecFactory
|
|
12
|
+
export { createPMNodeSpecFactory, createPMMarkSpecFactory } from './createPMSpecFactory';
|
|
@@ -5,9 +5,9 @@ export { confluenceUnsupportedBlock } from './confluence-unsupported-block';
|
|
|
5
5
|
export { confluenceUnsupportedInline } from './confluence-unsupported-inline';
|
|
6
6
|
export { doc } from './doc';
|
|
7
7
|
export type { DocNode } from './doc';
|
|
8
|
-
export { blockquote, extendedBlockquote, extendedBlockquoteWithLocalId
|
|
8
|
+
export { blockquote, extendedBlockquote, extendedBlockquoteWithLocalId } from './blockquote';
|
|
9
9
|
export type { BlockQuoteDefinition } from './blockquote';
|
|
10
|
-
export { bulletList, bulletListSelector, bulletListWithLocalId
|
|
10
|
+
export { bulletList, bulletListSelector, bulletListWithLocalId } from './bullet-list';
|
|
11
11
|
export type { BulletListDefinition } from './types/list';
|
|
12
12
|
export { codeBlock, codeBlockWithLocalId, codeBlockWithExtendedAttributes, toJSON as codeBlockToJSON, } from './code-block';
|
|
13
13
|
export type { CodeBlockDefinition, CodeBlockAttrs, CodeBlockBaseDefinition, CodeBlockWithMarksDefinition, } from './code-block';
|
|
@@ -25,7 +25,7 @@ export { emoji, emojiWithLocalId } from './emoji';
|
|
|
25
25
|
export type { EmojiAttributes, EmojiDefinition } from './emoji';
|
|
26
26
|
export { image } from './image';
|
|
27
27
|
export { mention, toJSON as mentionToJSON } from './mention';
|
|
28
|
-
export type { MentionAttributes, UserType as MentionUserType, MentionDefinition
|
|
28
|
+
export type { MentionAttributes, UserType as MentionUserType, MentionDefinition } from './mention';
|
|
29
29
|
export { listItem, listItemWithLocalId } from './list-item';
|
|
30
30
|
export type { ListItemArray, ListItemDefinition } from './types/list';
|
|
31
31
|
export { extendedPanel, extendedPanelWithLocalId, PanelType } from './panel';
|
|
@@ -39,7 +39,7 @@ export { media, copyPrivateAttributes as copyPrivateMediaAttributes, toJSON as m
|
|
|
39
39
|
export type { MediaType, MediaBaseAttributes, MediaAttributes, ExternalMediaAttributes, DisplayType as MediaDisplayType, MediaDefinition, MediaADFAttrs, } from './media';
|
|
40
40
|
export { mediaGroup } from './media-group';
|
|
41
41
|
export { mediaInline } from './media-inline';
|
|
42
|
-
export type { MediaInlineAttributes, MediaInlineDefinition
|
|
42
|
+
export type { MediaInlineAttributes, MediaInlineDefinition } from './media-inline';
|
|
43
43
|
export type { MediaGroupDefinition } from './media-group';
|
|
44
44
|
export { mediaSingle, mediaSingleSpec, mediaSingleWithCaption, mediaSingleWithWidthType, mediaSingleFull, mediaSingleFullWithLocalId, toJSON as mediaSingleToJSON, } from './media-single';
|
|
45
45
|
export type { MediaSingleDefinition } from './media-single';
|
|
@@ -59,7 +59,7 @@ export { placeholder, placeholderWithLocalId } from './placeholder';
|
|
|
59
59
|
export type { PlaceholderDefinition } from './placeholder';
|
|
60
60
|
export { layoutSection, layoutSectionWithLocalId, layoutSectionWithSingleColumn, layoutSectionWithSingleColumnLocalId, } from './layout-section';
|
|
61
61
|
export type { LayoutSectionDefinition, LayoutSectionBaseDefinition, LayoutSectionFullDefinition, LayoutSectionWithSingleColumnDefinition, } from './layout-section';
|
|
62
|
-
export { layoutColumn, layoutColumnStage0, layoutColumnWithLocalId
|
|
62
|
+
export { layoutColumn, layoutColumnStage0, layoutColumnWithLocalId } from './layout-column';
|
|
63
63
|
export type { LayoutColumnDefinition } from './layout-column';
|
|
64
64
|
export { inlineCard, inlineCardWithLocalId } from './inline-card';
|
|
65
65
|
export type { InlineCardDefinition } from './inline-card';
|
package/package.json
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/adf-schema",
|
|
3
|
-
"version": "52.11.
|
|
3
|
+
"version": "52.11.4",
|
|
4
4
|
"description": "Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
7
7
|
},
|
|
8
|
-
"repository":
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "git+https://bitbucket.org/atlassian/adf-schema.git"
|
|
11
|
-
},
|
|
8
|
+
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
|
|
12
9
|
"atlassian": {
|
|
13
10
|
"team": "Editor: Lego"
|
|
14
11
|
},
|
|
@@ -43,7 +40,7 @@
|
|
|
43
40
|
"@atlaskit/adf-schema-generator": "^2.2.0",
|
|
44
41
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
45
42
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
46
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
43
|
+
"@atlaskit/tmp-editor-statsig": "^81.0.0",
|
|
47
44
|
"@babel/runtime": "^7.0.0",
|
|
48
45
|
"css-color-names": "0.0.4",
|
|
49
46
|
"linkify-it": "^3.0.3",
|