@zag-js/slider 0.0.0-dev-20220704094439 → 0.0.0-dev-20220704151659

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  var __defProp = Object.defineProperty;
3
2
  var __defProps = Object.defineProperties;
4
3
  var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
@@ -1,2 +1,2 @@
1
- import { MachineContext, MachineState, UserDefinedContext } from "./slider.types";
1
+ import type { MachineContext, MachineState, UserDefinedContext } from "./slider.types";
2
2
  export declare function machine(ctx?: UserDefinedContext): import("@zag-js/core").Machine<MachineContext, MachineState, import("@zag-js/core").StateMachine.AnyEventObject>;
@@ -1,4 +1,4 @@
1
- import { MachineContext as Ctx } from "./slider.types";
1
+ import type { MachineContext as Ctx } from "./slider.types";
2
2
  export declare const utils: {
3
3
  fromPercent(ctx: Ctx, percent: number): number;
4
4
  clamp(ctx: Ctx, value: number): number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/slider",
3
- "version": "0.0.0-dev-20220704094439",
3
+ "version": "0.0.0-dev-20220704151659",
4
4
  "description": "Core logic for the slider widget implemented as a state machine",
5
5
  "keywords": [
6
6
  "js",
@@ -29,10 +29,10 @@
29
29
  "url": "https://github.com/chakra-ui/zag/issues"
30
30
  },
31
31
  "dependencies": {
32
- "@zag-js/core": "0.0.0-dev-20220704094439",
33
- "@zag-js/dom-utils": "0.0.0-dev-20220704094439",
32
+ "@zag-js/core": "0.0.0-dev-20220704151659",
33
+ "@zag-js/dom-utils": "0.0.0-dev-20220704151659",
34
34
  "@zag-js/number-utils": "0.1.2",
35
- "@zag-js/types": "0.0.0-dev-20220704094439",
35
+ "@zag-js/types": "0.0.0-dev-20220704151659",
36
36
  "@zag-js/utils": "0.1.2"
37
37
  },
38
38
  "scripts": {