@xiping/react-components 0.0.66 → 0.0.67
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/README.md +10 -2
- package/dist/cjs/components/txt-reader/TxtReader.d.ts +4 -0
- package/dist/cjs/components/txt-reader/TxtReader.js +1 -1
- package/dist/cjs/react-components.css +1 -1
- package/dist/es/components/txt-reader/TxtReader.d.ts +4 -0
- package/dist/es/components/txt-reader/TxtReader.js +69 -57
- package/dist/es/react-components.css +1 -1
- package/package.json +16 -17
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xiping/react-components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.67",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
7
7
|
"module": "./dist/es/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@heroui/button": "^2.2.10",
|
|
37
|
-
"@heroui/modal": "^2.2.
|
|
37
|
+
"@heroui/modal": "^2.2.8",
|
|
38
38
|
"@heroui/spinner": "^2.2.7",
|
|
39
39
|
"@nextui-org/theme": "^2.4.5",
|
|
40
40
|
"@radix-ui/react-scroll-area": "^1.2.2",
|
|
@@ -44,9 +44,8 @@
|
|
|
44
44
|
"axios": "^1.7.9",
|
|
45
45
|
"clsx": "^2.1.1",
|
|
46
46
|
"dayjs": "^1.11.13",
|
|
47
|
-
"framer-motion": "^12.0.0",
|
|
48
47
|
"lodash-es": "^4.17.21",
|
|
49
|
-
"motion": "^
|
|
48
|
+
"motion": "^12.0.6",
|
|
50
49
|
"react": "^18.3.1",
|
|
51
50
|
"react-dom": "^18.3.1",
|
|
52
51
|
"react-icons": "^5.4.0",
|
|
@@ -55,22 +54,22 @@
|
|
|
55
54
|
},
|
|
56
55
|
"devDependencies": {
|
|
57
56
|
"@chromatic-com/storybook": "^3.2.4",
|
|
58
|
-
"@eslint/js": "^9.
|
|
57
|
+
"@eslint/js": "^9.19.0",
|
|
59
58
|
"@faker-js/faker": "^9.4.0",
|
|
60
|
-
"@storybook/addon-essentials": "^8.5.
|
|
61
|
-
"@storybook/addon-interactions": "^8.5.
|
|
62
|
-
"@storybook/addon-onboarding": "^8.5.
|
|
63
|
-
"@storybook/blocks": "^8.5.
|
|
64
|
-
"@storybook/react": "^8.5.
|
|
65
|
-
"@storybook/react-vite": "^8.5.
|
|
66
|
-
"@storybook/test": "^8.5.
|
|
59
|
+
"@storybook/addon-essentials": "^8.5.2",
|
|
60
|
+
"@storybook/addon-interactions": "^8.5.2",
|
|
61
|
+
"@storybook/addon-onboarding": "^8.5.2",
|
|
62
|
+
"@storybook/blocks": "^8.5.2",
|
|
63
|
+
"@storybook/react": "^8.5.2",
|
|
64
|
+
"@storybook/react-vite": "^8.5.1",
|
|
65
|
+
"@storybook/test": "^8.5.2",
|
|
67
66
|
"@types/lodash-es": "^4.17.12",
|
|
68
|
-
"@types/node": "^22.
|
|
67
|
+
"@types/node": "^22.12.0",
|
|
69
68
|
"@types/react": "^18.3.18",
|
|
70
69
|
"@types/react-dom": "^18.3.5",
|
|
71
70
|
"@vitejs/plugin-react": "^4.3.4",
|
|
72
71
|
"autoprefixer": "^10.4.20",
|
|
73
|
-
"eslint": "^9.
|
|
72
|
+
"eslint": "^9.19.0",
|
|
74
73
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
75
74
|
"eslint-plugin-react-refresh": "^0.4.18",
|
|
76
75
|
"eslint-plugin-storybook": "^0.11.2",
|
|
@@ -78,13 +77,13 @@
|
|
|
78
77
|
"postcss": "^8.5.1",
|
|
79
78
|
"prettier": "^3.4.2",
|
|
80
79
|
"sharp": "^0.33.5",
|
|
81
|
-
"storybook": "^8.5.
|
|
80
|
+
"storybook": "^8.5.2",
|
|
82
81
|
"svgo": "^3.3.2",
|
|
83
82
|
"tailwind-merge": "^2.6.0",
|
|
84
83
|
"tailwindcss": "^3.4.17",
|
|
85
84
|
"tailwindcss-safe-area": "^0.6.0",
|
|
86
85
|
"typescript": "~5.6.3",
|
|
87
|
-
"typescript-eslint": "^8.
|
|
86
|
+
"typescript-eslint": "^8.22.0",
|
|
88
87
|
"vite": "^6.0.11",
|
|
89
88
|
"vite-plugin-dts": "^4.5.0",
|
|
90
89
|
"vite-plugin-image-optimizer": "^1.1.8",
|
|
@@ -99,5 +98,5 @@
|
|
|
99
98
|
"engines": {
|
|
100
99
|
"node": ">=18"
|
|
101
100
|
},
|
|
102
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "ff3ca0aa8c7890787195fc3e98ef8bf2950d664f"
|
|
103
102
|
}
|