Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "onno", | ||
"license": "MIT", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"homepage": "https://onnojs.com", | ||
@@ -33,3 +33,3 @@ "description": "Responsive style props for building themed design systems", | ||
}, | ||
"gitHead": "5149ddd82db11874dacd0a3ae3f9448b6f5a3c89" | ||
"gitHead": "93e5c21887be219e17e88e2cf255b713c03acfd3" | ||
} |
@@ -74,3 +74,3 @@ export declare type Length = number | ||
} | ||
export declare type StyleValue = number | string | string[] | undefined | ||
export declare type StyleValue = number | string | string[] | Nil | ||
export interface Style { | ||
@@ -77,0 +77,0 @@ [key: string]: StyleValue |
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
118031