@atlaskit/smart-card 34.10.6 → 34.10.8
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/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/EmbedCard/views/ErroredView.compiled.css +0 -11
- package/dist/cjs/view/EmbedCard/views/ErroredView.js +1 -4
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/EmbedCard/views/ErroredView.compiled.css +0 -11
- package/dist/es2019/view/EmbedCard/views/ErroredView.js +1 -4
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/EmbedCard/views/ErroredView.compiled.css +0 -11
- package/dist/esm/view/EmbedCard/views/ErroredView.js +1 -4
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 34.10.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#112342](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/112342)
|
|
8
|
+
[`64c10d25d8014`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/64c10d25d8014) -
|
|
9
|
+
Migrate all instances of slack channel #help-linking-platform to #help-bandicoots
|
|
10
|
+
|
|
11
|
+
## 34.10.7
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 34.10.6
|
|
4
18
|
|
|
5
19
|
### 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: "34.10.
|
|
14
|
+
packageVersion: "34.10.8"
|
|
15
15
|
};
|
|
16
16
|
var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
17
17
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -1,13 +1,2 @@
|
|
|
1
|
-
._11c81il0{font:var(--ds-font-heading-xsmall,normal 600 14px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
|
|
2
|
-
._18m915vq{overflow-y:hidden}
|
|
3
|
-
._18u01b66{margin-left:var(--ds-space-050,4px)}
|
|
4
1
|
._19bv1b66{padding-left:var(--ds-space-050,4px)}
|
|
5
|
-
._1bto1l2s{text-overflow:ellipsis}
|
|
6
|
-
._1e0ccj1k{display:-webkit-box}
|
|
7
|
-
._1reo15vq{overflow-x:hidden}
|
|
8
|
-
._1yyjkb7n{-webkit-line-clamp:1}
|
|
9
|
-
._2hwx1b66{margin-right:var(--ds-space-050,4px)}
|
|
10
|
-
._c71l183y{max-height:21px}
|
|
11
|
-
._k48pi7a9{font-weight:var(--ds-font-weight-regular,400)}
|
|
12
|
-
._sudp1e54{-webkit-box-orient:vertical}
|
|
13
2
|
._u5f31b66{padding-right:var(--ds-space-050,4px)}
|
|
@@ -22,7 +22,6 @@ var _ErroredViewOld = require("./ErroredViewOld");
|
|
|
22
22
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
23
23
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
24
24
|
var styles = {
|
|
25
|
-
messageStyles: "_11c81il0 _1reo15vq _18m915vq _k48pi7a9 _18u01b66 _2hwx1b66 _1e0ccj1k _1yyjkb7n _sudp1e54 _1bto1l2s _c71l183y",
|
|
26
25
|
boxStyles: "_19bv1b66 _u5f31b66"
|
|
27
26
|
};
|
|
28
27
|
var EmbedCardErroredViewNew = function EmbedCardErroredViewNew(_ref) {
|
|
@@ -43,9 +42,7 @@ var EmbedCardErroredViewNew = function EmbedCardErroredViewNew(_ref) {
|
|
|
43
42
|
label: "error-icon"
|
|
44
43
|
}), /*#__PURE__*/React.createElement(_compiled.Box, {
|
|
45
44
|
xcss: styles.boxStyles
|
|
46
|
-
}, /*#__PURE__*/React.createElement(_compiled.Inline, {
|
|
47
|
-
xcss: styles.messageStyles
|
|
48
|
-
}, /*#__PURE__*/React.createElement(_reactIntlNext.FormattedMessage, _messages.messages.could_not_load_link))), /*#__PURE__*/React.createElement(_button.default, {
|
|
45
|
+
}, /*#__PURE__*/React.createElement(_compiled.Inline, null, /*#__PURE__*/React.createElement(_reactIntlNext.FormattedMessage, _messages.messages.could_not_load_link))), /*#__PURE__*/React.createElement(_button.default, {
|
|
49
46
|
testId: "err-view-retry",
|
|
50
47
|
appearance: "link",
|
|
51
48
|
spacing: "none",
|
|
@@ -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: "34.10.
|
|
23
|
+
packageVersion: "34.10.8",
|
|
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: "34.10.
|
|
5
|
+
packageVersion: "34.10.8"
|
|
6
6
|
};
|
|
7
7
|
export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
8
8
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -1,13 +1,2 @@
|
|
|
1
|
-
._11c81il0{font:var(--ds-font-heading-xsmall,normal 600 14px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
|
|
2
|
-
._18m915vq{overflow-y:hidden}
|
|
3
|
-
._18u01b66{margin-left:var(--ds-space-050,4px)}
|
|
4
1
|
._19bv1b66{padding-left:var(--ds-space-050,4px)}
|
|
5
|
-
._1bto1l2s{text-overflow:ellipsis}
|
|
6
|
-
._1e0ccj1k{display:-webkit-box}
|
|
7
|
-
._1reo15vq{overflow-x:hidden}
|
|
8
|
-
._1yyjkb7n{-webkit-line-clamp:1}
|
|
9
|
-
._2hwx1b66{margin-right:var(--ds-space-050,4px)}
|
|
10
|
-
._c71l183y{max-height:21px}
|
|
11
|
-
._k48pi7a9{font-weight:var(--ds-font-weight-regular,400)}
|
|
12
|
-
._sudp1e54{-webkit-box-orient:vertical}
|
|
13
2
|
._u5f31b66{padding-right:var(--ds-space-050,4px)}
|
|
@@ -12,7 +12,6 @@ import { messages } from '../../../messages';
|
|
|
12
12
|
import { Frame } from '../components/ErrorFrame';
|
|
13
13
|
import { EmbedCardErroredViewOld } from './ErroredViewOld';
|
|
14
14
|
const styles = {
|
|
15
|
-
messageStyles: "_11c81il0 _1reo15vq _18m915vq _k48pi7a9 _18u01b66 _2hwx1b66 _1e0ccj1k _1yyjkb7n _sudp1e54 _1bto1l2s _c71l183y",
|
|
16
15
|
boxStyles: "_19bv1b66 _u5f31b66"
|
|
17
16
|
};
|
|
18
17
|
const EmbedCardErroredViewNew = ({
|
|
@@ -31,9 +30,7 @@ const EmbedCardErroredViewNew = ({
|
|
|
31
30
|
label: "error-icon"
|
|
32
31
|
}), /*#__PURE__*/React.createElement(Box, {
|
|
33
32
|
xcss: styles.boxStyles
|
|
34
|
-
}, /*#__PURE__*/React.createElement(Inline, {
|
|
35
|
-
xcss: styles.messageStyles
|
|
36
|
-
}, /*#__PURE__*/React.createElement(FormattedMessage, messages.could_not_load_link))), /*#__PURE__*/React.createElement(Button, {
|
|
33
|
+
}, /*#__PURE__*/React.createElement(Inline, null, /*#__PURE__*/React.createElement(FormattedMessage, messages.could_not_load_link))), /*#__PURE__*/React.createElement(Button, {
|
|
37
34
|
testId: "err-view-retry",
|
|
38
35
|
appearance: "link",
|
|
39
36
|
spacing: "none",
|
|
@@ -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: "34.10.
|
|
13
|
+
packageVersion: "34.10.8",
|
|
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: "34.10.
|
|
7
|
+
packageVersion: "34.10.8"
|
|
8
8
|
};
|
|
9
9
|
export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
10
10
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -1,13 +1,2 @@
|
|
|
1
|
-
._11c81il0{font:var(--ds-font-heading-xsmall,normal 600 14px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,system-ui,"Helvetica Neue",sans-serif)}
|
|
2
|
-
._18m915vq{overflow-y:hidden}
|
|
3
|
-
._18u01b66{margin-left:var(--ds-space-050,4px)}
|
|
4
1
|
._19bv1b66{padding-left:var(--ds-space-050,4px)}
|
|
5
|
-
._1bto1l2s{text-overflow:ellipsis}
|
|
6
|
-
._1e0ccj1k{display:-webkit-box}
|
|
7
|
-
._1reo15vq{overflow-x:hidden}
|
|
8
|
-
._1yyjkb7n{-webkit-line-clamp:1}
|
|
9
|
-
._2hwx1b66{margin-right:var(--ds-space-050,4px)}
|
|
10
|
-
._c71l183y{max-height:21px}
|
|
11
|
-
._k48pi7a9{font-weight:var(--ds-font-weight-regular,400)}
|
|
12
|
-
._sudp1e54{-webkit-box-orient:vertical}
|
|
13
2
|
._u5f31b66{padding-right:var(--ds-space-050,4px)}
|
|
@@ -12,7 +12,6 @@ import { messages } from '../../../messages';
|
|
|
12
12
|
import { Frame } from '../components/ErrorFrame';
|
|
13
13
|
import { EmbedCardErroredViewOld } from './ErroredViewOld';
|
|
14
14
|
var styles = {
|
|
15
|
-
messageStyles: "_11c81il0 _1reo15vq _18m915vq _k48pi7a9 _18u01b66 _2hwx1b66 _1e0ccj1k _1yyjkb7n _sudp1e54 _1bto1l2s _c71l183y",
|
|
16
15
|
boxStyles: "_19bv1b66 _u5f31b66"
|
|
17
16
|
};
|
|
18
17
|
var EmbedCardErroredViewNew = function EmbedCardErroredViewNew(_ref) {
|
|
@@ -33,9 +32,7 @@ var EmbedCardErroredViewNew = function EmbedCardErroredViewNew(_ref) {
|
|
|
33
32
|
label: "error-icon"
|
|
34
33
|
}), /*#__PURE__*/React.createElement(Box, {
|
|
35
34
|
xcss: styles.boxStyles
|
|
36
|
-
}, /*#__PURE__*/React.createElement(Inline, {
|
|
37
|
-
xcss: styles.messageStyles
|
|
38
|
-
}, /*#__PURE__*/React.createElement(FormattedMessage, messages.could_not_load_link))), /*#__PURE__*/React.createElement(Button, {
|
|
35
|
+
}, /*#__PURE__*/React.createElement(Inline, null, /*#__PURE__*/React.createElement(FormattedMessage, messages.could_not_load_link))), /*#__PURE__*/React.createElement(Button, {
|
|
39
36
|
testId: "err-view-retry",
|
|
40
37
|
appearance: "link",
|
|
41
38
|
spacing: "none",
|
|
@@ -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: "34.10.
|
|
16
|
+
packageVersion: "34.10.8",
|
|
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": "34.10.
|
|
3
|
+
"version": "34.10.8",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
"@atlaskit/outbound-auth-flow-client": "^3.4.0",
|
|
59
59
|
"@atlaskit/platform-feature-flags": "^1.0.0",
|
|
60
60
|
"@atlaskit/popup": "^1.31.0",
|
|
61
|
-
"@atlaskit/primitives": "^13.
|
|
61
|
+
"@atlaskit/primitives": "^13.5.0",
|
|
62
62
|
"@atlaskit/section-message": "^6.9.0",
|
|
63
63
|
"@atlaskit/select": "^18.10.0",
|
|
64
64
|
"@atlaskit/spinner": "^17.1.0",
|
|
65
|
-
"@atlaskit/textarea": "^
|
|
65
|
+
"@atlaskit/textarea": "^6.0.0",
|
|
66
66
|
"@atlaskit/textfield": "^6.8.0",
|
|
67
67
|
"@atlaskit/theme": "^15.0.0",
|
|
68
68
|
"@atlaskit/tokens": "^3.3.0",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"@af/integration-testing": "*",
|
|
96
96
|
"@af/visual-regression": "*",
|
|
97
97
|
"@atlaskit/analytics-listeners": "^8.14.0",
|
|
98
|
-
"@atlaskit/css-reset": "^6.
|
|
98
|
+
"@atlaskit/css-reset": "^6.13.0",
|
|
99
99
|
"@atlaskit/link-test-helpers": "^7.6.0",
|
|
100
100
|
"@atlaskit/media-test-helpers": "^34.8.0",
|
|
101
101
|
"@atlaskit/react-ufo": "^2.14.0",
|