tabexseriescomponents 0.0.222 → 0.0.223
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 +8 -3
- package/dist/index.esm.js +8 -3
- package/dist/index.umd.js +8 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -35904,13 +35904,18 @@ var VideosSection = function VideosSection(props) {
|
|
|
35904
35904
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
35905
35905
|
height: sectionproperties.image_height + 'px'
|
|
35906
35906
|
}
|
|
35907
|
-
}, item.linkclicked == true && videosarrayofobjs[index].linktype != '
|
|
35907
|
+
}, item.linkclicked == true && videosarrayofobjs[index].linktype != 'External Link ' && /*#__PURE__*/React__default["default"].createElement(ReactPlayer__default["default"], {
|
|
35908
35908
|
url: videosarrayofobjs[index].url,
|
|
35909
35909
|
height: sectionproperties.image_height + 'px',
|
|
35910
|
-
width: '100%'
|
|
35910
|
+
width: '100%',
|
|
35911
|
+
playing: true,
|
|
35912
|
+
controls: true,
|
|
35913
|
+
loop: true,
|
|
35914
|
+
muted: true,
|
|
35915
|
+
playsinline: true
|
|
35911
35916
|
}), item.linkclicked == false && /*#__PURE__*/React__default["default"].createElement("button", {
|
|
35912
35917
|
onClick: function onClick() {
|
|
35913
|
-
if (videosarrayofobjs[index].linktype == '
|
|
35918
|
+
if (videosarrayofobjs[index].linktype == 'External Link') {
|
|
35914
35919
|
window.open(videosarrayofobjs[index].url, '_blank');
|
|
35915
35920
|
} else {
|
|
35916
35921
|
var temparr = _toConsumableArray__default["default"](videosarrayofobjs);
|
package/dist/index.esm.js
CHANGED
|
@@ -35860,13 +35860,18 @@ var VideosSection = function VideosSection(props) {
|
|
|
35860
35860
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
35861
35861
|
height: sectionproperties.image_height + 'px'
|
|
35862
35862
|
}
|
|
35863
|
-
}, item.linkclicked == true && videosarrayofobjs[index].linktype != '
|
|
35863
|
+
}, item.linkclicked == true && videosarrayofobjs[index].linktype != 'External Link ' && /*#__PURE__*/React.createElement(ReactPlayer, {
|
|
35864
35864
|
url: videosarrayofobjs[index].url,
|
|
35865
35865
|
height: sectionproperties.image_height + 'px',
|
|
35866
|
-
width: '100%'
|
|
35866
|
+
width: '100%',
|
|
35867
|
+
playing: true,
|
|
35868
|
+
controls: true,
|
|
35869
|
+
loop: true,
|
|
35870
|
+
muted: true,
|
|
35871
|
+
playsinline: true
|
|
35867
35872
|
}), item.linkclicked == false && /*#__PURE__*/React.createElement("button", {
|
|
35868
35873
|
onClick: function onClick() {
|
|
35869
|
-
if (videosarrayofobjs[index].linktype == '
|
|
35874
|
+
if (videosarrayofobjs[index].linktype == 'External Link') {
|
|
35870
35875
|
window.open(videosarrayofobjs[index].url, '_blank');
|
|
35871
35876
|
} else {
|
|
35872
35877
|
var temparr = _toConsumableArray(videosarrayofobjs);
|
package/dist/index.umd.js
CHANGED
|
@@ -35760,13 +35760,18 @@
|
|
|
35760
35760
|
borderBottomRightRadius: langdetect == 'en' ? sectionproperties.image_borderBottomRightRadius + 'px' : sectionproperties.image_borderBottomLeftRadius + 'px',
|
|
35761
35761
|
height: sectionproperties.image_height + 'px'
|
|
35762
35762
|
}
|
|
35763
|
-
}, item.linkclicked == true && videosarrayofobjs[index].linktype != '
|
|
35763
|
+
}, item.linkclicked == true && videosarrayofobjs[index].linktype != 'External Link ' && /*#__PURE__*/React__default["default"].createElement(ReactPlayer__default["default"], {
|
|
35764
35764
|
url: videosarrayofobjs[index].url,
|
|
35765
35765
|
height: sectionproperties.image_height + 'px',
|
|
35766
|
-
width: '100%'
|
|
35766
|
+
width: '100%',
|
|
35767
|
+
playing: true,
|
|
35768
|
+
controls: true,
|
|
35769
|
+
loop: true,
|
|
35770
|
+
muted: true,
|
|
35771
|
+
playsinline: true
|
|
35767
35772
|
}), item.linkclicked == false && /*#__PURE__*/React__default["default"].createElement("button", {
|
|
35768
35773
|
onClick: function onClick() {
|
|
35769
|
-
if (videosarrayofobjs[index].linktype == '
|
|
35774
|
+
if (videosarrayofobjs[index].linktype == 'External Link') {
|
|
35770
35775
|
window.open(videosarrayofobjs[index].url, '_blank');
|
|
35771
35776
|
} else {
|
|
35772
35777
|
var temparr = _toConsumableArray__default["default"](videosarrayofobjs);
|