tabexseriescomponents 0.0.595 → 0.0.597
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 +21 -11
- package/dist/index.esm.js +21 -11
- package/dist/index.umd.js +21 -11
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -22439,7 +22439,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
22439
22439
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
22440
22440
|
"class": ' h-100 allcentered ',
|
|
22441
22441
|
style: {
|
|
22442
|
-
color: sectionproperties.
|
|
22442
|
+
color: sectionproperties.resp_sidenav_color
|
|
22443
22443
|
},
|
|
22444
22444
|
onClick: function onClick() {
|
|
22445
22445
|
if (sectionproperties.responsiveheaderstyle == 'Style 2') {
|
|
@@ -22454,11 +22454,11 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
22454
22454
|
}
|
|
22455
22455
|
}
|
|
22456
22456
|
}, menuactive == false && /*#__PURE__*/React__default["default"].createElement(FiMenu.FiMenu, {
|
|
22457
|
-
size:
|
|
22458
|
-
color: sectionproperties.
|
|
22457
|
+
size: sectionproperties.resp_sidenav_size,
|
|
22458
|
+
color: sectionproperties.resp_sidenav_color
|
|
22459
22459
|
}), menuactive == true && /*#__PURE__*/React__default["default"].createElement(AiOutlineClose.AiOutlineClose, {
|
|
22460
|
-
size:
|
|
22461
|
-
color: sectionproperties.
|
|
22460
|
+
size: sectionproperties.resp_sidenav_size,
|
|
22461
|
+
color: sectionproperties.resp_sidenav_color
|
|
22462
22462
|
}))), sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22463
22463
|
style: {
|
|
22464
22464
|
width: '30px',
|
|
@@ -58209,21 +58209,31 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
58209
58209
|
className: "row ml-0 mr-0 w-100 allcentered",
|
|
58210
58210
|
style: {
|
|
58211
58211
|
paddingTop: 70,
|
|
58212
|
-
paddingBottom: 70
|
|
58213
|
-
height: '100vh'
|
|
58212
|
+
paddingBottom: 70
|
|
58213
|
+
// height: '100vh',
|
|
58214
58214
|
}
|
|
58215
58215
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58216
58216
|
className: "row ml-0 mr-0 w-100",
|
|
58217
58217
|
style: {}
|
|
58218
58218
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58219
|
+
"class": "col-lg-12 allcentered mb-1"
|
|
58220
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
58221
|
+
"class": "m-0 p-0 text-center",
|
|
58222
|
+
style: {
|
|
58223
|
+
color: sectionproperties.slideshowText1ContentColor,
|
|
58224
|
+
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
58225
|
+
fontWeight: sectionproperties.slideshowText1ContentFontWeight
|
|
58226
|
+
}
|
|
58227
|
+
}, langdetect == 'en' ? sectionproperties.slideshowText1Content : sectionproperties.slideshowText1Content_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58219
58228
|
"class": "col-lg-12 allcentered mb-5"
|
|
58220
58229
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
58221
58230
|
"class": "m-0 p-0 text-center",
|
|
58222
58231
|
style: {
|
|
58223
|
-
color:
|
|
58224
|
-
fontSize: '
|
|
58232
|
+
color: sectionproperties.slideshowText2ContentColor,
|
|
58233
|
+
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
58234
|
+
fontWeight: sectionproperties.slideshowText2ContentFontWeight
|
|
58225
58235
|
}
|
|
58226
|
-
},
|
|
58236
|
+
}, langdetect == 'en' ? sectionproperties.slideshowText2Content : sectionproperties.slideshowText2Content_Ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58227
58237
|
"class": "col-lg-12 allcentered mb-5"
|
|
58228
58238
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58229
58239
|
style: (_ref = {
|
|
@@ -58236,7 +58246,7 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
58236
58246
|
"class": "w-md-100"
|
|
58237
58247
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
58238
58248
|
type: "text",
|
|
58239
|
-
placeholder: langdetect == 'en' ?
|
|
58249
|
+
placeholder: langdetect == 'en' ? sectionproperties.search_placeholder_en : sectionproperties.search_placeholder_ar,
|
|
58240
58250
|
onChange: function onChange(event) {
|
|
58241
58251
|
setSearchHeaderInputContext(event.target.value);
|
|
58242
58252
|
},
|
package/dist/index.esm.js
CHANGED
|
@@ -22390,7 +22390,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
22390
22390
|
}, /*#__PURE__*/React.createElement("i", {
|
|
22391
22391
|
"class": ' h-100 allcentered ',
|
|
22392
22392
|
style: {
|
|
22393
|
-
color: sectionproperties.
|
|
22393
|
+
color: sectionproperties.resp_sidenav_color
|
|
22394
22394
|
},
|
|
22395
22395
|
onClick: function onClick() {
|
|
22396
22396
|
if (sectionproperties.responsiveheaderstyle == 'Style 2') {
|
|
@@ -22405,11 +22405,11 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
|
|
|
22405
22405
|
}
|
|
22406
22406
|
}
|
|
22407
22407
|
}, menuactive == false && /*#__PURE__*/React.createElement(FiMenu, {
|
|
22408
|
-
size:
|
|
22409
|
-
color: sectionproperties.
|
|
22408
|
+
size: sectionproperties.resp_sidenav_size,
|
|
22409
|
+
color: sectionproperties.resp_sidenav_color
|
|
22410
22410
|
}), menuactive == true && /*#__PURE__*/React.createElement(AiOutlineClose, {
|
|
22411
|
-
size:
|
|
22412
|
-
color: sectionproperties.
|
|
22411
|
+
size: sectionproperties.resp_sidenav_size,
|
|
22412
|
+
color: sectionproperties.resp_sidenav_color
|
|
22413
22413
|
}))), sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
22414
22414
|
style: {
|
|
22415
22415
|
width: '30px',
|
|
@@ -58160,21 +58160,31 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
58160
58160
|
className: "row ml-0 mr-0 w-100 allcentered",
|
|
58161
58161
|
style: {
|
|
58162
58162
|
paddingTop: 70,
|
|
58163
|
-
paddingBottom: 70
|
|
58164
|
-
height: '100vh'
|
|
58163
|
+
paddingBottom: 70
|
|
58164
|
+
// height: '100vh',
|
|
58165
58165
|
}
|
|
58166
58166
|
}, /*#__PURE__*/React.createElement("div", {
|
|
58167
58167
|
className: "row ml-0 mr-0 w-100",
|
|
58168
58168
|
style: {}
|
|
58169
58169
|
}, /*#__PURE__*/React.createElement("div", {
|
|
58170
|
+
"class": "col-lg-12 allcentered mb-1"
|
|
58171
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
58172
|
+
"class": "m-0 p-0 text-center",
|
|
58173
|
+
style: {
|
|
58174
|
+
color: sectionproperties.slideshowText1ContentColor,
|
|
58175
|
+
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
58176
|
+
fontWeight: sectionproperties.slideshowText1ContentFontWeight
|
|
58177
|
+
}
|
|
58178
|
+
}, langdetect == 'en' ? sectionproperties.slideshowText1Content : sectionproperties.slideshowText1Content_ar)), /*#__PURE__*/React.createElement("div", {
|
|
58170
58179
|
"class": "col-lg-12 allcentered mb-5"
|
|
58171
58180
|
}, /*#__PURE__*/React.createElement("p", {
|
|
58172
58181
|
"class": "m-0 p-0 text-center",
|
|
58173
58182
|
style: {
|
|
58174
|
-
color:
|
|
58175
|
-
fontSize: '
|
|
58183
|
+
color: sectionproperties.slideshowText2ContentColor,
|
|
58184
|
+
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
58185
|
+
fontWeight: sectionproperties.slideshowText2ContentFontWeight
|
|
58176
58186
|
}
|
|
58177
|
-
},
|
|
58187
|
+
}, langdetect == 'en' ? sectionproperties.slideshowText2Content : sectionproperties.slideshowText2Content_Ar)), /*#__PURE__*/React.createElement("div", {
|
|
58178
58188
|
"class": "col-lg-12 allcentered mb-5"
|
|
58179
58189
|
}, /*#__PURE__*/React.createElement("div", {
|
|
58180
58190
|
style: (_ref = {
|
|
@@ -58187,7 +58197,7 @@ var Searchcomponent = function Searchcomponent(props) {
|
|
|
58187
58197
|
"class": "w-md-100"
|
|
58188
58198
|
}, /*#__PURE__*/React.createElement("input", {
|
|
58189
58199
|
type: "text",
|
|
58190
|
-
placeholder: langdetect == 'en' ?
|
|
58200
|
+
placeholder: langdetect == 'en' ? sectionproperties.search_placeholder_en : sectionproperties.search_placeholder_ar,
|
|
58191
58201
|
onChange: function onChange(event) {
|
|
58192
58202
|
setSearchHeaderInputContext(event.target.value);
|
|
58193
58203
|
},
|
package/dist/index.umd.js
CHANGED
|
@@ -22263,7 +22263,7 @@
|
|
|
22263
22263
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
22264
22264
|
"class": ' h-100 allcentered ',
|
|
22265
22265
|
style: {
|
|
22266
|
-
color: sectionproperties.
|
|
22266
|
+
color: sectionproperties.resp_sidenav_color
|
|
22267
22267
|
},
|
|
22268
22268
|
onClick: function onClick() {
|
|
22269
22269
|
if (sectionproperties.responsiveheaderstyle == 'Style 2') {
|
|
@@ -22278,11 +22278,11 @@
|
|
|
22278
22278
|
}
|
|
22279
22279
|
}
|
|
22280
22280
|
}, menuactive == false && /*#__PURE__*/React__default["default"].createElement(FiMenu.FiMenu, {
|
|
22281
|
-
size:
|
|
22282
|
-
color: sectionproperties.
|
|
22281
|
+
size: sectionproperties.resp_sidenav_size,
|
|
22282
|
+
color: sectionproperties.resp_sidenav_color
|
|
22283
22283
|
}), menuactive == true && /*#__PURE__*/React__default["default"].createElement(AiOutlineClose.AiOutlineClose, {
|
|
22284
|
-
size:
|
|
22285
|
-
color: sectionproperties.
|
|
22284
|
+
size: sectionproperties.resp_sidenav_size,
|
|
22285
|
+
color: sectionproperties.resp_sidenav_color
|
|
22286
22286
|
}))), sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22287
22287
|
style: {
|
|
22288
22288
|
width: '30px',
|
|
@@ -58033,21 +58033,31 @@
|
|
|
58033
58033
|
className: "row ml-0 mr-0 w-100 allcentered",
|
|
58034
58034
|
style: {
|
|
58035
58035
|
paddingTop: 70,
|
|
58036
|
-
paddingBottom: 70
|
|
58037
|
-
height: '100vh'
|
|
58036
|
+
paddingBottom: 70
|
|
58037
|
+
// height: '100vh',
|
|
58038
58038
|
}
|
|
58039
58039
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58040
58040
|
className: "row ml-0 mr-0 w-100",
|
|
58041
58041
|
style: {}
|
|
58042
58042
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58043
|
+
"class": "col-lg-12 allcentered mb-1"
|
|
58044
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
58045
|
+
"class": "m-0 p-0 text-center",
|
|
58046
|
+
style: {
|
|
58047
|
+
color: sectionproperties.slideshowText1ContentColor,
|
|
58048
|
+
fontSize: sectionproperties.slideshowText1ContentFontSize + 'px',
|
|
58049
|
+
fontWeight: sectionproperties.slideshowText1ContentFontWeight
|
|
58050
|
+
}
|
|
58051
|
+
}, langdetect == 'en' ? sectionproperties.slideshowText1Content : sectionproperties.slideshowText1Content_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58043
58052
|
"class": "col-lg-12 allcentered mb-5"
|
|
58044
58053
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
58045
58054
|
"class": "m-0 p-0 text-center",
|
|
58046
58055
|
style: {
|
|
58047
|
-
color:
|
|
58048
|
-
fontSize: '
|
|
58056
|
+
color: sectionproperties.slideshowText2ContentColor,
|
|
58057
|
+
fontSize: sectionproperties.slideshowText2ContentFontSize + 'px',
|
|
58058
|
+
fontWeight: sectionproperties.slideshowText2ContentFontWeight
|
|
58049
58059
|
}
|
|
58050
|
-
},
|
|
58060
|
+
}, langdetect == 'en' ? sectionproperties.slideshowText2Content : sectionproperties.slideshowText2Content_Ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58051
58061
|
"class": "col-lg-12 allcentered mb-5"
|
|
58052
58062
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
58053
58063
|
style: (_ref = {
|
|
@@ -58060,7 +58070,7 @@
|
|
|
58060
58070
|
"class": "w-md-100"
|
|
58061
58071
|
}, /*#__PURE__*/React__default["default"].createElement("input", {
|
|
58062
58072
|
type: "text",
|
|
58063
|
-
placeholder: langdetect == 'en' ?
|
|
58073
|
+
placeholder: langdetect == 'en' ? sectionproperties.search_placeholder_en : sectionproperties.search_placeholder_ar,
|
|
58064
58074
|
onChange: function onChange(event) {
|
|
58065
58075
|
setSearchHeaderInputContext(event.target.value);
|
|
58066
58076
|
},
|