@vanilla-extract/dynamic
Advanced tools
Comparing version 0.0.0-dts-bundle-202282944525 to 0.0.0-dts-bundle-202282983532
@@ -1,2 +0,9 @@ | ||
import { Contract, MapLeafNodes } from '@vanilla-extract/private'; | ||
declare type CSSVarFunction = `var(--${string})` | `var(--${string}, ${string | number})`; | ||
declare type Contract = { | ||
[key: string]: CSSVarFunction | null | Contract; | ||
}; | ||
declare type Primitive = string | boolean | number | null | undefined; | ||
declare type MapLeafNodes<Obj, LeafType> = { | ||
[Prop in keyof Obj]: Obj[Prop] extends Primitive ? LeafType : Obj[Prop] extends Record<string | number, any> ? MapLeafNodes<Obj[Prop], LeafType> : never; | ||
}; | ||
@@ -3,0 +10,0 @@ declare type Styles = { |
{ | ||
"name": "@vanilla-extract/dynamic", | ||
"version": "0.0.0-dts-bundle-202282944525", | ||
"version": "0.0.0-dts-bundle-202282983532", | ||
"description": "Zero-runtime Stylesheets-in-TypeScript", | ||
@@ -26,3 +26,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@vanilla-extract/private": "^0.0.0-dts-bundle-202282944525" | ||
"@vanilla-extract/private": "^0.0.0-dts-bundle-202282983532" | ||
}, | ||
@@ -29,0 +29,0 @@ "devDependencies": { |
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
10408
194529
148