@operato/pull-to-refresh
Advanced tools
Comparing version 1.19.10 to 1.20.16
@@ -6,2 +6,11 @@ # Change Log | ||
## [1.20.16](https://github.com/hatiolab/operato/compare/v1.19.16...v1.20.16) (2025-01-11) | ||
### :bug: Bug Fix | ||
* update lit@3 ([27945ca](https://github.com/hatiolab/operato/commit/27945ca66668eff48395b173424f69128dfef3a9)) | ||
### [1.19.10](https://github.com/hatiolab/operato/compare/v1.19.9...v1.19.10) (2024-09-10) | ||
@@ -8,0 +17,0 @@ |
import { LitElement } from 'lit'; | ||
export declare class PullToRefreshControl extends LitElement { | ||
static styles: import("lit").CSSResult; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
pulling(d: number, opts: any): void; | ||
@@ -6,0 +6,0 @@ refreshing({ threshold }: any): void; |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "1.19.10", | ||
"version": "1.20.16", | ||
"main": "dist/src/index.js", | ||
@@ -35,3 +35,3 @@ "module": "dist/src/index.js", | ||
"dependencies": { | ||
"lit": "^2.5.0" | ||
"lit": "^3.0.0" | ||
}, | ||
@@ -71,3 +71,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "a2e152f67e86309e4644814e00202254f7a59247" | ||
"gitHead": "2398030758e126d7b8589db8f096aae13e755a6c" | ||
} |
Sorry, the diff of this file is not supported yet
129186
+ Added@lit/reactive-element@2.0.4(transitive)
+ Addedlit@3.2.1(transitive)
+ Addedlit-element@4.1.1(transitive)
+ Addedlit-html@3.2.1(transitive)
- Removed@lit/reactive-element@1.6.3(transitive)
- Removedlit@2.8.0(transitive)
- Removedlit-element@3.3.3(transitive)
- Removedlit-html@2.8.0(transitive)
Updatedlit@^3.0.0