s-platform-landing-section 0.1.19 → 0.1.20
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 +15 -12
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +15 -12
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -345,9 +345,9 @@ var NavBar7 = function NavBar7(props) {
|
|
|
345
345
|
}, /*#__PURE__*/React__default.createElement(Button, {
|
|
346
346
|
label: "Đăng nhập",
|
|
347
347
|
shopConfigStyle: shopConfigStyle
|
|
348
|
-
})), /*#__PURE__*/React__default.createElement(
|
|
349
|
-
|
|
350
|
-
|
|
348
|
+
})), /*#__PURE__*/React__default.createElement("a", {
|
|
349
|
+
href: "https://sodofin.vn/account",
|
|
350
|
+
target: "_blank"
|
|
351
351
|
}, /*#__PURE__*/React__default.createElement(Button, {
|
|
352
352
|
label: "Đăng ký",
|
|
353
353
|
shopConfigStyle: shopConfigStyle,
|
|
@@ -563,9 +563,9 @@ var NavBar1 = function NavBar1(props) {
|
|
|
563
563
|
}, /*#__PURE__*/React__default.createElement(Button, {
|
|
564
564
|
label: "Đăng nhập",
|
|
565
565
|
shopConfigStyle: shopConfigStyle
|
|
566
|
-
})), /*#__PURE__*/React__default.createElement(
|
|
567
|
-
|
|
568
|
-
|
|
566
|
+
})), /*#__PURE__*/React__default.createElement("a", {
|
|
567
|
+
href: "https://sodofin.vn/account",
|
|
568
|
+
target: "_blank"
|
|
569
569
|
}, /*#__PURE__*/React__default.createElement(Button, {
|
|
570
570
|
label: "Đăng ký",
|
|
571
571
|
shopConfigStyle: shopConfigStyle,
|
|
@@ -9638,11 +9638,14 @@ var ProductList7 = function ProductList7(props) {
|
|
|
9638
9638
|
key: index,
|
|
9639
9639
|
product: product === null || product === void 0 ? void 0 : product.productInfo
|
|
9640
9640
|
});
|
|
9641
|
-
})), /*#__PURE__*/React__default.createElement(
|
|
9641
|
+
})), (products === null || products === void 0 ? void 0 : products.length) > 0 ? /*#__PURE__*/React__default.createElement(LinkToPage, {
|
|
9642
|
+
href: "/products",
|
|
9643
|
+
Link: Link
|
|
9644
|
+
}, /*#__PURE__*/React__default.createElement(Button, {
|
|
9642
9645
|
label: "Xem tất cả",
|
|
9643
9646
|
shopConfigStyle: shopConfigStyle,
|
|
9644
9647
|
className: "mt-12"
|
|
9645
|
-
})), /*#__PURE__*/React__default.createElement(Dash, {
|
|
9648
|
+
})) : null), /*#__PURE__*/React__default.createElement(Dash, {
|
|
9646
9649
|
color: secondary
|
|
9647
9650
|
}));
|
|
9648
9651
|
};
|
|
@@ -12809,7 +12812,7 @@ var ShopHighlights2 = function ShopHighlights2(props) {
|
|
|
12809
12812
|
className: "flex flex-col items-center text-center lg:px-3 gap-3",
|
|
12810
12813
|
key: "kdf-" + index
|
|
12811
12814
|
}, item !== null && item !== void 0 && item.svgImage ? /*#__PURE__*/React__default.createElement("div", {
|
|
12812
|
-
className: "
|
|
12815
|
+
className: "bg-primary p-3 text-textButton w-16 h-16 rounded-full",
|
|
12813
12816
|
dangerouslySetInnerHTML: {
|
|
12814
12817
|
__html: configSvg(item === null || item === void 0 ? void 0 : item.svgImage)
|
|
12815
12818
|
}
|
|
@@ -12838,7 +12841,7 @@ var ShopHighlights5 = function ShopHighlights5(props) {
|
|
|
12838
12841
|
className: "flex flex-col items-center text-center md:px-3 lg:px-6 gap-3",
|
|
12839
12842
|
key: "kdf-" + index
|
|
12840
12843
|
}, item !== null && item !== void 0 && item.svgImage ? /*#__PURE__*/React__default.createElement("div", {
|
|
12841
|
-
className: "w-16 h-16 rounded-full
|
|
12844
|
+
className: "w-16 h-16 rounded-full bg-primary p-3 text-textButton ",
|
|
12842
12845
|
dangerouslySetInnerHTML: {
|
|
12843
12846
|
__html: configSvg(item === null || item === void 0 ? void 0 : item.svgImage)
|
|
12844
12847
|
}
|
|
@@ -12866,7 +12869,7 @@ var ShopHighlights6 = function ShopHighlights6(props) {
|
|
|
12866
12869
|
className: "flex flex-col items-center text-center md:px-3 lg:px-6 gap-3",
|
|
12867
12870
|
key: "kdf-" + index
|
|
12868
12871
|
}, item !== null && item !== void 0 && item.svgImage ? /*#__PURE__*/React__default.createElement("div", {
|
|
12869
|
-
className: "text-primary w-16 h-16 rounded-full",
|
|
12872
|
+
className: "text-primary w-16 h-16 p-3 text-textButton rounded-full",
|
|
12870
12873
|
dangerouslySetInnerHTML: {
|
|
12871
12874
|
__html: configSvg(item === null || item === void 0 ? void 0 : item.svgImage)
|
|
12872
12875
|
}
|
|
@@ -12918,7 +12921,7 @@ var ShopHighlights7 = function ShopHighlights7(props) {
|
|
|
12918
12921
|
}), /*#__PURE__*/React__default.createElement("div", {
|
|
12919
12922
|
className: "absolute w-24 h-16 rounded-2xl -right-2 -top-2 z-0 bg-secondary"
|
|
12920
12923
|
}), it !== null && it !== void 0 && it.svgImage ? /*#__PURE__*/React__default.createElement("div", {
|
|
12921
|
-
className: "w-12 text-
|
|
12924
|
+
className: "w-12 text-textButton h-16 w-16 z-20 m-auto"
|
|
12922
12925
|
}, /*#__PURE__*/React__default.createElement("div", {
|
|
12923
12926
|
dangerouslySetInnerHTML: {
|
|
12924
12927
|
__html: configSvg(it === null || it === void 0 ? void 0 : it.svgImage)
|