diff --git a/package.json b/package.json index e579654..409c3fb 100644 --- a/package.json +++ b/package.json @@ -24,14 +24,14 @@ "fluent-editor" ], "scripts": { - "dev": "pnpm -F fluent-editor-docs dev", - "build": "pnpm -F fluent-editor-docs build", + "dev": "pnpm -F docs dev", + "build": "pnpm -F docs build", "build:lib": "pnpm -F @opentiny/fluent-editor build", "lint": "eslint . --cache", "lint:fix": "eslint . --fix", - "install:browser": "pnpm -F fluent-editor-docs install:browser", - "test": "pnpm -F fluent-editor-docs test", - "report": "pnpm -F fluent-editor-docs report" + "install:browser": "pnpm -F docs install:browser", + "test": "pnpm -F docs test", + "report": "pnpm -F docs report" }, "devDependencies": { "@antfu/eslint-config": "^3.9.1", diff --git a/packages/docs/fluent-editor/demos/toolbar-tip.vue b/packages/docs/fluent-editor/demos/toolbar-tip.vue index 64afb2c..64540ad 100644 --- a/packages/docs/fluent-editor/demos/toolbar-tip.vue +++ b/packages/docs/fluent-editor/demos/toolbar-tip.vue @@ -52,7 +52,11 @@ onMounted(() => { 'file': true, 'emoji-toolbar': true, 'syntax': true, - 'toolbar-tip': true, + 'toolbar-tip': { + defaultTooltipOptions: { + tipHoverable: false, + }, + }, }, }) }) diff --git a/packages/docs/package.json b/packages/docs/package.json index ad8eebe..bf73360 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,5 +1,5 @@ { - "name": "fluent-editor-docs", + "name": "docs", "type": "module", "version": "0.0.0", "private": true, @@ -19,7 +19,7 @@ "mathlive": "^0.101.0", "quill-header-list": "0.0.2", "quill-markdown-shortcuts": "^0.0.10", - "quill-toolbar-tip": "^0.0.6", + "quill-toolbar-tip": "^0.0.7", "vue": "^3.5.13", "vue-toastification": "2.0.0-rc.5" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 252fcba..702788c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,8 +48,8 @@ importers: specifier: ^0.0.10 version: 0.0.10 quill-toolbar-tip: - specifier: ^0.0.6 - version: 0.0.6(quill@2.0.3) + specifier: ^0.0.7 + version: 0.0.7(quill@2.0.3) vue: specifier: ^3.5.13 version: 3.5.13(typescript@5.4.2) @@ -3735,8 +3735,8 @@ packages: quill-markdown-shortcuts@0.0.10: resolution: {integrity: sha512-2FFFqqo65JgDgAGSer7cFQTCeiSjJF4N8lRGXGv/xjppCxSwj42OnNdGPZ/zeeCxdUY/j1LW4AiSvPQaTIkY2A==} - quill-toolbar-tip@0.0.6: - resolution: {integrity: sha512-rFdqiU57oqA+McLCvbTjHxxW0FlyUJPJu2kFPE/DX35gXchV2JM/IHO+QKJJ7yHjvPpK/EOq9+HIH0nCNmqH+Q==} + quill-toolbar-tip@0.0.7: + resolution: {integrity: sha512-dD3qMLAI0ZVQFdHP2ZxOAydwDnqN6tbKsvtBhieOF47vjYnbgCCeMU5PXgSVYNlknxYoeBuUrlkqTLZyyJCA7g==} peerDependencies: quill: ^2.0.0 @@ -8936,7 +8936,7 @@ snapshots: dependencies: quill: 1.3.7 - quill-toolbar-tip@0.0.6(quill@2.0.3): + quill-toolbar-tip@0.0.7(quill@2.0.3): dependencies: '@floating-ui/dom': 1.6.12 quill: 2.0.3