@superset-ui/core
Advanced tools
Comparing version 0.18.12 to 0.18.13
@@ -155,2 +155,3 @@ import _pt from "prop-types"; | ||
FallbackComponent: _pt.elementType, | ||
showOverflow: _pt.bool, | ||
height: _pt.oneOfType([_pt.number, _pt.string]), | ||
@@ -157,0 +158,0 @@ width: _pt.oneOfType([_pt.number, _pt.string]), |
@@ -26,2 +26,4 @@ import React, { ReactNode } from 'react'; | ||
onErrorBoundary?: ErrorBoundaryProps['onError']; | ||
/** Prop for form plugins uisng superchart */ | ||
showOverflow?: boolean; | ||
/** Chart width */ | ||
@@ -28,0 +30,0 @@ height?: number | string; |
@@ -174,2 +174,3 @@ "use strict"; | ||
FallbackComponent: _propTypes.default.elementType, | ||
showOverflow: _propTypes.default.bool, | ||
height: _propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.string]), | ||
@@ -176,0 +177,0 @@ width: _propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.string]), |
{ | ||
"name": "@superset-ui/core", | ||
"version": "0.18.12", | ||
"version": "0.18.13", | ||
"description": "Superset UI core", | ||
@@ -73,3 +73,3 @@ "sideEffects": false, | ||
}, | ||
"gitHead": "54e105d1dc8bf3c476501cdff8c0f7c1d6a3c842" | ||
"gitHead": "bac1afb04e5b2a2b1fe331436b8f5edb92ff418c" | ||
} |
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
773788
16565