victory-tooltip
Advanced tools
Comparing version 37.0.2 to 37.0.3-next.0
# victory-tooltip | ||
## 37.0.3-next.0 | ||
### Patch Changes | ||
- Updated dependencies [65d02419f] | ||
- victory-core@37.0.3-next.0 | ||
## 37.0.2 | ||
@@ -4,0 +11,0 @@ |
@@ -0,0 +0,0 @@ import React from "react"; |
export * from "./victory-tooltip"; | ||
export * from "./flyout"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,0 +0,0 @@ import React from "react"; |
@@ -477,3 +477,3 @@ import _orderBy from "lodash/orderBy"; | ||
if (!active) { | ||
return renderInPortal ? /*#__PURE__*/React.createElement(VictoryPortal, null) : null; | ||
return null; | ||
} | ||
@@ -480,0 +480,0 @@ const evaluatedProps = this.getEvaluatedProps(props); |
@@ -0,0 +0,0 @@ import React from "react"; |
export * from "./victory-tooltip"; | ||
export * from "./flyout"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -0,0 +0,0 @@ import React from "react"; |
@@ -484,3 +484,3 @@ "use strict"; | ||
if (!active) { | ||
return renderInPortal ? /*#__PURE__*/_react.default.createElement(_victoryCore.VictoryPortal, null) : null; | ||
return null; | ||
} | ||
@@ -487,0 +487,0 @@ const evaluatedProps = this.getEvaluatedProps(props); |
{ | ||
"name": "victory-tooltip", | ||
"version": "37.0.2", | ||
"version": "37.0.3-next.0", | ||
"description": "Tooltip Component for Victory", | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
"lodash": "^4.17.19", | ||
"victory-core": "^37.0.2" | ||
"victory-core": "^37.0.3-next.0" | ||
}, | ||
@@ -30,5 +30,2 @@ "peerDependencies": { | ||
}, | ||
"publishConfig": { | ||
"provenance": true | ||
}, | ||
"wireit": { | ||
@@ -35,0 +32,0 @@ "### THESE WIREIT CONFIGS ARE GENERATED ####": {}, |
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
435441
8988
2
Updatedvictory-core@^37.0.3-next.0