@blokkli/editor 2.0.0-alpha.63 → 2.0.0-alpha.65

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.
Files changed (225) hide show
  1. package/dist/global/types/blockOptions.d.ts +32 -27
  2. package/dist/module.d.mts +2 -2
  3. package/dist/module.json +1 -1
  4. package/dist/module.mjs +154 -5
  5. package/dist/modules/agent/index.d.mts +1 -1
  6. package/dist/modules/agent/index.mjs +2 -1
  7. package/dist/modules/agent/runtime/app/components/Attachment/PreviewCsv/index.vue +1 -1
  8. package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/SplitView/index.d.vue.ts +1 -1
  9. package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/SplitView/index.vue.d.ts +1 -1
  10. package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/index.vue +1 -1
  11. package/dist/modules/agent/runtime/app/features/agent/Panel/Welcome/index.vue +1 -1
  12. package/dist/modules/agent/runtime/app/features/agent/Transcript/index.vue +1 -1
  13. package/dist/modules/agent/runtime/app/features/agent/index.vue +1 -1
  14. package/dist/modules/agent/runtime/app/helpers/mutationResult.d.ts +12 -0
  15. package/dist/modules/agent/runtime/app/helpers/mutationResult.js +34 -0
  16. package/dist/modules/agent/runtime/app/providers/toolsProvider.js +13 -7
  17. package/dist/modules/agent/runtime/app/tools/add_content_search_paragraphs/index.d.ts +1 -1
  18. package/dist/modules/agent/runtime/app/tools/add_fragment/index.d.ts +1 -1
  19. package/dist/modules/agent/runtime/app/tools/add_media_paragraph/index.d.ts +1 -1
  20. package/dist/modules/agent/runtime/app/tools/add_paragraphs/index.d.ts +16 -5
  21. package/dist/modules/agent/runtime/app/tools/add_paragraphs/index.js +43 -15
  22. package/dist/modules/agent/runtime/app/tools/add_reusable_paragraph/index.d.ts +1 -1
  23. package/dist/modules/agent/runtime/app/tools/add_template/index.d.ts +1 -1
  24. package/dist/modules/agent/runtime/app/tools/ask_question/Component.vue +1 -1
  25. package/dist/modules/agent/runtime/app/tools/ask_question/index.d.ts +1 -1
  26. package/dist/modules/agent/runtime/app/tools/auto_translate_paragraphs/index.d.ts +1 -1
  27. package/dist/modules/agent/runtime/app/tools/delete_paragraphs/index.d.ts +1 -1
  28. package/dist/modules/agent/runtime/app/tools/detach_reusable_paragraph/index.d.ts +1 -1
  29. package/dist/modules/agent/runtime/app/tools/duplicate_paragraphs/index.d.ts +1 -1
  30. package/dist/modules/agent/runtime/app/tools/fieldDiffApproval.js +1 -3
  31. package/dist/modules/agent/runtime/app/tools/find_paragraphs/index.d.ts +2 -2
  32. package/dist/modules/agent/runtime/app/tools/get_bundle_info/index.js +6 -2
  33. package/dist/modules/agent/runtime/app/tools/get_content_fields/index.d.ts +3 -3
  34. package/dist/modules/agent/runtime/app/tools/get_paragraph_context/index.d.ts +5 -5
  35. package/dist/modules/agent/runtime/app/tools/get_paragraphs_in_viewport/index.d.ts +1 -1
  36. package/dist/modules/agent/runtime/app/tools/get_referenced_entities/index.d.ts +1 -1
  37. package/dist/modules/agent/runtime/app/tools/go_to_history_index/index.d.ts +1 -1
  38. package/dist/modules/agent/runtime/app/tools/move_paragraphs/index.d.ts +1 -1
  39. package/dist/modules/agent/runtime/app/tools/rearrange_paragraphs/index.d.ts +1 -1
  40. package/dist/modules/agent/runtime/app/tools/replace_content_search_item/index.d.ts +1 -1
  41. package/dist/modules/agent/runtime/app/tools/replace_media_field/index.d.ts +1 -1
  42. package/dist/modules/agent/runtime/app/tools/schemas.d.ts +2 -2
  43. package/dist/modules/agent/runtime/app/tools/set_paragraph_options/index.d.ts +1 -1
  44. package/dist/modules/agent/runtime/app/tools/swap_paragraphs/index.d.ts +1 -1
  45. package/dist/modules/agent/runtime/app/tools/update_text_fields/index.d.ts +3 -3
  46. package/dist/modules/agent/runtime/server/classes/FieldStreamParser/index.js +10 -15
  47. package/dist/modules/agent/runtime/server/server-tools/load_tools/index.d.ts +1 -3
  48. package/dist/modules/agent/runtime/server/server-tools/load_tools/index.js +3 -1
  49. package/dist/modules/agent/runtime/shared/toolParams.d.ts +3 -3
  50. package/dist/modules/agent/runtime/shared/types.d.ts +3 -3
  51. package/dist/modules/charts/index.d.mts +14 -1
  52. package/dist/modules/charts/index.mjs +37 -2
  53. package/dist/modules/charts/runtime/features/charts/Editor/AdvancedConfigPanel/index.vue +1 -1
  54. package/dist/modules/charts/runtime/features/charts/Editor/ChartTypeOptions/Field.vue +19 -9
  55. package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/OutputPreviewTable/index.vue +1 -1
  56. package/dist/modules/charts/runtime/features/charts/Editor/DataTable/index.vue +16 -8
  57. package/dist/modules/charts/runtime/features/charts/Editor/NumberFormatEditor/index.vue +23 -7
  58. package/dist/modules/charts/runtime/features/charts/Editor/index.vue +5 -6
  59. package/dist/modules/drupal/graphql/base/fragment.paragraphsBlokkliEditState.graphql +5 -0
  60. package/dist/modules/drupal/index.d.mts +1 -1
  61. package/dist/modules/drupal/runtime/adapter/index.js +3 -0
  62. package/dist/modules/iframes/index.d.mts +1 -1
  63. package/dist/modules/index.d.mts +1 -1
  64. package/dist/modules/readability/index.d.mts +1 -1
  65. package/dist/modules/readability/index.mjs +2 -1
  66. package/dist/modules/table-of-contents/index.d.mts +1 -1
  67. package/dist/runtime/components/Blocks/NotImplemented/index.vue +1 -1
  68. package/dist/runtime/editor/components/Actions/Title/index.vue +1 -1
  69. package/dist/runtime/editor/components/Actions/index.vue +1 -1
  70. package/dist/runtime/editor/components/ArtboardTooltip/index.d.vue.ts +1 -0
  71. package/dist/runtime/editor/components/ArtboardTooltip/index.vue +2 -2
  72. package/dist/runtime/editor/components/ArtboardTooltip/index.vue.d.ts +1 -0
  73. package/dist/runtime/editor/components/Avatar/index.vue +1 -1
  74. package/dist/runtime/editor/components/BlockPreviewItem/index.vue +1 -1
  75. package/dist/runtime/editor/components/BlockPreviewRenderer/index.vue +1 -1
  76. package/dist/runtime/editor/components/BlockProxy/index.vue +1 -1
  77. package/dist/runtime/editor/components/BlokkliRootErrorBoundary.vue +1 -1
  78. package/dist/runtime/editor/components/BundleSelector/index.vue +1 -1
  79. package/dist/runtime/editor/components/ColorDropdown/index.vue +1 -1
  80. package/dist/runtime/editor/components/Dialog/index.vue +1 -1
  81. package/dist/runtime/editor/components/DiffApproval/Toolbar/index.vue +1 -1
  82. package/dist/runtime/editor/components/DiffApproval/types.js +1 -3
  83. package/dist/runtime/editor/components/DiffViewer/State.vue +1 -1
  84. package/dist/runtime/editor/components/DraggableList.vue +1 -1
  85. package/dist/runtime/editor/components/Dropdown/index.d.vue.ts +1 -0
  86. package/dist/runtime/editor/components/Dropdown/index.vue +2 -2
  87. package/dist/runtime/editor/components/Dropdown/index.vue.d.ts +1 -0
  88. package/dist/runtime/editor/components/DropdownItem/index.vue +1 -1
  89. package/dist/runtime/editor/components/EditIndicator.vue +1 -1
  90. package/dist/runtime/editor/components/EditProvider.vue +2 -2
  91. package/dist/runtime/editor/components/FileDropHandler/index.vue +1 -1
  92. package/dist/runtime/editor/components/FlexTextarea/index.d.vue.ts +1 -1
  93. package/dist/runtime/editor/components/FlexTextarea/index.vue.d.ts +1 -1
  94. package/dist/runtime/editor/components/Form/RadioTabs/index.vue +1 -1
  95. package/dist/runtime/editor/components/Form/Search/index.d.vue.ts +1 -0
  96. package/dist/runtime/editor/components/Form/Search/index.vue +2 -2
  97. package/dist/runtime/editor/components/Form/Search/index.vue.d.ts +1 -0
  98. package/dist/runtime/editor/components/FormOverlay/index.vue +1 -1
  99. package/dist/runtime/editor/components/Icon/index.vue +1 -1
  100. package/dist/runtime/editor/components/Indicators/index.vue +31 -100
  101. package/dist/runtime/editor/components/Konami/Game/index.vue +1 -1
  102. package/dist/runtime/editor/components/Messages/index.vue +1 -1
  103. package/dist/runtime/editor/components/NestedEditorOverlay/index.d.vue.ts +1 -0
  104. package/dist/runtime/editor/components/NestedEditorOverlay/index.vue +2 -1
  105. package/dist/runtime/editor/components/NestedEditorOverlay/index.vue.d.ts +1 -0
  106. package/dist/runtime/editor/components/Overlay/index.vue +1 -1
  107. package/dist/runtime/editor/components/Pagination/index.vue +1 -1
  108. package/dist/runtime/editor/components/Panel/Section/index.vue +1 -1
  109. package/dist/runtime/editor/components/Panel/Tabs/index.d.vue.ts +1 -1
  110. package/dist/runtime/editor/components/Panel/Tabs/index.vue.d.ts +1 -1
  111. package/dist/runtime/editor/components/PluginConfigForm/index.vue +1 -1
  112. package/dist/runtime/editor/components/PluginConfigFormInline/FilterSelect/index.vue +1 -1
  113. package/dist/runtime/editor/components/PluginConfigFormInline/index.vue +1 -1
  114. package/dist/runtime/editor/components/Popup/index.vue +1 -1
  115. package/dist/runtime/editor/components/PreviewProvider.vue +3 -2
  116. package/dist/runtime/editor/components/RelativeTime/index.vue +7 -13
  117. package/dist/runtime/editor/components/Resizable/index.vue +1 -1
  118. package/dist/runtime/editor/components/RichText/Editor/index.vue +1 -1
  119. package/dist/runtime/editor/components/ScaleToFit/index.vue +1 -1
  120. package/dist/runtime/editor/components/SearchOverlay/index.vue +1 -1
  121. package/dist/runtime/editor/components/SidebarFloater/index.vue +1 -1
  122. package/dist/runtime/editor/components/StatusIcon/index.vue +1 -1
  123. package/dist/runtime/editor/components/StatusIndicator/index.vue +1 -1
  124. package/dist/runtime/editor/components/SystemRequirements/index.vue +1 -1
  125. package/dist/runtime/editor/components/Tabs/index.d.vue.ts +1 -1
  126. package/dist/runtime/editor/components/Tabs/index.vue.d.ts +1 -1
  127. package/dist/runtime/editor/components/Toolbar/ViewOptions/List/Button/index.vue +2 -1
  128. package/dist/runtime/editor/components/Toolbar/index.vue +1 -1
  129. package/dist/runtime/editor/components/Transition/Collapse/index.vue +1 -1
  130. package/dist/runtime/editor/components/Transition/List/index.vue +1 -1
  131. package/dist/runtime/editor/composables/defineViewOption.js +5 -1
  132. package/dist/runtime/editor/composables/useStickyToolbar.js +1 -4
  133. package/dist/runtime/editor/css/output.css +1 -1
  134. package/dist/runtime/editor/features/add-list/Help/index.vue +1 -1
  135. package/dist/runtime/editor/features/add-list/index.vue +1 -1
  136. package/dist/runtime/editor/features/analyze/index.vue +1 -1
  137. package/dist/runtime/editor/features/anchors/Overlay/index.vue +11 -5
  138. package/dist/runtime/editor/features/anchors/index.vue +2 -1
  139. package/dist/runtime/editor/features/artboard/Overview/index.vue +1 -1
  140. package/dist/runtime/editor/features/artboard/Renderer.vue +1 -1
  141. package/dist/runtime/editor/features/artboard/Scrollbar/index.vue +1 -1
  142. package/dist/runtime/editor/features/block-scheduler/Dialog/index.vue +1 -1
  143. package/dist/runtime/editor/features/block-transfer/index.vue +1 -1
  144. package/dist/runtime/editor/features/breadcrumbs/index.vue +1 -1
  145. package/dist/runtime/editor/features/changelog/changelog.json +8 -0
  146. package/dist/runtime/editor/features/clipboard/DropElement/index.vue +1 -1
  147. package/dist/runtime/editor/features/comments/AddForm/index.vue +1 -1
  148. package/dist/runtime/editor/features/comments/Thread/index.vue +1 -1
  149. package/dist/runtime/editor/features/complex-options/index.vue +1 -0
  150. package/dist/runtime/editor/features/debug/Main.vue +1 -1
  151. package/dist/runtime/editor/features/dev-mode/index.vue +1 -1
  152. package/dist/runtime/editor/features/dragging-overlay/DragItems/index.vue +1 -1
  153. package/dist/runtime/editor/features/dragging-overlay/index.vue +1 -1
  154. package/dist/runtime/editor/features/droppable-field-edit/Overlay/index.vue +1 -1
  155. package/dist/runtime/editor/features/editable-field/Overlay/Frame/index.vue +1 -1
  156. package/dist/runtime/editor/features/editable-field/Overlay/Plaintext/index.d.vue.ts +1 -5
  157. package/dist/runtime/editor/features/editable-field/Overlay/Plaintext/index.vue.d.ts +1 -5
  158. package/dist/runtime/editor/features/editable-field/Overlay/ReadabilityIndicator/ChunkOverlay.vue +1 -1
  159. package/dist/runtime/editor/features/editable-field/Overlay/index.vue +1 -1
  160. package/dist/runtime/editor/features/editable-mask/index.vue +1 -1
  161. package/dist/runtime/editor/features/entity-title/index.vue +17 -7
  162. package/dist/runtime/editor/features/help/Dialog/index.vue +1 -1
  163. package/dist/runtime/editor/features/help/Shortcuts/index.vue +1 -1
  164. package/dist/runtime/editor/features/history/List/index.vue +1 -1
  165. package/dist/runtime/editor/features/import-existing/Dialog/index.vue +1 -1
  166. package/dist/runtime/editor/features/library/index.vue +1 -0
  167. package/dist/runtime/editor/features/media-library/index.vue +1 -1
  168. package/dist/runtime/editor/features/options/Form/Item.vue +5 -12
  169. package/dist/runtime/editor/features/options/Form/Radios/index.d.vue.ts +5 -4
  170. package/dist/runtime/editor/features/options/Form/Radios/index.vue +8 -5
  171. package/dist/runtime/editor/features/options/Form/Radios/index.vue.d.ts +5 -4
  172. package/dist/runtime/editor/features/options/Form/Text/index.d.vue.ts +4 -0
  173. package/dist/runtime/editor/features/options/Form/Text/index.vue +11 -3
  174. package/dist/runtime/editor/features/options/Form/Text/index.vue.d.ts +4 -0
  175. package/dist/runtime/editor/features/options/index.vue +1 -1
  176. package/dist/runtime/editor/features/publish/Dialog/Item.vue +4 -7
  177. package/dist/runtime/editor/features/publish/Dialog/PublishOption.vue +1 -1
  178. package/dist/runtime/editor/features/referenced-entities/List/Item/index.vue +1 -0
  179. package/dist/runtime/editor/features/responsive-preview/Frame/index.vue +1 -1
  180. package/dist/runtime/editor/features/search/index.vue +1 -1
  181. package/dist/runtime/editor/features/selection/AddButtons/Renderer/index.vue +1 -1
  182. package/dist/runtime/editor/features/settings/Dialog/FeatureSetting/index.vue +1 -1
  183. package/dist/runtime/editor/features/settings/index.vue +1 -1
  184. package/dist/runtime/editor/features/structure/List/Item/index.vue +1 -1
  185. package/dist/runtime/editor/features/structure/index.vue +1 -1
  186. package/dist/runtime/editor/features/templates/DialogManageTemplates/Item.vue +1 -0
  187. package/dist/runtime/editor/features/templates/DialogManageTemplates/index.vue +1 -1
  188. package/dist/runtime/editor/features/theme/index.vue +1 -1
  189. package/dist/runtime/editor/features/touch-action-bar/Bar/index.vue +1 -1
  190. package/dist/runtime/editor/features/tour/Overlay/index.vue +1 -1
  191. package/dist/runtime/editor/features/transform/Dialog/index.vue +1 -1
  192. package/dist/runtime/editor/features/translations/SelectionTable/index.vue +1 -1
  193. package/dist/runtime/editor/features/workspace/index.vue +1 -1
  194. package/dist/runtime/editor/helpers/diff/index.d.ts +11 -0
  195. package/dist/runtime/editor/helpers/diff/index.js +13 -7
  196. package/dist/runtime/editor/helpers/options/index.d.ts +2 -0
  197. package/dist/runtime/editor/helpers/options/index.js +21 -0
  198. package/dist/runtime/editor/plugins/BlockIndicator/index.d.vue.ts +24 -1
  199. package/dist/runtime/editor/plugins/BlockIndicator/index.vue +17 -7
  200. package/dist/runtime/editor/plugins/BlockIndicator/index.vue.d.ts +24 -1
  201. package/dist/runtime/editor/plugins/ItemAction/index.d.vue.ts +2 -1
  202. package/dist/runtime/editor/plugins/ItemAction/index.vue +1 -1
  203. package/dist/runtime/editor/plugins/ItemAction/index.vue.d.ts +2 -1
  204. package/dist/runtime/editor/plugins/Sidebar/Detached/index.d.vue.ts +1 -1
  205. package/dist/runtime/editor/plugins/Sidebar/Detached/index.vue.d.ts +1 -1
  206. package/dist/runtime/editor/plugins/Sidebar/index.d.vue.ts +2 -2
  207. package/dist/runtime/editor/plugins/Sidebar/index.vue +1 -1
  208. package/dist/runtime/editor/plugins/Sidebar/index.vue.d.ts +2 -2
  209. package/dist/runtime/editor/plugins/ToolbarButton/index.vue +1 -1
  210. package/dist/runtime/editor/providers/animation.d.ts +2 -0
  211. package/dist/runtime/editor/providers/definition.d.ts +4 -3
  212. package/dist/runtime/editor/providers/definition.js +10 -2
  213. package/dist/runtime/editor/providers/plugin.d.ts +1 -0
  214. package/dist/runtime/editor/providers/state.d.ts +25 -1
  215. package/dist/runtime/editor/providers/state.js +17 -0
  216. package/dist/runtime/editor/translations/de.json +2 -0
  217. package/dist/runtime/editor/translations/fr.json +2 -0
  218. package/dist/runtime/editor/translations/gsw_CH.json +2 -0
  219. package/dist/runtime/editor/translations/it.json +2 -0
  220. package/dist/runtime/editor/types/state.d.ts +7 -0
  221. package/dist/runtime/editor/types/ui.d.ts +1 -0
  222. package/dist/shared/{editor.Gu7mgJ5Q.mjs → editor.BGemL1Oh.mjs} +146 -146
  223. package/dist/shared/{editor.D28NbXr3.d.mts → editor.S5sA3rij.d.mts} +452 -406
  224. package/dist/types.d.mts +1 -1
  225. package/package.json +74 -82
