@factorialco/f0-react 1.229.0 → 1.231.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/experimental.d.ts +7 -5
- package/dist/experimental.js +13439 -13428
- package/dist/f0.d.ts +7 -5
- package/dist/f0.js +52 -50
- package/dist/{hooks-B3KsBFK3.js → hooks-ibWgov6e.js} +21291 -20786
- package/dist/styles.css +1 -1
- package/package.json +23 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@factorialco/f0-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.231.0",
|
|
4
4
|
"main": "dist/f0.js",
|
|
5
5
|
"typings": "dist/f0.d.ts",
|
|
6
6
|
"private": false,
|
|
@@ -146,8 +146,26 @@
|
|
|
146
146
|
"@atlaskit/pragmatic-drag-and-drop-flourish": "^2.0.4",
|
|
147
147
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
|
|
148
148
|
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.5",
|
|
149
|
-
"@radix-ui/
|
|
150
|
-
"@radix-ui/
|
|
149
|
+
"@radix-ui/number": "^1.1.1",
|
|
150
|
+
"@radix-ui/primitive": "^1.1.2",
|
|
151
|
+
"@radix-ui/react-collection": "^1.1.7",
|
|
152
|
+
"@radix-ui/react-compose-refs": "^1.1.2",
|
|
153
|
+
"@radix-ui/react-context": "^1.1.2",
|
|
154
|
+
"@radix-ui/react-direction": "^1.1.1",
|
|
155
|
+
"@radix-ui/react-dismissable-layer": "^1.1.10",
|
|
156
|
+
"@radix-ui/react-focus-guards": "^1.1.2",
|
|
157
|
+
"@radix-ui/react-focus-scope": "^1.1.7",
|
|
158
|
+
"@radix-ui/react-hover-card": "^1.1.15",
|
|
159
|
+
"@radix-ui/react-id": "^1.1.1",
|
|
160
|
+
"@radix-ui/react-popper": "^1.2.7",
|
|
161
|
+
"@radix-ui/react-portal": "^1.1.9",
|
|
162
|
+
"@radix-ui/react-primitive": "^2.1.3",
|
|
163
|
+
"@radix-ui/react-switch": "^1.2.6",
|
|
164
|
+
"@radix-ui/react-use-callback-ref": "^1.1.1",
|
|
165
|
+
"@radix-ui/react-use-controllable-state": "^1.2.2",
|
|
166
|
+
"@radix-ui/react-use-layout-effect": "^1.1.1",
|
|
167
|
+
"@radix-ui/react-use-previous": "^1.1.1",
|
|
168
|
+
"@radix-ui/react-visually-hidden": "^1.2.3",
|
|
151
169
|
"@tanstack/react-virtual": "^3.13.2",
|
|
152
170
|
"@tiptap/core": "^2.24.0",
|
|
153
171
|
"@tiptap/extension-bubble-menu": "^2.11.5",
|
|
@@ -175,6 +193,7 @@
|
|
|
175
193
|
"@tiptap/starter-kit": "^2.11.5",
|
|
176
194
|
"@tiptap/suggestion": "^2.12.0",
|
|
177
195
|
"@vueless/storybook-dark-mode": "^9.0.7",
|
|
196
|
+
"aria-hidden": "^1.2.6",
|
|
178
197
|
"cva": "1.0.0-beta.3",
|
|
179
198
|
"dompurify": "^3.2.6",
|
|
180
199
|
"embla-carousel-autoplay": "^8.5.2",
|
|
@@ -182,6 +201,7 @@
|
|
|
182
201
|
"embla-carousel-wheel-gestures": "^8.0.1",
|
|
183
202
|
"prosemirror-state": "^1.4.3",
|
|
184
203
|
"prosemirror-view": "^1.38.1",
|
|
204
|
+
"react-remove-scroll": "^2.7.1",
|
|
185
205
|
"rehype-stringify": "^10.0.1",
|
|
186
206
|
"remark-parse": "^11.0.0",
|
|
187
207
|
"remark-rehype": "^11.1.2",
|