@storyblok/js 4.4.5 → 5.0.0

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/index.d.ts CHANGED
@@ -19,5 +19,5 @@ export { useStoryblokBridge as registerStoryblokBridge };
19
19
  export { default as apiPlugin } from './api';
20
20
  export { default as storyblokEditable } from './editable';
21
21
  export * from './types';
22
- export { BlockTypes, MarkTypes, richTextResolver, type StoryblokRichTextDocumentNode, type StoryblokRichTextImageOptimizationOptions, type StoryblokRichTextNode, type StoryblokRichTextNodeResolver, type StoryblokRichTextNodeTypes, type StoryblokRichTextOptions, type StoryblokRichTextResolvers, TextTypes, } from '@storyblok/richtext';
22
+ export { asTag, BlockTypes, ComponentBlok, LinkTypes, MarkTypes, richTextResolver, segmentStoryblokRichText, type StoryblokRichTextDocumentNode, type StoryblokRichTextImageOptimizationOptions, type StoryblokRichTextNode, type StoryblokRichTextNodeTypes, type StoryblokRichTextOptions, TextTypes, } from '@storyblok/richtext';
23
23
  export { default as StoryblokClient } from 'storyblok-js-client';