@seorii/tiptap 0.1.0 → 0.1.1
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.
|
@@ -67,9 +67,9 @@ $: if ($slashVisible) {
|
|
|
67
67
|
{#each list || [] as {title, subtitle, icon, command, section}, i(title)}
|
|
68
68
|
<div transition:slide={{duration: 400, easing: quartOut}}>
|
|
69
69
|
<TwoLine on:mouseenter={() => (selectedIndex = i)} on:click={() => {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
70
|
+
command?.($slashProps);
|
|
71
|
+
setTimeout(() => $tiptap.commands.focus());
|
|
72
|
+
}} bind:this={elements[i]} {icon} {title} subtitle={subtitle || ''}/>
|
|
73
73
|
</div>
|
|
74
74
|
{/each}
|
|
75
75
|
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seorii/tiptap",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "vite dev",
|
|
6
6
|
"build": "svelte-kit sync && svelte-package",
|
|
@@ -18,21 +18,21 @@
|
|
|
18
18
|
"@sveltejs/kit": "^1.22.4",
|
|
19
19
|
"@sveltejs/package": "^2.2.0",
|
|
20
20
|
"@types/sanitize-html": "^2.9.0",
|
|
21
|
-
"@typescript-eslint/eslint-plugin": "^6.2.
|
|
22
|
-
"@typescript-eslint/parser": "^6.2.
|
|
21
|
+
"@typescript-eslint/eslint-plugin": "^6.2.1",
|
|
22
|
+
"@typescript-eslint/parser": "^6.2.1",
|
|
23
23
|
"eslint": "^8.46.0",
|
|
24
|
-
"eslint-config-prettier": "^8.
|
|
24
|
+
"eslint-config-prettier": "^8.10.0",
|
|
25
25
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
26
26
|
"gh-pages": "^5.0.0",
|
|
27
|
-
"prettier": "^3.0.
|
|
27
|
+
"prettier": "^3.0.1",
|
|
28
28
|
"prettier-plugin-svelte": "^3.0.3",
|
|
29
|
-
"sass": "^1.64.
|
|
29
|
+
"sass": "^1.64.2",
|
|
30
30
|
"svelte": "^4.1.2",
|
|
31
31
|
"svelte-check": "^3.4.6",
|
|
32
32
|
"svelte-preprocess": "^5.0.4",
|
|
33
33
|
"tslib": "^2.6.1",
|
|
34
34
|
"typescript": "^5.1.6",
|
|
35
|
-
"vite": "^4.4.
|
|
35
|
+
"vite": "^4.4.8"
|
|
36
36
|
},
|
|
37
37
|
"type": "module",
|
|
38
38
|
"dependencies": {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@tiptap/starter-kit": "^2.0.4",
|
|
62
62
|
"@tiptap/suggestion": "^2.0.4",
|
|
63
63
|
"lowlight": "^2.9.0",
|
|
64
|
-
"nunui": "^0.0.
|
|
64
|
+
"nunui": "^0.0.101",
|
|
65
65
|
"prosemirror-commands": "^1.5.2",
|
|
66
66
|
"prosemirror-model": "^1.19.3",
|
|
67
67
|
"prosemirror-state": "^1.4.3",
|