@atlaskit/smart-card 22.3.1 → 22.3.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
+ ## 22.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`d4f3f7afbe4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4f3f7afbe4) - [ux] Smart Links: Change date format of the Flexible Smart Links' CreatedOn and ModifiedOn element to short month to better accommodate smaller space, including but not limited to Hover Preview.
8
+
3
9
  ## 22.3.1
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "22.3.1",
3
+ "version": "22.3.2",
4
4
  "sideEffects": false
5
5
  }
@@ -70,7 +70,7 @@ var DateTime = function DateTime(_ref) {
70
70
  if (isLongerThenWeek) {
71
71
  typeVariant = 'absolute';
72
72
  context = formatDate(date, {
73
- month: 'long',
73
+ month: 'short',
74
74
  day: 'numeric',
75
75
  year: 'numeric'
76
76
  });
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "22.3.1",
3
+ "version": "22.3.2",
4
4
  "sideEffects": false
5
5
  }
@@ -56,7 +56,7 @@ const DateTime = ({
56
56
  if (isLongerThenWeek) {
57
57
  typeVariant = 'absolute';
58
58
  context = formatDate(date, {
59
- month: 'long',
59
+ month: 'short',
60
60
  day: 'numeric',
61
61
  year: 'numeric'
62
62
  });
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "22.3.1",
3
+ "version": "22.3.2",
4
4
  "sideEffects": false
5
5
  }
@@ -54,7 +54,7 @@ var DateTime = function DateTime(_ref) {
54
54
  if (isLongerThenWeek) {
55
55
  typeVariant = 'absolute';
56
56
  context = formatDate(date, {
57
- month: 'long',
57
+ month: 'short',
58
58
  day: 'numeric',
59
59
  year: 'numeric'
60
60
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "22.3.1",
3
+ "version": "22.3.2",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"