@streamlayer/react-ui 0.84.0 → 0.86.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-39a0b9b6.js +1168 -0
- package/lib/index-ba93b6b2.js +19529 -0
- package/lib/styles_hxnaic-4ed993c7.js +1 -0
- package/lib/ui/app/Features/Gamification/Leaderboard.d.ts +3 -1
- package/lib/ui/app/Features/Gamification/Leaderboard.js +18 -21
- package/lib/ui/app/Features/Gamification/Tabs.d.ts +4 -0
- package/lib/ui/app/Features/Gamification/Tabs.js +40 -78
- package/lib/ui/app/Features/Gamification/gamification-feature.js +7 -5
- package/lib/ui/app/Features/Gamification/index.d.ts +4 -0
- package/lib/ui/app/Features/Gamification/index.js +44 -40
- package/lib/ui/app/Features/index.d.ts +4 -0
- package/lib/ui/app/Features/index.js +19 -14
- package/lib/ui/app/Navigation/MastersNavigation/index.js +1 -1
- package/lib/ui/app/Notifications/index.d.ts +4 -0
- package/lib/ui/app/Notifications/index.js +105 -53
- package/lib/ui/app/Notifications/styles.d.ts +1 -0
- package/lib/ui/app/Notifications/styles.js +17 -8
- package/lib/ui/app/masters.js +60 -47
- package/lib/ui/app/useMastersApp.js +1 -1
- package/lib/ui/app/useSdkScroll.d.ts +9 -0
- package/lib/ui/app/useSdkScroll.js +93 -0
- package/lib/ui/gamification/copyNotification/index.d.ts +2 -0
- package/lib/ui/gamification/copyNotification/index.js +12 -0
- package/lib/ui/gamification/copyNotification/styles.d.ts +4 -0
- package/lib/ui/gamification/copyNotification/styles.js +19 -0
- package/lib/ui/gamification/leaderboard/index.d.ts +1 -1
- package/lib/ui/gamification/leaderboard/index.js +24 -20
- package/lib/ui/gamification/leaderboard/static.d.ts +14 -0
- package/lib/ui/gamification/leaderboard/static.js +36 -0
- package/lib/ui/gamification/leaderboard/styles.js +3 -2
- package/lib/ui/gamification/question/notification/pill/index.d.ts +2 -0
- package/lib/ui/gamification/question/notification/pill/index.js +7 -7
- package/lib/ui/gamification/question/notification/prediction-result/index.d.ts +1 -1
- package/lib/ui/gamification/vote/index.js +22 -22
- package/lib/ui/gamification/vote/vote-option/index.js +18 -18
- package/lib/ui/gamification/vote/vote-option/styles.js +2 -2
- package/lib/ui/gamification/vote/win-bar/index.js +19 -19
- package/lib/ui/gamification/vote/win-bar/styles.js +6 -6
- package/lib/ui/icons/index.d.ts +1 -0
- package/lib/ui/icons/index.js +43 -42
- package/lib/ui/navigation/masters.js +1 -1
- package/lib/ui/show-in/index.js +2 -2
- package/lib/ui/theme/theme.js +19 -18
- package/package.json +8 -6
- /package/lib/{masters_k70xsy-4ed993c7.js → masters_1wv7w2k-4ed993c7.js} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamlayer/react-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.86.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"typings": "./lib/index.d.ts",
|
|
@@ -39,18 +39,19 @@
|
|
|
39
39
|
"@streamlayer/sl-eslib": "^5.61.0",
|
|
40
40
|
"@types/lodash.throttle": "^4.1.9",
|
|
41
41
|
"lodash.throttle": "^4.1.1",
|
|
42
|
+
"react-infinite-scroller": "^1.2.6",
|
|
42
43
|
"react-virtualized-auto-sizer": "^1.0.20",
|
|
43
44
|
"react-window": "^1.8.9",
|
|
44
45
|
"react-window-infinite-loader": "^1.0.9",
|
|
45
|
-
"@streamlayer/feature-gamification": "^0.
|
|
46
|
+
"@streamlayer/feature-gamification": "^0.31.0",
|
|
46
47
|
"@streamlayer/sdk-web": "^0.29.5",
|
|
47
48
|
"@streamlayer/sdk-web-anonymous-auth": "^0.11.30",
|
|
48
49
|
"@streamlayer/sdk-web-api": "^0.1.0",
|
|
49
50
|
"@streamlayer/sdk-web-core": "^0.1.0",
|
|
50
|
-
"@streamlayer/sdk-web-features": "^0.11.
|
|
51
|
-
"@streamlayer/sdk-web-interfaces": "^0.18.
|
|
51
|
+
"@streamlayer/sdk-web-features": "^0.11.4",
|
|
52
|
+
"@streamlayer/sdk-web-interfaces": "^0.18.20",
|
|
52
53
|
"@streamlayer/sdk-web-logger": "^0.0.1",
|
|
53
|
-
"@streamlayer/sdk-web-notifications": "^0.0.
|
|
54
|
+
"@streamlayer/sdk-web-notifications": "^0.0.4",
|
|
54
55
|
"@streamlayer/sdk-web-storage": "^0.0.4",
|
|
55
56
|
"@streamlayer/sdk-web-types": "^0.1.0"
|
|
56
57
|
},
|
|
@@ -77,6 +78,7 @@
|
|
|
77
78
|
"@storybook/jest": "~0.2.3",
|
|
78
79
|
"@storybook/react": "^7.5.3",
|
|
79
80
|
"@storybook/testing-library": "~0.2.2",
|
|
81
|
+
"@types/react-infinite-scroller": "^1.2.5",
|
|
80
82
|
"@types/react-window": "^1.8.8",
|
|
81
83
|
"@types/react-window-infinite-loader": "^1.0.9",
|
|
82
84
|
"esbuild-plugin-babel": "^0.2.3",
|
|
@@ -93,6 +95,6 @@
|
|
|
93
95
|
"vite-plugin-svgr": "^4.1.0",
|
|
94
96
|
"vite-svg-loader": "^4.0.0",
|
|
95
97
|
"vite-tsconfig-paths": "^4.2.1",
|
|
96
|
-
"@streamlayer/react": "^0.
|
|
98
|
+
"@streamlayer/react": "^0.34.1"
|
|
97
99
|
}
|
|
98
100
|
}
|
|
File without changes
|