@operato/board
Advanced tools
Comparing version 0.2.26 to 0.2.27
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.2.27](https://github.com/hatiolab/operato/compare/v0.2.26...v0.2.27) (2021-11-29) | ||
### :rocket: New Features | ||
* move in lottie-player ([a542700](https://github.com/hatiolab/operato/commit/a542700bddb4960a65580e1ee14bbaae8493b6d3)) | ||
### [0.2.26](https://github.com/hatiolab/operato/compare/v0.2.25...v0.2.26) (2021-11-24) | ||
@@ -8,0 +17,0 @@ |
@@ -1,1 +0,1 @@ | ||
export declare const style: import("lit-element").CSSResult; | ||
export declare const style: import("lit").CSSResult; |
@@ -1,2 +0,2 @@ | ||
import { css } from 'lit-element'; | ||
import { css } from 'lit'; | ||
export const style = css ` | ||
@@ -3,0 +3,0 @@ :host { |
{ | ||
"name": "@operato/board", | ||
"version": "0.2.26", | ||
"version": "0.2.27", | ||
"description": "Webcomponent for board following open-wc recommendations", | ||
@@ -60,3 +60,3 @@ "author": "heartyoh", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.4.4" | ||
"typescript": "^4.5.2" | ||
}, | ||
@@ -76,3 +76,3 @@ "customElements": "custom-elements.json", | ||
}, | ||
"gitHead": "5fc8d5fa1dd2f4f38539cc3c5e1d50f00f55e80d" | ||
"gitHead": "f18e9215200d203387dc0790f8c80710a67d1c35" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { css } from 'lit-element' | ||
import { css } from 'lit' | ||
@@ -3,0 +3,0 @@ export const style = css` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1125168
64