@atlaskit/smart-card 25.7.2 → 25.7.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,11 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 25.7.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`878dc4e5239`](https://bitbucket.org/atlassian/atlassian-frontend/commits/878dc4e5239) - Enable lozenge action by using showServerActions opt-in OR using feature flag useLozengeAction for experiment
8
+
3
9
  ## 25.7.2
4
10
 
5
11
  ### Patch Changes
@@ -58,7 +58,7 @@ var extractFlexibleUiContext = function extractFlexibleUiContext() {
58
58
  snippet: (0, _primitives.extractSummary)(data) || undefined,
59
59
  // Explicitly set here to remove an empty string
60
60
  sourceBranch: (0, _utils.extractSourceBranch)(data),
61
- state: (0, _extractState.default)(response, showLozengeAction && showServerActions, id),
61
+ state: (0, _extractState.default)(response, showLozengeAction || showServerActions, id),
62
62
  subscriberCount: (0, _utils.extractSubscriberCount)(data),
63
63
  targetBranch: (0, _utils.extractTargetBranch)(data),
64
64
  title: (0, _extractors.extractTitle)(data) || url,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "25.7.2",
3
+ "version": "25.7.3",
4
4
  "sideEffects": false
5
5
  }
@@ -51,7 +51,7 @@ const extractFlexibleUiContext = ({
51
51
  snippet: extractSummary(data) || undefined,
52
52
  // Explicitly set here to remove an empty string
53
53
  sourceBranch: extractSourceBranch(data),
54
- state: extractState(response, showLozengeAction && showServerActions, id),
54
+ state: extractState(response, showLozengeAction || showServerActions, id),
55
55
  subscriberCount: extractSubscriberCount(data),
56
56
  targetBranch: extractTargetBranch(data),
57
57
  title: extractTitle(data) || url,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "25.7.2",
3
+ "version": "25.7.3",
4
4
  "sideEffects": false
5
5
  }
@@ -51,7 +51,7 @@ var extractFlexibleUiContext = function extractFlexibleUiContext() {
51
51
  snippet: extractSummary(data) || undefined,
52
52
  // Explicitly set here to remove an empty string
53
53
  sourceBranch: extractSourceBranch(data),
54
- state: extractState(response, showLozengeAction && showServerActions, id),
54
+ state: extractState(response, showLozengeAction || showServerActions, id),
55
55
  subscriberCount: extractSubscriberCount(data),
56
56
  targetBranch: extractTargetBranch(data),
57
57
  title: extractTitle(data) || url,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "25.7.2",
3
+ "version": "25.7.3",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "25.7.2",
3
+ "version": "25.7.3",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"