@zag-js/dialog
Advanced tools
Comparing version 0.0.0-dev-20220413091534 to 0.0.0-dev-20220413174154
@@ -16,1 +16,2 @@ import type { StateMachine as S } from "@zag-js/core"; | ||
}; | ||
//# sourceMappingURL=dialog.connect.d.ts.map |
@@ -17,1 +17,2 @@ import { MachineContext as Ctx } from "./dialog.types"; | ||
}; | ||
//# sourceMappingURL=dialog.dom.d.ts.map |
import { MachineContext, MachineState } from "./dialog.types"; | ||
export declare const machine: import("@zag-js/core").Machine<MachineContext, MachineState, import("@zag-js/core").StateMachine.AnyEventObject>; | ||
//# sourceMappingURL=dialog.machine.d.ts.map |
@@ -14,1 +14,2 @@ declare type StoreItem = { | ||
export {}; | ||
//# sourceMappingURL=dialog.store.d.ts.map |
@@ -82,1 +82,2 @@ import type { Context, MaybeElement } from "@zag-js/types"; | ||
export {}; | ||
//# sourceMappingURL=dialog.types.d.ts.map |
@@ -5,1 +5,2 @@ export { connect } from "./dialog.connect"; | ||
export type { MachineContext, MachineState } from "./dialog.types"; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@zag-js/dialog", | ||
"version": "0.0.0-dev-20220413091534", | ||
"version": "0.0.0-dev-20220413174154", | ||
"description": "Core logic for the dialog widget implemented as a state machine", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"files": [ | ||
"dist" | ||
"dist/**/*" | ||
], | ||
@@ -33,9 +33,18 @@ "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/core": "^0.0.0-dev-20220413174154", | ||
"@zag-js/dom-utils": "^0.0.0-dev-20220413174154", | ||
"@zag-js/types": "^0.0.0-dev-20220413174154", | ||
"aria-hidden": "^1.1.3", | ||
"focus-trap": "^6.7.1", | ||
"scroll-into-view-if-needed": "^2.2.28" | ||
}, | ||
"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
4409
509637
1