@ohhwells/bridge 0.1.30 → 0.1.31-next.29

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 CHANGED
@@ -299,9 +299,9 @@ npm publish --access public
299
299
 
300
300
  ---
301
301
 
302
- ## Link popover (Canvas Editor)
302
+ ## Link dialog (Canvas Editor)
303
303
 
304
- `LinkPopover` is rendered inside `OhhwellsBridge` (iframe portal) when editing link destinations. It implements the Figma shadcn kit panel (nodes 8365-7616 / 8382-4161) — anchored popover, not a centered dialog.
304
+ `LinkPopover` is rendered inside `OhhwellsBridge` (iframe portal) when editing link destinations. It uses the shadcn **Dialog** pattern (Radix) — centered modal with overlay — implementing the Figma shadcn kit panel (nodes 8365-7616 / 8382-4161).
305
305
 
306
306
  ```tsx
307
307
  // Used internally by OhhwellsBridge — external consumers rarely mount this directly.