tabexseriescomponents 0.0.149 → 0.0.150
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 +1 -6
- package/dist/index.esm.js +1 -6
- package/dist/index.umd.js +1 -6
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1663,9 +1663,6 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
1663
1663
|
className: "".concat(productinfo_cssstyles.cardcontainer) + ' mb-3 ',
|
|
1664
1664
|
style: {
|
|
1665
1665
|
cursor: 'pointer'
|
|
1666
|
-
},
|
|
1667
|
-
onClick: function onClick() {
|
|
1668
|
-
routingcountext(StaticPagesLinksContext.Policies);
|
|
1669
1666
|
}
|
|
1670
1667
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1671
1668
|
className: "row m-0 w-100"
|
|
@@ -1700,9 +1697,6 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
1700
1697
|
className: "".concat(productinfo_cssstyles.cardcontainer) + ' mb-3 ',
|
|
1701
1698
|
style: {
|
|
1702
1699
|
cursor: 'pointer'
|
|
1703
|
-
},
|
|
1704
|
-
onClick: function onClick() {
|
|
1705
|
-
routingcountext(StaticPagesLinksContext.Policies);
|
|
1706
1700
|
}
|
|
1707
1701
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1708
1702
|
className: "row m-0 w-100"
|
|
@@ -39089,6 +39083,7 @@ var Card23 = function Card23(props) {
|
|
|
39089
39083
|
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
39090
39084
|
"class": "col-lg-12 col-md-12 col-sm-12 p-0 pl-sm-2 pr-sm-2"
|
|
39091
39085
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
39086
|
+
"class": "cursor-pointer",
|
|
39092
39087
|
style: {
|
|
39093
39088
|
backgroundColor: sectionproperties.image_bgcolor,
|
|
39094
39089
|
height: sectionproperties.image_height + 'px',
|
package/dist/index.esm.js
CHANGED
|
@@ -1620,9 +1620,6 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
1620
1620
|
className: "".concat(productinfo_cssstyles.cardcontainer) + ' mb-3 ',
|
|
1621
1621
|
style: {
|
|
1622
1622
|
cursor: 'pointer'
|
|
1623
|
-
},
|
|
1624
|
-
onClick: function onClick() {
|
|
1625
|
-
routingcountext(StaticPagesLinksContext.Policies);
|
|
1626
1623
|
}
|
|
1627
1624
|
}, /*#__PURE__*/React.createElement("div", {
|
|
1628
1625
|
className: "row m-0 w-100"
|
|
@@ -1657,9 +1654,6 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
1657
1654
|
className: "".concat(productinfo_cssstyles.cardcontainer) + ' mb-3 ',
|
|
1658
1655
|
style: {
|
|
1659
1656
|
cursor: 'pointer'
|
|
1660
|
-
},
|
|
1661
|
-
onClick: function onClick() {
|
|
1662
|
-
routingcountext(StaticPagesLinksContext.Policies);
|
|
1663
1657
|
}
|
|
1664
1658
|
}, /*#__PURE__*/React.createElement("div", {
|
|
1665
1659
|
className: "row m-0 w-100"
|
|
@@ -39046,6 +39040,7 @@ var Card23 = function Card23(props) {
|
|
|
39046
39040
|
}, sectionproperties.length != 0 && /*#__PURE__*/React.createElement("div", {
|
|
39047
39041
|
"class": "col-lg-12 col-md-12 col-sm-12 p-0 pl-sm-2 pr-sm-2"
|
|
39048
39042
|
}, /*#__PURE__*/React.createElement("div", {
|
|
39043
|
+
"class": "cursor-pointer",
|
|
39049
39044
|
style: {
|
|
39050
39045
|
backgroundColor: sectionproperties.image_bgcolor,
|
|
39051
39046
|
height: sectionproperties.image_height + 'px',
|
package/dist/index.umd.js
CHANGED
|
@@ -1531,9 +1531,6 @@
|
|
|
1531
1531
|
className: "".concat(productinfo_cssstyles.cardcontainer) + ' mb-3 ',
|
|
1532
1532
|
style: {
|
|
1533
1533
|
cursor: 'pointer'
|
|
1534
|
-
},
|
|
1535
|
-
onClick: function onClick() {
|
|
1536
|
-
routingcountext(StaticPagesLinksContext.Policies);
|
|
1537
1534
|
}
|
|
1538
1535
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1539
1536
|
className: "row m-0 w-100"
|
|
@@ -1568,9 +1565,6 @@
|
|
|
1568
1565
|
className: "".concat(productinfo_cssstyles.cardcontainer) + ' mb-3 ',
|
|
1569
1566
|
style: {
|
|
1570
1567
|
cursor: 'pointer'
|
|
1571
|
-
},
|
|
1572
|
-
onClick: function onClick() {
|
|
1573
|
-
routingcountext(StaticPagesLinksContext.Policies);
|
|
1574
1568
|
}
|
|
1575
1569
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1576
1570
|
className: "row m-0 w-100"
|
|
@@ -38957,6 +38951,7 @@
|
|
|
38957
38951
|
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38958
38952
|
"class": "col-lg-12 col-md-12 col-sm-12 p-0 pl-sm-2 pr-sm-2"
|
|
38959
38953
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38954
|
+
"class": "cursor-pointer",
|
|
38960
38955
|
style: {
|
|
38961
38956
|
backgroundColor: sectionproperties.image_bgcolor,
|
|
38962
38957
|
height: sectionproperties.image_height + 'px',
|