s-platform-landing-section 0.1.6 → 0.1.7
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 +6 -4
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +6 -4
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6941,14 +6941,16 @@ var Treatments1 = function Treatments1(props) {
|
|
|
6941
6941
|
textBody = _shopConfigStyle$colo4 === void 0 ? "#000" : _shopConfigStyle$colo4,
|
|
6942
6942
|
_shopConfigStyle$colo5 = _shopConfigStyle$colo.background,
|
|
6943
6943
|
background = _shopConfigStyle$colo5 === void 0 ? "#fff" : _shopConfigStyle$colo5;
|
|
6944
|
+
var _useState = React.useState({
|
|
6945
|
+
size: 1
|
|
6946
|
+
}),
|
|
6947
|
+
params = _useState[0];
|
|
6944
6948
|
var _ProductController = ProductController(_extends({}, props, {
|
|
6945
|
-
params:
|
|
6946
|
-
size: 1
|
|
6947
|
-
}
|
|
6949
|
+
params: params
|
|
6948
6950
|
})),
|
|
6949
6951
|
_ProductController$pr = _ProductController.products,
|
|
6950
6952
|
products = _ProductController$pr === void 0 ? [] : _ProductController$pr;
|
|
6951
|
-
console.log("Treatments1 products");
|
|
6953
|
+
console.log("Treatments1 products 1", products);
|
|
6952
6954
|
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement("div", {
|
|
6953
6955
|
className: "relative w-full py-12 px-4 xl:px-20",
|
|
6954
6956
|
style: {
|