tabexseriescomponents 0.0.660 → 0.0.661

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
@@ -29743,6 +29743,25 @@ var Simpleheader = function Simpleheader(props) {
29743
29743
  templateproperties_contextprops: templateproperties_context,
29744
29744
  actions: actions
29745
29745
  }), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
29746
+ style: {
29747
+ position: 'fixed',
29748
+ bottom: 15,
29749
+ right: 15,
29750
+ zIndex: 2000,
29751
+ transition: 'all 0.3s ease-out',
29752
+ width: '100%',
29753
+ display: sectionproperties.showfloatingbtn == 'Show when logged in' ? 'none' : 'flex'
29754
+ },
29755
+ "class": "text-end"
29756
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
29757
+ "class": header_cssstyles.floatingbtn + ' allcentered ',
29758
+ style: {},
29759
+ onClick: function onClick() {
29760
+ routingcountext(sectionproperties.floatingbtnlink, false, '');
29761
+ }
29762
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
29763
+ "class": "m-0 p-0"
29764
+ }, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfloatingbtn == 'Show when logged in' && authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
29746
29765
  style: {
29747
29766
  position: 'fixed',
29748
29767
  bottom: 15,
package/dist/index.esm.js CHANGED
@@ -29694,6 +29694,25 @@ var Simpleheader = function Simpleheader(props) {
29694
29694
  templateproperties_contextprops: templateproperties_context,
29695
29695
  actions: actions
29696
29696
  }), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React.createElement("div", {
29697
+ style: {
29698
+ position: 'fixed',
29699
+ bottom: 15,
29700
+ right: 15,
29701
+ zIndex: 2000,
29702
+ transition: 'all 0.3s ease-out',
29703
+ width: '100%',
29704
+ display: sectionproperties.showfloatingbtn == 'Show when logged in' ? 'none' : 'flex'
29705
+ },
29706
+ "class": "text-end"
29707
+ }, /*#__PURE__*/React.createElement("div", {
29708
+ "class": header_cssstyles.floatingbtn + ' allcentered ',
29709
+ style: {},
29710
+ onClick: function onClick() {
29711
+ routingcountext(sectionproperties.floatingbtnlink, false, '');
29712
+ }
29713
+ }, /*#__PURE__*/React.createElement("p", {
29714
+ "class": "m-0 p-0"
29715
+ }, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfloatingbtn == 'Show when logged in' && authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
29697
29716
  style: {
29698
29717
  position: 'fixed',
29699
29718
  bottom: 15,
package/dist/index.umd.js CHANGED
@@ -29567,6 +29567,25 @@
29567
29567
  templateproperties_contextprops: templateproperties_context,
29568
29568
  actions: actions
29569
29569
  }), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
29570
+ style: {
29571
+ position: 'fixed',
29572
+ bottom: 15,
29573
+ right: 15,
29574
+ zIndex: 2000,
29575
+ transition: 'all 0.3s ease-out',
29576
+ width: '100%',
29577
+ display: sectionproperties.showfloatingbtn == 'Show when logged in' ? 'none' : 'flex'
29578
+ },
29579
+ "class": "text-end"
29580
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
29581
+ "class": header_cssstyles.floatingbtn + ' allcentered ',
29582
+ style: {},
29583
+ onClick: function onClick() {
29584
+ routingcountext(sectionproperties.floatingbtnlink, false, '');
29585
+ }
29586
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
29587
+ "class": "m-0 p-0"
29588
+ }, langdetect == 'en' ? sectionproperties.floatingbtntxten : sectionproperties.floatingbtntxtar))), sectionproperties.showfloatingbtn == 'Show when logged in' && authdetailsContext.loggedin && /*#__PURE__*/React__default["default"].createElement("div", {
29570
29589
  style: {
29571
29590
  position: 'fixed',
29572
29591
  bottom: 15,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.660",
3
+ "version": "0.0.661",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {