@atlaskit/smart-card 45.18.13 → 45.19.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/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/HoverCard/components/HoverCardContent.js +4 -4
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/HoverCard/components/HoverCardContent.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/HoverCard/components/HoverCardContent.js +1 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/package.json +60 -60
- package/report.api.md +0 -1352
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 45.19.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`bd2c5b0112185`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/bd2c5b0112185) -
|
|
8
|
+
Remove stale API report artifacts from published Platform packages.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 45.18.14
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 45.18.13
|
|
4
21
|
|
|
5
22
|
### 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: "45.18.
|
|
14
|
+
packageVersion: "45.18.14" || ''
|
|
15
15
|
};
|
|
16
16
|
var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
17
17
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -13,7 +13,7 @@ var _useAnalyticsEvents2 = require("@atlaskit/analytics-next/useAnalyticsEvents"
|
|
|
13
13
|
var _linkProvider = require("@atlaskit/link-provider");
|
|
14
14
|
var _fg = require("@atlaskit/platform-feature-flags/fg");
|
|
15
15
|
var _componentWithCondition = require("@atlaskit/platform-feature-flags-react/component-with-condition");
|
|
16
|
-
var
|
|
16
|
+
var _functionUnionWithCondition = require("@atlaskit/platform-feature-flags-react/function-union-with-condition");
|
|
17
17
|
var _expValEquals = require("@atlaskit/tmp-editor-statsig/exp-val-equals");
|
|
18
18
|
var _useAnalyticsEvents3 = require("../../../common/analytics/generated/use-analytics-events");
|
|
19
19
|
var _constants = require("../../../constants");
|
|
@@ -213,17 +213,17 @@ var HoverCardContent = function HoverCardContent(_ref4) {
|
|
|
213
213
|
var onClickStopPropagation = (0, _react.useCallback)(function (e) {
|
|
214
214
|
return e.stopPropagation();
|
|
215
215
|
}, []);
|
|
216
|
-
var useIsResolvedViewGated = (0,
|
|
216
|
+
var useIsResolvedViewGated = (0, _functionUnionWithCondition.functionUnionWithCondition)(function () {
|
|
217
217
|
return (0, _fg.fg)('platform_sl_3p_preauth_better_hovercard_killswitch');
|
|
218
218
|
}, useIsResolvedView, function () {
|
|
219
219
|
return undefined;
|
|
220
220
|
});
|
|
221
|
-
var useIsUnauthorisedViewGated = (0,
|
|
221
|
+
var useIsUnauthorisedViewGated = (0, _functionUnionWithCondition.functionUnionWithCondition)(function () {
|
|
222
222
|
return (0, _fg.fg)('platform_sl_3p_preauth_better_hovercard_killswitch');
|
|
223
223
|
}, useIsUnauthorisedView, function () {
|
|
224
224
|
return undefined;
|
|
225
225
|
});
|
|
226
|
-
var useIsShowPreauthBetterHovercardGated = (0,
|
|
226
|
+
var useIsShowPreauthBetterHovercardGated = (0, _functionUnionWithCondition.functionUnionWithCondition)(function () {
|
|
227
227
|
return (0, _fg.fg)('platform_sl_3p_preauth_better_hovercard_killswitch');
|
|
228
228
|
}, useIsShowPreauthBetterHovercard, function () {
|
|
229
229
|
return undefined;
|
|
@@ -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.18.
|
|
22
|
+
packageVersion: "45.18.14",
|
|
23
23
|
componentName: 'linkUrl'
|
|
24
24
|
};
|
|
25
25
|
var LinkUrl = function LinkUrl(_ref) {
|
|
@@ -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.18.
|
|
5
|
+
packageVersion: "45.18.14" || ''
|
|
6
6
|
};
|
|
7
7
|
export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
8
8
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -4,7 +4,7 @@ import { useAnalyticsEvents as useAnalyticsEventsNext } from '@atlaskit/analytic
|
|
|
4
4
|
import { useSmartLinkContext } from '@atlaskit/link-provider';
|
|
5
5
|
import { fg } from '@atlaskit/platform-feature-flags/fg';
|
|
6
6
|
import { componentWithCondition } from '@atlaskit/platform-feature-flags-react/component-with-condition';
|
|
7
|
-
import { functionUnionWithCondition } from '@atlaskit/platform-feature-flags-react/function-with-condition';
|
|
7
|
+
import { functionUnionWithCondition } from '@atlaskit/platform-feature-flags-react/function-union-with-condition';
|
|
8
8
|
import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
|
|
9
9
|
import { useAnalyticsEvents } from '../../../common/analytics/generated/use-analytics-events';
|
|
10
10
|
import { CardDisplay, SmartLinkPosition, SmartLinkSize } from '../../../constants';
|
|
@@ -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.18.
|
|
12
|
+
packageVersion: "45.18.14",
|
|
13
13
|
componentName: 'linkUrl'
|
|
14
14
|
};
|
|
15
15
|
const LinkUrl = ({
|
|
@@ -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.18.
|
|
7
|
+
packageVersion: "45.18.14" || ''
|
|
8
8
|
};
|
|
9
9
|
export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
10
10
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -7,7 +7,7 @@ import { useAnalyticsEvents as useAnalyticsEventsNext } from '@atlaskit/analytic
|
|
|
7
7
|
import { useSmartLinkContext } from '@atlaskit/link-provider';
|
|
8
8
|
import { fg } from '@atlaskit/platform-feature-flags/fg';
|
|
9
9
|
import { componentWithCondition } from '@atlaskit/platform-feature-flags-react/component-with-condition';
|
|
10
|
-
import { functionUnionWithCondition } from '@atlaskit/platform-feature-flags-react/function-with-condition';
|
|
10
|
+
import { functionUnionWithCondition } from '@atlaskit/platform-feature-flags-react/function-union-with-condition';
|
|
11
11
|
import { expValEquals } from '@atlaskit/tmp-editor-statsig/exp-val-equals';
|
|
12
12
|
import { useAnalyticsEvents } from '../../../common/analytics/generated/use-analytics-events';
|
|
13
13
|
import { CardDisplay, SmartLinkPosition, SmartLinkSize } from '../../../constants';
|
|
@@ -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.18.
|
|
15
|
+
packageVersion: "45.18.14",
|
|
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.19.0",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -35,66 +35,66 @@
|
|
|
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.
|
|
38
|
+
"@atlaskit/adf-utils": "^20.8.0",
|
|
39
39
|
"@atlaskit/afm-i18n-platform-linking-platform-smart-card": "2.201.0",
|
|
40
40
|
"@atlaskit/analytics-cross-product": "^2.1.0",
|
|
41
|
-
"@atlaskit/analytics-gas-types": "^6.
|
|
42
|
-
"@atlaskit/analytics-next": "^12.
|
|
43
|
-
"@atlaskit/avatar": "^27.
|
|
44
|
-
"@atlaskit/avatar-group": "^14.
|
|
45
|
-
"@atlaskit/badge": "^21.
|
|
41
|
+
"@atlaskit/analytics-gas-types": "^6.2.0",
|
|
42
|
+
"@atlaskit/analytics-next": "^12.5.0",
|
|
43
|
+
"@atlaskit/avatar": "^27.3.0",
|
|
44
|
+
"@atlaskit/avatar-group": "^14.3.0",
|
|
45
|
+
"@atlaskit/badge": "^21.2.0",
|
|
46
46
|
"@atlaskit/browser-apis": "^1.2.0",
|
|
47
|
-
"@atlaskit/button": "^25.
|
|
48
|
-
"@atlaskit/checkbox": "^19.
|
|
47
|
+
"@atlaskit/button": "^25.3.0",
|
|
48
|
+
"@atlaskit/checkbox": "^19.2.0",
|
|
49
49
|
"@atlaskit/css": "^1.1.0",
|
|
50
|
-
"@atlaskit/dropdown-menu": "^18.
|
|
51
|
-
"@atlaskit/embedded-confluence": "^6.
|
|
50
|
+
"@atlaskit/dropdown-menu": "^18.3.0",
|
|
51
|
+
"@atlaskit/embedded-confluence": "^6.3.0",
|
|
52
52
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
53
|
-
"@atlaskit/flag": "^18.
|
|
54
|
-
"@atlaskit/form": "^17.
|
|
55
|
-
"@atlaskit/frontend-utilities": "^4.
|
|
56
|
-
"@atlaskit/heading": "^7.
|
|
57
|
-
"@atlaskit/icon": "^37.
|
|
58
|
-
"@atlaskit/icon-file-type": "^8.
|
|
53
|
+
"@atlaskit/flag": "^18.5.0",
|
|
54
|
+
"@atlaskit/form": "^17.2.0",
|
|
55
|
+
"@atlaskit/frontend-utilities": "^4.2.0",
|
|
56
|
+
"@atlaskit/heading": "^7.2.0",
|
|
57
|
+
"@atlaskit/icon": "^37.6.0",
|
|
58
|
+
"@atlaskit/icon-file-type": "^8.3.0",
|
|
59
59
|
"@atlaskit/icon-lab": "^7.7.0",
|
|
60
|
-
"@atlaskit/image": "^5.
|
|
60
|
+
"@atlaskit/image": "^5.2.0",
|
|
61
61
|
"@atlaskit/json-ld-types": "^2.0.0",
|
|
62
62
|
"@atlaskit/link": "^5.1.0",
|
|
63
|
-
"@atlaskit/link-analytics": "^12.
|
|
64
|
-
"@atlaskit/link-client-extension": "^7.
|
|
65
|
-
"@atlaskit/link-extractors": "^4.
|
|
66
|
-
"@atlaskit/link-test-helpers": "^11.
|
|
67
|
-
"@atlaskit/linking-common": "^12.
|
|
68
|
-
"@atlaskit/linking-types": "^15.
|
|
69
|
-
"@atlaskit/logo": "^21.
|
|
70
|
-
"@atlaskit/lozenge": "^15.
|
|
71
|
-
"@atlaskit/menu": "^10.
|
|
72
|
-
"@atlaskit/modal-dialog": "^16.
|
|
73
|
-
"@atlaskit/motion": "^8.
|
|
63
|
+
"@atlaskit/link-analytics": "^12.3.0",
|
|
64
|
+
"@atlaskit/link-client-extension": "^7.3.0",
|
|
65
|
+
"@atlaskit/link-extractors": "^4.2.0",
|
|
66
|
+
"@atlaskit/link-test-helpers": "^11.2.0",
|
|
67
|
+
"@atlaskit/linking-common": "^12.1.0",
|
|
68
|
+
"@atlaskit/linking-types": "^15.2.0",
|
|
69
|
+
"@atlaskit/logo": "^21.6.0",
|
|
70
|
+
"@atlaskit/lozenge": "^15.4.0",
|
|
71
|
+
"@atlaskit/menu": "^10.2.0",
|
|
72
|
+
"@atlaskit/modal-dialog": "^16.6.0",
|
|
73
|
+
"@atlaskit/motion": "^8.6.0",
|
|
74
74
|
"@atlaskit/object": "^2.3.0",
|
|
75
|
-
"@atlaskit/outbound-auth-flow-client": "^4.
|
|
75
|
+
"@atlaskit/outbound-auth-flow-client": "^4.2.0",
|
|
76
76
|
"@atlaskit/platform-feature-experiments": "^0.3.0",
|
|
77
|
-
"@atlaskit/platform-feature-flags": "^2.
|
|
77
|
+
"@atlaskit/platform-feature-flags": "^2.2.0",
|
|
78
78
|
"@atlaskit/platform-feature-flags-react": "^1.2.0",
|
|
79
|
-
"@atlaskit/popup": "^6.
|
|
80
|
-
"@atlaskit/primitives": "^22.
|
|
79
|
+
"@atlaskit/popup": "^6.3.0",
|
|
80
|
+
"@atlaskit/primitives": "^22.5.0",
|
|
81
81
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
82
82
|
"@atlaskit/react-ufo": "^7.7.0",
|
|
83
|
-
"@atlaskit/rovo-triggers": "^10.
|
|
84
|
-
"@atlaskit/section-message": "^10.
|
|
85
|
-
"@atlaskit/select": "^22.
|
|
86
|
-
"@atlaskit/spinner": "^20.
|
|
87
|
-
"@atlaskit/tabs": "^21.
|
|
88
|
-
"@atlaskit/tag": "^15.
|
|
89
|
-
"@atlaskit/textarea": "^10.
|
|
90
|
-
"@atlaskit/textfield": "^10.
|
|
91
|
-
"@atlaskit/theme": "^28.
|
|
83
|
+
"@atlaskit/rovo-triggers": "^10.23.0",
|
|
84
|
+
"@atlaskit/section-message": "^10.2.0",
|
|
85
|
+
"@atlaskit/select": "^22.11.0",
|
|
86
|
+
"@atlaskit/spinner": "^20.4.0",
|
|
87
|
+
"@atlaskit/tabs": "^21.2.0",
|
|
88
|
+
"@atlaskit/tag": "^15.8.0",
|
|
89
|
+
"@atlaskit/textarea": "^10.2.0",
|
|
90
|
+
"@atlaskit/textfield": "^10.2.0",
|
|
91
|
+
"@atlaskit/theme": "^28.2.0",
|
|
92
92
|
"@atlaskit/tile": "^4.1.0",
|
|
93
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
94
|
-
"@atlaskit/tokens": "^16.
|
|
95
|
-
"@atlaskit/tooltip": "^24.
|
|
96
|
-
"@atlaskit/ufo": "^1.
|
|
97
|
-
"@atlaskit/width-detector": "^7.
|
|
93
|
+
"@atlaskit/tmp-editor-statsig": "^168.0.0",
|
|
94
|
+
"@atlaskit/tokens": "^16.10.0",
|
|
95
|
+
"@atlaskit/tooltip": "^24.3.0",
|
|
96
|
+
"@atlaskit/ufo": "^1.1.0",
|
|
97
|
+
"@atlaskit/width-detector": "^7.2.0",
|
|
98
98
|
"@babel/runtime": "^7.0.0",
|
|
99
99
|
"@compiled/react": "^1.0.2",
|
|
100
100
|
"@formatjs/intl-utils": "^3.8.4",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"uuid": "^3.1.0"
|
|
111
111
|
},
|
|
112
112
|
"peerDependencies": {
|
|
113
|
-
"@atlaskit/link-provider": "^5.
|
|
113
|
+
"@atlaskit/link-provider": "^5.5.0",
|
|
114
114
|
"react": "^18.2.0",
|
|
115
115
|
"react-dom": "^18.2.0",
|
|
116
116
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|
|
@@ -118,22 +118,22 @@
|
|
|
118
118
|
"devDependencies": {
|
|
119
119
|
"@af/integration-testing": "workspace:^",
|
|
120
120
|
"@af/visual-regression": "workspace:^",
|
|
121
|
-
"@atlaskit/analytics-listeners": "^11.
|
|
122
|
-
"@atlaskit/code": "^19.
|
|
123
|
-
"@atlaskit/css-reset": "^8.
|
|
124
|
-
"@atlaskit/datetime-picker": "^18.
|
|
125
|
-
"@atlaskit/media-test-helpers": "^42.
|
|
126
|
-
"@atlaskit/page": "^15.
|
|
127
|
-
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration": "^3.
|
|
128
|
-
"@atlaskit/radio": "^10.
|
|
129
|
-
"@atlaskit/range": "^12.
|
|
121
|
+
"@atlaskit/analytics-listeners": "^11.3.0",
|
|
122
|
+
"@atlaskit/code": "^19.2.0",
|
|
123
|
+
"@atlaskit/css-reset": "^8.4.0",
|
|
124
|
+
"@atlaskit/datetime-picker": "^18.5.0",
|
|
125
|
+
"@atlaskit/media-test-helpers": "^42.4.0",
|
|
126
|
+
"@atlaskit/page": "^15.3.0",
|
|
127
|
+
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration": "^3.4.0",
|
|
128
|
+
"@atlaskit/radio": "^10.2.0",
|
|
129
|
+
"@atlaskit/range": "^12.2.0",
|
|
130
130
|
"@atlaskit/ssr": "workspace:^",
|
|
131
|
-
"@atlaskit/toggle": "^17.
|
|
131
|
+
"@atlaskit/toggle": "^17.3.0",
|
|
132
132
|
"@atlassian/a11y-jest-testing": "^0.17.0",
|
|
133
133
|
"@atlassian/analytics-tooling": "workspace:^",
|
|
134
134
|
"@atlassian/experiment-test-utils": "^0.2.0",
|
|
135
|
-
"@atlassian/feature-flags-test-utils": "^1.
|
|
136
|
-
"@atlassian/gemini": "^1.
|
|
135
|
+
"@atlassian/feature-flags-test-utils": "^1.3.0",
|
|
136
|
+
"@atlassian/gemini": "^1.53.0",
|
|
137
137
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
138
138
|
"@atlassian/testing-library": "^0.11.0",
|
|
139
139
|
"@testing-library/dom": "^10.1.0",
|