UNPKG

gather-content-ui

Version:
30 lines (29 loc) 2.09 kB
"use strict"; function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); } Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _react = _interopRequireWildcard(require("react")); var _FinderPanelLayoutProvider = require("./FinderPanelLayoutProvider"); function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); } function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; } function FinderPanelLayoutLeftContent(_ref) { var children = _ref.children, className = _ref.className; var _useContext = (0, _react.useContext)(_FinderPanelLayoutProvider.FinderPanelLayoutContext), fixed = _useContext.fixed, headerHeight = _useContext.headerHeight; var style = fixed ? { marginTop: headerHeight } : {}; return /*#__PURE__*/_react["default"].createElement("div", { className: "gui-finder-panel-layout__left-content ".concat(className), style: style }, children); } FinderPanelLayoutLeftContent.defaultProps = { className: "" }; var _default = exports["default"] = FinderPanelLayoutLeftContent; //# sourceMappingURL=FinderPanelLayoutLeftContent.js.map