@weavy/uikit-react 22.2.1 → 23.1.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/changelog.md +58 -0
- package/dist/types/blocks/WyChat.d.ts +2 -2
- package/dist/types/blocks/WyFiles.d.ts +2 -2
- package/dist/types/blocks/WyMessenger.d.ts +2 -2
- package/dist/types/blocks/WyPosts.d.ts +2 -2
- package/dist/types/components/WyAttachment.d.ts +2 -2
- package/dist/types/components/WyCloudFiles.d.ts +2 -2
- package/dist/types/components/WyComment.d.ts +2 -2
- package/dist/types/components/WyConversation.d.ts +1 -1
- package/dist/types/components/WyConversationList.d.ts +1 -1
- package/dist/types/components/WyEditor.d.ts +2 -2
- package/dist/types/components/WyEmbed.d.ts +1 -1
- package/dist/types/components/WyFileItem.d.ts +2 -2
- package/dist/types/components/WyFileMenu.d.ts +2 -2
- package/dist/types/components/WyFileVersions.d.ts +2 -2
- package/dist/types/components/WyFilesAppbar.d.ts +2 -2
- package/dist/types/components/WyFilesList.d.ts +2 -2
- package/dist/types/components/WyImageGrid.d.ts +2 -2
- package/dist/types/components/WyMessage.d.ts +2 -2
- package/dist/types/components/WyOverlay.d.ts +1 -1
- package/dist/types/components/WyPoll.d.ts +1 -1
- package/dist/types/components/WyPost.d.ts +1 -1
- package/dist/types/components/WyPreview.d.ts +1 -1
- package/dist/types/components/WyReactions.d.ts +1 -1
- package/dist/types/components/WySheet.d.ts +1 -1
- package/dist/types/components/WyUsersSearch.d.ts +2 -2
- package/dist/types/hooks/useWeavy.d.ts +1 -1
- package/dist/weavy.es5.esm.js +1 -1
- package/dist/weavy.es5.umd.cjs +1 -1
- package/dist/weavy.esm.js +42766 -40825
- package/dist/weavy.umd.cjs +1972 -1676
- package/lib/blocks/WyChat.tsx +2 -0
- package/lib/blocks/WyContext.tsx +2 -0
- package/lib/blocks/WyFiles.tsx +2 -0
- package/lib/blocks/WyMessenger.tsx +2 -0
- package/lib/blocks/WyPosts.tsx +2 -0
- package/package.json +20 -19
package/lib/blocks/WyChat.tsx
CHANGED
package/lib/blocks/WyContext.tsx
CHANGED
package/lib/blocks/WyFiles.tsx
CHANGED
package/lib/blocks/WyPosts.tsx
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weavy/uikit-react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.1.0",
|
|
4
4
|
"author": "Weavy",
|
|
5
5
|
"description": "React components UI-kit for Weavy",
|
|
6
6
|
"homepage": "https://github.com/weavy/weavy-uikit-react",
|
|
@@ -35,34 +35,35 @@
|
|
|
35
35
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@lit/react": "^1.0.
|
|
39
|
-
"@weavy/uikit-web": "^
|
|
38
|
+
"@lit/react": "^1.0.5",
|
|
39
|
+
"@weavy/uikit-web": "^23.1.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"react": "
|
|
43
|
-
"react-dom": "
|
|
42
|
+
"react": "^18.3.1",
|
|
43
|
+
"react-dom": "^18.3.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@babel/preset-env": "^7.24.
|
|
47
|
-
"@babel/preset-react": "^7.24.
|
|
46
|
+
"@babel/preset-env": "^7.24.6",
|
|
47
|
+
"@babel/preset-react": "^7.24.6",
|
|
48
48
|
"@rollup/plugin-babel": "^6.0.4",
|
|
49
49
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
50
|
-
"@types/node": "^20.12.
|
|
51
|
-
"@types/react": "^18.
|
|
52
|
-
"@types/react-dom": "^18.
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
54
|
-
"@typescript-eslint/parser": "^7.
|
|
55
|
-
"@vitejs/plugin-react": "^4.
|
|
50
|
+
"@types/node": "^20.12.13",
|
|
51
|
+
"@types/react": "^18.3.3",
|
|
52
|
+
"@types/react-dom": "^18.3.0",
|
|
53
|
+
"@typescript-eslint/eslint-plugin": "^7.11.0",
|
|
54
|
+
"@typescript-eslint/parser": "^7.11.0",
|
|
55
|
+
"@vitejs/plugin-react": "^4.3.0",
|
|
56
56
|
"dotenv": "^16.3.2",
|
|
57
57
|
"eslint": "^8.55.0",
|
|
58
|
-
"eslint-plugin-react-hooks": "^4.6.
|
|
59
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
58
|
+
"eslint-plugin-react-hooks": "^4.6.2",
|
|
59
|
+
"eslint-plugin-react-refresh": "^0.4.7",
|
|
60
60
|
"npm-run-all": "^4.1.5",
|
|
61
|
-
"rimraf": "^5.0.
|
|
62
|
-
"
|
|
61
|
+
"rimraf": "^5.0.7",
|
|
62
|
+
"rollup-preserve-directives": "^1.1.1",
|
|
63
|
+
"sass": "^1.77.4",
|
|
63
64
|
"typescript": "^5.4.5",
|
|
64
|
-
"vite": "^5.2.
|
|
65
|
-
"vite-plugin-dts": "^3.
|
|
65
|
+
"vite": "^5.2.12",
|
|
66
|
+
"vite-plugin-dts": "^3.9.1"
|
|
66
67
|
},
|
|
67
68
|
"engines": {
|
|
68
69
|
"node": ">=20.10.0",
|