@streamlayer/react-ui 0.89.6 → 0.90.0
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/assets/style.css +1 -1
- package/lib/{index-ba93b6b2.js → index-jRXrW6ie.js} +11 -11
- package/lib/index-uEuzH3jr.js +118 -0
- package/lib/ui/app/Features/Gamification/Leaderboard.d.ts +1 -1
- package/lib/ui/app/Features/Gamification/Leaderboard.js +7 -7
- package/lib/ui/app/Features/Gamification/Tabs.d.ts +1 -1
- package/lib/ui/app/Features/Gamification/Tabs.js +1 -1
- package/lib/ui/app/Features/Gamification/gamification-feature.js +3 -3
- package/lib/ui/app/Features/Gamification/index.d.ts +1 -1
- package/lib/ui/app/Features/Gamification/index.js +7 -7
- package/lib/ui/app/Features/index.d.ts +1 -1
- package/lib/ui/app/Navigation/MastersNavigation/index.js +3 -3
- package/lib/ui/app/Navigation/index.d.ts +1 -1
- package/lib/ui/app/Navigation/index.js +1 -1
- package/lib/ui/app/Notifications/Onboarding/Notification/styles.js +2 -2
- package/lib/ui/app/Notifications/Onboarding/index.js +68 -69
- package/lib/ui/app/Notifications/index.d.ts +1 -1
- package/lib/ui/app/Notifications/index.js +37 -38
- package/lib/ui/app/Notifications/styles.d.ts +3 -0
- package/lib/ui/app/Notifications/styles.js +17 -12
- package/lib/ui/app/Points/index.js +15 -15
- package/lib/ui/app/masters.js +5 -5
- package/lib/ui/app/styles.d.ts +6 -6
- package/lib/ui/app/styles.js +7 -7
- package/lib/ui/app/useMastersApp.js +3 -3
- package/lib/ui/app/useSdkFeature.d.ts +1 -1
- package/lib/ui/app/useSdkFeature.js +1 -1
- package/lib/ui/app/useSdkScroll.js +5 -5
- package/lib/ui/gamification/copyNotification/styles.js +4 -4
- package/lib/ui/gamification/insight/index.js +17 -17
- package/lib/ui/gamification/insight/styles.js +4 -4
- package/lib/ui/gamification/insight-list/styles.js +4 -4
- package/lib/ui/gamification/invite-link/index.js +9 -9
- package/lib/ui/gamification/leaderboard/index.d.ts +1 -1
- package/lib/ui/gamification/leaderboard/index.js +1 -1
- package/lib/ui/gamification/leaderboard/static.d.ts +1 -1
- package/lib/ui/gamification/leaderboard/static.js +8 -8
- package/lib/ui/gamification/leaderboard/styles.js +1 -1
- package/lib/ui/gamification/onboarding/slides/onboarding-instructions/styles.js +4 -4
- package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/styles.js +6 -6
- package/lib/ui/gamification/points/styles.js +4 -4
- package/lib/ui/gamification/question/insight/styles.js +2 -2
- package/lib/ui/gamification/question/list/styles.js +2 -2
- package/lib/ui/gamification/question/notification/insight/styles.js +2 -2
- package/lib/ui/gamification/question/notification/pill/styles.js +4 -4
- package/lib/ui/gamification/question/notification/prediction-result/animation-lines/styles.d.ts +28 -28
- package/lib/ui/gamification/question/notification/prediction-result/animation-lines/styles.js +14 -14
- package/lib/ui/gamification/question/notification/prediction-result/index.js +61 -61
- package/lib/ui/gamification/question/notification/prediction-result/styles.d.ts +2 -2
- package/lib/ui/gamification/question/notification/prediction-result/styles.js +6 -6
- package/lib/ui/gamification/question/notification/tweet/styles.js +4 -4
- package/lib/ui/gamification/question/twitter/styles.js +5 -5
- package/lib/ui/gamification/tabs/styles.js +2 -2
- package/lib/ui/gamification/user-statistics/components/rank/styles.js +6 -6
- package/lib/ui/gamification/user-statistics/components/statistic/styles.js +2 -2
- package/lib/ui/gamification/user-statistics/index.js +42 -42
- package/lib/ui/gamification/vote/expired-alert/styles.js +4 -4
- package/lib/ui/gamification/vote/feedback/index.js +15 -15
- package/lib/ui/gamification/vote/feedback/styles.js +4 -4
- package/lib/ui/gamification/vote/insight-details/styles.js +2 -2
- package/lib/ui/gamification/vote/styles.js +2 -2
- package/lib/ui/gamification/vote/twitter-details/styles.js +4 -4
- package/lib/ui/gamification/vote/vote-option/styles.d.ts +4 -4
- package/lib/ui/gamification/vote/win-bar/styles.js +10 -10
- package/lib/ui/icons/index.js +1 -2
- package/lib/ui/login/styles.js +6 -6
- package/lib/ui/navigation/button/Channels.js +7 -7
- package/lib/ui/navigation/button/FeaturedGroups.js +3 -3
- package/lib/ui/navigation/button/LeaderBoard.js +1 -1
- package/lib/ui/navigation/index.js +1 -1
- package/lib/ui/navigation/masters.d.ts +1 -1
- package/lib/ui/navigation/masters.js +2 -2
- package/lib/ui/questions/insight/styles.js +8 -8
- package/lib/ui/questions/twitter/styles.js +4 -4
- package/lib/ui/show-in/index.js +8 -8
- package/lib/ui/timer/index.js +20 -20
- package/lib/ui/video-player/styles.js +8 -8
- package/lib/utils/debug/components/bypassLogin.js +14 -14
- package/lib/utils/debug/components/developer.js +18 -18
- package/lib/utils/debug/components/envToggle.js +9 -9
- package/lib/utils/debug/components/styles.js +2 -2
- package/lib/utils/debug/storage.js +14 -32
- package/lib/utils/storage.js +14 -32
- package/package.json +33 -34
- package/lib/index-39a0b9b6.js +0 -1168
- /package/lib/{LeaderBoard_16p26hz-4ed993c7.js → LeaderBoard_fzzlxb-w40geAFS.js} +0 -0
- /package/lib/{index_4nhkck-4ed993c7.js → index_ej4hfx-w40geAFS.js} +0 -0
- /package/lib/{masters_1wv7w2k-4ed993c7.js → masters_m6itlr-w40geAFS.js} +0 -0
- /package/lib/{styles_hxnaic-4ed993c7.js → styles_z07sl8-w40geAFS.js} +0 -0
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { styled as
|
|
3
|
-
import { useState as
|
|
4
|
-
const
|
|
2
|
+
import { styled as h } from "@linaria/react";
|
|
3
|
+
import { useState as a } from "react";
|
|
4
|
+
const o = /* @__PURE__ */ h("div")({
|
|
5
5
|
name: "InputField",
|
|
6
6
|
class: "i1vlsnk4",
|
|
7
7
|
propsAsIs: !1
|
|
8
8
|
}), g = ({
|
|
9
9
|
sdk: c,
|
|
10
|
-
storage:
|
|
10
|
+
storage: n
|
|
11
11
|
}) => {
|
|
12
|
-
const [
|
|
12
|
+
const [t, d] = a(n.getSchema() || ""), [i, r] = a(n.getToken() || "");
|
|
13
13
|
return /* @__PURE__ */ l("div", {
|
|
14
|
-
children: [/* @__PURE__ */ l(
|
|
14
|
+
children: [/* @__PURE__ */ l(o, {
|
|
15
15
|
children: [/* @__PURE__ */ e("label", {
|
|
16
16
|
children: "Bypass Schema"
|
|
17
17
|
}), /* @__PURE__ */ e("input", {
|
|
18
18
|
type: "text",
|
|
19
|
-
value:
|
|
20
|
-
onChange: (
|
|
19
|
+
value: t,
|
|
20
|
+
onChange: (s) => d(s.target.value)
|
|
21
21
|
}), /* @__PURE__ */ e("button", {
|
|
22
22
|
style: {
|
|
23
23
|
visibility: "hidden"
|
|
24
24
|
},
|
|
25
25
|
children: "login"
|
|
26
26
|
})]
|
|
27
|
-
}), /* @__PURE__ */ l(
|
|
27
|
+
}), /* @__PURE__ */ l(o, {
|
|
28
28
|
children: [/* @__PURE__ */ e("label", {
|
|
29
29
|
children: "Bypass Token"
|
|
30
30
|
}), /* @__PURE__ */ e("input", {
|
|
31
31
|
type: "text",
|
|
32
|
-
disabled: !
|
|
33
|
-
value:
|
|
34
|
-
onChange: (
|
|
32
|
+
disabled: !t,
|
|
33
|
+
value: i,
|
|
34
|
+
onChange: (s) => r(s.target.value)
|
|
35
35
|
}), /* @__PURE__ */ e("button", {
|
|
36
|
-
disabled: !
|
|
36
|
+
disabled: !t || !i,
|
|
37
37
|
onClick: async () => {
|
|
38
|
-
await c.authorizationBypass(
|
|
38
|
+
await c.authorizationBypass(t, i), n.setSchema(t), n.setToken(i);
|
|
39
39
|
},
|
|
40
40
|
children: "login"
|
|
41
41
|
})]
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { jsxs as t, jsx as
|
|
1
|
+
import { jsxs as t, jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { styled as s } from "@linaria/react";
|
|
3
|
-
import { useMemo as
|
|
3
|
+
import { useMemo as v, useState as u } from "react";
|
|
4
4
|
import { DeveloperStorage as D } from "../../storage.js";
|
|
5
5
|
import { BypassLogin as I } from "./bypassLogin.js";
|
|
6
6
|
import { CopyLogs as B } from "./copyLogs.js";
|
|
7
|
-
import { EnvToggle as
|
|
8
|
-
import { EventInput as
|
|
9
|
-
import { SdkKey as
|
|
7
|
+
import { EnvToggle as x } from "./envToggle.js";
|
|
8
|
+
import { EventInput as C } from "./eventInput.js";
|
|
9
|
+
import { SdkKey as h } from "./sdkKey.js";
|
|
10
10
|
import "@streamlayer/sdk-web-storage";
|
|
11
11
|
import "./styles.js";
|
|
12
12
|
import "@nanostores/react";
|
|
@@ -23,8 +23,8 @@ const j = /* @__PURE__ */ s("div")({
|
|
|
23
23
|
name: "BurgerBtn",
|
|
24
24
|
class: "butjcq8",
|
|
25
25
|
propsAsIs: !1
|
|
26
|
-
}),
|
|
27
|
-
sdk:
|
|
26
|
+
}), J = ({
|
|
27
|
+
sdk: e,
|
|
28
28
|
sdkKey: i,
|
|
29
29
|
setSdkKey: p,
|
|
30
30
|
env: a,
|
|
@@ -33,33 +33,33 @@ const j = /* @__PURE__ */ s("div")({
|
|
|
33
33
|
setEvent: c,
|
|
34
34
|
hideAuth: f
|
|
35
35
|
}) => {
|
|
36
|
-
const r =
|
|
36
|
+
const r = v(() => new D(), []), [m, d] = u(!1);
|
|
37
37
|
return /* @__PURE__ */ t(j, {
|
|
38
38
|
children: [/* @__PURE__ */ t(A, {
|
|
39
39
|
"data-opened": m.toString(),
|
|
40
|
-
onClick: () => d((
|
|
41
|
-
children: [/* @__PURE__ */
|
|
40
|
+
onClick: () => d((g) => !g),
|
|
41
|
+
children: [/* @__PURE__ */ o("span", {}), /* @__PURE__ */ o("span", {}), /* @__PURE__ */ o("span", {})]
|
|
42
42
|
}), m && /* @__PURE__ */ t(y, {
|
|
43
|
-
children: [n && /* @__PURE__ */
|
|
43
|
+
children: [n && /* @__PURE__ */ o(x, {
|
|
44
44
|
env: a,
|
|
45
45
|
setEnv: n,
|
|
46
46
|
storage: r
|
|
47
|
-
}), p && /* @__PURE__ */
|
|
47
|
+
}), p && /* @__PURE__ */ o(h, {
|
|
48
48
|
sdkKey: i,
|
|
49
49
|
setSdkKey: p,
|
|
50
50
|
storage: r
|
|
51
|
-
}),
|
|
52
|
-
sdk:
|
|
51
|
+
}), e && /* @__PURE__ */ o(C, {
|
|
52
|
+
sdk: e,
|
|
53
53
|
storage: r,
|
|
54
54
|
event: l,
|
|
55
55
|
setEvent: c
|
|
56
|
-
}), !f &&
|
|
57
|
-
sdk:
|
|
56
|
+
}), !f && e && /* @__PURE__ */ o(I, {
|
|
57
|
+
sdk: e,
|
|
58
58
|
storage: r
|
|
59
|
-
}), /* @__PURE__ */
|
|
59
|
+
}), /* @__PURE__ */ o(B, {})]
|
|
60
60
|
})]
|
|
61
61
|
});
|
|
62
62
|
};
|
|
63
63
|
export {
|
|
64
|
-
|
|
64
|
+
J as Developer
|
|
65
65
|
};
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { jsxs as t, jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { styled as
|
|
3
|
-
const
|
|
2
|
+
import { styled as o } from "@linaria/react";
|
|
3
|
+
const p = /* @__PURE__ */ o("div")({
|
|
4
4
|
name: "Switch",
|
|
5
5
|
class: "s14ex8bw",
|
|
6
6
|
propsAsIs: !1
|
|
7
|
-
}),
|
|
7
|
+
}), h = /* @__PURE__ */ o("div")({
|
|
8
8
|
name: "SwitchInput",
|
|
9
9
|
class: "s1fwty0k",
|
|
10
10
|
propsAsIs: !1
|
|
11
11
|
}), a = ({
|
|
12
|
-
env:
|
|
13
|
-
setEnv:
|
|
12
|
+
env: c,
|
|
13
|
+
setEnv: e,
|
|
14
14
|
storage: i
|
|
15
|
-
}) => /* @__PURE__ */ t(
|
|
15
|
+
}) => /* @__PURE__ */ t(p, {
|
|
16
16
|
children: [/* @__PURE__ */ n("label", {
|
|
17
17
|
htmlFor: "slEnvCheckbox",
|
|
18
18
|
children: "Production:"
|
|
19
|
-
}), /* @__PURE__ */ t(
|
|
19
|
+
}), /* @__PURE__ */ t(h, {
|
|
20
20
|
children: [/* @__PURE__ */ n("input", {
|
|
21
21
|
id: "slEnvCheckbox",
|
|
22
22
|
type: "checkbox",
|
|
23
|
-
checked:
|
|
23
|
+
checked: c === "production",
|
|
24
24
|
onChange: () => {
|
|
25
|
-
|
|
25
|
+
e((r) => {
|
|
26
26
|
const s = r === "production" ? "development" : "production";
|
|
27
27
|
return i.setEnv(s), s;
|
|
28
28
|
});
|
|
@@ -1,52 +1,34 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var t = (s, r, e) => (i(s, typeof r != "symbol" ? r + "" : r, e), e);
|
|
4
|
-
import { Storage as h } from "@streamlayer/sdk-web-storage";
|
|
5
|
-
class d extends h {
|
|
1
|
+
import { Storage as t } from "@streamlayer/sdk-web-storage";
|
|
2
|
+
class i extends t {
|
|
6
3
|
constructor() {
|
|
7
|
-
super("dev")
|
|
8
|
-
// Schema
|
|
9
|
-
t(this, "setSchema", (e) => {
|
|
4
|
+
super("dev"), this.setSchema = (e) => {
|
|
10
5
|
this.write("schema", e);
|
|
11
|
-
})
|
|
12
|
-
t(this, "getSchema", () => this.read(
|
|
6
|
+
}, this.getSchema = () => this.read(
|
|
13
7
|
"schema"
|
|
14
8
|
/* SCHEMA */
|
|
15
|
-
))
|
|
16
|
-
// Token
|
|
17
|
-
t(this, "setToken", (e) => {
|
|
9
|
+
), this.setToken = (e) => {
|
|
18
10
|
this.write("token", e);
|
|
19
|
-
})
|
|
20
|
-
t(this, "getToken", () => this.read(
|
|
11
|
+
}, this.getToken = () => this.read(
|
|
21
12
|
"token"
|
|
22
13
|
/* TOKEN */
|
|
23
|
-
))
|
|
24
|
-
// Event
|
|
25
|
-
t(this, "setEvent", (e) => {
|
|
14
|
+
), this.setEvent = (e) => {
|
|
26
15
|
this.write("event", e);
|
|
27
|
-
})
|
|
28
|
-
t(this, "getEvent", () => this.read(
|
|
16
|
+
}, this.getEvent = () => this.read(
|
|
29
17
|
"event"
|
|
30
18
|
/* EVENT */
|
|
31
|
-
))
|
|
32
|
-
// SDK_KEY
|
|
33
|
-
t(this, "setSdkKey", (e) => {
|
|
19
|
+
), this.setSdkKey = (e) => {
|
|
34
20
|
this.write("sdkKey", e);
|
|
35
|
-
})
|
|
36
|
-
t(this, "getSdkKey", () => this.read(
|
|
21
|
+
}, this.getSdkKey = () => this.read(
|
|
37
22
|
"sdkKey"
|
|
38
23
|
/* SDK_KEY */
|
|
39
|
-
))
|
|
40
|
-
// ENV
|
|
41
|
-
t(this, "setEnv", (e) => {
|
|
24
|
+
), this.setEnv = (e) => {
|
|
42
25
|
this.write("env", e);
|
|
43
|
-
})
|
|
44
|
-
t(this, "getEnv", () => this.read(
|
|
26
|
+
}, this.getEnv = () => this.read(
|
|
45
27
|
"env"
|
|
46
28
|
/* ENV */
|
|
47
|
-
) || "production"
|
|
29
|
+
) || "production";
|
|
48
30
|
}
|
|
49
31
|
}
|
|
50
32
|
export {
|
|
51
|
-
|
|
33
|
+
i as DeveloperStorage
|
|
52
34
|
};
|
package/lib/utils/storage.js
CHANGED
|
@@ -1,52 +1,34 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
var t = (s, r, e) => (i(s, typeof r != "symbol" ? r + "" : r, e), e);
|
|
4
|
-
import { Storage as h } from "@streamlayer/sdk-web-storage";
|
|
5
|
-
class d extends h {
|
|
1
|
+
import { Storage as t } from "@streamlayer/sdk-web-storage";
|
|
2
|
+
class i extends t {
|
|
6
3
|
constructor() {
|
|
7
|
-
super("dev")
|
|
8
|
-
// Schema
|
|
9
|
-
t(this, "setSchema", (e) => {
|
|
4
|
+
super("dev"), this.setSchema = (e) => {
|
|
10
5
|
this.write("schema", e);
|
|
11
|
-
})
|
|
12
|
-
t(this, "getSchema", () => this.read(
|
|
6
|
+
}, this.getSchema = () => this.read(
|
|
13
7
|
"schema"
|
|
14
8
|
/* SCHEMA */
|
|
15
|
-
))
|
|
16
|
-
// Token
|
|
17
|
-
t(this, "setToken", (e) => {
|
|
9
|
+
), this.setToken = (e) => {
|
|
18
10
|
this.write("token", e);
|
|
19
|
-
})
|
|
20
|
-
t(this, "getToken", () => this.read(
|
|
11
|
+
}, this.getToken = () => this.read(
|
|
21
12
|
"token"
|
|
22
13
|
/* TOKEN */
|
|
23
|
-
))
|
|
24
|
-
// Event
|
|
25
|
-
t(this, "setEvent", (e) => {
|
|
14
|
+
), this.setEvent = (e) => {
|
|
26
15
|
this.write("event", e);
|
|
27
|
-
})
|
|
28
|
-
t(this, "getEvent", () => this.read(
|
|
16
|
+
}, this.getEvent = () => this.read(
|
|
29
17
|
"event"
|
|
30
18
|
/* EVENT */
|
|
31
|
-
))
|
|
32
|
-
// SDK_KEY
|
|
33
|
-
t(this, "setSdkKey", (e) => {
|
|
19
|
+
), this.setSdkKey = (e) => {
|
|
34
20
|
this.write("sdkKey", e);
|
|
35
|
-
})
|
|
36
|
-
t(this, "getSdkKey", () => this.read(
|
|
21
|
+
}, this.getSdkKey = () => this.read(
|
|
37
22
|
"sdkKey"
|
|
38
23
|
/* SDK_KEY */
|
|
39
|
-
))
|
|
40
|
-
// ENV
|
|
41
|
-
t(this, "setEnv", (e) => {
|
|
24
|
+
), this.setEnv = (e) => {
|
|
42
25
|
this.write("env", e);
|
|
43
|
-
})
|
|
44
|
-
t(this, "getEnv", () => this.read(
|
|
26
|
+
}, this.getEnv = () => this.read(
|
|
45
27
|
"env"
|
|
46
28
|
/* ENV */
|
|
47
|
-
) || "production"
|
|
29
|
+
) || "production";
|
|
48
30
|
}
|
|
49
31
|
}
|
|
50
32
|
export {
|
|
51
|
-
|
|
33
|
+
i as DeveloperStorage
|
|
52
34
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamlayer/react-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.90.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"typings": "./lib/index.d.ts",
|
|
@@ -36,23 +36,23 @@
|
|
|
36
36
|
],
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@lottiefiles/react-lottie-player": "*",
|
|
39
|
-
"@streamlayer/sl-eslib": "^5.
|
|
39
|
+
"@streamlayer/sl-eslib": "^5.63.3",
|
|
40
40
|
"@types/lodash.throttle": "^4.1.9",
|
|
41
41
|
"lodash.throttle": "^4.1.1",
|
|
42
42
|
"react-infinite-scroller": "^1.2.6",
|
|
43
|
-
"react-virtualized-auto-sizer": "^1.0.
|
|
44
|
-
"react-window": "^1.8.
|
|
43
|
+
"react-virtualized-auto-sizer": "^1.0.21",
|
|
44
|
+
"react-window": "^1.8.10",
|
|
45
45
|
"react-window-infinite-loader": "^1.0.9",
|
|
46
|
-
"@streamlayer/feature-gamification": "^0.33.
|
|
47
|
-
"@streamlayer/sdk-web": "^0.
|
|
48
|
-
"@streamlayer/sdk-web-anonymous-auth": "^0.
|
|
49
|
-
"@streamlayer/sdk-web-api": "^0.0
|
|
50
|
-
"@streamlayer/sdk-web-core": "^0.0
|
|
51
|
-
"@streamlayer/sdk-web-features": "^0.11.
|
|
52
|
-
"@streamlayer/sdk-web-interfaces": "^0.
|
|
53
|
-
"@streamlayer/sdk-web-logger": "^0.0
|
|
54
|
-
"@streamlayer/sdk-web-notifications": "^0.0.
|
|
55
|
-
"@streamlayer/sdk-web-storage": "^0.0
|
|
46
|
+
"@streamlayer/feature-gamification": "^0.33.6",
|
|
47
|
+
"@streamlayer/sdk-web": "^0.1.0",
|
|
48
|
+
"@streamlayer/sdk-web-anonymous-auth": "^0.1.0",
|
|
49
|
+
"@streamlayer/sdk-web-api": "^0.1.0",
|
|
50
|
+
"@streamlayer/sdk-web-core": "^0.1.0",
|
|
51
|
+
"@streamlayer/sdk-web-features": "^0.11.12",
|
|
52
|
+
"@streamlayer/sdk-web-interfaces": "^0.1.0",
|
|
53
|
+
"@streamlayer/sdk-web-logger": "^0.1.0",
|
|
54
|
+
"@streamlayer/sdk-web-notifications": "^0.0.7",
|
|
55
|
+
"@streamlayer/sdk-web-storage": "^0.1.0",
|
|
56
56
|
"@streamlayer/sdk-web-types": "^0.1.0"
|
|
57
57
|
},
|
|
58
58
|
"nx": {
|
|
@@ -61,40 +61,39 @@
|
|
|
61
61
|
]
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@connectrpc/connect": "^1.
|
|
65
|
-
"@connectrpc/connect-web": "^1.
|
|
64
|
+
"@connectrpc/connect": "^1.3.0",
|
|
65
|
+
"@connectrpc/connect-web": "^1.3.0",
|
|
66
66
|
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
|
67
67
|
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
|
|
68
68
|
"@linaria/babel-preset": "^5.0.4",
|
|
69
|
-
"@linaria/core": "^
|
|
70
|
-
"@linaria/
|
|
71
|
-
"@linaria/react": "^5.0.3",
|
|
72
|
-
"@linaria/vite": "^5.0.4",
|
|
69
|
+
"@linaria/core": "^6.0.0",
|
|
70
|
+
"@linaria/react": "^6.0.0",
|
|
73
71
|
"@nanostores/react": "^0.7.1",
|
|
74
|
-
"@storybook/addon-docs": "^7.
|
|
72
|
+
"@storybook/addon-docs": "^7.6.10",
|
|
75
73
|
"@storybook/addon-styling": "^1.3.7",
|
|
76
|
-
"@storybook/addon-viewport": "^7.6.
|
|
77
|
-
"@storybook/blocks": "^7.
|
|
78
|
-
"@storybook/jest": "
|
|
79
|
-
"@storybook/react": "^7.
|
|
80
|
-
"@storybook/testing-library": "
|
|
74
|
+
"@storybook/addon-viewport": "^7.6.10",
|
|
75
|
+
"@storybook/blocks": "^7.6.10",
|
|
76
|
+
"@storybook/jest": "^0.2.3",
|
|
77
|
+
"@storybook/react": "^7.6.10",
|
|
78
|
+
"@storybook/testing-library": "^0.2.2",
|
|
81
79
|
"@types/react-infinite-scroller": "^1.2.5",
|
|
82
80
|
"@types/react-window": "^1.8.8",
|
|
83
81
|
"@types/react-window-infinite-loader": "^1.0.9",
|
|
82
|
+
"@wyw-in-js/vite": "^0.2.2",
|
|
84
83
|
"esbuild-plugin-babel": "^0.2.3",
|
|
85
84
|
"glob": "^10.3.10",
|
|
86
|
-
"react": "18.2.0",
|
|
85
|
+
"react": "^18.2.0",
|
|
87
86
|
"react-auth-code-input": "^3.2.1",
|
|
88
87
|
"react-countdown-circle-timer": "^3.2.1",
|
|
89
88
|
"react-countup": "^6.5.0",
|
|
90
|
-
"react-phone-number-input": "^3.3.
|
|
89
|
+
"react-phone-number-input": "^3.3.9",
|
|
91
90
|
"rollup-plugin-node-polyfills": "^0.2.1",
|
|
92
91
|
"tslib": "^2.6.2",
|
|
93
|
-
"vite": "
|
|
94
|
-
"vite-plugin-node-polyfills": "^0.
|
|
95
|
-
"vite-plugin-svgr": "^4.
|
|
96
|
-
"vite-svg-loader": "^
|
|
97
|
-
"vite-tsconfig-paths": "^4.
|
|
98
|
-
"@streamlayer/react": "^0.
|
|
92
|
+
"vite": "^5.0.12",
|
|
93
|
+
"vite-plugin-node-polyfills": "^0.19.0",
|
|
94
|
+
"vite-plugin-svgr": "^4.2.0",
|
|
95
|
+
"vite-svg-loader": "^5.1.0",
|
|
96
|
+
"vite-tsconfig-paths": "^4.3.1",
|
|
97
|
+
"@streamlayer/react": "^0.36.0"
|
|
99
98
|
}
|
|
100
99
|
}
|