@atlaskit/smart-card 44.3.13 → 44.3.14
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 +8 -0
- package/dist/cjs/messages.js +1 -1
- package/dist/es2019/messages.js +1 -1
- package/dist/esm/messages.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 44.3.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`c124b0a8a84ba`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c124b0a8a84ba) -
|
|
8
|
+
[ux] Update rovo chat prompt message for Summarize in hovercard experiment
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 44.3.13
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/dist/cjs/messages.js
CHANGED
|
@@ -954,7 +954,7 @@ var messages = exports.messages = (0, _reactIntl.defineMessages)({
|
|
|
954
954
|
},
|
|
955
955
|
rovo_prompt_message_summarize: {
|
|
956
956
|
id: 'fabric.linking.rovo_prompt_message_summarize.non-final',
|
|
957
|
-
defaultMessage: '<p>Summarize the main ideas and key points of <a>{url}</a> in 3-5 clear, complete
|
|
957
|
+
defaultMessage: '<p>Summarize the main ideas and key points of <a>{url}</a> in 3-5 clear, complete bullet points (markdown list).</p><p>Preserve important details such as names, dates, and key decisions.</p>',
|
|
958
958
|
description: 'The prompt message to send to Rovo Chat. {url} refers to Smart Link that the user triggers this action from. (Please make sure all html tags remain the same.)'
|
|
959
959
|
},
|
|
960
960
|
rovo_prompt_button_ask_rovo_anything: {
|
package/dist/es2019/messages.js
CHANGED
|
@@ -948,7 +948,7 @@ export const messages = defineMessages({
|
|
|
948
948
|
},
|
|
949
949
|
rovo_prompt_message_summarize: {
|
|
950
950
|
id: 'fabric.linking.rovo_prompt_message_summarize.non-final',
|
|
951
|
-
defaultMessage: '<p>Summarize the main ideas and key points of <a>{url}</a> in 3-5 clear, complete
|
|
951
|
+
defaultMessage: '<p>Summarize the main ideas and key points of <a>{url}</a> in 3-5 clear, complete bullet points (markdown list).</p><p>Preserve important details such as names, dates, and key decisions.</p>',
|
|
952
952
|
description: 'The prompt message to send to Rovo Chat. {url} refers to Smart Link that the user triggers this action from. (Please make sure all html tags remain the same.)'
|
|
953
953
|
},
|
|
954
954
|
rovo_prompt_button_ask_rovo_anything: {
|
package/dist/esm/messages.js
CHANGED
|
@@ -948,7 +948,7 @@ export var messages = defineMessages({
|
|
|
948
948
|
},
|
|
949
949
|
rovo_prompt_message_summarize: {
|
|
950
950
|
id: 'fabric.linking.rovo_prompt_message_summarize.non-final',
|
|
951
|
-
defaultMessage: '<p>Summarize the main ideas and key points of <a>{url}</a> in 3-5 clear, complete
|
|
951
|
+
defaultMessage: '<p>Summarize the main ideas and key points of <a>{url}</a> in 3-5 clear, complete bullet points (markdown list).</p><p>Preserve important details such as names, dates, and key decisions.</p>',
|
|
952
952
|
description: 'The prompt message to send to Rovo Chat. {url} refers to Smart Link that the user triggers this action from. (Please make sure all html tags remain the same.)'
|
|
953
953
|
},
|
|
954
954
|
rovo_prompt_button_ask_rovo_anything: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "44.3.
|
|
3
|
+
"version": "44.3.14",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@atlaskit/popup": "^4.17.0",
|
|
76
76
|
"@atlaskit/primitives": "^19.0.0",
|
|
77
77
|
"@atlaskit/react-ufo": "^5.16.0",
|
|
78
|
-
"@atlaskit/rovo-triggers": "^5.
|
|
78
|
+
"@atlaskit/rovo-triggers": "^5.44.0",
|
|
79
79
|
"@atlaskit/section-message": "^8.12.0",
|
|
80
80
|
"@atlaskit/select": "^21.10.0",
|
|
81
81
|
"@atlaskit/spinner": "^19.1.0",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"@atlaskit/textfield": "^8.3.0",
|
|
85
85
|
"@atlaskit/theme": "^23.2.0",
|
|
86
86
|
"@atlaskit/tile": "^1.0.0",
|
|
87
|
-
"@atlaskit/tmp-editor-statsig": "^70.
|
|
87
|
+
"@atlaskit/tmp-editor-statsig": "^70.3.0",
|
|
88
88
|
"@atlaskit/tokens": "^13.0.0",
|
|
89
89
|
"@atlaskit/tooltip": "^21.2.0",
|
|
90
90
|
"@atlaskit/ufo": "^0.4.0",
|