package/dist/types.d.mts CHANGED
@@ -4,6 +4,6 @@ declare module '@nuxt/schema' {
4
4
  interface NuxtHooks extends ModuleHooks {}
5
5
  }
6
6
 
7
- export { type ModuleHooks } from './shared/editor.D28NbXr3.mjs'
7
+ export { type ModuleHooks } from './shared/editor.S5sA3rij.mjs'
8
8
 
9
9
  export { type ModuleOptions, default } from './module.mjs'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blokkli/editor",
3
- "version": "2.0.0-alpha.63",
3
+ "version": "2.0.0-alpha.65",
4
4
  "description": "Interactive page building experience for Nuxt",
5
5
  "keywords": [
6
6
  "cms",
@@ -104,9 +104,9 @@
104
104
  }
105
105
  },
106
106
  "scripts": {
107
- "prepack": "rm -rf dist && nuxt-module-build build && npx tsx scripts/mangle-dist.ts",
107
+ "prepack": "rm -rf dist && nuxt-module-build build && bunx tsx scripts/mangle-dist.ts",
108
108
  "dev": "nuxi dev playground --host",
109
- "typecheck": "npm run typecheck:build && npm run typecheck:runtime && npm run typecheck:server && npm run typecheck:playground",
109
+ "typecheck": "bun run typecheck:build && bun run typecheck:runtime && bun run typecheck:server && bun run typecheck:playground",
110
110
  "typecheck:build": "vue-tsc --noEmit -p .nuxt/tsconfig.node.json",
111
111
  "typecheck:runtime": "vue-tsc --noEmit -p .nuxt/tsconfig.app.json",
112
112
  "typecheck:server": "vue-tsc --noEmit -p .nuxt/tsconfig.server.json",
@@ -114,119 +114,118 @@
114
114
  "dev:minimal": "nuxi dev playground-minimal --host",
115
115
  "styles:build": "postcss ./css/index.css -o ./src/runtime/editor/css/output.css",
116
116
  "styles:watch": "postcss ./css/index.css -o ./src/runtime/editor/css/output.css --watch",
117
- "dev:build": "npm run changelog && npm run dev:prepare && nuxi generate playground",
117
+ "dev:build": "bun run changelog && bun run dev:prepare && nuxi generate playground",
118
118
  "dev:build-ssr": "PLAYGROUND_SSR_BUILD=true nuxt build playground",
119
- "dev:start": "npx serve playground/.output/public",
119
+ "dev:start": "bunx serve playground/.output/public",
120
120
  "dev:start-ssr": "cd playground && node -r dotenv/config ./.output/server/index.mjs",
121
121
  "dev:prepare": "PLAYGROUND_MODULE_BUILD=true nuxt-module-build build --stub && PLAYGROUND_MODULE_BUILD=true nuxt-module-build prepare && nuxi prepare playground",
122
- "dev:analyze": "npx nuxt analyze playground",
123
- "release": "npm run lint && npm run prepack && changelogen --release",
122
+ "dev:analyze": "bunx nuxt analyze playground",
123
+ "release": "bun run lint && bun run prepack && changelogen --release",
124
124
  "changelog": "node ./scripts/changelog/index.cjs",
125
125
  "texts": "node ./scripts/texts/index.cjs",
126
126
  "material-icons": "node ./scripts/material-icons/index.cjs",
127
- "lint": "npx oxlint && eslint ./src",
128
- "lint:fix": "npx oxlint --fix && eslint ./src --fix",
129
- "test": "npm run test:unit && npm run test:e2e",
127
+ "lint": "bunx oxlint && eslint ./src",
128
+ "lint:fix": "bunx oxlint --fix && eslint ./src --fix",
129
+ "test": "bun run test:unit && bun run test:e2e",
130
130
  "test:watch": "vitest watch --project unit --project e2e --no-file-parallelism",
131
131
  "test:unit": "vitest run --project unit",
132
132
  "test:unit:watch": "vitest watch --project unit",
133
133
  "test:e2e": "vitest run --project e2e",
134
- "format": "prettier . --check",
135
- "format:fix": "prettier . --write",
134
+ "format": "oxfmt --check && prettier '**/*.graphql' --check",
135
+ "format:fix": "oxfmt --write && prettier '**/*.graphql' --write",
136
136
  "docs:dev": "vitepress dev docs",
137
137
  "docs:build": "vitepress build docs",
138
138
  "docs:preview": "vitepress preview docs"
139
139
  },
