@zag-js/tooltip
Advanced tools
Comparing version
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 |
{ | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18
50%5259
1030.97%557884
-32.48%1
Infinity%