Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zag-js/range-slider

Package Overview
Dependencies
Maintainers
1
Versions
604
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/range-slider - npm Package Compare versions

Comparing version 0.0.0-dev-20220413091534 to 0.0.0-dev-20220413174154

dist/index.d.ts.map

1

dist/index.d.ts
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

29

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc