@bigbinary/neeto-site-blocks 0.10.0 → 0.11.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 +9 -9
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +9 -9
- 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
|
@@ -10,6 +10,7 @@ interface BlockProps {
|
|
|
10
10
|
export const CtaWithButtonOnBottom : React.FC<BlockProps>;
|
|
11
11
|
export const FaqWithHamburgerView : React.FC<BlockProps>;
|
|
12
12
|
export const FeatureWithRightImage : React.FC<BlockProps>;
|
|
13
|
+
export const FeatureWithSlidingImages : React.FC<BlockProps>;
|
|
13
14
|
export const FeatureWithGrid : React.FC<BlockProps>;
|
|
14
15
|
export const FeatureWithList : React.FC<BlockProps>;
|
|
15
16
|
export const FeatureWithLink : React.FC<BlockProps>;
|
|
@@ -21,6 +22,7 @@ export const HeaderWithLeftLinks : React.FC<BlockProps>;
|
|
|
21
22
|
export const HeaderWithMiddleLinks : React.FC<BlockProps>;
|
|
22
23
|
export const HeaderWithRightLinks : React.FC<BlockProps>;
|
|
23
24
|
export const HeroWithRightImage : React.FC<BlockProps>;
|
|
25
|
+
export const HeroWithSlider : React.FC<BlockProps>;
|
|
24
26
|
export const HorizontalTestimonial : React.FC<BlockProps>;
|
|
25
27
|
export const LogoClouds : React.FC<BlockProps>;
|
|
26
28
|
export const PricingInCardView : React.FC<BlockProps>;
|