@ohhwells/bridge 0.1.38-next.67 → 0.1.38-next.69

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
@@ -386,7 +386,7 @@ The package ships the full OhhWells design token set, scoped to `[data-ohw-bridg
386
386
 
387
387
  ### Brand palette
388
388
 
389
- Re:Bound brand colors: `bone`, `ivory`, `sand`, `linen`, `stone`, `clay`, `umber`, `umber-deep`, `espresso`, `clove`, `ink`, `ash`, `carbon`.
389
+ Re:Bound brand colors: `bone`, `ivory`, `sand`, `linen`, `stone`, `clay`, `umber`, `umber-deep`, `espresso`, `clove`, `ink`, `ash`, `carbon`
390
390
 
391
391
  ---
392
392
 
package/dist/index.cjs CHANGED
@@ -9529,7 +9529,7 @@ function OhhwellsBridge() {
9529
9529
  }
9530
9530
  if (imgEl) {
9531
9531
  const topEl = document.elementFromPoint(x, y);
9532
- if (topEl?.closest('[data-ohw-toolbar], [data-ohw-edit-chrome], [data-ohw-item-interaction], [data-ohw-drag-handle-container], [data-slot="drag-handle"]')) {
9532
+ if (topEl?.closest('[data-ohw-toolbar], [data-ohw-edit-chrome], [data-ohw-item-interaction], [data-ohw-drag-handle-container], [data-slot="drag-handle"], [data-ohw-media-chrome]')) {
9533
9533
  if (hoveredImageRef.current) {
9534
9534
  hoveredImageRef.current = null;
9535
9535
  resumeAnimTracks();