@superset-ui/dimension
Advanced tools
Comparing version 0.12.5 to 0.12.7
@@ -1,2 +0,2 @@ | ||
import{SVG_NS}from"./constants";export default function createHiddenSvgNode(){var a=document.createElementNS(SVG_NS,"svg");// and not capturing mouse events | ||
return a.style.position="absolute",a.style.opacity="0",a.style.pointerEvents="none",a} | ||
import{SVG_NS}from"./constants";export default function createHiddenSvgNode(){var a=document.createElementNS(SVG_NS,"svg");// won't capture mouse events | ||
return a.style.position="absolute",a.style.top="-100%",a.style.left="-100%",a.style.width="0",a.style.height="0",a.style.opacity="0",a.style.pointerEvents="none",a} |
@@ -1,2 +0,2 @@ | ||
"use strict";var _constants=require("./constants");exports.__esModule=!0,exports.default=createHiddenSvgNode;function createHiddenSvgNode(){var a=document.createElementNS(_constants.SVG_NS,"svg");// and not capturing mouse events | ||
return a.style.position="absolute",a.style.opacity="0",a.style.pointerEvents="none",a} | ||
"use strict";var _constants=require("./constants");exports.__esModule=!0,exports.default=createHiddenSvgNode;function createHiddenSvgNode(){var a=document.createElementNS(_constants.SVG_NS,"svg");// won't capture mouse events | ||
return a.style.position="absolute",a.style.top="-100%",a.style.left="-100%",a.style.width="0",a.style.height="0",a.style.opacity="0",a.style.pointerEvents="none",a} |
{ | ||
"name": "@superset-ui/dimension", | ||
"version": "0.12.5", | ||
"version": "0.12.7", | ||
"description": "Superset UI dimension", | ||
@@ -28,3 +28,3 @@ "sideEffects": false, | ||
}, | ||
"gitHead": "5b6f4a5bd2cb70089d429c9f635f1d0fbc40973f" | ||
"gitHead": "0a60f5be3adfc70af8c9d9ef92f5d2c2d935a2c4" | ||
} |
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
30758