@tnkrai/tnkr-editor 0.1.2 → 0.1.6

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.
@@ -1,6 +1,4 @@
1
1
  export { TnkrEditor } from './TnkrEditor';
2
2
  export type { TnkrEditorProps, PageType } from './TnkrEditor';
3
3
  export * from './extensions';
4
- export { WhatsNext } from './components/tiptap-node/whats-next-node/whats-next-node-extension';
5
- export type { WhatsNextPage, WhatsNextOptions } from './components/tiptap-node/whats-next-node/whats-next-node-extension';
6
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../core/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAG9D,cAAc,cAAc,CAAC;AAG7B,OAAO,EAAE,SAAS,EAAE,MAAM,oEAAoE,CAAC;AAC/F,YAAY,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,oEAAoE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../core/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,eAAe,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAG9D,cAAc,cAAc,CAAC"}
@@ -0,0 +1,13 @@
1
+ // Core editor exports
2
+ export * from './core/index';
3
+
4
+ // Preview exports
5
+ export * from './preview/index';
6
+
7
+ // Component exports
8
+ export * from './src/components/index';
9
+
10
+ // Utility exports
11
+ export * from './src/utils/fonts';
12
+
13
+ // Re-export commonly used types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tnkrai/tnkr-editor",
3
- "version": "0.1.2",
3
+ "version": "0.1.6",
4
4
  "type": "module",
5
5
  "description": "A customizable wrapper around Tiptap Editor with TypeScript support and modular architecture",
6
6
  "main": "dist/index.cjs",
@@ -105,6 +105,7 @@
105
105
  "glob": "^11.0.3",
106
106
  "resolve-url-loader": "^5.0.0",
107
107
  "rollup": "^3.29.5",
108
+ "rollup-plugin-copy": "^3.5.0",
108
109
  "rollup-plugin-postcss": "^4.0.2",
109
110
  "rollup-plugin-scss": "^4.0.1",
110
111
  "sass": "^1.90.0",