@alvarosabu/storyblok-richtext-vue-renderer
Advanced tools
Comparing version 0.1.0 to 0.1.1
import type { RendererElement, RendererNode, VNode } from 'vue'; | ||
import { h } from 'vue'; | ||
import SbRickText from './components/SbRichText.vue'; | ||
import SbRichText from './components/SbRichText.vue'; | ||
export declare enum BlockTypes { | ||
@@ -77,2 +77,2 @@ DOCUMENT = "doc", | ||
}; | ||
export { SbRickText }; | ||
export { SbRichText }; |
@@ -107,5 +107,5 @@ import { defineComponent as S, openBlock as I, createBlock as p, getCurrentInstance as O, h as r, createTextVNode as L, resolveDynamicComponent as N } from "vue"; | ||
C as MarkTypes, | ||
q as SbRickText, | ||
q as SbRichText, | ||
A as TextTypes, | ||
U as useSbRichtext | ||
}; |
{ | ||
"name": "@alvarosabu/storyblok-richtext-vue-renderer", | ||
"type": "module", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"packageManager": "pnpm@8.10.2", | ||
@@ -6,0 +6,0 @@ "description": "A Vue 3 renderer for Storyblok Rich Text", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package