tabexseriescomponents 0.2.760 → 0.2.762
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 +20 -7
- package/dist/index.esm.js +20 -7
- package/dist/index.umd.js +20 -7
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -32411,9 +32411,23 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
32411
32411
|
floatingbtnar: glamor.css({
|
|
32412
32412
|
left: sectionproperties.floatingbtnfromright + 'px'
|
|
32413
32413
|
}),
|
|
32414
|
-
|
|
32415
|
-
|
|
32414
|
+
callbtn: glamor.css({
|
|
32415
|
+
position: 'fixed',
|
|
32416
|
+
zIndex: 999999,
|
|
32417
|
+
transition: 'all 0.3s ease-out',
|
|
32418
|
+
width: sectionproperties.callfloatingiconiconwidth + 'px',
|
|
32419
|
+
height: sectionproperties.callfloatingiconiconheight + 'px',
|
|
32420
|
+
background: sectionproperties.callfloatingbgcolor,
|
|
32421
|
+
borderRadius: sectionproperties.callfloatingiconiconborderradius + 'px',
|
|
32422
|
+
color: sectionproperties.callfloatingcolor,
|
|
32423
|
+
':hover': {
|
|
32424
|
+
color: sectionproperties.callfloatingcoloronhover,
|
|
32425
|
+
background: sectionproperties.callfloatingbgcoloronhover
|
|
32426
|
+
}
|
|
32416
32427
|
}),
|
|
32428
|
+
callbtnen: glamor.css(_defineProperty__default["default"]({
|
|
32429
|
+
right: sectionproperties.callppositionfromright + 'px'
|
|
32430
|
+
}, "right", '20px')),
|
|
32417
32431
|
callbtnar: glamor.css({
|
|
32418
32432
|
left: sectionproperties.callppositionfromright + 'px'
|
|
32419
32433
|
})
|
|
@@ -32512,12 +32526,11 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
32512
32526
|
zIndex: 999999,
|
|
32513
32527
|
transition: 'all 0.3s ease-out'
|
|
32514
32528
|
},
|
|
32515
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnen) : "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnar)
|
|
32529
|
+
"class": langdetect == 'en' ? "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnen) + ' allcentered ' : "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnar) + ' allcentered '
|
|
32516
32530
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
32517
|
-
"class":
|
|
32531
|
+
"class": 'h-100 d-flex align-items-center justify-content-center'
|
|
32518
32532
|
}, /*#__PURE__*/React__default["default"].createElement(FiPhone.FiPhone, {
|
|
32519
|
-
size:
|
|
32520
|
-
color: sectionproperties.uppersection_iconcolor,
|
|
32533
|
+
size: sectionproperties.callfloatingiconfontsize,
|
|
32521
32534
|
style: {
|
|
32522
32535
|
transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)'
|
|
32523
32536
|
}
|
|
@@ -37184,7 +37197,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
37184
37197
|
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
37185
37198
|
fontWeight: sectionproperties.dropdown_fontweight,
|
|
37186
37199
|
textTransform: sectionproperties.dropdown_texttransform,
|
|
37187
|
-
color: sectionproperties.
|
|
37200
|
+
color: sectionproperties.dropdownitemcontainer
|
|
37188
37201
|
}
|
|
37189
37202
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
37190
37203
|
"class": 'ml-2 mr-2'
|
package/dist/index.esm.js
CHANGED
|
@@ -32362,9 +32362,23 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
32362
32362
|
floatingbtnar: css({
|
|
32363
32363
|
left: sectionproperties.floatingbtnfromright + 'px'
|
|
32364
32364
|
}),
|
|
32365
|
-
|
|
32366
|
-
|
|
32365
|
+
callbtn: css({
|
|
32366
|
+
position: 'fixed',
|
|
32367
|
+
zIndex: 999999,
|
|
32368
|
+
transition: 'all 0.3s ease-out',
|
|
32369
|
+
width: sectionproperties.callfloatingiconiconwidth + 'px',
|
|
32370
|
+
height: sectionproperties.callfloatingiconiconheight + 'px',
|
|
32371
|
+
background: sectionproperties.callfloatingbgcolor,
|
|
32372
|
+
borderRadius: sectionproperties.callfloatingiconiconborderradius + 'px',
|
|
32373
|
+
color: sectionproperties.callfloatingcolor,
|
|
32374
|
+
':hover': {
|
|
32375
|
+
color: sectionproperties.callfloatingcoloronhover,
|
|
32376
|
+
background: sectionproperties.callfloatingbgcoloronhover
|
|
32377
|
+
}
|
|
32367
32378
|
}),
|
|
32379
|
+
callbtnen: css(_defineProperty({
|
|
32380
|
+
right: sectionproperties.callppositionfromright + 'px'
|
|
32381
|
+
}, "right", '20px')),
|
|
32368
32382
|
callbtnar: css({
|
|
32369
32383
|
left: sectionproperties.callppositionfromright + 'px'
|
|
32370
32384
|
})
|
|
@@ -32463,12 +32477,11 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
32463
32477
|
zIndex: 999999,
|
|
32464
32478
|
transition: 'all 0.3s ease-out'
|
|
32465
32479
|
},
|
|
32466
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnen) : "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnar)
|
|
32480
|
+
"class": langdetect == 'en' ? "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnen) + ' allcentered ' : "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnar) + ' allcentered '
|
|
32467
32481
|
}, /*#__PURE__*/React.createElement("i", {
|
|
32468
|
-
"class":
|
|
32482
|
+
"class": 'h-100 d-flex align-items-center justify-content-center'
|
|
32469
32483
|
}, /*#__PURE__*/React.createElement(FiPhone, {
|
|
32470
|
-
size:
|
|
32471
|
-
color: sectionproperties.uppersection_iconcolor,
|
|
32484
|
+
size: sectionproperties.callfloatingiconfontsize,
|
|
32472
32485
|
style: {
|
|
32473
32486
|
transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)'
|
|
32474
32487
|
}
|
|
@@ -37135,7 +37148,7 @@ var Modernheader = function Modernheader(props) {
|
|
|
37135
37148
|
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
37136
37149
|
fontWeight: sectionproperties.dropdown_fontweight,
|
|
37137
37150
|
textTransform: sectionproperties.dropdown_texttransform,
|
|
37138
|
-
color: sectionproperties.
|
|
37151
|
+
color: sectionproperties.dropdownitemcontainer
|
|
37139
37152
|
}
|
|
37140
37153
|
}, /*#__PURE__*/React.createElement("span", {
|
|
37141
37154
|
"class": 'ml-2 mr-2'
|
package/dist/index.umd.js
CHANGED
|
@@ -32226,9 +32226,23 @@
|
|
|
32226
32226
|
floatingbtnar: glamor.css({
|
|
32227
32227
|
left: sectionproperties.floatingbtnfromright + 'px'
|
|
32228
32228
|
}),
|
|
32229
|
-
|
|
32230
|
-
|
|
32229
|
+
callbtn: glamor.css({
|
|
32230
|
+
position: 'fixed',
|
|
32231
|
+
zIndex: 999999,
|
|
32232
|
+
transition: 'all 0.3s ease-out',
|
|
32233
|
+
width: sectionproperties.callfloatingiconiconwidth + 'px',
|
|
32234
|
+
height: sectionproperties.callfloatingiconiconheight + 'px',
|
|
32235
|
+
background: sectionproperties.callfloatingbgcolor,
|
|
32236
|
+
borderRadius: sectionproperties.callfloatingiconiconborderradius + 'px',
|
|
32237
|
+
color: sectionproperties.callfloatingcolor,
|
|
32238
|
+
':hover': {
|
|
32239
|
+
color: sectionproperties.callfloatingcoloronhover,
|
|
32240
|
+
background: sectionproperties.callfloatingbgcoloronhover
|
|
32241
|
+
}
|
|
32231
32242
|
}),
|
|
32243
|
+
callbtnen: glamor.css(_defineProperty__default["default"]({
|
|
32244
|
+
right: sectionproperties.callppositionfromright + 'px'
|
|
32245
|
+
}, "right", '20px')),
|
|
32232
32246
|
callbtnar: glamor.css({
|
|
32233
32247
|
left: sectionproperties.callppositionfromright + 'px'
|
|
32234
32248
|
})
|
|
@@ -32327,12 +32341,11 @@
|
|
|
32327
32341
|
zIndex: 999999,
|
|
32328
32342
|
transition: 'all 0.3s ease-out'
|
|
32329
32343
|
},
|
|
32330
|
-
"class": langdetect == 'en' ? "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnen) : "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnar)
|
|
32344
|
+
"class": langdetect == 'en' ? "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnen) + ' allcentered ' : "".concat(header_cssstyles.callbtn, " ").concat(header_cssstyles.callbtnar) + ' allcentered '
|
|
32331
32345
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
32332
|
-
"class":
|
|
32346
|
+
"class": 'h-100 d-flex align-items-center justify-content-center'
|
|
32333
32347
|
}, /*#__PURE__*/React__default["default"].createElement(FiPhone.FiPhone, {
|
|
32334
|
-
size:
|
|
32335
|
-
color: sectionproperties.uppersection_iconcolor,
|
|
32348
|
+
size: sectionproperties.callfloatingiconfontsize,
|
|
32336
32349
|
style: {
|
|
32337
32350
|
transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)'
|
|
32338
32351
|
}
|
|
@@ -36999,7 +37012,7 @@
|
|
|
36999
37012
|
fontSize: sectionproperties.dropdown_fontsize + 'px',
|
|
37000
37013
|
fontWeight: sectionproperties.dropdown_fontweight,
|
|
37001
37014
|
textTransform: sectionproperties.dropdown_texttransform,
|
|
37002
|
-
color: sectionproperties.
|
|
37015
|
+
color: sectionproperties.dropdownitemcontainer
|
|
37003
37016
|
}
|
|
37004
37017
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
37005
37018
|
"class": 'ml-2 mr-2'
|