@smart-react-components/ui
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -30,9 +30,5 @@ "use strict"; | ||
react_1.default.createElement(CSSTransition_1.default, { afterHide: afterHide, afterShow: afterShow, beforeHide: beforeHide, beforeShow: handleBeforeShow, className: transitionClassName !== null && transitionClassName !== void 0 ? transitionClassName : 'src-fixed-box', duration: transitionDuration !== null && transitionDuration !== void 0 ? transitionDuration : theme.$.transition.fixedBoxDuration, hasHideAnimation: hasHideAnimation, hasShowAnimation: hasShowAnimation, status: getStatus() }, | ||
react_1.default.createElement(Overlay_1.default, { breakpoint: triggerInteraction & types_1.TriggerInteraction.RIGHT_CLICK ? null : breakpoint, elementProps: { | ||
as: OverlayElement_1.default, | ||
duration: transitionDuration !== null && transitionDuration !== void 0 ? transitionDuration : theme.$.transition.fixedBoxDuration, | ||
isDisplayedWhenBreakpointNull: triggerInteraction & types_1.TriggerInteraction.RIGHT_CLICK, | ||
}, hasBackground: !(triggerInteraction & types_1.TriggerInteraction.RIGHT_CLICK) }, | ||
react_1.default.createElement(Overlay_1.default, { breakpoint: triggerInteraction & types_1.TriggerInteraction.RIGHT_CLICK ? null : breakpoint, hasBackground: !(triggerInteraction & types_1.TriggerInteraction.RIGHT_CLICK), template: react_1.default.createElement(OverlayElement_1.default, { duration: transitionDuration !== null && transitionDuration !== void 0 ? transitionDuration : theme.$.transition.fixedBoxDuration, isDisplayedWhenBreakpointNull: !!(triggerInteraction & types_1.TriggerInteraction.RIGHT_CLICK) }) }, | ||
react_1.default.createElement(FixedBoxElement_1.default, Object.assign({}, elementProps, { breakpoint: breakpoint, ref: boxEl }), children[1]))))); | ||
}; | ||
exports.default = FixedBox; |
{ | ||
"name": "@smart-react-components/ui", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
558548
11605