@operato/pull-to-refresh
Advanced tools
Comparing version 9.0.0-beta.4 to 9.0.0-beta.10
@@ -6,2 +6,11 @@ # Change Log | ||
## [9.0.0-beta.10](https://github.com/hatiolab/operato/compare/v9.0.0-beta.9...v9.0.0-beta.10) (2025-01-25) | ||
### :bug: Bug Fix | ||
* tweak tsconfig.json ([3c424b1](https://github.com/hatiolab/operato/commit/3c424b18d046f95d5619076d113d49a4b4dc9bbb)) | ||
## [9.0.0-beta.4](https://github.com/hatiolab/operato/compare/v9.0.0-beta.3...v9.0.0-beta.4) (2025-01-20) | ||
@@ -8,0 +17,0 @@ |
@@ -70,3 +70,7 @@ import { __decorate } from "tslib"; | ||
}; | ||
PullToRefreshControl.styles = css ` | ||
Object.defineProperty(PullToRefreshControl, "styles", { | ||
enumerable: true, | ||
configurable: true, | ||
writable: true, | ||
value: css ` | ||
:host { | ||
@@ -207,3 +211,4 @@ position: absolute; | ||
} | ||
`; | ||
` | ||
}); | ||
PullToRefreshControl = __decorate([ | ||
@@ -210,0 +215,0 @@ customElement('ox-pulltorefresh-control') |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "9.0.0-beta.4", | ||
"version": "9.0.0-beta.10", | ||
"type": "module", | ||
@@ -73,3 +73,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "d1d762cc701221021637fda95f7399ca641afb6e" | ||
"gitHead": "5f56d67c7097c8362e658c78262e6bbec66029cf" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
118701
426