@streamlayer/react-ui 0.90.0 → 0.91.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/ui/app/Features/Gamification/Friends.d.ts +1 -0
- package/lib/ui/app/Features/Gamification/Friends.js +12 -7
- package/lib/ui/app/Features/Gamification/Leaderboard.d.ts +1 -0
- package/lib/ui/app/Features/Gamification/Leaderboard.js +31 -35
- package/lib/ui/app/Features/Gamification/Tabs.d.ts +1 -0
- package/lib/ui/app/Features/Gamification/Tabs.js +34 -22
- package/lib/ui/app/Features/Gamification/gamification-feature.js +5 -3
- package/lib/ui/app/Features/Gamification/index.js +13 -10
- package/lib/ui/app/Notifications/Onboarding/index.js +6 -4
- package/lib/ui/app/Notifications/index.js +24 -22
- package/lib/ui/app/masters.js +6 -4
- package/lib/ui/app/useClipboardCopy.d.ts +2 -0
- package/lib/ui/app/useClipboardCopy.js +11 -0
- package/lib/ui/gamification/onboarding/index.js +25 -21
- package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/index.d.ts +1 -0
- package/lib/ui/gamification/onboarding/slides/onboarding-invite-card/index.js +37 -35
- package/lib/{index-jRXrW6ie.js → useClipboardCopy-E5rEe6It.js} +1537 -1513
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamlayer/react-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.91.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"typings": "./lib/index.d.ts",
|
|
@@ -43,17 +43,17 @@
|
|
|
43
43
|
"react-virtualized-auto-sizer": "^1.0.21",
|
|
44
44
|
"react-window": "^1.8.10",
|
|
45
45
|
"react-window-infinite-loader": "^1.0.9",
|
|
46
|
-
"@streamlayer/feature-gamification": "^0.
|
|
46
|
+
"@streamlayer/feature-gamification": "^0.34.0",
|
|
47
47
|
"@streamlayer/sdk-web": "^0.1.0",
|
|
48
|
-
"@streamlayer/sdk-web-anonymous-auth": "^0.1
|
|
49
|
-
"@streamlayer/sdk-web-api": "^0.
|
|
50
|
-
"@streamlayer/sdk-web-core": "^0.
|
|
51
|
-
"@streamlayer/sdk-web-features": "^0.11.
|
|
52
|
-
"@streamlayer/sdk-web-interfaces": "^0.
|
|
53
|
-
"@streamlayer/sdk-web-logger": "^0.
|
|
54
|
-
"@streamlayer/sdk-web-notifications": "^0.
|
|
55
|
-
"@streamlayer/sdk-web-storage": "^0.
|
|
56
|
-
"@streamlayer/sdk-web-types": "^0.1
|
|
48
|
+
"@streamlayer/sdk-web-anonymous-auth": "^0.0.1",
|
|
49
|
+
"@streamlayer/sdk-web-api": "^0.18.0",
|
|
50
|
+
"@streamlayer/sdk-web-core": "^0.17.8",
|
|
51
|
+
"@streamlayer/sdk-web-features": "^0.11.13",
|
|
52
|
+
"@streamlayer/sdk-web-interfaces": "^0.18.21",
|
|
53
|
+
"@streamlayer/sdk-web-logger": "^0.5.10",
|
|
54
|
+
"@streamlayer/sdk-web-notifications": "^0.13.4",
|
|
55
|
+
"@streamlayer/sdk-web-storage": "^0.3.10",
|
|
56
|
+
"@streamlayer/sdk-web-types": "^0.20.1"
|
|
57
57
|
},
|
|
58
58
|
"nx": {
|
|
59
59
|
"implicitDependencies": [
|
|
@@ -94,6 +94,6 @@
|
|
|
94
94
|
"vite-plugin-svgr": "^4.2.0",
|
|
95
95
|
"vite-svg-loader": "^5.1.0",
|
|
96
96
|
"vite-tsconfig-paths": "^4.3.1",
|
|
97
|
-
"@streamlayer/react": "^0.36.
|
|
97
|
+
"@streamlayer/react": "^0.36.1"
|
|
98
98
|
}
|
|
99
99
|
}
|