c8dd4bb: Added support for EU Storyblok spaces, updated component exports.
c8dd4bb: Added additional verbiage to component titles and descriptions for content editor clarity
92ee5d2: Added author to fetched data and exported components, fetching relationships, added new Storyblok specific templates to NextJs, updated types to align with returned Storyblok data, fixed richtext parsing, replaced storyblok-js-client with storyblok/richtext.
5521aa2: - Modified the Strap plugin in the Storyblok integration to ensure that the featured prop is set to undefined when there is no featured image.
83259b2: Adds preview plugin to CMS provider, useContent will utilize this plugin for handling updating content in preview mode. Adds preview plugin for Storyblok integration
f31dd9d: feat: add resourceVersion option to useContent plugin, allowing the passing of resourceVersion between draft and published content, add test case for useContent to cover draft content; cleanup: Remove Canada region url checker in getGraphQLClient and set the default resourceVersion to published.
99f0a3e: Creates custom schema for RichTextResolver so that classname's can be applied directly to an element without Storyblok's default behaviour of creating a span that the class would be applied to. This schema is used for BasicContent/richTextContent.