@atlaskit/smart-card 26.15.0 → 26.15.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 26.15.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`60b5cb9448d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60b5cb9448d) - Add StoryPoints FlexUI Element to Jira Block & Hover Card
8
+
3
9
  ## 26.15.0
4
10
 
5
11
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.15.0",
3
+ "version": "26.15.1",
4
4
  "sideEffects": false
5
5
  }
@@ -74,6 +74,8 @@ var getSimulatedBetterMetadata = function getSimulatedBetterMetadata(cardDetails
74
74
  name: _constants.ElementName.ModifiedOn
75
75
  }],
76
76
  bottomMetadata: [{
77
+ name: _constants.ElementName.StoryPoints
78
+ }, {
77
79
  name: _constants.ElementName.Priority
78
80
  }, {
79
81
  name: _constants.ElementName.SubTasksProgress
@@ -139,7 +139,7 @@ var getSimulatedBetterMetadata = function getSimulatedBetterMetadata() {
139
139
  case 'jira-object-provider':
140
140
  return _objectSpread(_objectSpread({}, defaultMetadata), {}, {
141
141
  topMetadataBlock: {
142
- primary: [_constants.ElementName.AssignedToGroup, _constants.ElementName.State, _constants.ElementName.Priority],
142
+ primary: [_constants.ElementName.AssignedToGroup, _constants.ElementName.State, _constants.ElementName.StoryPoints, _constants.ElementName.Priority],
143
143
  secondary: [],
144
144
  subtitle: []
145
145
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.15.0",
3
+ "version": "26.15.1",
4
4
  "sideEffects": false
5
5
  }
@@ -68,6 +68,8 @@ export const getSimulatedBetterMetadata = cardDetails => {
68
68
  name: ElementName.ModifiedOn
69
69
  }],
70
70
  bottomMetadata: [{
71
+ name: ElementName.StoryPoints
72
+ }, {
71
73
  name: ElementName.Priority
72
74
  }, {
73
75
  name: ElementName.SubTasksProgress
@@ -127,7 +127,7 @@ export const getSimulatedBetterMetadata = (extensionKey = '', data) => {
127
127
  return {
128
128
  ...defaultMetadata,
129
129
  topMetadataBlock: {
130
- primary: [ElementName.AssignedToGroup, ElementName.State, ElementName.Priority],
130
+ primary: [ElementName.AssignedToGroup, ElementName.State, ElementName.StoryPoints, ElementName.Priority],
131
131
  secondary: [],
132
132
  subtitle: []
133
133
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.15.0",
3
+ "version": "26.15.1",
4
4
  "sideEffects": false
5
5
  }
@@ -68,6 +68,8 @@ export var getSimulatedBetterMetadata = function getSimulatedBetterMetadata(card
68
68
  name: ElementName.ModifiedOn
69
69
  }],
70
70
  bottomMetadata: [{
71
+ name: ElementName.StoryPoints
72
+ }, {
71
73
  name: ElementName.Priority
72
74
  }, {
73
75
  name: ElementName.SubTasksProgress
@@ -131,7 +131,7 @@ export var getSimulatedBetterMetadata = function getSimulatedBetterMetadata() {
131
131
  case 'jira-object-provider':
132
132
  return _objectSpread(_objectSpread({}, defaultMetadata), {}, {
133
133
  topMetadataBlock: {
134
- primary: [ElementName.AssignedToGroup, ElementName.State, ElementName.Priority],
134
+ primary: [ElementName.AssignedToGroup, ElementName.State, ElementName.StoryPoints, ElementName.Priority],
135
135
  secondary: [],
136
136
  subtitle: []
137
137
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.15.0",
3
+ "version": "26.15.1",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -36,7 +36,7 @@
36
36
  "@atlaskit/icon-priority": "^6.3.0",
37
37
  "@atlaskit/in-product-testing": "^0.2.0",
38
38
  "@atlaskit/link-analytics": "^8.2.0",
39
- "@atlaskit/link-client-extension": "^1.5.0",
39
+ "@atlaskit/link-client-extension": "^1.6.0",
40
40
  "@atlaskit/link-extractors": "^1.1.0",
41
41
  "@atlaskit/linking-common": "^4.3.0",
42
42
  "@atlaskit/linking-types": "^8.2.0",