UNPKG

@atlaskit/mention

Version:

A React component used to display user profiles in a list for 'Mention' functionality

118 lines (117 loc) 3.08 kB
{ "atlaskit:src": "src/index.ts", "atlassian": { "team": "Search Platform: Search Experience", "slack": { "channel": "#search-plex-prs", "notifications": { "mergedPR": { "message": "A PR was merged in @atlaskit/mention without maintainer approval." } } }, "website": { "name": "Mention" } }, "author": "Atlassian Pty Ltd", "config": { "access": "public" }, "dependencies": { "@atlaskit/afm-i18n-platform-elements-mention": "2.7.0", "@atlaskit/analytics-gas-types": "^5.1.0", "@atlaskit/analytics-next": "^11.1.0", "@atlaskit/avatar": "^25.10.0", "@atlaskit/focus-ring": "^3.0.0", "@atlaskit/heading": "^5.3.0", "@atlaskit/icon": "^33.0.0", "@atlaskit/lozenge": "^13.5.0", "@atlaskit/platform-feature-flags": "^1.1.0", "@atlaskit/primitives": "^18.0.0", "@atlaskit/tag": "^14.5.0", "@atlaskit/teams-avatar": "^2.4.0", "@atlaskit/theme": "^22.0.0", "@atlaskit/tokens": "^11.1.0", "@atlaskit/tooltip": "^21.0.0", "@atlaskit/ufo": "^0.4.0", "@atlaskit/util-service-support": "^6.3.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1", "@emotion/styled": "^11.0.0", "lodash": "^4.17.21", "uuid": "^3.1.0" }, "description": "A React component used to display user profiles in a list for 'Mention' functionality", "devDependencies": { "@af/integration-testing": "workspace:^", "@af/search-test-utils": "workspace:^", "@af/visual-regression": "workspace:^", "@atlaskit/elements-test-helpers": "workspace:^", "@atlassian/a11y-jest-testing": "^0.10.0", "@atlassian/feature-flags-test-utils": "^1.0.0", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.4.3", "@types/query-string": "^4.3.1", "@types/serialize-javascript": "^5.0.0", "enzyme": "^3.10.0", "es6-promise": "^4.0.5", "exenv": "^1.2.2", "fetch-mock": "^8.0.0", "query-string": "^7.1.3", "react": "^18.2.0", "react-dom": "^18.2.0", "react-intl-next": "npm:react-intl@^5.18.1", "serialize-javascript": "^5.0.1" }, "keywords": [ "ui", "mention", "fabric", "teams" ], "license": "Apache-2.0", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "module:es2019": "dist/es2019/index.js", "name": "@atlaskit/mention", "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "react-intl-next": "npm:react-intl@^5.18.1" }, "platform-feature-flags": { "jira_ai_agent_avatar_issue_view_comment_mentions": { "type": "boolean" }, "platform-dst-lozenge-tag-badge-visual-uplifts": { "type": "boolean" } }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror", "sideEffects": [ "*.compiled.css" ], "techstack": { "@repo/internal": { "deprecation": "no-deprecated-imports", "design-tokens": [ "color" ], "styling": "emotion" } }, "types": "dist/types/index.d.ts", "typesVersions": { ">=4.5 <4.9": { "*": [ "dist/types-ts4.5/*", "dist/types-ts4.5/index.d.ts" ] } }, "version": "24.6.0" }