@atlaskit/rovo-agent-components 3.46.1 → 3.46.3
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.
- package/CHANGELOG.md +13 -0
- package/package.json +19 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/rovo-agent-components
|
|
2
2
|
|
|
3
|
+
## 3.46.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`255cf43792087`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/255cf43792087) -
|
|
8
|
+
Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme`
|
|
9
|
+
|
|
10
|
+
## 3.46.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 3.46.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-agent-components",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.3",
|
|
4
4
|
"description": "This package host public components related to rovo agents, the components here are needed for other public atlaskit packages",
|
|
5
|
-
"
|
|
6
|
-
"license": "Apache-2.0",
|
|
7
|
-
"publishConfig": {
|
|
8
|
-
"registry": "https://registry.npmjs.org/"
|
|
9
|
-
},
|
|
5
|
+
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
|
|
10
6
|
"atlassian": {
|
|
11
7
|
"team": "Rovo Agents",
|
|
12
8
|
"website": {
|
|
@@ -14,7 +10,11 @@
|
|
|
14
10
|
"category": "Components"
|
|
15
11
|
}
|
|
16
12
|
},
|
|
17
|
-
"
|
|
13
|
+
"author": "Atlassian Pty Ltd",
|
|
14
|
+
"license": "Apache-2.0",
|
|
15
|
+
"publishConfig": {
|
|
16
|
+
"registry": "https://registry.npmjs.org/"
|
|
17
|
+
},
|
|
18
18
|
"main": "dist/cjs/index.js",
|
|
19
19
|
"module": "dist/esm/index.js",
|
|
20
20
|
"module:es2019": "dist/es2019/index.js",
|
|
@@ -27,28 +27,28 @@
|
|
|
27
27
|
]
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
|
+
"atlaskit:src": "src/index.ts",
|
|
30
31
|
"sideEffects": [
|
|
31
32
|
"*.compiled.css"
|
|
32
33
|
],
|
|
33
|
-
"atlaskit:src": "src/index.ts",
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components": "2.10.0",
|
|
36
|
-
"@atlaskit/analytics-next": "^11.
|
|
37
|
-
"@atlaskit/avatar": "^25.
|
|
36
|
+
"@atlaskit/analytics-next": "^11.2.0",
|
|
37
|
+
"@atlaskit/avatar": "^25.10.0",
|
|
38
38
|
"@atlaskit/button": "^23.10.0",
|
|
39
39
|
"@atlaskit/css": "^0.19.0",
|
|
40
|
-
"@atlaskit/dropdown-menu": "^16.
|
|
40
|
+
"@atlaskit/dropdown-menu": "^16.8.0",
|
|
41
41
|
"@atlaskit/flag": "^17.8.0",
|
|
42
42
|
"@atlaskit/heading": "^5.3.0",
|
|
43
|
-
"@atlaskit/icon": "^33.
|
|
43
|
+
"@atlaskit/icon": "^33.1.0",
|
|
44
44
|
"@atlaskit/link": "^3.3.0",
|
|
45
45
|
"@atlaskit/logo": "^19.10.0",
|
|
46
46
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
47
|
-
"@atlaskit/primitives": "^18.
|
|
48
|
-
"@atlaskit/rovo-agent-analytics": "^1.
|
|
47
|
+
"@atlaskit/primitives": "^18.1.0",
|
|
48
|
+
"@atlaskit/rovo-agent-analytics": "^1.1.0",
|
|
49
49
|
"@atlaskit/skeleton": "^2.1.0",
|
|
50
|
-
"@atlaskit/tokens": "^11.
|
|
51
|
-
"@atlaskit/tooltip": "^
|
|
50
|
+
"@atlaskit/tokens": "^11.3.0",
|
|
51
|
+
"@atlaskit/tooltip": "^21.0.0",
|
|
52
52
|
"@babel/runtime": "^7.0.0",
|
|
53
53
|
"@compiled/react": "^0.20.0",
|
|
54
54
|
"react-dom": "^18.2.0",
|
|
@@ -56,9 +56,6 @@
|
|
|
56
56
|
"react-magnetic-di": "^3.1.4",
|
|
57
57
|
"react-relay": "npm:atl-react-relay@0.0.0-main-39e79f66"
|
|
58
58
|
},
|
|
59
|
-
"peerDependencies": {
|
|
60
|
-
"react": "^18.2.0"
|
|
61
|
-
},
|
|
62
59
|
"devDependencies": {
|
|
63
60
|
"@af/integration-testing": "workspace:^",
|
|
64
61
|
"@af/visual-regression": "workspace:^",
|
|
@@ -72,6 +69,9 @@
|
|
|
72
69
|
"relay-test-utils": "^14.1.0",
|
|
73
70
|
"wait-for-expect": "^1.2.0"
|
|
74
71
|
},
|
|
72
|
+
"peerDependencies": {
|
|
73
|
+
"react": "^18.2.0"
|
|
74
|
+
},
|
|
75
75
|
"techstack": {
|
|
76
76
|
"@atlassian/frontend": {
|
|
77
77
|
"import-structure": [
|