tabexseriescomponents 0.2.1373 → 0.2.1374
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 +5 -1
- package/dist/index.esm.js +5 -1
- package/dist/index.umd.js +5 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1766,7 +1766,11 @@ var Variantoptions = function Variantoptions(props) {
|
|
|
1766
1766
|
}
|
|
1767
1767
|
}, sectionproperties.showselect == 'Show' && /*#__PURE__*/React__default["default"].createElement("span", null, lang.select), " ", '', " ", langdetect == 'en' ? item.optionname : item.optionname_ar, ":", ' ', item.optionname == 'color' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
1768
1768
|
style: {
|
|
1769
|
-
color: '#
|
|
1769
|
+
color: '#000000'
|
|
1770
|
+
}
|
|
1771
|
+
}, variantvalueidentifier), item.optionname == 'Color' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
1772
|
+
style: {
|
|
1773
|
+
color: '#000000'
|
|
1770
1774
|
}
|
|
1771
1775
|
}, variantvalueidentifier))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1772
1776
|
className: "col-lg-12 col-md-12 d-flex pb-md-3 justify-content-start align-items-start scrollhorixontalcontainer pt-1 p-0",
|
package/dist/index.esm.js
CHANGED
|
@@ -1715,7 +1715,11 @@ var Variantoptions = function Variantoptions(props) {
|
|
|
1715
1715
|
}
|
|
1716
1716
|
}, sectionproperties.showselect == 'Show' && /*#__PURE__*/React.createElement("span", null, lang.select), " ", '', " ", langdetect == 'en' ? item.optionname : item.optionname_ar, ":", ' ', item.optionname == 'color' && /*#__PURE__*/React.createElement("span", {
|
|
1717
1717
|
style: {
|
|
1718
|
-
color: '#
|
|
1718
|
+
color: '#000000'
|
|
1719
|
+
}
|
|
1720
|
+
}, variantvalueidentifier), item.optionname == 'Color' && /*#__PURE__*/React.createElement("span", {
|
|
1721
|
+
style: {
|
|
1722
|
+
color: '#000000'
|
|
1719
1723
|
}
|
|
1720
1724
|
}, variantvalueidentifier))), /*#__PURE__*/React.createElement("div", {
|
|
1721
1725
|
className: "col-lg-12 col-md-12 d-flex pb-md-3 justify-content-start align-items-start scrollhorixontalcontainer pt-1 p-0",
|
package/dist/index.umd.js
CHANGED
|
@@ -1570,7 +1570,11 @@
|
|
|
1570
1570
|
}
|
|
1571
1571
|
}, sectionproperties.showselect == 'Show' && /*#__PURE__*/React__default["default"].createElement("span", null, lang.select), " ", '', " ", langdetect == 'en' ? item.optionname : item.optionname_ar, ":", ' ', item.optionname == 'color' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
1572
1572
|
style: {
|
|
1573
|
-
color: '#
|
|
1573
|
+
color: '#000000'
|
|
1574
|
+
}
|
|
1575
|
+
}, variantvalueidentifier), item.optionname == 'Color' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
1576
|
+
style: {
|
|
1577
|
+
color: '#000000'
|
|
1574
1578
|
}
|
|
1575
1579
|
}, variantvalueidentifier))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1576
1580
|
className: "col-lg-12 col-md-12 d-flex pb-md-3 justify-content-start align-items-start scrollhorixontalcontainer pt-1 p-0",
|