UNPKG

@atlaskit/rovo-agent-components

Version:

This package host public components related to rovo agents, the components here are needed for other public atlaskit packages

148 lines (147 loc) 3.73 kB
{ "name": "@atlaskit/rovo-agent-components", "version": "5.1.0", "description": "This package host public components related to rovo agents, the components here are needed for other public atlaskit packages", "repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo", "atlassian": { "react-compiler": { "enabled": true, "gating": { "source": "@atlassian/react-compiler-gating", "importSpecifierName": "isReactCompilerActivePlatform" } }, "team": "Rovo Agents", "website": { "name": "RovoAgentComponents", "category": "Components" } }, "author": "Atlassian Pty Ltd", "license": "Apache-2.0", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "module:es2019": "dist/es2019/index.js", "types": "dist/types/index.d.ts", "typesVersions": { ">=4.5 <5.4": { "*": [ "dist/types-ts4.5/*", "dist/types-ts4.5/index.d.ts" ] } }, "atlaskit:src": "src/index.ts", "sideEffects": [ "*.compiled.css" ], "dependencies": { "@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components": "2.10.0", "@atlaskit/analytics-next": "^11.2.0", "@atlaskit/avatar": "^25.15.0", "@atlaskit/button": "^23.11.0", "@atlaskit/css": "^0.19.0", "@atlaskit/dropdown-menu": "^16.10.0", "@atlaskit/flag": "^17.12.0", "@atlaskit/heading": "^5.4.0", "@atlaskit/icon": "^35.3.0", "@atlaskit/link": "^3.4.0", "@atlaskit/logo": "^20.1.0", "@atlaskit/platform-feature-flags": "^1.1.0", "@atlaskit/primitives": "^19.0.0", "@atlaskit/rovo-agent-analytics": "^2.0.0", "@atlaskit/skeleton": "^2.1.0", "@atlaskit/spinner": "^19.1.0", "@atlaskit/tokens": "^13.1.0", "@atlaskit/tooltip": "^22.5.0", "@babel/runtime": "^7.0.0", "@compiled/react": "^0.20.0", "react-dom": "^18.2.0", "react-magnetic-di": "^3.1.4", "react-relay": "^20.1.1" }, "devDependencies": { "@af/integration-testing": "workspace:^", "@af/visual-regression": "workspace:^", "@atlaskit/ssr": "workspace:^", "@atlassian/agent-studio-test-utils": "workspace:^", "@atlassian/feature-flags-test-utils": "^1.1.0", "@atlassian/react-compiler-gating": "workspace:^", "@atlassian/testing-library": "^0.6.0", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.4.3", "@types/relay-test-utils": "^19.0.0", "react": "^18.2.0", "react-intl": "^6.6.2", "relay-test-utils": "^20.1.1", "wait-for-expect": "^1.2.0" }, "peerDependencies": { "react": "^18.2.0", "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0" }, "techstack": { "@atlassian/frontend": { "import-structure": [ "atlassian-conventions" ], "circular-dependencies": [ "file-and-folder-level" ] }, "@repo/internal": { "dom-events": "use-bind-event-listener", "analytics": [ "analytics-next" ], "design-tokens": [ "color" ], "theming": [ "react-context" ], "ui-components": [ "lite-mode" ], "deprecation": [ "no-deprecated-imports" ], "styling": [ "static", "compiled" ], "imports": [ "import-no-extraneous-disable-for-examples-and-docs" ] } }, "platform-feature-flags": { "rovo_chat_bugfix_agent_avatar_squish": { "type": "boolean" }, "should-render-to-parent-should-be-true-ai-mate": { "type": "boolean" }, "rovo_agent_versioning_enabled": { "type": "boolean" }, "jira_ai_force_rovo_dev_avatar": { "type": "boolean" }, "rovo_agents_agent_verification": { "type": "boolean" }, "rovo_agent_support_a2a_avatar": { "type": "boolean" }, "jira_improve_agent_profile_for_a2a": { "type": "boolean" }, "jira_browse_agents_modal": { "type": "boolean" } } }