tabexseriescomponents 0.2.797 → 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
  }
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
  }
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.797",
3
+ "version": "0.2.798",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",