tabexseriescomponents 0.2.1290 → 0.2.1292

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
@@ -41644,11 +41644,13 @@ var Modernheader = function Modernheader(props) {
41644
41644
  }, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React__default["default"].createElement(DownloadApp, {
41645
41645
  sectionpropertiesprops: sectionproperties,
41646
41646
  actions: actions
41647
- }), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React__default["default"].createElement(SocialMediaSection, {
41647
+ }), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
41648
+ "class": "col-12 d-flex d-md-none p-0"
41649
+ }, /*#__PURE__*/React__default["default"].createElement(SocialMediaSection, {
41648
41650
  sectionpropertiesprops: sectionproperties,
41649
41651
  templateproperties_contextprops: templateproperties_context,
41650
41652
  actions: actions
41651
- }), templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
41653
+ })), templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
41652
41654
  "class": "col-lg-12 p-0 d-md-none",
41653
41655
  style: {
41654
41656
  zIndex: 100
package/dist/index.esm.js CHANGED
@@ -41593,11 +41593,13 @@ var Modernheader = function Modernheader(props) {
41593
41593
  }, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React.createElement(DownloadApp, {
41594
41594
  sectionpropertiesprops: sectionproperties,
41595
41595
  actions: actions
41596
- }), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React.createElement(SocialMediaSection, {
41596
+ }), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React.createElement("div", {
41597
+ "class": "col-12 d-flex d-md-none p-0"
41598
+ }, /*#__PURE__*/React.createElement(SocialMediaSection, {
41597
41599
  sectionpropertiesprops: sectionproperties,
41598
41600
  templateproperties_contextprops: templateproperties_context,
41599
41601
  actions: actions
41600
- }), templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React.createElement("div", {
41602
+ })), templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React.createElement("div", {
41601
41603
  "class": "col-lg-12 p-0 d-md-none",
41602
41604
  style: {
41603
41605
  zIndex: 100
package/dist/index.umd.js CHANGED
@@ -41450,11 +41450,13 @@
41450
41450
  }, sectionproperties.showdownloadapp == 'Show' && /*#__PURE__*/React__default["default"].createElement(DownloadApp, {
41451
41451
  sectionpropertiesprops: sectionproperties,
41452
41452
  actions: actions
41453
- }), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React__default["default"].createElement(SocialMediaSection, {
41453
+ }), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
41454
+ "class": "col-12 d-flex d-md-none p-0"
41455
+ }, /*#__PURE__*/React__default["default"].createElement(SocialMediaSection, {
41454
41456
  sectionpropertiesprops: sectionproperties,
41455
41457
  templateproperties_contextprops: templateproperties_context,
41456
41458
  actions: actions
41457
- }), templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
41459
+ })), templateproperties_context.showtextslider == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
41458
41460
  "class": "col-lg-12 p-0 d-md-none",
41459
41461
  style: {
41460
41462
  zIndex: 100
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1290",
3
+ "version": "0.2.1292",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",