tabexseriescomponents 0.2.975 → 0.2.976
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 +7 -7
- package/dist/index.esm.js +7 -7
- package/dist/index.umd.js +7 -7
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -17232,13 +17232,13 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
17232
17232
|
var _css;
|
|
17233
17233
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
17234
17234
|
props.actions.CurrentSrcTypeContext;
|
|
17235
|
-
|
|
17235
|
+
props.actions.routingcountext;
|
|
17236
17236
|
props.actions.StaticPagesLinksContext;
|
|
17237
17237
|
props.actions.SocialLoginMutationContext;
|
|
17238
17238
|
var lang = props.actions.lang;
|
|
17239
17239
|
var langdetect = props.actions.langdetect;
|
|
17240
17240
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
17241
|
-
|
|
17241
|
+
props.actions.authdetailsContext;
|
|
17242
17242
|
props.actions.ikimagecredcontext;
|
|
17243
17243
|
var GeneralAPIMutationContext = props.actions.GeneralAPIMutationContext;
|
|
17244
17244
|
var NotificationManager = props.actions.NotificationManager;
|
|
@@ -17266,11 +17266,11 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
17266
17266
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
17267
17267
|
affsignuppayload = _useState8[0],
|
|
17268
17268
|
setaffsignuppayload = _useState8[1];
|
|
17269
|
-
|
|
17270
|
-
|
|
17271
|
-
|
|
17272
|
-
|
|
17273
|
-
}, []);
|
|
17269
|
+
// useEffect(() => {
|
|
17270
|
+
// if (authdetailsContext.loggedin) {
|
|
17271
|
+
// routingcountext('');
|
|
17272
|
+
// }
|
|
17273
|
+
// }, []);
|
|
17274
17274
|
React.useEffect(function () {
|
|
17275
17275
|
var cartindex = templatepropcontext === null || templatepropcontext === void 0 ? void 0 : templatepropcontext.pagesnprop.findIndex(function (x) {
|
|
17276
17276
|
return x.staticpageid == '6218bccb7f4f7';
|
package/dist/index.esm.js
CHANGED
|
@@ -17181,13 +17181,13 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
17181
17181
|
var _css;
|
|
17182
17182
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
17183
17183
|
props.actions.CurrentSrcTypeContext;
|
|
17184
|
-
|
|
17184
|
+
props.actions.routingcountext;
|
|
17185
17185
|
props.actions.StaticPagesLinksContext;
|
|
17186
17186
|
props.actions.SocialLoginMutationContext;
|
|
17187
17187
|
var lang = props.actions.lang;
|
|
17188
17188
|
var langdetect = props.actions.langdetect;
|
|
17189
17189
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
17190
|
-
|
|
17190
|
+
props.actions.authdetailsContext;
|
|
17191
17191
|
props.actions.ikimagecredcontext;
|
|
17192
17192
|
var GeneralAPIMutationContext = props.actions.GeneralAPIMutationContext;
|
|
17193
17193
|
var NotificationManager = props.actions.NotificationManager;
|
|
@@ -17215,11 +17215,11 @@ var Afiiliatesignup = function Afiiliatesignup(props) {
|
|
|
17215
17215
|
_useState8 = _slicedToArray(_useState7, 2),
|
|
17216
17216
|
affsignuppayload = _useState8[0],
|
|
17217
17217
|
setaffsignuppayload = _useState8[1];
|
|
17218
|
-
useEffect(
|
|
17219
|
-
|
|
17220
|
-
|
|
17221
|
-
|
|
17222
|
-
}, []);
|
|
17218
|
+
// useEffect(() => {
|
|
17219
|
+
// if (authdetailsContext.loggedin) {
|
|
17220
|
+
// routingcountext('');
|
|
17221
|
+
// }
|
|
17222
|
+
// }, []);
|
|
17223
17223
|
useEffect(function () {
|
|
17224
17224
|
var cartindex = templatepropcontext === null || templatepropcontext === void 0 ? void 0 : templatepropcontext.pagesnprop.findIndex(function (x) {
|
|
17225
17225
|
return x.staticpageid == '6218bccb7f4f7';
|
package/dist/index.umd.js
CHANGED
|
@@ -17041,13 +17041,13 @@
|
|
|
17041
17041
|
var _css;
|
|
17042
17042
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
17043
17043
|
props.actions.CurrentSrcTypeContext;
|
|
17044
|
-
|
|
17044
|
+
props.actions.routingcountext;
|
|
17045
17045
|
props.actions.StaticPagesLinksContext;
|
|
17046
17046
|
props.actions.SocialLoginMutationContext;
|
|
17047
17047
|
var lang = props.actions.lang;
|
|
17048
17048
|
var langdetect = props.actions.langdetect;
|
|
17049
17049
|
var templatepropcontext = props.actions.templatepropcontext;
|
|
17050
|
-
|
|
17050
|
+
props.actions.authdetailsContext;
|
|
17051
17051
|
props.actions.ikimagecredcontext;
|
|
17052
17052
|
var GeneralAPIMutationContext = props.actions.GeneralAPIMutationContext;
|
|
17053
17053
|
var NotificationManager = props.actions.NotificationManager;
|
|
@@ -17075,11 +17075,11 @@
|
|
|
17075
17075
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
17076
17076
|
affsignuppayload = _useState8[0],
|
|
17077
17077
|
setaffsignuppayload = _useState8[1];
|
|
17078
|
-
|
|
17079
|
-
|
|
17080
|
-
|
|
17081
|
-
|
|
17082
|
-
}, []);
|
|
17078
|
+
// useEffect(() => {
|
|
17079
|
+
// if (authdetailsContext.loggedin) {
|
|
17080
|
+
// routingcountext('');
|
|
17081
|
+
// }
|
|
17082
|
+
// }, []);
|
|
17083
17083
|
React.useEffect(function () {
|
|
17084
17084
|
var cartindex = templatepropcontext === null || templatepropcontext === void 0 ? void 0 : templatepropcontext.pagesnprop.findIndex(function (x) {
|
|
17085
17085
|
return x.staticpageid == '6218bccb7f4f7';
|