tabexseriescomponents 0.2.1338 → 0.2.1339
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 +51 -7
- package/dist/index.esm.js +51 -7
- package/dist/index.umd.js +51 -7
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -81364,11 +81364,34 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
81364
81364
|
}
|
|
81365
81365
|
}),
|
|
81366
81366
|
slideshow_btn_mazl: glamor.css({
|
|
81367
|
-
zIndex: 1000,
|
|
81367
|
+
// zIndex: 1000,
|
|
81368
|
+
// height: sectionproperties.generalbtn_height + 'px',
|
|
81369
|
+
// width: sectionproperties.generalbtn_width + 'px',
|
|
81370
|
+
// background: 'transparent',
|
|
81371
|
+
// color: sectionproperties.generalbtn_bgColor,
|
|
81372
|
+
// borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
81373
|
+
// borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
81374
|
+
// borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
81375
|
+
// borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
81376
|
+
// fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
81377
|
+
// lineHeight: sectionproperties.generalbtn_fontsize + 'px',
|
|
81378
|
+
// textTransform: sectionproperties.generalbtn_texttransform,
|
|
81379
|
+
// fontWeight: sectionproperties.generalbtn_fontweight,
|
|
81380
|
+
// transition: '.3s',
|
|
81381
|
+
// border: '1px solid ' + sectionproperties.generalbtn_bgColor,
|
|
81382
|
+
// ':hover': {
|
|
81383
|
+
// background: sectionproperties.generalbtn_bgColor,
|
|
81384
|
+
// color: 'white',
|
|
81385
|
+
// },
|
|
81386
|
+
// '@media (max-width: 800px)': {
|
|
81387
|
+
// width: sectionproperties.generalbtnwidthresp + 'px',
|
|
81388
|
+
// height: sectionproperties.generalbtnheightresponsive + 'px',
|
|
81389
|
+
// fontSize: sectionproperties.generalbtnfontsizeresp + 'px',
|
|
81390
|
+
// },
|
|
81368
81391
|
height: sectionproperties.generalbtn_height + 'px',
|
|
81369
81392
|
width: sectionproperties.generalbtn_width + 'px',
|
|
81370
|
-
background:
|
|
81371
|
-
color: sectionproperties.
|
|
81393
|
+
background: sectionproperties.generalbtn_bgColor,
|
|
81394
|
+
color: sectionproperties.generalbtn_textColor,
|
|
81372
81395
|
borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
81373
81396
|
borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
81374
81397
|
borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
@@ -81378,10 +81401,9 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
81378
81401
|
textTransform: sectionproperties.generalbtn_texttransform,
|
|
81379
81402
|
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
81380
81403
|
transition: '.3s',
|
|
81381
|
-
border: '1px solid ' + sectionproperties.generalbtn_bgColor,
|
|
81382
81404
|
':hover': {
|
|
81383
|
-
background: sectionproperties.
|
|
81384
|
-
color:
|
|
81405
|
+
background: sectionproperties.generalbtn_bgColoronhover,
|
|
81406
|
+
color: sectionproperties.generalbtn_textColoronhover
|
|
81385
81407
|
},
|
|
81386
81408
|
'@media (max-width: 800px)': {
|
|
81387
81409
|
width: sectionproperties.generalbtnwidthresp + 'px',
|
|
@@ -81390,7 +81412,29 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
81390
81412
|
}
|
|
81391
81413
|
}),
|
|
81392
81414
|
slideshow_btn2mazal: glamor.css({
|
|
81393
|
-
zIndex: 1000,
|
|
81415
|
+
// zIndex: 1000,
|
|
81416
|
+
// height: sectionproperties.generalbtn_height + 'px',
|
|
81417
|
+
// width: sectionproperties.generalbtn_width + 'px',
|
|
81418
|
+
// background: sectionproperties.generalbtn_bgColor,
|
|
81419
|
+
// color: sectionproperties.generalbtn_textColor,
|
|
81420
|
+
// borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
81421
|
+
// borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
81422
|
+
// borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
81423
|
+
// borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
81424
|
+
// fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
81425
|
+
// lineHeight: sectionproperties.generalbtn_fontsize + 'px',
|
|
81426
|
+
// textTransform: sectionproperties.generalbtn_texttransform,
|
|
81427
|
+
// fontWeight: sectionproperties.generalbtn_fontweight,
|
|
81428
|
+
// transition: '.3s',
|
|
81429
|
+
// ':hover': {
|
|
81430
|
+
// background: sectionproperties.generalbtn_bgColoronhover,
|
|
81431
|
+
// color: sectionproperties.generalbtn_textColoronhover,
|
|
81432
|
+
// },
|
|
81433
|
+
// '@media (max-width: 800px)': {
|
|
81434
|
+
// width: sectionproperties.generalbtnwidthresp + 'px',
|
|
81435
|
+
// height: sectionproperties.generalbtnheightresponsive + 'px',
|
|
81436
|
+
// fontSize: sectionproperties.generalbtnfontsizeresp + 'px',
|
|
81437
|
+
// },
|
|
81394
81438
|
height: sectionproperties.generalbtn_height + 'px',
|
|
81395
81439
|
width: sectionproperties.generalbtn_width + 'px',
|
|
81396
81440
|
background: sectionproperties.generalbtn_bgColor,
|
package/dist/index.esm.js
CHANGED
|
@@ -81313,11 +81313,34 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
81313
81313
|
}
|
|
81314
81314
|
}),
|
|
81315
81315
|
slideshow_btn_mazl: css({
|
|
81316
|
-
zIndex: 1000,
|
|
81316
|
+
// zIndex: 1000,
|
|
81317
|
+
// height: sectionproperties.generalbtn_height + 'px',
|
|
81318
|
+
// width: sectionproperties.generalbtn_width + 'px',
|
|
81319
|
+
// background: 'transparent',
|
|
81320
|
+
// color: sectionproperties.generalbtn_bgColor,
|
|
81321
|
+
// borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
81322
|
+
// borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
81323
|
+
// borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
81324
|
+
// borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
81325
|
+
// fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
81326
|
+
// lineHeight: sectionproperties.generalbtn_fontsize + 'px',
|
|
81327
|
+
// textTransform: sectionproperties.generalbtn_texttransform,
|
|
81328
|
+
// fontWeight: sectionproperties.generalbtn_fontweight,
|
|
81329
|
+
// transition: '.3s',
|
|
81330
|
+
// border: '1px solid ' + sectionproperties.generalbtn_bgColor,
|
|
81331
|
+
// ':hover': {
|
|
81332
|
+
// background: sectionproperties.generalbtn_bgColor,
|
|
81333
|
+
// color: 'white',
|
|
81334
|
+
// },
|
|
81335
|
+
// '@media (max-width: 800px)': {
|
|
81336
|
+
// width: sectionproperties.generalbtnwidthresp + 'px',
|
|
81337
|
+
// height: sectionproperties.generalbtnheightresponsive + 'px',
|
|
81338
|
+
// fontSize: sectionproperties.generalbtnfontsizeresp + 'px',
|
|
81339
|
+
// },
|
|
81317
81340
|
height: sectionproperties.generalbtn_height + 'px',
|
|
81318
81341
|
width: sectionproperties.generalbtn_width + 'px',
|
|
81319
|
-
background:
|
|
81320
|
-
color: sectionproperties.
|
|
81342
|
+
background: sectionproperties.generalbtn_bgColor,
|
|
81343
|
+
color: sectionproperties.generalbtn_textColor,
|
|
81321
81344
|
borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
81322
81345
|
borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
81323
81346
|
borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
@@ -81327,10 +81350,9 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
81327
81350
|
textTransform: sectionproperties.generalbtn_texttransform,
|
|
81328
81351
|
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
81329
81352
|
transition: '.3s',
|
|
81330
|
-
border: '1px solid ' + sectionproperties.generalbtn_bgColor,
|
|
81331
81353
|
':hover': {
|
|
81332
|
-
background: sectionproperties.
|
|
81333
|
-
color:
|
|
81354
|
+
background: sectionproperties.generalbtn_bgColoronhover,
|
|
81355
|
+
color: sectionproperties.generalbtn_textColoronhover
|
|
81334
81356
|
},
|
|
81335
81357
|
'@media (max-width: 800px)': {
|
|
81336
81358
|
width: sectionproperties.generalbtnwidthresp + 'px',
|
|
@@ -81339,7 +81361,29 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
81339
81361
|
}
|
|
81340
81362
|
}),
|
|
81341
81363
|
slideshow_btn2mazal: css({
|
|
81342
|
-
zIndex: 1000,
|
|
81364
|
+
// zIndex: 1000,
|
|
81365
|
+
// height: sectionproperties.generalbtn_height + 'px',
|
|
81366
|
+
// width: sectionproperties.generalbtn_width + 'px',
|
|
81367
|
+
// background: sectionproperties.generalbtn_bgColor,
|
|
81368
|
+
// color: sectionproperties.generalbtn_textColor,
|
|
81369
|
+
// borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
81370
|
+
// borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
81371
|
+
// borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
81372
|
+
// borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
81373
|
+
// fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
81374
|
+
// lineHeight: sectionproperties.generalbtn_fontsize + 'px',
|
|
81375
|
+
// textTransform: sectionproperties.generalbtn_texttransform,
|
|
81376
|
+
// fontWeight: sectionproperties.generalbtn_fontweight,
|
|
81377
|
+
// transition: '.3s',
|
|
81378
|
+
// ':hover': {
|
|
81379
|
+
// background: sectionproperties.generalbtn_bgColoronhover,
|
|
81380
|
+
// color: sectionproperties.generalbtn_textColoronhover,
|
|
81381
|
+
// },
|
|
81382
|
+
// '@media (max-width: 800px)': {
|
|
81383
|
+
// width: sectionproperties.generalbtnwidthresp + 'px',
|
|
81384
|
+
// height: sectionproperties.generalbtnheightresponsive + 'px',
|
|
81385
|
+
// fontSize: sectionproperties.generalbtnfontsizeresp + 'px',
|
|
81386
|
+
// },
|
|
81343
81387
|
height: sectionproperties.generalbtn_height + 'px',
|
|
81344
81388
|
width: sectionproperties.generalbtn_width + 'px',
|
|
81345
81389
|
background: sectionproperties.generalbtn_bgColor,
|
package/dist/index.umd.js
CHANGED
|
@@ -81170,11 +81170,34 @@
|
|
|
81170
81170
|
}
|
|
81171
81171
|
}),
|
|
81172
81172
|
slideshow_btn_mazl: glamor.css({
|
|
81173
|
-
zIndex: 1000,
|
|
81173
|
+
// zIndex: 1000,
|
|
81174
|
+
// height: sectionproperties.generalbtn_height + 'px',
|
|
81175
|
+
// width: sectionproperties.generalbtn_width + 'px',
|
|
81176
|
+
// background: 'transparent',
|
|
81177
|
+
// color: sectionproperties.generalbtn_bgColor,
|
|
81178
|
+
// borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
81179
|
+
// borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
81180
|
+
// borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
81181
|
+
// borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
81182
|
+
// fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
81183
|
+
// lineHeight: sectionproperties.generalbtn_fontsize + 'px',
|
|
81184
|
+
// textTransform: sectionproperties.generalbtn_texttransform,
|
|
81185
|
+
// fontWeight: sectionproperties.generalbtn_fontweight,
|
|
81186
|
+
// transition: '.3s',
|
|
81187
|
+
// border: '1px solid ' + sectionproperties.generalbtn_bgColor,
|
|
81188
|
+
// ':hover': {
|
|
81189
|
+
// background: sectionproperties.generalbtn_bgColor,
|
|
81190
|
+
// color: 'white',
|
|
81191
|
+
// },
|
|
81192
|
+
// '@media (max-width: 800px)': {
|
|
81193
|
+
// width: sectionproperties.generalbtnwidthresp + 'px',
|
|
81194
|
+
// height: sectionproperties.generalbtnheightresponsive + 'px',
|
|
81195
|
+
// fontSize: sectionproperties.generalbtnfontsizeresp + 'px',
|
|
81196
|
+
// },
|
|
81174
81197
|
height: sectionproperties.generalbtn_height + 'px',
|
|
81175
81198
|
width: sectionproperties.generalbtn_width + 'px',
|
|
81176
|
-
background:
|
|
81177
|
-
color: sectionproperties.
|
|
81199
|
+
background: sectionproperties.generalbtn_bgColor,
|
|
81200
|
+
color: sectionproperties.generalbtn_textColor,
|
|
81178
81201
|
borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
81179
81202
|
borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
81180
81203
|
borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
@@ -81184,10 +81207,9 @@
|
|
|
81184
81207
|
textTransform: sectionproperties.generalbtn_texttransform,
|
|
81185
81208
|
fontWeight: sectionproperties.generalbtn_fontweight,
|
|
81186
81209
|
transition: '.3s',
|
|
81187
|
-
border: '1px solid ' + sectionproperties.generalbtn_bgColor,
|
|
81188
81210
|
':hover': {
|
|
81189
|
-
background: sectionproperties.
|
|
81190
|
-
color:
|
|
81211
|
+
background: sectionproperties.generalbtn_bgColoronhover,
|
|
81212
|
+
color: sectionproperties.generalbtn_textColoronhover
|
|
81191
81213
|
},
|
|
81192
81214
|
'@media (max-width: 800px)': {
|
|
81193
81215
|
width: sectionproperties.generalbtnwidthresp + 'px',
|
|
@@ -81196,7 +81218,29 @@
|
|
|
81196
81218
|
}
|
|
81197
81219
|
}),
|
|
81198
81220
|
slideshow_btn2mazal: glamor.css({
|
|
81199
|
-
zIndex: 1000,
|
|
81221
|
+
// zIndex: 1000,
|
|
81222
|
+
// height: sectionproperties.generalbtn_height + 'px',
|
|
81223
|
+
// width: sectionproperties.generalbtn_width + 'px',
|
|
81224
|
+
// background: sectionproperties.generalbtn_bgColor,
|
|
81225
|
+
// color: sectionproperties.generalbtn_textColor,
|
|
81226
|
+
// borderTopLeftRadius: sectionproperties.generalbtn_bordertopleftradius + 'px',
|
|
81227
|
+
// borderTopRightRadius: sectionproperties.generalbtn_bordertoprightradius + 'px',
|
|
81228
|
+
// borderBottomLeftRadius: sectionproperties.generalbtn_borderbottomleftradius + 'px',
|
|
81229
|
+
// borderBottomRightRadius: sectionproperties.generalbtn_borderbottomrightradius + 'px',
|
|
81230
|
+
// fontSize: sectionproperties.generalbtn_fontsize + 'px',
|
|
81231
|
+
// lineHeight: sectionproperties.generalbtn_fontsize + 'px',
|
|
81232
|
+
// textTransform: sectionproperties.generalbtn_texttransform,
|
|
81233
|
+
// fontWeight: sectionproperties.generalbtn_fontweight,
|
|
81234
|
+
// transition: '.3s',
|
|
81235
|
+
// ':hover': {
|
|
81236
|
+
// background: sectionproperties.generalbtn_bgColoronhover,
|
|
81237
|
+
// color: sectionproperties.generalbtn_textColoronhover,
|
|
81238
|
+
// },
|
|
81239
|
+
// '@media (max-width: 800px)': {
|
|
81240
|
+
// width: sectionproperties.generalbtnwidthresp + 'px',
|
|
81241
|
+
// height: sectionproperties.generalbtnheightresponsive + 'px',
|
|
81242
|
+
// fontSize: sectionproperties.generalbtnfontsizeresp + 'px',
|
|
81243
|
+
// },
|
|
81200
81244
|
height: sectionproperties.generalbtn_height + 'px',
|
|
81201
81245
|
width: sectionproperties.generalbtn_width + 'px',
|
|
81202
81246
|
background: sectionproperties.generalbtn_bgColor,
|