@atlaskit/rovo-agent-components 7.2.0 → 7.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/compass.yml +38 -0
  3. package/package.json +19 -40
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/rovo-agent-components
2
2
 
3
+ ## 7.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 7.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`b84f653c93be0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b84f653c93be0) -
14
+ Update i18n NPM package versions for ai-mate,ai,ai-opt-in,insights-ai-platform (Group 2)
15
+
3
16
  ## 7.2.0
4
17
 
5
18
  ### Minor Changes
package/compass.yml ADDED
@@ -0,0 +1,38 @@
1
+ configVersion: 1
2
+ id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/a0d02bd7-4039-4185-a7bc-2e4463c8a506
3
+ name: '@atlaskit/rovo-agent-components'
4
+ ownerId: ari:cloud:identity::team/82cb3286-be3f-46b5-8844-d2ae4eb2eb75 # Agents FE
5
+ labels:
6
+ - platform-code
7
+ - platform-afm
8
+ typeId: OTHER
9
+ fields:
10
+ tier: 4
11
+ lifecycle: Active
12
+ isMonorepoProject: true
13
+ links:
14
+ - name: Root Repository
15
+ type: REPOSITORY
16
+ url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
17
+ - name: Slack Channel
18
+ type: CHAT_CHANNEL
19
+ url: https://atlassian.enterprise.slack.com/archives/C09GAQ45Z38 # #rovo-agents-frontend-alerts
20
+ - name: Rovo Agent Components
21
+ type: REPOSITORY
22
+ url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/ai-mate/rovo-agent-components
23
+ customFields:
24
+ - name: Department
25
+ type: text
26
+ value: Eng - Rovo Agents - RAGEnts
27
+ - name: Technical Owner
28
+ type: user
29
+ value: ari:cloud:identity::user/5b985e7c96cb052b5f65c830 # Andi Tjong
30
+ - name: Required Reviewers Opt In
31
+ type: boolean
32
+ value: true
33
+ - name: Reviewer Selection Mechanism
34
+ type: text
35
+ value: random(2)
36
+ - name: Required Reviewer Approvals
37
+ type: number
38
+ value: 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rovo-agent-components",
3
- "version": "7.2.0",
3
+ "version": "7.3.1",
4
4
  "description": "This package host public components related to rovo agents, the components here are needed for other public atlaskit packages",
5
5
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
6
6
  "atlassian": {
@@ -27,12 +27,10 @@
27
27
  "module:es2019": "dist/es2019/index.js",
28
28
  "types": "dist/types/index.d.ts",
29
29
  "atlaskit:src": "src/index.ts",
30
- "sideEffects": [
31
- "*.compiled.css"
32
- ],
30
+ "sideEffects": ["*.compiled.css"],
33
31
  "dependencies": {
34
- "@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components": "2.10.0",
35
- "@atlaskit/analytics-next": "^12.1.0",
32
+ "@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components": "2.172.0",
33
+ "@atlaskit/analytics-next": "^12.2.0",
36
34
  "@atlaskit/avatar": "^26.1.0",
37
35
  "@atlaskit/button": "^24.3.0",
38
36
  "@atlaskit/css": "^1.0.0",
@@ -40,16 +38,16 @@
40
38
  "@atlaskit/feature-gate-js-client": "^6.0.0",
41
39
  "@atlaskit/flag": "^18.1.0",
42
40
  "@atlaskit/heading": "^6.1.0",
43
- "@atlaskit/icon": "^36.1.0",
41
+ "@atlaskit/icon": "^36.2.0",
44
42
  "@atlaskit/link": "^4.1.0",
45
- "@atlaskit/logo": "^21.2.0",
43
+ "@atlaskit/logo": "^21.3.0",
46
44
  "@atlaskit/platform-feature-flags": "^2.0.0",
47
- "@atlaskit/primitives": "^20.2.0",
45
+ "@atlaskit/primitives": "^20.4.0",
48
46
  "@atlaskit/react-compiler-gating": "^0.2.0",
49
47
  "@atlaskit/rovo-agent-analytics": "^5.2.0",
50
- "@atlaskit/skeleton": "^3.1.0",
48
+ "@atlaskit/skeleton": "^4.0.0",
51
49
  "@atlaskit/spinner": "^20.1.0",
52
- "@atlaskit/tokens": "^15.2.0",
50
+ "@atlaskit/tokens": "^15.4.0",
53
51
  "@atlaskit/tooltip": "^23.1.0",
54
52
  "@babel/runtime": "^7.0.0",
55
53
  "@compiled/react": "^0.20.0",
@@ -63,7 +61,7 @@
63
61
  "@atlaskit/ssr": "workspace:^",
64
62
  "@atlassian/agent-studio-test-utils": "workspace:^",
65
63
  "@atlassian/feature-flags-test-utils": "^1.1.0",
66
- "@atlassian/testing-library": "^0.7.0",
64
+ "@atlassian/testing-library": "^0.10.0",
67
65
  "@testing-library/react": "^16.3.0",
68
66
  "@testing-library/user-event": "^14.4.3",
69
67
  "@types/relay-test-utils": "^19.0.0",
@@ -78,37 +76,18 @@
78
76
  },
79
77
  "techstack": {
80
78
  "@atlassian/frontend": {
81
- "import-structure": [
82
- "atlassian-conventions"
83
- ],
84
- "circular-dependencies": [
85
- "file-and-folder-level"
86
- ]
79
+ "import-structure": ["atlassian-conventions"],
80
+ "circular-dependencies": ["file-and-folder-level"]
87
81
  },
88
82
  "@repo/internal": {
89
83
  "dom-events": "use-bind-event-listener",
90
- "analytics": [
91
- "analytics-next"
92
- ],
93
- "design-tokens": [
94
- "color"
95
- ],
96
- "theming": [
97
- "react-context"
98
- ],
99
- "ui-components": [
100
- "lite-mode"
101
- ],
102
- "deprecation": [
103
- "no-deprecated-imports"
104
- ],
105
- "styling": [
106
- "static",
107
- "compiled"
108
- ],
109
- "imports": [
110
- "import-no-extraneous-disable-for-examples-and-docs"
111
- ]
84
+ "analytics": ["analytics-next"],
85
+ "design-tokens": ["color"],
86
+ "theming": ["react-context"],
87
+ "ui-components": ["lite-mode"],
88
+ "deprecation": ["no-deprecated-imports"],
89
+ "styling": ["static", "compiled"],
90
+ "imports": ["import-no-extraneous-disable-for-examples-and-docs"]
112
91
  }
113
92
  },
114
93
  "platform-feature-flags": {