@zag-js/range-slider
Advanced tools
Comparing version 0.0.0-dev-20220413091534 to 0.0.0-dev-20220413174154
export { connect } from "./range-slider.connect"; | ||
export { machine } from "./range-slider.machine"; | ||
export type { MachineContext, MachineState } from "./range-slider.types"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -31,1 +31,2 @@ import { PropTypes, ReactPropTypes } from "@zag-js/types"; | ||
}; | ||
//# sourceMappingURL=range-slider.connect.d.ts.map |
@@ -33,1 +33,2 @@ import { StateMachine } from "@zag-js/core"; | ||
export {}; | ||
//# sourceMappingURL=range-slider.dom.d.ts.map |
import { MachineContext, MachineState } from "./range-slider.types"; | ||
export declare const machine: import("@zag-js/core").Machine<MachineContext, MachineState, import("@zag-js/core").StateMachine.AnyEventObject>; | ||
//# sourceMappingURL=range-slider.machine.d.ts.map |
@@ -135,1 +135,2 @@ import type { StateMachine as S } from "@zag-js/core"; | ||
export {}; | ||
//# sourceMappingURL=range-slider.types.d.ts.map |
@@ -15,1 +15,2 @@ import { MachineContext as Ctx } from "./range-slider.types"; | ||
}; | ||
//# sourceMappingURL=range-slider.utils.d.ts.map |
{ | ||
"name": "@zag-js/range-slider", | ||
"version": "0.0.0-dev-20220413091534", | ||
"version": "0.0.0-dev-20220413174154", | ||
"description": "Core logic for the range-slider 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/number-utils": "^0.0.0-dev-20220413091534", | ||
"@zag-js/rect-utils": "^0.0.0-dev-20220413091534", | ||
"@zag-js/slider": "^0.0.0-dev-20220413091534", | ||
"@zag-js/types": "^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/number-utils": "^0.0.0-dev-20220413174154", | ||
"@zag-js/rect-utils": "^0.0.0-dev-20220413174154", | ||
"@zag-js/slider": "^0.0.0-dev-20220413174154", | ||
"@zag-js/types": "^0.0.0-dev-20220413174154", | ||
"@zag-js/utils": "^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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18
4361
451528
1