@atlaskit/smart-card 25.9.5 → 26.0.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 +16 -0
- package/dist/cjs/utils/actions/create-status-update-request.js +3 -2
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/utils/actions/create-status-update-request.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/utils/actions/create-status-update-request.js +3 -2
- package/dist/esm/version.json +1 -1
- package/package.json +46 -46
- package/report.api.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 26.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`6341b726715`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6341b726715) - Fix of the request body of the invoke update request
|
|
8
|
+
|
|
9
|
+
## 26.0.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 25.9.5
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -9,13 +9,14 @@ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/de
|
|
|
9
9
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
10
10
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
11
11
|
var createStatusUpdateRequest = function createStatusUpdateRequest(request, id) {
|
|
12
|
-
return
|
|
12
|
+
return {
|
|
13
|
+
providerKey: request.providerKey,
|
|
13
14
|
action: _objectSpread(_objectSpread({}, request.action), {}, {
|
|
14
15
|
payload: {
|
|
15
16
|
newStatusId: id
|
|
16
17
|
}
|
|
17
18
|
})
|
|
18
|
-
}
|
|
19
|
+
};
|
|
19
20
|
};
|
|
20
21
|
var _default = createStatusUpdateRequest;
|
|
21
22
|
exports.default = _default;
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
|
@@ -2,12 +2,13 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
2
2
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
3
3
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
4
4
|
var createStatusUpdateRequest = function createStatusUpdateRequest(request, id) {
|
|
5
|
-
return
|
|
5
|
+
return {
|
|
6
|
+
providerKey: request.providerKey,
|
|
6
7
|
action: _objectSpread(_objectSpread({}, request.action), {}, {
|
|
7
8
|
payload: {
|
|
8
9
|
newStatusId: id
|
|
9
10
|
}
|
|
10
11
|
})
|
|
11
|
-
}
|
|
12
|
+
};
|
|
12
13
|
};
|
|
13
14
|
export default createStatusUpdateRequest;
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "26.0.1",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -22,31 +22,31 @@
|
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@atlaskit/analytics-gas-types": "^5.
|
|
26
|
-
"@atlaskit/analytics-next": "^9.
|
|
27
|
-
"@atlaskit/avatar": "^21.
|
|
28
|
-
"@atlaskit/avatar-group": "^9.
|
|
29
|
-
"@atlaskit/button": "^16.
|
|
30
|
-
"@atlaskit/dropdown-menu": "^11.
|
|
31
|
-
"@atlaskit/icon": "^21.
|
|
32
|
-
"@atlaskit/icon-file-type": "^6.
|
|
33
|
-
"@atlaskit/icon-object": "^6.
|
|
25
|
+
"@atlaskit/analytics-gas-types": "^5.1.0",
|
|
26
|
+
"@atlaskit/analytics-next": "^9.1.0",
|
|
27
|
+
"@atlaskit/avatar": "^21.3.0",
|
|
28
|
+
"@atlaskit/avatar-group": "^9.3.0",
|
|
29
|
+
"@atlaskit/button": "^16.7.0",
|
|
30
|
+
"@atlaskit/dropdown-menu": "^11.8.0",
|
|
31
|
+
"@atlaskit/icon": "^21.12.0",
|
|
32
|
+
"@atlaskit/icon-file-type": "^6.4.0",
|
|
33
|
+
"@atlaskit/icon-object": "^6.3.0",
|
|
34
34
|
"@atlaskit/icon-priority": "^6.3.0",
|
|
35
|
-
"@atlaskit/in-product-testing": "^0.
|
|
36
|
-
"@atlaskit/link-client-extension": "^0.
|
|
37
|
-
"@atlaskit/linking-common": "^2.
|
|
38
|
-
"@atlaskit/linking-types": "^1.
|
|
39
|
-
"@atlaskit/logo": "^13.
|
|
40
|
-
"@atlaskit/lozenge": "^11.
|
|
41
|
-
"@atlaskit/media-common": "^4.
|
|
42
|
-
"@atlaskit/modal-dialog": "^12.
|
|
43
|
-
"@atlaskit/outbound-auth-flow-client": "^3.
|
|
44
|
-
"@atlaskit/popup": "^1.
|
|
45
|
-
"@atlaskit/spinner": "^15.
|
|
46
|
-
"@atlaskit/theme": "^12.
|
|
47
|
-
"@atlaskit/tokens": "^1.
|
|
48
|
-
"@atlaskit/tooltip": "^17.
|
|
49
|
-
"@atlaskit/ufo": "^0.
|
|
35
|
+
"@atlaskit/in-product-testing": "^0.2.0",
|
|
36
|
+
"@atlaskit/link-client-extension": "^1.0.0",
|
|
37
|
+
"@atlaskit/linking-common": "^2.8.0",
|
|
38
|
+
"@atlaskit/linking-types": "^1.4.0",
|
|
39
|
+
"@atlaskit/logo": "^13.14.0",
|
|
40
|
+
"@atlaskit/lozenge": "^11.4.0",
|
|
41
|
+
"@atlaskit/media-common": "^4.1.0",
|
|
42
|
+
"@atlaskit/modal-dialog": "^12.5.0",
|
|
43
|
+
"@atlaskit/outbound-auth-flow-client": "^3.4.0",
|
|
44
|
+
"@atlaskit/popup": "^1.6.0",
|
|
45
|
+
"@atlaskit/spinner": "^15.5.0",
|
|
46
|
+
"@atlaskit/theme": "^12.5.0",
|
|
47
|
+
"@atlaskit/tokens": "^1.3.0",
|
|
48
|
+
"@atlaskit/tooltip": "^17.8.0",
|
|
49
|
+
"@atlaskit/ufo": "^0.2.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
51
51
|
"@emotion/react": "^11.7.1",
|
|
52
52
|
"@emotion/styled": "^11.0.0",
|
|
@@ -60,34 +60,34 @@
|
|
|
60
60
|
"uuid": "^3.1.0"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
|
-
"@atlaskit/link-provider": "^1.
|
|
63
|
+
"@atlaskit/link-provider": "^1.6.0",
|
|
64
64
|
"react": "^16.8.0",
|
|
65
65
|
"react-dom": "^16.8.0",
|
|
66
66
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@atlaskit/avatar": "^21.
|
|
70
|
-
"@atlaskit/checkbox": "^12.
|
|
71
|
-
"@atlaskit/code": "^14.
|
|
72
|
-
"@atlaskit/css-reset": "^6.
|
|
69
|
+
"@atlaskit/avatar": "^21.3.0",
|
|
70
|
+
"@atlaskit/checkbox": "^12.5.0",
|
|
71
|
+
"@atlaskit/code": "^14.6.0",
|
|
72
|
+
"@atlaskit/css-reset": "^6.5.0",
|
|
73
73
|
"@atlaskit/docs": "*",
|
|
74
|
-
"@atlaskit/field-base": "^15.
|
|
75
|
-
"@atlaskit/form": "^8.
|
|
76
|
-
"@atlaskit/inline-message": "^11.
|
|
77
|
-
"@atlaskit/link-test-helpers": "^2.
|
|
78
|
-
"@atlaskit/lozenge": "^11.
|
|
74
|
+
"@atlaskit/field-base": "^15.2.0",
|
|
75
|
+
"@atlaskit/form": "^8.11.0",
|
|
76
|
+
"@atlaskit/inline-message": "^11.5.0",
|
|
77
|
+
"@atlaskit/link-test-helpers": "^2.3.0",
|
|
78
|
+
"@atlaskit/lozenge": "^11.4.0",
|
|
79
79
|
"@atlaskit/media-integration-test-helpers": "^2.6.0",
|
|
80
|
-
"@atlaskit/media-test-helpers": "^
|
|
81
|
-
"@atlaskit/page": "^12.
|
|
82
|
-
"@atlaskit/radio": "^5.
|
|
83
|
-
"@atlaskit/range": "^7.
|
|
84
|
-
"@atlaskit/section-message": "^6.
|
|
85
|
-
"@atlaskit/select": "^16.
|
|
86
|
-
"@atlaskit/table-tree": "^9.
|
|
87
|
-
"@atlaskit/tabs": "^13.
|
|
88
|
-
"@atlaskit/textarea": "^4.
|
|
89
|
-
"@atlaskit/textfield": "^5.
|
|
90
|
-
"@atlaskit/toggle": "^12.
|
|
80
|
+
"@atlaskit/media-test-helpers": "^33.0.0",
|
|
81
|
+
"@atlaskit/page": "^12.3.0",
|
|
82
|
+
"@atlaskit/radio": "^5.5.0",
|
|
83
|
+
"@atlaskit/range": "^7.1.0",
|
|
84
|
+
"@atlaskit/section-message": "^6.4.0",
|
|
85
|
+
"@atlaskit/select": "^16.2.0",
|
|
86
|
+
"@atlaskit/table-tree": "^9.4.0",
|
|
87
|
+
"@atlaskit/tabs": "^13.4.0",
|
|
88
|
+
"@atlaskit/textarea": "^4.6.0",
|
|
89
|
+
"@atlaskit/textfield": "^5.4.0",
|
|
90
|
+
"@atlaskit/toggle": "^12.6.0",
|
|
91
91
|
"@atlaskit/visual-regression": "*",
|
|
92
92
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
93
93
|
"@testing-library/dom": "^8.17.1",
|
package/report.api.md
CHANGED