@agent-native/toolkit 0.16.7 → 0.16.8

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.
@@ -43,9 +43,11 @@
43
43
  "@radix-ui/react-tooltip",
44
44
  "@tabler/icons-react",
45
45
  "@tiptap/core",
46
+ "@tiptap/extension-bubble-menu",
46
47
  "@tiptap/extension-code-block-lowlight",
47
48
  "@tiptap/extension-collaboration",
48
49
  "@tiptap/extension-collaboration-caret",
50
+ "@tiptap/extension-floating-menu",
49
51
  "@tiptap/extension-image",
50
52
  "@tiptap/extension-link",
51
53
  "@tiptap/extension-placeholder",
@@ -383,9 +385,11 @@
383
385
  "@radix-ui/react-popover",
384
386
  "@radix-ui/react-tooltip",
385
387
  "@tiptap/core",
388
+ "@tiptap/extension-bubble-menu",
386
389
  "@tiptap/extension-code-block-lowlight",
387
390
  "@tiptap/extension-collaboration",
388
391
  "@tiptap/extension-collaboration-caret",
392
+ "@tiptap/extension-floating-menu",
389
393
  "@tiptap/extension-image",
390
394
  "@tiptap/extension-link",
391
395
  "@tiptap/extension-placeholder",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-native/toolkit",
3
- "version": "0.16.7",
3
+ "version": "0.16.8",
4
4
  "description": "Reusable app-building UI and helpers for Agent-Native apps.",
5
5
  "homepage": "https://github.com/BuilderIO/agent-native#readme",
6
6
  "bugs": {
@@ -312,9 +312,11 @@
312
312
  "@radix-ui/react-tooltip": "^1.2.12",
313
313
  "@tabler/icons-react": "^3.41.1",
314
314
  "@tiptap/core": "3.30.1",
315
+ "@tiptap/extension-bubble-menu": "3.30.1",
315
316
  "@tiptap/extension-code-block-lowlight": "3.30.1",
316
317
  "@tiptap/extension-collaboration": "3.30.1",
317
318
  "@tiptap/extension-collaboration-caret": "3.30.1",
319
+ "@tiptap/extension-floating-menu": "3.30.1",
318
320
  "@tiptap/extension-image": "3.30.1",
319
321
  "@tiptap/extension-link": "3.30.1",
320
322
  "@tiptap/extension-placeholder": "3.30.1",