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

@zag-js/signature-pad

Package Overview
Dependencies
Maintainers
1
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/signature-pad - npm Package Compare versions

Comparing version 0.0.0-dev-20240513172202 to 0.0.0-dev-20240514231431

4

dist/index.d.ts

@@ -138,5 +138,5 @@ import * as _zag_js_anatomy from '@zag-js/anatomy';

declare const props: ("name" | "dir" | "disabled" | "id" | "ids" | "onDraw" | "onDrawEnd" | "drawing" | "readOnly" | "getRootNode")[];
declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "name" | "dir" | "disabled" | "id" | "ids" | "onDraw" | "onDrawEnd" | "drawing" | "readOnly" | "getRootNode">];
declare const props: ("dir" | "id" | "getRootNode" | "name" | "disabled" | "ids" | "onDraw" | "onDrawEnd" | "drawing" | "readOnly")[];
declare const splitProps: <Props extends Partial<UserDefinedContext>>(props: Props) => [Partial<UserDefinedContext>, Omit<Props, "dir" | "id" | "getRootNode" | "name" | "disabled" | "ids" | "onDraw" | "onDrawEnd" | "drawing" | "readOnly">];
export { type MachineApi as Api, type UserDefinedContext as Context, type DataUrlType, type DrawDetails, type DrawEndDetails, type DrawingOptions, type ElementIds, type HiddenInputProps, type SegmentPathProps, anatomy, connect, machine, props, splitProps };
{
"name": "@zag-js/signature-pad",
"version": "0.0.0-dev-20240513172202",
"version": "0.0.0-dev-20240514231431",
"description": "Core logic for the signature-pad widget implemented as a state machine",

@@ -32,8 +32,8 @@ "keywords": [

"perfect-freehand": "^1.2.2",
"@zag-js/anatomy": "0.0.0-dev-20240513172202",
"@zag-js/core": "0.0.0-dev-20240513172202",
"@zag-js/dom-query": "0.0.0-dev-20240513172202",
"@zag-js/dom-event": "0.0.0-dev-20240513172202",
"@zag-js/utils": "0.0.0-dev-20240513172202",
"@zag-js/types": "0.0.0-dev-20240513172202"
"@zag-js/anatomy": "0.0.0-dev-20240514231431",
"@zag-js/core": "0.0.0-dev-20240514231431",
"@zag-js/dom-query": "0.0.0-dev-20240514231431",
"@zag-js/dom-event": "0.0.0-dev-20240514231431",
"@zag-js/utils": "0.0.0-dev-20240514231431",
"@zag-js/types": "0.0.0-dev-20240514231431"
},

@@ -40,0 +40,0 @@ "devDependencies": {

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