s-platform-landing-section 0.1.10-alpha.1 → 0.1.10-alpha.2
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.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1112 -921
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -96,6 +96,9 @@ var NavBar7 = function NavBar7(props) {
|
|
|
96
96
|
bgSecondary = _shopConfigStyle$colo6 === void 0 ? "#fff" : _shopConfigStyle$colo6,
|
|
97
97
|
_shopConfigStyle$colo7 = _shopConfigStyle$colo.textButton,
|
|
98
98
|
textButton = _shopConfigStyle$colo7 === void 0 ? "#fff" : _shopConfigStyle$colo7;
|
|
99
|
+
console.log("NavBar7 routes", routes);
|
|
100
|
+
console.log("NavBar7 userInfo", userInfo);
|
|
101
|
+
console.log("NavBar7 cartItems", cartItems);
|
|
99
102
|
var totalItem = cartItems.reduce(function (total, item) {
|
|
100
103
|
return total + item.quantity;
|
|
101
104
|
}, 0);
|