@xiping/react-components 1.0.10 → 1.0.12
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/dist/cjs/components/image-viewer/ImageViewer.js +1 -1
- package/dist/cjs/components/qr-code/index.d.ts +116 -0
- package/dist/cjs/components/toast/index.d.ts +4 -0
- package/dist/cjs/react-components.css +1 -1
- package/dist/es/components/image-viewer/ImageViewer.js +38 -29
- package/dist/es/components/qr-code/index.d.ts +116 -0
- package/dist/es/components/toast/index.d.ts +4 -0
- package/dist/es/react-components.css +1 -1
- package/package.json +31 -33
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xiping/react-components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.12",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
7
7
|
"module": "./dist/es/index.js",
|
|
@@ -33,65 +33,63 @@
|
|
|
33
33
|
"react-dom": ">=18 || >= 19"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@heroui/button": "^2.2.
|
|
37
|
-
"@heroui/modal": "^2.2.
|
|
38
|
-
"@heroui/spinner": "^2.2.
|
|
36
|
+
"@heroui/button": "^2.2.21",
|
|
37
|
+
"@heroui/modal": "^2.2.18",
|
|
38
|
+
"@heroui/spinner": "^2.2.18",
|
|
39
39
|
"@monaco-editor/react": "4.7.0",
|
|
40
40
|
"@nextui-org/theme": "^2.4.5",
|
|
41
|
-
"@radix-ui/react-scroll-area": "^1.2.
|
|
42
|
-
"@react-spring/web": "^
|
|
41
|
+
"@radix-ui/react-scroll-area": "^1.2.9",
|
|
42
|
+
"@react-spring/web": "^10.0.1",
|
|
43
43
|
"@use-gesture/react": "^10.3.1",
|
|
44
44
|
"@xiping/llm-utils": "1.0.10",
|
|
45
|
-
"ahooks": "^3.8.
|
|
46
|
-
"axios": "^1.
|
|
45
|
+
"ahooks": "^3.8.5",
|
|
46
|
+
"axios": "^1.10.0",
|
|
47
47
|
"class-variance-authority": "^0.7.1",
|
|
48
48
|
"clsx": "^2.1.1",
|
|
49
49
|
"dayjs": "^1.11.13",
|
|
50
50
|
"lodash-es": "^4.17.21",
|
|
51
|
-
"motion": "^12.
|
|
51
|
+
"motion": "^12.17.0",
|
|
52
|
+
"qrcode.react": "^4.2.0",
|
|
52
53
|
"react": "^18.3.1",
|
|
53
54
|
"react-dom": "^18.3.1",
|
|
55
|
+
"react-hot-toast": "^2.5.2",
|
|
54
56
|
"react-icons": "^5.5.0",
|
|
55
57
|
"react-markdown": "^10.1.0",
|
|
56
58
|
"react-resizable-panels": "^2.1.9",
|
|
57
|
-
"react-router-dom": "^7.6.
|
|
58
|
-
"zustand": "^5.0.
|
|
59
|
+
"react-router-dom": "^7.6.2",
|
|
60
|
+
"zustand": "^5.0.5"
|
|
59
61
|
},
|
|
60
62
|
"devDependencies": {
|
|
61
|
-
"@chromatic-com/storybook": "^
|
|
62
|
-
"@eslint/js": "^9.
|
|
63
|
-
"@faker-js/faker": "^9.
|
|
64
|
-
"@storybook/addon-
|
|
65
|
-
"@storybook/addon-
|
|
66
|
-
"@storybook/
|
|
67
|
-
"@storybook/blocks": "^8.6.12",
|
|
68
|
-
"@storybook/react": "^8.6.12",
|
|
69
|
-
"@storybook/react-vite": "^8.6.12",
|
|
70
|
-
"@storybook/test": "^8.6.12",
|
|
63
|
+
"@chromatic-com/storybook": "^4.0.0",
|
|
64
|
+
"@eslint/js": "^9.29.0",
|
|
65
|
+
"@faker-js/faker": "^9.8.0",
|
|
66
|
+
"@storybook/addon-docs": "^9.0.10",
|
|
67
|
+
"@storybook/addon-onboarding": "^9.0.9",
|
|
68
|
+
"@storybook/react-vite": "^9.0.9",
|
|
71
69
|
"@types/lodash-es": "^4.17.12",
|
|
72
|
-
"@types/node": "^22.15.
|
|
73
|
-
"@types/react": "^18.3.
|
|
70
|
+
"@types/node": "^22.15.31",
|
|
71
|
+
"@types/react": "^18.3.23",
|
|
74
72
|
"@types/react-dom": "^18.3.7",
|
|
75
|
-
"@vitejs/plugin-react": "^4.
|
|
73
|
+
"@vitejs/plugin-react": "^4.5.2",
|
|
76
74
|
"autoprefixer": "^10.4.21",
|
|
77
|
-
"eslint": "^9.
|
|
75
|
+
"eslint": "^9.29.0",
|
|
78
76
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
79
77
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
80
|
-
"eslint-plugin-storybook": "^0.
|
|
81
|
-
"globals": "^16.
|
|
82
|
-
"postcss": "^8.5.
|
|
78
|
+
"eslint-plugin-storybook": "^9.0.10",
|
|
79
|
+
"globals": "^16.2.0",
|
|
80
|
+
"postcss": "^8.5.5",
|
|
83
81
|
"rollup-preserve-directives": "^1.1.3",
|
|
84
|
-
"sharp": "^0.34.
|
|
85
|
-
"storybook": "^
|
|
82
|
+
"sharp": "^0.34.2",
|
|
83
|
+
"storybook": "^9.0.9",
|
|
86
84
|
"svgo": "^3.3.2",
|
|
87
85
|
"tailwind-merge": "^2.6.0",
|
|
88
86
|
"tailwind-scrollbar": "^3.1.0",
|
|
89
87
|
"tailwindcss": "^3.4.17",
|
|
90
88
|
"tailwindcss-safe-area": "^0.6.0",
|
|
91
89
|
"typescript": "^5.8.3",
|
|
92
|
-
"typescript-eslint": "^8.
|
|
90
|
+
"typescript-eslint": "^8.34.0",
|
|
93
91
|
"vite": "^6.3.5",
|
|
94
|
-
"vite-plugin-dts": "^4.5.
|
|
92
|
+
"vite-plugin-dts": "^4.5.4",
|
|
95
93
|
"vite-plugin-image-optimizer": "^1.1.8",
|
|
96
94
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
97
95
|
"vite-plugin-zip-pack": "^1.2.4",
|
|
@@ -104,5 +102,5 @@
|
|
|
104
102
|
"engines": {
|
|
105
103
|
"node": ">=20"
|
|
106
104
|
},
|
|
107
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "94b9351a8cb37cbfca40d528f06e1513243fe6b8"
|
|
108
106
|
}
|