Skip to content

Commit

Permalink
@studio-freight/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Feb 20, 2024
1 parent 48edf30 commit ab1af4a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/react-lenis/dist/react-lenis.cjs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/react-lenis/dist/react-lenis.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/react-lenis/dist/react-lenis.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/react-lenis/dist/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Lenis, { LenisOptions } from '@studio-freight/lenis';
import { ForwardRefExoticComponent, PropsWithoutRef, ReactNode, RefAttributes } from 'react';
export declare const LenisContext: Lenis | undefined;
export declare const LenisContext: any;
export declare function useLenis(callback: (lenis: Lenis) => void, deps?: Array<any>, priority?: number): Lenis | undefined;
type ForwardRefComponent<P, T> = ForwardRefExoticComponent<PropsWithoutRef<P> & RefAttributes<T>>;
type Props = {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-lenis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio-freight/react-lenis",
"version": "0.0.44",
"version": "0.0.45",
"repository": {
"type": "git",
"url": "git+https://github.com/darkroomengineering/lenis.git"
Expand Down

1 comment on commit ab1af4a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"⚡️ Lighthouse report for the changes in this commit:

🔴 Performance: 32
🟠 Accessibility: 88
🟢 Best practices: 100
🟠 SEO: 67
🔴 PWA: 0

Lighthouse ran on https://gsap.com/requires-membership/?plugin=SplitText&source=trial"

Please sign in to comment.