@bigbinary/neeto-site-blocks 1.1.8 → 1.2.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.cjs.js +64 -11
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +64 -12
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/types.d.ts +2 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -37,3 +37,5 @@ export const GalleryWithAutoplay: React.FC<BlockProps>;
|
|
|
37
37
|
export const GridWithImage: React.FC<BlockProps>;
|
|
38
38
|
export const Embed: React.FC<BlockProps>;
|
|
39
39
|
export const Paragraph: React.FC<BlockProps>;
|
|
40
|
+
export const BlogContent: React.FC<BlockProps>;
|
|
41
|
+
export const FeatureWithBulletList: React.FC<BlockProps>;
|