rimelight-components 2.0.46 → 2.0.48

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 (70) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/module.mjs +4 -2
  3. package/dist/runtime/components/app/ScrollToTop.d.vue.ts +4 -1
  4. package/dist/runtime/components/app/ScrollToTop.vue.d.ts +4 -1
  5. package/dist/runtime/components/blocks/Block.d.vue.ts +4 -17
  6. package/dist/runtime/components/blocks/Block.vue +25 -46
  7. package/dist/runtime/components/blocks/Block.vue.d.ts +4 -17
  8. package/dist/runtime/components/blocks/BlockEditRenderer.vue +55 -0
  9. package/dist/runtime/components/blocks/BlockEditor.d.vue.ts +15 -0
  10. package/dist/runtime/components/blocks/BlockEditor.vue +110 -0
  11. package/dist/runtime/components/blocks/BlockEditor.vue.d.ts +15 -0
  12. package/dist/runtime/components/{renderers/BlockRenderer.vue → blocks/BlockViewRenderer.vue} +21 -18
  13. package/dist/runtime/components/blocks/editor/CalloutBlockEditor.vue +1 -1
  14. package/dist/runtime/components/blocks/editor/CardBlockEditor.vue +1 -1
  15. package/dist/runtime/components/blocks/editor/ParagraphBlockEditor.d.vue.ts +5 -2
  16. package/dist/runtime/components/blocks/editor/ParagraphBlockEditor.vue +53 -5
  17. package/dist/runtime/components/blocks/editor/ParagraphBlockEditor.vue.d.ts +5 -2
  18. package/dist/runtime/components/blocks/editor/SectionBlockEditor.d.vue.ts +5 -2
  19. package/dist/runtime/components/blocks/editor/SectionBlockEditor.vue +101 -45
  20. package/dist/runtime/components/blocks/editor/SectionBlockEditor.vue.d.ts +5 -2
  21. package/dist/runtime/components/blocks/editor/TestBlockEditor.d.vue.ts +7 -0
  22. package/dist/runtime/components/blocks/editor/TestBlockEditor.vue +44 -0
  23. package/dist/runtime/components/blocks/editor/TestBlockEditor.vue.d.ts +7 -0
  24. package/dist/runtime/components/blocks/renderer/CalloutBlockRenderer.vue +1 -1
  25. package/dist/runtime/components/blocks/renderer/CardBlockRenderer.vue +1 -1
  26. package/dist/runtime/components/blocks/renderer/ParagraphBlockRenderer.vue +1 -3
  27. package/dist/runtime/components/blocks/renderer/SectionBlockRenderer.vue +2 -1
  28. package/dist/runtime/components/blocks/renderer/TestBlockRenderer.d.vue.ts +4 -0
  29. package/dist/runtime/components/blocks/renderer/TestBlockRenderer.vue +9 -0
  30. package/dist/runtime/components/blocks/renderer/TestBlockRenderer.vue.d.ts +4 -0
  31. package/dist/runtime/components/cards/TeamCard.d.vue.ts +2 -2
  32. package/dist/runtime/components/cards/TeamCard.vue.d.ts +2 -2
  33. package/dist/runtime/components/content/Callout.d.vue.ts +2 -2
  34. package/dist/runtime/components/content/Callout.vue.d.ts +2 -2
  35. package/dist/runtime/components/content/Section.d.vue.ts +5 -5
  36. package/dist/runtime/components/content/Section.vue +13 -8
  37. package/dist/runtime/components/content/Section.vue.d.ts +5 -5
  38. package/dist/runtime/components/content/Test.d.vue.ts +16 -0
  39. package/dist/runtime/components/content/Test.vue +13 -0
  40. package/dist/runtime/components/content/Test.vue.d.ts +16 -0
  41. package/dist/runtime/composables/useBlockEditor.d.ts +27233 -0
  42. package/dist/runtime/composables/useBlockEditor.js +163 -0
  43. package/dist/runtime/types/blocks.d.ts +9 -2
  44. package/dist/runtime/utils/index.d.ts +0 -3
  45. package/dist/runtime/utils/index.js +0 -5
  46. package/dist/runtime/utils/richTextHelpers.d.ts +16 -0
  47. package/dist/runtime/utils/richTextHelpers.js +17 -0
  48. package/package.json +19 -25
  49. package/dist/runtime/components/backgrounds/AnimateGrid.d.vue.ts +0 -17
  50. package/dist/runtime/components/backgrounds/AnimateGrid.vue +0 -84
  51. package/dist/runtime/components/backgrounds/AnimateGrid.vue.d.ts +0 -17
  52. package/dist/runtime/components/backgrounds/FlickeringGrid.d.vue.ts +0 -13
  53. package/dist/runtime/components/backgrounds/FlickeringGrid.vue +0 -136
  54. package/dist/runtime/components/backgrounds/FlickeringGrid.vue.d.ts +0 -13
  55. package/dist/runtime/components/backgrounds/InteractiveGrid.d.vue.ts +0 -11
  56. package/dist/runtime/components/backgrounds/InteractiveGrid.vue +0 -58
  57. package/dist/runtime/components/backgrounds/InteractiveGrid.vue.d.ts +0 -11
  58. package/dist/runtime/components/renderers/BlockEditor.vue +0 -63
  59. package/dist/runtime/composables/useBlockContentEditor.d.ts +0 -32
  60. package/dist/runtime/composables/useBlockContentEditor.js +0 -63
  61. /package/dist/runtime/components/{renderers/BlockEditor.d.vue.ts → blocks/BlockEditRenderer.d.vue.ts} +0 -0
  62. /package/dist/runtime/components/{renderers/BlockEditor.vue.d.ts → blocks/BlockEditRenderer.vue.d.ts} +0 -0
  63. /package/dist/runtime/components/{renderers/BlockRenderer.d.vue.ts → blocks/BlockViewRenderer.d.vue.ts} +0 -0
  64. /package/dist/runtime/components/{renderers/BlockRenderer.vue.d.ts → blocks/BlockViewRenderer.vue.d.ts} +0 -0
  65. /package/dist/runtime/components/{renderers → blocks}/TOC.d.vue.ts +0 -0
  66. /package/dist/runtime/components/{renderers → blocks}/TOC.vue +0 -0
  67. /package/dist/runtime/components/{renderers → blocks}/TOC.vue.d.ts +0 -0
  68. /package/dist/runtime/components/{renderers → blocks}/TextRenderer.d.vue.ts +0 -0
  69. /package/dist/runtime/components/{renderers → blocks}/TextRenderer.vue +0 -0
  70. /package/dist/runtime/components/{renderers → blocks}/TextRenderer.vue.d.ts +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.