@remotion/animation-utils 4.0.136 → 4.0.138

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.
@@ -38,4 +38,4 @@ declare const breakDownValueIntoUnitNumberAndFunctions: (value: CSSPropertiesVal
38
38
  function?: undefined;
39
39
  number?: undefined;
40
40
  })[];
41
- export { getColorMatchers, breakDownValueIntoUnitNumberAndFunctions };
41
+ export { breakDownValueIntoUnitNumberAndFunctions, getColorMatchers };
@@ -28,4 +28,4 @@ type CSSPropertiesKey = keyof Style;
28
28
  type CSSPropertiesValue = Style[CSSPropertiesKey];
29
29
  type UnitNumberAndFunctions = ReturnType<typeof breakDownValueIntoUnitNumberAndFunctions>;
30
30
  type UnitNumberAndFunction = UnitNumberAndFunctions[0];
31
- export type { LengthUnit, LengthPercentageUnit, AngleUnit, TransformFunctionReturnType, ColorMatchers, Style, CSSPropertiesKey, CSSPropertiesValue, UnitNumberAndFunction, };
31
+ export type { AngleUnit, CSSPropertiesKey, CSSPropertiesValue, ColorMatchers, LengthPercentageUnit, LengthUnit, Style, TransformFunctionReturnType, UnitNumberAndFunction, };
@@ -38,4 +38,4 @@ declare const breakDownValueIntoUnitNumberAndFunctions: (value: CSSPropertiesVal
38
38
  function?: undefined;
39
39
  number?: undefined;
40
40
  })[];
41
- export { getColorMatchers, breakDownValueIntoUnitNumberAndFunctions };
41
+ export { breakDownValueIntoUnitNumberAndFunctions, getColorMatchers };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.breakDownValueIntoUnitNumberAndFunctions = exports.getColorMatchers = void 0;
3
+ exports.getColorMatchers = exports.breakDownValueIntoUnitNumberAndFunctions = void 0;
4
4
  const remotion_1 = require("remotion");
5
5
  const constants_1 = require("./constants");
6
6
  function call(...args) {
package/dist/type.d.ts CHANGED
@@ -28,4 +28,4 @@ type CSSPropertiesKey = keyof Style;
28
28
  type CSSPropertiesValue = Style[CSSPropertiesKey];
29
29
  type UnitNumberAndFunctions = ReturnType<typeof breakDownValueIntoUnitNumberAndFunctions>;
30
30
  type UnitNumberAndFunction = UnitNumberAndFunctions[0];
31
- export type { LengthUnit, LengthPercentageUnit, AngleUnit, TransformFunctionReturnType, ColorMatchers, Style, CSSPropertiesKey, CSSPropertiesValue, UnitNumberAndFunction, };
31
+ export type { AngleUnit, CSSPropertiesKey, CSSPropertiesValue, ColorMatchers, LengthPercentageUnit, LengthUnit, Style, TransformFunctionReturnType, UnitNumberAndFunction, };
package/package.json CHANGED
@@ -4,13 +4,13 @@
4
4
  "name": "Chetan Karwa",
5
5
  "email": "cbkarwa@gmail.com"
6
6
  },
7
- "version": "4.0.136",
7
+ "version": "4.0.138",
8
8
  "description": "A set of animation utilities for Remotion",
9
9
  "main": "./dist/index.js",
10
10
  "module": "./dist/index.mjs",
11
11
  "types": "./dist/index.d.ts",
12
12
  "dependencies": {
13
- "remotion": "4.0.136"
13
+ "remotion": "4.0.138"
14
14
  },
15
15
  "files": [
16
16
  "dist",
@@ -24,10 +24,10 @@
24
24
  "devDependencies": {
25
25
  "@types/react": "18.2.48",
26
26
  "@types/node": "18.14.6",
27
- "prettier": "3.1.1",
27
+ "prettier": "3.2.5",
28
28
  "prettier-plugin-organize-imports": "3.2.4",
29
- "eslint": "8.42.0",
30
- "@jonny/eslint-config": "3.0.276",
29
+ "eslint": "8.56.0",
30
+ "@jonny/eslint-config": "3.0.281",
31
31
  "vitest": "0.31.1",
32
32
  "rollup": "^2.70.1"
33
33
  },