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.
- package/dist/module.json +1 -1
- package/dist/module.mjs +4 -2
- package/dist/runtime/components/app/ScrollToTop.d.vue.ts +4 -1
- package/dist/runtime/components/app/ScrollToTop.vue.d.ts +4 -1
- package/dist/runtime/components/blocks/Block.d.vue.ts +4 -17
- package/dist/runtime/components/blocks/Block.vue +25 -46
- package/dist/runtime/components/blocks/Block.vue.d.ts +4 -17
- package/dist/runtime/components/blocks/BlockEditRenderer.vue +55 -0
- package/dist/runtime/components/blocks/BlockEditor.d.vue.ts +15 -0
- package/dist/runtime/components/blocks/BlockEditor.vue +110 -0
- package/dist/runtime/components/blocks/BlockEditor.vue.d.ts +15 -0
- package/dist/runtime/components/{renderers/BlockRenderer.vue → blocks/BlockViewRenderer.vue} +21 -18
- package/dist/runtime/components/blocks/editor/CalloutBlockEditor.vue +1 -1
- package/dist/runtime/components/blocks/editor/CardBlockEditor.vue +1 -1
- package/dist/runtime/components/blocks/editor/ParagraphBlockEditor.d.vue.ts +5 -2
- package/dist/runtime/components/blocks/editor/ParagraphBlockEditor.vue +53 -5
- package/dist/runtime/components/blocks/editor/ParagraphBlockEditor.vue.d.ts +5 -2
- package/dist/runtime/components/blocks/editor/SectionBlockEditor.d.vue.ts +5 -2
- package/dist/runtime/components/blocks/editor/SectionBlockEditor.vue +101 -45
- package/dist/runtime/components/blocks/editor/SectionBlockEditor.vue.d.ts +5 -2
- package/dist/runtime/components/blocks/editor/TestBlockEditor.d.vue.ts +7 -0
- package/dist/runtime/components/blocks/editor/TestBlockEditor.vue +44 -0
- package/dist/runtime/components/blocks/editor/TestBlockEditor.vue.d.ts +7 -0
- package/dist/runtime/components/blocks/renderer/CalloutBlockRenderer.vue +1 -1
- package/dist/runtime/components/blocks/renderer/CardBlockRenderer.vue +1 -1
- package/dist/runtime/components/blocks/renderer/ParagraphBlockRenderer.vue +1 -3
- package/dist/runtime/components/blocks/renderer/SectionBlockRenderer.vue +2 -1
- package/dist/runtime/components/blocks/renderer/TestBlockRenderer.d.vue.ts +4 -0
- package/dist/runtime/components/blocks/renderer/TestBlockRenderer.vue +9 -0
- package/dist/runtime/components/blocks/renderer/TestBlockRenderer.vue.d.ts +4 -0
- package/dist/runtime/components/cards/TeamCard.d.vue.ts +2 -2
- package/dist/runtime/components/cards/TeamCard.vue.d.ts +2 -2
- package/dist/runtime/components/content/Callout.d.vue.ts +2 -2
- package/dist/runtime/components/content/Callout.vue.d.ts +2 -2
- package/dist/runtime/components/content/Section.d.vue.ts +5 -5
- package/dist/runtime/components/content/Section.vue +13 -8
- package/dist/runtime/components/content/Section.vue.d.ts +5 -5
- package/dist/runtime/components/content/Test.d.vue.ts +16 -0
- package/dist/runtime/components/content/Test.vue +13 -0
- package/dist/runtime/components/content/Test.vue.d.ts +16 -0
- package/dist/runtime/composables/useBlockEditor.d.ts +27233 -0
- package/dist/runtime/composables/useBlockEditor.js +163 -0
- package/dist/runtime/types/blocks.d.ts +9 -2
- package/dist/runtime/utils/index.d.ts +0 -3
- package/dist/runtime/utils/index.js +0 -5
- package/dist/runtime/utils/richTextHelpers.d.ts +16 -0
- package/dist/runtime/utils/richTextHelpers.js +17 -0
- package/package.json +19 -25
- package/dist/runtime/components/backgrounds/AnimateGrid.d.vue.ts +0 -17
- package/dist/runtime/components/backgrounds/AnimateGrid.vue +0 -84
- package/dist/runtime/components/backgrounds/AnimateGrid.vue.d.ts +0 -17
- package/dist/runtime/components/backgrounds/FlickeringGrid.d.vue.ts +0 -13
- package/dist/runtime/components/backgrounds/FlickeringGrid.vue +0 -136
- package/dist/runtime/components/backgrounds/FlickeringGrid.vue.d.ts +0 -13
- package/dist/runtime/components/backgrounds/InteractiveGrid.d.vue.ts +0 -11
- package/dist/runtime/components/backgrounds/InteractiveGrid.vue +0 -58
- package/dist/runtime/components/backgrounds/InteractiveGrid.vue.d.ts +0 -11
- package/dist/runtime/components/renderers/BlockEditor.vue +0 -63
- package/dist/runtime/composables/useBlockContentEditor.d.ts +0 -32
- package/dist/runtime/composables/useBlockContentEditor.js +0 -63
- /package/dist/runtime/components/{renderers/BlockEditor.d.vue.ts → blocks/BlockEditRenderer.d.vue.ts} +0 -0
- /package/dist/runtime/components/{renderers/BlockEditor.vue.d.ts → blocks/BlockEditRenderer.vue.d.ts} +0 -0
- /package/dist/runtime/components/{renderers/BlockRenderer.d.vue.ts → blocks/BlockViewRenderer.d.vue.ts} +0 -0
- /package/dist/runtime/components/{renderers/BlockRenderer.vue.d.ts → blocks/BlockViewRenderer.vue.d.ts} +0 -0
- /package/dist/runtime/components/{renderers → blocks}/TOC.d.vue.ts +0 -0
- /package/dist/runtime/components/{renderers → blocks}/TOC.vue +0 -0
- /package/dist/runtime/components/{renderers → blocks}/TOC.vue.d.ts +0 -0
- /package/dist/runtime/components/{renderers → blocks}/TextRenderer.d.vue.ts +0 -0
- /package/dist/runtime/components/{renderers → blocks}/TextRenderer.vue +0 -0
- /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.