Socket
Socket
Sign inDemoInstall

@zag-js/popover

Package Overview
Dependencies
Maintainers
1
Versions
1024
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/popover - npm Package Compare versions

Comparing version 0.0.0-dev-20220413091534 to 0.0.0-dev-20220413174154

dist/index.d.ts.map

1

dist/index.d.ts
export { connect } from "./popover.connect";
export { machine } from "./popover.machine";
export type { MachineContext, MachineState } from "./popover.types";
//# sourceMappingURL=index.d.ts.map

@@ -19,1 +19,2 @@ import { StateMachine as S } from "@zag-js/core";

};
//# sourceMappingURL=popover.connect.d.ts.map

@@ -27,1 +27,2 @@ import { MachineContext as Ctx } from "./popover.types";

};
//# sourceMappingURL=popover.dom.d.ts.map
import { MachineContext, MachineState } from "./popover.types";
export declare const machine: import("@zag-js/core").Machine<MachineContext, MachineState, import("@zag-js/core").StateMachine.AnyEventObject>;
//# sourceMappingURL=popover.machine.d.ts.map

@@ -90,1 +90,2 @@ import type { PositioningOptions, Placement } from "@zag-js/popper";

export {};
//# sourceMappingURL=popover.types.d.ts.map

25

package.json
{
"name": "@zag-js/popover",
"version": "0.0.0-dev-20220413091534",
"version": "0.0.0-dev-20220413174154",
"description": "Core logic for the popover widget implemented as a state machine",

@@ -23,3 +23,3 @@ "keywords": [

"files": [
"dist"
"dist/**/*"
],

@@ -33,10 +33,19 @@ "publishConfig": {

"dependencies": {
"@zag-js/core": "^0.0.0-dev-20220413091534",
"@zag-js/dom-utils": "^0.0.0-dev-20220413091534",
"@zag-js/types": "^0.0.0-dev-20220413091534",
"@zag-js/popper": "^0.0.0-dev-20220413091534",
"@zag-js/utils": "^0.0.0-dev-20220413091534",
"@zag-js/core": "^0.0.0-dev-20220413174154",
"@zag-js/dom-utils": "^0.0.0-dev-20220413174154",
"@zag-js/types": "^0.0.0-dev-20220413174154",
"@zag-js/popper": "^0.0.0-dev-20220413174154",
"@zag-js/utils": "^0.0.0-dev-20220413174154",
"aria-hidden": "^1.1.3",
"focus-trap": "^6.7.1"
},
"scripts": {
"build:fast": "zag build",
"start": "zag build --watch",
"build": "zag build --prod",
"test": "jest --config ../../../jest.config.js --rootDir . --passWithNoTests",
"lint": "eslint src --ext .ts,.tsx",
"test:ci": "yarn test --ci --runInBand",
"test:watch": "yarn test --watch --updateSnapshot"
}
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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