@navita/css
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -21,3 +21,3 @@ import { StyleRule, GlobalStyleRule, CSSKeyframes, FontFaceRule, NullableTokens, ThemeVars, Tokens, Contract, MapLeafNodes, CSSVarFunction } from '@navita/types'; | ||
declare function createVar(name: string): string; | ||
declare function createVar<T extends string>(name?: T): `--${T}`; | ||
declare function fallbackVar(...values: [string, ...Array<string>]): string; | ||
@@ -24,0 +24,0 @@ declare function assignVars<VarContract extends Contract>(varContract: VarContract, tokens: MapLeafNodes<VarContract, string>): Record<CSSVarFunction, string>; |
{ | ||
"name": "@navita/css", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Public API for Navita", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
23789