payload-richtext-tiptap 0.0.159 → 0.0.160

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 (41) hide show
  1. package/dist/src/fields/TiptapEditor/extensions/Paragraph/Paragraph.d.ts.map +1 -1
  2. package/dist/src/fields/TiptapEditor/extensions/Paragraph/Paragraph.js +27 -4
  3. package/dist/src/fields/TiptapEditor/extensions/Paragraph/Paragraph.js.map +1 -1
  4. package/dist/src/fields/TiptapEditor/extensions/extension-kit.d.ts +3 -3
  5. package/dist/src/fields/TiptapEditor/extensions/extension-kit.d.ts.map +1 -1
  6. package/dist/src/fields/TiptapEditor/extensions/extension-kit.js +23 -21
  7. package/dist/src/fields/TiptapEditor/extensions/extension-kit.js.map +1 -1
  8. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/SlashCommandTriggerButton.d.ts +4 -0
  9. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/SlashCommandTriggerButton.d.ts.map +1 -0
  10. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/SlashCommandTriggerButton.js +32 -0
  11. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/SlashCommandTriggerButton.js.map +1 -0
  12. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/SlashDropdownMenu.d.ts +4 -0
  13. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/SlashDropdownMenu.d.ts.map +1 -0
  14. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/SlashDropdownMenu.js +70 -0
  15. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/SlashDropdownMenu.js.map +1 -0
  16. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/SlashMenuList.d.ts +10 -0
  17. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/SlashMenuList.d.ts.map +1 -0
  18. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/SlashMenuList.js +249 -0
  19. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/SlashMenuList.js.map +1 -0
  20. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/SuggestionMenu.d.ts +15 -0
  21. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/SuggestionMenu.d.ts.map +1 -0
  22. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/SuggestionMenu.js +291 -0
  23. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/SuggestionMenu.js.map +1 -0
  24. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/index.d.ts +7 -0
  25. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/index.d.ts.map +1 -0
  26. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/index.js +7 -0
  27. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/index.js.map +1 -0
  28. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/types.d.ts +28 -0
  29. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/types.d.ts.map +1 -0
  30. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/types.js +3 -0
  31. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/types.js.map +1 -0
  32. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/utils.d.ts +6 -0
  33. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/utils.d.ts.map +1 -0
  34. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/utils.js +222 -0
  35. package/dist/src/fields/TiptapEditor/features/ui/SlashCommand/utils.js.map +1 -0
  36. package/dist/src/fields/TiptapEditor/lib/utils/updateImageUrl.d.ts +2 -0
  37. package/dist/src/fields/TiptapEditor/lib/utils/updateImageUrl.d.ts.map +1 -0
  38. package/dist/src/fields/TiptapEditor/lib/utils/updateImageUrl.js +17 -0
  39. package/dist/src/fields/TiptapEditor/lib/utils/updateImageUrl.js.map +1 -0
  40. package/dist/tsconfig.tsbuildinfo +1 -1
  41. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payload-richtext-tiptap",
3
- "version": "0.0.159",
3
+ "version": "0.0.160",
4
4
  "description": "Rich text tiptap for Payload CMS",
5
5
  "keywords": [
6
6
  "payload",