@atlaskit/rovo-agent-components
Version:
This package host public components related to rovo agents, the components here are needed for other public atlaskit packages
18 lines • 790 B
JavaScript
/* index.tsx generated by @compiled/babel-plugin v0.39.1 */
import "./index.compiled.css";
import { ax, ix } from "@compiled/react/runtime";
import React from 'react';
import { Text } from '@atlaskit/primitives/compiled';
// This workaround prevents unwanted text truncation in LinkMenuItem caused by the current
// behavior in the ADS 'LinkMenuItem' component.
// More info: https://atlassian.slack.com/archives/C09FTFN0APN/p1770606423849489
var agentNameStyles = null;
export var AgentNameSideNav = function AgentNameSideNav(_ref) {
var children = _ref.children,
name = _ref.name;
return /*#__PURE__*/React.createElement("div", {
className: ax(["_zulp1b66 _1e0c1n7u _yv0e1ghl _4cvr1h6o"])
}, /*#__PURE__*/React.createElement(Text, {
maxLines: 1
}, name), children);
};