tabexseriescomponents 0.0.815 → 0.0.816
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 +10 -15
- package/dist/index.esm.js +10 -15
- package/dist/index.umd.js +10 -15
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -31519,7 +31519,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
31519
31519
|
}
|
|
31520
31520
|
}, [props.sectionpropertiesprops]);
|
|
31521
31521
|
var header_cssstyles = {
|
|
31522
|
-
floatingwaicon: glamor.css(
|
|
31522
|
+
floatingwaicon: glamor.css({
|
|
31523
31523
|
position: 'fixed',
|
|
31524
31524
|
zIndex: 999999,
|
|
31525
31525
|
transition: 'all 0.3s ease-out',
|
|
@@ -31530,11 +31530,12 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
31530
31530
|
background: sectionproperties.floatingwhatappiconbgcolor,
|
|
31531
31531
|
borderRadius: sectionproperties.floatingwhatsappiconborderradius + 'px',
|
|
31532
31532
|
fontSize: sectionproperties.floatingwhatsappiconfontsize + 'px',
|
|
31533
|
-
color: sectionproperties.floatingwhatsappiconcolor
|
|
31534
|
-
|
|
31535
|
-
|
|
31536
|
-
|
|
31537
|
-
|
|
31533
|
+
color: sectionproperties.floatingwhatsappiconcolor,
|
|
31534
|
+
':hover': {
|
|
31535
|
+
color: sectionproperties.floatingwhatsappiconcoloronhover,
|
|
31536
|
+
background: sectionproperties.floatingwhatappiconbgcoloronhover
|
|
31537
|
+
}
|
|
31538
|
+
}),
|
|
31538
31539
|
fbfloatingicon: glamor.css({
|
|
31539
31540
|
position: 'fixed',
|
|
31540
31541
|
zIndex: 999999,
|
|
@@ -31543,7 +31544,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
31543
31544
|
right: sectionproperties.floatingfbfromright + 'px',
|
|
31544
31545
|
width: sectionproperties.floatingfbiconwidth + 'px',
|
|
31545
31546
|
height: sectionproperties.floatingfbiconheight + 'px',
|
|
31546
|
-
background: sectionproperties.
|
|
31547
|
+
background: sectionproperties.floatingfbiconbgcolor,
|
|
31547
31548
|
borderRadius: sectionproperties.floatingfbiconborderradius + 'px',
|
|
31548
31549
|
fontSize: sectionproperties.floatingfbiconfontsize + 'px',
|
|
31549
31550
|
color: sectionproperties.floatingfbiconiconcolor,
|
|
@@ -33551,17 +33552,11 @@ var Header8 = function Header8(props) {
|
|
|
33551
33552
|
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33552
33553
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
33553
33554
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
33554
|
-
"class": "mx-2"
|
|
33555
|
-
style: {
|
|
33556
|
-
color: '#000'
|
|
33557
|
-
}
|
|
33555
|
+
"class": "mx-2"
|
|
33558
33556
|
}, "\u0639")), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33559
33557
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
33560
33558
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
33561
|
-
"class": "mx-2"
|
|
33562
|
-
style: {
|
|
33563
|
-
color: '#000'
|
|
33564
|
-
}
|
|
33559
|
+
"class": "mx-2"
|
|
33565
33560
|
}, "En"))))))), sectionproperties.showlowerheadersection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33566
33561
|
"class": "col-lg-12 p-0 d-flex justify-content-center",
|
|
33567
33562
|
style: {
|
package/dist/index.esm.js
CHANGED
|
@@ -31470,7 +31470,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
31470
31470
|
}
|
|
31471
31471
|
}, [props.sectionpropertiesprops]);
|
|
31472
31472
|
var header_cssstyles = {
|
|
31473
|
-
floatingwaicon: css(
|
|
31473
|
+
floatingwaicon: css({
|
|
31474
31474
|
position: 'fixed',
|
|
31475
31475
|
zIndex: 999999,
|
|
31476
31476
|
transition: 'all 0.3s ease-out',
|
|
@@ -31481,11 +31481,12 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
31481
31481
|
background: sectionproperties.floatingwhatappiconbgcolor,
|
|
31482
31482
|
borderRadius: sectionproperties.floatingwhatsappiconborderradius + 'px',
|
|
31483
31483
|
fontSize: sectionproperties.floatingwhatsappiconfontsize + 'px',
|
|
31484
|
-
color: sectionproperties.floatingwhatsappiconcolor
|
|
31485
|
-
|
|
31486
|
-
|
|
31487
|
-
|
|
31488
|
-
|
|
31484
|
+
color: sectionproperties.floatingwhatsappiconcolor,
|
|
31485
|
+
':hover': {
|
|
31486
|
+
color: sectionproperties.floatingwhatsappiconcoloronhover,
|
|
31487
|
+
background: sectionproperties.floatingwhatappiconbgcoloronhover
|
|
31488
|
+
}
|
|
31489
|
+
}),
|
|
31489
31490
|
fbfloatingicon: css({
|
|
31490
31491
|
position: 'fixed',
|
|
31491
31492
|
zIndex: 999999,
|
|
@@ -31494,7 +31495,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
31494
31495
|
right: sectionproperties.floatingfbfromright + 'px',
|
|
31495
31496
|
width: sectionproperties.floatingfbiconwidth + 'px',
|
|
31496
31497
|
height: sectionproperties.floatingfbiconheight + 'px',
|
|
31497
|
-
background: sectionproperties.
|
|
31498
|
+
background: sectionproperties.floatingfbiconbgcolor,
|
|
31498
31499
|
borderRadius: sectionproperties.floatingfbiconborderradius + 'px',
|
|
31499
31500
|
fontSize: sectionproperties.floatingfbiconfontsize + 'px',
|
|
31500
31501
|
color: sectionproperties.floatingfbiconiconcolor,
|
|
@@ -33502,17 +33503,11 @@ var Header8 = function Header8(props) {
|
|
|
33502
33503
|
}, langdetect == 'en' && /*#__PURE__*/React.createElement("div", {
|
|
33503
33504
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
33504
33505
|
}, /*#__PURE__*/React.createElement("span", {
|
|
33505
|
-
"class": "mx-2"
|
|
33506
|
-
style: {
|
|
33507
|
-
color: '#000'
|
|
33508
|
-
}
|
|
33506
|
+
"class": "mx-2"
|
|
33509
33507
|
}, "\u0639")), langdetect == 'ar' && /*#__PURE__*/React.createElement("div", {
|
|
33510
33508
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
33511
33509
|
}, /*#__PURE__*/React.createElement("span", {
|
|
33512
|
-
"class": "mx-2"
|
|
33513
|
-
style: {
|
|
33514
|
-
color: '#000'
|
|
33515
|
-
}
|
|
33510
|
+
"class": "mx-2"
|
|
33516
33511
|
}, "En"))))))), sectionproperties.showlowerheadersection == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
33517
33512
|
"class": "col-lg-12 p-0 d-flex justify-content-center",
|
|
33518
33513
|
style: {
|
package/dist/index.umd.js
CHANGED
|
@@ -31335,7 +31335,7 @@
|
|
|
31335
31335
|
}
|
|
31336
31336
|
}, [props.sectionpropertiesprops]);
|
|
31337
31337
|
var header_cssstyles = {
|
|
31338
|
-
floatingwaicon: glamor.css(
|
|
31338
|
+
floatingwaicon: glamor.css({
|
|
31339
31339
|
position: 'fixed',
|
|
31340
31340
|
zIndex: 999999,
|
|
31341
31341
|
transition: 'all 0.3s ease-out',
|
|
@@ -31346,11 +31346,12 @@
|
|
|
31346
31346
|
background: sectionproperties.floatingwhatappiconbgcolor,
|
|
31347
31347
|
borderRadius: sectionproperties.floatingwhatsappiconborderradius + 'px',
|
|
31348
31348
|
fontSize: sectionproperties.floatingwhatsappiconfontsize + 'px',
|
|
31349
|
-
color: sectionproperties.floatingwhatsappiconcolor
|
|
31350
|
-
|
|
31351
|
-
|
|
31352
|
-
|
|
31353
|
-
|
|
31349
|
+
color: sectionproperties.floatingwhatsappiconcolor,
|
|
31350
|
+
':hover': {
|
|
31351
|
+
color: sectionproperties.floatingwhatsappiconcoloronhover,
|
|
31352
|
+
background: sectionproperties.floatingwhatappiconbgcoloronhover
|
|
31353
|
+
}
|
|
31354
|
+
}),
|
|
31354
31355
|
fbfloatingicon: glamor.css({
|
|
31355
31356
|
position: 'fixed',
|
|
31356
31357
|
zIndex: 999999,
|
|
@@ -31359,7 +31360,7 @@
|
|
|
31359
31360
|
right: sectionproperties.floatingfbfromright + 'px',
|
|
31360
31361
|
width: sectionproperties.floatingfbiconwidth + 'px',
|
|
31361
31362
|
height: sectionproperties.floatingfbiconheight + 'px',
|
|
31362
|
-
background: sectionproperties.
|
|
31363
|
+
background: sectionproperties.floatingfbiconbgcolor,
|
|
31363
31364
|
borderRadius: sectionproperties.floatingfbiconborderradius + 'px',
|
|
31364
31365
|
fontSize: sectionproperties.floatingfbiconfontsize + 'px',
|
|
31365
31366
|
color: sectionproperties.floatingfbiconiconcolor,
|
|
@@ -33367,17 +33368,11 @@
|
|
|
33367
33368
|
}, langdetect == 'en' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33368
33369
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
33369
33370
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
33370
|
-
"class": "mx-2"
|
|
33371
|
-
style: {
|
|
33372
|
-
color: '#000'
|
|
33373
|
-
}
|
|
33371
|
+
"class": "mx-2"
|
|
33374
33372
|
}, "\u0639")), langdetect == 'ar' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33375
33373
|
"class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
|
|
33376
33374
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
33377
|
-
"class": "mx-2"
|
|
33378
|
-
style: {
|
|
33379
|
-
color: '#000'
|
|
33380
|
-
}
|
|
33375
|
+
"class": "mx-2"
|
|
33381
33376
|
}, "En"))))))), sectionproperties.showlowerheadersection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
33382
33377
|
"class": "col-lg-12 p-0 d-flex justify-content-center",
|
|
33383
33378
|
style: {
|