@bigbinary/neeto-site-blocks 1.16.11 → 1.16.13
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/dist/index.cjs.js
CHANGED
|
@@ -14568,14 +14568,14 @@ var _excluded$e = ["configurations", "className", "id", "image"];
|
|
|
14568
14568
|
function ownKeys$e(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; }
|
|
14569
14569
|
function _objectSpread$e(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$e(Object(source), !0).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$e(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
14570
14570
|
var FeatureWithProgressBar = function FeatureWithProgressBar(_ref) {
|
|
14571
|
-
var _features, _features2, _features3, _features4, _features5;
|
|
14571
|
+
var _configurations$prope, _features, _features2, _features3, _features4, _features5;
|
|
14572
14572
|
var configurations = _ref.configurations,
|
|
14573
14573
|
_ref$className = _ref.className,
|
|
14574
14574
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
14575
14575
|
id = _ref.id,
|
|
14576
14576
|
image = _ref.image,
|
|
14577
14577
|
otherProps = _objectWithoutProperties__default["default"](_ref, _excluded$e);
|
|
14578
|
-
var _useState = React.useState(configurations.properties.features[0].position),
|
|
14578
|
+
var _useState = React.useState(((_configurations$prope = configurations.properties.features[0]) === null || _configurations$prope === void 0 ? void 0 : _configurations$prope.position) || 1),
|
|
14579
14579
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
14580
14580
|
selectedTabId = _useState2[0],
|
|
14581
14581
|
setSelectedTabId = _useState2[1];
|