tabexseriescomponents 0.2.823 → 0.2.824

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
@@ -71440,8 +71440,8 @@ var Slideshowzoom = function Slideshowzoom(props) {
71440
71440
  color: sectionproperties.generalbtn_textColoronhover
71441
71441
  },
71442
71442
  '@media (max-width: 800px)': {
71443
- width: 140,
71444
- height: 35,
71443
+ width: 110,
71444
+ height: 32,
71445
71445
  fontSize: 10
71446
71446
  }
71447
71447
  }),
package/dist/index.esm.js CHANGED
@@ -71392,8 +71392,8 @@ var Slideshowzoom = function Slideshowzoom(props) {
71392
71392
  color: sectionproperties.generalbtn_textColoronhover
71393
71393
  },
71394
71394
  '@media (max-width: 800px)': {
71395
- width: 140,
71396
- height: 35,
71395
+ width: 110,
71396
+ height: 32,
71397
71397
  fontSize: 10
71398
71398
  }
71399
71399
  }),
package/dist/index.umd.js CHANGED
@@ -71253,8 +71253,8 @@
71253
71253
  color: sectionproperties.generalbtn_textColoronhover
71254
71254
  },
71255
71255
  '@media (max-width: 800px)': {
71256
- width: 140,
71257
- height: 35,
71256
+ width: 110,
71257
+ height: 32,
71258
71258
  fontSize: 10
71259
71259
  }
71260
71260
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.823",
3
+ "version": "0.2.824",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",