@atlaskit/smart-card 36.12.0 → 36.12.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 +11 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.compiled.css +9 -3
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.js +2 -3
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.compiled.css +7 -2
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.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/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.compiled.css +9 -3
- package/dist/esm/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.js +2 -3
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 36.12.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#148201](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/148201)
|
|
8
|
+
[`8e811f1840de7`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8e811f1840de7) -
|
|
9
|
+
Either actively or pre-emptively fixes a bug with keyframe animations in CJS and ESM distribution
|
|
10
|
+
targets for packages using Compiled CSS-in-JS. This may not affect this package, but the change
|
|
11
|
+
was made so a future migration does not accidentally break it.
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
3
14
|
## 36.12.0
|
|
4
15
|
|
|
5
16
|
### Minor 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: "36.12.
|
|
14
|
+
packageVersion: "36.12.1"
|
|
15
15
|
};
|
|
16
16
|
var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
17
17
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
|
|
2
|
-
._2rko1l7b{border-radius:3px}
|
|
3
|
-
.
|
|
4
|
-
.
|
|
2
|
+
._2rko1l7b{border-radius:3px}._16qs10kv{box-shadow:var(--_zsb6fb)}
|
|
3
|
+
._1e0c116y{display:inline-flex}
|
|
4
|
+
._1o511hrf{animation-fill-mode:both}
|
|
5
|
+
._1pgl1trn{animation-timing-function:cubic-bezier(.5,0,0,1)}
|
|
6
|
+
._5sagymdr{animation-duration:2s}
|
|
7
|
+
._j7hq8j16{animation-name:k1kh5krz}
|
|
8
|
+
._ju251doz{animation-delay:.25s}
|
|
9
|
+
._tip8cs5v{animation-iteration-count:2}
|
|
10
|
+
@keyframes k1kh5krz{to{box-shadow:0 0 0 7px transparent}}
|
package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.js
CHANGED
|
@@ -60,10 +60,9 @@ var FeatureDiscovery = function FeatureDiscovery(_ref) {
|
|
|
60
60
|
if (!discovered) {
|
|
61
61
|
return /*#__PURE__*/React.createElement("span", {
|
|
62
62
|
"data-testid": "".concat(testId, "-discovery"),
|
|
63
|
-
className: (0, _runtime.ax)(["_2rko1l7b
|
|
63
|
+
className: (0, _runtime.ax)(["_2rko1l7b _1e0c116y _16qs10kv _j7hq8j16 _5sagymdr _1pgl1trn _ju251doz _1o511hrf _tip8cs5v"]),
|
|
64
64
|
style: {
|
|
65
|
-
"--_zsb6fb": (0, _runtime.ix)("0 0 0 0 ".concat("var(--ds-border-discovery, #8270DB)"))
|
|
66
|
-
"--_d0o24t": (0, _runtime.ix)("".concat(pulseKeyframes, " 2s cubic-bezier(0.5, 0, 0, 1) 0.25s both 2"))
|
|
65
|
+
"--_zsb6fb": (0, _runtime.ix)("0 0 0 0 ".concat("var(--ds-border-discovery, #8270DB)"))
|
|
67
66
|
}
|
|
68
67
|
}, children);
|
|
69
68
|
}
|
|
@@ -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: "36.12.
|
|
23
|
+
packageVersion: "36.12.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: "36.12.
|
|
5
|
+
packageVersion: "36.12.1"
|
|
6
6
|
};
|
|
7
7
|
export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
8
8
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
|
|
2
|
-
._2rko1l7b{border-radius:3px}
|
|
3
|
-
._y44v1k6k{animation:k1kh5krz 2s cubic-bezier(.5,0,0,1) .25s 2 both}._16qslqk2{box-shadow:0 0 0 0 var(--ds-border-discovery,#8270db)}
|
|
2
|
+
._2rko1l7b{border-radius:3px}._16qslqk2{box-shadow:0 0 0 0 var(--ds-border-discovery,#8270db)}
|
|
4
3
|
._1e0c116y{display:inline-flex}
|
|
4
|
+
._1o511hrf{animation-fill-mode:both}
|
|
5
|
+
._1pgl1trn{animation-timing-function:cubic-bezier(.5,0,0,1)}
|
|
6
|
+
._5sagymdr{animation-duration:2s}
|
|
7
|
+
._j7hq8j16{animation-name:k1kh5krz}
|
|
8
|
+
._ju251doz{animation-delay:.25s}
|
|
9
|
+
._tip8cs5v{animation-iteration-count:2}
|
|
5
10
|
@keyframes k1kh5krz{to{box-shadow:0 0 0 7px transparent}}
|
package/dist/es2019/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.js
CHANGED
|
@@ -50,7 +50,7 @@ const FeatureDiscovery = ({
|
|
|
50
50
|
if (!discovered) {
|
|
51
51
|
return /*#__PURE__*/React.createElement("span", {
|
|
52
52
|
"data-testid": `${testId}-discovery`,
|
|
53
|
-
className: ax(["_2rko1l7b
|
|
53
|
+
className: ax(["_2rko1l7b _1e0c116y _16qslqk2 _j7hq8j16 _5sagymdr _1pgl1trn _ju251doz _1o511hrf _tip8cs5v"])
|
|
54
54
|
}, children);
|
|
55
55
|
}
|
|
56
56
|
}, [children, discovered, testId]);
|
|
@@ -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: "36.12.
|
|
13
|
+
packageVersion: "36.12.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: "36.12.
|
|
7
|
+
packageVersion: "36.12.1"
|
|
8
8
|
};
|
|
9
9
|
export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
10
10
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
|
|
2
|
-
._2rko1l7b{border-radius:3px}
|
|
3
|
-
.
|
|
4
|
-
.
|
|
2
|
+
._2rko1l7b{border-radius:3px}._16qs10kv{box-shadow:var(--_zsb6fb)}
|
|
3
|
+
._1e0c116y{display:inline-flex}
|
|
4
|
+
._1o511hrf{animation-fill-mode:both}
|
|
5
|
+
._1pgl1trn{animation-timing-function:cubic-bezier(.5,0,0,1)}
|
|
6
|
+
._5sagymdr{animation-duration:2s}
|
|
7
|
+
._j7hq8j16{animation-name:k1kh5krz}
|
|
8
|
+
._ju251doz{animation-delay:.25s}
|
|
9
|
+
._tip8cs5v{animation-iteration-count:2}
|
|
10
|
+
@keyframes k1kh5krz{to{box-shadow:0 0 0 7px transparent}}
|
package/dist/esm/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.js
CHANGED
|
@@ -51,10 +51,9 @@ var FeatureDiscovery = function FeatureDiscovery(_ref) {
|
|
|
51
51
|
if (!discovered) {
|
|
52
52
|
return /*#__PURE__*/React.createElement("span", {
|
|
53
53
|
"data-testid": "".concat(testId, "-discovery"),
|
|
54
|
-
className: ax(["_2rko1l7b
|
|
54
|
+
className: ax(["_2rko1l7b _1e0c116y _16qs10kv _j7hq8j16 _5sagymdr _1pgl1trn _ju251doz _1o511hrf _tip8cs5v"]),
|
|
55
55
|
style: {
|
|
56
|
-
"--_zsb6fb": ix("0 0 0 0 ".concat("var(--ds-border-discovery, #8270DB)"))
|
|
57
|
-
"--_d0o24t": ix("".concat(pulseKeyframes, " 2s cubic-bezier(0.5, 0, 0, 1) 0.25s both 2"))
|
|
56
|
+
"--_zsb6fb": ix("0 0 0 0 ".concat("var(--ds-border-discovery, #8270DB)"))
|
|
58
57
|
}
|
|
59
58
|
}, children);
|
|
60
59
|
}
|
|
@@ -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: "36.12.
|
|
16
|
+
packageVersion: "36.12.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": "36.12.
|
|
3
|
+
"version": "36.12.1",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@atlaskit/linking-types": "^9.10.0",
|
|
56
56
|
"@atlaskit/logo": "^16.0.0",
|
|
57
57
|
"@atlaskit/lozenge": "^12.2.0",
|
|
58
|
-
"@atlaskit/menu": "^
|
|
58
|
+
"@atlaskit/menu": "^5.0.0",
|
|
59
59
|
"@atlaskit/modal-dialog": "^14.1.0",
|
|
60
60
|
"@atlaskit/outbound-auth-flow-client": "^3.4.0",
|
|
61
61
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|