@atlaskit/rovo-agent-components 5.3.0 → 6.0.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.
- package/CHANGELOG.md +34 -0
- package/dist/cjs/ui/agent-verification-dropdown-item/__generated__/agentVerificationDropdownItem_AtlaskitRovoAgentComponents_agentRef.graphql.js +1 -1
- package/dist/cjs/ui/agent-verification-dropdown-item/__generated__/agentVerificationDropdownItem_AtlaskitRovoAgentComponents_updateAgentVerificationMutation.graphql.js +1 -1
- package/dist/cjs/ui/agent-verification-dropdown-item/__generated__/agentVerificationDropdownItem_AtlaskitRovoAgentComponents_userPermissionsRef.graphql.js +1 -1
- package/dist/cjs/ui/agent-verification-dropdown-item/__generated__/testAgentVerificationDropdownItemQuery.graphql.js +1 -1
- package/dist/cjs/ui/agent-verified/__generated__/agentVerified_AtlaskitRovoAgentComponents.graphql.js +1 -1
- package/dist/es2019/ui/agent-verification-dropdown-item/__generated__/agentVerificationDropdownItem_AtlaskitRovoAgentComponents_agentRef.graphql.js +1 -1
- package/dist/es2019/ui/agent-verification-dropdown-item/__generated__/agentVerificationDropdownItem_AtlaskitRovoAgentComponents_updateAgentVerificationMutation.graphql.js +1 -1
- package/dist/es2019/ui/agent-verification-dropdown-item/__generated__/agentVerificationDropdownItem_AtlaskitRovoAgentComponents_userPermissionsRef.graphql.js +1 -1
- package/dist/es2019/ui/agent-verification-dropdown-item/__generated__/testAgentVerificationDropdownItemQuery.graphql.js +1 -1
- package/dist/es2019/ui/agent-verified/__generated__/agentVerified_AtlaskitRovoAgentComponents.graphql.js +1 -1
- package/dist/esm/ui/agent-verification-dropdown-item/__generated__/agentVerificationDropdownItem_AtlaskitRovoAgentComponents_agentRef.graphql.js +1 -1
- package/dist/esm/ui/agent-verification-dropdown-item/__generated__/agentVerificationDropdownItem_AtlaskitRovoAgentComponents_updateAgentVerificationMutation.graphql.js +1 -1
- package/dist/esm/ui/agent-verification-dropdown-item/__generated__/agentVerificationDropdownItem_AtlaskitRovoAgentComponents_userPermissionsRef.graphql.js +1 -1
- package/dist/esm/ui/agent-verification-dropdown-item/__generated__/testAgentVerificationDropdownItemQuery.graphql.js +1 -1
- package/dist/esm/ui/agent-verified/__generated__/agentVerified_AtlaskitRovoAgentComponents.graphql.js +1 -1
- package/dist/types/ui/agent-verification-dropdown-item/__generated__/agentVerificationDropdownItem_AtlaskitRovoAgentComponents_agentRef.graphql.d.ts +2 -2
- package/dist/types/ui/agent-verification-dropdown-item/__generated__/agentVerificationDropdownItem_AtlaskitRovoAgentComponents_updateAgentVerificationMutation.graphql.d.ts +6 -6
- package/dist/types/ui/agent-verification-dropdown-item/__generated__/agentVerificationDropdownItem_AtlaskitRovoAgentComponents_userPermissionsRef.graphql.d.ts +2 -2
- package/dist/types/ui/agent-verification-dropdown-item/__generated__/testAgentVerificationDropdownItemQuery.graphql.d.ts +3 -3
- package/dist/types/ui/agent-verified/__generated__/agentVerified_AtlaskitRovoAgentComponents.graphql.d.ts +2 -2
- package/package.json +18 -26
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @atlaskit/rovo-agent-components
|
|
2
2
|
|
|
3
|
+
## 6.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`1562c8fde9669`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1562c8fde9669) -
|
|
8
|
+
Add @ts-expect-error suppressions for TypeScript errors surfaced after enabling
|
|
9
|
+
typescriptExcludeUndefinedFromNullableUnion in the Relay compiler config.
|
|
10
|
+
|
|
11
|
+
## 6.0.0
|
|
12
|
+
|
|
13
|
+
### Major Changes
|
|
14
|
+
|
|
15
|
+
- [`f2dc9097319f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f2dc9097319f0) - ###
|
|
16
|
+
Dropped support for _legacy_ Typescript 4 types. **Typescript 5 is now the new minimum**.
|
|
17
|
+
|
|
18
|
+
Removes the `typesVersions` property and `dist/types-ts4.5` directory from the dist.
|
|
19
|
+
|
|
20
|
+
Types are now exclusively via the `"types": "dist/types/index.d.ts"` property.
|
|
21
|
+
|
|
22
|
+
```diff
|
|
23
|
+
- "typesVersions": {
|
|
24
|
+
- ">=4.5 <4.9": {
|
|
25
|
+
- "*": [
|
|
26
|
+
- "dist/types-ts4.5/*",
|
|
27
|
+
- "dist/types-ts4.5/index.d.ts"
|
|
28
|
+
- ]
|
|
29
|
+
- }
|
|
30
|
+
- },
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- Updated dependencies
|
|
36
|
+
|
|
3
37
|
## 5.3.0
|
|
4
38
|
|
|
5
39
|
### Minor Changes
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<e14499a7efb36d6afac933ab3986b8e1>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
* @codegen-command: yarn relay
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<72cf5b4272bd87e3f60ceea7d096d404>>
|
|
9
9
|
* @relayHash 426410e11638597e4a12069dd5a8be16
|
|
10
10
|
* @lightSyntaxTransform
|
|
11
11
|
* @nogrep
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<2cd48cfc250403043a4faa459ccefe71>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
* @codegen-command: yarn relay
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<5f16dd67db6269aad158fa98e85c76a4>>
|
|
9
9
|
* @relayHash c95a4b89f332b56ac41d44591442026c
|
|
10
10
|
* @lightSyntaxTransform
|
|
11
11
|
* @nogrep
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
/**
|
|
8
|
-
* @generated SignedSource<<
|
|
8
|
+
* @generated SignedSource<<fa37ba83ff8562f125b2331fabeb0715>>
|
|
9
9
|
* @lightSyntaxTransform
|
|
10
10
|
* @nogrep
|
|
11
11
|
* @codegen-command: yarn relay
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<e14499a7efb36d6afac933ab3986b8e1>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
* @codegen-command: yarn relay
|
|
@@ -8,7 +8,7 @@ import type { ReaderFragment } from 'relay-runtime';
|
|
|
8
8
|
import type { FragmentRefs } from "relay-runtime";
|
|
9
9
|
export type agentVerificationDropdownItem_AtlaskitRovoAgentComponents_agentRef$data = {
|
|
10
10
|
readonly id: string;
|
|
11
|
-
readonly isVerified: boolean | null
|
|
11
|
+
readonly isVerified: boolean | null;
|
|
12
12
|
readonly " $fragmentType": "agentVerificationDropdownItem_AtlaskitRovoAgentComponents_agentRef";
|
|
13
13
|
};
|
|
14
14
|
export type agentVerificationDropdownItem_AtlaskitRovoAgentComponents_agentRef$key = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<72cf5b4272bd87e3f60ceea7d096d404>>
|
|
3
3
|
* @relayHash 426410e11638597e4a12069dd5a8be16
|
|
4
4
|
* @lightSyntaxTransform
|
|
5
5
|
* @nogrep
|
|
@@ -14,13 +14,13 @@ export type agentVerificationDropdownItem_AtlaskitRovoAgentComponents_updateAgen
|
|
|
14
14
|
readonly agentStudio_updateAgentVerification: {
|
|
15
15
|
readonly agent: {
|
|
16
16
|
readonly id?: string;
|
|
17
|
-
readonly isVerified?: boolean | null
|
|
18
|
-
} | null
|
|
17
|
+
readonly isVerified?: boolean | null;
|
|
18
|
+
} | null;
|
|
19
19
|
readonly errors: ReadonlyArray<{
|
|
20
|
-
readonly message: string | null
|
|
21
|
-
}> | null
|
|
20
|
+
readonly message: string | null;
|
|
21
|
+
}> | null;
|
|
22
22
|
readonly success: boolean;
|
|
23
|
-
} | null
|
|
23
|
+
} | null;
|
|
24
24
|
};
|
|
25
25
|
export type agentVerificationDropdownItem_AtlaskitRovoAgentComponents_updateAgentVerificationMutation = {
|
|
26
26
|
response: agentVerificationDropdownItem_AtlaskitRovoAgentComponents_updateAgentVerificationMutation$data;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<2cd48cfc250403043a4faa459ccefe71>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
* @codegen-command: yarn relay
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
import type { ReaderFragment } from 'relay-runtime';
|
|
8
8
|
import type { FragmentRefs } from "relay-runtime";
|
|
9
9
|
export type agentVerificationDropdownItem_AtlaskitRovoAgentComponents_userPermissionsRef$data = {
|
|
10
|
-
readonly isAbleToGovernAgents: boolean | null
|
|
10
|
+
readonly isAbleToGovernAgents: boolean | null;
|
|
11
11
|
readonly " $fragmentType": "agentVerificationDropdownItem_AtlaskitRovoAgentComponents_userPermissionsRef";
|
|
12
12
|
};
|
|
13
13
|
export type agentVerificationDropdownItem_AtlaskitRovoAgentComponents_userPermissionsRef$key = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<5f16dd67db6269aad158fa98e85c76a4>>
|
|
3
3
|
* @relayHash c95a4b89f332b56ac41d44591442026c
|
|
4
4
|
* @lightSyntaxTransform
|
|
5
5
|
* @nogrep
|
|
@@ -15,8 +15,8 @@ export type testAgentVerificationDropdownItemQuery$data = {
|
|
|
15
15
|
readonly atlassianStudio_userSiteContext: {
|
|
16
16
|
readonly userPermissions?: {
|
|
17
17
|
readonly " $fragmentSpreads": FragmentRefs<"agentVerificationDropdownItem_AtlaskitRovoAgentComponents_userPermissionsRef">;
|
|
18
|
-
} | null
|
|
19
|
-
} | null
|
|
18
|
+
} | null;
|
|
19
|
+
} | null;
|
|
20
20
|
};
|
|
21
21
|
export type testAgentVerificationDropdownItemQuery = {
|
|
22
22
|
response: testAgentVerificationDropdownItemQuery$data;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @generated SignedSource<<
|
|
2
|
+
* @generated SignedSource<<fa37ba83ff8562f125b2331fabeb0715>>
|
|
3
3
|
* @lightSyntaxTransform
|
|
4
4
|
* @nogrep
|
|
5
5
|
* @codegen-command: yarn relay
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
import type { ReaderFragment } from 'relay-runtime';
|
|
8
8
|
import type { FragmentRefs } from "relay-runtime";
|
|
9
9
|
export type agentVerified_AtlaskitRovoAgentComponents$data = {
|
|
10
|
-
readonly isVerified: boolean | null
|
|
10
|
+
readonly isVerified: boolean | null;
|
|
11
11
|
readonly " $fragmentType": "agentVerified_AtlaskitRovoAgentComponents";
|
|
12
12
|
};
|
|
13
13
|
export type agentVerified_AtlaskitRovoAgentComponents$key = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-agent-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.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": {
|
|
@@ -26,37 +26,29 @@
|
|
|
26
26
|
"module": "dist/esm/index.js",
|
|
27
27
|
"module:es2019": "dist/es2019/index.js",
|
|
28
28
|
"types": "dist/types/index.d.ts",
|
|
29
|
-
"typesVersions": {
|
|
30
|
-
">=4.5 <5.4": {
|
|
31
|
-
"*": [
|
|
32
|
-
"dist/types-ts4.5/*",
|
|
33
|
-
"dist/types-ts4.5/index.d.ts"
|
|
34
|
-
]
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
29
|
"atlaskit:src": "src/index.ts",
|
|
38
30
|
"sideEffects": [
|
|
39
31
|
"*.compiled.css"
|
|
40
32
|
],
|
|
41
33
|
"dependencies": {
|
|
42
34
|
"@atlaskit/afm-i18n-platform-ai-mate-rovo-agent-components": "2.10.0",
|
|
43
|
-
"@atlaskit/analytics-next": "^
|
|
44
|
-
"@atlaskit/avatar": "^
|
|
45
|
-
"@atlaskit/button": "^
|
|
46
|
-
"@atlaskit/css": "^0.
|
|
47
|
-
"@atlaskit/dropdown-menu": "^
|
|
48
|
-
"@atlaskit/flag": "^
|
|
49
|
-
"@atlaskit/heading": "^
|
|
50
|
-
"@atlaskit/icon": "^
|
|
51
|
-
"@atlaskit/link": "^
|
|
52
|
-
"@atlaskit/logo": "^
|
|
53
|
-
"@atlaskit/platform-feature-flags": "^
|
|
54
|
-
"@atlaskit/primitives": "^
|
|
55
|
-
"@atlaskit/rovo-agent-analytics": "^
|
|
56
|
-
"@atlaskit/skeleton": "^
|
|
57
|
-
"@atlaskit/spinner": "^
|
|
58
|
-
"@atlaskit/tokens": "^
|
|
59
|
-
"@atlaskit/tooltip": "^
|
|
35
|
+
"@atlaskit/analytics-next": "^12.0.0",
|
|
36
|
+
"@atlaskit/avatar": "^26.0.0",
|
|
37
|
+
"@atlaskit/button": "^24.0.0",
|
|
38
|
+
"@atlaskit/css": "^1.0.0",
|
|
39
|
+
"@atlaskit/dropdown-menu": "^17.0.0",
|
|
40
|
+
"@atlaskit/flag": "^18.0.0",
|
|
41
|
+
"@atlaskit/heading": "^6.0.0",
|
|
42
|
+
"@atlaskit/icon": "^36.0.0",
|
|
43
|
+
"@atlaskit/link": "^4.0.0",
|
|
44
|
+
"@atlaskit/logo": "^21.0.0",
|
|
45
|
+
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
46
|
+
"@atlaskit/primitives": "^20.0.0",
|
|
47
|
+
"@atlaskit/rovo-agent-analytics": "^4.1.0",
|
|
48
|
+
"@atlaskit/skeleton": "^3.0.0",
|
|
49
|
+
"@atlaskit/spinner": "^20.0.0",
|
|
50
|
+
"@atlaskit/tokens": "^14.0.0",
|
|
51
|
+
"@atlaskit/tooltip": "^23.0.0",
|
|
60
52
|
"@babel/runtime": "^7.0.0",
|
|
61
53
|
"@compiled/react": "^0.20.0",
|
|
62
54
|
"react-dom": "^18.2.0",
|