@factorialco/f0-react 1.337.2 → 1.338.1
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/{AiChatTranslationsProvider-k5c3RG4K.js → AiChatTranslationsProvider-BKb05OK7.js} +1 -1
- package/dist/{DataCollectionStorageProvider-DtHPdndA.js → DataCollectionStorageProvider-4dXvrEW_.js} +1 -1
- package/dist/ai.d.ts +5 -5
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +79 -5
- package/dist/experimental.js +7524 -7436
- package/dist/f0.d.ts +5 -5
- package/dist/f0.js +5 -5
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/dist/{index-b5h4qera.js → index-DVftYrQG.js} +9 -9
- package/dist/styles.css +1 -1
- package/package.json +129 -127
package/package.json
CHANGED
|
@@ -1,141 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@factorialco/f0-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.338.1",
|
|
4
4
|
"main": "dist/f0.js",
|
|
5
5
|
"typings": "dist/f0.d.ts",
|
|
6
6
|
"private": false,
|
|
7
|
-
"type": "module",
|
|
8
|
-
"sideEffects": [
|
|
9
|
-
"**/*.css"
|
|
10
|
-
],
|
|
11
7
|
"files": [
|
|
12
8
|
"assets",
|
|
9
|
+
"dist",
|
|
13
10
|
"flags",
|
|
14
11
|
"icons",
|
|
15
|
-
"
|
|
12
|
+
"postcss.config.js",
|
|
16
13
|
"styles.css",
|
|
17
|
-
"tailwind.config.ts"
|
|
18
|
-
|
|
14
|
+
"tailwind.config.ts"
|
|
15
|
+
],
|
|
16
|
+
"type": "module",
|
|
17
|
+
"sideEffects": [
|
|
18
|
+
"**/*.css"
|
|
19
19
|
],
|
|
20
|
-
"peerDependencies": {
|
|
21
|
-
"@copilotkit/react-core": "^1.10.6",
|
|
22
|
-
"@copilotkit/react-ui": "^1.10.6",
|
|
23
|
-
"@copilotkit/runtime": "^1.10.6",
|
|
24
|
-
"@copilotkit/shared": "^1.10.6",
|
|
25
|
-
"@hookform/resolvers": "^3.9.0",
|
|
26
|
-
"@number-flow/react": "^0.5.10",
|
|
27
|
-
"@radix-ui/react-accordion": "^1.1.2",
|
|
28
|
-
"@radix-ui/react-avatar": "^1.0.4",
|
|
29
|
-
"@radix-ui/react-checkbox": "^1.0.4",
|
|
30
|
-
"@radix-ui/react-collapsible": "^1.1.2",
|
|
31
|
-
"@radix-ui/react-dialog": "^1.1.4",
|
|
32
|
-
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
33
|
-
"@radix-ui/react-label": "^2.1.0",
|
|
34
|
-
"@radix-ui/react-navigation-menu": "^1.2.0",
|
|
35
|
-
"@radix-ui/react-popover": "^1.0.7",
|
|
36
|
-
"@radix-ui/react-progress": "^1.1.0",
|
|
37
|
-
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
38
|
-
"@radix-ui/react-select": "^2.0.0",
|
|
39
|
-
"@radix-ui/react-slot": "^1.1.0",
|
|
40
|
-
"@radix-ui/react-tabs": "^1.0.4",
|
|
41
|
-
"@radix-ui/react-toggle": "^1.1.0",
|
|
42
|
-
"@radix-ui/react-toggle-group": "^1.1.0",
|
|
43
|
-
"@radix-ui/react-tooltip": "^1.0.7",
|
|
44
|
-
"@tailwindcss/container-queries": "^0.1.1",
|
|
45
|
-
"canvas-confetti": "^1.9.3",
|
|
46
|
-
"clsx": "^2.1.1",
|
|
47
|
-
"date-fns": "^3.6.0",
|
|
48
|
-
"lucide-react": "^0.383.0",
|
|
49
|
-
"motion": "^12",
|
|
50
|
-
"nanoid": "^5.0.7",
|
|
51
|
-
"react": "18.3.1",
|
|
52
|
-
"react-day-picker": "^8.10.1",
|
|
53
|
-
"react-dom": "18.3.1",
|
|
54
|
-
"react-hook-form": "^7.52.1",
|
|
55
|
-
"react-masonry": "^1.0.7",
|
|
56
|
-
"recharts": "^2.12.7",
|
|
57
|
-
"ress": "^5.0.2",
|
|
58
|
-
"tailwind-merge": "^2.3.0",
|
|
59
|
-
"tailwindcss": "^3.4.3",
|
|
60
|
-
"tailwindcss-animate": "^1.0.7",
|
|
61
|
-
"twemoji-parser": "^14.0.0",
|
|
62
|
-
"typescript": "^5.7.2",
|
|
63
|
-
"usehooks-ts": "^3.1.1",
|
|
64
|
-
"zod": "^3.23.8"
|
|
65
|
-
},
|
|
66
|
-
"devDependencies": {
|
|
67
|
-
"@chromatic-com/storybook": "^5.0.0",
|
|
68
|
-
"@commitlint/cli": "^19.7.1",
|
|
69
|
-
"@commitlint/config-conventional": "^19.7.1",
|
|
70
|
-
"@emoji-mart/data": "^1.2.1",
|
|
71
|
-
"@emoji-mart/react": "^1.1.1",
|
|
72
|
-
"@emotion/is-prop-valid": "^1.3.1",
|
|
73
|
-
"@mdx-js/react": "^3.1.1",
|
|
74
|
-
"@microsoft/api-extractor": "7.52.8",
|
|
75
|
-
"@playwright/test": "^1.57.0",
|
|
76
|
-
"@size-limit/esbuild": "^11.2.0",
|
|
77
|
-
"@size-limit/file": "^11.2.0",
|
|
78
|
-
"@size-limit/time": "^11.2.0",
|
|
79
|
-
"@storybook/addon-a11y": "^10.2.0",
|
|
80
|
-
"@storybook/addon-designs": "^11.1.1",
|
|
81
|
-
"@storybook/addon-docs": "^10.2.0",
|
|
82
|
-
"@storybook/addon-links": "^10.2.0",
|
|
83
|
-
"@storybook/addon-themes": "^10.2.0",
|
|
84
|
-
"@storybook/addon-vitest": "^10.2.0",
|
|
85
|
-
"@storybook/react-vite": "^10.2.0",
|
|
86
|
-
"@storybook/test-runner": "^0.24.2",
|
|
87
|
-
"@svgr/cli": "^8.1.0",
|
|
88
|
-
"@testing-library/dom": "^10.4.1",
|
|
89
|
-
"@testing-library/jest-dom": "^6.6.3",
|
|
90
|
-
"@testing-library/react": "^16.1.0",
|
|
91
|
-
"@testing-library/user-event": "^14.6.1",
|
|
92
|
-
"@types/canvas-confetti": "^1.9.0",
|
|
93
|
-
"@types/lodash": "^4.17.16",
|
|
94
|
-
"@types/node": "^22.13.9",
|
|
95
|
-
"@types/react": "^18.3.18",
|
|
96
|
-
"@types/react-dom": "^19.2.3",
|
|
97
|
-
"@types/twemoji-parser": "^13.1.4",
|
|
98
|
-
"@vitejs/plugin-react": "^4.3.4",
|
|
99
|
-
"@vitest/browser-playwright": "^4.0.15",
|
|
100
|
-
"@vitest/coverage-v8": "^4.0.15",
|
|
101
|
-
"@vitest/ui": "4.0.15",
|
|
102
|
-
"autoprefixer": "^10.4.21",
|
|
103
|
-
"axe-playwright": "^2.1.0",
|
|
104
|
-
"chalk": "^5.4.1",
|
|
105
|
-
"chromatic": "^11.28.0",
|
|
106
|
-
"consola": "^3.4.0",
|
|
107
|
-
"dotenv": "^16.4.7",
|
|
108
|
-
"dpdm-fast": "^1.0.14",
|
|
109
|
-
"emoji-mart": "^5.6.0",
|
|
110
|
-
"eslint-plugin-react-refresh": "^0.4.26",
|
|
111
|
-
"eslint-plugin-storybook": "^10.2.0",
|
|
112
|
-
"globals": "^16.0.0",
|
|
113
|
-
"http-server": "^14.1.1",
|
|
114
|
-
"jsdom": "^26.0.0",
|
|
115
|
-
"lefthook": "^1.11.3",
|
|
116
|
-
"lodash": "^4.17.21",
|
|
117
|
-
"markdown-to-jsx": "^9.3.3",
|
|
118
|
-
"mockdate": "^3.0.5",
|
|
119
|
-
"npm-run-all": "^4.1.5",
|
|
120
|
-
"playwright": "^1.57.0",
|
|
121
|
-
"postcss": "^8.5.3",
|
|
122
|
-
"postcss-import": "^16.1.0",
|
|
123
|
-
"react-syntax-highlighter": "^15.6.1",
|
|
124
|
-
"remark-gfm": "^4.0.1",
|
|
125
|
-
"rollup-plugin-jsx-remove-attributes": "^3.1.1",
|
|
126
|
-
"size-limit": "^11.2.0",
|
|
127
|
-
"storybook": "^10.2.0",
|
|
128
|
-
"tsup": "^8.3.5",
|
|
129
|
-
"typescript": "^5.7.2",
|
|
130
|
-
"user-agent-data-types": "^0.4.2",
|
|
131
|
-
"vite": "^7.3.0",
|
|
132
|
-
"vite-plugin-dts": "4.3.0",
|
|
133
|
-
"vite-plugin-lib-inject-css": "^2.2.1",
|
|
134
|
-
"vitest": "^4.0.15"
|
|
135
|
-
},
|
|
136
|
-
"optionalDependencies": {
|
|
137
|
-
"@rollup/rollup-linux-x64-gnu": "^4.34"
|
|
138
|
-
},
|
|
139
20
|
"dependencies": {
|
|
140
21
|
"@atlaskit/pragmatic-drag-and-drop": "^1.7.4",
|
|
141
22
|
"@atlaskit/pragmatic-drag-and-drop-flourish": "^2.0.4",
|
|
@@ -221,6 +102,127 @@
|
|
|
221
102
|
"zen-observable-ts": "^1.1.0",
|
|
222
103
|
"@factorialco/f0-core": "1.42.1"
|
|
223
104
|
},
|
|
105
|
+
"devDependencies": {
|
|
106
|
+
"@chromatic-com/storybook": "^5.0.0",
|
|
107
|
+
"@commitlint/cli": "^19.7.1",
|
|
108
|
+
"@commitlint/config-conventional": "^19.7.1",
|
|
109
|
+
"@emoji-mart/data": "^1.2.1",
|
|
110
|
+
"@emoji-mart/react": "^1.1.1",
|
|
111
|
+
"@emotion/is-prop-valid": "^1.3.1",
|
|
112
|
+
"@mdx-js/react": "^3.1.1",
|
|
113
|
+
"@microsoft/api-extractor": "7.52.8",
|
|
114
|
+
"@playwright/test": "^1.57.0",
|
|
115
|
+
"@size-limit/esbuild": "^11.2.0",
|
|
116
|
+
"@size-limit/file": "^11.2.0",
|
|
117
|
+
"@size-limit/time": "^11.2.0",
|
|
118
|
+
"@storybook/addon-a11y": "^10.1.11",
|
|
119
|
+
"@storybook/addon-designs": "^11.1.1",
|
|
120
|
+
"@storybook/addon-docs": "^10.1.11",
|
|
121
|
+
"@storybook/addon-links": "^10.1.11",
|
|
122
|
+
"@storybook/addon-themes": "^10.1.11",
|
|
123
|
+
"@storybook/addon-vitest": "^10.1.11",
|
|
124
|
+
"@storybook/react-vite": "^10.1.11",
|
|
125
|
+
"@storybook/test-runner": "^0.24.2",
|
|
126
|
+
"@svgr/cli": "^8.1.0",
|
|
127
|
+
"@testing-library/dom": "^10.4.1",
|
|
128
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
129
|
+
"@testing-library/react": "^16.1.0",
|
|
130
|
+
"@testing-library/user-event": "^14.6.1",
|
|
131
|
+
"@types/canvas-confetti": "^1.9.0",
|
|
132
|
+
"@types/lodash": "^4.17.16",
|
|
133
|
+
"@types/node": "^22.13.9",
|
|
134
|
+
"@types/react": "^18.3.18",
|
|
135
|
+
"@types/react-dom": "^18.3.1",
|
|
136
|
+
"@types/twemoji-parser": "^13.1.4",
|
|
137
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
138
|
+
"@vitest/browser-playwright": "^4.0.15",
|
|
139
|
+
"@vitest/coverage-v8": "^4.0.15",
|
|
140
|
+
"@vitest/ui": "4.0.15",
|
|
141
|
+
"autoprefixer": "^10.4.21",
|
|
142
|
+
"axe-playwright": "^2.1.0",
|
|
143
|
+
"chalk": "^5.4.1",
|
|
144
|
+
"chromatic": "^11.28.0",
|
|
145
|
+
"consola": "^3.4.0",
|
|
146
|
+
"dotenv": "^16.4.7",
|
|
147
|
+
"dpdm-fast": "^1.0.14",
|
|
148
|
+
"emoji-mart": "^5.6.0",
|
|
149
|
+
"eslint-plugin-react-refresh": "^0.4.26",
|
|
150
|
+
"eslint-plugin-storybook": "^10.1.11",
|
|
151
|
+
"globals": "^16.0.0",
|
|
152
|
+
"http-server": "^14.1.1",
|
|
153
|
+
"jsdom": "^26.0.0",
|
|
154
|
+
"lefthook": "^1.11.3",
|
|
155
|
+
"lodash": "^4.17.21",
|
|
156
|
+
"markdown-to-jsx": "^9.3.3",
|
|
157
|
+
"mockdate": "^3.0.5",
|
|
158
|
+
"npm-run-all": "^4.1.5",
|
|
159
|
+
"oxfmt": "^0.26.0",
|
|
160
|
+
"oxlint": "^1.33.0",
|
|
161
|
+
"playwright": "^1.57.0",
|
|
162
|
+
"postcss": "^8.5.3",
|
|
163
|
+
"postcss-import": "^16.1.0",
|
|
164
|
+
"react-syntax-highlighter": "^15.6.1",
|
|
165
|
+
"remark-gfm": "^4.0.1",
|
|
166
|
+
"rollup-plugin-jsx-remove-attributes": "^3.1.1",
|
|
167
|
+
"size-limit": "^11.2.0",
|
|
168
|
+
"storybook": "^10.1.11",
|
|
169
|
+
"tsup": "^8.3.5",
|
|
170
|
+
"typescript": "^5.7.2",
|
|
171
|
+
"user-agent-data-types": "^0.4.2",
|
|
172
|
+
"vite": "^7.3.0",
|
|
173
|
+
"vite-plugin-dts": "4.3.0",
|
|
174
|
+
"vite-plugin-lib-inject-css": "^2.2.1",
|
|
175
|
+
"vitest": "^4.0.15"
|
|
176
|
+
},
|
|
177
|
+
"peerDependencies": {
|
|
178
|
+
"@copilotkit/react-core": "^1.10.6",
|
|
179
|
+
"@copilotkit/react-ui": "^1.10.6",
|
|
180
|
+
"@copilotkit/runtime": "^1.10.6",
|
|
181
|
+
"@copilotkit/shared": "^1.10.6",
|
|
182
|
+
"@hookform/resolvers": "^3.9.0",
|
|
183
|
+
"@number-flow/react": "^0.5.10",
|
|
184
|
+
"@radix-ui/react-accordion": "^1.1.2",
|
|
185
|
+
"@radix-ui/react-avatar": "^1.0.4",
|
|
186
|
+
"@radix-ui/react-checkbox": "^1.0.4",
|
|
187
|
+
"@radix-ui/react-collapsible": "^1.1.2",
|
|
188
|
+
"@radix-ui/react-dialog": "^1.1.4",
|
|
189
|
+
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
190
|
+
"@radix-ui/react-label": "^2.1.0",
|
|
191
|
+
"@radix-ui/react-navigation-menu": "^1.2.0",
|
|
192
|
+
"@radix-ui/react-popover": "^1.0.7",
|
|
193
|
+
"@radix-ui/react-progress": "^1.1.0",
|
|
194
|
+
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
195
|
+
"@radix-ui/react-select": "^2.0.0",
|
|
196
|
+
"@radix-ui/react-slot": "^1.1.0",
|
|
197
|
+
"@radix-ui/react-tabs": "^1.0.4",
|
|
198
|
+
"@radix-ui/react-toggle": "^1.1.0",
|
|
199
|
+
"@radix-ui/react-toggle-group": "^1.1.0",
|
|
200
|
+
"@radix-ui/react-tooltip": "^1.0.7",
|
|
201
|
+
"@tailwindcss/container-queries": "^0.1.1",
|
|
202
|
+
"canvas-confetti": "^1.9.3",
|
|
203
|
+
"clsx": "^2.1.1",
|
|
204
|
+
"date-fns": "^3.6.0",
|
|
205
|
+
"lucide-react": "^0.383.0",
|
|
206
|
+
"motion": "^12",
|
|
207
|
+
"nanoid": "^5.0.7",
|
|
208
|
+
"react": "18.3.1",
|
|
209
|
+
"react-day-picker": "^8.10.1",
|
|
210
|
+
"react-dom": "18.3.1",
|
|
211
|
+
"react-hook-form": "^7.52.1",
|
|
212
|
+
"react-masonry": "^1.0.7",
|
|
213
|
+
"recharts": "^2.12.7",
|
|
214
|
+
"ress": "^5.0.2",
|
|
215
|
+
"tailwind-merge": "^2.3.0",
|
|
216
|
+
"tailwindcss": "^3.4.3",
|
|
217
|
+
"tailwindcss-animate": "^1.0.7",
|
|
218
|
+
"twemoji-parser": "^14.0.0",
|
|
219
|
+
"typescript": "^5.7.2",
|
|
220
|
+
"usehooks-ts": "^3.1.1",
|
|
221
|
+
"zod": "^3.23.8"
|
|
222
|
+
},
|
|
223
|
+
"optionalDependencies": {
|
|
224
|
+
"@rollup/rollup-linux-x64-gnu": "^4.34"
|
|
225
|
+
},
|
|
224
226
|
"scripts": {
|
|
225
227
|
"dev": "storybook dev -p 6006",
|
|
226
228
|
"dev:docs": "DOCS_MODE=true pnpm run dev",
|