tabexseriescomponents 0.2.1037 → 0.2.1039

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
@@ -1775,55 +1775,57 @@ var Variantoptions = function Variantoptions(props) {
1775
1775
  }
1776
1776
  }));
1777
1777
  } else if (item.optionname == 'size' || item.optionname == 'Size') {
1778
- var _authdetailsContext$i;
1779
- return /*#__PURE__*/React__default["default"].createElement("div", {
1780
- className: issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true && sectionproperties.showoutofstockwithoutselection == 'Show' ? "".concat(productinfostyles.variant_container, " ").concat(productinfostyles.size_variant_container) + ' mr-2 variabttcontainer allcentered showcrossicon ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : '') : "".concat(productinfostyles.variant_container, " ").concat(productinfostyles.size_variant_container) + ' mr-2 variabttcontainer allcentered ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
1781
- onClick: function onClick() {
1782
- if (issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true && sectionproperties.showoutofstockwithoutselection == 'Show') ; else {
1783
- if (optionvaluesitem.isenabled == 1) {
1784
- selectproductoptionvalue(index, optionvaluesitem, optionvaluesindex);
1785
- } else {
1786
- clearchoosenvaluesbutkeepcurrentvalue(index, optionvaluesitem, optionvaluesindex);
1778
+ if (isoptionvaluedenabled == 1) {
1779
+ var _authdetailsContext$i;
1780
+ return /*#__PURE__*/React__default["default"].createElement("div", {
1781
+ className: issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true && sectionproperties.showoutofstockwithoutselection == 'Show' ? "".concat(productinfostyles.variant_container, " ").concat(productinfostyles.size_variant_container) + ' mr-2 variabttcontainer allcentered showcrossicon ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : '') : "".concat(productinfostyles.variant_container, " ").concat(productinfostyles.size_variant_container) + ' mr-2 variabttcontainer allcentered ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
1782
+ onClick: function onClick() {
1783
+ if (issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true && sectionproperties.showoutofstockwithoutselection == 'Show') ; else {
1784
+ if (optionvaluesitem.isenabled == 1) {
1785
+ selectproductoptionvalue(index, optionvaluesitem, optionvaluesindex);
1786
+ } else {
1787
+ clearchoosenvaluesbutkeepcurrentvalue(index, optionvaluesitem, optionvaluesindex);
1788
+ }
1787
1789
  }
1790
+ },
1791
+ style: {
1792
+ // activeproductcolor
1793
+ // cursor:
1794
+ // issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true &&
1795
+ // sectionproperties.showoutofstockwithoutselection == 'Show'
1796
+ // ? 'not-allowed'
1797
+ // : isoptionvaluedenabled == 1
1798
+ // ? 'pointer'
1799
+ // : 'not-allowed',
1800
+ cursor: issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true && sectionproperties.showoutofstockwithoutselection == 'Show' ? 'not-allowed' : 'pointer',
1801
+ backgroundColor: sectionproperties.variantcontainerbordercolor != undefined && sectionproperties.variantcontainerbordercolor != null ? sectionproperties.variantcontainer_bgcolor : isoptionvalueselected == 1 ? 'green' : isoptionvaluedenabled == 1 ? sectionproperties.variantcontainer_bgcolor : 'grey',
1802
+ minWidth: sectionproperties.variantcontainer_minwidth + 'px',
1803
+ height: sectionproperties.variantcontainer_height + 'px',
1804
+ borderRadius: sectionproperties.variantcontainer_borderBottomLeftRadius + 'px',
1805
+ position: 'relative',
1806
+ border: isoptionvalueselected == 1 ? '2px solid ' + sectionproperties.activeproductcolor : isoptionvaluedenabled == 1 ? '1px solid ' + sectionproperties.variantcontainerbordercolor : '1px solid ' + ' grey '
1788
1807
  }
1789
- },
1790
- style: {
1791
- // activeproductcolor
1792
- // cursor:
1793
- // issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true &&
1794
- // sectionproperties.showoutofstockwithoutselection == 'Show'
1795
- // ? 'not-allowed'
1796
- // : isoptionvaluedenabled == 1
1797
- // ? 'pointer'
1798
- // : 'not-allowed',
1799
- cursor: issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true && sectionproperties.showoutofstockwithoutselection == 'Show' ? 'not-allowed' : 'pointer',
1800
- backgroundColor: sectionproperties.variantcontainerbordercolor != undefined && sectionproperties.variantcontainerbordercolor != null ? sectionproperties.variantcontainer_bgcolor : isoptionvalueselected == 1 ? 'green' : isoptionvaluedenabled == 1 ? sectionproperties.variantcontainer_bgcolor : 'grey',
1801
- minWidth: sectionproperties.variantcontainer_minwidth + 'px',
1802
- height: sectionproperties.variantcontainer_height + 'px',
1803
- borderRadius: sectionproperties.variantcontainer_borderBottomLeftRadius + 'px',
1804
- position: 'relative',
1805
- border: isoptionvalueselected == 1 ? '2px solid ' + sectionproperties.activeproductcolor : isoptionvaluedenabled == 1 ? '1px solid ' + sectionproperties.variantcontainerbordercolor : '1px solid ' + ' grey '
1806
- }
1807
- }, isoptionvalueselected == 1 && sectionproperties.showRemovebutton == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
1808
- "class": "m-0 p-0 bg-danger bgdanger-hover",
1809
- style: {
1810
- position: 'absolute',
1811
- top: '-15px',
1812
- right: '-5px',
1813
- width: '3vh',
1814
- height: '3vh',
1815
- borderRadius: 100
1816
- }
1817
- }, /*#__PURE__*/React__default["default"].createElement("i", {
1818
- "class": "h-100 allcentered"
1819
- }, /*#__PURE__*/React__default["default"].createElement(IoMdClose.IoMdClose, null))), /*#__PURE__*/React__default["default"].createElement("p", {
1820
- className: isValueinStock == 0 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68d28fc494276' ? 'wordbreak m-0 p-0 d-flex align-items-center justify-content-center linethrough' : 'wordbreak m-0 p-0 d-flex align-items-center justify-content-center',
1821
- style: {
1822
- color: sectionproperties.variantcontainerbordercolor != undefined && sectionproperties.variantcontainerbordercolor != null && isoptionvalueselected == 1 ? sectionproperties.activeproductcolor : sectionproperties.variantcontainer_color,
1823
- fontSize: sectionproperties.variantcontainer_fontSize + 'px',
1824
- fontWeight: 500
1825
- }
1826
- }, langdetect == 'en' ? optionvaluesitem.valuename : optionvaluesitem.valuename_ar));
1808
+ }, isoptionvalueselected == 1 && sectionproperties.showRemovebutton == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
1809
+ "class": "m-0 p-0 bg-danger bgdanger-hover",
1810
+ style: {
1811
+ position: 'absolute',
1812
+ top: '-15px',
1813
+ right: '-5px',
1814
+ width: '3vh',
1815
+ height: '3vh',
1816
+ borderRadius: 100
1817
+ }
1818
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
1819
+ "class": "h-100 allcentered"
1820
+ }, /*#__PURE__*/React__default["default"].createElement(IoMdClose.IoMdClose, null))), /*#__PURE__*/React__default["default"].createElement("p", {
1821
+ className: isValueinStock == 0 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68d28fc494276' ? 'wordbreak m-0 p-0 d-flex align-items-center justify-content-center linethrough' : 'wordbreak m-0 p-0 d-flex align-items-center justify-content-center',
1822
+ style: {
1823
+ color: sectionproperties.variantcontainerbordercolor != undefined && sectionproperties.variantcontainerbordercolor != null && isoptionvalueselected == 1 ? sectionproperties.activeproductcolor : sectionproperties.variantcontainer_color,
1824
+ fontSize: sectionproperties.variantcontainer_fontSize + 'px',
1825
+ fontWeight: 500
1826
+ }
1827
+ }, langdetect == 'en' ? optionvaluesitem.valuename : optionvaluesitem.valuename_ar));
1828
+ }
1827
1829
  } else {
1828
1830
  return /*#__PURE__*/React__default["default"].createElement("div", {
1829
1831
  className: productinfostyles.variant_container + ' mr-2 variabttcontainer allcentered pl-2 pr-2 ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
@@ -73153,14 +73155,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
73153
73155
  width: '100%',
73154
73156
  height: '100%'
73155
73157
  }
73156
- }, /*#__PURE__*/React__default["default"].createElement("audio", {
73157
- id: "radioPlayer",
73158
- controls: true,
73159
- autoplay: true
73160
- }, /*#__PURE__*/React__default["default"].createElement("source", {
73161
- src: "http://radio.hvips.com:8056/stream",
73162
- type: "audio/mpeg"
73163
- })))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
73158
+ })), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
73164
73159
  };
