system-props
Advanced tools
Comparing version 0.19.0-3 to 0.19.0-4
@@ -21,2 +21,2 @@ import { SystemConfig, PropConfigCollection, Cache, PrefixDefault, PrefixOptions } from '../types'; | ||
tokenPrefix?: "all" | "prefix" | "noprefix" | undefined; | ||
}) => (arg: PropConfigCollection) => Required<Parser<PrefixOptions>>; | ||
}) => (arg: PropConfigCollection) => Parser<"prefix">; |
{ | ||
"name": "system-props", | ||
"version": "0.19.0-3", | ||
"version": "0.19.0-4", | ||
"description": "Inspired by styled-system, a responsive, theme-based style props for building design systems with React.", | ||
@@ -5,0 +5,0 @@ "author": "Rogin Farrer", |
@@ -193,3 +193,3 @@ import { parseResponsiveStyle, parseResponsiveObject } from './parseResponsive'; | ||
parser.css = cssFunction; | ||
return parser as Required<Parser<typeof tokenPrefix>>; | ||
return parser; | ||
}; | ||
@@ -196,0 +196,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
410078