@d3fc/d3fc-element
Advanced tools
Comparing version 5.1.6 to 5.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="5.2.0"></a> | ||
# [5.2.0](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-element@5.1.6...@d3fc/d3fc-element@5.2.0) (2019-03-07) | ||
### Features | ||
* export cartesian/element css variables as part of package ([17f8a4b](https://github.com/d3fc/d3fc/commit/17f8a4b)) | ||
<a name="5.1.6"></a> | ||
@@ -8,0 +19,0 @@ ## [5.1.6](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-element@5.1.5...@d3fc/d3fc-element@5.1.6) (2019-03-06) |
{ | ||
"name": "@d3fc/d3fc-element", | ||
"version": "5.1.6", | ||
"version": "5.2.0", | ||
"description": "Custom HTML elements that make it easier to create responsive visualisations that integrate easily with other UI frameworks (e.g. React, Angular)", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
// Adapted from https://github.com/substack/insert-css | ||
const css = `d3fc-canvas,d3fc-svg{position:relative;display:block}\ | ||
export const css = `d3fc-canvas,d3fc-svg{position:relative;display:block}\ | ||
d3fc-canvas>canvas,d3fc-svg>svg{position:absolute;height:100%;width:100%}\ | ||
@@ -4,0 +4,0 @@ d3fc-svg>svg{overflow:visible}`; |
56655