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
0
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.74.2 to 0.75.0

14

dist/index.d.ts

@@ -23,3 +23,3 @@ import * as _zag_js_anatomy from '@zag-js/anatomy';

*/
fill?: string;
fill?: string | undefined;
}

@@ -46,7 +46,7 @@ type DataUrlType = "image/png" | "image/jpeg" | "image/svg+xml";

*/
ids?: ElementIds;
ids?: ElementIds | undefined;
/**
* The translations of the signature pad. Useful for internationalization.
*/
translations?: IntlTranslations;
translations?: IntlTranslations | undefined;
/**

@@ -68,15 +68,15 @@ * Callback when the signature pad is drawing.

*/
disabled?: boolean;
disabled?: boolean | undefined;
/**
* Whether the signature pad is required.
*/
required?: boolean;
required?: boolean | undefined;
/**
* Whether the signature pad is read-only.
*/
readOnly?: boolean;
readOnly?: boolean | undefined;
/**
* The name of the signature pad. Useful for form submission.
*/
name?: string;
name?: string | undefined;
}

@@ -83,0 +83,0 @@ interface PrivateContext {

{
"name": "@zag-js/signature-pad",
"version": "0.74.2",
"version": "0.75.0",
"description": "Core logic for the signature-pad widget implemented as a state machine",

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

"perfect-freehand": "^1.2.2",
"@zag-js/anatomy": "0.74.2",
"@zag-js/core": "0.74.2",
"@zag-js/dom-query": "0.74.2",
"@zag-js/dom-event": "0.74.2",
"@zag-js/utils": "0.74.2",
"@zag-js/types": "0.74.2"
"@zag-js/anatomy": "0.75.0",
"@zag-js/core": "0.75.0",
"@zag-js/dom-query": "0.75.0",
"@zag-js/dom-event": "0.75.0",
"@zag-js/utils": "0.75.0",
"@zag-js/types": "0.75.0"
},

@@ -39,0 +39,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