tabexseriescomponents 0.0.161 → 0.0.162
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 +3 -3
- package/dist/index.esm.js +3 -3
- package/dist/index.umd.js +3 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1409,7 +1409,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
1409
1409
|
}, langdetect == 'en' ? optionvaluesitem.valuename : optionvaluesitem.valuename_ar));
|
|
1410
1410
|
} else {
|
|
1411
1411
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1412
|
-
className: productinfostyles.variant_container + ' mr-2 variabttcontainer allcentered ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
|
|
1412
|
+
className: productinfostyles.variant_container + ' mr-2 variabttcontainer allcentered pl-2 pr-2 ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
|
|
1413
1413
|
onClick: function onClick() {
|
|
1414
1414
|
if (optionvaluesitem.isenabled == 1) {
|
|
1415
1415
|
selectproductoptionvalue(index, optionvaluesitem, optionvaluesindex);
|
|
@@ -1417,7 +1417,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
1417
1417
|
},
|
|
1418
1418
|
style: {
|
|
1419
1419
|
backgroundColor: isoptionvalueselected == 1 ? 'green' : isoptionvaluedenabled == 1 ? sectionproperties.variantcontainer_bgcolor : 'grey',
|
|
1420
|
-
|
|
1420
|
+
width: 'auto',
|
|
1421
1421
|
height: sectionproperties.variantcontainer_height + 'px',
|
|
1422
1422
|
borderRadius: sectionproperties.variantcontainer_borderBottomLeftRadius + 'px',
|
|
1423
1423
|
position: 'relative'
|
|
@@ -1435,7 +1435,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
1435
1435
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
1436
1436
|
"class": "h-100 allcentered"
|
|
1437
1437
|
}, /*#__PURE__*/React__default["default"].createElement(IoMdClose.IoMdClose, null))), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1438
|
-
className: 'm-0 p-0
|
|
1438
|
+
className: 'm-0 p-0 allcentered',
|
|
1439
1439
|
style: {
|
|
1440
1440
|
color: sectionproperties.variantcontainer_color,
|
|
1441
1441
|
fontSize: sectionproperties.variantcontainer_fontSize + 'px'
|
package/dist/index.esm.js
CHANGED
|
@@ -1366,7 +1366,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
1366
1366
|
}, langdetect == 'en' ? optionvaluesitem.valuename : optionvaluesitem.valuename_ar));
|
|
1367
1367
|
} else {
|
|
1368
1368
|
return /*#__PURE__*/React.createElement("div", {
|
|
1369
|
-
className: productinfostyles.variant_container + ' mr-2 variabttcontainer allcentered ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
|
|
1369
|
+
className: productinfostyles.variant_container + ' mr-2 variabttcontainer allcentered pl-2 pr-2 ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
|
|
1370
1370
|
onClick: function onClick() {
|
|
1371
1371
|
if (optionvaluesitem.isenabled == 1) {
|
|
1372
1372
|
selectproductoptionvalue(index, optionvaluesitem, optionvaluesindex);
|
|
@@ -1374,7 +1374,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
1374
1374
|
},
|
|
1375
1375
|
style: {
|
|
1376
1376
|
backgroundColor: isoptionvalueselected == 1 ? 'green' : isoptionvaluedenabled == 1 ? sectionproperties.variantcontainer_bgcolor : 'grey',
|
|
1377
|
-
|
|
1377
|
+
width: 'auto',
|
|
1378
1378
|
height: sectionproperties.variantcontainer_height + 'px',
|
|
1379
1379
|
borderRadius: sectionproperties.variantcontainer_borderBottomLeftRadius + 'px',
|
|
1380
1380
|
position: 'relative'
|
|
@@ -1392,7 +1392,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
1392
1392
|
}, /*#__PURE__*/React.createElement("i", {
|
|
1393
1393
|
"class": "h-100 allcentered"
|
|
1394
1394
|
}, /*#__PURE__*/React.createElement(IoMdClose, null))), /*#__PURE__*/React.createElement("p", {
|
|
1395
|
-
className: 'm-0 p-0
|
|
1395
|
+
className: 'm-0 p-0 allcentered',
|
|
1396
1396
|
style: {
|
|
1397
1397
|
color: sectionproperties.variantcontainer_color,
|
|
1398
1398
|
fontSize: sectionproperties.variantcontainer_fontSize + 'px'
|
package/dist/index.umd.js
CHANGED
|
@@ -1273,7 +1273,7 @@
|
|
|
1273
1273
|
}, langdetect == 'en' ? optionvaluesitem.valuename : optionvaluesitem.valuename_ar));
|
|
1274
1274
|
} else {
|
|
1275
1275
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1276
|
-
className: productinfostyles.variant_container + ' mr-2 variabttcontainer allcentered ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
|
|
1276
|
+
className: productinfostyles.variant_container + ' mr-2 variabttcontainer allcentered pl-2 pr-2 ' + "".concat(isoptionvalueselected == 1 ? productinfostyles.variant_container_active : ''),
|
|
1277
1277
|
onClick: function onClick() {
|
|
1278
1278
|
if (optionvaluesitem.isenabled == 1) {
|
|
1279
1279
|
selectproductoptionvalue(index, optionvaluesitem, optionvaluesindex);
|
|
@@ -1281,7 +1281,7 @@
|
|
|
1281
1281
|
},
|
|
1282
1282
|
style: {
|
|
1283
1283
|
backgroundColor: isoptionvalueselected == 1 ? 'green' : isoptionvaluedenabled == 1 ? sectionproperties.variantcontainer_bgcolor : 'grey',
|
|
1284
|
-
|
|
1284
|
+
width: 'auto',
|
|
1285
1285
|
height: sectionproperties.variantcontainer_height + 'px',
|
|
1286
1286
|
borderRadius: sectionproperties.variantcontainer_borderBottomLeftRadius + 'px',
|
|
1287
1287
|
position: 'relative'
|
|
@@ -1299,7 +1299,7 @@
|
|
|
1299
1299
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
1300
1300
|
"class": "h-100 allcentered"
|
|
1301
1301
|
}, /*#__PURE__*/React__default["default"].createElement(IoMdClose.IoMdClose, null))), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
1302
|
-
className: 'm-0 p-0
|
|
1302
|
+
className: 'm-0 p-0 allcentered',
|
|
1303
1303
|
style: {
|
|
1304
1304
|
color: sectionproperties.variantcontainer_color,
|
|
1305
1305
|
fontSize: sectionproperties.variantcontainer_fontSize + 'px'
|