@atlaskit/rovo-agent-components 3.10.0 → 3.11.0
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 +15 -0
- package/dist/cjs/common/ui/chat-pill/index.compiled.css +4 -4
- package/dist/cjs/common/ui/chat-pill/index.js +1 -1
- package/dist/cjs/common/ui/link-icon-button/index.js +1 -1
- package/dist/cjs/common/ui/star-icon-button/index.js +2 -2
- package/dist/cjs/ui/agent-dropdown-menu/index.js +1 -1
- package/dist/es2019/common/ui/chat-pill/index.compiled.css +4 -4
- package/dist/es2019/common/ui/chat-pill/index.js +1 -1
- package/dist/es2019/common/ui/link-icon-button/index.js +1 -1
- package/dist/es2019/common/ui/star-icon-button/index.js +2 -2
- package/dist/es2019/index.js +2 -0
- package/dist/es2019/ui/agent-dropdown-menu/index.js +1 -1
- package/dist/esm/common/ui/chat-pill/index.compiled.css +4 -4
- package/dist/esm/common/ui/chat-pill/index.js +1 -1
- package/dist/esm/common/ui/link-icon-button/index.js +1 -1
- package/dist/esm/common/ui/star-icon-button/index.js +2 -2
- package/dist/esm/index.js +2 -0
- package/dist/esm/ui/agent-dropdown-menu/index.js +1 -1
- package/package.json +5 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/rovo-agent-components
|
|
2
2
|
|
|
3
|
+
## 3.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`539c393faefd0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/539c393faefd0) -
|
|
8
|
+
Studio permissions settings m1 cleanup
|
|
9
|
+
- [`8bb807d8c76e6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8bb807d8c76e6) -
|
|
10
|
+
Adding \*.ts files for no barrel files detection for ai-mate packages
|
|
11
|
+
|
|
12
|
+
## 3.10.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 3.10.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
4
4
|
._18zrv77o{padding-inline:var(--ds-space-025,2px)}
|
|
5
5
|
._1dqonqa1{border-style:solid}
|
|
6
|
-
.
|
|
6
|
+
._1h6d1l7x{border-color:var(--ds-border,#0b120e24)}
|
|
7
7
|
._19bvutpp{padding-left:var(--ds-space-150,9pt)}
|
|
8
8
|
._1bto1l2s{text-overflow:ellipsis}
|
|
9
9
|
._1nmz1hna{word-break:break-word}
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
._n3td12x7{padding-bottom:var(--ds-space-075,6px)}
|
|
15
15
|
._o5721jtm{white-space:pre-wrap}
|
|
16
16
|
._o5721q9c{white-space:nowrap}
|
|
17
|
-
.
|
|
17
|
+
._syazazsu{color:var(--ds-text-subtle,#505258)}
|
|
18
18
|
._u5f3utpp{padding-right:var(--ds-space-150,9pt)}
|
|
19
19
|
._vwz47vkz{line-height:1pc}
|
|
20
20
|
._y3gn1e5h{text-align:left}
|
|
21
|
-
.
|
|
22
|
-
.
|
|
21
|
+
._irr31dpa:hover{background-color:var(--ds-background-neutral-subtle-hovered,#0515240f)}
|
|
22
|
+
._1di6fcek:active{background-color:var(--ds-background-neutral-subtle-pressed,#0b120e24)}
|
|
@@ -25,7 +25,7 @@ var stylesCompiled = {
|
|
|
25
25
|
pillLineHeight: "_vwz47vkz"
|
|
26
26
|
};
|
|
27
27
|
var styles = {
|
|
28
|
-
button: "_2rko12b0 _11c82smr _189ee4h9 _1dqonqa1
|
|
28
|
+
button: "_2rko12b0 _11c82smr _189ee4h9 _1dqonqa1 _1h6d1l7x _syazazsu _ca0q12x7 _u5f3utpp _n3td12x7 _19bvutpp _k48p1wq8 _1bto1l2s _o5721q9c _1o9zkb7n _bfhksm61 _irr31dpa _1di6fcek",
|
|
29
29
|
buttonInline: "_18zrv77o",
|
|
30
30
|
queryText: "_1nmz1hna _y3gn1e5h",
|
|
31
31
|
whiteSpacePreWrap: "_o5721jtm"
|
|
@@ -34,7 +34,7 @@ var LinkIconButton = exports.LinkIconButton = function LinkIconButton(_ref) {
|
|
|
34
34
|
onClick: handleCopy,
|
|
35
35
|
icon: function icon(iconProps) {
|
|
36
36
|
return /*#__PURE__*/React.createElement(_link.default, (0, _extends2.default)({}, iconProps, {
|
|
37
|
-
color: "var(--ds-icon, #
|
|
37
|
+
color: "var(--ds-icon, #292A2E)"
|
|
38
38
|
}));
|
|
39
39
|
},
|
|
40
40
|
appearance: "subtle",
|
|
@@ -47,11 +47,11 @@ var StarIconButton = exports.StarIconButton = function StarIconButton(_ref) {
|
|
|
47
47
|
LEGACY_size: "medium",
|
|
48
48
|
spacing: "spacious",
|
|
49
49
|
label: formatMessage(_messages.default.removeFromFavouritesLabel),
|
|
50
|
-
color: "var(--ds-icon-accent-orange, #
|
|
50
|
+
color: "var(--ds-icon-accent-orange, #E06C00)"
|
|
51
51
|
}) : /*#__PURE__*/React.createElement(_starUnstarredStar.default, {
|
|
52
52
|
LEGACY_size: "medium",
|
|
53
53
|
spacing: "spacious",
|
|
54
54
|
label: formatMessage(_messages.default.clickToFavouriteLabel),
|
|
55
|
-
color: "var(--ds-icon, #
|
|
55
|
+
color: "var(--ds-icon, #292A2E)"
|
|
56
56
|
}));
|
|
57
57
|
};
|
|
@@ -146,7 +146,7 @@ var AgentDropdownMenu = exports.AgentDropdownMenu = function AgentDropdownMenu(_
|
|
|
146
146
|
onClick: onDeleteAgent
|
|
147
147
|
}, formatMessage(_messages.default.deleteAgent)));
|
|
148
148
|
};
|
|
149
|
-
var isCreateAgentsEnabled =
|
|
149
|
+
var isCreateAgentsEnabled = permissions === null || permissions === void 0 ? void 0 : permissions.isCreateEnabled;
|
|
150
150
|
return /*#__PURE__*/_react.default.createElement(_dropdownMenu.default, {
|
|
151
151
|
isLoading: isLoading,
|
|
152
152
|
isOpen: isOpen,
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
4
4
|
._18zrv77o{padding-inline:var(--ds-space-025,2px)}
|
|
5
5
|
._1dqonqa1{border-style:solid}
|
|
6
|
-
.
|
|
6
|
+
._1h6d1l7x{border-color:var(--ds-border,#0b120e24)}
|
|
7
7
|
._19bvutpp{padding-left:var(--ds-space-150,9pt)}
|
|
8
8
|
._1bto1l2s{text-overflow:ellipsis}
|
|
9
9
|
._1nmz1hna{word-break:break-word}
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
._n3td12x7{padding-bottom:var(--ds-space-075,6px)}
|
|
15
15
|
._o5721jtm{white-space:pre-wrap}
|
|
16
16
|
._o5721q9c{white-space:nowrap}
|
|
17
|
-
.
|
|
17
|
+
._syazazsu{color:var(--ds-text-subtle,#505258)}
|
|
18
18
|
._u5f3utpp{padding-right:var(--ds-space-150,9pt)}
|
|
19
19
|
._vwz47vkz{line-height:1pc}
|
|
20
20
|
._y3gn1e5h{text-align:left}
|
|
21
|
-
.
|
|
22
|
-
.
|
|
21
|
+
._irr31dpa:hover{background-color:var(--ds-background-neutral-subtle-hovered,#0515240f)}
|
|
22
|
+
._1di6fcek:active{background-color:var(--ds-background-neutral-subtle-pressed,#0b120e24)}
|
|
@@ -14,7 +14,7 @@ const stylesCompiled = {
|
|
|
14
14
|
pillLineHeight: "_vwz47vkz"
|
|
15
15
|
};
|
|
16
16
|
const styles = {
|
|
17
|
-
button: "_2rko12b0 _11c82smr _189ee4h9 _1dqonqa1
|
|
17
|
+
button: "_2rko12b0 _11c82smr _189ee4h9 _1dqonqa1 _1h6d1l7x _syazazsu _ca0q12x7 _u5f3utpp _n3td12x7 _19bvutpp _k48p1wq8 _1bto1l2s _o5721q9c _1o9zkb7n _bfhksm61 _irr31dpa _1di6fcek",
|
|
18
18
|
buttonInline: "_18zrv77o",
|
|
19
19
|
queryText: "_1nmz1hna _y3gn1e5h",
|
|
20
20
|
whiteSpacePreWrap: "_o5721jtm"
|
|
@@ -25,7 +25,7 @@ export const LinkIconButton = ({
|
|
|
25
25
|
type: "button",
|
|
26
26
|
onClick: handleCopy,
|
|
27
27
|
icon: iconProps => /*#__PURE__*/React.createElement(LinkIcon, _extends({}, iconProps, {
|
|
28
|
-
color: "var(--ds-icon, #
|
|
28
|
+
color: "var(--ds-icon, #292A2E)"
|
|
29
29
|
})),
|
|
30
30
|
appearance: "subtle",
|
|
31
31
|
spacing: "compact",
|
|
@@ -31,11 +31,11 @@ export const StarIconButton = ({
|
|
|
31
31
|
LEGACY_size: "medium",
|
|
32
32
|
spacing: "spacious",
|
|
33
33
|
label: formatMessage(messages.removeFromFavouritesLabel),
|
|
34
|
-
color: "var(--ds-icon-accent-orange, #
|
|
34
|
+
color: "var(--ds-icon-accent-orange, #E06C00)"
|
|
35
35
|
}) : /*#__PURE__*/React.createElement(StarUnstarredIconMigration, {
|
|
36
36
|
LEGACY_size: "medium",
|
|
37
37
|
spacing: "spacious",
|
|
38
38
|
label: formatMessage(messages.clickToFavouriteLabel),
|
|
39
|
-
color: "var(--ds-icon, #
|
|
39
|
+
color: "var(--ds-icon, #292A2E)"
|
|
40
40
|
}));
|
|
41
41
|
};
|
package/dist/es2019/index.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
// See [Barrel File Removal FAQ](https://hello.atlassian.net/wiki/x/KJT2aAE)
|
|
2
|
+
/* eslint-disable no-barrel-files/no-barrel-files */
|
|
1
3
|
export { AgentProfileInfo, AgentProfileCreator, getAgentCreator } from './ui/agent-profile-info';
|
|
2
4
|
export { AgentStarCount } from './ui/agent-profile-info/agent-star-count';
|
|
3
5
|
export { StarIconButton } from './common/ui/star-icon-button';
|
|
@@ -107,7 +107,7 @@ export const AgentDropdownMenu = ({
|
|
|
107
107
|
onClick: onDeleteAgent
|
|
108
108
|
}, formatMessage(messages.deleteAgent)));
|
|
109
109
|
};
|
|
110
|
-
const isCreateAgentsEnabled =
|
|
110
|
+
const isCreateAgentsEnabled = permissions === null || permissions === void 0 ? void 0 : permissions.isCreateEnabled;
|
|
111
111
|
return /*#__PURE__*/React.createElement(DropdownMenu, {
|
|
112
112
|
isLoading: isLoading,
|
|
113
113
|
isOpen: isOpen,
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
4
4
|
._18zrv77o{padding-inline:var(--ds-space-025,2px)}
|
|
5
5
|
._1dqonqa1{border-style:solid}
|
|
6
|
-
.
|
|
6
|
+
._1h6d1l7x{border-color:var(--ds-border,#0b120e24)}
|
|
7
7
|
._19bvutpp{padding-left:var(--ds-space-150,9pt)}
|
|
8
8
|
._1bto1l2s{text-overflow:ellipsis}
|
|
9
9
|
._1nmz1hna{word-break:break-word}
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
._n3td12x7{padding-bottom:var(--ds-space-075,6px)}
|
|
15
15
|
._o5721jtm{white-space:pre-wrap}
|
|
16
16
|
._o5721q9c{white-space:nowrap}
|
|
17
|
-
.
|
|
17
|
+
._syazazsu{color:var(--ds-text-subtle,#505258)}
|
|
18
18
|
._u5f3utpp{padding-right:var(--ds-space-150,9pt)}
|
|
19
19
|
._vwz47vkz{line-height:1pc}
|
|
20
20
|
._y3gn1e5h{text-align:left}
|
|
21
|
-
.
|
|
22
|
-
.
|
|
21
|
+
._irr31dpa:hover{background-color:var(--ds-background-neutral-subtle-hovered,#0515240f)}
|
|
22
|
+
._1di6fcek:active{background-color:var(--ds-background-neutral-subtle-pressed,#0b120e24)}
|
|
@@ -16,7 +16,7 @@ var stylesCompiled = {
|
|
|
16
16
|
pillLineHeight: "_vwz47vkz"
|
|
17
17
|
};
|
|
18
18
|
var styles = {
|
|
19
|
-
button: "_2rko12b0 _11c82smr _189ee4h9 _1dqonqa1
|
|
19
|
+
button: "_2rko12b0 _11c82smr _189ee4h9 _1dqonqa1 _1h6d1l7x _syazazsu _ca0q12x7 _u5f3utpp _n3td12x7 _19bvutpp _k48p1wq8 _1bto1l2s _o5721q9c _1o9zkb7n _bfhksm61 _irr31dpa _1di6fcek",
|
|
20
20
|
buttonInline: "_18zrv77o",
|
|
21
21
|
queryText: "_1nmz1hna _y3gn1e5h",
|
|
22
22
|
whiteSpacePreWrap: "_o5721jtm"
|
|
@@ -25,7 +25,7 @@ export var LinkIconButton = function LinkIconButton(_ref) {
|
|
|
25
25
|
onClick: handleCopy,
|
|
26
26
|
icon: function icon(iconProps) {
|
|
27
27
|
return /*#__PURE__*/React.createElement(LinkIcon, _extends({}, iconProps, {
|
|
28
|
-
color: "var(--ds-icon, #
|
|
28
|
+
color: "var(--ds-icon, #292A2E)"
|
|
29
29
|
}));
|
|
30
30
|
},
|
|
31
31
|
appearance: "subtle",
|
|
@@ -38,11 +38,11 @@ export var StarIconButton = function StarIconButton(_ref) {
|
|
|
38
38
|
LEGACY_size: "medium",
|
|
39
39
|
spacing: "spacious",
|
|
40
40
|
label: formatMessage(messages.removeFromFavouritesLabel),
|
|
41
|
-
color: "var(--ds-icon-accent-orange, #
|
|
41
|
+
color: "var(--ds-icon-accent-orange, #E06C00)"
|
|
42
42
|
}) : /*#__PURE__*/React.createElement(StarUnstarredIconMigration, {
|
|
43
43
|
LEGACY_size: "medium",
|
|
44
44
|
spacing: "spacious",
|
|
45
45
|
label: formatMessage(messages.clickToFavouriteLabel),
|
|
46
|
-
color: "var(--ds-icon, #
|
|
46
|
+
color: "var(--ds-icon, #292A2E)"
|
|
47
47
|
}));
|
|
48
48
|
};
|
package/dist/esm/index.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
// See [Barrel File Removal FAQ](https://hello.atlassian.net/wiki/x/KJT2aAE)
|
|
2
|
+
/* eslint-disable no-barrel-files/no-barrel-files */
|
|
1
3
|
export { AgentProfileInfo, AgentProfileCreator, getAgentCreator } from './ui/agent-profile-info';
|
|
2
4
|
export { AgentStarCount } from './ui/agent-profile-info/agent-star-count';
|
|
3
5
|
export { StarIconButton } from './common/ui/star-icon-button';
|
|
@@ -137,7 +137,7 @@ export var AgentDropdownMenu = function AgentDropdownMenu(_ref2) {
|
|
|
137
137
|
onClick: onDeleteAgent
|
|
138
138
|
}, formatMessage(messages.deleteAgent)));
|
|
139
139
|
};
|
|
140
|
-
var isCreateAgentsEnabled =
|
|
140
|
+
var isCreateAgentsEnabled = permissions === null || permissions === void 0 ? void 0 : permissions.isCreateEnabled;
|
|
141
141
|
return /*#__PURE__*/React.createElement(DropdownMenu, {
|
|
142
142
|
isLoading: isLoading,
|
|
143
143
|
isOpen: isOpen,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rovo-agent-components",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.11.0",
|
|
4
4
|
"description": "This package host public components related to rovo agents, the components here are needed for other public atlaskit packages",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
37
37
|
"@atlaskit/avatar": "^25.5.0",
|
|
38
38
|
"@atlaskit/browser-apis": "^0.0.1",
|
|
39
|
-
"@atlaskit/button": "^23.
|
|
39
|
+
"@atlaskit/button": "^23.6.0",
|
|
40
40
|
"@atlaskit/css": "^0.15.0",
|
|
41
41
|
"@atlaskit/dropdown-menu": "^16.3.0",
|
|
42
42
|
"@atlaskit/heading": "^5.2.0",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"@atlaskit/link": "^3.2.0",
|
|
46
46
|
"@atlaskit/logo": "^19.9.0",
|
|
47
47
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
48
|
-
"@atlaskit/primitives": "^16.
|
|
48
|
+
"@atlaskit/primitives": "^16.1.0",
|
|
49
49
|
"@atlaskit/skeleton": "^2.1.0",
|
|
50
|
-
"@atlaskit/tokens": "^
|
|
51
|
-
"@atlaskit/tooltip": "^20.
|
|
50
|
+
"@atlaskit/tokens": "^8.0.0",
|
|
51
|
+
"@atlaskit/tooltip": "^20.8.0",
|
|
52
52
|
"@babel/runtime": "^7.0.0",
|
|
53
53
|
"@compiled/react": "^0.18.6",
|
|
54
54
|
"react-dom": "^18.2.0",
|
|
@@ -119,9 +119,6 @@
|
|
|
119
119
|
"a11y_agents_fixes": {
|
|
120
120
|
"type": "boolean"
|
|
121
121
|
},
|
|
122
|
-
"agent_studio_fe_permissions_settings_m1": {
|
|
123
|
-
"type": "boolean"
|
|
124
|
-
},
|
|
125
122
|
"agent_studio_permissions_settings_m3_profiles": {
|
|
126
123
|
"type": "boolean"
|
|
127
124
|
},
|