@atlaskit/smart-card 43.7.0 → 43.7.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 +7 -0
- package/dist/cjs/view/InlineCard/Frame/index.js +3 -1
- package/dist/cjs/view/InlineCard/Frame/styled.compiled.css +1 -0
- package/dist/cjs/view/InlineCard/Frame/styled.js +10 -4
- package/dist/cjs/view/InlineCard/UnauthorisedView/index.js +2 -1
- package/dist/cjs/view/InlineCard/common/action-button/index.compiled.css +6 -0
- package/dist/cjs/view/InlineCard/common/action-button/index.js +1 -1
- package/dist/es2019/view/InlineCard/Frame/index.js +3 -1
- package/dist/es2019/view/InlineCard/Frame/styled.compiled.css +1 -0
- package/dist/es2019/view/InlineCard/Frame/styled.js +8 -2
- package/dist/es2019/view/InlineCard/UnauthorisedView/index.js +2 -1
- package/dist/es2019/view/InlineCard/common/action-button/index.compiled.css +6 -0
- package/dist/es2019/view/InlineCard/common/action-button/index.js +1 -1
- package/dist/esm/view/InlineCard/Frame/index.js +3 -1
- package/dist/esm/view/InlineCard/Frame/styled.compiled.css +1 -0
- package/dist/esm/view/InlineCard/Frame/styled.js +10 -4
- package/dist/esm/view/InlineCard/UnauthorisedView/index.js +2 -1
- package/dist/esm/view/InlineCard/common/action-button/index.compiled.css +6 -0
- package/dist/esm/view/InlineCard/common/action-button/index.js +1 -1
- package/dist/types/view/InlineCard/Frame/index.d.ts +2 -0
- package/dist/types/view/InlineCard/Frame/styled.d.ts +1 -0
- package/dist/types-ts4.5/view/InlineCard/Frame/index.d.ts +2 -0
- package/dist/types-ts4.5/view/InlineCard/Frame/styled.d.ts +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 43.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`f14d0a4924e18`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f14d0a4924e18) -
|
|
8
|
+
[ux] Add the design follow ups requested for the blue button on unauthorized smartlinks
|
|
9
|
+
|
|
3
10
|
## 43.7.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -14,6 +14,7 @@ var Frame = exports.Frame = /*#__PURE__*/(0, _react.forwardRef)(function (props,
|
|
|
14
14
|
children = props.children,
|
|
15
15
|
onClick = props.onClick,
|
|
16
16
|
link = props.link,
|
|
17
|
+
viewType = props.viewType,
|
|
17
18
|
withoutBackground = props.withoutBackground,
|
|
18
19
|
testId = props.testId,
|
|
19
20
|
className = props.className,
|
|
@@ -58,6 +59,7 @@ var Frame = exports.Frame = /*#__PURE__*/(0, _react.forwardRef)(function (props,
|
|
|
58
59
|
className: className,
|
|
59
60
|
ref: ref,
|
|
60
61
|
isHovered: isHovered,
|
|
61
|
-
truncateInline: truncateInline
|
|
62
|
+
truncateInline: truncateInline,
|
|
63
|
+
viewType: viewType
|
|
62
64
|
}, children);
|
|
63
65
|
});
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
._ca0qidpf{padding-top:0}
|
|
27
27
|
._n3tdidpf{padding-bottom:0}
|
|
28
28
|
._sudp1e54{-webkit-box-orient:vertical}
|
|
29
|
+
._syaz15cr{color:var(--ds-text-inverse,#fff)}
|
|
29
30
|
._syaz1y58{color:var(--ds-link,#0052cc)}
|
|
30
31
|
._u5f3idpf{padding-right:0}
|
|
31
32
|
._uizt1kdv{-webkit-user-select:text;-ms-user-select:text;user-select:text}
|
|
@@ -13,8 +13,9 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
|
|
|
13
13
|
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
14
14
|
var _react = _interopRequireWildcard(require("react"));
|
|
15
15
|
var _colors = require("@atlaskit/theme/colors");
|
|
16
|
-
var
|
|
17
|
-
|
|
16
|
+
var _expVal = require("@atlaskit/tmp-editor-statsig/expVal");
|
|
17
|
+
var _excluded = ["truncateInline", "withoutBackground", "isHovered", "isInteractive", "isSelected", "href", "viewType"],
|
|
18
|
+
_excluded2 = ["truncateInline", "withoutBackground", "isHovered", "isInteractive", "isSelected", "href", "viewType"];
|
|
18
19
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
19
20
|
var WrapperSpan = exports.WrapperSpan = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
|
|
20
21
|
var truncateInline = _ref.truncateInline,
|
|
@@ -23,11 +24,13 @@ var WrapperSpan = exports.WrapperSpan = /*#__PURE__*/(0, _react.forwardRef)(func
|
|
|
23
24
|
isInteractive = _ref.isInteractive,
|
|
24
25
|
isSelected = _ref.isSelected,
|
|
25
26
|
href = _ref.href,
|
|
27
|
+
viewType = _ref.viewType,
|
|
26
28
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
29
|
+
var experimentValue = viewType === 'unauthorised' ? (0, _expVal.expVal)('platform_inline_smartcard_connect_button_exp', 'cohort', 'control') : 'control';
|
|
27
30
|
return /*#__PURE__*/_react.default.createElement("span", (0, _extends2.default)({
|
|
28
31
|
ref: ref
|
|
29
32
|
}, props, {
|
|
30
|
-
className: (0, _runtime.ax)(["_1yt4x7n9 _2rko12b0 _v56415x0 _1e0c1nu9 _16d9qvcn _syaz1y58 _1rkwglyw _4cvxmr28", truncateInline && "_1reo15vq _18m915vq _ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _1bto1l2s _1nmz9jpi _1e0c1abx _1yyjkb7n _sudp1e54 _nr8z1o8l _1voyv77o _3kwxidpf _jqg5v77o _6vwiidpf", withoutBackground ? "_19bvidpf _18u01i6y" : "_19it1x13 _bfhkhp5a _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _1nrm1r31 _c2waglyw _1iohnqa1", isHovered && "_1h6dmr28", isHovered && !withoutBackground && "_4bfu1r31 _1hmsglyw _ajmmnqa1", isSelected ? "_12ji1r31 _1qu2glyw _12y31o36 _80omtlke _16qscw00 _uiztglyw _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _bfw71x13 _1nrm1r31 _c2waglyw _1iohnqa1" : "_uizt1kdv"])
|
|
33
|
+
className: (0, _runtime.ax)(["_1yt4x7n9 _2rko12b0 _v56415x0 _1e0c1nu9 _16d9qvcn _syaz1y58 _1rkwglyw _4cvxmr28", truncateInline && "_1reo15vq _18m915vq _ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _1bto1l2s _1nmz9jpi _1e0c1abx _1yyjkb7n _sudp1e54 _nr8z1o8l _1voyv77o _3kwxidpf _jqg5v77o _6vwiidpf", truncateInline && experimentValue !== 'control' && "_syaz15cr", withoutBackground ? "_19bvidpf _18u01i6y" : "_19it1x13 _bfhkhp5a _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _1nrm1r31 _c2waglyw _1iohnqa1", isHovered && "_1h6dmr28", isHovered && !withoutBackground && "_4bfu1r31 _1hmsglyw _ajmmnqa1", isSelected ? "_12ji1r31 _1qu2glyw _12y31o36 _80omtlke _16qscw00 _uiztglyw _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _bfw71x13 _1nrm1r31 _c2waglyw _1iohnqa1" : "_uizt1kdv"])
|
|
31
34
|
}), props.children);
|
|
32
35
|
});
|
|
33
36
|
var WrapperAnchor = exports.WrapperAnchor = /*#__PURE__*/(0, _react.forwardRef)(function (_ref2, ref) {
|
|
@@ -37,12 +40,14 @@ var WrapperAnchor = exports.WrapperAnchor = /*#__PURE__*/(0, _react.forwardRef)(
|
|
|
37
40
|
isInteractive = _ref2.isInteractive,
|
|
38
41
|
isSelected = _ref2.isSelected,
|
|
39
42
|
href = _ref2.href,
|
|
43
|
+
viewType = _ref2.viewType,
|
|
40
44
|
props = (0, _objectWithoutProperties2.default)(_ref2, _excluded2);
|
|
45
|
+
var experimentValue = viewType === 'unauthorised' ? (0, _expVal.expVal)('platform_inline_smartcard_connect_button_exp', 'cohort', 'control') : 'control';
|
|
41
46
|
return /*#__PURE__*/_react.default.createElement("a", (0, _extends2.default)({
|
|
42
47
|
href: href,
|
|
43
48
|
ref: ref
|
|
44
49
|
}, props, {
|
|
45
|
-
className: (0, _runtime.ax)(["_1yt4x7n9 _2rko12b0 _v56415x0 _1e0c1nu9 _16d9qvcn _syaz1y58 _1rkwglyw _4cvxmr28", truncateInline && "_1reo15vq _18m915vq _ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _1bto1l2s _1nmz9jpi _1e0c1abx _1yyjkb7n _sudp1e54 _nr8z1o8l _1voyv77o _3kwxidpf _jqg5v77o _6vwiidpf", withoutBackground ? "_19bvidpf _18u01i6y" : "_19it1x13 _bfhkhp5a _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _1nrm1r31 _c2waglyw _1iohnqa1", isHovered && "_1h6dmr28", isHovered && !withoutBackground && "_4bfu1r31 _1hmsglyw _ajmmnqa1", isSelected ? "_12ji1r31 _1qu2glyw _12y31o36 _80omtlke _16qscw00 _uiztglyw _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _bfw71x13 _1nrm1r31 _c2waglyw _1iohnqa1" : "_uizt1kdv", isInteractive && "_nt751r31 _49pcglyw _1hvw1o36 _1372tlke _7ehicw00 _1j5pglyw _1di629zg"])
|
|
50
|
+
className: (0, _runtime.ax)(["_1yt4x7n9 _2rko12b0 _v56415x0 _1e0c1nu9 _16d9qvcn _syaz1y58 _1rkwglyw _4cvxmr28", truncateInline && "_1reo15vq _18m915vq _ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _1bto1l2s _1nmz9jpi _1e0c1abx _1yyjkb7n _sudp1e54 _nr8z1o8l _1voyv77o _3kwxidpf _jqg5v77o _6vwiidpf", truncateInline && experimentValue !== 'control' && "_syaz15cr", withoutBackground ? "_19bvidpf _18u01i6y" : "_19it1x13 _bfhkhp5a _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _1nrm1r31 _c2waglyw _1iohnqa1", isHovered && "_1h6dmr28", isHovered && !withoutBackground && "_4bfu1r31 _1hmsglyw _ajmmnqa1", isSelected ? "_12ji1r31 _1qu2glyw _12y31o36 _80omtlke _16qscw00 _uiztglyw _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _bfw71x13 _1nrm1r31 _c2waglyw _1iohnqa1" : "_uizt1kdv", isInteractive && "_nt751r31 _49pcglyw _1hvw1o36 _1372tlke _7ehicw00 _1j5pglyw _1di629zg"])
|
|
46
51
|
}), props.children);
|
|
47
52
|
});
|
|
48
53
|
var baseWrapperStyles = null;
|
|
@@ -54,5 +59,6 @@ var hoveredWithBackgroundStyles = null;
|
|
|
54
59
|
var withoutBackgroundStyles = null;
|
|
55
60
|
var withBackgroundStyles = null;
|
|
56
61
|
var truncateStyles = null;
|
|
62
|
+
var unauthorisedTruncateStyles = null;
|
|
57
63
|
var notSelectedStyle = null;
|
|
58
64
|
var selectedStyles = null;
|
|
@@ -67,7 +67,8 @@ var InlineCardUnauthorizedView = exports.InlineCardUnauthorizedView = function I
|
|
|
67
67
|
testId: testId,
|
|
68
68
|
isSelected: isSelected,
|
|
69
69
|
ref: frameRef,
|
|
70
|
-
truncateInline: truncateInline
|
|
70
|
+
truncateInline: truncateInline,
|
|
71
|
+
viewType: "unauthorised"
|
|
71
72
|
}, /*#__PURE__*/_react.default.createElement(_IconAndTitleLayout.IconAndTitleLayout, {
|
|
72
73
|
icon: icon ? icon : fallbackUnauthorizedIcon(),
|
|
73
74
|
title: url,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
._13lilb4i{border-top-left-radius:var(--ds-radius-xsmall,2px)}
|
|
1
2
|
._16d9qvcn{-webkit-box-decoration-break:clone;box-decoration-break:clone}
|
|
2
3
|
._19bv12x7{padding-left:var(--ds-space-075,6px)}
|
|
3
4
|
._1e0c1bgi{display:contents}
|
|
@@ -5,14 +6,19 @@
|
|
|
5
6
|
._1nmz9jpi{word-break:break-all}
|
|
6
7
|
._1o0zlb4i{border-bottom-right-radius:var(--ds-radius-xsmall,2px)}
|
|
7
8
|
._1y1m1u8q{background-clip:padding-box}
|
|
9
|
+
._2hwxt94y{margin-right:1px}
|
|
8
10
|
._80om13gf{cursor:not-allowed}
|
|
9
11
|
._80omtlke{cursor:pointer}
|
|
10
12
|
._bfhk1i45{background-color:var(--ds-background-accent-gray-bolder,#6b6e76)}
|
|
11
13
|
._bfhkby5v{background-color:var(--ds-background-disabled,#17171708)}
|
|
12
14
|
._bfhki8nm{background-color:var(--ds-background-neutral,#0515240f)}
|
|
13
15
|
._bfhkjmqp{background-color:var(--ds-background-selected-bold,#1868db)}
|
|
16
|
+
._ca0qt94y{padding-top:1px}
|
|
14
17
|
._ca0qv77o{padding-top:var(--ds-space-025,2px)}
|
|
15
18
|
._k48p1wq8{font-weight:var(--ds-font-weight-medium,500)}
|
|
19
|
+
._k48pi7a9{font-weight:var(--ds-font-weight-regular,400)}
|
|
20
|
+
._mrkblb4i{border-bottom-left-radius:var(--ds-radius-xsmall,2px)}
|
|
21
|
+
._n3tdt94y{padding-bottom:1px}
|
|
16
22
|
._n3tdv77o{padding-bottom:var(--ds-space-025,2px)}
|
|
17
23
|
._o5721btx{white-space:break-spaces}
|
|
18
24
|
._qrwqlb4i{border-top-right-radius:var(--ds-radius-xsmall,2px)}
|
|
@@ -25,7 +25,7 @@ var styles = {
|
|
|
25
25
|
};
|
|
26
26
|
var experimentEnabledStyles = {
|
|
27
27
|
control: "_syazi7uo _80omtlke _bfhki8nm _irr3plhp _1di61gdz",
|
|
28
|
-
test1: "_syaz15cr _80omtlke _bfhkjmqp _qrwqlb4i _1o0zlb4i _irr31q28 _1di612kk",
|
|
28
|
+
test1: "_syaz15cr _80omtlke _bfhkjmqp _qrwqlb4i _1o0zlb4i _13lilb4i _mrkblb4i _ca0qt94y _n3tdt94y _2hwxt94y _k48pi7a9 _irr31q28 _1di612kk",
|
|
29
29
|
test2: "_syaz15cr _80omtlke _bfhk1i45 _qrwqlb4i _1o0zlb4i _irr3byip _1di61van"
|
|
30
30
|
};
|
|
31
31
|
/**
|
|
@@ -7,6 +7,7 @@ export const Frame = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
7
7
|
children,
|
|
8
8
|
onClick,
|
|
9
9
|
link,
|
|
10
|
+
viewType,
|
|
10
11
|
withoutBackground,
|
|
11
12
|
testId,
|
|
12
13
|
className,
|
|
@@ -52,6 +53,7 @@ export const Frame = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
52
53
|
className: className,
|
|
53
54
|
ref: ref,
|
|
54
55
|
isHovered: isHovered,
|
|
55
|
-
truncateInline: truncateInline
|
|
56
|
+
truncateInline: truncateInline,
|
|
57
|
+
viewType: viewType
|
|
56
58
|
}, children);
|
|
57
59
|
});
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
._ca0qidpf{padding-top:0}
|
|
27
27
|
._n3tdidpf{padding-bottom:0}
|
|
28
28
|
._sudp1e54{-webkit-box-orient:vertical}
|
|
29
|
+
._syaz15cr{color:var(--ds-text-inverse,#fff)}
|
|
29
30
|
._syaz1y58{color:var(--ds-link,#0052cc)}
|
|
30
31
|
._u5f3idpf{padding-right:0}
|
|
31
32
|
._uizt1kdv{-webkit-user-select:text;-ms-user-select:text;user-select:text}
|
|
@@ -4,6 +4,7 @@ import "./styled.compiled.css";
|
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import React, { forwardRef } from 'react';
|
|
6
6
|
import { B100, B200, B400, B50, N40 } from '@atlaskit/theme/colors';
|
|
7
|
+
import { expVal } from '@atlaskit/tmp-editor-statsig/expVal';
|
|
7
8
|
export const WrapperSpan = /*#__PURE__*/forwardRef(({
|
|
8
9
|
truncateInline,
|
|
9
10
|
withoutBackground,
|
|
@@ -11,12 +12,14 @@ export const WrapperSpan = /*#__PURE__*/forwardRef(({
|
|
|
11
12
|
isInteractive,
|
|
12
13
|
isSelected,
|
|
13
14
|
href,
|
|
15
|
+
viewType,
|
|
14
16
|
...props
|
|
15
17
|
}, ref) => {
|
|
18
|
+
const experimentValue = viewType === 'unauthorised' ? expVal('platform_inline_smartcard_connect_button_exp', 'cohort', 'control') : 'control';
|
|
16
19
|
return /*#__PURE__*/React.createElement("span", _extends({
|
|
17
20
|
ref: ref
|
|
18
21
|
}, props, {
|
|
19
|
-
className: ax(["_1yt4x7n9 _2rko12b0 _v56415x0 _1e0c1nu9 _16d9qvcn _syaz1y58 _1rkwglyw _4cvxmr28", truncateInline && "_1reo15vq _18m915vq _ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _1bto1l2s _1nmz9jpi _1e0c1abx _1yyjkb7n _sudp1e54 _nr8z1o8l _1voyv77o _3kwxidpf _jqg5v77o _6vwiidpf", withoutBackground ? "_19bvidpf _18u01i6y" : "_19it1x13 _bfhkhp5a _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _1nrm1r31 _c2waglyw _1iohnqa1", isHovered && "_1h6dmr28", isHovered && !withoutBackground && "_4bfu1r31 _1hmsglyw _ajmmnqa1", isSelected ? "_12ji1r31 _1qu2glyw _12y31o36 _80omtlke _16qscw00 _uiztglyw _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _bfw71x13 _1nrm1r31 _c2waglyw _1iohnqa1" : "_uizt1kdv"])
|
|
22
|
+
className: ax(["_1yt4x7n9 _2rko12b0 _v56415x0 _1e0c1nu9 _16d9qvcn _syaz1y58 _1rkwglyw _4cvxmr28", truncateInline && "_1reo15vq _18m915vq _ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _1bto1l2s _1nmz9jpi _1e0c1abx _1yyjkb7n _sudp1e54 _nr8z1o8l _1voyv77o _3kwxidpf _jqg5v77o _6vwiidpf", truncateInline && experimentValue !== 'control' && "_syaz15cr", withoutBackground ? "_19bvidpf _18u01i6y" : "_19it1x13 _bfhkhp5a _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _1nrm1r31 _c2waglyw _1iohnqa1", isHovered && "_1h6dmr28", isHovered && !withoutBackground && "_4bfu1r31 _1hmsglyw _ajmmnqa1", isSelected ? "_12ji1r31 _1qu2glyw _12y31o36 _80omtlke _16qscw00 _uiztglyw _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _bfw71x13 _1nrm1r31 _c2waglyw _1iohnqa1" : "_uizt1kdv"])
|
|
20
23
|
}), props.children);
|
|
21
24
|
});
|
|
22
25
|
export const WrapperAnchor = /*#__PURE__*/forwardRef(({
|
|
@@ -26,13 +29,15 @@ export const WrapperAnchor = /*#__PURE__*/forwardRef(({
|
|
|
26
29
|
isInteractive,
|
|
27
30
|
isSelected,
|
|
28
31
|
href,
|
|
32
|
+
viewType,
|
|
29
33
|
...props
|
|
30
34
|
}, ref) => {
|
|
35
|
+
const experimentValue = viewType === 'unauthorised' ? expVal('platform_inline_smartcard_connect_button_exp', 'cohort', 'control') : 'control';
|
|
31
36
|
return /*#__PURE__*/React.createElement("a", _extends({
|
|
32
37
|
href: href,
|
|
33
38
|
ref: ref
|
|
34
39
|
}, props, {
|
|
35
|
-
className: ax(["_1yt4x7n9 _2rko12b0 _v56415x0 _1e0c1nu9 _16d9qvcn _syaz1y58 _1rkwglyw _4cvxmr28", truncateInline && "_1reo15vq _18m915vq _ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _1bto1l2s _1nmz9jpi _1e0c1abx _1yyjkb7n _sudp1e54 _nr8z1o8l _1voyv77o _3kwxidpf _jqg5v77o _6vwiidpf", withoutBackground ? "_19bvidpf _18u01i6y" : "_19it1x13 _bfhkhp5a _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _1nrm1r31 _c2waglyw _1iohnqa1", isHovered && "_1h6dmr28", isHovered && !withoutBackground && "_4bfu1r31 _1hmsglyw _ajmmnqa1", isSelected ? "_12ji1r31 _1qu2glyw _12y31o36 _80omtlke _16qscw00 _uiztglyw _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _bfw71x13 _1nrm1r31 _c2waglyw _1iohnqa1" : "_uizt1kdv", isInteractive && "_nt751r31 _49pcglyw _1hvw1o36 _1372tlke _7ehicw00 _1j5pglyw _1di629zg"])
|
|
40
|
+
className: ax(["_1yt4x7n9 _2rko12b0 _v56415x0 _1e0c1nu9 _16d9qvcn _syaz1y58 _1rkwglyw _4cvxmr28", truncateInline && "_1reo15vq _18m915vq _ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _1bto1l2s _1nmz9jpi _1e0c1abx _1yyjkb7n _sudp1e54 _nr8z1o8l _1voyv77o _3kwxidpf _jqg5v77o _6vwiidpf", truncateInline && experimentValue !== 'control' && "_syaz15cr", withoutBackground ? "_19bvidpf _18u01i6y" : "_19it1x13 _bfhkhp5a _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _1nrm1r31 _c2waglyw _1iohnqa1", isHovered && "_1h6dmr28", isHovered && !withoutBackground && "_4bfu1r31 _1hmsglyw _ajmmnqa1", isSelected ? "_12ji1r31 _1qu2glyw _12y31o36 _80omtlke _16qscw00 _uiztglyw _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _bfw71x13 _1nrm1r31 _c2waglyw _1iohnqa1" : "_uizt1kdv", isInteractive && "_nt751r31 _49pcglyw _1hvw1o36 _1372tlke _7ehicw00 _1j5pglyw _1di629zg"])
|
|
36
41
|
}), props.children);
|
|
37
42
|
});
|
|
38
43
|
const baseWrapperStyles = null;
|
|
@@ -44,5 +49,6 @@ const hoveredWithBackgroundStyles = null;
|
|
|
44
49
|
const withoutBackgroundStyles = null;
|
|
45
50
|
const withBackgroundStyles = null;
|
|
46
51
|
const truncateStyles = null;
|
|
52
|
+
const unauthorisedTruncateStyles = null;
|
|
47
53
|
const notSelectedStyle = null;
|
|
48
54
|
const selectedStyles = null;
|
|
@@ -60,7 +60,8 @@ export const InlineCardUnauthorizedView = ({
|
|
|
60
60
|
testId: testId,
|
|
61
61
|
isSelected: isSelected,
|
|
62
62
|
ref: frameRef,
|
|
63
|
-
truncateInline: truncateInline
|
|
63
|
+
truncateInline: truncateInline,
|
|
64
|
+
viewType: "unauthorised"
|
|
64
65
|
}, /*#__PURE__*/React.createElement(IconAndTitleLayout, {
|
|
65
66
|
icon: icon ? icon : fallbackUnauthorizedIcon(),
|
|
66
67
|
title: url,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
._13lilb4i{border-top-left-radius:var(--ds-radius-xsmall,2px)}
|
|
1
2
|
._16d9qvcn{-webkit-box-decoration-break:clone;box-decoration-break:clone}
|
|
2
3
|
._19bv12x7{padding-left:var(--ds-space-075,6px)}
|
|
3
4
|
._1e0c1bgi{display:contents}
|
|
@@ -5,14 +6,19 @@
|
|
|
5
6
|
._1nmz9jpi{word-break:break-all}
|
|
6
7
|
._1o0zlb4i{border-bottom-right-radius:var(--ds-radius-xsmall,2px)}
|
|
7
8
|
._1y1m1u8q{background-clip:padding-box}
|
|
9
|
+
._2hwxt94y{margin-right:1px}
|
|
8
10
|
._80om13gf{cursor:not-allowed}
|
|
9
11
|
._80omtlke{cursor:pointer}
|
|
10
12
|
._bfhk1i45{background-color:var(--ds-background-accent-gray-bolder,#6b6e76)}
|
|
11
13
|
._bfhkby5v{background-color:var(--ds-background-disabled,#17171708)}
|
|
12
14
|
._bfhki8nm{background-color:var(--ds-background-neutral,#0515240f)}
|
|
13
15
|
._bfhkjmqp{background-color:var(--ds-background-selected-bold,#1868db)}
|
|
16
|
+
._ca0qt94y{padding-top:1px}
|
|
14
17
|
._ca0qv77o{padding-top:var(--ds-space-025,2px)}
|
|
15
18
|
._k48p1wq8{font-weight:var(--ds-font-weight-medium,500)}
|
|
19
|
+
._k48pi7a9{font-weight:var(--ds-font-weight-regular,400)}
|
|
20
|
+
._mrkblb4i{border-bottom-left-radius:var(--ds-radius-xsmall,2px)}
|
|
21
|
+
._n3tdt94y{padding-bottom:1px}
|
|
16
22
|
._n3tdv77o{padding-bottom:var(--ds-space-025,2px)}
|
|
17
23
|
._o5721btx{white-space:break-spaces}
|
|
18
24
|
._qrwqlb4i{border-top-right-radius:var(--ds-radius-xsmall,2px)}
|
|
@@ -14,7 +14,7 @@ const styles = {
|
|
|
14
14
|
};
|
|
15
15
|
const experimentEnabledStyles = {
|
|
16
16
|
control: "_syazi7uo _80omtlke _bfhki8nm _irr3plhp _1di61gdz",
|
|
17
|
-
test1: "_syaz15cr _80omtlke _bfhkjmqp _qrwqlb4i _1o0zlb4i _irr31q28 _1di612kk",
|
|
17
|
+
test1: "_syaz15cr _80omtlke _bfhkjmqp _qrwqlb4i _1o0zlb4i _13lilb4i _mrkblb4i _ca0qt94y _n3tdt94y _2hwxt94y _k48pi7a9 _irr31q28 _1di612kk",
|
|
18
18
|
test2: "_syaz15cr _80omtlke _bfhk1i45 _qrwqlb4i _1o0zlb4i _irr3byip _1di61van"
|
|
19
19
|
};
|
|
20
20
|
/**
|
|
@@ -6,6 +6,7 @@ export var Frame = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
6
6
|
children = props.children,
|
|
7
7
|
onClick = props.onClick,
|
|
8
8
|
link = props.link,
|
|
9
|
+
viewType = props.viewType,
|
|
9
10
|
withoutBackground = props.withoutBackground,
|
|
10
11
|
testId = props.testId,
|
|
11
12
|
className = props.className,
|
|
@@ -50,6 +51,7 @@ export var Frame = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
50
51
|
className: className,
|
|
51
52
|
ref: ref,
|
|
52
53
|
isHovered: isHovered,
|
|
53
|
-
truncateInline: truncateInline
|
|
54
|
+
truncateInline: truncateInline,
|
|
55
|
+
viewType: viewType
|
|
54
56
|
}, children);
|
|
55
57
|
});
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
._ca0qidpf{padding-top:0}
|
|
27
27
|
._n3tdidpf{padding-bottom:0}
|
|
28
28
|
._sudp1e54{-webkit-box-orient:vertical}
|
|
29
|
+
._syaz15cr{color:var(--ds-text-inverse,#fff)}
|
|
29
30
|
._syaz1y58{color:var(--ds-link,#0052cc)}
|
|
30
31
|
._u5f3idpf{padding-right:0}
|
|
31
32
|
._uizt1kdv{-webkit-user-select:text;-ms-user-select:text;user-select:text}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
/* styled.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
|
-
var _excluded = ["truncateInline", "withoutBackground", "isHovered", "isInteractive", "isSelected", "href"],
|
|
5
|
-
_excluded2 = ["truncateInline", "withoutBackground", "isHovered", "isInteractive", "isSelected", "href"];
|
|
4
|
+
var _excluded = ["truncateInline", "withoutBackground", "isHovered", "isInteractive", "isSelected", "href", "viewType"],
|
|
5
|
+
_excluded2 = ["truncateInline", "withoutBackground", "isHovered", "isInteractive", "isSelected", "href", "viewType"];
|
|
6
6
|
import "./styled.compiled.css";
|
|
7
7
|
import { ax, ix } from "@compiled/react/runtime";
|
|
8
8
|
import React, { forwardRef } from 'react';
|
|
9
9
|
import { B100, B200, B400, B50, N40 } from '@atlaskit/theme/colors';
|
|
10
|
+
import { expVal } from '@atlaskit/tmp-editor-statsig/expVal';
|
|
10
11
|
export var WrapperSpan = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
11
12
|
var truncateInline = _ref.truncateInline,
|
|
12
13
|
withoutBackground = _ref.withoutBackground,
|
|
@@ -14,11 +15,13 @@ export var WrapperSpan = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
14
15
|
isInteractive = _ref.isInteractive,
|
|
15
16
|
isSelected = _ref.isSelected,
|
|
16
17
|
href = _ref.href,
|
|
18
|
+
viewType = _ref.viewType,
|
|
17
19
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
20
|
+
var experimentValue = viewType === 'unauthorised' ? expVal('platform_inline_smartcard_connect_button_exp', 'cohort', 'control') : 'control';
|
|
18
21
|
return /*#__PURE__*/React.createElement("span", _extends({
|
|
19
22
|
ref: ref
|
|
20
23
|
}, props, {
|
|
21
|
-
className: ax(["_1yt4x7n9 _2rko12b0 _v56415x0 _1e0c1nu9 _16d9qvcn _syaz1y58 _1rkwglyw _4cvxmr28", truncateInline && "_1reo15vq _18m915vq _ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _1bto1l2s _1nmz9jpi _1e0c1abx _1yyjkb7n _sudp1e54 _nr8z1o8l _1voyv77o _3kwxidpf _jqg5v77o _6vwiidpf", withoutBackground ? "_19bvidpf _18u01i6y" : "_19it1x13 _bfhkhp5a _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _1nrm1r31 _c2waglyw _1iohnqa1", isHovered && "_1h6dmr28", isHovered && !withoutBackground && "_4bfu1r31 _1hmsglyw _ajmmnqa1", isSelected ? "_12ji1r31 _1qu2glyw _12y31o36 _80omtlke _16qscw00 _uiztglyw _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _bfw71x13 _1nrm1r31 _c2waglyw _1iohnqa1" : "_uizt1kdv"])
|
|
24
|
+
className: ax(["_1yt4x7n9 _2rko12b0 _v56415x0 _1e0c1nu9 _16d9qvcn _syaz1y58 _1rkwglyw _4cvxmr28", truncateInline && "_1reo15vq _18m915vq _ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _1bto1l2s _1nmz9jpi _1e0c1abx _1yyjkb7n _sudp1e54 _nr8z1o8l _1voyv77o _3kwxidpf _jqg5v77o _6vwiidpf", truncateInline && experimentValue !== 'control' && "_syaz15cr", withoutBackground ? "_19bvidpf _18u01i6y" : "_19it1x13 _bfhkhp5a _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _1nrm1r31 _c2waglyw _1iohnqa1", isHovered && "_1h6dmr28", isHovered && !withoutBackground && "_4bfu1r31 _1hmsglyw _ajmmnqa1", isSelected ? "_12ji1r31 _1qu2glyw _12y31o36 _80omtlke _16qscw00 _uiztglyw _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _bfw71x13 _1nrm1r31 _c2waglyw _1iohnqa1" : "_uizt1kdv"])
|
|
22
25
|
}), props.children);
|
|
23
26
|
});
|
|
24
27
|
export var WrapperAnchor = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
@@ -28,12 +31,14 @@ export var WrapperAnchor = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
28
31
|
isInteractive = _ref2.isInteractive,
|
|
29
32
|
isSelected = _ref2.isSelected,
|
|
30
33
|
href = _ref2.href,
|
|
34
|
+
viewType = _ref2.viewType,
|
|
31
35
|
props = _objectWithoutProperties(_ref2, _excluded2);
|
|
36
|
+
var experimentValue = viewType === 'unauthorised' ? expVal('platform_inline_smartcard_connect_button_exp', 'cohort', 'control') : 'control';
|
|
32
37
|
return /*#__PURE__*/React.createElement("a", _extends({
|
|
33
38
|
href: href,
|
|
34
39
|
ref: ref
|
|
35
40
|
}, props, {
|
|
36
|
-
className: ax(["_1yt4x7n9 _2rko12b0 _v56415x0 _1e0c1nu9 _16d9qvcn _syaz1y58 _1rkwglyw _4cvxmr28", truncateInline && "_1reo15vq _18m915vq _ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _1bto1l2s _1nmz9jpi _1e0c1abx _1yyjkb7n _sudp1e54 _nr8z1o8l _1voyv77o _3kwxidpf _jqg5v77o _6vwiidpf", withoutBackground ? "_19bvidpf _18u01i6y" : "_19it1x13 _bfhkhp5a _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _1nrm1r31 _c2waglyw _1iohnqa1", isHovered && "_1h6dmr28", isHovered && !withoutBackground && "_4bfu1r31 _1hmsglyw _ajmmnqa1", isSelected ? "_12ji1r31 _1qu2glyw _12y31o36 _80omtlke _16qscw00 _uiztglyw _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _bfw71x13 _1nrm1r31 _c2waglyw _1iohnqa1" : "_uizt1kdv", isInteractive && "_nt751r31 _49pcglyw _1hvw1o36 _1372tlke _7ehicw00 _1j5pglyw _1di629zg"])
|
|
41
|
+
className: ax(["_1yt4x7n9 _2rko12b0 _v56415x0 _1e0c1nu9 _16d9qvcn _syaz1y58 _1rkwglyw _4cvxmr28", truncateInline && "_1reo15vq _18m915vq _ca0qidpf _u5f3idpf _n3tdidpf _19bvidpf _1bto1l2s _1nmz9jpi _1e0c1abx _1yyjkb7n _sudp1e54 _nr8z1o8l _1voyv77o _3kwxidpf _jqg5v77o _6vwiidpf", truncateInline && experimentValue !== 'control' && "_syaz15cr", withoutBackground ? "_19bvidpf _18u01i6y" : "_19it1x13 _bfhkhp5a _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _1nrm1r31 _c2waglyw _1iohnqa1", isHovered && "_1h6dmr28", isHovered && !withoutBackground && "_4bfu1r31 _1hmsglyw _ajmmnqa1", isSelected ? "_12ji1r31 _1qu2glyw _12y31o36 _80omtlke _16qscw00 _uiztglyw _1a3b1r31 _4fprglyw _5goinqa1 _9oik1r31 _1bnxglyw _jf4cnqa1 _bfw71x13 _1nrm1r31 _c2waglyw _1iohnqa1" : "_uizt1kdv", isInteractive && "_nt751r31 _49pcglyw _1hvw1o36 _1372tlke _7ehicw00 _1j5pglyw _1di629zg"])
|
|
37
42
|
}), props.children);
|
|
38
43
|
});
|
|
39
44
|
var baseWrapperStyles = null;
|
|
@@ -45,5 +50,6 @@ var hoveredWithBackgroundStyles = null;
|
|
|
45
50
|
var withoutBackgroundStyles = null;
|
|
46
51
|
var withBackgroundStyles = null;
|
|
47
52
|
var truncateStyles = null;
|
|
53
|
+
var unauthorisedTruncateStyles = null;
|
|
48
54
|
var notSelectedStyle = null;
|
|
49
55
|
var selectedStyles = null;
|
|
@@ -60,7 +60,8 @@ export var InlineCardUnauthorizedView = function InlineCardUnauthorizedView(_ref
|
|
|
60
60
|
testId: testId,
|
|
61
61
|
isSelected: isSelected,
|
|
62
62
|
ref: frameRef,
|
|
63
|
-
truncateInline: truncateInline
|
|
63
|
+
truncateInline: truncateInline,
|
|
64
|
+
viewType: "unauthorised"
|
|
64
65
|
}, /*#__PURE__*/React.createElement(IconAndTitleLayout, {
|
|
65
66
|
icon: icon ? icon : fallbackUnauthorizedIcon(),
|
|
66
67
|
title: url,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
._13lilb4i{border-top-left-radius:var(--ds-radius-xsmall,2px)}
|
|
1
2
|
._16d9qvcn{-webkit-box-decoration-break:clone;box-decoration-break:clone}
|
|
2
3
|
._19bv12x7{padding-left:var(--ds-space-075,6px)}
|
|
3
4
|
._1e0c1bgi{display:contents}
|
|
@@ -5,14 +6,19 @@
|
|
|
5
6
|
._1nmz9jpi{word-break:break-all}
|
|
6
7
|
._1o0zlb4i{border-bottom-right-radius:var(--ds-radius-xsmall,2px)}
|
|
7
8
|
._1y1m1u8q{background-clip:padding-box}
|
|
9
|
+
._2hwxt94y{margin-right:1px}
|
|
8
10
|
._80om13gf{cursor:not-allowed}
|
|
9
11
|
._80omtlke{cursor:pointer}
|
|
10
12
|
._bfhk1i45{background-color:var(--ds-background-accent-gray-bolder,#6b6e76)}
|
|
11
13
|
._bfhkby5v{background-color:var(--ds-background-disabled,#17171708)}
|
|
12
14
|
._bfhki8nm{background-color:var(--ds-background-neutral,#0515240f)}
|
|
13
15
|
._bfhkjmqp{background-color:var(--ds-background-selected-bold,#1868db)}
|
|
16
|
+
._ca0qt94y{padding-top:1px}
|
|
14
17
|
._ca0qv77o{padding-top:var(--ds-space-025,2px)}
|
|
15
18
|
._k48p1wq8{font-weight:var(--ds-font-weight-medium,500)}
|
|
19
|
+
._k48pi7a9{font-weight:var(--ds-font-weight-regular,400)}
|
|
20
|
+
._mrkblb4i{border-bottom-left-radius:var(--ds-radius-xsmall,2px)}
|
|
21
|
+
._n3tdt94y{padding-bottom:1px}
|
|
16
22
|
._n3tdv77o{padding-bottom:var(--ds-space-025,2px)}
|
|
17
23
|
._o5721btx{white-space:break-spaces}
|
|
18
24
|
._qrwqlb4i{border-top-right-radius:var(--ds-radius-xsmall,2px)}
|
|
@@ -16,7 +16,7 @@ var styles = {
|
|
|
16
16
|
};
|
|
17
17
|
var experimentEnabledStyles = {
|
|
18
18
|
control: "_syazi7uo _80omtlke _bfhki8nm _irr3plhp _1di61gdz",
|
|
19
|
-
test1: "_syaz15cr _80omtlke _bfhkjmqp _qrwqlb4i _1o0zlb4i _irr31q28 _1di612kk",
|
|
19
|
+
test1: "_syaz15cr _80omtlke _bfhkjmqp _qrwqlb4i _1o0zlb4i _13lilb4i _mrkblb4i _ca0qt94y _n3tdt94y _2hwxt94y _k48pi7a9 _irr31q28 _1di612kk",
|
|
20
20
|
test2: "_syaz15cr _80omtlke _bfhk1i45 _qrwqlb4i _1o0zlb4i _irr3byip _1di61van"
|
|
21
21
|
};
|
|
22
22
|
/**
|
|
@@ -13,6 +13,8 @@ export interface FrameViewProps {
|
|
|
13
13
|
testId?: string;
|
|
14
14
|
/** A flag that determines whether a card is truncated to 1 line */
|
|
15
15
|
truncateInline?: boolean;
|
|
16
|
+
/** A flag that determines the type of view */
|
|
17
|
+
viewType?: 'default' | 'unauthorised';
|
|
16
18
|
/** A flag that determines whether the card needs a backgorund or not */
|
|
17
19
|
withoutBackground?: boolean;
|
|
18
20
|
}
|
|
@@ -9,6 +9,7 @@ export interface WrapperProps extends React.ComponentProps<any> {
|
|
|
9
9
|
isInteractive?: boolean;
|
|
10
10
|
isSelected?: boolean;
|
|
11
11
|
truncateInline?: boolean;
|
|
12
|
+
viewType?: 'default' | 'unauthorised';
|
|
12
13
|
withoutBackground?: boolean;
|
|
13
14
|
}
|
|
14
15
|
export declare const WrapperSpan: React.ForwardRefExoticComponent<Omit<WrapperProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
@@ -13,6 +13,8 @@ export interface FrameViewProps {
|
|
|
13
13
|
testId?: string;
|
|
14
14
|
/** A flag that determines whether a card is truncated to 1 line */
|
|
15
15
|
truncateInline?: boolean;
|
|
16
|
+
/** A flag that determines the type of view */
|
|
17
|
+
viewType?: 'default' | 'unauthorised';
|
|
16
18
|
/** A flag that determines whether the card needs a backgorund or not */
|
|
17
19
|
withoutBackground?: boolean;
|
|
18
20
|
}
|
|
@@ -9,6 +9,7 @@ export interface WrapperProps extends React.ComponentProps<any> {
|
|
|
9
9
|
isInteractive?: boolean;
|
|
10
10
|
isSelected?: boolean;
|
|
11
11
|
truncateInline?: boolean;
|
|
12
|
+
viewType?: 'default' | 'unauthorised';
|
|
12
13
|
withoutBackground?: boolean;
|
|
13
14
|
}
|
|
14
15
|
export declare const WrapperSpan: React.ForwardRefExoticComponent<Omit<WrapperProps, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "43.7.
|
|
3
|
+
"version": "43.7.1",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@atlaskit/theme": "^21.0.0",
|
|
73
73
|
"@atlaskit/tmp-editor-statsig": "^13.38.0",
|
|
74
74
|
"@atlaskit/tokens": "^8.0.0",
|
|
75
|
-
"@atlaskit/tooltip": "^20.
|
|
75
|
+
"@atlaskit/tooltip": "^20.9.0",
|
|
76
76
|
"@atlaskit/ufo": "^0.4.0",
|
|
77
77
|
"@babel/runtime": "^7.0.0",
|
|
78
78
|
"@compiled/react": "^0.18.6",
|