@bigbinary/neeto-site-blocks 0.26.3 → 0.27.1
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 +668 -116
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +668 -117
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/types.d.ts +1 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ export const CardsClassic: React.FC<BlockProps>;
|
|
|
19
19
|
export const CardsInGridView: React.FC<BlockProps>;
|
|
20
20
|
export const CardsWithCustomizableGrid: React.FC<BlockProps>;
|
|
21
21
|
export const CardsWithGallery: React.FC<BlockProps>;
|
|
22
|
+
export const CardsWithImage: React.FC<BlockProps>;
|
|
22
23
|
export const CtaClassic: React.FC<BlockProps>;
|
|
23
24
|
export const CtaWithEmailAction: React.FC<BlockProps>;
|
|
24
25
|
export const CtaWithLogo: React.FC<BlockProps>;
|