@bangle.dev/core
Advanced tools
Comparing version 0.10.2 to 0.10.3
import { domSerializationHelpers } from '../utils/dom-serialization-helpers'; | ||
import { paragraph, doc, text } from '../index'; | ||
import { components } from '../index'; | ||
import { SpecRegistry } from '../spec-registry'; | ||
const { paragraph, doc, text } = components; | ||
describe('domSerializationHelpers parseDOM', () => { | ||
@@ -6,0 +7,0 @@ test('does not get affected by other attributes', () => { |
@@ -7,5 +7,6 @@ /** | ||
import { psx, renderTestEditor } from '../test-helpers/test-helpers'; | ||
import { BangleEditorState, BangleEditor, blockquote, heading } from '../index'; | ||
import { BangleEditorState, BangleEditor, components } from '../index'; | ||
import { coreSpec } from '../utils/core-components'; | ||
const { blockquote, heading } = components; | ||
const testEditor = renderTestEditor(); | ||
@@ -12,0 +13,0 @@ |
{ | ||
"name": "@bangle.dev/core", | ||
"version": "0.10.2", | ||
"version": "0.10.3", | ||
"homepage": "https://bangle.dev", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -1,2 +0,2 @@ | ||
export * from './browser'; | ||
export { default as browser } from './browser'; | ||
export * from './core-components'; | ||
@@ -3,0 +3,0 @@ export * from './dom-serialization-helpers'; |
520861
18970