@remotion/layout-utils 4.0.212 → 4.0.214
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18,12 +18,12 @@ export declare const fitText: ({ text, withinWidth, fontFamily, fontVariantNumer
|
|
|
18
18
|
text: string;
|
|
19
19
|
withinWidth: number;
|
|
20
20
|
fontFamily: string;
|
|
21
|
-
fontWeight?:
|
|
22
|
-
letterSpacing?: string
|
|
23
|
-
fontVariantNumeric?: string
|
|
24
|
-
validateFontIsLoaded?: boolean
|
|
25
|
-
textTransform?: TextTransform
|
|
26
|
-
additionalStyles?: ModifyableCSSProperties
|
|
21
|
+
fontWeight?: number | string;
|
|
22
|
+
letterSpacing?: string;
|
|
23
|
+
fontVariantNumeric?: string;
|
|
24
|
+
validateFontIsLoaded?: boolean;
|
|
25
|
+
textTransform?: TextTransform;
|
|
26
|
+
additionalStyles?: ModifyableCSSProperties;
|
|
27
27
|
}) => {
|
|
28
28
|
fontSize: number;
|
|
29
29
|
};
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/layout-utils"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/layout-utils",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.214",
|
|
7
7
|
"description": "Utilities for working with layouts",
|
|
8
8
|
"main": "dist/cjs/index.js",
|
|
9
9
|
"types": "dist/cjs/index.d.ts",
|
|
@@ -39,6 +39,6 @@
|
|
|
39
39
|
"scripts": {
|
|
40
40
|
"formatting": "prettier src --check",
|
|
41
41
|
"lint": "eslint src --ext ts,tsx",
|
|
42
|
-
"
|
|
42
|
+
"make": "bun --env-file=../.env.bundle bundle.ts"
|
|
43
43
|
}
|
|
44
44
|
}
|