@remotion/layout-utils
Advanced tools
Comparing version
@@ -21,10 +21,10 @@ import type { ModifyableCSSProperties, TextTransform } from '../layouts/measure-text'; | ||
fontFamily: string; | ||
fontWeight?: string | number | undefined; | ||
letterSpacing?: string | undefined; | ||
fontVariantNumeric?: string | undefined; | ||
validateFontIsLoaded?: boolean | undefined; | ||
textTransform?: TextTransform | undefined; | ||
additionalStyles?: ModifyableCSSProperties<Partial<CSSStyleDeclaration>> | undefined; | ||
fontWeight?: number | string; | ||
letterSpacing?: string; | ||
fontVariantNumeric?: string; | ||
validateFontIsLoaded?: boolean; | ||
textTransform?: TextTransform; | ||
additionalStyles?: ModifyableCSSProperties; | ||
}) => { | ||
fontSize: number; | ||
}; |
@@ -6,3 +6,3 @@ { | ||
"name": "@remotion/layout-utils", | ||
"version": "4.0.213", | ||
"version": "4.0.214", | ||
"description": "Utilities for working with layouts", | ||
@@ -43,4 +43,4 @@ "main": "dist/cjs/index.js", | ||
"lint": "eslint src --ext ts,tsx", | ||
"build": "bun --env-file=../.env.bundle bundle.ts" | ||
"make": "bun --env-file=../.env.bundle bundle.ts" | ||
} | ||
} |
23096
-0.44%