@atlaskit/smart-card 45.19.7 → 45.20.0
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 +17 -0
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flag/connect-success-flag--default--platform-dst-shape-theme-default-false.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flex-ui-action/flexible-ui-block-action-danger--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flex-ui-action/flexible-ui-block-action-override-css--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flex-ui-action/flexible-ui-block-action-primary--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flex-ui-action/flexible-ui-block-action-warning--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-accessibility--custom-action-item-focused--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/link-warning-modal/link-safety-warning-modal-renders-correctly--default.png +2 -2
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flag/connect-success-flag--default--platform-dst-shape-theme-default-false.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flex-ui-action/flexible-ui-block-action-danger--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flex-ui-action/flexible-ui-block-action-override-css--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flex-ui-action/flexible-ui-block-action-primary--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flex-ui-action/flexible-ui-block-action-warning--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-accessibility--custom-action-item-focused--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/link-warning-modal/link-safety-warning-modal-renders-correctly--default.png +2 -2
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/__tests__/vr-tests/__snapshots__/flag/connect-success-flag--default--platform-dst-shape-theme-default-false.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/flex-ui-action/flexible-ui-block-action-danger--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/flex-ui-action/flexible-ui-block-action-override-css--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/flex-ui-action/flexible-ui-block-action-primary--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/flex-ui-action/flexible-ui-block-action-warning--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-accessibility--custom-action-item-focused--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/link-warning-modal/link-safety-warning-modal-renders-correctly--default.png +2 -2
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 45.20.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`0a39ae0f69a25`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0a39ae0f69a25) -
|
|
8
|
+
Update i18n NPM package versions for linking-platform,smart-experiences (Group 15)
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 45.19.8
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 45.19.7
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:bb122de4f1c88e21729311ec5579a54ead659eb698883ea446bb7c4cbbe6152f
|
|
3
|
+
size 19155
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:9404e711bafab49ef6ba18439b31355f8f2b45161daf741f6b1dbe5b9ac04357
|
|
3
|
+
size 35090
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:a236cad0ee24ced1ac1449dde91b6b6615f9a49e247d3203cfe411f5d6d3e0bd
|
|
3
|
+
size 5359
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:5a867302179e45c28c0fbfbeaf5cc6e0e799d103f67fc2135394041a8dfa8bd8
|
|
3
|
+
size 35111
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:14552c94dabf22fd1bf0e4f99bcbda1c7c159c0843c5e96110d1386309cfda18
|
|
3
|
+
size 35222
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:a4d438e2720ea0b7b3bd310e11c695c27e4a884faf0ffcb82c469220eb5e51e8
|
|
3
|
+
size 12847
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:68f5f9be1f18b90256b72b86c5e06d57aacf211d5fb512f12a714bad2cf4b660
|
|
3
|
+
size 45569
|
|
@@ -11,7 +11,7 @@ var ANALYTICS_CHANNEL = exports.ANALYTICS_CHANNEL = 'media';
|
|
|
11
11
|
var context = exports.context = {
|
|
12
12
|
componentName: 'smart-cards',
|
|
13
13
|
packageName: "@atlaskit/smart-card" || '',
|
|
14
|
-
packageVersion: "45.
|
|
14
|
+
packageVersion: "45.20.0" || ''
|
|
15
15
|
};
|
|
16
16
|
var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
17
17
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -19,7 +19,7 @@ var _excluded = ["href", "children", "checkSafety", "onClick", "testId", "isLink
|
|
|
19
19
|
_excluded2 = ["isLinkSafe", "showSafetyWarningModal"];
|
|
20
20
|
var PACKAGE_DATA = {
|
|
21
21
|
packageName: "@atlaskit/smart-card",
|
|
22
|
-
packageVersion: "45.
|
|
22
|
+
packageVersion: "45.20.0",
|
|
23
23
|
componentName: 'linkUrl'
|
|
24
24
|
};
|
|
25
25
|
var LinkUrl = function LinkUrl(_ref) {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:bb122de4f1c88e21729311ec5579a54ead659eb698883ea446bb7c4cbbe6152f
|
|
3
|
+
size 19155
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:9404e711bafab49ef6ba18439b31355f8f2b45161daf741f6b1dbe5b9ac04357
|
|
3
|
+
size 35090
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:a236cad0ee24ced1ac1449dde91b6b6615f9a49e247d3203cfe411f5d6d3e0bd
|
|
3
|
+
size 5359
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:5a867302179e45c28c0fbfbeaf5cc6e0e799d103f67fc2135394041a8dfa8bd8
|
|
3
|
+
size 35111
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:14552c94dabf22fd1bf0e4f99bcbda1c7c159c0843c5e96110d1386309cfda18
|
|
3
|
+
size 35222
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:a4d438e2720ea0b7b3bd310e11c695c27e4a884faf0ffcb82c469220eb5e51e8
|
|
3
|
+
size 12847
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:68f5f9be1f18b90256b72b86c5e06d57aacf211d5fb512f12a714bad2cf4b660
|
|
3
|
+
size 45569
|
|
@@ -2,7 +2,7 @@ export const ANALYTICS_CHANNEL = 'media';
|
|
|
2
2
|
export const context = {
|
|
3
3
|
componentName: 'smart-cards',
|
|
4
4
|
packageName: "@atlaskit/smart-card" || '',
|
|
5
|
-
packageVersion: "45.
|
|
5
|
+
packageVersion: "45.20.0" || ''
|
|
6
6
|
};
|
|
7
7
|
export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
8
8
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -9,7 +9,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
9
9
|
import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
|
|
10
10
|
const PACKAGE_DATA = {
|
|
11
11
|
packageName: "@atlaskit/smart-card",
|
|
12
|
-
packageVersion: "45.
|
|
12
|
+
packageVersion: "45.20.0",
|
|
13
13
|
componentName: 'linkUrl'
|
|
14
14
|
};
|
|
15
15
|
const LinkUrl = ({
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:bb122de4f1c88e21729311ec5579a54ead659eb698883ea446bb7c4cbbe6152f
|
|
3
|
+
size 19155
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:9404e711bafab49ef6ba18439b31355f8f2b45161daf741f6b1dbe5b9ac04357
|
|
3
|
+
size 35090
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:a236cad0ee24ced1ac1449dde91b6b6615f9a49e247d3203cfe411f5d6d3e0bd
|
|
3
|
+
size 5359
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:5a867302179e45c28c0fbfbeaf5cc6e0e799d103f67fc2135394041a8dfa8bd8
|
|
3
|
+
size 35111
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:14552c94dabf22fd1bf0e4f99bcbda1c7c159c0843c5e96110d1386309cfda18
|
|
3
|
+
size 35222
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:a4d438e2720ea0b7b3bd310e11c695c27e4a884faf0ffcb82c469220eb5e51e8
|
|
3
|
+
size 12847
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
version https://git-lfs.github.com/spec/v1
|
|
2
|
-
oid sha256:
|
|
3
|
-
size
|
|
2
|
+
oid sha256:68f5f9be1f18b90256b72b86c5e06d57aacf211d5fb512f12a714bad2cf4b660
|
|
3
|
+
size 45569
|
|
@@ -4,7 +4,7 @@ export var ANALYTICS_CHANNEL = 'media';
|
|
|
4
4
|
export var context = {
|
|
5
5
|
componentName: 'smart-cards',
|
|
6
6
|
packageName: "@atlaskit/smart-card" || '',
|
|
7
|
-
packageVersion: "45.
|
|
7
|
+
packageVersion: "45.20.0" || ''
|
|
8
8
|
};
|
|
9
9
|
export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
10
10
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -12,7 +12,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
12
12
|
import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
|
|
13
13
|
var PACKAGE_DATA = {
|
|
14
14
|
packageName: "@atlaskit/smart-card",
|
|
15
|
-
packageVersion: "45.
|
|
15
|
+
packageVersion: "45.20.0",
|
|
16
16
|
componentName: 'linkUrl'
|
|
17
17
|
};
|
|
18
18
|
var LinkUrl = function LinkUrl(_ref) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "45.
|
|
3
|
+
"version": "45.20.0",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"ak-postbuild": "ls -d dist/* | xargs -n 1 copyfiles -u 1 -V src/**/*.{svg,png}"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@atlaskit/adf-utils": "^20.
|
|
39
|
-
"@atlaskit/afm-i18n-platform-linking-platform-smart-card": "2.
|
|
38
|
+
"@atlaskit/adf-utils": "^20.9.0",
|
|
39
|
+
"@atlaskit/afm-i18n-platform-linking-platform-smart-card": "2.237.0",
|
|
40
40
|
"@atlaskit/analytics-cross-product": "^2.1.0",
|
|
41
41
|
"@atlaskit/analytics-gas-types": "^6.2.0",
|
|
42
42
|
"@atlaskit/analytics-next": "^12.5.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@atlaskit/heading": "^7.2.0",
|
|
57
57
|
"@atlaskit/icon": "^37.6.0",
|
|
58
58
|
"@atlaskit/icon-file-type": "^8.3.0",
|
|
59
|
-
"@atlaskit/icon-lab": "^7.
|
|
59
|
+
"@atlaskit/icon-lab": "^7.8.0",
|
|
60
60
|
"@atlaskit/image": "^5.2.0",
|
|
61
61
|
"@atlaskit/json-ld-types": "^2.0.0",
|
|
62
62
|
"@atlaskit/link": "^5.1.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"@atlaskit/textfield": "^10.2.0",
|
|
91
91
|
"@atlaskit/theme": "^28.2.0",
|
|
92
92
|
"@atlaskit/tile": "^4.1.0",
|
|
93
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
93
|
+
"@atlaskit/tmp-editor-statsig": "^174.0.0",
|
|
94
94
|
"@atlaskit/tokens": "^16.11.0",
|
|
95
95
|
"@atlaskit/tooltip": "^24.3.0",
|
|
96
96
|
"@atlaskit/ufo": "^1.2.0",
|