@clevertask/scribe 0.1.11 → 0.1.12
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/components/Menu/CalloutBubbleMenu.d.ts +7 -0
- package/dist/components/Menu/CalloutBubbleMenu.d.ts.map +1 -0
- package/dist/components/Menu/CalloutBubbleMenu.js +156 -0
- package/dist/components/Menu/TableBubbleMenu.d.ts.map +1 -1
- package/dist/components/Menu/TableBubbleMenu.js +97 -96
- package/dist/components/Menu/calloutBubbleMenuPlugin.d.ts +10 -0
- package/dist/components/Menu/calloutBubbleMenuPlugin.d.ts.map +1 -0
- package/dist/components/Menu/calloutBubbleMenuPlugin.js +22 -0
- package/dist/components/Menu/contextualMenuOwner.d.ts +4 -0
- package/dist/components/Menu/contextualMenuOwner.d.ts.map +1 -0
- package/dist/components/Menu/contextualMenuOwner.js +9 -0
- package/dist/components/Scribe/extension/callout.d.ts +32 -0
- package/dist/components/Scribe/extension/callout.d.ts.map +1 -0
- package/dist/components/Scribe/extension/callout.js +118 -0
- package/dist/components/Scribe/extension/extension-markdown-paste.js +1 -1
- package/dist/components/Scribe/extension/index.d.ts +1 -1
- package/dist/components/Scribe/extension/index.d.ts.map +1 -1
- package/dist/components/Scribe/extension/index.js +1 -1
- package/dist/components/Scribe/extension/slashCommand/items.d.ts.map +1 -1
- package/dist/components/Scribe/extension/slashCommand/items.js +48 -28
- package/dist/components/Scribe/index.d.ts.map +1 -1
- package/dist/components/Scribe/index.js +126 -124
- package/dist/{extension-Dy6hHSvD.js → extension-_8uh0Ik9.js} +1234 -1232
- package/dist/{html-to-markdown-B6Uhn7ok.js → html-to-markdown-C920nQtn.js} +101 -60
- package/dist/icons/CalloutIcon.d.ts +9 -0
- package/dist/icons/CalloutIcon.d.ts.map +1 -0
- package/dist/icons/CalloutIcon.js +72 -0
- package/dist/main.css +119 -1
- package/dist/main.d.ts +1 -0
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +9 -8
- package/dist/{markdown-to-html-WmeDaJXP.js → markdown-to-html-CW0Nb9Ye.js} +32 -2
- package/dist/utils/html-to-markdown.d.ts.map +1 -1
- package/dist/utils/html-to-markdown.js +1 -1
- package/dist/utils/index.js +3 -3
- package/dist/utils/markdown-to-html.d.ts.map +1 -1
- package/dist/utils/markdown-to-html.js +1 -1
- package/package.json +42 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clevertask/scribe",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.12",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Radix-based Tiptap rich text editor with a Notion-style block interface for viewing and creating content. Perfect for diverse needs like notes, documents, AI chat, Markdown parsing, and comments.",
|
|
6
6
|
"keywords": [
|
|
@@ -45,24 +45,11 @@
|
|
|
45
45
|
"registry": "https://registry.npmjs.org/"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@tiptap/core": "
|
|
49
|
-
"@tiptap/extension-
|
|
50
|
-
"@tiptap/extension-
|
|
51
|
-
"@tiptap/
|
|
52
|
-
"@tiptap/
|
|
53
|
-
"@tiptap/extension-link": "^3.29.2",
|
|
54
|
-
"@tiptap/extension-mathematics": "^3.29.2",
|
|
55
|
-
"@tiptap/extension-placeholder": "^3.29.2",
|
|
56
|
-
"@tiptap/extension-table": "^3.29.2",
|
|
57
|
-
"@tiptap/extension-table-cell": "^3.29.2",
|
|
58
|
-
"@tiptap/extension-table-header": "^3.29.2",
|
|
59
|
-
"@tiptap/extension-table-row": "^3.29.2",
|
|
60
|
-
"@tiptap/extension-task-item": "^3.29.2",
|
|
61
|
-
"@tiptap/extension-task-list": "^3.29.2",
|
|
62
|
-
"@tiptap/extension-typography": "^3.29.2",
|
|
63
|
-
"@tiptap/react": "^3.29.2",
|
|
64
|
-
"@tiptap/starter-kit": "^3.29.2",
|
|
65
|
-
"@tiptap/suggestion": "^3.29.2",
|
|
48
|
+
"@tiptap/core": "3.29.2",
|
|
49
|
+
"@tiptap/extension-bubble-menu": "3.29.2",
|
|
50
|
+
"@tiptap/extension-floating-menu": "3.29.2",
|
|
51
|
+
"@tiptap/react": "3.29.2",
|
|
52
|
+
"@tiptap/suggestion": "3.29.2",
|
|
66
53
|
"clsx": "^2.1.1",
|
|
67
54
|
"dompurify": "^3.4.13",
|
|
68
55
|
"katex": "^0.17.0",
|
|
@@ -76,7 +63,43 @@
|
|
|
76
63
|
"@testing-library/dom": "^10.4.1",
|
|
77
64
|
"@testing-library/jest-dom": "^7.0.0",
|
|
78
65
|
"@testing-library/react": "^16.3.2",
|
|
66
|
+
"@tiptap/extension-blockquote": "3.29.2",
|
|
67
|
+
"@tiptap/extension-bold": "3.29.2",
|
|
68
|
+
"@tiptap/extension-bullet-list": "3.29.2",
|
|
69
|
+
"@tiptap/extension-code": "3.29.2",
|
|
70
|
+
"@tiptap/extension-code-block": "3.29.2",
|
|
71
|
+
"@tiptap/extension-document": "3.29.2",
|
|
72
|
+
"@tiptap/extension-dropcursor": "3.29.2",
|
|
73
|
+
"@tiptap/extension-emoji": "3.29.2",
|
|
74
|
+
"@tiptap/extension-focus": "3.29.2",
|
|
75
|
+
"@tiptap/extension-gapcursor": "3.29.2",
|
|
76
|
+
"@tiptap/extension-hard-break": "3.29.2",
|
|
77
|
+
"@tiptap/extension-heading": "3.29.2",
|
|
78
|
+
"@tiptap/extension-highlight": "3.29.2",
|
|
79
|
+
"@tiptap/extension-horizontal-rule": "3.29.2",
|
|
80
|
+
"@tiptap/extension-image": "3.29.2",
|
|
81
|
+
"@tiptap/extension-italic": "3.29.2",
|
|
82
|
+
"@tiptap/extension-link": "3.29.2",
|
|
83
|
+
"@tiptap/extension-list": "3.29.2",
|
|
84
|
+
"@tiptap/extension-list-item": "3.29.2",
|
|
85
|
+
"@tiptap/extension-list-keymap": "3.29.2",
|
|
86
|
+
"@tiptap/extension-mathematics": "3.29.2",
|
|
87
|
+
"@tiptap/extension-ordered-list": "3.29.2",
|
|
88
|
+
"@tiptap/extension-paragraph": "3.29.2",
|
|
89
|
+
"@tiptap/extension-placeholder": "3.29.2",
|
|
90
|
+
"@tiptap/extension-strike": "3.29.2",
|
|
91
|
+
"@tiptap/extension-table": "3.29.2",
|
|
92
|
+
"@tiptap/extension-table-cell": "3.29.2",
|
|
93
|
+
"@tiptap/extension-table-header": "3.29.2",
|
|
94
|
+
"@tiptap/extension-table-row": "3.29.2",
|
|
95
|
+
"@tiptap/extension-task-item": "3.29.2",
|
|
96
|
+
"@tiptap/extension-task-list": "3.29.2",
|
|
97
|
+
"@tiptap/extension-text": "3.29.2",
|
|
98
|
+
"@tiptap/extension-typography": "3.29.2",
|
|
99
|
+
"@tiptap/extension-underline": "3.29.2",
|
|
100
|
+
"@tiptap/extensions": "3.29.2",
|
|
79
101
|
"@tiptap/pm": "3.29.2",
|
|
102
|
+
"@tiptap/starter-kit": "3.29.2",
|
|
80
103
|
"@types/lodash": "^4.17.25",
|
|
81
104
|
"@types/node": "^24.13.3",
|
|
82
105
|
"@types/react": "^19.2.18",
|