tabexseriescomponents 0.2.1287 → 0.2.1288

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
@@ -36232,11 +36232,13 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
36232
36232
  sectionpropertiesprops: sectionproperties,
36233
36233
  templateproperties_contextprops: templateproperties_context,
36234
36234
  actions: actions
36235
- })), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React__default["default"].createElement(SocialMediaSection, {
36235
+ })), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36236
+ "class": "col-12 d-flex d-md-none"
36237
+ }, /*#__PURE__*/React__default["default"].createElement(SocialMediaSection, {
36236
36238
  sectionpropertiesprops: sectionproperties,
36237
36239
  templateproperties_contextprops: templateproperties_context,
36238
36240
  actions: actions
36239
- }), sectionproperties.showupperheadersection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36241
+ })), sectionproperties.showupperheadersection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36240
36242
  "class": "col-lg-12",
36241
36243
  style: {
36242
36244
  paddingLeft: langdetect == 'en' ? sectionproperties.uppersection_paddingleft + 'px' : sectionproperties.uppersection_paddingright + 'px',
package/dist/index.esm.js CHANGED
@@ -36181,11 +36181,13 @@ var Header_threesectionslogocentered = function Header_threesectionslogocentered
36181
36181
  sectionpropertiesprops: sectionproperties,
36182
36182
  templateproperties_contextprops: templateproperties_context,
36183
36183
  actions: actions
36184
- })), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React.createElement(SocialMediaSection, {
36184
+ })), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React.createElement("div", {
36185
+ "class": "col-12 d-flex d-md-none"
36186
+ }, /*#__PURE__*/React.createElement(SocialMediaSection, {
36185
36187
  sectionpropertiesprops: sectionproperties,
36186
36188
  templateproperties_contextprops: templateproperties_context,
36187
36189
  actions: actions
36188
- }), sectionproperties.showupperheadersection == 'Show' && /*#__PURE__*/React.createElement("div", {
36190
+ })), sectionproperties.showupperheadersection == 'Show' && /*#__PURE__*/React.createElement("div", {
36189
36191
  "class": "col-lg-12",
36190
36192
  style: {
36191
36193
  paddingLeft: langdetect == 'en' ? sectionproperties.uppersection_paddingleft + 'px' : sectionproperties.uppersection_paddingright + 'px',
package/dist/index.umd.js CHANGED
@@ -36038,11 +36038,13 @@
36038
36038
  sectionpropertiesprops: sectionproperties,
36039
36039
  templateproperties_contextprops: templateproperties_context,
36040
36040
  actions: actions
36041
- })), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React__default["default"].createElement(SocialMediaSection, {
36041
+ })), templateproperties_context.showsocialmedia == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36042
+ "class": "col-12 d-flex d-md-none"
36043
+ }, /*#__PURE__*/React__default["default"].createElement(SocialMediaSection, {
36042
36044
  sectionpropertiesprops: sectionproperties,
36043
36045
  templateproperties_contextprops: templateproperties_context,
36044
36046
  actions: actions
36045
- }), sectionproperties.showupperheadersection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36047
+ })), sectionproperties.showupperheadersection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36046
36048
  "class": "col-lg-12",
36047
36049
  style: {
36048
36050
  paddingLeft: langdetect == 'en' ? sectionproperties.uppersection_paddingleft + 'px' : sectionproperties.uppersection_paddingright + 'px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1287",
3
+ "version": "0.2.1288",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",