tabexseriescomponents 0.2.769 → 0.2.770
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.cjs.js +2 -2
- package/dist/index.esm.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -29036,13 +29036,13 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
29036
29036
|
position: 'relative'
|
|
29037
29037
|
}
|
|
29038
29038
|
}, sectionproperties.showfloatingwaicon == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29039
|
-
"class": header_cssstyles.floatingwaicon + ' allcentered
|
|
29039
|
+
"class": header_cssstyles.floatingwaicon + ' allcentered cursor-pointer '
|
|
29040
29040
|
}, /*#__PURE__*/React__default["default"].createElement("a", {
|
|
29041
29041
|
href: langdetect == 'en' ? whatsappUrl : whatsappUrl_ar,
|
|
29042
29042
|
target: "_blank",
|
|
29043
29043
|
rel: "noopener noreferrer",
|
|
29044
29044
|
style: {},
|
|
29045
|
-
"class": header_cssstyles.waicon + ' allcentered
|
|
29045
|
+
"class": header_cssstyles.waicon + ' allcentered cursor-pointer '
|
|
29046
29046
|
}, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
|
|
29047
29047
|
size: sectionproperties.floatingwhatsappiconiconfontsize
|
|
29048
29048
|
}), sectionproperties.floatingwhatsappiconfontsize != 0 && /*#__PURE__*/React__default["default"].createElement("span", {
|
package/dist/index.esm.js
CHANGED
|
@@ -28987,13 +28987,13 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
28987
28987
|
position: 'relative'
|
|
28988
28988
|
}
|
|
28989
28989
|
}, sectionproperties.showfloatingwaicon == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
28990
|
-
"class": header_cssstyles.floatingwaicon + ' allcentered
|
|
28990
|
+
"class": header_cssstyles.floatingwaicon + ' allcentered cursor-pointer '
|
|
28991
28991
|
}, /*#__PURE__*/React.createElement("a", {
|
|
28992
28992
|
href: langdetect == 'en' ? whatsappUrl : whatsappUrl_ar,
|
|
28993
28993
|
target: "_blank",
|
|
28994
28994
|
rel: "noopener noreferrer",
|
|
28995
28995
|
style: {},
|
|
28996
|
-
"class": header_cssstyles.waicon + ' allcentered
|
|
28996
|
+
"class": header_cssstyles.waicon + ' allcentered cursor-pointer '
|
|
28997
28997
|
}, /*#__PURE__*/React.createElement(FaWhatsapp, {
|
|
28998
28998
|
size: sectionproperties.floatingwhatsappiconiconfontsize
|
|
28999
28999
|
}), sectionproperties.floatingwhatsappiconfontsize != 0 && /*#__PURE__*/React.createElement("span", {
|