@atlaskit/smart-card 25.7.1 → 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 +12 -0
- package/dist/cjs/extractors/flexible/index.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/extractors/flexible/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/extractors/flexible/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
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
|
+
|
|
9
|
+
## 25.7.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 25.7.1
|
|
4
16
|
|
|
5
17
|
### 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
|
|
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,
|
package/dist/cjs/version.json
CHANGED
|
@@ -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
|
|
54
|
+
state: extractState(response, showLozengeAction || showServerActions, id),
|
|
55
55
|
subscriberCount: extractSubscriberCount(data),
|
|
56
56
|
targetBranch: extractTargetBranch(data),
|
|
57
57
|
title: extractTitle(data) || url,
|
package/dist/es2019/version.json
CHANGED
|
@@ -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
|
|
54
|
+
state: extractState(response, showLozengeAction || showServerActions, id),
|
|
55
55
|
subscriberCount: extractSubscriberCount(data),
|
|
56
56
|
targetBranch: extractTargetBranch(data),
|
|
57
57
|
title: extractTitle(data) || url,
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "25.7.
|
|
3
|
+
"version": "25.7.3",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"@atlaskit/icon-object": "^6.2.0",
|
|
34
34
|
"@atlaskit/icon-priority": "^6.3.0",
|
|
35
35
|
"@atlaskit/in-product-testing": "^0.1.0",
|
|
36
|
-
"@atlaskit/link-client-extension": "^0.
|
|
36
|
+
"@atlaskit/link-client-extension": "^0.5.0",
|
|
37
37
|
"@atlaskit/linking-common": "^2.6.0",
|
|
38
|
-
"@atlaskit/linking-types": "^1.
|
|
38
|
+
"@atlaskit/linking-types": "^1.3.0",
|
|
39
39
|
"@atlaskit/logo": "^13.13.0",
|
|
40
40
|
"@atlaskit/lozenge": "^11.3.0",
|
|
41
41
|
"@atlaskit/media-common": "^4.0.0",
|