@atlaskit/smart-card 23.7.1 → 23.7.2
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 +4 -4
- package/dist/cjs/version.json +1 -1
- package/dist/cjs/view/common/UnauthorisedViewContent.js +1 -1
- package/dist/es2019/messages.js +4 -4
- package/dist/es2019/version.json +1 -1
- package/dist/es2019/view/common/UnauthorisedViewContent.js +1 -1
- package/dist/esm/messages.js +4 -4
- package/dist/esm/version.json +1 -1
- package/dist/esm/view/common/UnauthorisedViewContent.js +1 -1
- package/dist/types/messages.d.ts +1 -1
- package/package.json +1 -1
- package/report.api.md +16 -0
package/CHANGELOG.md
CHANGED
package/dist/cjs/messages.js
CHANGED
|
@@ -148,10 +148,10 @@ var messages = (0, _reactIntlNext.defineMessages)({
|
|
|
148
148
|
defaultMessage: 'Join {context} to view this issue',
|
|
149
149
|
description: 'Allows the user join the product or service immediately'
|
|
150
150
|
},
|
|
151
|
-
|
|
152
|
-
id: 'fabric.linking.
|
|
153
|
-
defaultMessage: 'Learn more about
|
|
154
|
-
description: 'An anchor link to redirect user to a page about
|
|
151
|
+
learn_more_about_smart_links: {
|
|
152
|
+
id: 'fabric.linking.learn_more_about_smart_links',
|
|
153
|
+
defaultMessage: 'Learn more about Smart Links.',
|
|
154
|
+
description: 'An anchor link to redirect user to a page about Smart Links.'
|
|
155
155
|
},
|
|
156
156
|
loading: {
|
|
157
157
|
id: 'fabric.linking.loading',
|
package/dist/cjs/version.json
CHANGED
|
@@ -33,7 +33,7 @@ var UnauthorisedViewContent = function UnauthorisedViewContent(_ref) {
|
|
|
33
33
|
href: _constants.CONTENT_URL_SECURITY_AND_PERMISSIONS,
|
|
34
34
|
target: "_blank",
|
|
35
35
|
"data-testid": "".concat(testId, "-learn-more")
|
|
36
|
-
}, /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _messages.messages.
|
|
36
|
+
}, /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _messages.messages.learn_more_about_smart_links)));
|
|
37
37
|
};
|
|
38
38
|
|
|
39
39
|
var _default = UnauthorisedViewContent;
|
package/dist/es2019/messages.js
CHANGED
|
@@ -140,10 +140,10 @@ export const messages = defineMessages({
|
|
|
140
140
|
defaultMessage: 'Join {context} to view this issue',
|
|
141
141
|
description: 'Allows the user join the product or service immediately'
|
|
142
142
|
},
|
|
143
|
-
|
|
144
|
-
id: 'fabric.linking.
|
|
145
|
-
defaultMessage: 'Learn more about
|
|
146
|
-
description: 'An anchor link to redirect user to a page about
|
|
143
|
+
learn_more_about_smart_links: {
|
|
144
|
+
id: 'fabric.linking.learn_more_about_smart_links',
|
|
145
|
+
defaultMessage: 'Learn more about Smart Links.',
|
|
146
|
+
description: 'An anchor link to redirect user to a page about Smart Links.'
|
|
147
147
|
},
|
|
148
148
|
loading: {
|
|
149
149
|
id: 'fabric.linking.loading',
|
package/dist/es2019/version.json
CHANGED
|
@@ -19,6 +19,6 @@ const UnauthorisedViewContent = ({
|
|
|
19
19
|
href: CONTENT_URL_SECURITY_AND_PERMISSIONS,
|
|
20
20
|
target: "_blank",
|
|
21
21
|
"data-testid": `${testId}-learn-more`
|
|
22
|
-
}, /*#__PURE__*/React.createElement(FormattedMessage, messages.
|
|
22
|
+
}, /*#__PURE__*/React.createElement(FormattedMessage, messages.learn_more_about_smart_links)));
|
|
23
23
|
|
|
24
24
|
export default UnauthorisedViewContent;
|
package/dist/esm/messages.js
CHANGED
|
@@ -140,10 +140,10 @@ export var messages = defineMessages({
|
|
|
140
140
|
defaultMessage: 'Join {context} to view this issue',
|
|
141
141
|
description: 'Allows the user join the product or service immediately'
|
|
142
142
|
},
|
|
143
|
-
|
|
144
|
-
id: 'fabric.linking.
|
|
145
|
-
defaultMessage: 'Learn more about
|
|
146
|
-
description: 'An anchor link to redirect user to a page about
|
|
143
|
+
learn_more_about_smart_links: {
|
|
144
|
+
id: 'fabric.linking.learn_more_about_smart_links',
|
|
145
|
+
defaultMessage: 'Learn more about Smart Links.',
|
|
146
|
+
description: 'An anchor link to redirect user to a page about Smart Links.'
|
|
147
147
|
},
|
|
148
148
|
loading: {
|
|
149
149
|
id: 'fabric.linking.loading',
|
package/dist/esm/version.json
CHANGED
|
@@ -20,7 +20,7 @@ var UnauthorisedViewContent = function UnauthorisedViewContent(_ref) {
|
|
|
20
20
|
href: CONTENT_URL_SECURITY_AND_PERMISSIONS,
|
|
21
21
|
target: "_blank",
|
|
22
22
|
"data-testid": "".concat(testId, "-learn-more")
|
|
23
|
-
}, /*#__PURE__*/React.createElement(FormattedMessage, messages.
|
|
23
|
+
}, /*#__PURE__*/React.createElement(FormattedMessage, messages.learn_more_about_smart_links)));
|
|
24
24
|
};
|
|
25
25
|
|
|
26
26
|
export default UnauthorisedViewContent;
|
package/dist/types/messages.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MessageDescriptor } from 'react-intl-next';
|
|
2
2
|
export declare type RequestAccessMessageKey = 'click_to_join' | 'click_to_join_description' | 'forbidden_description' | 'request_access' | 'request_access_description' | 'request_access_pending' | 'request_access_pending_description' | 'request_denied_description';
|
|
3
|
-
export declare type MessageKey = 'cannot_find_link' | 'connect_link_account_card' | 'connect_link_account_card_name' | 'connect_link_account_card_description' | 'connect_unauthorised_account_action' | 'connect_unauthorised_account_description' | 'connect_unauthorised_account_description_no_provider' | 'could_not_load_link' | 'download' | 'invalid_permissions' | 'invalid_permissions_description' | 'join_to_view' | 'connect_link_account' | 'created_by' | 'created_on_relative' | 'created_on_absolute' | 'delete' | 'edit' | '
|
|
3
|
+
export declare type MessageKey = 'cannot_find_link' | 'connect_link_account_card' | 'connect_link_account_card_name' | 'connect_link_account_card_description' | 'connect_unauthorised_account_action' | 'connect_unauthorised_account_description' | 'connect_unauthorised_account_description_no_provider' | 'could_not_load_link' | 'download' | 'invalid_permissions' | 'invalid_permissions_description' | 'join_to_view' | 'connect_link_account' | 'created_by' | 'created_on_relative' | 'created_on_absolute' | 'delete' | 'edit' | 'learn_more_about_smart_links' | 'loading' | 'modified_by' | 'modified_on_relative' | 'modified_on_absolute' | 'more_actions' | 'not_found_title' | 'not_found_description' | 'open_link_in_a_new_tab' | 'preview' | 'preview_close' | 'preview_max_size' | 'preview_min_size' | 'priority_blocker' | 'priority_critical' | 'priority_high' | 'priority_highest' | 'priority_low' | 'priority_lowest' | 'priority_major' | 'priority_medium' | 'priority_minor' | 'priority_trivial' | 'priority_undefined' | 'forbidden_access' | 'pending_request' | 'restricted_link' | 'request_access_to_view' | 'request_denied' | 'try_again' | 'try_another_account' | 'view' | 'viewIn' | 'viewOriginal' | 'actions' | 'add_account' | 'cancel' | 'close' | 'connect_to' | 'connect_account_description' | 'retry' | 'save' | 'unlink_account' | RequestAccessMessageKey;
|
|
4
4
|
declare type Messages = {
|
|
5
5
|
[K in MessageKey]: MessageDescriptor;
|
|
6
6
|
};
|
package/package.json
CHANGED
package/report.api.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
### Table of contents
|
|
9
9
|
|
|
10
10
|
- [Main Entry Types](#main-entry-types)
|
|
11
|
+
- [Peer Dependencies](#peer-dependencies)
|
|
11
12
|
|
|
12
13
|
### Main Entry Types
|
|
13
14
|
|
|
@@ -1130,3 +1131,18 @@ type VoteCount = {
|
|
|
1130
1131
|
```
|
|
1131
1132
|
|
|
1132
1133
|
<!--SECTION END: Main Entry Types-->
|
|
1134
|
+
|
|
1135
|
+
### Peer Dependencies
|
|
1136
|
+
|
|
1137
|
+
<!--SECTION START: Peer Dependencies-->
|
|
1138
|
+
|
|
1139
|
+
```json
|
|
1140
|
+
{
|
|
1141
|
+
"@atlaskit/link-provider": "^1.3.6",
|
|
1142
|
+
"react": "^16.8.0",
|
|
1143
|
+
"react-dom": "^16.8.0",
|
|
1144
|
+
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
1145
|
+
}
|
|
1146
|
+
```
|
|
1147
|
+
|
|
1148
|
+
<!--SECTION END: Peer Dependencies-->
|