Socket
Socket
Sign inDemoInstall

@zag-js/types

Package Overview
Dependencies
Maintainers
1
Versions
828
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zag-js/types - npm Package Compare versions

Comparing version 0.0.0-dev-20220714091855 to 0.0.0-dev-20220823143241

18

dist/index.d.ts

@@ -1177,6 +1177,20 @@ import * as CSS from 'csstype';

};
declare type RootProperties = {};
declare type Context<T> = T & RootProperties & {};
declare type RootProperties = {
/**
* The owner document of the machine.
*/
doc?: Document;
/**
* The root node of the machine. Useful for shadow DOM.
*/
rootNode?: ShadowRoot;
/**
* The related target when the element is blurred.
* Used as a polyfill for `e.relatedTarget`
*/
pointerdownNode?: HTMLElement | null;
};
declare type Context<T> = T & RootProperties;
declare type Style = JSX.CSSProperties;
export { CommonProperties, Context, Direction, DirectionProperty, JSX, MaybeElement, NormalizeProps, Orientation, PropTypes, RequiredBy, RootProperties, Style, createNormalizer };

2

package.json
{
"name": "@zag-js/types",
"version": "0.0.0-dev-20220714091855",
"version": "0.0.0-dev-20220823143241",
"keywords": [

@@ -5,0 +5,0 @@ "js",

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