Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sanity/overlays

Package Overview
Dependencies
Maintainers
41
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/overlays - npm Package Compare versions

Comparing version 2.3.0-pink-lizard to 2.3.1-pink-lizard

dist/_chunks/index-jsg8eGAq.js

11

CHANGELOG.md

@@ -8,2 +8,13 @@ <!-- markdownlint-disable --><!-- textlint-disable -->

## [2.3.1-pink-lizard](https://github.com/sanity-io/visual-editing/compare/overlays-v2.3.0-pink-lizard...overlays-v2.3.1-pink-lizard) (2023-11-10)
### Bug Fixes
* **presentation:** prevent iframe from taking focus ([fbd02fd](https://github.com/sanity-io/visual-editing/commit/fbd02fd3b83774546c017a84cf8c444eff5dfe4f))
* **presentation:** prevent scrolling when array items close ([da2ad22](https://github.com/sanity-io/visual-editing/commit/da2ad22c7e825cebdff0dbfa374b65ca3a50e04c))
* remove initial url sender ([badda86](https://github.com/sanity-io/visual-editing/commit/badda8677af485467f469ef39f710566ba2908b4))
* send initial URL on load ([3caf2e3](https://github.com/sanity-io/visual-editing/commit/3caf2e35511e4bfd7275131f2301b1f32742e70b))
* **types:** add `HistoryAdapterNavigate` exported type ([7e8340f](https://github.com/sanity-io/visual-editing/commit/7e8340f0b5313885b4205bad60f3b2db62f79309))
## [2.3.0-pink-lizard](https://github.com/sanity-io/visual-editing/compare/overlays-v2.2.1-pink-lizard...overlays-v2.3.0-pink-lizard) (2023-11-09)

@@ -10,0 +21,0 @@

9

dist/index.d.ts

@@ -63,2 +63,3 @@ /**

click: (event: MouseEvent) => void
mousedown: (event: MouseEvent) => void
mouseenter: (event: MouseEvent) => void

@@ -74,3 +75,3 @@ mouseleave: (event: MouseEvent) => void

export declare interface HistoryAdapter {
subscribe: (navigate: (update: HistoryUpdate) => void) => () => void
subscribe: (navigate: HistoryAdapterNavigate) => () => void
update: (update: HistoryUpdate) => void

@@ -80,2 +81,8 @@ }

/**
*
* @public
*/
export declare type HistoryAdapterNavigate = (update: HistoryUpdate) => void
/**
* Preview frame history update

@@ -82,0 +89,0 @@ * @public

2

dist/index.js

@@ -1,1 +0,1 @@

export{c as createOverlayController,e as enableOverlays}from"./_chunks/index-euLs1ehL.js";//# sourceMappingURL=index.js.map
export{c as createOverlayController,e as enableOverlays}from"./_chunks/index-jsg8eGAq.js";//# sourceMappingURL=index.js.map
{
"name": "@sanity/overlays",
"version": "2.3.0-pink-lizard",
"version": "2.3.1-pink-lizard",
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/overlays#readme",

@@ -5,0 +5,0 @@ "bugs": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc