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 +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
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:
|
|
71444
|
-
height:
|
|
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:
|
|
71396
|
-
height:
|
|
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:
|
|
71257
|
-
height:
|
|
71256
|
+
width: 110,
|
|
71257
|
+
height: 32,
|
|
71258
71258
|
fontSize: 10
|
|
71259
71259
|
}
|
|
71260
71260
|
}),
|