@ohhwells/bridge 0.1.30 → 0.1.31
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 +2 -2
- package/dist/index.cjs +541 -180
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -9
- package/dist/index.d.ts +4 -9
- package/dist/index.js +552 -191
- package/dist/index.js.map +1 -1
- package/dist/styles.css +53 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -299,9 +299,9 @@ npm publish --access public
|
|
|
299
299
|
|
|
300
300
|
---
|
|
301
301
|
|
|
302
|
-
## Link
|
|
302
|
+
## Link dialog (Canvas Editor)
|
|
303
303
|
|
|
304
|
-
`LinkPopover` is rendered inside `OhhwellsBridge` (iframe portal) when editing link destinations. It
|
|
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.
|