tabexseriescomponents 0.2.908 → 0.2.910
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 -6
- package/dist/index.esm.js +7 -6
- package/dist/index.umd.js +7 -6
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -68934,7 +68934,7 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
68934
68934
|
"class": ' row ml-0 mr-0 d-flex justify-content-between w-100 align-items-center ',
|
|
68935
68935
|
"data-aos": 'fade-up',
|
|
68936
68936
|
style: {
|
|
68937
|
-
|
|
68937
|
+
background: '#f6f2ef'
|
|
68938
68938
|
}
|
|
68939
68939
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68940
68940
|
"class": "rotating-text-container rotating-text-containermarqueesection"
|
|
@@ -73583,7 +73583,8 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
73583
73583
|
"class": sectionStyles.outercontainer + ' row ml-0 mr-0 align-items-center px-md-3 ',
|
|
73584
73584
|
style: {
|
|
73585
73585
|
paddingLeft: 50,
|
|
73586
|
-
paddingRight:
|
|
73586
|
+
paddingRight: 50,
|
|
73587
|
+
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor
|
|
73587
73588
|
}
|
|
73588
73589
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73589
73590
|
"class": sectionStyles.containerrrr + ' row ml-0 mr-0 w-100 d-flex justify-content-center pl-md-1 pr-md-1 px-2015-3 ',
|
|
@@ -73644,7 +73645,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
73644
73645
|
fontWeight: 500,
|
|
73645
73646
|
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
73646
73647
|
// color: cardsarray[0].text2colorfromarray,
|
|
73647
|
-
color: '4c6572'
|
|
73648
|
+
color: '#4c6572'
|
|
73648
73649
|
}
|
|
73649
73650
|
}, langdetect == 'en' ? cardsarray[0].cardobj_titleen : cardsarray[0].cardobj_titlear)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73650
73651
|
"class": ' col-lg-3 d-md-none mb-3 mb-md-0',
|
|
@@ -73689,7 +73690,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
73689
73690
|
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
73690
73691
|
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
73691
73692
|
// color: cardsarray[0].text2colorfromarray,
|
|
73692
|
-
color: '4c6572'
|
|
73693
|
+
color: '#4c6572'
|
|
73693
73694
|
}, "fontSize", '20px'), "fontWeight", 500)
|
|
73694
73695
|
}, langdetect == 'en' ? cardsarray[1].cardobj_titleen : cardsarray[1].cardobj_titlear)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73695
73696
|
"class": ' col-lg-3 d-md-none mb-3 mb-md-0',
|
|
@@ -73737,7 +73738,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
73737
73738
|
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
73738
73739
|
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
73739
73740
|
// color: cardsarray[0].text2colorfromarray,
|
|
73740
|
-
color: '4c6572'
|
|
73741
|
+
color: '#4c6572'
|
|
73741
73742
|
}, "fontSize", '20px'), "fontWeight", 500)
|
|
73742
73743
|
}, langdetect == 'en' ? cardsarray[2].cardobj_titleen : cardsarray[2].cardobj_titlear)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73743
73744
|
"class": ' col-lg-3 d-md-none mb-3 mb-md-0',
|
|
@@ -73782,7 +73783,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
73782
73783
|
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
73783
73784
|
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
73784
73785
|
// color: cardsarray[0].text2colorfromarray,
|
|
73785
|
-
color: '4c6572'
|
|
73786
|
+
color: '#4c6572'
|
|
73786
73787
|
}, "fontSize", '20px'), "fontWeight", 500)
|
|
73787
73788
|
}, langdetect == 'en' ? cardsarray[3].cardobj_titleen : cardsarray[3].cardobj_titlear)))))))));
|
|
73788
73789
|
};
|
package/dist/index.esm.js
CHANGED
|
@@ -68884,7 +68884,7 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
68884
68884
|
"class": ' row ml-0 mr-0 d-flex justify-content-between w-100 align-items-center ',
|
|
68885
68885
|
"data-aos": 'fade-up',
|
|
68886
68886
|
style: {
|
|
68887
|
-
|
|
68887
|
+
background: '#f6f2ef'
|
|
68888
68888
|
}
|
|
68889
68889
|
}, /*#__PURE__*/React.createElement("div", {
|
|
68890
68890
|
"class": "rotating-text-container rotating-text-containermarqueesection"
|
|
@@ -73533,7 +73533,8 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
73533
73533
|
"class": sectionStyles.outercontainer + ' row ml-0 mr-0 align-items-center px-md-3 ',
|
|
73534
73534
|
style: {
|
|
73535
73535
|
paddingLeft: 50,
|
|
73536
|
-
paddingRight:
|
|
73536
|
+
paddingRight: 50,
|
|
73537
|
+
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor
|
|
73537
73538
|
}
|
|
73538
73539
|
}, /*#__PURE__*/React.createElement("div", {
|
|
73539
73540
|
"class": sectionStyles.containerrrr + ' row ml-0 mr-0 w-100 d-flex justify-content-center pl-md-1 pr-md-1 px-2015-3 ',
|
|
@@ -73594,7 +73595,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
73594
73595
|
fontWeight: 500,
|
|
73595
73596
|
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
73596
73597
|
// color: cardsarray[0].text2colorfromarray,
|
|
73597
|
-
color: '4c6572'
|
|
73598
|
+
color: '#4c6572'
|
|
73598
73599
|
}
|
|
73599
73600
|
}, langdetect == 'en' ? cardsarray[0].cardobj_titleen : cardsarray[0].cardobj_titlear)))), /*#__PURE__*/React.createElement("div", {
|
|
73600
73601
|
"class": ' col-lg-3 d-md-none mb-3 mb-md-0',
|
|
@@ -73639,7 +73640,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
73639
73640
|
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
73640
73641
|
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
73641
73642
|
// color: cardsarray[0].text2colorfromarray,
|
|
73642
|
-
color: '4c6572'
|
|
73643
|
+
color: '#4c6572'
|
|
73643
73644
|
}, "fontSize", '20px'), "fontWeight", 500)
|
|
73644
73645
|
}, langdetect == 'en' ? cardsarray[1].cardobj_titleen : cardsarray[1].cardobj_titlear)))), /*#__PURE__*/React.createElement("div", {
|
|
73645
73646
|
"class": ' col-lg-3 d-md-none mb-3 mb-md-0',
|
|
@@ -73687,7 +73688,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
73687
73688
|
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
73688
73689
|
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
73689
73690
|
// color: cardsarray[0].text2colorfromarray,
|
|
73690
|
-
color: '4c6572'
|
|
73691
|
+
color: '#4c6572'
|
|
73691
73692
|
}, "fontSize", '20px'), "fontWeight", 500)
|
|
73692
73693
|
}, langdetect == 'en' ? cardsarray[2].cardobj_titleen : cardsarray[2].cardobj_titlear)))), /*#__PURE__*/React.createElement("div", {
|
|
73693
73694
|
"class": ' col-lg-3 d-md-none mb-3 mb-md-0',
|
|
@@ -73732,7 +73733,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
73732
73733
|
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
73733
73734
|
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
73734
73735
|
// color: cardsarray[0].text2colorfromarray,
|
|
73735
|
-
color: '4c6572'
|
|
73736
|
+
color: '#4c6572'
|
|
73736
73737
|
}, "fontSize", '20px'), "fontWeight", 500)
|
|
73737
73738
|
}, langdetect == 'en' ? cardsarray[3].cardobj_titleen : cardsarray[3].cardobj_titlear)))))))));
|
|
73738
73739
|
};
|
package/dist/index.umd.js
CHANGED
|
@@ -68744,7 +68744,7 @@
|
|
|
68744
68744
|
"class": ' row ml-0 mr-0 d-flex justify-content-between w-100 align-items-center ',
|
|
68745
68745
|
"data-aos": 'fade-up',
|
|
68746
68746
|
style: {
|
|
68747
|
-
|
|
68747
|
+
background: '#f6f2ef'
|
|
68748
68748
|
}
|
|
68749
68749
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68750
68750
|
"class": "rotating-text-container rotating-text-containermarqueesection"
|
|
@@ -73393,7 +73393,8 @@
|
|
|
73393
73393
|
"class": sectionStyles.outercontainer + ' row ml-0 mr-0 align-items-center px-md-3 ',
|
|
73394
73394
|
style: {
|
|
73395
73395
|
paddingLeft: 50,
|
|
73396
|
-
paddingRight:
|
|
73396
|
+
paddingRight: 50,
|
|
73397
|
+
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor
|
|
73397
73398
|
}
|
|
73398
73399
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73399
73400
|
"class": sectionStyles.containerrrr + ' row ml-0 mr-0 w-100 d-flex justify-content-center pl-md-1 pr-md-1 px-2015-3 ',
|
|
@@ -73454,7 +73455,7 @@
|
|
|
73454
73455
|
fontWeight: 500,
|
|
73455
73456
|
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
73456
73457
|
// color: cardsarray[0].text2colorfromarray,
|
|
73457
|
-
color: '4c6572'
|
|
73458
|
+
color: '#4c6572'
|
|
73458
73459
|
}
|
|
73459
73460
|
}, langdetect == 'en' ? cardsarray[0].cardobj_titleen : cardsarray[0].cardobj_titlear)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73460
73461
|
"class": ' col-lg-3 d-md-none mb-3 mb-md-0',
|
|
@@ -73499,7 +73500,7 @@
|
|
|
73499
73500
|
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
73500
73501
|
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
73501
73502
|
// color: cardsarray[0].text2colorfromarray,
|
|
73502
|
-
color: '4c6572'
|
|
73503
|
+
color: '#4c6572'
|
|
73503
73504
|
}, "fontSize", '20px'), "fontWeight", 500)
|
|
73504
73505
|
}, langdetect == 'en' ? cardsarray[1].cardobj_titleen : cardsarray[1].cardobj_titlear)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73505
73506
|
"class": ' col-lg-3 d-md-none mb-3 mb-md-0',
|
|
@@ -73547,7 +73548,7 @@
|
|
|
73547
73548
|
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
73548
73549
|
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
73549
73550
|
// color: cardsarray[0].text2colorfromarray,
|
|
73550
|
-
color: '4c6572'
|
|
73551
|
+
color: '#4c6572'
|
|
73551
73552
|
}, "fontSize", '20px'), "fontWeight", 500)
|
|
73552
73553
|
}, langdetect == 'en' ? cardsarray[2].cardobj_titleen : cardsarray[2].cardobj_titlear)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73553
73554
|
"class": ' col-lg-3 d-md-none mb-3 mb-md-0',
|
|
@@ -73592,7 +73593,7 @@
|
|
|
73592
73593
|
fontWeight: sectionproperties.slideshowText2ContentFontWeight,
|
|
73593
73594
|
textAlign: sectionproperties.justifyContentCenter == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right',
|
|
73594
73595
|
// color: cardsarray[0].text2colorfromarray,
|
|
73595
|
-
color: '4c6572'
|
|
73596
|
+
color: '#4c6572'
|
|
73596
73597
|
}, "fontSize", '20px'), "fontWeight", 500)
|
|
73597
73598
|
}, langdetect == 'en' ? cardsarray[3].cardobj_titleen : cardsarray[3].cardobj_titlear)))))))));
|
|
73598
73599
|
};
|