tabexseriescomponents 0.2.910 → 0.2.912
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 +7 -5
- package/dist/index.esm.js +7 -5
- package/dist/index.umd.js +7 -5
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -70054,8 +70054,8 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
70054
70054
|
"class": "m-0 p-0 text-left",
|
|
70055
70055
|
style: {
|
|
70056
70056
|
color: sectionproperties.sectionTitleColor,
|
|
70057
|
-
fontSize:
|
|
70058
|
-
fontWeight:
|
|
70057
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
70058
|
+
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
70059
70059
|
}
|
|
70060
70060
|
}, "WHO WE ARE")), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70061
70061
|
"class": "col-lg-8"
|
|
@@ -70069,7 +70069,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
70069
70069
|
}, "A breakthrough in dental care: the first in Egypt to offer medical and cosmetic dental coverage in one cost-efficient, high-quality packages. Panacea makes the dental experince personal, seamless, and accessible for everyone.")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '682c6a888d70e' && window.location.pathname == '/home' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70070
70070
|
"class": "col-lg-12 p-0 allcentered d-flex flex-column pt-5 pb-5 px-sm-3",
|
|
70071
70071
|
style: {
|
|
70072
|
-
background: 'white'
|
|
70072
|
+
// background: 'white',
|
|
70073
70073
|
}
|
|
70074
70074
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
70075
70075
|
"class": "row m-0 w-100"
|
|
@@ -73595,8 +73595,10 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
73595
73595
|
"class": "m-0 p-0 text-left",
|
|
73596
73596
|
style: {
|
|
73597
73597
|
color: sectionproperties.sectionTitleColor,
|
|
73598
|
-
fontSize: 20,
|
|
73599
|
-
fontWeight: 500
|
|
73598
|
+
// fontSize: 20,
|
|
73599
|
+
// fontWeight: 500,
|
|
73600
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
73601
|
+
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
73600
73602
|
}
|
|
73601
73603
|
}, "WHY PANACEA")), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73602
73604
|
"class": "col-lg-8"
|
package/dist/index.esm.js
CHANGED
|
@@ -70004,8 +70004,8 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
70004
70004
|
"class": "m-0 p-0 text-left",
|
|
70005
70005
|
style: {
|
|
70006
70006
|
color: sectionproperties.sectionTitleColor,
|
|
70007
|
-
fontSize:
|
|
70008
|
-
fontWeight:
|
|
70007
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
70008
|
+
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
70009
70009
|
}
|
|
70010
70010
|
}, "WHO WE ARE")), /*#__PURE__*/React.createElement("div", {
|
|
70011
70011
|
"class": "col-lg-8"
|
|
@@ -70019,7 +70019,7 @@ var Freetextsection = function Freetextsection(props) {
|
|
|
70019
70019
|
}, "A breakthrough in dental care: the first in Egypt to offer medical and cosmetic dental coverage in one cost-efficient, high-quality packages. Panacea makes the dental experince personal, seamless, and accessible for everyone.")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '682c6a888d70e' && window.location.pathname == '/home' && /*#__PURE__*/React.createElement("div", {
|
|
70020
70020
|
"class": "col-lg-12 p-0 allcentered d-flex flex-column pt-5 pb-5 px-sm-3",
|
|
70021
70021
|
style: {
|
|
70022
|
-
background: 'white'
|
|
70022
|
+
// background: 'white',
|
|
70023
70023
|
}
|
|
70024
70024
|
}, /*#__PURE__*/React.createElement("div", {
|
|
70025
70025
|
"class": "row m-0 w-100"
|
|
@@ -73545,8 +73545,10 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
73545
73545
|
"class": "m-0 p-0 text-left",
|
|
73546
73546
|
style: {
|
|
73547
73547
|
color: sectionproperties.sectionTitleColor,
|
|
73548
|
-
fontSize: 20,
|
|
73549
|
-
fontWeight: 500
|
|
73548
|
+
// fontSize: 20,
|
|
73549
|
+
// fontWeight: 500,
|
|
73550
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
73551
|
+
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
73550
73552
|
}
|
|
73551
73553
|
}, "WHY PANACEA")), /*#__PURE__*/React.createElement("div", {
|
|
73552
73554
|
"class": "col-lg-8"
|
package/dist/index.umd.js
CHANGED
|
@@ -69864,8 +69864,8 @@
|
|
|
69864
69864
|
"class": "m-0 p-0 text-left",
|
|
69865
69865
|
style: {
|
|
69866
69866
|
color: sectionproperties.sectionTitleColor,
|
|
69867
|
-
fontSize:
|
|
69868
|
-
fontWeight:
|
|
69867
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
69868
|
+
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
69869
69869
|
}
|
|
69870
69870
|
}, "WHO WE ARE")), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69871
69871
|
"class": "col-lg-8"
|
|
@@ -69879,7 +69879,7 @@
|
|
|
69879
69879
|
}, "A breakthrough in dental care: the first in Egypt to offer medical and cosmetic dental coverage in one cost-efficient, high-quality packages. Panacea makes the dental experince personal, seamless, and accessible for everyone.")))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '682c6a888d70e' && window.location.pathname == '/home' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69880
69880
|
"class": "col-lg-12 p-0 allcentered d-flex flex-column pt-5 pb-5 px-sm-3",
|
|
69881
69881
|
style: {
|
|
69882
|
-
background: 'white'
|
|
69882
|
+
// background: 'white',
|
|
69883
69883
|
}
|
|
69884
69884
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
69885
69885
|
"class": "row m-0 w-100"
|
|
@@ -73405,8 +73405,10 @@
|
|
|
73405
73405
|
"class": "m-0 p-0 text-left",
|
|
73406
73406
|
style: {
|
|
73407
73407
|
color: sectionproperties.sectionTitleColor,
|
|
73408
|
-
fontSize: 20,
|
|
73409
|
-
fontWeight: 500
|
|
73408
|
+
// fontSize: 20,
|
|
73409
|
+
// fontWeight: 500,
|
|
73410
|
+
fontSize: sectionproperties.sectionTitleFontSize + 'px',
|
|
73411
|
+
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
73410
73412
|
}
|
|
73411
73413
|
}, "WHY PANACEA")), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73412
73414
|
"class": "col-lg-8"
|