@atlaskit/smart-card 34.11.1 → 35.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 +24 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/package.json +46 -46
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 35.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 35.0.0
|
|
10
|
+
|
|
11
|
+
### Major Changes
|
|
12
|
+
|
|
13
|
+
- [#117363](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/117363)
|
|
14
|
+
[`10a0f7f6c2027`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/10a0f7f6c2027) -
|
|
15
|
+
This package's `peerDependencies` have been adjusted for `react` and/or `react-dom` to reflect the
|
|
16
|
+
status of only supporting React 18 going forward. No explicit breaking change to React support has
|
|
17
|
+
been made in this release, but this is to signify going forward, breaking changes for React 16 or
|
|
18
|
+
React 17 may come via non-major semver releases.
|
|
19
|
+
|
|
20
|
+
Please refer this community post for more details:
|
|
21
|
+
https://community.developer.atlassian.com/t/rfc-78-dropping-support-for-react-16-and-rendering-in-a-react-18-concurrent-root-in-jira-and-confluence/87026
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
|
|
3
27
|
## 34.11.1
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
@@ -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: "
|
|
14
|
+
packageVersion: "35.0.1"
|
|
15
15
|
};
|
|
16
16
|
var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
17
17
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -20,7 +20,7 @@ var _excluded = ["href", "children", "checkSafety", "onClick", "testId", "isLink
|
|
|
20
20
|
_excluded2 = ["isLinkSafe", "showSafetyWarningModal"];
|
|
21
21
|
var PACKAGE_DATA = {
|
|
22
22
|
packageName: "@atlaskit/smart-card",
|
|
23
|
-
packageVersion: "
|
|
23
|
+
packageVersion: "35.0.1",
|
|
24
24
|
componentName: 'linkUrl'
|
|
25
25
|
};
|
|
26
26
|
var Anchor = (0, _click.withLinkClickedEvent)('a');
|
|
@@ -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: "
|
|
5
|
+
packageVersion: "35.0.1"
|
|
6
6
|
};
|
|
7
7
|
export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
8
8
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -10,7 +10,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
10
10
|
import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
|
|
11
11
|
const PACKAGE_DATA = {
|
|
12
12
|
packageName: "@atlaskit/smart-card",
|
|
13
|
-
packageVersion: "
|
|
13
|
+
packageVersion: "35.0.1",
|
|
14
14
|
componentName: 'linkUrl'
|
|
15
15
|
};
|
|
16
16
|
const Anchor = withLinkClickedEvent('a');
|
|
@@ -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: "
|
|
7
|
+
packageVersion: "35.0.1"
|
|
8
8
|
};
|
|
9
9
|
export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
10
10
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -13,7 +13,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
13
13
|
import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
|
|
14
14
|
var PACKAGE_DATA = {
|
|
15
15
|
packageName: "@atlaskit/smart-card",
|
|
16
|
-
packageVersion: "
|
|
16
|
+
packageVersion: "35.0.1",
|
|
17
17
|
componentName: 'linkUrl'
|
|
18
18
|
};
|
|
19
19
|
var Anchor = withLinkClickedEvent('a');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "35.0.1",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -28,46 +28,46 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@atlaskit/analytics-gas-types": "^5.1.0",
|
|
31
|
-
"@atlaskit/analytics-next": "^
|
|
32
|
-
"@atlaskit/avatar": "^
|
|
33
|
-
"@atlaskit/avatar-group": "^
|
|
34
|
-
"@atlaskit/badge": "^
|
|
35
|
-
"@atlaskit/button": "^
|
|
36
|
-
"@atlaskit/checkbox": "^
|
|
37
|
-
"@atlaskit/css": "^0.
|
|
38
|
-
"@atlaskit/dropdown-menu": "^
|
|
39
|
-
"@atlaskit/form": "^
|
|
40
|
-
"@atlaskit/frontend-utilities": "^
|
|
41
|
-
"@atlaskit/heading": "^
|
|
42
|
-
"@atlaskit/icon": "^
|
|
43
|
-
"@atlaskit/icon-file-type": "^
|
|
44
|
-
"@atlaskit/icon-lab": "^
|
|
45
|
-
"@atlaskit/icon-object": "^
|
|
31
|
+
"@atlaskit/analytics-next": "^11.0.0",
|
|
32
|
+
"@atlaskit/avatar": "^23.0.0",
|
|
33
|
+
"@atlaskit/avatar-group": "^12.0.0",
|
|
34
|
+
"@atlaskit/badge": "^18.0.0",
|
|
35
|
+
"@atlaskit/button": "^21.1.0",
|
|
36
|
+
"@atlaskit/checkbox": "^16.0.0",
|
|
37
|
+
"@atlaskit/css": "^0.10.0",
|
|
38
|
+
"@atlaskit/dropdown-menu": "^13.0.0",
|
|
39
|
+
"@atlaskit/form": "^12.0.0",
|
|
40
|
+
"@atlaskit/frontend-utilities": "^3.0.0",
|
|
41
|
+
"@atlaskit/heading": "^5.0.0",
|
|
42
|
+
"@atlaskit/icon": "^24.0.0",
|
|
43
|
+
"@atlaskit/icon-file-type": "^7.0.0",
|
|
44
|
+
"@atlaskit/icon-lab": "^3.0.0",
|
|
45
|
+
"@atlaskit/icon-object": "^7.0.0",
|
|
46
46
|
"@atlaskit/icon-priority": "^6.3.0",
|
|
47
|
-
"@atlaskit/legacy-custom-icons": "^0.
|
|
48
|
-
"@atlaskit/link": "^
|
|
49
|
-
"@atlaskit/link-analytics": "^
|
|
50
|
-
"@atlaskit/link-client-extension": "^
|
|
51
|
-
"@atlaskit/link-extractors": "^
|
|
52
|
-
"@atlaskit/linking-common": "^
|
|
47
|
+
"@atlaskit/legacy-custom-icons": "^0.22.0",
|
|
48
|
+
"@atlaskit/link": "^3.0.0",
|
|
49
|
+
"@atlaskit/link-analytics": "^9.0.0",
|
|
50
|
+
"@atlaskit/link-client-extension": "^4.0.0",
|
|
51
|
+
"@atlaskit/link-extractors": "^2.0.0",
|
|
52
|
+
"@atlaskit/linking-common": "^8.0.0",
|
|
53
53
|
"@atlaskit/linking-types": "^9.6.0",
|
|
54
|
-
"@atlaskit/logo": "^
|
|
55
|
-
"@atlaskit/lozenge": "^
|
|
56
|
-
"@atlaskit/menu": "^
|
|
57
|
-
"@atlaskit/modal-dialog": "^
|
|
54
|
+
"@atlaskit/logo": "^16.0.0",
|
|
55
|
+
"@atlaskit/lozenge": "^12.0.0",
|
|
56
|
+
"@atlaskit/menu": "^3.0.0",
|
|
57
|
+
"@atlaskit/modal-dialog": "^13.0.0",
|
|
58
58
|
"@atlaskit/outbound-auth-flow-client": "^3.4.0",
|
|
59
59
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
60
|
-
"@atlaskit/popup": "^
|
|
61
|
-
"@atlaskit/primitives": "^
|
|
62
|
-
"@atlaskit/section-message": "^
|
|
63
|
-
"@atlaskit/select": "^
|
|
64
|
-
"@atlaskit/spinner": "^
|
|
65
|
-
"@atlaskit/textarea": "^
|
|
66
|
-
"@atlaskit/textfield": "^
|
|
67
|
-
"@atlaskit/theme": "^
|
|
68
|
-
"@atlaskit/tokens": "^
|
|
69
|
-
"@atlaskit/tooltip": "^
|
|
70
|
-
"@atlaskit/ufo": "^0.
|
|
60
|
+
"@atlaskit/popup": "^2.0.0",
|
|
61
|
+
"@atlaskit/primitives": "^14.0.0",
|
|
62
|
+
"@atlaskit/section-message": "^8.0.0",
|
|
63
|
+
"@atlaskit/select": "^19.0.0",
|
|
64
|
+
"@atlaskit/spinner": "^18.0.0",
|
|
65
|
+
"@atlaskit/textarea": "^8.0.0",
|
|
66
|
+
"@atlaskit/textfield": "^8.0.0",
|
|
67
|
+
"@atlaskit/theme": "^17.0.0",
|
|
68
|
+
"@atlaskit/tokens": "^4.1.0",
|
|
69
|
+
"@atlaskit/tooltip": "^20.0.0",
|
|
70
|
+
"@atlaskit/ufo": "^0.4.0",
|
|
71
71
|
"@babel/runtime": "^7.0.0",
|
|
72
72
|
"@compiled/react": "^0.18.2",
|
|
73
73
|
"@emotion/react": "^11.7.1",
|
|
@@ -86,24 +86,24 @@
|
|
|
86
86
|
"uuid": "^3.1.0"
|
|
87
87
|
},
|
|
88
88
|
"peerDependencies": {
|
|
89
|
-
"@atlaskit/link-provider": "^
|
|
90
|
-
"react": "^
|
|
91
|
-
"react-dom": "^
|
|
89
|
+
"@atlaskit/link-provider": "^2.0.0",
|
|
90
|
+
"react": "^18.2.0",
|
|
91
|
+
"react-dom": "^18.2.0",
|
|
92
92
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@af/integration-testing": "*",
|
|
96
96
|
"@af/visual-regression": "*",
|
|
97
|
-
"@atlaskit/analytics-listeners": "^
|
|
98
|
-
"@atlaskit/css-reset": "^
|
|
99
|
-
"@atlaskit/link-test-helpers": "^
|
|
100
|
-
"@atlaskit/media-test-helpers": "^
|
|
101
|
-
"@atlaskit/react-ufo": "^
|
|
97
|
+
"@atlaskit/analytics-listeners": "^9.0.0",
|
|
98
|
+
"@atlaskit/css-reset": "^7.0.0",
|
|
99
|
+
"@atlaskit/link-test-helpers": "^8.0.0",
|
|
100
|
+
"@atlaskit/media-test-helpers": "^35.0.0",
|
|
101
|
+
"@atlaskit/react-ufo": "^3.0.0",
|
|
102
102
|
"@atlaskit/ssr": "*",
|
|
103
103
|
"@atlaskit/visual-regression": "*",
|
|
104
104
|
"@atlassian/analytics-tooling": "*",
|
|
105
105
|
"@atlassian/feature-flags-test-utils": "^0.3.0",
|
|
106
|
-
"@atlassian/gemini": "1.16.
|
|
106
|
+
"@atlassian/gemini": "1.16.3",
|
|
107
107
|
"@testing-library/dom": "^10.1.0",
|
|
108
108
|
"@testing-library/jest-dom": "^6.4.5",
|
|
109
109
|
"@testing-library/react": "^13.4.0",
|