tabexseriescomponents 0.0.515 → 0.0.516

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
@@ -24041,7 +24041,16 @@ var Gotoheader = function Gotoheader(props) {
24041
24041
  }
24042
24042
  }))))), /*#__PURE__*/React__default["default"].createElement("div", {
24043
24043
  className: !authdetailsContext.loggedin && sectionproperties.hideheaderwhenloggedin == 'Hide' ? ' row m-0 w-100 d-none justify-content-center ' : authdetailsContext.loggedin ? 'row m-0 w-100 d-flex justify-content-centet' : ' row m-0 w-100 d-flex justify-content-center '
24044
- }, /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
24044
+ }, sectionproperties.responsiveheaderstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
24045
+ sectionpropertiesprops: sectionproperties,
24046
+ actions: actions
24047
+ }), sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
24048
+ sectionpropertiesprops: sectionproperties,
24049
+ actions: actions
24050
+ }), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
24051
+ sectionpropertiesprops: sectionproperties,
24052
+ actions: actions
24053
+ }), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
24045
24054
  sectionpropertiesprops: sectionproperties,
24046
24055
  actions: actions
24047
24056
  })));
package/dist/index.esm.js CHANGED
@@ -23992,7 +23992,16 @@ var Gotoheader = function Gotoheader(props) {
23992
23992
  }
23993
23993
  }))))), /*#__PURE__*/React.createElement("div", {
23994
23994
  className: !authdetailsContext.loggedin && sectionproperties.hideheaderwhenloggedin == 'Hide' ? ' row m-0 w-100 d-none justify-content-center ' : authdetailsContext.loggedin ? 'row m-0 w-100 d-flex justify-content-centet' : ' row m-0 w-100 d-flex justify-content-center '
23995
- }, /*#__PURE__*/React.createElement(Headerresponsive, {
23995
+ }, sectionproperties.responsiveheaderstyle == 'Style 1' && /*#__PURE__*/React.createElement(Headerresponsive, {
23996
+ sectionpropertiesprops: sectionproperties,
23997
+ actions: actions
23998
+ }), sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && /*#__PURE__*/React.createElement(Headerresponsive, {
23999
+ sectionpropertiesprops: sectionproperties,
24000
+ actions: actions
24001
+ }), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React.createElement(HeaderresponsiveStyle2, {
24002
+ sectionpropertiesprops: sectionproperties,
24003
+ actions: actions
24004
+ }), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React.createElement(HeaderresponsiveStyle2, {
23996
24005
  sectionpropertiesprops: sectionproperties,
23997
24006
  actions: actions
23998
24007
  })));
package/dist/index.umd.js CHANGED
@@ -23867,7 +23867,16 @@
23867
23867
  }
23868
23868
  }))))), /*#__PURE__*/React__default["default"].createElement("div", {
23869
23869
  className: !authdetailsContext.loggedin && sectionproperties.hideheaderwhenloggedin == 'Hide' ? ' row m-0 w-100 d-none justify-content-center ' : authdetailsContext.loggedin ? 'row m-0 w-100 d-flex justify-content-centet' : ' row m-0 w-100 d-flex justify-content-center '
23870
- }, /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
23870
+ }, sectionproperties.responsiveheaderstyle == 'Style 1' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
23871
+ sectionpropertiesprops: sectionproperties,
23872
+ actions: actions
23873
+ }), sectionproperties.responsiveheaderstyle == 'Style 1 With Canvas' && /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
23874
+ sectionpropertiesprops: sectionproperties,
23875
+ actions: actions
23876
+ }), sectionproperties.responsiveheaderstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
23877
+ sectionpropertiesprops: sectionproperties,
23878
+ actions: actions
23879
+ }), sectionproperties.responsiveheaderstyle == 'Style 2 With Subheader' && /*#__PURE__*/React__default["default"].createElement(HeaderresponsiveStyle2, {
23871
23880
  sectionpropertiesprops: sectionproperties,
23872
23881
  actions: actions
23873
23882
  })));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.515",
3
+ "version": "0.0.516",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {