@atlaskit/smart-card 27.12.2 → 27.12.3

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,14 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 27.12.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#127197](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127197)
8
+ [`b5304a0c2ce56`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b5304a0c2ce56) -
9
+ Fix recent links heading case
10
+ - Updated dependencies
11
+
3
12
  ## 27.12.2
4
13
 
5
14
  ### Patch Changes
@@ -708,7 +708,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
708
708
  },
709
709
  related_links_modal_title: {
710
710
  id: 'fabric.linking.related_links_modal_title',
711
- defaultMessage: 'Recent Links',
711
+ defaultMessage: 'Recent links',
712
712
  description: 'Shown as the title for the related links modal'
713
713
  },
714
714
  related_links_view_related_urls: {
@@ -22,7 +22,7 @@ var ANALYTICS_CHANNEL = exports.ANALYTICS_CHANNEL = 'media';
22
22
  var context = exports.context = {
23
23
  componentName: 'smart-cards',
24
24
  packageName: "@atlaskit/smart-card",
25
- packageVersion: "27.12.2"
25
+ packageVersion: "27.12.3"
26
26
  };
27
27
  var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
28
28
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -17,7 +17,7 @@ var _excluded = ["href", "children", "checkSafety", "onClick", "testId"],
17
17
  _excluded2 = ["isLinkSafe", "showSafetyWarningModal"];
18
18
  var PACKAGE_DATA = {
19
19
  packageName: "@atlaskit/smart-card",
20
- packageVersion: "27.12.2",
20
+ packageVersion: "27.12.3",
21
21
  componentName: 'linkUrl'
22
22
  };
23
23
  var Link = (0, _click.withLinkClickedEvent)('a');
@@ -702,7 +702,7 @@ export const messages = defineMessages({
702
702
  },
703
703
  related_links_modal_title: {
704
704
  id: 'fabric.linking.related_links_modal_title',
705
- defaultMessage: 'Recent Links',
705
+ defaultMessage: 'Recent links',
706
706
  description: 'Shown as the title for the related links modal'
707
707
  },
708
708
  related_links_view_related_urls: {
@@ -4,7 +4,7 @@ export const ANALYTICS_CHANNEL = 'media';
4
4
  export const context = {
5
5
  componentName: 'smart-cards',
6
6
  packageName: "@atlaskit/smart-card",
7
- packageVersion: "27.12.2"
7
+ packageVersion: "27.12.3"
8
8
  };
9
9
  export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
10
10
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -7,7 +7,7 @@ import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-m
7
7
  import LinkWarningModal from './LinkWarningModal';
8
8
  const PACKAGE_DATA = {
9
9
  packageName: "@atlaskit/smart-card",
10
- packageVersion: "27.12.2",
10
+ packageVersion: "27.12.3",
11
11
  componentName: 'linkUrl'
12
12
  };
13
13
  const Link = withLinkClickedEvent('a');
@@ -702,7 +702,7 @@ export var messages = defineMessages({
702
702
  },
703
703
  related_links_modal_title: {
704
704
  id: 'fabric.linking.related_links_modal_title',
705
- defaultMessage: 'Recent Links',
705
+ defaultMessage: 'Recent links',
706
706
  description: 'Shown as the title for the related links modal'
707
707
  },
708
708
  related_links_view_related_urls: {
@@ -15,7 +15,7 @@ export var ANALYTICS_CHANNEL = 'media';
15
15
  export var context = {
16
16
  componentName: 'smart-cards',
17
17
  packageName: "@atlaskit/smart-card",
18
- packageVersion: "27.12.2"
18
+ packageVersion: "27.12.3"
19
19
  };
20
20
  export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
21
21
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -10,7 +10,7 @@ import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-m
10
10
  import LinkWarningModal from './LinkWarningModal';
11
11
  var PACKAGE_DATA = {
12
12
  packageName: "@atlaskit/smart-card",
13
- packageVersion: "27.12.2",
13
+ packageVersion: "27.12.3",
14
14
  componentName: 'linkUrl'
15
15
  };
16
16
  var Link = withLinkClickedEvent('a');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "27.12.2",
3
+ "version": "27.12.3",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -45,7 +45,7 @@
45
45
  "@atlaskit/icon-object": "^6.4.0",
46
46
  "@atlaskit/icon-priority": "^6.3.0",
47
47
  "@atlaskit/link-analytics": "^8.3.0",
48
- "@atlaskit/link-client-extension": "^1.11.0",
48
+ "@atlaskit/link-client-extension": "^1.12.0",
49
49
  "@atlaskit/link-extractors": "^1.5.0",
50
50
  "@atlaskit/linking-common": "^5.8.0",
51
51
  "@atlaskit/linking-types": "^8.12.0",
@@ -93,7 +93,7 @@
93
93
  "@af/visual-regression": "*",
94
94
  "@atlaskit/analytics-listeners": "^8.10.0",
95
95
  "@atlaskit/css-reset": "^6.9.0",
96
- "@atlaskit/link-test-helpers": "^7.0.0",
96
+ "@atlaskit/link-test-helpers": "^7.1.0",
97
97
  "@atlaskit/media-test-helpers": "^34.0.0",
98
98
  "@atlaskit/ssr": "*",
99
99
  "@atlaskit/visual-regression": "*",