tabexseriescomponents 0.2.796 → 0.2.798

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 CHANGED
@@ -1629,7 +1629,7 @@ var Variantoptions = function Variantoptions(props) {
1629
1629
  fontWeight: 500,
1630
1630
  // color: sectionproperties.variantcontainer_color,
1631
1631
  fontSize: sectionproperties.variantcontainer_fontSize + 'px',
1632
- color: sectionproperties.variantcontainerbordercolor != undefined && sectionproperties.variantcontainerbordercolor != null && isoptionvalueselected == 1 ? 'green' : sectionproperties.variantcontainer_color
1632
+ color: sectionproperties.variantcontainerbordercolor != undefined && sectionproperties.variantcontainerbordercolor != null && isoptionvalueselected == 1 ? sectionproperties.activeproductcolor : sectionproperties.variantcontainer_color
1633
1633
  }
1634
1634
  }, langdetect == 'en' ? optionvaluesitem.valuename : optionvaluesitem.valuename_ar));
1635
1635
  }
@@ -26135,7 +26135,11 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
26135
26135
  fontSize: 16
26136
26136
  }
26137
26137
  }, lang.logout)))))), openSearch == true && /*#__PURE__*/React__default["default"].createElement("div", {
26138
- "class": "col-12 d-flex align-items-center"
26138
+ "class": "col-12 d-flex align-items-center",
26139
+ style: {
26140
+ background: sectionproperties.resposive_bgcolor
26141
+ // sectionproperties.responsiveheadertransparentbg == 'Transparent' && window.location.pathname == '/home' ? 'transparent' : sectionproperties.resposive_bgcolor,
26142
+ }
26139
26143
  }, /*#__PURE__*/React__default["default"].createElement("button", {
26140
26144
  style: {
26141
26145
  width: 40,
package/dist/index.esm.js CHANGED
@@ -1580,7 +1580,7 @@ var Variantoptions = function Variantoptions(props) {
1580
1580
  fontWeight: 500,
1581
1581
  // color: sectionproperties.variantcontainer_color,
1582
1582
  fontSize: sectionproperties.variantcontainer_fontSize + 'px',
1583
- color: sectionproperties.variantcontainerbordercolor != undefined && sectionproperties.variantcontainerbordercolor != null && isoptionvalueselected == 1 ? 'green' : sectionproperties.variantcontainer_color
1583
+ color: sectionproperties.variantcontainerbordercolor != undefined && sectionproperties.variantcontainerbordercolor != null && isoptionvalueselected == 1 ? sectionproperties.activeproductcolor : sectionproperties.variantcontainer_color
1584
1584
  }
1585
1585
  }, langdetect == 'en' ? optionvaluesitem.valuename : optionvaluesitem.valuename_ar));
1586
1586
  }
@@ -26086,7 +26086,11 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
26086
26086
  fontSize: 16
26087
26087
  }
26088
26088
  }, lang.logout)))))), openSearch == true && /*#__PURE__*/React.createElement("div", {
26089
- "class": "col-12 d-flex align-items-center"
26089
+ "class": "col-12 d-flex align-items-center",
26090
+ style: {
26091
+ background: sectionproperties.resposive_bgcolor
26092
+ // sectionproperties.responsiveheadertransparentbg == 'Transparent' && window.location.pathname == '/home' ? 'transparent' : sectionproperties.resposive_bgcolor,
26093
+ }
26090
26094
  }, /*#__PURE__*/React.createElement("button", {
26091
26095
  style: {
26092
26096
  width: 40,
package/dist/index.umd.js CHANGED
@@ -1441,7 +1441,7 @@
1441
1441
  fontWeight: 500,
1442
1442
  // color: sectionproperties.variantcontainer_color,
1443
1443
  fontSize: sectionproperties.variantcontainer_fontSize + 'px',
1444
- color: sectionproperties.variantcontainerbordercolor != undefined && sectionproperties.variantcontainerbordercolor != null && isoptionvalueselected == 1 ? 'green' : sectionproperties.variantcontainer_color
1444
+ color: sectionproperties.variantcontainerbordercolor != undefined && sectionproperties.variantcontainerbordercolor != null && isoptionvalueselected == 1 ? sectionproperties.activeproductcolor : sectionproperties.variantcontainer_color
1445
1445
  }
1446
1446
  }, langdetect == 'en' ? optionvaluesitem.valuename : optionvaluesitem.valuename_ar));
1447
1447
  }
@@ -25947,7 +25947,11 @@
25947
25947
  fontSize: 16
25948
25948
  }
25949
25949
  }, lang.logout)))))), openSearch == true && /*#__PURE__*/React__default["default"].createElement("div", {
25950
- "class": "col-12 d-flex align-items-center"
25950
+ "class": "col-12 d-flex align-items-center",
25951
+ style: {
25952
+ background: sectionproperties.resposive_bgcolor
25953
+ // sectionproperties.responsiveheadertransparentbg == 'Transparent' && window.location.pathname == '/home' ? 'transparent' : sectionproperties.resposive_bgcolor,
25954
+ }
25951
25955
  }, /*#__PURE__*/React__default["default"].createElement("button", {
25952
25956
  style: {
25953
25957
  width: 40,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.796",
3
+ "version": "0.2.798",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",