@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 23.7.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ee1c940ea18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee1c940ea18) - Update unauth message across all Smart Card appearances
8
+
3
9
  ## 23.7.1
4
10
 
5
11
  ### Patch Changes
@@ -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
- learn_more_about_smart_links_security: {
152
- id: 'fabric.linking.learn_more_about_smart_links_security',
153
- defaultMessage: 'Learn more about smart link security and permissions.',
154
- description: 'An anchor link to redirect user to a page about smart link security and permissions.'
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',
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "23.7.1",
3
+ "version": "23.7.2",
4
4
  "sideEffects": false
5
5
  }
@@ -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.learn_more_about_smart_links_security)));
36
+ }, /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _messages.messages.learn_more_about_smart_links)));
37
37
  };
38
38
 
39
39
  var _default = UnauthorisedViewContent;
@@ -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
- learn_more_about_smart_links_security: {
144
- id: 'fabric.linking.learn_more_about_smart_links_security',
145
- defaultMessage: 'Learn more about smart link security and permissions.',
146
- description: 'An anchor link to redirect user to a page about smart link security and permissions.'
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',
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "23.7.1",
3
+ "version": "23.7.2",
4
4
  "sideEffects": false
5
5
  }
@@ -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.learn_more_about_smart_links_security)));
22
+ }, /*#__PURE__*/React.createElement(FormattedMessage, messages.learn_more_about_smart_links)));
23
23
 
24
24
  export default UnauthorisedViewContent;
@@ -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
- learn_more_about_smart_links_security: {
144
- id: 'fabric.linking.learn_more_about_smart_links_security',
145
- defaultMessage: 'Learn more about smart link security and permissions.',
146
- description: 'An anchor link to redirect user to a page about smart link security and permissions.'
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',
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "23.7.1",
3
+ "version": "23.7.2",
4
4
  "sideEffects": false
5
5
  }
@@ -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.learn_more_about_smart_links_security)));
23
+ }, /*#__PURE__*/React.createElement(FormattedMessage, messages.learn_more_about_smart_links)));
24
24
  };
25
25
 
26
26
  export default UnauthorisedViewContent;
@@ -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' | 'learn_more_about_smart_links_security' | '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;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "23.7.1",
3
+ "version": "23.7.2",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
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-->