73165
73160
  var easingFunctions = {
73166
73161
  noEasing: undefined,
package/dist/index.esm.js CHANGED
@@ -1724,55 +1724,57 @@ var Variantoptions = function Variantoptions(props) {
1724
1724
  }
1725
1725
  }));
1726
1726
  } else if (item.optionname == 'size' || item.optionname == 'Size') {
1727
- var _authdetailsContext$i;
1728
- return /*#__PURE__*/React.createElement("div", {
1729
- className: issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true && sectionproperties.showoutofstockwithoutselection == 'Show' ? "".concat(productinfostyles.variant_container, " ").concat(productinfostyles.size_variant_container) + ' mr-2 variabttcontainer allcentered showcrossicon ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : '') : "".concat(productinfostyles.variant_container, " ").concat(productinfostyles.size_variant_container) + ' mr-2 variabttcontainer allcentered ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
1730
- onClick: function onClick() {
1731
- if (issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true && sectionproperties.showoutofstockwithoutselection == 'Show') ; else {
1732
- if (optionvaluesitem.isenabled == 1) {
1733
- selectproductoptionvalue(index, optionvaluesitem, optionvaluesindex);
1734
- } else {
1735
- clearchoosenvaluesbutkeepcurrentvalue(index, optionvaluesitem, optionvaluesindex);
1727
+ if (isoptionvaluedenabled == 1) {
1728
+ var _authdetailsContext$i;
1729
+ return /*#__PURE__*/React.createElement("div", {
1730
+ className: issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true && sectionproperties.showoutofstockwithoutselection == 'Show' ? "".concat(productinfostyles.variant_container, " ").concat(productinfostyles.size_variant_container) + ' mr-2 variabttcontainer allcentered showcrossicon ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : '') : "".concat(productinfostyles.variant_container, " ").concat(productinfostyles.size_variant_container) + ' mr-2 variabttcontainer allcentered ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
1731
+ onClick: function onClick() {
1732
+ if (issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true && sectionproperties.showoutofstockwithoutselection == 'Show') ; else {
1733
+ if (optionvaluesitem.isenabled == 1) {
1734
+ selectproductoptionvalue(index, optionvaluesitem, optionvaluesindex);
1735
+ } else {
1736
+ clearchoosenvaluesbutkeepcurrentvalue(index, optionvaluesitem, optionvaluesindex);
1737
+ }
1736
1738
  }
1739
+ },
1740
+ style: {
1741
+ // activeproductcolor
1742
+ // cursor:
1743
+ // issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true &&
1744
+ // sectionproperties.showoutofstockwithoutselection == 'Show'
1745
+ // ? 'not-allowed'
1746
+ // : isoptionvaluedenabled == 1
1747
+ // ? 'pointer'
1748
+ // : 'not-allowed',
1749
+ cursor: issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true && sectionproperties.showoutofstockwithoutselection == 'Show' ? 'not-allowed' : 'pointer',
1750
+ backgroundColor: sectionproperties.variantcontainerbordercolor != undefined && sectionproperties.variantcontainerbordercolor != null ? sectionproperties.variantcontainer_bgcolor : isoptionvalueselected == 1 ? 'green' : isoptionvaluedenabled == 1 ? sectionproperties.variantcontainer_bgcolor : 'grey',
1751
+ minWidth: sectionproperties.variantcontainer_minwidth + 'px',
1752
+ height: sectionproperties.variantcontainer_height + 'px',
1753
+ borderRadius: sectionproperties.variantcontainer_borderBottomLeftRadius + 'px',
1754
+ position: 'relative',
1755
+ border: isoptionvalueselected == 1 ? '2px solid ' + sectionproperties.activeproductcolor : isoptionvaluedenabled == 1 ? '1px solid ' + sectionproperties.variantcontainerbordercolor : '1px solid ' + ' grey '
1737
1756
  }
1738
- },
1739
- style: {
1740
- // activeproductcolor
1741
- // cursor:
1742
- // issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true &&
1743
- // sectionproperties.showoutofstockwithoutselection == 'Show'
1744
- // ? 'not-allowed'
1745
- // : isoptionvaluedenabled == 1
1746
- // ? 'pointer'
1747
- // : 'not-allowed',
1748
- cursor: issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true && sectionproperties.showoutofstockwithoutselection == 'Show' ? 'not-allowed' : 'pointer',
1749
- backgroundColor: sectionproperties.variantcontainerbordercolor != undefined && sectionproperties.variantcontainerbordercolor != null ? sectionproperties.variantcontainer_bgcolor : isoptionvalueselected == 1 ? 'green' : isoptionvaluedenabled == 1 ? sectionproperties.variantcontainer_bgcolor : 'grey',
1750
- minWidth: sectionproperties.variantcontainer_minwidth + 'px',
1751
- height: sectionproperties.variantcontainer_height + 'px',
1752
- borderRadius: sectionproperties.variantcontainer_borderBottomLeftRadius + 'px',
1753
- position: 'relative',
1754
- border: isoptionvalueselected == 1 ? '2px solid ' + sectionproperties.activeproductcolor : isoptionvaluedenabled == 1 ? '1px solid ' + sectionproperties.variantcontainerbordercolor : '1px solid ' + ' grey '
1755
- }
1756
- }, isoptionvalueselected == 1 && sectionproperties.showRemovebutton == 'Show' && /*#__PURE__*/React.createElement("p", {
1757
- "class": "m-0 p-0 bg-danger bgdanger-hover",
1758
- style: {
1759
- position: 'absolute',
1760
- top: '-15px',
1761
- right: '-5px',
1762
- width: '3vh',
1763
- height: '3vh',
1764
- borderRadius: 100
1765
- }
1766
- }, /*#__PURE__*/React.createElement("i", {
1767
- "class": "h-100 allcentered"
1768
- }, /*#__PURE__*/React.createElement(IoMdClose, null))), /*#__PURE__*/React.createElement("p", {
1769
- className: isValueinStock == 0 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68d28fc494276' ? 'wordbreak m-0 p-0 d-flex align-items-center justify-content-center linethrough' : 'wordbreak m-0 p-0 d-flex align-items-center justify-content-center',
1770
- style: {
1771
- color: sectionproperties.variantcontainerbordercolor != undefined && sectionproperties.variantcontainerbordercolor != null && isoptionvalueselected == 1 ? sectionproperties.activeproductcolor : sectionproperties.variantcontainer_color,
1772
- fontSize: sectionproperties.variantcontainer_fontSize + 'px',
1773
- fontWeight: 500
1774
- }
1775
- }, langdetect == 'en' ? optionvaluesitem.valuename : optionvaluesitem.valuename_ar));
1757
+ }, isoptionvalueselected == 1 && sectionproperties.showRemovebutton == 'Show' && /*#__PURE__*/React.createElement("p", {
1758
+ "class": "m-0 p-0 bg-danger bgdanger-hover",
1759
+ style: {
1760
+ position: 'absolute',
1761
+ top: '-15px',
1762
+ right: '-5px',
1763
+ width: '3vh',
1764
+ height: '3vh',
1765
+ borderRadius: 100
1766
+ }
1767
+ }, /*#__PURE__*/React.createElement("i", {
1768
+ "class": "h-100 allcentered"
1769
+ }, /*#__PURE__*/React.createElement(IoMdClose, null))), /*#__PURE__*/React.createElement("p", {
1770
+ className: isValueinStock == 0 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68d28fc494276' ? 'wordbreak m-0 p-0 d-flex align-items-center justify-content-center linethrough' : 'wordbreak m-0 p-0 d-flex align-items-center justify-content-center',
1771
+ style: {
1772
+ color: sectionproperties.variantcontainerbordercolor != undefined && sectionproperties.variantcontainerbordercolor != null && isoptionvalueselected == 1 ? sectionproperties.activeproductcolor : sectionproperties.variantcontainer_color,
1773
+ fontSize: sectionproperties.variantcontainer_fontSize + 'px',
1774
+ fontWeight: 500
1775
+ }
1776
+ }, langdetect == 'en' ? optionvaluesitem.valuename : optionvaluesitem.valuename_ar));
1777
+ }
1776
1778
  } else {
1777
1779
  return /*#__PURE__*/React.createElement("div", {
1778
1780
  className: productinfostyles.variant_container + ' mr-2 variabttcontainer allcentered pl-2 pr-2 ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
@@ -73102,14 +73104,7 @@ var Slideshowzoom = function Slideshowzoom(props) {
73102
73104
  width: '100%',
73103
73105
  height: '100%'
73104
73106
  }
73105
- }, /*#__PURE__*/React.createElement("audio", {
73106
- id: "radioPlayer",
73107
- controls: true,
73108
- autoplay: true
73109
- }, /*#__PURE__*/React.createElement("source", {
73110
- src: "http://radio.hvips.com:8056/stream",
73111
- type: "audio/mpeg"
73112
- })))), /*#__PURE__*/React.createElement(Modal.Footer, null)));
73107
+ })), /*#__PURE__*/React.createElement(Modal.Footer, null)));
73113
73108
  };
