@lion/tooltip
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.1.3](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.2...@lion/tooltip@0.1.3) (2019-04-28) | ||
### Bug Fixes | ||
* update storybook/linting; adjust story labels, eslint ignores ([8d96f84](https://github.com/ing-bank/lion/commit/8d96f84)) | ||
## [0.1.2](https://github.com/ing-bank/lion/compare/@lion/tooltip@0.1.1...@lion/tooltip@0.1.2) (2019-04-27) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@lion/tooltip", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Show relative overlay content on hover", | ||
@@ -33,12 +33,12 @@ "author": "ing-bank", | ||
"dependencies": { | ||
"@lion/core": "^0.1.2", | ||
"@lion/overlays": "^0.1.2" | ||
"@lion/core": "^0.1.3", | ||
"@lion/overlays": "^0.1.3" | ||
}, | ||
"devDependencies": { | ||
"@lion/button": "^0.1.2", | ||
"@lion/icon": "^0.1.2", | ||
"@open-wc/storybook": "^0.1.5", | ||
"@lion/button": "^0.1.3", | ||
"@lion/icon": "^0.1.3", | ||
"@open-wc/demoing-storybook": "^0.2.0", | ||
"@open-wc/testing": "^0.11.1" | ||
}, | ||
"gitHead": "6497db62d375612d691f00120daa0cdb2d899dc5" | ||
"gitHead": "bb1d1448b59f5b6579880a521f0695578d09eb73" | ||
} |
@@ -1,2 +0,1 @@ | ||
/* eslint-disable class-methods-use-this, no-underscore-dangle */ | ||
import { UpdatingElement } from '@lion/core'; | ||
@@ -3,0 +2,0 @@ import { overlays, LocalOverlayController } from '@lion/overlays'; |
@@ -1,2 +0,2 @@ | ||
import { storiesOf, html } from '@open-wc/storybook'; | ||
import { storiesOf, html } from '@open-wc/demoing-storybook'; | ||
import { css } from '@lion/core'; | ||
@@ -52,3 +52,3 @@ | ||
storiesOf('Overlay System|<lion-tooltip>', module) | ||
storiesOf('Local Overlay System|Tooltip', module) | ||
.add( | ||
@@ -55,0 +55,0 @@ 'Button tooltip', |
@@ -1,3 +0,1 @@ | ||
/* eslint-disable no-unused-expressions */ | ||
/* eslint-env mocha */ | ||
import { expect, fixture, html, aTimeout } from '@open-wc/testing'; | ||
@@ -4,0 +2,0 @@ |
11368
203
Updated@lion/core@^0.1.3
Updated@lion/overlays@^0.1.3