@ikas/storefront 1.0.8 → 1.0.9
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/build/index.es.js +1 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -44969,7 +44969,7 @@ var IkasCustomPropValueProvider = /** @class */ (function () {
|
|
|
44969
44969
|
if (this.customData.isRequired &&
|
|
44970
44970
|
((customDataValue === null || customDataValue === void 0 ? void 0 : customDataValue.value) === undefined || (customDataValue === null || customDataValue === void 0 ? void 0 : customDataValue.value) === null))
|
|
44971
44971
|
return [2 /*return*/];
|
|
44972
|
-
return [2 /*return*/,
|
|
44972
|
+
return [2 /*return*/, customDataValue];
|
|
44973
44973
|
}
|
|
44974
44974
|
});
|
|
44975
44975
|
});
|
package/build/index.js
CHANGED
|
@@ -44946,7 +44946,7 @@ var IkasCustomPropValueProvider = /** @class */ (function () {
|
|
|
44946
44946
|
if (this.customData.isRequired &&
|
|
44947
44947
|
((customDataValue === null || customDataValue === void 0 ? void 0 : customDataValue.value) === undefined || (customDataValue === null || customDataValue === void 0 ? void 0 : customDataValue.value) === null))
|
|
44948
44948
|
return [2 /*return*/];
|
|
44949
|
-
return [2 /*return*/,
|
|
44949
|
+
return [2 /*return*/, customDataValue];
|
|
44950
44950
|
}
|
|
44951
44951
|
});
|
|
44952
44952
|
});
|