payload-richtext-tiptap 0.0.3 → 0.0.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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/src/index.d.ts +9 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/types.d.ts +3 -0
- package/dist/src/types.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { TipTapEditor } from "./fields/TiptapEditor/index.jsx";
|
|
2
2
|
export { EditorComponent } from "./fields/TiptapEditor/Components.jsx";
|
|
3
|
-
export { BlockEditor } from "./fields/TiptapEditor/features/BlockEditor/BlockEditor.jsx";
|
|
3
|
+
export { BlockEditor } from "./fields/TiptapEditor/features/BlockEditor/BlockEditor.jsx";
|
|
4
4
|
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export { TipTapEditor } from \"./fields/TiptapEditor/index.jsx\";\nexport { EditorComponent } from \"./fields/TiptapEditor/Components.jsx\";\nexport { BlockEditor } from \"./fields/TiptapEditor/features/BlockEditor/BlockEditor.jsx\";\n\n// export { TipTapEditor, EditorComponent, BlockEditor };\n"],"names":["TipTapEditor","EditorComponent","BlockEditor"],"rangeMappings":";;","mappings":"AAAA,SAASA,YAAY,QAAQ,kCAAkC;AAC/D,SAASC,eAAe,QAAQ,uCAAuC;AACvE,SAASC,WAAW,QAAQ,6DAA6D
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["export { TipTapEditor } from \"./fields/TiptapEditor/index.jsx\";\nexport { EditorComponent } from \"./fields/TiptapEditor/Components.jsx\";\nexport { BlockEditor } from \"./fields/TiptapEditor/features/BlockEditor/BlockEditor.jsx\";\n\n// export { TipTapEditor, EditorComponent, BlockEditor };\n\nexport interface TipTapEditor {\n a: string;\n}\nexport interface EditorComponent {\n a: string;\n}\nexport interface BlockEditor {\n a: string;\n}\n"],"names":["TipTapEditor","EditorComponent","BlockEditor"],"rangeMappings":";;","mappings":"AAAA,SAASA,YAAY,QAAQ,kCAAkC;AAC/D,SAASC,eAAe,QAAQ,uCAAuC;AACvE,SAASC,WAAW,QAAQ,6DAA6D"}
|
package/dist/src/index.d.ts
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
export { TipTapEditor } from "./fields/TiptapEditor/index.jsx";
|
|
2
2
|
export { EditorComponent } from "./fields/TiptapEditor/Components.jsx";
|
|
3
3
|
export { BlockEditor } from "./fields/TiptapEditor/features/BlockEditor/BlockEditor.jsx";
|
|
4
|
+
export interface TipTapEditor {
|
|
5
|
+
a: string;
|
|
6
|
+
}
|
|
7
|
+
export interface EditorComponent {
|
|
8
|
+
a: string;
|
|
9
|
+
}
|
|
10
|
+
export interface BlockEditor {
|
|
11
|
+
a: string;
|
|
12
|
+
}
|
|
4
13
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AACvE,OAAO,EAAE,WAAW,EAAE,MAAM,4DAA4D,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AACvE,OAAO,EAAE,WAAW,EAAE,MAAM,4DAA4D,CAAC;AAIzF,MAAM,WAAW,YAAY;IAC3B,CAAC,EAAE,MAAM,CAAC;CACX;AACD,MAAM,WAAW,eAAe;IAC9B,CAAC,EAAE,MAAM,CAAC;CACX;AACD,MAAM,WAAW,WAAW;IAC1B,CAAC,EAAE,MAAM,CAAC;CACX"}
|
package/dist/src/types.d.ts
CHANGED
package/dist/src/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,CAAC,EAAE,MAAM,CAAC;CACX;AACD,MAAM,WAAW,eAAe;IAC9B,CAAC,EAAE,MAAM,CAAC;CACX;AACD,MAAM,WAAW,WAAW;IAC1B,CAAC,EAAE,MAAM,CAAC;CACX"}
|