@operato/pull-to-refresh
Advanced tools
Comparing version 1.4.5 to 1.4.64
@@ -6,2 +6,10 @@ # Change Log | ||
### [1.4.64](https://github.com/hatiolab/operato/compare/v1.4.63...v1.4.64) (2023-09-13) | ||
**Note:** Version bump only for package @operato/pull-to-refresh | ||
### [1.4.5](https://github.com/hatiolab/operato/compare/v1.4.4...v1.4.5) (2023-07-22) | ||
@@ -8,0 +16,0 @@ |
import { __decorate } from "tslib"; | ||
import { css, html, LitElement } from 'lit'; | ||
import { customElement } from 'lit/decorators.js'; | ||
export let PullToRefreshControl = class PullToRefreshControl extends LitElement { | ||
let PullToRefreshControl = class PullToRefreshControl extends LitElement { | ||
render() { | ||
@@ -210,2 +210,3 @@ return html ` | ||
], PullToRefreshControl); | ||
export { PullToRefreshControl }; | ||
//# sourceMappingURL=pull-to-refresh-control.js.map |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "1.4.5", | ||
"version": "1.4.64", | ||
"main": "dist/src/index.js", | ||
@@ -70,3 +70,3 @@ "module": "dist/src/index.js", | ||
}, | ||
"gitHead": "d6f31f363ee5aabb2420203477da6206f8ebeeed" | ||
"gitHead": "47382eb5b652aeb12fc530a9508921824e19aca0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
118310
895