@bigbinary/neeto-site-blocks 0.17.0 → 0.18.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-site-blocks",
3
- "version": "0.17.0",
3
+ "version": "0.18.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "./types.d.ts",
package/types.d.ts CHANGED
@@ -7,11 +7,11 @@ interface BlockProps {
7
7
  className?: string;
8
8
  }
9
9
 
10
+ export const CardWithGridText : React.FC<BlockProps>;
10
11
  export const CardWithImage : React.FC<BlockProps>;
11
12
  export const CtaWithButtonOnBottom : React.FC<BlockProps>;
12
13
  export const FaqWithHamburgerView : React.FC<BlockProps>;
13
14
  export const FeatureWithRightImage : React.FC<BlockProps>;
14
- export const FeatureWithImageCarousel : React.FC<BlockProps>;
15
15
  export const FeatureWithImageBlocks : React.FC<BlockProps>;
16
16
  export const FeatureWithJumboText : React.FC<BlockProps>;
17
17
  export const FeatureWithGrid : React.FC<BlockProps>;