UNPKG

@atlaskit/profilecard

Version:

A React component to display a card with user information.

26 lines (25 loc) 687 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.agentData = exports.agentAggData = void 0; var agentData = exports.agentData = { id: 'agentId', name: 'Profile card agent', description: 'this is a agent to use in profile card', favourite: true, favourite_count: 1234, named_id: '', creator_type: 'CUSTOMER', is_default: false, actor_type: 'AGENT', user_defined_conversation_starters: [], deactivated: false }; var agentAggData = exports.agentAggData = { authoringTeam: { displayName: 'Profile card agent', profileUrl: 'https://example.com/profile' } }; var _default = exports.default = agentData;