@atlaskit/smart-card 45.4.3 → 45.5.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 +18 -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 +48 -48
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 45.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
|
|
8
|
+
Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
|
|
9
|
+
reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
|
|
10
|
+
|
|
11
|
+
The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
|
|
12
|
+
bumped the renamed package itself, so dependent packages were never republished and their
|
|
13
|
+
published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
|
|
14
|
+
available in the public npm registry. This minor bump republishes all affected packages with the
|
|
15
|
+
corrected dependency.
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
3
21
|
## 45.4.3
|
|
4
22
|
|
|
5
23
|
### 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.4.
|
|
14
|
+
packageVersion: "45.4.3" || ''
|
|
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.4.
|
|
22
|
+
packageVersion: "45.4.3",
|
|
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.4.
|
|
5
|
+
packageVersion: "45.4.3" || ''
|
|
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.4.
|
|
12
|
+
packageVersion: "45.4.3",
|
|
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.4.
|
|
7
|
+
packageVersion: "45.4.3" || ''
|
|
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.4.
|
|
15
|
+
packageVersion: "45.4.3",
|
|
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.5.0",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -39,60 +39,60 @@
|
|
|
39
39
|
"@atlaskit/afm-i18n-platform-linking-platform-smart-card": "2.6.0",
|
|
40
40
|
"@atlaskit/analytics-cross-product": "^2.0.0",
|
|
41
41
|
"@atlaskit/analytics-gas-types": "^6.0.0",
|
|
42
|
-
"@atlaskit/analytics-next": "^12.
|
|
43
|
-
"@atlaskit/avatar": "^26.
|
|
44
|
-
"@atlaskit/avatar-group": "^13.
|
|
45
|
-
"@atlaskit/badge": "^19.
|
|
46
|
-
"@atlaskit/browser-apis": "^1.
|
|
47
|
-
"@atlaskit/button": "^24.
|
|
48
|
-
"@atlaskit/checkbox": "^18.
|
|
42
|
+
"@atlaskit/analytics-next": "^12.1.0",
|
|
43
|
+
"@atlaskit/avatar": "^26.1.0",
|
|
44
|
+
"@atlaskit/avatar-group": "^13.1.0",
|
|
45
|
+
"@atlaskit/badge": "^19.1.0",
|
|
46
|
+
"@atlaskit/browser-apis": "^1.1.0",
|
|
47
|
+
"@atlaskit/button": "^24.2.0",
|
|
48
|
+
"@atlaskit/checkbox": "^18.1.0",
|
|
49
49
|
"@atlaskit/css": "^1.0.0",
|
|
50
|
-
"@atlaskit/dropdown-menu": "^17.
|
|
51
|
-
"@atlaskit/embedded-confluence": "^6.
|
|
50
|
+
"@atlaskit/dropdown-menu": "^17.1.0",
|
|
51
|
+
"@atlaskit/embedded-confluence": "^6.1.0",
|
|
52
52
|
"@atlaskit/feature-gate-js-client": "^6.0.0",
|
|
53
|
-
"@atlaskit/flag": "^18.
|
|
54
|
-
"@atlaskit/form": "^16.
|
|
55
|
-
"@atlaskit/frontend-utilities": "^4.
|
|
56
|
-
"@atlaskit/heading": "^6.
|
|
57
|
-
"@atlaskit/icon": "^36.
|
|
58
|
-
"@atlaskit/icon-file-type": "^8.
|
|
59
|
-
"@atlaskit/icon-lab": "^7.
|
|
60
|
-
"@atlaskit/image": "^4.
|
|
53
|
+
"@atlaskit/flag": "^18.1.0",
|
|
54
|
+
"@atlaskit/form": "^16.1.0",
|
|
55
|
+
"@atlaskit/frontend-utilities": "^4.1.0",
|
|
56
|
+
"@atlaskit/heading": "^6.1.0",
|
|
57
|
+
"@atlaskit/icon": "^36.1.0",
|
|
58
|
+
"@atlaskit/icon-file-type": "^8.1.0",
|
|
59
|
+
"@atlaskit/icon-lab": "^7.2.0",
|
|
60
|
+
"@atlaskit/image": "^4.1.0",
|
|
61
61
|
"@atlaskit/json-ld-types": "^2.0.0",
|
|
62
|
-
"@atlaskit/link": "^4.
|
|
63
|
-
"@atlaskit/link-analytics": "^12.
|
|
64
|
-
"@atlaskit/link-client-extension": "^7.
|
|
65
|
-
"@atlaskit/link-extractors": "^3.
|
|
62
|
+
"@atlaskit/link": "^4.1.0",
|
|
63
|
+
"@atlaskit/link-analytics": "^12.1.0",
|
|
64
|
+
"@atlaskit/link-client-extension": "^7.1.0",
|
|
65
|
+
"@atlaskit/link-extractors": "^3.2.0",
|
|
66
66
|
"@atlaskit/link-test-helpers": "^11.0.0",
|
|
67
67
|
"@atlaskit/linking-common": "^11.0.0",
|
|
68
68
|
"@atlaskit/linking-types": "^15.0.0",
|
|
69
|
-
"@atlaskit/logo": "^21.
|
|
70
|
-
"@atlaskit/lozenge": "^14.
|
|
71
|
-
"@atlaskit/menu": "^9.
|
|
72
|
-
"@atlaskit/modal-dialog": "^16.
|
|
73
|
-
"@atlaskit/motion": "^7.
|
|
74
|
-
"@atlaskit/object": "^2.
|
|
69
|
+
"@atlaskit/logo": "^21.2.0",
|
|
70
|
+
"@atlaskit/lozenge": "^14.1.0",
|
|
71
|
+
"@atlaskit/menu": "^9.1.0",
|
|
72
|
+
"@atlaskit/modal-dialog": "^16.1.0",
|
|
73
|
+
"@atlaskit/motion": "^7.2.0",
|
|
74
|
+
"@atlaskit/object": "^2.1.0",
|
|
75
75
|
"@atlaskit/outbound-auth-flow-client": "^4.0.0",
|
|
76
76
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
77
|
-
"@atlaskit/platform-feature-flags-react": "^1.
|
|
78
|
-
"@atlaskit/popup": "^5.
|
|
79
|
-
"@atlaskit/primitives": "^20.
|
|
77
|
+
"@atlaskit/platform-feature-flags-react": "^1.1.0",
|
|
78
|
+
"@atlaskit/popup": "^5.1.0",
|
|
79
|
+
"@atlaskit/primitives": "^20.1.0",
|
|
80
80
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
81
|
-
"@atlaskit/react-ufo": "^7.
|
|
82
|
-
"@atlaskit/rovo-triggers": "^9.
|
|
83
|
-
"@atlaskit/section-message": "^9.
|
|
84
|
-
"@atlaskit/select": "^22.
|
|
85
|
-
"@atlaskit/spinner": "^20.
|
|
86
|
-
"@atlaskit/tag": "^15.
|
|
87
|
-
"@atlaskit/textarea": "^9.
|
|
88
|
-
"@atlaskit/textfield": "^9.
|
|
89
|
-
"@atlaskit/theme": "^26.
|
|
90
|
-
"@atlaskit/tile": "^2.
|
|
81
|
+
"@atlaskit/react-ufo": "^7.3.0",
|
|
82
|
+
"@atlaskit/rovo-triggers": "^9.3.0",
|
|
83
|
+
"@atlaskit/section-message": "^9.2.0",
|
|
84
|
+
"@atlaskit/select": "^22.2.0",
|
|
85
|
+
"@atlaskit/spinner": "^20.1.0",
|
|
86
|
+
"@atlaskit/tag": "^15.1.0",
|
|
87
|
+
"@atlaskit/textarea": "^9.1.0",
|
|
88
|
+
"@atlaskit/textfield": "^9.1.0",
|
|
89
|
+
"@atlaskit/theme": "^26.1.0",
|
|
90
|
+
"@atlaskit/tile": "^2.1.0",
|
|
91
91
|
"@atlaskit/tmp-editor-statsig": "^114.0.0",
|
|
92
|
-
"@atlaskit/tokens": "^15.
|
|
93
|
-
"@atlaskit/tooltip": "^23.
|
|
92
|
+
"@atlaskit/tokens": "^15.1.0",
|
|
93
|
+
"@atlaskit/tooltip": "^23.1.0",
|
|
94
94
|
"@atlaskit/ufo": "^1.0.0",
|
|
95
|
-
"@atlaskit/width-detector": "^6.
|
|
95
|
+
"@atlaskit/width-detector": "^6.1.0",
|
|
96
96
|
"@babel/runtime": "^7.0.0",
|
|
97
97
|
"@compiled/react": "^0.20.0",
|
|
98
98
|
"@formatjs/intl-utils": "^3.8.4",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"uuid": "^3.1.0"
|
|
109
109
|
},
|
|
110
110
|
"peerDependencies": {
|
|
111
|
-
"@atlaskit/link-provider": "^5.
|
|
111
|
+
"@atlaskit/link-provider": "^5.1.0",
|
|
112
112
|
"react": "^18.2.0",
|
|
113
113
|
"react-dom": "^18.2.0",
|
|
114
114
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|
|
@@ -116,16 +116,16 @@
|
|
|
116
116
|
"devDependencies": {
|
|
117
117
|
"@af/integration-testing": "workspace:^",
|
|
118
118
|
"@af/visual-regression": "workspace:^",
|
|
119
|
-
"@atlaskit/analytics-listeners": "^11.
|
|
119
|
+
"@atlaskit/analytics-listeners": "^11.1.0",
|
|
120
120
|
"@atlaskit/css-reset": "^8.0.0",
|
|
121
|
-
"@atlaskit/media-test-helpers": "^42.
|
|
121
|
+
"@atlaskit/media-test-helpers": "^42.1.0",
|
|
122
122
|
"@atlaskit/ssr": "workspace:^",
|
|
123
123
|
"@atlassian/a11y-jest-testing": "^0.13.0",
|
|
124
124
|
"@atlassian/analytics-tooling": "workspace:^",
|
|
125
125
|
"@atlassian/feature-flags-test-utils": "^1.1.0",
|
|
126
126
|
"@atlassian/gemini": "^1.47.0",
|
|
127
127
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
128
|
-
"@atlassian/testing-library": "^0.
|
|
128
|
+
"@atlassian/testing-library": "^0.7.0",
|
|
129
129
|
"@testing-library/dom": "^10.1.0",
|
|
130
130
|
"@testing-library/jest-dom": "^6.4.5",
|
|
131
131
|
"@types/facepaint": "^1.2.1",
|