reachat 3.0.0 → 3.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/dist/{CSVFileRenderer-C2tuexJf.js → CSVFileRenderer-C2E4Xnkz.js} +2 -2
- package/dist/{CSVFileRenderer-C2tuexJf.js.map → CSVFileRenderer-C2E4Xnkz.js.map} +1 -1
- package/dist/{DefaultFileRenderer-CJ3jwiQa.js → DefaultFileRenderer-Day12qYs.js} +2 -2
- package/dist/{DefaultFileRenderer-CJ3jwiQa.js.map → DefaultFileRenderer-Day12qYs.js.map} +1 -1
- package/dist/docs.json +16 -16
- package/dist/{index-8tlsyFe-.js → index-CZSBRZbI.js} +70 -99
- package/dist/index-CZSBRZbI.js.map +1 -0
- package/dist/index.css +75 -1077
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +69 -98
- package/dist/index.umd.cjs.map +1 -1
- package/dist/stories/Changelog.mdx +1 -1
- package/dist/stories/Intro.mdx +1 -1
- package/package.json +24 -25
- package/dist/index-8tlsyFe-.js.map +0 -1
package/dist/stories/Intro.mdx
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "reachat",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "Chat UI for Building LLMs",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build-storybook": "storybook build",
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
"start": "storybook dev -p 9009",
|
|
17
17
|
"test": "vitest --passWithNoTests",
|
|
18
18
|
"test:coverage": "vitest run --coverage --passWithNoTests",
|
|
19
|
+
"test:visual": "test-storybook --url http://localhost:9009",
|
|
20
|
+
"test:visual:update": "test-storybook --url http://localhost:9009 --updateSnapshot",
|
|
19
21
|
"prepare": "husky install"
|
|
20
22
|
},
|
|
21
23
|
"license": "Apache-2.0",
|
|
@@ -50,15 +52,17 @@
|
|
|
50
52
|
"@tiptap/extension-paragraph": "^3.15.3",
|
|
51
53
|
"@tiptap/extension-placeholder": "^3.15.3",
|
|
52
54
|
"@tiptap/extension-text": "^3.15.3",
|
|
55
|
+
"@tiptap/extensions": "^3.20.4",
|
|
53
56
|
"@tiptap/pm": "^3.15.3",
|
|
54
57
|
"@tiptap/react": "^3.15.3",
|
|
58
|
+
"@tiptap/suggestion": "^3.20.4",
|
|
55
59
|
"date-fns": "^4.1.0",
|
|
56
60
|
"katex": "^0.16.11",
|
|
57
61
|
"lodash": "^4.17.21",
|
|
58
62
|
"mdast-util-find-and-replace": "^3.0.1",
|
|
59
63
|
"motion": "^12.4.2",
|
|
60
|
-
"reablocks": "^
|
|
61
|
-
"react-markdown": "^
|
|
64
|
+
"reablocks": "^10.0.0-beta.1",
|
|
65
|
+
"react-markdown": "^10.0.0",
|
|
62
66
|
"react-syntax-highlighter": "^16.1.0",
|
|
63
67
|
"reakeys": "^2.0.3",
|
|
64
68
|
"rehype-katex": "^7.0.0",
|
|
@@ -81,61 +85,56 @@
|
|
|
81
85
|
}
|
|
82
86
|
},
|
|
83
87
|
"devDependencies": {
|
|
84
|
-
"@storybook/addon-docs": "^
|
|
85
|
-
"@storybook/addon-
|
|
86
|
-
"@storybook/
|
|
87
|
-
"@storybook/
|
|
88
|
-
"@storybook/
|
|
89
|
-
"@storybook/manager-api": "^8.2.6",
|
|
90
|
-
"@storybook/preview-api": "^8.2.6",
|
|
91
|
-
"@storybook/react": "^8.2.6",
|
|
92
|
-
"@storybook/react-vite": "^8.2.6",
|
|
93
|
-
"@storybook/theming": "^8.2.6",
|
|
88
|
+
"@storybook/addon-docs": "^10.0.0",
|
|
89
|
+
"@storybook/addon-themes": "^10.0.0",
|
|
90
|
+
"@storybook/react": "^10.0.0",
|
|
91
|
+
"@storybook/react-vite": "^10.0.0",
|
|
92
|
+
"@storybook/test-runner": "^0.24.0",
|
|
94
93
|
"@tailwindcss/cli": "^4.0.3",
|
|
95
94
|
"@tailwindcss/postcss": "^4.0.1",
|
|
96
95
|
"@tailwindcss/vite": "^4.0.6",
|
|
97
|
-
"@types/classnames": "^2.3.1",
|
|
98
96
|
"@types/lodash": "^4.17.21",
|
|
99
97
|
"@types/mdast": "^4.0.4",
|
|
100
|
-
"@types/react": "^
|
|
101
|
-
"@types/react-dom": "^
|
|
98
|
+
"@types/react": "^19.0.0",
|
|
99
|
+
"@types/react-dom": "^19.0.0",
|
|
102
100
|
"@typescript-eslint/eslint-plugin": "^7.6.0",
|
|
103
101
|
"@typescript-eslint/parser": "^7.6.0",
|
|
104
|
-
"@vitejs/plugin-react": "^
|
|
105
|
-
"@vitest/coverage-v8": "^
|
|
102
|
+
"@vitejs/plugin-react": "^5.0.0",
|
|
103
|
+
"@vitest/coverage-v8": "^3.2.0",
|
|
106
104
|
"autoprefixer": "^10.4.19",
|
|
107
105
|
"eslint": "^8.57.0",
|
|
108
106
|
"eslint-config-prettier": "^9.1.0",
|
|
109
107
|
"eslint-plugin-no-relative-import-paths": "^1.5.4",
|
|
110
108
|
"eslint-plugin-react": "^7.34.1",
|
|
111
109
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
112
|
-
"eslint-plugin-storybook": "^0.
|
|
110
|
+
"eslint-plugin-storybook": "^0.12.0",
|
|
113
111
|
"fast-glob": "^3.3.2",
|
|
114
112
|
"husky": "^9.0.11",
|
|
113
|
+
"jest-image-snapshot": "^6.4.0",
|
|
115
114
|
"jsdom": "^24.0.0",
|
|
116
115
|
"lint-staged": "^15.2.2",
|
|
117
116
|
"postcss": "^8.4.39",
|
|
118
117
|
"postcss-nested": "^6.0.1",
|
|
119
118
|
"postcss-preset-env": "^9.5.2",
|
|
120
119
|
"prettier": "^3.2.5",
|
|
121
|
-
"react": "^
|
|
120
|
+
"react": "^19.0.0",
|
|
122
121
|
"react-docgen-typescript": "^2.2.2",
|
|
123
|
-
"react-dom": "^
|
|
122
|
+
"react-dom": "^19.0.0",
|
|
124
123
|
"reaviz": "^16.1.1",
|
|
125
124
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
126
|
-
"storybook": "^
|
|
125
|
+
"storybook": "^10.0.0",
|
|
127
126
|
"tailwindcss": "^4.0.0",
|
|
128
127
|
"tw-colors": "^3.3.1",
|
|
129
128
|
"typescript": "^5.9.3",
|
|
130
129
|
"typescript-rewrite-paths": "^1.3.1",
|
|
131
|
-
"vite": "^
|
|
132
|
-
"vite-plugin-checker": "^0.
|
|
130
|
+
"vite": "^7.0.0",
|
|
131
|
+
"vite-plugin-checker": "^0.12.0",
|
|
133
132
|
"vite-plugin-css-injected-by-js": "^3.5.0",
|
|
134
133
|
"vite-plugin-dts": "^4.5.0",
|
|
135
134
|
"vite-plugin-static-copy": "^3.1.1",
|
|
136
135
|
"vite-plugin-svgr": "^4.2.0",
|
|
137
136
|
"vite-tsconfig-paths": "^4.3.2",
|
|
138
|
-
"vitest": "^
|
|
137
|
+
"vitest": "^3.2.0"
|
|
139
138
|
},
|
|
140
139
|
"prettier": {
|
|
141
140
|
"semi": true,
|