@freelensapp/animate 1.3.2 → 1.4.0

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.
package/dist/index.d.ts CHANGED
@@ -3,10 +3,10 @@
3
3
  * Copyright (c) OpenLens Authors. All rights reserved.
4
4
  * Licensed under MIT License. See LICENSE in root directory for more information.
5
5
  */
6
- export type { AnimateName, AnimateProps } from "./src/animate";
7
6
  export { Animate } from "./src/animate";
8
7
  export { defaultEnterDurationForAnimatedInjectable } from "./src/default-enter-duration.injectable";
9
8
  export { defaultLeaveDurationForAnimatedInjectable } from "./src/default-leave-duration.injectable";
10
- export type { RequestAnimationFrame } from "./src/request-animation-frame.injectable";
11
- export { requestAnimationFrameInjectable } from "./src/request-animation-frame.injectable";
12
9
  export { animateFeature } from "./src/feature";
10
+ export { requestAnimationFrameInjectable } from "./src/request-animation-frame.injectable";
11
+ export type { AnimateName, AnimateProps } from "./src/animate";
12
+ export type { RequestAnimationFrame } from "./src/request-animation-frame.injectable";
@@ -4,8 +4,8 @@
4
4
  * Licensed under MIT License. See LICENSE in root directory for more information.
5
5
  */
6
6
  import "./animate.scss";
7
- import type { StrictReactNode } from "@freelensapp/utilities";
8
7
  import React from "react";
8
+ import type { StrictReactNode } from "@freelensapp/utilities";
9
9
  export type AnimateName = "opacity" | "slide-right" | "opacity-scale" | string;
10
10
  export interface AnimateProps {
11
11
  name?: AnimateName;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@freelensapp/animate",
3
3
  "private": false,
4
- "version": "1.3.2",
4
+ "version": "1.4.0",
5
5
  "description": "Highly extendable animate in the Freelens.",
6
6
  "type": "commonjs",
7
7
  "files": [
@@ -32,8 +32,8 @@
32
32
  "@ogre-tools/injectable-extension-for-auto-registration": "^17.11.1",
33
33
  "@ogre-tools/injectable-react": "^17.11.1",
34
34
  "react": "^17.0.2",
35
- "@freelensapp/feature-core": "^1.3.2",
36
- "@freelensapp/utilities": "^1.3.2"
35
+ "@freelensapp/feature-core": "^1.4.0",
36
+ "@freelensapp/utilities": "^1.4.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/react": "^17.0.87",
@@ -44,9 +44,9 @@
44
44
  "ts-loader": "^9.5.2",
45
45
  "typescript": "^5.8.3",
46
46
  "webpack": "^5.99.9",
47
- "@freelensapp/jest": "^1.3.2",
48
- "@freelensapp/typescript": "^1.3.2",
49
- "@freelensapp/webpack": "^1.3.2"
47
+ "@freelensapp/jest": "^1.4.0",
48
+ "@freelensapp/webpack": "^1.4.0",
49
+ "@freelensapp/typescript": "^1.4.0"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "lens-webpack-build",