@bigbinary/neeto-site-blocks 1.6.2 → 1.6.3

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": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "./types.d.ts",
package/types.d.ts CHANGED
@@ -10,7 +10,7 @@ export const HeaderWithButtons: React.FC<BlockProps>;
10
10
  export const HeaderWithIcons: React.FC<BlockProps>;
11
11
  export const HeaderWithLogoTitle: React.FC<BlockProps>;
12
12
  export const HeroWithCallToAction: React.FC<BlockProps>;
13
- export const HeroWithMultipleLayouts: React.FC<BlockProps>;
13
+ export const HeroWithGallery: React.FC<BlockProps>;
14
14
  export const LogoClouds: React.FC<BlockProps>;
15
15
  export const PricingInCardView: React.FC<BlockProps>;
16
16
  export const TestimonialWithSlider: React.FC<BlockProps>;