tabexseriescomponents 0.2.1255 → 0.2.1257

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 CHANGED
@@ -74894,14 +74894,14 @@ var MarqueeSection = function MarqueeSection(props) {
74894
74894
  }
74895
74895
  }),
74896
74896
  marqueeimagecontainer: glamor.css(_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
74897
- width: sectionproperties.image_width + 'px',
74898
- height: sectionproperties.image_height + 'px',
74897
+ width: sectionproperties.image_width == 0 ? 'auto' : sectionproperties.image_width + 'px',
74898
+ height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'px',
74899
74899
  border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
74900
74900
  flex: '0 0 auto',
74901
74901
  overflow: 'hidden'
74902
74902
  }, "overflow", 'hidden'), "paddingLeft", sectionproperties.innersectionpaddinghorizontal + 'px'), "paddingRight", sectionproperties.innersectionpaddinghorizontal + 'px'), '@media (max-width: 800px)', {
74903
- width: sectionproperties.image_width_resp + 'px',
74904
- height: sectionproperties.height_responsive + 'px'
74903
+ width: sectionproperties.image_width_resp == 0 ? 'auto' : sectionproperties.image_width_resp + 'px',
74904
+ height: sectionproperties.height_responsive == 0 ? 'auto' : sectionproperties.height_responsive + 'px'
74905
74905
  })),
74906
74906
  marqueeimage: glamor.css({
74907
74907
  width: sectionproperties.imageInnerWidth_Height + '%',
package/dist/index.esm.js CHANGED
@@ -74843,14 +74843,14 @@ var MarqueeSection = function MarqueeSection(props) {
74843
74843
  }
74844
74844
  }),
74845
74845
  marqueeimagecontainer: css(_defineProperty(_defineProperty(_defineProperty(_defineProperty({
74846
- width: sectionproperties.image_width + 'px',
74847
- height: sectionproperties.image_height + 'px',
74846
+ width: sectionproperties.image_width == 0 ? 'auto' : sectionproperties.image_width + 'px',
74847
+ height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'px',
74848
74848
  border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
74849
74849
  flex: '0 0 auto',
74850
74850
  overflow: 'hidden'
74851
74851
  }, "overflow", 'hidden'), "paddingLeft", sectionproperties.innersectionpaddinghorizontal + 'px'), "paddingRight", sectionproperties.innersectionpaddinghorizontal + 'px'), '@media (max-width: 800px)', {
74852
- width: sectionproperties.image_width_resp + 'px',
74853
- height: sectionproperties.height_responsive + 'px'
74852
+ width: sectionproperties.image_width_resp == 0 ? 'auto' : sectionproperties.image_width_resp + 'px',
74853
+ height: sectionproperties.height_responsive == 0 ? 'auto' : sectionproperties.height_responsive + 'px'
74854
74854
  })),
74855
74855
  marqueeimage: css({
74856
74856
  width: sectionproperties.imageInnerWidth_Height + '%',
package/dist/index.umd.js CHANGED
@@ -74700,14 +74700,14 @@
74700
74700
  }
74701
74701
  }),
74702
74702
  marqueeimagecontainer: glamor.css(_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
74703
- width: sectionproperties.image_width + 'px',
74704
- height: sectionproperties.image_height + 'px',
74703
+ width: sectionproperties.image_width == 0 ? 'auto' : sectionproperties.image_width + 'px',
74704
+ height: sectionproperties.image_height == 0 ? 'auto' : sectionproperties.image_height + 'px',
74705
74705
  border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
74706
74706
  flex: '0 0 auto',
74707
74707
  overflow: 'hidden'
74708
74708
  }, "overflow", 'hidden'), "paddingLeft", sectionproperties.innersectionpaddinghorizontal + 'px'), "paddingRight", sectionproperties.innersectionpaddinghorizontal + 'px'), '@media (max-width: 800px)', {
74709
- width: sectionproperties.image_width_resp + 'px',
74710
- height: sectionproperties.height_responsive + 'px'
74709
+ width: sectionproperties.image_width_resp == 0 ? 'auto' : sectionproperties.image_width_resp + 'px',
74710
+ height: sectionproperties.height_responsive == 0 ? 'auto' : sectionproperties.height_responsive + 'px'
74711
74711
  })),
74712
74712
  marqueeimage: glamor.css({
74713
74713
  width: sectionproperties.imageInnerWidth_Height + '%',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1255",
3
+ "version": "0.2.1257",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",