New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zag-js/tooltip

Package Overview
Dependencies
Maintainers
1
Versions
1069
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/tooltip - npm Package Compare versions

Comparing version

to
0.0.0-dev-20220413174154

dist/index.d.ts.map

1

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

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

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

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

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

@@ -9,1 +9,2 @@ declare type Id = string | null;

export {};
//# sourceMappingURL=tooltip.store.d.ts.map

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

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

23

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

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

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

@@ -33,7 +33,16 @@ "publishConfig": {

"dependencies": {
"@zag-js/core": "^0.0.0-dev-20220413091534",
"@zag-js/popper": "^0.0.0-dev-20220413091534",
"@zag-js/dom-utils": "^0.0.0-dev-20220413091534",
"@zag-js/types": "^0.0.0-dev-20220413091534"
"@zag-js/core": "^0.0.0-dev-20220413174154",
"@zag-js/popper": "^0.0.0-dev-20220413174154",
"@zag-js/dom-utils": "^0.0.0-dev-20220413174154",
"@zag-js/types": "^0.0.0-dev-20220413174154"
},
"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