@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.cjs.js
CHANGED
|
@@ -42222,7 +42222,7 @@ var HeroWithCallToAction = function HeroWithCallToAction(_ref) {
|
|
|
42222
42222
|
var _excluded$3 = ["configurations", "className", "id", "disableButtonAndLinks"];
|
|
42223
42223
|
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; }
|
|
42224
42224
|
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__default["default"](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; }
|
|
42225
|
-
var
|
|
42225
|
+
var HeroWithGallery = function HeroWithGallery(_ref) {
|
|
42226
42226
|
var configurations = _ref.configurations,
|
|
42227
42227
|
_ref$className = _ref.className,
|
|
42228
42228
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
@@ -42952,7 +42952,7 @@ exports.HeaderWithDropdownLinks = HeaderWithDropdownLinks;
|
|
|
42952
42952
|
exports.HeaderWithIcons = HeaderWithIcons;
|
|
42953
42953
|
exports.HeaderWithLogoTitle = HeaderWithLogoTitle;
|
|
42954
42954
|
exports.HeroWithCallToAction = HeroWithCallToAction;
|
|
42955
|
-
exports.
|
|
42955
|
+
exports.HeroWithGallery = HeroWithGallery;
|
|
42956
42956
|
exports.Icons = index;
|
|
42957
42957
|
exports.LogoClouds = LogoClouds;
|
|
42958
42958
|
exports.Paragraph = Paragraph;
|