Socket
Socket
Sign inDemoInstall

noodl-types

Package Overview
Dependencies
Maintainers
7
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noodl-types - npm Package Compare versions

Comparing version 1.0.272 to 1.0.273

2

dist/constants.d.ts

@@ -57,2 +57,2 @@ export declare const action: {

export declare const styleKeys: readonly ["FontSize", "axis", "background", "backgroundColor", "border", "borderColor", "borderRadius", "borderRaduis", "borderWidth", "boxShadow", "boxSizing", "color", "contentSize", "diaplay", "display", "filter", "float", "flex", "flexFlow", "fontColor", "fontFamily", "fontSize", "fontStyle", "fontWeight", "foontWeight", "height", "hieght", "isHidden", "justifyContent", "left", "letterSpacing", "lineHeight", "marginLeft", "marginTop", "onClick", "padding", "paddingBottom", "paddingLeft", "placeholder", "position", "required", "shadow", "text-align", "textAlign", "textDecoration", "textIndent", "top", "width", "zIndex"];
export declare const userEvent: readonly ["onBlur", "onClick", "onChange", "onFocus", "onHover", "onInput", "onMouseEnter", "onMouseLeave", "onMouseOut", "onMouseOver", "onLazyLoading", "onPull", "onContextmenu", "startRecord", "pauseRecord", "resumeRecord", "endRecord", "finishRecord", "errorRecord", "beforeFinish", "deleteCallBack", "imageClick"];
export declare const userEvent: readonly ["onBlur", "onClick", "onChange", "onFocus", "onHover", "onInput", "onMouseEnter", "onMouseLeave", "onMouseOut", "onMouseOver", "onLazyLoading", "onPull", "onContextmenu", "startRecord", "pauseRecord", "resumeRecord", "endRecord", "finishRecord", "errorRecord", "beforeFinish", "deleteCallBack", "imageClick", "onGenerateClick"];

@@ -189,3 +189,4 @@ "use strict";

'imageClick',
'onGenerateClick'
];
//# sourceMappingURL=constants.js.map

@@ -297,2 +297,3 @@ export interface StyleObject {

export type StyleTextAlign = StyleAlign | StyleTextAlignObject | 'center' | 'left' | 'right';
export type StyleTextAlignDirection = 'left' | 'center' | 'right';
export interface StyleTextAlignObject {

@@ -299,0 +300,0 @@ x?: 'center' | 'centerX' | 'left' | 'right';

@@ -34,3 +34,3 @@ {

"types": "dist/index.d.ts",
"version": "1.0.272"
"version": "1.0.273"
}

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