140
140
  "dependencies": {
141
141
  "@floating-ui/dom": "^1.7.6",
142
- "@material-symbols/svg-600": "0.40.2",
143
- "@tiptap/core": "^3.22.5",
144
- "@tiptap/extension-emoji": "^3.22.5",
145
- "@tiptap/extension-mention": "^3.22.5",
146
- "@tiptap/extension-task-item": "^3.22.5",
147
- "@tiptap/extension-task-list": "^3.22.5",
148
- "@tiptap/pm": "^3.22.5",
149
- "@tiptap/starter-kit": "^3.22.5",
150
- "@tiptap/suggestion": "^3.22.5",
151
- "@tiptap/vue-3": "^3.22.5",
142
+ "@material-symbols/svg-600": "0.45.1",
143
+ "@tiptap/core": "^3.26.1",
144
+ "@tiptap/extension-emoji": "^3.26.1",
145
+ "@tiptap/extension-mention": "^3.26.1",
146
+ "@tiptap/extension-task-item": "^3.26.1",
147
+ "@tiptap/extension-task-list": "^3.26.1",
148
+ "@tiptap/pm": "^3.26.1",
149
+ "@tiptap/starter-kit": "^3.26.1",
150
+ "@tiptap/suggestion": "^3.26.1",
151
+ "@tiptap/vue-3": "^3.26.1",
152
152
  "artboard-deluxe": "^0.1.5",
153
- "echarts": "^6.0.0",
153
+ "echarts": "^6.1.0",
154
154
  "estree-walker-ts": "^1.1.0",
155
155
  "fzf": "^0.5.2",
156
- "get-video-id": "^4.1.7",
156
+ "get-video-id": "^4.2.0",
157
157
  "html-diff-ts": "^1.4.2",
158
158
  "json5": "^2.2.3",
159
- "marked": "^17.0.1",
159
+ "marked": "^18.0.5",
160
160
  "mitt": "^3.0.1",
161
161
  "papaparse": "^5.5.3",
162
162
  "pofile": "^1.1.4",
163
- "qrcode.vue": "^3.6.0",
163
+ "qrcode.vue": "^3.10.0",
164
164
  "twgl.js": "^7.0.0",
165
165
  "vue-echarts": "^8.0.1",
166
- "zod": "^4.0.0"
166
+ "zod": "^4.4.3"
167
167
  },
