@atlaskit/adf-schema
Version:
Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs
50 lines (38 loc) • 2.1 kB
JavaScript
/* eslint-disable @atlaskit/editor/no-re-export -- VOLTC-139 tracks removal of these deprecated compatibility re-export shims. */
export let PanelType = /*#__PURE__*/function (PanelType) {
PanelType["INFO"] = "info";
PanelType["NOTE"] = "note";
PanelType["TIP"] = "tip";
PanelType["WARNING"] = "warning";
PanelType["ERROR"] = "error";
PanelType["SUCCESS"] = "success";
PanelType["CUSTOM"] = "custom";
return PanelType;
}({});
/**
* @name panel_node
*/
/**
* @name panel_c1_node
*/
/**
* @name panel_root_only_node
*/
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export.
export { extendedPanel } from './extended-panel';
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export.
export { extendedPanelWithLocalId } from './extended-panel-with-local-id';
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export.
export { extendedPanelC1 } from './extended-panel-c1';
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export.
export { extendedPanelC1WithLocalId } from './extended-panel-c1-with-local-id';
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export.
export { extendedPanelRootOnlyStage0 } from './extended-panel-root-only-stage0';
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export.
export { extendedPanelC1RootOnlyStage0 } from './extended-panel-c1-root-only-stage0';
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export.
export { createPanelNodeSpecOptions } from './create-panel-node-spec-options';
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export.
export { getDomAttrs } from './get-dom-attrs';
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-re-exports -- Public compatibility re-export.
export { getParseDOMAttrs } from './get-parse-dom-attrs';