payload-richtext-tiptap 0.0.1 → 0.0.3
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/exports/types.js +3 -0
- package/dist/exports/types.js.map +1 -0
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/src/exports/types.d.ts +2 -0
- package/dist/src/exports/types.d.ts.map +1 -0
- package/dist/src/index.d.ts +3 -2
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/types.d.ts +7 -0
- package/dist/src/types.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.js +3 -0
- package/dist/types.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/exports/types.ts"],"sourcesContent":["export type { BlockEditor, EditorComponent, TipTapEditor } from \"../types.js\";\n"],"names":[],"rangeMappings":"","mappings":"AAAA,WAA8E"}
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
export {
|
|
1
|
+
export { TipTapEditor } from "./fields/TiptapEditor/index.jsx";
|
|
2
|
+
export { EditorComponent } from "./fields/TiptapEditor/Components.jsx";
|
|
3
|
+
export { BlockEditor } from "./fields/TiptapEditor/features/BlockEditor/BlockEditor.jsx"; // export { TipTapEditor, EditorComponent, BlockEditor };
|
|
3
4
|
|
|
4
5
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["
|
|
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,CAEzF,yDAAyD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/exports/types.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,WAAW,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC"}
|
package/dist/src/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export {
|
|
1
|
+
export { TipTapEditor } from "./fields/TiptapEditor/index.jsx";
|
|
2
|
+
export { EditorComponent } from "./fields/TiptapEditor/Components.jsx";
|
|
3
|
+
export { BlockEditor } from "./fields/TiptapEditor/features/BlockEditor/BlockEditor.jsx";
|
|
3
4
|
//# 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;
|
|
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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;CAAG;AAChC,MAAM,WAAW,eAAe;CAAG;AACnC,MAAM,WAAW,WAAW;CAAG"}
|