168
168
  "devDependencies": {
169
- "@anthropic-ai/sdk": "^0.71.2",
170
- "@ckeditor/ckeditor5-vue": "^8.0.0",
171
- "@nuxt/devtools": "^3.1.1",
172
- "@nuxt/eslint-config": "^1.12.1",
173
- "@nuxt/kit": "^4.4.4",
169
+ "@anthropic-ai/sdk": "^0.104.1",
170
+ "@ckeditor/ckeditor5-vue": "^8.1.1",
171
+ "@nuxt/devtools": "^3.2.4",
172
+ "@nuxt/eslint-config": "^1.16.0",
173
+ "@nuxt/kit": "^4.4.8",
174
174
  "@nuxt/module-builder": "^1.0.2",
175
- "@nuxt/schema": "^4.4.4",
176
- "@nuxt/test-utils": "^3.21.0",
175
+ "@nuxt/schema": "^4.4.8",
176
+ "@nuxt/test-utils": "^4.0.3",
177
177
  "@tailwindcss/forms": "^0.5.11",
178
- "@tailwindcss/postcss": "^4.2.4",
179
- "@tailwindcss/typography": "^0.5.19",
180
- "@tailwindcss/vite": "^4.2.4",
178
+ "@tailwindcss/postcss": "^4.3.1",
179
+ "@tailwindcss/typography": "^0.5.20",
180
+ "@tailwindcss/vite": "^4.3.1",
181
181
  "@thedutchcoder/postcss-rem-to-px": "^0.0.2",
182
- "@types/gettext-parser": "^8.0.0",
182
+ "@types/gettext-parser": "^9.0.0",
183
183
  "@types/micromatch": "^4.0.10",
184
- "@types/node": "^25.0.3",
184
+ "@types/node": "^25.9.3",
185
185
  "@types/papaparse": "^5.5.2",
186
- "@types/turndown": "^5.0.5",
187
- "@vue/test-utils": "^2.4.6",
188
- "axe-core": "^4.11.0",
186
+ "@types/turndown": "^5.0.6",
187
+ "@vue/test-utils": "^2.4.11",
188
+ "axe-core": "^4.12.1",
189
189
  "changelogen": "^0.6.2",
190
- "ckeditor5": "^48.1.1",
191
- "commander": "^13.1.0",
192
- "deepl-node": "^1.25.0",
193
- "eslint": "^9.39.2",
194
- "eslint-plugin-oxlint": "^1.35.0",
195
- "eslint-plugin-sonarjs": "^3.0.5",
190
+ "ckeditor5": "^48.2.0",
191
+ "commander": "^15.0.0",
192
+ "deepl-node": "^1.27.0",
193
+ "eslint": "^10.5.0",
194
+ "eslint-plugin-oxlint": "^1.69.0",
195
+ "eslint-plugin-sonarjs": "^4.0.3",
196
196
  "eslint-plugin-tailwindcss": "^4.0.0-beta.0",
197
- "gettext-parser": "^8.0.0",
198
- "happy-dom": "^20.0.11",
199
- "nuxt": "^4.4.4",
200
- "nuxt-graphql-middleware": "^5.3.0",
197
+ "gettext-parser": "^9.0.2",
198
+ "happy-dom": "^20.10.3",
199
+ "nuxt": "^4.4.8",
200
+ "nuxt-graphql-middleware": "^5.4.0",
201
201
  "nuxt-svg-icon-sprite": "^2.0.2",
202
202
  "openai": "^6.17.0",
203
- "oxc-parser": "^0.98.0",
204
- "oxc-walker": "^0.7.0",
205
- "oxfmt": "^0.20.0",
206
- "oxlint": "^1.35.0",
207
- "playwright-core": "^1.57.0",
208
- "postcss": "^8.5.6",
203
+ "oxc-parser": "^0.135.0",
204
+ "oxc-walker": "^1.0.0",
205
+ "oxfmt": "^0.54.0",
206
+ "oxlint": "^1.69.0",
207
+ "playwright-core": "^1.60.0",
208
+ "postcss": "^8.5.15",
209
209
  "postcss-cli": "^11.0.1",
210
210
  "postcss-import": "^16.1.1",
211
211
  "postcss-mixins": "^12.1.2",
212
212
  "postcss-nested-import": "^1.3.0",
213
213
  "postcss-nesting": "^14.0.0",
214
214
  "postcss-replace": "^2.0.1",
215
- "postcss-selector-parser": "^7.1.1",
216
- "postcss-url": "^10.1.3",
217
- "prettier": "^3.7.4",
218
- "prettier-plugin-glsl": "^0.2.5",
215
+ "postcss-selector-parser": "^7.1.4",
216
+ "postcss-url": "^10.1.4",
217
+ "prettier": "^3.8.4",
219
218
  "syllable": "^5.0.1",
220
219
  "tailwindcss": "^4.2.4",
221
- "tsx": "^4.21.0",
220
+ "tsx": "^4.22.4",
222
221
  "turndown": "^7.2.4",
223
- "typescript": "^6.0.0",
222
+ "typescript": "^6.0.3",
224
223
  "unbuild": "^3.6.1",
225
- "vite-plugin-glsl": "^1.5.5",
224
+ "vite-plugin-glsl": "^1.6.0",
226
225
  "vitepress": "^2.0.0-alpha.17",
227
- "vitest": "^3.2.4",
228
- "vue-router": "^5.0.7",
229
- "vue-tsc": "^3.1.8"
226
+ "vitest": "^4.1.9",
227
+ "vue-router": "^5.1.0",
228
+ "vue-tsc": "^3.3.5"
230
229
  },
231
230
  "peerDependencies": {
232
231
  "@anthropic-ai/sdk": "*",
@@ -279,21 +278,14 @@
279
278
  "engines": {
280
279
  "node": ">=18.0.0"
281
280
  },
281
+ "packageManager": "bun@1.3.14",
282
+ "trustedDependencies": [
283
+ "@parcel/watcher",
284
+ "esbuild",
285
+ "unrs-resolver"
286
+ ],
282
287
  "overrides": {
283
288
  "lodash": "^4.17.24",
284
- "vue": "^3.5.34",
285
- "@nuxt/module-builder": {
286
- "typescript": "$typescript"
287
- },
288
- "postcss-url": {
289
- "minimatch": "^10.2.3"
290
- },
291
- "eslint-plugin-sonarjs": {
292
- "minimatch": "^10.2.3"
293
- },
294
- "prettier-plugin-glsl": {
295
- "chevrotain": "^12.0.0",
296
- "lodash": "^4.17.24"
297
- }
289
+ "vue": "^3.5.34"
298
290
  }
299
291
  }