tabexseriescomponents 0.0.464 → 0.0.466
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 +3 -2
- package/dist/index.esm.js +3 -2
- package/dist/index.umd.js +3 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2224,7 +2224,8 @@ var DescriptionContent = function DescriptionContent(props) {
|
|
|
2224
2224
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
2225
2225
|
className: 'm-0 p-0 wordbreak',
|
|
2226
2226
|
style: {
|
|
2227
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
2227
|
+
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
2228
|
+
color: '#000000'
|
|
2228
2229
|
},
|
|
2229
2230
|
dangerouslySetInnerHTML: {
|
|
2230
2231
|
__html: showMore == true ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer3 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.productinfo) === null || _fetchProductInfoQuer3 === void 0 ? void 0 : _fetchProductInfoQuer3.description_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer4 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.productinfo) === null || _fetchProductInfoQuer4 === void 0 ? void 0 : _fetchProductInfoQuer4.description_en.slice(0, 1000)
|
|
@@ -29021,7 +29022,7 @@ var Header8 = function Header8(props) {
|
|
|
29021
29022
|
marginTop: sectionproperties.header_marginTop + 'px',
|
|
29022
29023
|
marginBottom: sectionproperties.header_marginBottom + 'px'
|
|
29023
29024
|
}
|
|
29024
|
-
},
|
|
29025
|
+
}, sectionproperties.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
29025
29026
|
"class": "col-lg-12 p-0"
|
|
29026
29027
|
}, /*#__PURE__*/React__default["default"].createElement(MarqueeHeader, {
|
|
29027
29028
|
sectionpropertiesprops: sectionproperties,
|
package/dist/index.esm.js
CHANGED
|
@@ -2175,7 +2175,8 @@ var DescriptionContent = function DescriptionContent(props) {
|
|
|
2175
2175
|
}, /*#__PURE__*/React.createElement("p", {
|
|
2176
2176
|
className: 'm-0 p-0 wordbreak',
|
|
2177
2177
|
style: {
|
|
2178
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
2178
|
+
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
2179
|
+
color: '#000000'
|
|
2179
2180
|
},
|
|
2180
2181
|
dangerouslySetInnerHTML: {
|
|
2181
2182
|
__html: showMore == true ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer3 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.productinfo) === null || _fetchProductInfoQuer3 === void 0 ? void 0 : _fetchProductInfoQuer3.description_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer4 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.productinfo) === null || _fetchProductInfoQuer4 === void 0 ? void 0 : _fetchProductInfoQuer4.description_en.slice(0, 1000)
|
|
@@ -28972,7 +28973,7 @@ var Header8 = function Header8(props) {
|
|
|
28972
28973
|
marginTop: sectionproperties.header_marginTop + 'px',
|
|
28973
28974
|
marginBottom: sectionproperties.header_marginBottom + 'px'
|
|
28974
28975
|
}
|
|
28975
|
-
},
|
|
28976
|
+
}, sectionproperties.showtextslider == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
28976
28977
|
"class": "col-lg-12 p-0"
|
|
28977
28978
|
}, /*#__PURE__*/React.createElement(MarqueeHeader, {
|
|
28978
28979
|
sectionpropertiesprops: sectionproperties,
|
package/dist/index.umd.js
CHANGED
|
@@ -2050,7 +2050,8 @@
|
|
|
2050
2050
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
2051
2051
|
className: 'm-0 p-0 wordbreak',
|
|
2052
2052
|
style: {
|
|
2053
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
2053
|
+
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
2054
|
+
color: '#000000'
|
|
2054
2055
|
},
|
|
2055
2056
|
dangerouslySetInnerHTML: {
|
|
2056
2057
|
__html: showMore == true ? fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer3 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.data) === null || _fetchProductInfoQuer3 === void 0 || (_fetchProductInfoQuer3 = _fetchProductInfoQuer3.productinfo) === null || _fetchProductInfoQuer3 === void 0 ? void 0 : _fetchProductInfoQuer3.description_en : fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer4 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.data) === null || _fetchProductInfoQuer4 === void 0 || (_fetchProductInfoQuer4 = _fetchProductInfoQuer4.productinfo) === null || _fetchProductInfoQuer4 === void 0 ? void 0 : _fetchProductInfoQuer4.description_en.slice(0, 1000)
|
|
@@ -28847,7 +28848,7 @@
|
|
|
28847
28848
|
marginTop: sectionproperties.header_marginTop + 'px',
|
|
28848
28849
|
marginBottom: sectionproperties.header_marginBottom + 'px'
|
|
28849
28850
|
}
|
|
28850
|
-
},
|
|
28851
|
+
}, sectionproperties.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
28851
28852
|
"class": "col-lg-12 p-0"
|
|
28852
28853
|
}, /*#__PURE__*/React__default["default"].createElement(MarqueeHeader, {
|
|
28853
28854
|
sectionpropertiesprops: sectionproperties,
|