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