tabexseriescomponents 0.2.1251 → 0.2.1252
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 +17 -15
- package/dist/index.esm.js +17 -15
- package/dist/index.umd.js +17 -15
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -74251,9 +74251,6 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
74251
74251
|
color: sectionproperties.generaltext_fontColor,
|
|
74252
74252
|
fontWeight: sectionproperties.generaltext_fontWeight,
|
|
74253
74253
|
opacity: sectionproperties.generaltext_opacity,
|
|
74254
|
-
// fontSize: 40,
|
|
74255
|
-
// color: '#fff',
|
|
74256
|
-
// opacity: 0.7,
|
|
74257
74254
|
marginLeft: '100px',
|
|
74258
74255
|
marginRight: '100px',
|
|
74259
74256
|
'@media (max-width: 800px)': {
|
|
@@ -74276,15 +74273,16 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
74276
74273
|
paddingRight: sectionproperties.paddinghorizontalresponsive + 'px'
|
|
74277
74274
|
}
|
|
74278
74275
|
}),
|
|
74279
|
-
marqueeimagecontainer: glamor.css({
|
|
74276
|
+
marqueeimagecontainer: glamor.css(_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
|
|
74280
74277
|
width: sectionproperties.image_width + 'px',
|
|
74281
74278
|
height: sectionproperties.image_height + 'px',
|
|
74282
74279
|
border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
|
|
74283
|
-
'
|
|
74284
|
-
|
|
74285
|
-
|
|
74286
|
-
|
|
74287
|
-
|
|
74280
|
+
flex: '0 0 auto',
|
|
74281
|
+
overflow: 'hidden'
|
|
74282
|
+
}, "overflow", 'hidden'), "paddingLeft", sectionproperties.innersectionpaddinghorizontal + 'px'), "paddingRight", sectionproperties.innersectionpaddinghorizontal + 'px'), '@media (max-width: 800px)', {
|
|
74283
|
+
width: sectionproperties.image_width_resp + 'px',
|
|
74284
|
+
height: sectionproperties.height_responsive + 'px'
|
|
74285
|
+
})),
|
|
74288
74286
|
marqueeimage: glamor.css({
|
|
74289
74287
|
width: sectionproperties.imageInnerWidth_Height + '%',
|
|
74290
74288
|
height: sectionproperties.imageInnerWidth_Height + '%',
|
|
@@ -74317,11 +74315,15 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
74317
74315
|
"class": sectionproperties.marqueemovementdirection == 'Right to Left' ? 'd-flex flex-row align-items-center rotating-text2' : 'd-flex flex-row align-items-center rotating-text-reverse2'
|
|
74318
74316
|
}, [].concat(_toConsumableArray__default["default"](cardsarray), _toConsumableArray__default["default"](cardsarray)).map(function (cardinfoitem, cardinfoindex) {
|
|
74319
74317
|
var _authdetailsContext$i;
|
|
74320
|
-
return /*#__PURE__*/React__default["default"].createElement("div",
|
|
74321
|
-
"class": section_styles.marqueeimagecontainer + '
|
|
74322
|
-
style: {
|
|
74323
|
-
|
|
74324
|
-
|
|
74318
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74319
|
+
"class": section_styles.marqueeimagecontainer + ' ',
|
|
74320
|
+
style: {
|
|
74321
|
+
textAlign: 'center',
|
|
74322
|
+
alignItems: 'center',
|
|
74323
|
+
alignContent: 'center'
|
|
74324
|
+
}
|
|
74325
|
+
}, cardinfoitem.marqueeimage != null && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
74326
|
+
"class": section_styles.marqueeimage + ' mt-auto mb-auto ',
|
|
74325
74327
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
74326
74328
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
74327
74329
|
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + cardinfoitem.marqueeimage,
|
|
@@ -74331,7 +74333,7 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
74331
74333
|
padding: 0,
|
|
74332
74334
|
borderRadius: sectionproperties.imageborderradius + 'px'
|
|
74333
74335
|
}
|
|
74334
|
-
})
|
|
74336
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
74335
74337
|
"class": section_styles.textstyle + ' mb-0 p-0 ',
|
|
74336
74338
|
style: {
|
|
74337
74339
|
cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
|
package/dist/index.esm.js
CHANGED
|
@@ -74200,9 +74200,6 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
74200
74200
|
color: sectionproperties.generaltext_fontColor,
|
|
74201
74201
|
fontWeight: sectionproperties.generaltext_fontWeight,
|
|
74202
74202
|
opacity: sectionproperties.generaltext_opacity,
|
|
74203
|
-
// fontSize: 40,
|
|
74204
|
-
// color: '#fff',
|
|
74205
|
-
// opacity: 0.7,
|
|
74206
74203
|
marginLeft: '100px',
|
|
74207
74204
|
marginRight: '100px',
|
|
74208
74205
|
'@media (max-width: 800px)': {
|
|
@@ -74225,15 +74222,16 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
74225
74222
|
paddingRight: sectionproperties.paddinghorizontalresponsive + 'px'
|
|
74226
74223
|
}
|
|
74227
74224
|
}),
|
|
74228
|
-
marqueeimagecontainer: css({
|
|
74225
|
+
marqueeimagecontainer: css(_defineProperty(_defineProperty(_defineProperty(_defineProperty({
|
|
74229
74226
|
width: sectionproperties.image_width + 'px',
|
|
74230
74227
|
height: sectionproperties.image_height + 'px',
|
|
74231
74228
|
border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
|
|
74232
|
-
'
|
|
74233
|
-
|
|
74234
|
-
|
|
74235
|
-
|
|
74236
|
-
|
|
74229
|
+
flex: '0 0 auto',
|
|
74230
|
+
overflow: 'hidden'
|
|
74231
|
+
}, "overflow", 'hidden'), "paddingLeft", sectionproperties.innersectionpaddinghorizontal + 'px'), "paddingRight", sectionproperties.innersectionpaddinghorizontal + 'px'), '@media (max-width: 800px)', {
|
|
74232
|
+
width: sectionproperties.image_width_resp + 'px',
|
|
74233
|
+
height: sectionproperties.height_responsive + 'px'
|
|
74234
|
+
})),
|
|
74237
74235
|
marqueeimage: css({
|
|
74238
74236
|
width: sectionproperties.imageInnerWidth_Height + '%',
|
|
74239
74237
|
height: sectionproperties.imageInnerWidth_Height + '%',
|
|
@@ -74266,11 +74264,15 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
74266
74264
|
"class": sectionproperties.marqueemovementdirection == 'Right to Left' ? 'd-flex flex-row align-items-center rotating-text2' : 'd-flex flex-row align-items-center rotating-text-reverse2'
|
|
74267
74265
|
}, [].concat(_toConsumableArray(cardsarray), _toConsumableArray(cardsarray)).map(function (cardinfoitem, cardinfoindex) {
|
|
74268
74266
|
var _authdetailsContext$i;
|
|
74269
|
-
return /*#__PURE__*/React.createElement("div",
|
|
74270
|
-
"class": section_styles.marqueeimagecontainer + '
|
|
74271
|
-
style: {
|
|
74272
|
-
|
|
74273
|
-
|
|
74267
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
74268
|
+
"class": section_styles.marqueeimagecontainer + ' ',
|
|
74269
|
+
style: {
|
|
74270
|
+
textAlign: 'center',
|
|
74271
|
+
alignItems: 'center',
|
|
74272
|
+
alignContent: 'center'
|
|
74273
|
+
}
|
|
74274
|
+
}, cardinfoitem.marqueeimage != null && /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
74275
|
+
"class": section_styles.marqueeimage + ' mt-auto mb-auto ',
|
|
74274
74276
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
74275
74277
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
74276
74278
|
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + cardinfoitem.marqueeimage,
|
|
@@ -74280,7 +74282,7 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
74280
74282
|
padding: 0,
|
|
74281
74283
|
borderRadius: sectionproperties.imageborderradius + 'px'
|
|
74282
74284
|
}
|
|
74283
|
-
})
|
|
74285
|
+
}), /*#__PURE__*/React.createElement("p", {
|
|
74284
74286
|
"class": section_styles.textstyle + ' mb-0 p-0 ',
|
|
74285
74287
|
style: {
|
|
74286
74288
|
cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
|
package/dist/index.umd.js
CHANGED
|
@@ -74057,9 +74057,6 @@
|
|
|
74057
74057
|
color: sectionproperties.generaltext_fontColor,
|
|
74058
74058
|
fontWeight: sectionproperties.generaltext_fontWeight,
|
|
74059
74059
|
opacity: sectionproperties.generaltext_opacity,
|
|
74060
|
-
// fontSize: 40,
|
|
74061
|
-
// color: '#fff',
|
|
74062
|
-
// opacity: 0.7,
|
|
74063
74060
|
marginLeft: '100px',
|
|
74064
74061
|
marginRight: '100px',
|
|
74065
74062
|
'@media (max-width: 800px)': {
|
|
@@ -74082,15 +74079,16 @@
|
|
|
74082
74079
|
paddingRight: sectionproperties.paddinghorizontalresponsive + 'px'
|
|
74083
74080
|
}
|
|
74084
74081
|
}),
|
|
74085
|
-
marqueeimagecontainer: glamor.css({
|
|
74082
|
+
marqueeimagecontainer: glamor.css(_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"]({
|
|
74086
74083
|
width: sectionproperties.image_width + 'px',
|
|
74087
74084
|
height: sectionproperties.image_height + 'px',
|
|
74088
74085
|
border: sectionproperties.image_borderwidth + 'px solid ' + sectionproperties.image_bordercolor,
|
|
74089
|
-
'
|
|
74090
|
-
|
|
74091
|
-
|
|
74092
|
-
|
|
74093
|
-
|
|
74086
|
+
flex: '0 0 auto',
|
|
74087
|
+
overflow: 'hidden'
|
|
74088
|
+
}, "overflow", 'hidden'), "paddingLeft", sectionproperties.innersectionpaddinghorizontal + 'px'), "paddingRight", sectionproperties.innersectionpaddinghorizontal + 'px'), '@media (max-width: 800px)', {
|
|
74089
|
+
width: sectionproperties.image_width_resp + 'px',
|
|
74090
|
+
height: sectionproperties.height_responsive + 'px'
|
|
74091
|
+
})),
|
|
74094
74092
|
marqueeimage: glamor.css({
|
|
74095
74093
|
width: sectionproperties.imageInnerWidth_Height + '%',
|
|
74096
74094
|
height: sectionproperties.imageInnerWidth_Height + '%',
|
|
@@ -74123,11 +74121,15 @@
|
|
|
74123
74121
|
"class": sectionproperties.marqueemovementdirection == 'Right to Left' ? 'd-flex flex-row align-items-center rotating-text2' : 'd-flex flex-row align-items-center rotating-text-reverse2'
|
|
74124
74122
|
}, [].concat(_toConsumableArray__default["default"](cardsarray), _toConsumableArray__default["default"](cardsarray)).map(function (cardinfoitem, cardinfoindex) {
|
|
74125
74123
|
var _authdetailsContext$i;
|
|
74126
|
-
return /*#__PURE__*/React__default["default"].createElement("div",
|
|
74127
|
-
"class": section_styles.marqueeimagecontainer + '
|
|
74128
|
-
style: {
|
|
74129
|
-
|
|
74130
|
-
|
|
74124
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74125
|
+
"class": section_styles.marqueeimagecontainer + ' ',
|
|
74126
|
+
style: {
|
|
74127
|
+
textAlign: 'center',
|
|
74128
|
+
alignItems: 'center',
|
|
74129
|
+
alignContent: 'center'
|
|
74130
|
+
}
|
|
74131
|
+
}, cardinfoitem.marqueeimage != null && /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
74132
|
+
"class": section_styles.marqueeimage + ' mt-auto mb-auto ',
|
|
74131
74133
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
74132
74134
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
74133
74135
|
path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + cardinfoitem.marqueeimage,
|
|
@@ -74137,7 +74139,7 @@
|
|
|
74137
74139
|
padding: 0,
|
|
74138
74140
|
borderRadius: sectionproperties.imageborderradius + 'px'
|
|
74139
74141
|
}
|
|
74140
|
-
})
|
|
74142
|
+
}), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
74141
74143
|
"class": section_styles.textstyle + ' mb-0 p-0 ',
|
|
74142
74144
|
style: {
|
|
74143
74145
|
cursor: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '691dcd6e974bb' ? 'pointer' : ''
|