@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/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/types.d.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -42176,7 +42176,7 @@ var HeroWithCallToAction = function HeroWithCallToAction(_ref) {
|
|
|
42176
42176
|
var _excluded$3 = ["configurations", "className", "id", "disableButtonAndLinks"];
|
|
42177
42177
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
42178
42178
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty$1(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
42179
|
-
var
|
|
42179
|
+
var HeroWithGallery = function HeroWithGallery(_ref) {
|
|
42180
42180
|
var configurations = _ref.configurations,
|
|
42181
42181
|
_ref$className = _ref.className,
|
|
42182
42182
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
@@ -42878,5 +42878,5 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
42878
42878
|
Outlined: OutlineIcons
|
|
42879
42879
|
});
|
|
42880
42880
|
|
|
42881
|
-
export { BlogContent, CardsClassic, CardsInGridView, CardsWithCustomizableGrid, CardsWithImage, CtaClassic, CtaWithEmailAction, CtaWithLogo, index$1 as DESIGN_OPTIONS, Embed, FaqWithHamburgerView as FaqWithAccordion, FeatureWithBulletList, FeatureWithDetails, FeatureWithGrid, FeatureWithImage, FeatureWithJumboText, FeatureWithList, FeatureWithProgressBar, FooterClassic, FooterWithIcons, FooterWithLinks, GalleryClassic, GalleryWithAutoplay, HeaderWithButtons, HeaderWithDropdownLinks, HeaderWithIcons, HeaderWithLogoTitle, HeroWithCallToAction,
|
|
42881
|
+
export { BlogContent, CardsClassic, CardsInGridView, CardsWithCustomizableGrid, CardsWithImage, CtaClassic, CtaWithEmailAction, CtaWithLogo, index$1 as DESIGN_OPTIONS, Embed, FaqWithHamburgerView as FaqWithAccordion, FeatureWithBulletList, FeatureWithDetails, FeatureWithGrid, FeatureWithImage, FeatureWithJumboText, FeatureWithList, FeatureWithProgressBar, FooterClassic, FooterWithIcons, FooterWithLinks, GalleryClassic, GalleryWithAutoplay, HeaderWithButtons, HeaderWithDropdownLinks, HeaderWithIcons, HeaderWithLogoTitle, HeroWithCallToAction, HeroWithGallery, index as Icons, LogoClouds, Paragraph, PricingInCardView, Slides, TestimonialWithSlider, TestimonialWithVerticalView };
|
|
42882
42882
|
//# sourceMappingURL=index.js.map
|