@flourish/info-popup
Advanced tools
Comparing version 5.0.1 to 5.0.2
{ | ||
"name": "@flourish/info-popup", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Popup with data insertion", | ||
@@ -5,0 +5,0 @@ "main": "info-popup.js", |
@@ -0,1 +1,4 @@ | ||
# 5.0.2 | ||
* Avoid word breaks in tables | ||
# 5.0.1 | ||
@@ -2,0 +5,0 @@ * Resize constrainer in 'none' mode to avoid extra whitespace bug |
@@ -17,3 +17,3 @@ var DEFAULTS = { | ||
popup_font_size: 1, | ||
popup_width: 12, | ||
popup_width: 18, | ||
popup_background: "#ffffff", | ||
@@ -20,0 +20,0 @@ popup_background_opacity: 1, |
@@ -130,3 +130,2 @@ import { color } from "d3-color"; | ||
.style("overflow", "hidden") | ||
.style("word-break", "break-word") | ||
.style("text-overflow", "ellipsis"); | ||
@@ -133,0 +132,0 @@ |
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
230976
5218