vdc-editor 0.1.200 → 0.1.202

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 (76) hide show
  1. package/lib/{BulkSpellChecker-DT2RlF4H.mjs → BulkSpellChecker-C1tlkfCq.mjs} +2 -2
  2. package/lib/{BulkSpellChecker-DT2RlF4H.mjs.map → BulkSpellChecker-C1tlkfCq.mjs.map} +1 -1
  3. package/lib/favicon.svg +18 -0
  4. package/lib/fonts/Inter-Black.woff +0 -0
  5. package/lib/fonts/Inter-Black.woff2 +0 -0
  6. package/lib/fonts/Inter-Bold.woff +0 -0
  7. package/lib/fonts/Inter-Bold.woff2 +0 -0
  8. package/lib/fonts/Inter-ExtraBold.woff +0 -0
  9. package/lib/fonts/Inter-ExtraBold.woff2 +0 -0
  10. package/lib/fonts/Inter-ExtraLight.woff +0 -0
  11. package/lib/fonts/Inter-ExtraLight.woff2 +0 -0
  12. package/lib/fonts/Inter-Light.woff +0 -0
  13. package/lib/fonts/Inter-Light.woff2 +0 -0
  14. package/lib/fonts/Inter-Medium.woff +0 -0
  15. package/lib/fonts/Inter-Medium.woff2 +0 -0
  16. package/lib/fonts/Inter-Regular.woff +0 -0
  17. package/lib/fonts/Inter-Regular.woff2 +0 -0
  18. package/lib/fonts/Inter-SemiBold.woff +0 -0
  19. package/lib/fonts/Inter-SemiBold.woff2 +0 -0
  20. package/lib/fonts/Inter-Thin.woff +0 -0
  21. package/lib/fonts/Inter-Thin.woff2 +0 -0
  22. package/lib/fonts/Pretendard-Black.woff +0 -0
  23. package/lib/fonts/Pretendard-Black.woff2 +0 -0
  24. package/lib/fonts/Pretendard-Bold.woff +0 -0
  25. package/lib/fonts/Pretendard-Bold.woff2 +0 -0
  26. package/lib/fonts/Pretendard-ExtraBold.woff +0 -0
  27. package/lib/fonts/Pretendard-ExtraBold.woff2 +0 -0
  28. package/lib/fonts/Pretendard-ExtraLight.woff +0 -0
  29. package/lib/fonts/Pretendard-ExtraLight.woff2 +0 -0
  30. package/lib/fonts/Pretendard-Light.woff +0 -0
  31. package/lib/fonts/Pretendard-Light.woff2 +0 -0
  32. package/lib/fonts/Pretendard-Medium.woff +0 -0
  33. package/lib/fonts/Pretendard-Medium.woff2 +0 -0
  34. package/lib/fonts/Pretendard-Regular.woff +0 -0
  35. package/lib/fonts/Pretendard-Regular.woff2 +0 -0
  36. package/lib/fonts/Pretendard-SemiBold.woff +0 -0
  37. package/lib/fonts/Pretendard-SemiBold.woff2 +0 -0
  38. package/lib/fonts/Pretendard-Thin.woff +0 -0
  39. package/lib/fonts/Pretendard-Thin.woff2 +0 -0
  40. package/lib/{index-CaYoCbLr.mjs → index-DqCe9fo5.mjs} +12444 -12336
  41. package/lib/index-DqCe9fo5.mjs.map +1 -0
  42. package/lib/src/components/ActionButton.vue.d.ts +1 -1
  43. package/lib/src/components/ActionDropdownButton.vue.d.ts +1 -1
  44. package/lib/src/components/ActionDropdownButtonSplit.vue.d.ts +1 -1
  45. package/lib/src/components/ActionMenuButton.vue.d.ts +1 -1
  46. package/lib/src/components/SuperInputBottomSheet.vue.d.ts +25 -0
  47. package/lib/src/components/editor/CoreEditorMoblie.vue.d.ts +1 -1
  48. package/lib/src/components/editor/CoreEditorV2.vue.d.ts +1 -1
  49. package/lib/src/components/editor/EditorComment.vue.d.ts +1 -1
  50. package/lib/src/components/editor/EditorCommentMoblie.vue.d.ts +1 -1
  51. package/lib/src/components/editor/EditorFieldName.vue.d.ts +2 -4
  52. package/lib/src/components/editor/SuperViewMobileEditor.vue.d.ts +1 -1
  53. package/lib/src/components/editor/SuperViewMobileSuperEditor.vue.d.ts +1 -1
  54. package/lib/src/components/icons/icons.d.ts +2 -0
  55. package/lib/src/components/menus/MainBubbleMenu.vue.d.ts +19 -0
  56. package/lib/src/components/{ScreenSplitToastPopup.vue.d.ts → menus/MainBubbleMenuList.vue.d.ts} +9 -5
  57. package/lib/src/components/ui/button/index.d.ts +1 -1
  58. package/lib/src/extensions/Ai/components/AIButton.vue.d.ts +1 -1
  59. package/lib/src/extensions/BaseKit.d.ts +2 -4
  60. package/lib/src/extensions/Diff.ts/Diff.d.ts +3 -0
  61. package/lib/src/extensions/Diff.ts/index.d.ts +1 -0
  62. package/lib/src/extensions/Link/components/LinkEditPopover.vue.d.ts +1 -1
  63. package/lib/src/extensions/SuperText/SuperText.d.ts +6 -2
  64. package/lib/src/hooks/index.d.ts +1 -0
  65. package/lib/src/hooks/useAccordionSplitpanes.d.ts +13 -0
  66. package/lib/src/hooks/useEditorInsert.d.ts +7 -0
  67. package/lib/src/hooks/useStore.d.ts +2 -0
  68. package/lib/src/type.d.ts +9 -1
  69. package/lib/src/utils.d.ts +1 -0
  70. package/lib/style.css +1 -1
  71. package/lib/vdc-editor.mjs +1 -1
  72. package/lib/vdc-editor.umd.js +93 -79
  73. package/lib/vdc-editor.umd.js.map +1 -1
  74. package/package.json +1 -1
  75. package/lib/index-CaYoCbLr.mjs.map +0 -1
  76. package/lib/src/components/SelectContextMenuMobile.vue.d.ts +0 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vdc-editor",
3
- "version": "0.1.200",
3
+ "version": "0.1.202",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "description": "A modern WYSIWYG rich-text editor using tiptap + Vue.js for SBS",