tabexseriescomponents 0.0.535 → 0.0.536

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
@@ -59701,7 +59701,7 @@ var Slideshowslide = function Slideshowslide(props) {
59701
59701
  color: sectionproperties.generalbtn_textColoronhover
59702
59702
  },
59703
59703
  '@media (max-width: 800px)': {
59704
- Width: sectionproperties.widthresp + 'px',
59704
+ width: sectionproperties.widthresp + 'px',
59705
59705
  height: sectionproperties.heightresponsive + 'px'
59706
59706
  }
59707
59707
  }),
package/dist/index.esm.js CHANGED
@@ -59652,7 +59652,7 @@ var Slideshowslide = function Slideshowslide(props) {
59652
59652
  color: sectionproperties.generalbtn_textColoronhover
59653
59653
  },
59654
59654
  '@media (max-width: 800px)': {
59655
- Width: sectionproperties.widthresp + 'px',
59655
+ width: sectionproperties.widthresp + 'px',
59656
59656
  height: sectionproperties.heightresponsive + 'px'
59657
59657
  }
59658
59658
  }),
package/dist/index.umd.js CHANGED
@@ -59527,7 +59527,7 @@
59527
59527
  color: sectionproperties.generalbtn_textColoronhover
59528
59528
  },
59529
59529
  '@media (max-width: 800px)': {
59530
- Width: sectionproperties.widthresp + 'px',
59530
+ width: sectionproperties.widthresp + 'px',
59531
59531
  height: sectionproperties.heightresponsive + 'px'
59532
59532
  }
59533
59533
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.535",
3
+ "version": "0.0.536",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {