tabexseriescomponents 0.0.694 → 0.0.695

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
@@ -30176,7 +30176,13 @@ var Simpleheader = function Simpleheader(props) {
30176
30176
  "class": header_cssstyles.floatingbtn + ' allcentered ',
30177
30177
  style: {},
30178
30178
  onClick: function onClick() {
30179
- routingcountext(sectionproperties.floatingbtnlink, false, '');
30179
+ if (sectionproperties.btnlinktype == 'Website Link') {
30180
+ routingcountext(sectionproperties.floatingbtnlink, false, '');
30181
+ } else {
30182
+ window.open(sectionproperties.floatingbtnlink, '_blank');
30183
+
30184
+ // routingcountext(sectionproperties.floatingbtnlink, true, '');
30185
+ }
30180
30186
  }
30181
30187
  }, /*#__PURE__*/React__default["default"].createElement("p", {
30182
30188
  "class": "m-0 p-0"
@@ -30194,7 +30200,13 @@ var Simpleheader = function Simpleheader(props) {
30194
30200
  "class": header_cssstyles.floatingbtn + ' allcentered ',
30195
30201
  style: {},
30196
30202
  onClick: function onClick() {
30197
- routingcountext(sectionproperties.floatingbtnlink, false, '');
30203
+ if (sectionproperties.btnlinktype == 'Website Link') {
30204
+ routingcountext(sectionproperties.floatingbtnlink, false, '');
30205
+ } else {
30206
+ window.open(sectionproperties.floatingbtnlink, '_blank');
30207
+
30208
+ // routingcountext(sectionproperties.floatingbtnlink, true, '');
30209
+ }
30198
30210
  }
30199
30211
  }, /*#__PURE__*/React__default["default"].createElement("p", {
30200
30212
  "class": "m-0 p-0"
package/dist/index.esm.js CHANGED
@@ -30127,7 +30127,13 @@ var Simpleheader = function Simpleheader(props) {
30127
30127
  "class": header_cssstyles.floatingbtn + ' allcentered ',
30128
30128
  style: {},
30129
30129
  onClick: function onClick() {
30130
- routingcountext(sectionproperties.floatingbtnlink, false, '');
30130
+ if (sectionproperties.btnlinktype == 'Website Link') {
30131
+ routingcountext(sectionproperties.floatingbtnlink, false, '');
30132
+ } else {
30133
+ window.open(sectionproperties.floatingbtnlink, '_blank');
30134
+
30135
+ // routingcountext(sectionproperties.floatingbtnlink, true, '');
30136
+ }
30131
30137
  }
30132
30138
  }, /*#__PURE__*/React.createElement("p", {
30133
30139
  "class": "m-0 p-0"
@@ -30145,7 +30151,13 @@ var Simpleheader = function Simpleheader(props) {
30145
30151
  "class": header_cssstyles.floatingbtn + ' allcentered ',
30146
30152
  style: {},
30147
30153
  onClick: function onClick() {
30148
- routingcountext(sectionproperties.floatingbtnlink, false, '');
30154
+ if (sectionproperties.btnlinktype == 'Website Link') {
30155
+ routingcountext(sectionproperties.floatingbtnlink, false, '');
30156
+ } else {
30157
+ window.open(sectionproperties.floatingbtnlink, '_blank');
30158
+
30159
+ // routingcountext(sectionproperties.floatingbtnlink, true, '');
30160
+ }
30149
30161
  }
30150
30162
  }, /*#__PURE__*/React.createElement("p", {
30151
30163
  "class": "m-0 p-0"
package/dist/index.umd.js CHANGED
@@ -30000,7 +30000,13 @@
30000
30000
  "class": header_cssstyles.floatingbtn + ' allcentered ',
30001
30001
  style: {},
30002
30002
  onClick: function onClick() {
30003
- routingcountext(sectionproperties.floatingbtnlink, false, '');
30003
+ if (sectionproperties.btnlinktype == 'Website Link') {
30004
+ routingcountext(sectionproperties.floatingbtnlink, false, '');
30005
+ } else {
30006
+ window.open(sectionproperties.floatingbtnlink, '_blank');
30007
+
30008
+ // routingcountext(sectionproperties.floatingbtnlink, true, '');
30009
+ }
30004
30010
  }
30005
30011
  }, /*#__PURE__*/React__default["default"].createElement("p", {
30006
30012
  "class": "m-0 p-0"
@@ -30018,7 +30024,13 @@
30018
30024
  "class": header_cssstyles.floatingbtn + ' allcentered ',
30019
30025
  style: {},
30020
30026
  onClick: function onClick() {
30021
- routingcountext(sectionproperties.floatingbtnlink, false, '');
30027
+ if (sectionproperties.btnlinktype == 'Website Link') {
30028
+ routingcountext(sectionproperties.floatingbtnlink, false, '');
30029
+ } else {
30030
+ window.open(sectionproperties.floatingbtnlink, '_blank');
30031
+
30032
+ // routingcountext(sectionproperties.floatingbtnlink, true, '');
30033
+ }
30022
30034
  }
30023
30035
  }, /*#__PURE__*/React__default["default"].createElement("p", {
30024
30036
  "class": "m-0 p-0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.694",
3
+ "version": "0.0.695",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {