@zambezi/grid
Advanced tools
Comparing version 0.13.1 to 0.13.2
{ | ||
"name": "@zambezi/grid", | ||
"version": "0.13.1", | ||
"version": "0.13.2", | ||
"description": "D3 component for drawing financial grids.", | ||
@@ -15,2 +15,3 @@ "keywords": [ | ||
"test": "mocha", | ||
"start": "npm run watch", | ||
"pretest": "npm run clean && npm run build", | ||
@@ -37,5 +38,6 @@ "prepublish": "npm test" | ||
"rimraf": "2.5.3", | ||
"rollup": "0.26.3", | ||
"rollup": "0.34.10", | ||
"rollup-plugin-babel": "2.3.9", | ||
"rollup-plugin-postcss": "0.1.1" | ||
"rollup-plugin-postcss": "0.1.1", | ||
"rollup-watch": "^2.5.0" | ||
}, | ||
@@ -42,0 +44,0 @@ "dependencies": { |
@@ -260,10 +260,10 @@ import { columnDragTargetLayout as dragTargetLayout } from './column-drag-target-layout' | ||
} | ||
function clearHighlightTransition(d, i) { | ||
if (this !== s.node()) return | ||
sheet( | ||
cellSelector(d.column) | ||
, { animationName: '', webkitAnimationName: '' } | ||
) | ||
} | ||
} | ||
function clearHighlightTransition(d, i) { | ||
sheet( | ||
cellSelector(d.column) | ||
, { animationName: '', webkitAnimationName: '' } | ||
) | ||
} | ||
} | ||
@@ -270,0 +270,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
466762
5325
14