tabexseriescomponents 0.0.643 → 0.0.644
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 +8 -4
- package/dist/index.esm.js +8 -4
- package/dist/index.umd.js +8 -4
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -56817,6 +56817,12 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
56817
56817
|
}
|
|
56818
56818
|
}, [sectionproperties]);
|
|
56819
56819
|
var bgcssstyles = {
|
|
56820
|
+
outercontainer: glamor.css({
|
|
56821
|
+
width: sectionproperties.width + 'vw',
|
|
56822
|
+
'@media (max-width: 800px)': {
|
|
56823
|
+
width: sectionproperties.widthresponsive + 'vw'
|
|
56824
|
+
}
|
|
56825
|
+
}),
|
|
56820
56826
|
bgImageContainer: glamor.css({
|
|
56821
56827
|
height: sectionproperties.height + 'vh',
|
|
56822
56828
|
backgroundPosition: 'center',
|
|
@@ -57204,10 +57210,8 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
57204
57210
|
})))));
|
|
57205
57211
|
};
|
|
57206
57212
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57207
|
-
className:
|
|
57208
|
-
style: {
|
|
57209
|
-
width: sectionproperties.width + 'vw'
|
|
57210
|
-
}
|
|
57213
|
+
className: bgcssstyles.outercontainer + ' row m-0 w-md-100 ',
|
|
57214
|
+
style: {}
|
|
57211
57215
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57212
57216
|
className: "col-lg-12 p-0 d-flex d-md-none",
|
|
57213
57217
|
style: {
|
package/dist/index.esm.js
CHANGED
|
@@ -56768,6 +56768,12 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
56768
56768
|
}
|
|
56769
56769
|
}, [sectionproperties]);
|
|
56770
56770
|
var bgcssstyles = {
|
|
56771
|
+
outercontainer: css({
|
|
56772
|
+
width: sectionproperties.width + 'vw',
|
|
56773
|
+
'@media (max-width: 800px)': {
|
|
56774
|
+
width: sectionproperties.widthresponsive + 'vw'
|
|
56775
|
+
}
|
|
56776
|
+
}),
|
|
56771
56777
|
bgImageContainer: css({
|
|
56772
56778
|
height: sectionproperties.height + 'vh',
|
|
56773
56779
|
backgroundPosition: 'center',
|
|
@@ -57155,10 +57161,8 @@ var Twobgimages = function Twobgimages(props) {
|
|
|
57155
57161
|
})))));
|
|
57156
57162
|
};
|
|
57157
57163
|
return /*#__PURE__*/React.createElement("div", {
|
|
57158
|
-
className:
|
|
57159
|
-
style: {
|
|
57160
|
-
width: sectionproperties.width + 'vw'
|
|
57161
|
-
}
|
|
57164
|
+
className: bgcssstyles.outercontainer + ' row m-0 w-md-100 ',
|
|
57165
|
+
style: {}
|
|
57162
57166
|
}, /*#__PURE__*/React.createElement("div", {
|
|
57163
57167
|
className: "col-lg-12 p-0 d-flex d-md-none",
|
|
57164
57168
|
style: {
|
package/dist/index.umd.js
CHANGED
|
@@ -56641,6 +56641,12 @@
|
|
|
56641
56641
|
}
|
|
56642
56642
|
}, [sectionproperties]);
|
|
56643
56643
|
var bgcssstyles = {
|
|
56644
|
+
outercontainer: glamor.css({
|
|
56645
|
+
width: sectionproperties.width + 'vw',
|
|
56646
|
+
'@media (max-width: 800px)': {
|
|
56647
|
+
width: sectionproperties.widthresponsive + 'vw'
|
|
56648
|
+
}
|
|
56649
|
+
}),
|
|
56644
56650
|
bgImageContainer: glamor.css({
|
|
56645
56651
|
height: sectionproperties.height + 'vh',
|
|
56646
56652
|
backgroundPosition: 'center',
|
|
@@ -57028,10 +57034,8 @@
|
|
|
57028
57034
|
})))));
|
|
57029
57035
|
};
|
|
57030
57036
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57031
|
-
className:
|
|
57032
|
-
style: {
|
|
57033
|
-
width: sectionproperties.width + 'vw'
|
|
57034
|
-
}
|
|
57037
|
+
className: bgcssstyles.outercontainer + ' row m-0 w-md-100 ',
|
|
57038
|
+
style: {}
|
|
57035
57039
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57036
57040
|
className: "col-lg-12 p-0 d-flex d-md-none",
|
|
57037
57041
|
style: {
|