noodl-types
Advanced tools
Comparing version 1.0.37 to 1.0.38
@@ -41,2 +41,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", "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 ["onClick", "onChange", "onHover", "onMouseEnter", "onMouseLeave", "onMouseOut", "onMouseOver"]; | ||
export declare const userEvent: readonly ["onBlur", "onClick", "onChange", "onFocus", "onHover", "onMouseEnter", "onMouseLeave", "onMouseOut", "onMouseOver"]; |
@@ -148,4 +148,6 @@ "use strict"; | ||
exports.userEvent = [ | ||
'onBlur', | ||
'onClick', | ||
'onChange', | ||
'onFocus', | ||
'onHover', | ||
@@ -152,0 +154,0 @@ 'onMouseEnter', |
{ | ||
"name": "noodl-types", | ||
"version": "1.0.37", | ||
"version": "1.0.38", | ||
"description": "NOODL TypeScript Definitions", | ||
@@ -5,0 +5,0 @@ "author": "Christopher Tran <christopher@aitmed.com>", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68973
1238