@atlaskit/smart-card 30.3.3 → 30.4.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 +14 -0
- package/dist/cjs/messages.js +3 -3
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/messages.js +3 -3
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/messages.js +3 -3
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 30.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#168765](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/168765)
|
|
8
|
+
[`12c1df09ceb6b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/12c1df09ceb6b) -
|
|
9
|
+
[ux] Update action button text for automtion and related link actions
|
|
10
|
+
|
|
11
|
+
## 30.3.4
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 30.3.3
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/dist/cjs/messages.js
CHANGED
|
@@ -73,7 +73,7 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
73
73
|
},
|
|
74
74
|
automation_action_title: {
|
|
75
75
|
id: 'fabric.linking.automation-action.title',
|
|
76
|
-
defaultMessage: 'View automation rules
|
|
76
|
+
defaultMessage: 'View automation rules',
|
|
77
77
|
description: 'The title of the button in a hover card to open an automation menu for a given SmartLink.'
|
|
78
78
|
},
|
|
79
79
|
automation_action_icon_label: {
|
|
@@ -712,8 +712,8 @@ var messages = exports.messages = (0, _reactIntlNext.defineMessages)({
|
|
|
712
712
|
description: 'Shown as the title for the related links modal'
|
|
713
713
|
},
|
|
714
714
|
related_links_view_related_urls: {
|
|
715
|
-
id: 'fabric.linking.related_links_view_related_urls
|
|
716
|
-
defaultMessage: 'View recent links
|
|
715
|
+
id: 'fabric.linking.related_links_view_related_urls',
|
|
716
|
+
defaultMessage: 'View recent links',
|
|
717
717
|
description: 'Action to view related links to the given resource'
|
|
718
718
|
},
|
|
719
719
|
related_links_found_in: {
|
|
@@ -22,7 +22,7 @@ var ANALYTICS_CHANNEL = exports.ANALYTICS_CHANNEL = 'media';
|
|
|
22
22
|
var context = exports.context = {
|
|
23
23
|
componentName: 'smart-cards',
|
|
24
24
|
packageName: "@atlaskit/smart-card",
|
|
25
|
-
packageVersion: "30.
|
|
25
|
+
packageVersion: "30.4.0"
|
|
26
26
|
};
|
|
27
27
|
var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
28
28
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -17,7 +17,7 @@ var _excluded = ["href", "children", "checkSafety", "onClick", "testId"],
|
|
|
17
17
|
_excluded2 = ["isLinkSafe", "showSafetyWarningModal"];
|
|
18
18
|
var PACKAGE_DATA = {
|
|
19
19
|
packageName: "@atlaskit/smart-card",
|
|
20
|
-
packageVersion: "30.
|
|
20
|
+
packageVersion: "30.4.0",
|
|
21
21
|
componentName: 'linkUrl'
|
|
22
22
|
};
|
|
23
23
|
var Link = (0, _click.withLinkClickedEvent)('a');
|
package/dist/es2019/messages.js
CHANGED
|
@@ -67,7 +67,7 @@ export const messages = defineMessages({
|
|
|
67
67
|
},
|
|
68
68
|
automation_action_title: {
|
|
69
69
|
id: 'fabric.linking.automation-action.title',
|
|
70
|
-
defaultMessage: 'View automation rules
|
|
70
|
+
defaultMessage: 'View automation rules',
|
|
71
71
|
description: 'The title of the button in a hover card to open an automation menu for a given SmartLink.'
|
|
72
72
|
},
|
|
73
73
|
automation_action_icon_label: {
|
|
@@ -706,8 +706,8 @@ export const messages = defineMessages({
|
|
|
706
706
|
description: 'Shown as the title for the related links modal'
|
|
707
707
|
},
|
|
708
708
|
related_links_view_related_urls: {
|
|
709
|
-
id: 'fabric.linking.related_links_view_related_urls
|
|
710
|
-
defaultMessage: 'View recent links
|
|
709
|
+
id: 'fabric.linking.related_links_view_related_urls',
|
|
710
|
+
defaultMessage: 'View recent links',
|
|
711
711
|
description: 'Action to view related links to the given resource'
|
|
712
712
|
},
|
|
713
713
|
related_links_found_in: {
|
|
@@ -4,7 +4,7 @@ export const ANALYTICS_CHANNEL = 'media';
|
|
|
4
4
|
export const context = {
|
|
5
5
|
componentName: 'smart-cards',
|
|
6
6
|
packageName: "@atlaskit/smart-card",
|
|
7
|
-
packageVersion: "30.
|
|
7
|
+
packageVersion: "30.4.0"
|
|
8
8
|
};
|
|
9
9
|
export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
10
10
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -7,7 +7,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
7
7
|
import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
|
|
8
8
|
const PACKAGE_DATA = {
|
|
9
9
|
packageName: "@atlaskit/smart-card",
|
|
10
|
-
packageVersion: "30.
|
|
10
|
+
packageVersion: "30.4.0",
|
|
11
11
|
componentName: 'linkUrl'
|
|
12
12
|
};
|
|
13
13
|
const Link = withLinkClickedEvent('a');
|
package/dist/esm/messages.js
CHANGED
|
@@ -67,7 +67,7 @@ export var messages = defineMessages({
|
|
|
67
67
|
},
|
|
68
68
|
automation_action_title: {
|
|
69
69
|
id: 'fabric.linking.automation-action.title',
|
|
70
|
-
defaultMessage: 'View automation rules
|
|
70
|
+
defaultMessage: 'View automation rules',
|
|
71
71
|
description: 'The title of the button in a hover card to open an automation menu for a given SmartLink.'
|
|
72
72
|
},
|
|
73
73
|
automation_action_icon_label: {
|
|
@@ -706,8 +706,8 @@ export var messages = defineMessages({
|
|
|
706
706
|
description: 'Shown as the title for the related links modal'
|
|
707
707
|
},
|
|
708
708
|
related_links_view_related_urls: {
|
|
709
|
-
id: 'fabric.linking.related_links_view_related_urls
|
|
710
|
-
defaultMessage: 'View recent links
|
|
709
|
+
id: 'fabric.linking.related_links_view_related_urls',
|
|
710
|
+
defaultMessage: 'View recent links',
|
|
711
711
|
description: 'Action to view related links to the given resource'
|
|
712
712
|
},
|
|
713
713
|
related_links_found_in: {
|
|
@@ -15,7 +15,7 @@ export var ANALYTICS_CHANNEL = 'media';
|
|
|
15
15
|
export var context = {
|
|
16
16
|
componentName: 'smart-cards',
|
|
17
17
|
packageName: "@atlaskit/smart-card",
|
|
18
|
-
packageVersion: "30.
|
|
18
|
+
packageVersion: "30.4.0"
|
|
19
19
|
};
|
|
20
20
|
export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
21
21
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -10,7 +10,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
10
10
|
import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
|
|
11
11
|
var PACKAGE_DATA = {
|
|
12
12
|
packageName: "@atlaskit/smart-card",
|
|
13
|
-
packageVersion: "30.
|
|
13
|
+
packageVersion: "30.4.0",
|
|
14
14
|
componentName: 'linkUrl'
|
|
15
15
|
};
|
|
16
16
|
var Link = withLinkClickedEvent('a');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "30.
|
|
3
|
+
"version": "30.4.0",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"@atlaskit/badge": "^16.4.0",
|
|
33
33
|
"@atlaskit/button": "^20.3.0",
|
|
34
34
|
"@atlaskit/checkbox": "^15.1.0",
|
|
35
|
-
"@atlaskit/dropdown-menu": "^12.
|
|
35
|
+
"@atlaskit/dropdown-menu": "^12.23.0",
|
|
36
36
|
"@atlaskit/form": "^10.5.0",
|
|
37
37
|
"@atlaskit/frontend-utilities": "^2.7.0",
|
|
38
38
|
"@atlaskit/heading": "^3.1.0",
|
|
39
|
-
"@atlaskit/icon": "^22.
|
|
39
|
+
"@atlaskit/icon": "^22.26.0",
|
|
40
40
|
"@atlaskit/icon-file-type": "^6.7.0",
|
|
41
41
|
"@atlaskit/icon-object": "^6.7.0",
|
|
42
42
|
"@atlaskit/icon-priority": "^6.3.0",
|
|
43
|
-
"@atlaskit/legacy-custom-icons": "^0.
|
|
43
|
+
"@atlaskit/legacy-custom-icons": "^0.18.0",
|
|
44
44
|
"@atlaskit/link-analytics": "^8.5.0",
|
|
45
45
|
"@atlaskit/link-client-extension": "^2.4.0",
|
|
46
46
|
"@atlaskit/link-extractors": "^1.9.0",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
55
55
|
"@atlaskit/popup": "^1.29.0",
|
|
56
56
|
"@atlaskit/primitives": "^13.2.0",
|
|
57
|
-
"@atlaskit/section-message": "^6.
|
|
58
|
-
"@atlaskit/select": "^18.
|
|
57
|
+
"@atlaskit/section-message": "^6.7.0",
|
|
58
|
+
"@atlaskit/select": "^18.6.0",
|
|
59
59
|
"@atlaskit/spinner": "^16.3.0",
|
|
60
60
|
"@atlaskit/textarea": "^5.6.0",
|
|
61
61
|
"@atlaskit/textfield": "^6.5.0",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"uuid": "^3.1.0"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
|
-
"@atlaskit/link-provider": "^1.
|
|
83
|
+
"@atlaskit/link-provider": "^1.17.0",
|
|
84
84
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
85
85
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
86
86
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"devDependencies": {
|
|
89
89
|
"@af/integration-testing": "*",
|
|
90
90
|
"@af/visual-regression": "*",
|
|
91
|
-
"@atlaskit/analytics-listeners": "^8.
|
|
91
|
+
"@atlaskit/analytics-listeners": "^8.12.0",
|
|
92
92
|
"@atlaskit/css-reset": "^6.11.0",
|
|
93
93
|
"@atlaskit/link": "^1.2.1",
|
|
94
94
|
"@atlaskit/link-test-helpers": "^7.5.0",
|