@vanilla-extract/private
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -20,2 +20,2 @@ type CSSVarFunction = `var(--${string})` | `var(--${string}, ${string | number})`; | ||
export { CSSVarFunction, Contract, MapLeafNodes, get, getVarName, walkObject }; | ||
export { type CSSVarFunction, type Contract, type MapLeafNodes, get, getVarName, walkObject }; |
{ | ||
"name": "@vanilla-extract/private", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Zero-runtime Stylesheets-in-TypeScript", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
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
9842