73114
73109
  var easingFunctions = {
73115
73110
  noEasing: undefined,
package/dist/index.umd.js CHANGED
@@ -1583,55 +1583,57 @@
1583
1583
  }
1584
1584
  }));
1585
1585
  } else if (item.optionname == 'size' || item.optionname == 'Size') {
1586
- var _authdetailsContext$i;
1587
- return /*#__PURE__*/React__default["default"].createElement("div", {
1588
- className: issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true && sectionproperties.showoutofstockwithoutselection == 'Show' ? "".concat(productinfostyles.variant_container, " ").concat(productinfostyles.size_variant_container) + ' mr-2 variabttcontainer allcentered showcrossicon ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : '') : "".concat(productinfostyles.variant_container, " ").concat(productinfostyles.size_variant_container) + ' mr-2 variabttcontainer allcentered ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
1589
- onClick: function onClick() {
1590
- if (issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true && sectionproperties.showoutofstockwithoutselection == 'Show') ; else {
1591
- if (optionvaluesitem.isenabled == 1) {
1592
- selectproductoptionvalue(index, optionvaluesitem, optionvaluesindex);
1593
- } else {
1594
- clearchoosenvaluesbutkeepcurrentvalue(index, optionvaluesitem, optionvaluesindex);
1586
+ if (isoptionvaluedenabled == 1) {
1587
+ var _authdetailsContext$i;
1588
+ return /*#__PURE__*/React__default["default"].createElement("div", {
1589
+ className: issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true && sectionproperties.showoutofstockwithoutselection == 'Show' ? "".concat(productinfostyles.variant_container, " ").concat(productinfostyles.size_variant_container) + ' mr-2 variabttcontainer allcentered showcrossicon ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : '') : "".concat(productinfostyles.variant_container, " ").concat(productinfostyles.size_variant_container) + ' mr-2 variabttcontainer allcentered ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
1590
+ onClick: function onClick() {
1591
+ if (issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true && sectionproperties.showoutofstockwithoutselection == 'Show') ; else {
1592
+ if (optionvaluesitem.isenabled == 1) {
1593
+ selectproductoptionvalue(index, optionvaluesitem, optionvaluesindex);
1594
+ } else {
1595
+ clearchoosenvaluesbutkeepcurrentvalue(index, optionvaluesitem, optionvaluesindex);
1596
+ }
1595
1597
  }
1598
+ },
1599
+ style: {
1600
+ // activeproductcolor
1601
+ // cursor:
1602
+ // issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true &&
1603
+ // sectionproperties.showoutofstockwithoutselection == 'Show'
1604
+ // ? 'not-allowed'
1605
+ // : isoptionvaluedenabled == 1
1606
+ // ? 'pointer'
1607
+ // : 'not-allowed',
1608
+ cursor: issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true && sectionproperties.showoutofstockwithoutselection == 'Show' ? 'not-allowed' : 'pointer',
1609
+ backgroundColor: sectionproperties.variantcontainerbordercolor != undefined && sectionproperties.variantcontainerbordercolor != null ? sectionproperties.variantcontainer_bgcolor : isoptionvalueselected == 1 ? 'green' : isoptionvaluedenabled == 1 ? sectionproperties.variantcontainer_bgcolor : 'grey',
1610
+ minWidth: sectionproperties.variantcontainer_minwidth + 'px',
1611
+ height: sectionproperties.variantcontainer_height + 'px',
1612
+ borderRadius: sectionproperties.variantcontainer_borderBottomLeftRadius + 'px',
1613
+ position: 'relative',
1614
+ border: isoptionvalueselected == 1 ? '2px solid ' + sectionproperties.activeproductcolor : isoptionvaluedenabled == 1 ? '1px solid ' + sectionproperties.variantcontainerbordercolor : '1px solid ' + ' grey '
1596
1615
  }
1597
- },
1598
- style: {
1599
- // activeproductcolor
1600
- // cursor:
1601
- // issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true &&
1602
- // sectionproperties.showoutofstockwithoutselection == 'Show'
1603
- // ? 'not-allowed'
1604
- // : isoptionvaluedenabled == 1
1605
- // ? 'pointer'
1606
- // : 'not-allowed',
1607
- cursor: issingleoptionoutofstock(optionvaluesitem)['isoutofstock'] == true && sectionproperties.showoutofstockwithoutselection == 'Show' ? 'not-allowed' : 'pointer',
1608
- backgroundColor: sectionproperties.variantcontainerbordercolor != undefined && sectionproperties.variantcontainerbordercolor != null ? sectionproperties.variantcontainer_bgcolor : isoptionvalueselected == 1 ? 'green' : isoptionvaluedenabled == 1 ? sectionproperties.variantcontainer_bgcolor : 'grey',
1609
- minWidth: sectionproperties.variantcontainer_minwidth + 'px',
1610
- height: sectionproperties.variantcontainer_height + 'px',
1611
- borderRadius: sectionproperties.variantcontainer_borderBottomLeftRadius + 'px',
1612
- position: 'relative',
1613
- border: isoptionvalueselected == 1 ? '2px solid ' + sectionproperties.activeproductcolor : isoptionvaluedenabled == 1 ? '1px solid ' + sectionproperties.variantcontainerbordercolor : '1px solid ' + ' grey '
1614
- }
1615
- }, isoptionvalueselected == 1 && sectionproperties.showRemovebutton == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
1616
- "class": "m-0 p-0 bg-danger bgdanger-hover",
1617
- style: {
1618
- position: 'absolute',
1619
- top: '-15px',
1620
- right: '-5px',
1621
- width: '3vh',
1622
- height: '3vh',
1623
- borderRadius: 100
1624
- }
1625
- }, /*#__PURE__*/React__default["default"].createElement("i", {
1626
- "class": "h-100 allcentered"
1627
- }, /*#__PURE__*/React__default["default"].createElement(IoMdClose.IoMdClose, null))), /*#__PURE__*/React__default["default"].createElement("p", {
1628
- className: isValueinStock == 0 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68d28fc494276' ? 'wordbreak m-0 p-0 d-flex align-items-center justify-content-center linethrough' : 'wordbreak m-0 p-0 d-flex align-items-center justify-content-center',
1629
- style: {
1630
- color: sectionproperties.variantcontainerbordercolor != undefined && sectionproperties.variantcontainerbordercolor != null && isoptionvalueselected == 1 ? sectionproperties.activeproductcolor : sectionproperties.variantcontainer_color,
1631
- fontSize: sectionproperties.variantcontainer_fontSize + 'px',
1632
- fontWeight: 500
1633
- }
1634
- }, langdetect == 'en' ? optionvaluesitem.valuename : optionvaluesitem.valuename_ar));
1616
+ }, isoptionvalueselected == 1 && sectionproperties.showRemovebutton == 'Show' && /*#__PURE__*/React__default["default"].createElement("p", {
1617
+ "class": "m-0 p-0 bg-danger bgdanger-hover",
1618
+ style: {
1619
+ position: 'absolute',
1620
+ top: '-15px',
1621
+ right: '-5px',
1622
+ width: '3vh',
1623
+ height: '3vh',
1624
+ borderRadius: 100
1625
+ }
1626
+ }, /*#__PURE__*/React__default["default"].createElement("i", {
1627
+ "class": "h-100 allcentered"
1628
+ }, /*#__PURE__*/React__default["default"].createElement(IoMdClose.IoMdClose, null))), /*#__PURE__*/React__default["default"].createElement("p", {
1629
+ className: isValueinStock == 0 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68d28fc494276' ? 'wordbreak m-0 p-0 d-flex align-items-center justify-content-center linethrough' : 'wordbreak m-0 p-0 d-flex align-items-center justify-content-center',
1630
+ style: {
1631
+ color: sectionproperties.variantcontainerbordercolor != undefined && sectionproperties.variantcontainerbordercolor != null && isoptionvalueselected == 1 ? sectionproperties.activeproductcolor : sectionproperties.variantcontainer_color,
1632
+ fontSize: sectionproperties.variantcontainer_fontSize + 'px',
1633
+ fontWeight: 500
1634
+ }
1635
+ }, langdetect == 'en' ? optionvaluesitem.valuename : optionvaluesitem.valuename_ar));
1636
+ }
1635
1637
  } else {
1636
1638
  return /*#__PURE__*/React__default["default"].createElement("div", {
1637
1639
  className: productinfostyles.variant_container + ' mr-2 variabttcontainer allcentered pl-2 pr-2 ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
@@ -72961,14 +72963,7 @@
72961
72963
  width: '100%',
72962
72964
  height: '100%'
72963
72965
  }
72964
- }, /*#__PURE__*/React__default["default"].createElement("audio", {
72965
- id: "radioPlayer",
72966
- controls: true,
72967
- autoplay: true
72968
- }, /*#__PURE__*/React__default["default"].createElement("source", {
72969
- src: "http://radio.hvips.com:8056/stream",
72970
- type: "audio/mpeg"
72971
- })))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
72966
+ })), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
72972
72967
  };
72973
72968
  var easingFunctions = {
72974
72969
  noEasing: undefined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1037",
3
+ "version": "0.2.1039",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",