tabexseriescomponents 0.0.465 → 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 +2 -1
- package/dist/index.esm.js +2 -1
- package/dist/index.umd.js +2 -1
- 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)
|
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)
|
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)
|