@streamlayer/react 1.14.0 → 1.14.1
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/lib/cjs/advertisement.js +30 -30
- package/lib/cjs/bet-pack.js +1 -1
- package/lib/cjs/gamification-feature2.js +1 -1
- package/lib/cjs/index2.js +5 -5
- package/lib/cjs/masters2.js +3 -3
- package/lib/cjs/provider.js +1 -1
- package/lib/cjs/useStreamLayerApp2.js +6 -6
- package/lib/classic/cjs/advertisement.js +30 -30
- package/lib/classic/cjs/bet-pack.js +1 -1
- package/lib/classic/cjs/gamification-feature2.js +1 -1
- package/lib/classic/cjs/index2.js +5 -5
- package/lib/classic/cjs/masters2.js +3 -3
- package/lib/classic/cjs/provider.js +1 -1
- package/lib/classic/cjs/useStreamLayerApp2.js +6 -6
- package/lib/classic/es/advertisement.js +2205 -2193
- package/lib/classic/es/bet-pack.js +1 -1
- package/lib/classic/es/gamification-feature2.js +1 -1
- package/lib/classic/es/index2.js +697 -685
- package/lib/classic/es/masters2.js +202 -231
- package/lib/classic/es/provider.js +2 -2
- package/lib/classic/es/useStreamLayerApp2.js +147 -138
- package/lib/classic/style.css +1 -1
- package/lib/dist/cjs/gamification-feature.js +1 -1
- package/lib/dist/cjs/gamification-feature2.js +1 -1
- package/lib/dist/cjs/masters.js +22 -22
- package/lib/dist/es/gamification-feature.js +1 -1
- package/lib/dist/es/gamification-feature2.js +45 -45
- package/lib/dist/es/index.js +3 -3
- package/lib/dist/es/masters.js +3057 -3065
- package/lib/dist/style.css +1 -1
- package/lib/es/advertisement.js +2205 -2193
- package/lib/es/bet-pack.js +1 -1
- package/lib/es/gamification-feature2.js +1 -1
- package/lib/es/index2.js +697 -685
- package/lib/es/masters2.js +202 -231
- package/lib/es/provider.js +2 -2
- package/lib/es/useStreamLayerApp2.js +147 -138
- package/lib/style.css +1 -1
- package/package.json +14 -14
package/lib/es/provider.js
CHANGED
|
@@ -7878,8 +7878,8 @@ const ll = ({ value: e = 0, decimals: t, duration: n = 1, preserveValue: r = !0,
|
|
|
7878
7878
|
]);
|
|
7879
7879
|
P(() => {
|
|
7880
7880
|
const he = Xe.some(({ percentageDecimal: G2 }) => G2 !== 0), K1 = F && s === $.PREDICTION;
|
|
7881
|
-
R && (!he || C && K1) && Ye(!0);
|
|
7882
|
-
}, [Xe, R, C, s, F]);
|
|
7881
|
+
R && (i || !he || C && K1) && Ye(!0);
|
|
7882
|
+
}, [Xe, R, i, C, s, F]);
|
|
7883
7883
|
const Q1 = v && (v.case === "trivia" || v.case === "prediction") ? v.value : void 0, G1 = u === Mt.RESOLVED && s === $.TRIVIA && !F && !p, xr = s === $.TRIVIA && k, Tr = we(() => s === $.PREDICTION ? i ? !1 : !!(F && !ee || F && ee && ue != null && ue.youVoted) : !0, [s, F, ee, ue, i]), i4 = we(() => {
|
|
7884
7884
|
if (s === $.PREDICTION && F && (!ee || ee && ue != null && ue.youVoted))
|
|
7885
7885
|
return F.points;
|