UNPKG

@atlaskit/adf-schema

Version:

Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs

54 lines (49 loc) 6.99 kB
/* eslint-disable @atlaskit/editor/no-re-export */ // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. export { PanelType, AnnotationTypes, alignment, alignmentPositionMap, annotation, blockCard, blockCardWithLocalId, blockquote, extendedBlockquote, extendedBlockquoteWithLocalId, bodiedExtension, fontSize, breakout, bulletList, bulletListSelector, bulletListWithLocalId, caption, captionWithLocalId, code, codeBlock, codeBlockWithLocalId, codeBlockToJSON, colorPalette, // eslint-disable-next-line @repo/internal/deprecations/deprecation-ticket-required /** @deprecated [ED-15849] The extended palette is now rolled into the main one. Use `colorPalette` instead. */ colorPaletteExtended, confluenceInlineComment, confluenceJiraIssue, confluenceUnsupportedBlock, confluenceUnsupportedInline, copyPrivateMediaAttributes, createSchema, dataConsumer, dataConsumerToJSON, date, dateWithLocalId, decisionItem, decisionList, decisionListSelector, doc, em, embedCard, embedCardWithLocalId, emoji, emojiWithLocalId, expandWithNestedExpand, expandWithNestedExpandLocalId, expandToJSON, extension, fragment, fragmentToJSON, hardBreak, heading, image, indentation, inlineCard, inlineCardWithLocalId, inlineExtension, inlineNodes, layoutColumn, layoutColumnStage0, layoutColumnWithLocalId, layoutSection, layoutSectionWithLocalId, layoutSectionWithSingleColumn, layoutSectionWithSingleColumnLocalId, link, linkToJSON, listItem, listItemWithLocalId, media, mediaGroup, mediaSingle, mediaSingleWithCaption, mediaSingleWithWidthType, mediaSingleFull, mediaSingleFullWithLocalId, mediaSingleSpec, mediaInline, mediaSingleToJSON, mediaToJSON, mention, mentionToJSON, nestedExpand, nestedExpandWithLocalId, orderedList, orderedListSelector, orderedListWithLocalId, orderedListWithOrder, orderedListWithOrderAndLocalId, extendedPanel, extendedPanelC1, extendedPanelC1WithLocalId, extendedPanelWithLocalId, paragraph, placeholder, placeholderWithLocalId, rule, ruleWithLocalId, sanitizeNodes, getCellAttrs, getCellDomAttrs, status, strike, strong, subsup, table, tableStage0, tableWithCustomWidth, tableBackgroundBorderColor, tableBackgroundColorNames, tableBackgroundColorPalette, tableBackgroundColorPaletteNew, tableCell, tableCellContentDomSelector, tableCellContentWrapperSelector, tableCellSelector, tableHeader, tableHeaderSelector, tablePrefixSelector, tableRow, tableToJSON, taskItem, blockTaskItem, taskList, taskListSelector, text, textColor, toJSONTableCell, toJSONTableHeader, typeAheadQuery, underline, unknownBlock, unsupportedBlock, unsupportedInline, unsupportedNodeTypesForMediaCards, buildAnnotationMarkDataAttributes, AnnotationMarkStates, unsupportedMark, unsupportedNodeAttribute, border, borderColorPalette, extensionFrame, multiBodiedExtension, backgroundColor, backgroundColorPalette, syncBlock, bodiedSyncBlock, tableWithNestedTable, tableRowWithNestedTable, tableCellWithNestedTable, tableHeaderWithNestedTable, tableCellStage0, tableHeaderStage0, tableCellWithNestedTableStage0, tableHeaderWithNestedTableStage0, tableRowWithLocalId, tableCellWithLocalId, tableHeaderWithLocalId, tableRowWithNestedTableWithLocalId, tableCellWithNestedTableWithLocalId, tableHeaderWithNestedTableWithLocalId } from './schema'; // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. export { isHex } from './utils/is-hex'; // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. export { acShortcutToEmoji } from './utils/confluence/acShortcutToEmoji'; // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. export { generateUuid, uuid } from './utils/uuid'; // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. export { getLinkMatch } from './utils/get-link-match'; // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. export { B100, B400, B50, B500, B75, G200, G300, G400, G50, G500, G75, N0, N20, N200, N30, N300, N40, N50, N500, N60, N80, N800, N90, P100, P300, P400, P50, P500, P75, R100, R300, R400, R50, R500, R75, T100, T300, T50, T500, T75, Y200, Y400, Y50, Y500, Y75 } from './utils/colors'; // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. export { acNameToEmoji } from './utils/confluence/acNameToEmoji'; // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. export { getDarkModeLCHColor } from './utils/get-dark-mode-lch-color'; // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. export { hexToRgba } from './utils/hex-to-rgba'; // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. export { isRgb } from './utils/is-rgb'; // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. export { linkify } from './utils/url'; // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. export { isSafeUrl } from './utils/is-safe-url'; // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. export { normalizeUrl } from './utils/normalize-url'; // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. export { rgbToHex } from './utils/rgb-to-hex'; // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. export { normalizeHexColor } from './utils/normalize-hex-color'; // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. export { linkifyMatch } from './utils/linkify-match'; // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. export { emojiIdToAcName } from './utils/confluence/emojiIdToAcName'; // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. export { hexToRgb } from './utils/hex-to-rgb'; // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. export { getEmojiAcName } from './utils/confluence/getEmojiAcName'; // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. // ADF createPMSpecFactory // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. // eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export. export { createPMNodeSpecFactory, createPMMarkSpecFactory } from './schema';