tabexseriescomponents 0.2.813 → 0.2.815

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 CHANGED
@@ -5153,7 +5153,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
5153
5153
  mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
5154
5154
  setslots(data.data.slots);
5155
5155
  if (!data.data.slots || data.data.slots.length === 0) {
5156
- NotificationManager.warning('Please choose another date');
5156
+ NotificationManager.warning('', 'Please choose another date');
5157
5157
  }
5158
5158
  }
5159
5159
  });
@@ -63505,13 +63505,22 @@ var VideosSection = function VideosSection(props) {
63505
63505
  style: {
63506
63506
  zIndex: 1
63507
63507
  }
63508
- }, /*#__PURE__*/React__default["default"].createElement(ReactPlayer__default["default"], {
63508
+ }, sectionproperties.hidecontrols == 'Yes' && /*#__PURE__*/React__default["default"].createElement(ReactPlayer__default["default"], {
63509
+ url: item.url,
63510
+ height: '100%',
63511
+ width: '100%',
63512
+ playing: true,
63513
+ controls: false,
63514
+ loop: true,
63515
+ muted: true
63516
+ }), sectionproperties.hidecontrols == 'No' && /*#__PURE__*/React__default["default"].createElement(ReactPlayer__default["default"], {
63509
63517
  url: item.url,
63510
63518
  height: '100%',
63511
63519
  width: '100%',
63512
63520
  playing: true,
63513
63521
  controls: true,
63514
- loop: true
63522
+ loop: true,
63523
+ muted: true
63515
63524
  })), item.linkclicked == false && item.image != '' && item.image != null && /*#__PURE__*/React__default["default"].createElement("div", {
63516
63525
  onClick: function onClick() {
63517
63526
  if (item.linktype == 'External Link') {
package/dist/index.esm.js CHANGED
@@ -5105,7 +5105,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
5105
5105
  mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
5106
5106
  setslots(data.data.slots);
5107
5107
  if (!data.data.slots || data.data.slots.length === 0) {
5108
- NotificationManager.warning('Please choose another date');
5108
+ NotificationManager.warning('', 'Please choose another date');
5109
5109
  }
5110
5110
  }
5111
5111
  });
@@ -63457,13 +63457,22 @@ var VideosSection = function VideosSection(props) {
63457
63457
  style: {
63458
63458
  zIndex: 1
63459
63459
  }
63460
- }, /*#__PURE__*/React.createElement(ReactPlayer, {
63460
+ }, sectionproperties.hidecontrols == 'Yes' && /*#__PURE__*/React.createElement(ReactPlayer, {
63461
+ url: item.url,
63462
+ height: '100%',
63463
+ width: '100%',
63464
+ playing: true,
63465
+ controls: false,
63466
+ loop: true,
63467
+ muted: true
63468
+ }), sectionproperties.hidecontrols == 'No' && /*#__PURE__*/React.createElement(ReactPlayer, {
63461
63469
  url: item.url,
63462
63470
  height: '100%',
63463
63471
  width: '100%',
63464
63472
  playing: true,
63465
63473
  controls: true,
63466
- loop: true
63474
+ loop: true,
63475
+ muted: true
63467
63476
  })), item.linkclicked == false && item.image != '' && item.image != null && /*#__PURE__*/React.createElement("div", {
63468
63477
  onClick: function onClick() {
63469
63478
  if (item.linktype == 'External Link') {
package/dist/index.umd.js CHANGED
@@ -4966,7 +4966,7 @@
4966
4966
  mutateSuccesscallback: function mutateSuccesscallback(data, variables) {
4967
4967
  setslots(data.data.slots);
4968
4968
  if (!data.data.slots || data.data.slots.length === 0) {
4969
- NotificationManager.warning('Please choose another date');
4969
+ NotificationManager.warning('', 'Please choose another date');
4970
4970
  }
4971
4971
  }
4972
4972
  });
@@ -63318,13 +63318,22 @@
63318
63318
  style: {
63319
63319
  zIndex: 1
63320
63320
  }
63321
- }, /*#__PURE__*/React__default["default"].createElement(ReactPlayer__default["default"], {
63321
+ }, sectionproperties.hidecontrols == 'Yes' && /*#__PURE__*/React__default["default"].createElement(ReactPlayer__default["default"], {
63322
+ url: item.url,
63323
+ height: '100%',
63324
+ width: '100%',
63325
+ playing: true,
63326
+ controls: false,
63327
+ loop: true,
63328
+ muted: true
63329
+ }), sectionproperties.hidecontrols == 'No' && /*#__PURE__*/React__default["default"].createElement(ReactPlayer__default["default"], {
63322
63330
  url: item.url,
63323
63331
  height: '100%',
63324
63332
  width: '100%',
63325
63333
  playing: true,
63326
63334
  controls: true,
63327
- loop: true
63335
+ loop: true,
63336
+ muted: true
63328
63337
  })), item.linkclicked == false && item.image != '' && item.image != null && /*#__PURE__*/React__default["default"].createElement("div", {
63329
63338
  onClick: function onClick() {
63330
63339
  if (item.linktype == 'External Link') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.813",
3
+ "version": "0.2.815",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",