From f36fd3a9f6c16a8e6f465b19a4d01b35fd07a46a Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Thu, 19 Mar 2026 16:15:16 +0100 Subject: [PATCH 1/2] fix(pkg): missing TextEditor component type Fixes the missing `TextEditor` type when building `web-pkg` as lib. It was missing due to type errors that could easily be fixed by refactoring the component to script setup. --- .../src/components/TextEditor/TextEditor.vue | 264 ++++++++---------- 1 file changed, 123 insertions(+), 141 deletions(-) diff --git a/packages/web-pkg/src/components/TextEditor/TextEditor.vue b/packages/web-pkg/src/components/TextEditor/TextEditor.vue index 1d8eef4930..b776b576ca 100644 --- a/packages/web-pkg/src/components/TextEditor/TextEditor.vue +++ b/packages/web-pkg/src/components/TextEditor/TextEditor.vue @@ -55,11 +55,11 @@ -