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 Mar 15, 2024
1 parent a26f614 commit af2d3f2
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import Lenis from '@studio-freight/lenis'
using scripts:

```html
<script src="https://unpkg.com/@studio-freight/[email protected].39/dist/lenis.min.js"></script>
<script src="https://unpkg.com/@studio-freight/[email protected].40/dist/lenis.min.js"></script>
```


Expand Down Expand Up @@ -257,6 +257,7 @@ html.lenis, html.lenis body {
- [Matt Rothenberg's portfolio](https://mattrothenberg.com) by [Matt Rothenberg](https://twitter.com/mattrothenberg)
- [Edoardo Lunardi's portfolio](https://www.edoardolunardi.dev/) by [Edoardo Lunardi](https://www.edoardolunardi.dev/)
- [DeSo](https://deso.com) by [Studio Freight](https://www.studiofreight.com/)
- [Francesco Michelini's portfolio](https://www.francescomichelini.com/projects) by [Francesco Michelini](https://www.francescomichelini.com/)

<br/>

Expand Down
2 changes: 1 addition & 1 deletion packages/lenis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import Lenis from '@studio-freight/lenis'
using scripts:

```html
<script src="https://unpkg.com/@studio-freight/[email protected].39/dist/lenis.min.js"></script>
<script src="https://unpkg.com/@studio-freight/[email protected].40/dist/lenis.min.js"></script>
```


Expand Down
2 changes: 1 addition & 1 deletion packages/lenis/dist/lenis.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/lenis/dist/lenis.cjs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/lenis/dist/lenis.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.Lenis = factory());
})(this, (function () { 'use strict';

var version = "1.0.39";
var version = "1.0.40";

// Clamp a value between a minimum and maximum value
function clamp(min, input, max) {
Expand Down
2 changes: 1 addition & 1 deletion packages/lenis/dist/lenis.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/lenis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio-freight/lenis",
"version": "1.0.39",
"version": "1.0.40",
"description": "Lenis is a smooth scroll library to normalize and smooth the scrolling experience across devices",
"license": "MIT",
"repository": {
Expand Down

1 comment on commit af2d3f2

@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: 93
🟢 Accessibility: 96
🟢 Best practices: 100
🟠 SEO: 67
🔴 PWA: 33

Lighthouse ran on https://lenis-7o10wk40d-studio-freight.vercel.app/"

Please sign in to comment.