@bigbinary/neetoui
Version:
neetoUI drives the experience at all neeto products
64 lines (60 loc) • 2.65 kB
JavaScript
import _defineProperty from '@babel/runtime/helpers/defineProperty';
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
import 'react';
import classnames from 'classnames';
import Typography from './Typography.js';
import { jsx } from 'react/jsx-runtime';
import Tooltip from './Tooltip.js';
import '@babel/runtime/helpers/slicedToArray';
import '@tippyjs/react';
import 'tippy.js';
import 'react-router-dom';
import '@bigbinary/neeto-hotkeys';
import './overlayManager.js';
import '@babel/runtime/helpers/classCallCheck';
import '@babel/runtime/helpers/createClass';
import '@bigbinary/neeto-cist';
import 'qs';
import 'ramda';
import './index-DyUNP5G9.js';
import '@babel/runtime/helpers/toConsumableArray';
import 'dayjs';
import 'dayjs/plugin/localeData';
import 'dayjs/plugin/utc';
import 'dayjs/plugin/weekday';
import 'dayjs/plugin/weekOfYear';
import 'i18next';
import './usePrefersReducedMotion-n4ZJtExQ.js';
var Title = function Title(_ref) {
var className = _ref.className,
children = _ref.children;
return /*#__PURE__*/jsx(Typography, {
className: classnames("neeto-ui-mb-1", className),
"data-testid": "popover-title",
lineHeight: "snug",
style: "h5",
weight: "semibold",
children: children
});
};
var _excluded = ["children", "className", "theme"];
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), true).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
var Popover = function Popover(_ref) {
var children = _ref.children,
_ref$className = _ref.className,
className = _ref$className === void 0 ? "" : _ref$className,
_ref$theme = _ref.theme,
theme = _ref$theme === void 0 ? "light" : _ref$theme,
otherProps = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/jsx(Tooltip, _objectSpread({
theme: theme,
arrow: true,
interactive: true,
className: classnames("neeto-ui-popover", className),
content: children
}, otherProps));
};
Popover.Title = Title;
export { Popover as default };
//# sourceMappingURL=Popover.js.map