@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.js
CHANGED
|
@@ -14549,14 +14549,14 @@ var _excluded$e = ["configurations", "className", "id", "image"];
|
|
|
14549
14549
|
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; }
|
|
14550
14550
|
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$1(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; }
|
|
14551
14551
|
var FeatureWithProgressBar = function FeatureWithProgressBar(_ref) {
|
|
14552
|
-
var _features, _features2, _features3, _features4, _features5;
|
|
14552
|
+
var _configurations$prope, _features, _features2, _features3, _features4, _features5;
|
|
14553
14553
|
var configurations = _ref.configurations,
|
|
14554
14554
|
_ref$className = _ref.className,
|
|
14555
14555
|
className = _ref$className === void 0 ? "" : _ref$className,
|
|
14556
14556
|
id = _ref.id,
|
|
14557
14557
|
image = _ref.image,
|
|
14558
14558
|
otherProps = _objectWithoutProperties(_ref, _excluded$e);
|
|
14559
|
-
var _useState = useState(configurations.properties.features[0].position),
|
|
14559
|
+
var _useState = useState(((_configurations$prope = configurations.properties.features[0]) === null || _configurations$prope === void 0 ? void 0 : _configurations$prope.position) || 1),
|
|
14560
14560
|
_useState2 = _slicedToArray(_useState, 2),
|
|
14561
14561
|
selectedTabId = _useState2[0],
|
|
14562
14562
|
setSelectedTabId = _useState2[1];
|