@atlaskit/smart-card 23.12.0 → 23.12.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 +6 -0
- package/dist/cjs/messages.js +2 -2
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/messages.js +2 -2
- package/dist/es2019/version.json +1 -1
- package/dist/esm/messages.js +2 -2
- package/dist/esm/version.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 23.12.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`59104c1e92f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/59104c1e92f) - [ux] Fix message shown in unauthorised Smart Link appearances as per design decision
|
|
8
|
+
|
|
3
9
|
## 23.12.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/dist/cjs/messages.js
CHANGED
|
@@ -85,12 +85,12 @@ var messages = (0, _reactIntlNext.defineMessages)({
|
|
|
85
85
|
},
|
|
86
86
|
connect_unauthorised_account_description: {
|
|
87
87
|
id: 'fabric.linking.connect_unauthorised_account_description',
|
|
88
|
-
defaultMessage: 'Connect {context} to Atlassian to view more details
|
|
88
|
+
defaultMessage: 'Connect {context} to Atlassian to view more details of your work and collaborate from one place.',
|
|
89
89
|
description: 'Shown when a user does not have access to a link, but can connect their external account to view the link on card view.'
|
|
90
90
|
},
|
|
91
91
|
connect_unauthorised_account_description_no_provider: {
|
|
92
92
|
id: 'fabric.linking.connect_unauthorised_account_description',
|
|
93
|
-
defaultMessage: 'Connect to Atlassian to view more details
|
|
93
|
+
defaultMessage: 'Connect to Atlassian to view more details of your work and collaborate from one place.',
|
|
94
94
|
description: 'Shown when a user does not have access to a link, but can connect their external account to view the link on card view and we do not have the providers name.'
|
|
95
95
|
},
|
|
96
96
|
copy_url_to_clipboard: {
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/messages.js
CHANGED
|
@@ -77,12 +77,12 @@ export const messages = defineMessages({
|
|
|
77
77
|
},
|
|
78
78
|
connect_unauthorised_account_description: {
|
|
79
79
|
id: 'fabric.linking.connect_unauthorised_account_description',
|
|
80
|
-
defaultMessage: 'Connect {context} to Atlassian to view more details
|
|
80
|
+
defaultMessage: 'Connect {context} to Atlassian to view more details of your work and collaborate from one place.',
|
|
81
81
|
description: 'Shown when a user does not have access to a link, but can connect their external account to view the link on card view.'
|
|
82
82
|
},
|
|
83
83
|
connect_unauthorised_account_description_no_provider: {
|
|
84
84
|
id: 'fabric.linking.connect_unauthorised_account_description',
|
|
85
|
-
defaultMessage: 'Connect to Atlassian to view more details
|
|
85
|
+
defaultMessage: 'Connect to Atlassian to view more details of your work and collaborate from one place.',
|
|
86
86
|
description: 'Shown when a user does not have access to a link, but can connect their external account to view the link on card view and we do not have the providers name.'
|
|
87
87
|
},
|
|
88
88
|
copy_url_to_clipboard: {
|
package/dist/es2019/version.json
CHANGED
package/dist/esm/messages.js
CHANGED
|
@@ -77,12 +77,12 @@ export var messages = defineMessages({
|
|
|
77
77
|
},
|
|
78
78
|
connect_unauthorised_account_description: {
|
|
79
79
|
id: 'fabric.linking.connect_unauthorised_account_description',
|
|
80
|
-
defaultMessage: 'Connect {context} to Atlassian to view more details
|
|
80
|
+
defaultMessage: 'Connect {context} to Atlassian to view more details of your work and collaborate from one place.',
|
|
81
81
|
description: 'Shown when a user does not have access to a link, but can connect their external account to view the link on card view.'
|
|
82
82
|
},
|
|
83
83
|
connect_unauthorised_account_description_no_provider: {
|
|
84
84
|
id: 'fabric.linking.connect_unauthorised_account_description',
|
|
85
|
-
defaultMessage: 'Connect to Atlassian to view more details
|
|
85
|
+
defaultMessage: 'Connect to Atlassian to view more details of your work and collaborate from one place.',
|
|
86
86
|
description: 'Shown when a user does not have access to a link, but can connect their external account to view the link on card view and we do not have the providers name.'
|
|
87
87
|
},
|
|
88
88
|
copy_url_to_clipboard: {
|
package/dist/esm/version.json
CHANGED