@atlaskit/help 9.1.25 → 9.1.26
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 +6 -0
- package/dist/cjs/analytics.js +1 -1
- package/dist/cjs/components/Article/ArticleLoadingFail/index.js +1 -1
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/index.js +1 -1
- package/dist/cjs/components/Article/HelpArticle/index.js +1 -1
- package/dist/cjs/components/Article/WhatsNewArticle/index.js +1 -1
- package/dist/cjs/components/ArticlesList/ArticlesListItem/index.js +2 -2
- package/dist/cjs/components/BackButton/index.js +1 -1
- package/dist/cjs/components/HelpContentButton/index.js +1 -1
- package/dist/cjs/components/NeedMoreHelp/styled.compiled.css +3 -3
- package/dist/cjs/components/NeedMoreHelp/styled.js +3 -3
- package/dist/cjs/components/RelatedArticles/index.js +1 -1
- package/dist/cjs/components/Search/SearchInput/index.js +1 -1
- package/dist/cjs/components/Tabs/styled.js +2 -2
- package/dist/cjs/components/WhatsNew/WhatsNewButton/index.js +1 -1
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
- package/dist/es2019/analytics.js +1 -1
- package/dist/es2019/components/Article/ArticleLoadingFail/index.js +1 -1
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/index.js +1 -1
- package/dist/es2019/components/Article/HelpArticle/index.js +1 -1
- package/dist/es2019/components/Article/WhatsNewArticle/index.js +1 -1
- package/dist/es2019/components/ArticlesList/ArticlesListItem/index.js +2 -2
- package/dist/es2019/components/BackButton/index.js +1 -1
- package/dist/es2019/components/HelpContentButton/index.js +1 -1
- package/dist/es2019/components/NeedMoreHelp/styled.compiled.css +3 -3
- package/dist/es2019/components/NeedMoreHelp/styled.js +3 -3
- package/dist/es2019/components/RelatedArticles/index.js +1 -1
- package/dist/es2019/components/Search/SearchInput/index.js +1 -1
- package/dist/es2019/components/Tabs/styled.js +2 -2
- package/dist/es2019/components/WhatsNew/WhatsNewButton/index.js +1 -1
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
- package/dist/esm/analytics.js +1 -1
- package/dist/esm/components/Article/ArticleLoadingFail/index.js +1 -1
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/index.js +1 -1
- package/dist/esm/components/Article/HelpArticle/index.js +1 -1
- package/dist/esm/components/Article/WhatsNewArticle/index.js +1 -1
- package/dist/esm/components/ArticlesList/ArticlesListItem/index.js +2 -2
- package/dist/esm/components/BackButton/index.js +1 -1
- package/dist/esm/components/HelpContentButton/index.js +1 -1
- package/dist/esm/components/NeedMoreHelp/styled.compiled.css +3 -3
- package/dist/esm/components/NeedMoreHelp/styled.js +3 -3
- package/dist/esm/components/RelatedArticles/index.js +1 -1
- package/dist/esm/components/Search/SearchInput/index.js +1 -1
- package/dist/esm/components/Tabs/styled.js +2 -2
- package/dist/esm/components/WhatsNew/WhatsNewButton/index.js +1 -1
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/cjs/analytics.js
CHANGED
|
@@ -13,5 +13,5 @@ var createAndFire = exports.createAndFire = x.createAndFireEvent('atlaskit');
|
|
|
13
13
|
var defaultAnalyticsAttributes = exports.defaultAnalyticsAttributes = {
|
|
14
14
|
componentName: 'help',
|
|
15
15
|
packageName: "@atlaskit/help",
|
|
16
|
-
packageVersion: "9.1.
|
|
16
|
+
packageVersion: "9.1.25"
|
|
17
17
|
};
|
|
@@ -17,7 +17,7 @@ var _styled = require("./styled");
|
|
|
17
17
|
var ANALYTICS_CONTEXT_DATA = {
|
|
18
18
|
componentName: 'ArticleLoadingFail',
|
|
19
19
|
packageName: "@atlaskit/help",
|
|
20
|
-
packageVersion: "9.1.
|
|
20
|
+
packageVersion: "9.1.25"
|
|
21
21
|
};
|
|
22
22
|
var ArticleLoadingFail = exports.ArticleLoadingFail = function ArticleLoadingFail(_ref) {
|
|
23
23
|
var onTryAgainButtonClick = _ref.onTryAgainButtonClick,
|
|
@@ -13,7 +13,7 @@ var _messages = require("../../../../messages");
|
|
|
13
13
|
var ANALYTICS_CONTEXT_DATA = {
|
|
14
14
|
componentName: 'ArticleWasHelpfulNoButton',
|
|
15
15
|
packageName: "@atlaskit/help",
|
|
16
|
-
packageVersion: "9.1.
|
|
16
|
+
packageVersion: "9.1.25"
|
|
17
17
|
};
|
|
18
18
|
var ArticleWasHelpfulNoButton = exports.ArticleWasHelpfulNoButton = function ArticleWasHelpfulNoButton(_ref) {
|
|
19
19
|
var _ref$isSelected = _ref.isSelected,
|
|
@@ -13,7 +13,7 @@ var _messages = require("../../../../messages");
|
|
|
13
13
|
var ANALYTICS_CONTEXT_DATA = {
|
|
14
14
|
componentName: 'ArticleWasHelpfulYesButton',
|
|
15
15
|
packageName: "@atlaskit/help",
|
|
16
|
-
packageVersion: "9.1.
|
|
16
|
+
packageVersion: "9.1.25"
|
|
17
17
|
};
|
|
18
18
|
var ArticleWasHelpfulYesButton = exports.ArticleWasHelpfulYesButton = function ArticleWasHelpfulYesButton(_ref) {
|
|
19
19
|
var _ref$isSelected = _ref.isSelected,
|
|
@@ -35,7 +35,7 @@ var FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
|
|
|
35
35
|
var ANALYTICS_CONTEXT_DATA = {
|
|
36
36
|
componentName: 'ArticleWasHelpfulForm',
|
|
37
37
|
packageName: "@atlaskit/help",
|
|
38
|
-
packageVersion: "9.1.
|
|
38
|
+
packageVersion: "9.1.25"
|
|
39
39
|
};
|
|
40
40
|
var buttonStyles = null;
|
|
41
41
|
var ArticleWasHelpfulForm = exports.ArticleWasHelpfulForm = function ArticleWasHelpfulForm(_ref) {
|
|
@@ -64,7 +64,7 @@ var HelpArticle = exports.HelpArticle = function HelpArticle(_ref) {
|
|
|
64
64
|
analyticsEvent.payload.attributes = {
|
|
65
65
|
componentName: 'Article',
|
|
66
66
|
packageName: "@atlaskit/help",
|
|
67
|
-
packageVersion: "9.1.
|
|
67
|
+
packageVersion: "9.1.25"
|
|
68
68
|
};
|
|
69
69
|
if (onRelatedArticlesShowMoreClick) {
|
|
70
70
|
onRelatedArticlesShowMoreClick(event, analyticsEvent, isCollapsed);
|
|
@@ -21,7 +21,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
21
21
|
var analyticsContextData = {
|
|
22
22
|
componentName: 'ArticlesListItem',
|
|
23
23
|
packageName: "@atlaskit/help",
|
|
24
|
-
packageVersion: "9.1.
|
|
24
|
+
packageVersion: "9.1.25"
|
|
25
25
|
};
|
|
26
26
|
var WhatsNewArticle = exports.WhatsNewArticle = function WhatsNewArticle(_ref) {
|
|
27
27
|
var formatMessage = _ref.intl.formatMessage,
|
|
@@ -17,7 +17,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
17
17
|
var ANALYTICS_CONTEXT_DATA = {
|
|
18
18
|
componentName: 'ArticlesListItem',
|
|
19
19
|
packageName: "@atlaskit/help",
|
|
20
|
-
packageVersion: "9.1.
|
|
20
|
+
packageVersion: "9.1.25"
|
|
21
21
|
};
|
|
22
22
|
var highlightText = function highlightText(text) {
|
|
23
23
|
if (!text) {
|
|
@@ -73,7 +73,7 @@ var ArticlesListItem = exports.ArticlesListItem = function ArticlesListItem(_ref
|
|
|
73
73
|
onClick: handleOnClick
|
|
74
74
|
}, /*#__PURE__*/_react.default.createElement(_styled.ArticlesListItemContainer, null, /*#__PURE__*/_react.default.createElement(_styled.ArticlesListItemTitleSection, null, /*#__PURE__*/_react.default.createElement(_styled.ArticlesListItemTitleText, null, title), isLastPublishedVisible && /*#__PURE__*/_react.default.createElement(_styled.ArticlesListItemLastModified, null, "Last modified: ", lastPublished)), href && /*#__PURE__*/_react.default.createElement(_styled.ArticlesListItemLinkIcon, null, /*#__PURE__*/_react.default.createElement(_linkExternalShortcut.default, {
|
|
75
75
|
LEGACY_size: "small",
|
|
76
|
-
label: "",
|
|
76
|
+
label: "Opens in a new window",
|
|
77
77
|
color: "var(--ds-icon-subtle, ".concat(colors.N90, ")"),
|
|
78
78
|
LEGACY_secondaryColor: "var(--ds-icon-subtle, ".concat(colors.N90, ")")
|
|
79
79
|
}))), /*#__PURE__*/_react.default.createElement(_styled.ArticlesListItemDescription, null, highlightText(description)), isSourceVisible && /*#__PURE__*/_react.default.createElement(_styled.ArticlesListItemSource, null, source), isTrustFactorVisible && /*#__PURE__*/_react.default.createElement(_styled.ArticlesListItemTrustFactor, null, isNumViewsVisible && /*#__PURE__*/_react.default.createElement(_styled.ArticlesListItemViewCount, null, trustFactors.numViews, " views"), isHelpfulCountVisible && /*#__PURE__*/_react.default.createElement(_styled.ArticlesListItemHelpfulCount, null, /*#__PURE__*/_react.default.createElement(_thumbsUpLike.default, {
|
|
@@ -56,7 +56,7 @@ var BackButtonWithContext = function BackButtonWithContext(props) {
|
|
|
56
56
|
data: {
|
|
57
57
|
componentName: 'backButton',
|
|
58
58
|
packageName: "@atlaskit/help",
|
|
59
|
-
packageVersion: "9.1.
|
|
59
|
+
packageVersion: "9.1.25"
|
|
60
60
|
}
|
|
61
61
|
}, /*#__PURE__*/_react.default.createElement(BackButton, props));
|
|
62
62
|
};
|
|
@@ -16,7 +16,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
16
16
|
var analitycsContextData = {
|
|
17
17
|
componentName: 'HelpContentButton',
|
|
18
18
|
packageName: "@atlaskit/help",
|
|
19
|
-
packageVersion: "9.1.
|
|
19
|
+
packageVersion: "9.1.25"
|
|
20
20
|
};
|
|
21
21
|
var HelpContentButton = function HelpContentButton(_ref) {
|
|
22
22
|
var _ref$id = _ref.id,
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
._4t3iw1ge{height:var(--ds-space-500,42px)}
|
|
11
11
|
._80omtlke{cursor:pointer}
|
|
12
12
|
._ae4v1h6o{align-content:center}
|
|
13
|
-
.
|
|
13
|
+
._bfhkibhp{background-color:var(--ds-background-accent-yellow-subtlest,#fef7c8)}
|
|
14
14
|
._kdamz7t1{filter:drop-shadow(0 8px 9pt var(--shadow-overlay-second,rgba(9,30,66,.15))) drop-shadow(0 0 1px rgba(9,30,66,.31))}
|
|
15
15
|
._otyridpf{margin-bottom:0}
|
|
16
|
-
.
|
|
17
|
-
.
|
|
16
|
+
._syaz6x5g{color:var(--ds-text-selected,#1868db)}
|
|
17
|
+
._syazi7uo{color:var(--ds-text,#292a2e)}
|
|
18
18
|
._1bnx8stv:hover{text-decoration-line:underline}
|
|
19
19
|
._9oik1r31:hover{text-decoration-color:currentColor}
|
|
20
20
|
._jf4cnqa1:hover{text-decoration-style:solid}
|
|
@@ -13,14 +13,14 @@ var needMoreHelpContainerStyles = null;
|
|
|
13
13
|
var NeedMoreHelpContainer = exports.NeedMoreHelpContainer = function NeedMoreHelpContainer(_ref) {
|
|
14
14
|
var children = _ref.children;
|
|
15
15
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
16
|
-
className: (0, _runtime.ax)(["_1pbyibnn _1wpz1h6o _ae4v1h6o
|
|
16
|
+
className: (0, _runtime.ax)(["_1pbyibnn _1wpz1h6o _ae4v1h6o _bfhkibhp _1bsbzddy _4t3iw1ge _16qst7d8 _kdamz7t1"])
|
|
17
17
|
}, children);
|
|
18
18
|
};
|
|
19
19
|
var needMoreHelpContentStyles = null;
|
|
20
20
|
var NeedMoreHelpContent = exports.NeedMoreHelpContent = function NeedMoreHelpContent(_ref2) {
|
|
21
21
|
var children = _ref2.children;
|
|
22
22
|
return /*#__PURE__*/_react.default.createElement("p", {
|
|
23
|
-
className: (0, _runtime.ax)(["_11c81vhk _19pkidpf _2hwxidpf _otyridpf _18u0idpf
|
|
23
|
+
className: (0, _runtime.ax)(["_11c81vhk _19pkidpf _2hwxidpf _otyridpf _18u0idpf _syazi7uo _1e0c1o8l _1wpz1h6o"])
|
|
24
24
|
}, children);
|
|
25
25
|
};
|
|
26
26
|
var helpAskAIStyles = null;
|
|
@@ -29,6 +29,6 @@ var HelpAskAI = exports.HelpAskAI = function HelpAskAI(_ref3) {
|
|
|
29
29
|
onClick = _ref3.onClick;
|
|
30
30
|
return /*#__PURE__*/_react.default.createElement("p", {
|
|
31
31
|
onClick: onClick,
|
|
32
|
-
className: (0, _runtime.ax)(["_11c81vhk _19pkidpf _2hwxidpf _otyridpf _18u0idpf
|
|
32
|
+
className: (0, _runtime.ax)(["_11c81vhk _19pkidpf _2hwxidpf _otyridpf _18u0idpf _syaz6x5g _1e0c1o8l _1wpz1h6o _80omtlke _9oik1r31 _1bnx8stv _jf4cnqa1"])
|
|
33
33
|
}, children);
|
|
34
34
|
};
|
|
@@ -28,7 +28,7 @@ var _previous = require("../../util/hooks/previous");
|
|
|
28
28
|
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); }
|
|
29
29
|
/** @jsxFrag */
|
|
30
30
|
var packageName = "@atlaskit/help";
|
|
31
|
-
var packageVersion = "9.1.
|
|
31
|
+
var packageVersion = "9.1.25";
|
|
32
32
|
var buttonStyles = null;
|
|
33
33
|
var RelatedArticles = exports.RelatedArticles = function RelatedArticles(_ref) {
|
|
34
34
|
var _ref$style = _ref.style,
|
|
@@ -27,7 +27,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
27
27
|
var ANALYTICS_CONTEXT_DATA = {
|
|
28
28
|
componentName: 'searchInput',
|
|
29
29
|
packageName: "@atlaskit/help",
|
|
30
|
-
packageVersion: "9.1.
|
|
30
|
+
packageVersion: "9.1.25"
|
|
31
31
|
};
|
|
32
32
|
var buttonStyles = null;
|
|
33
33
|
var SearchInput = exports.SearchInput = function SearchInput(_ref) {
|
|
@@ -30,8 +30,8 @@ var TabLabel = exports.TabLabel = function TabLabel(_ref3) {
|
|
|
30
30
|
children = _ref3.children;
|
|
31
31
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
32
32
|
style: {
|
|
33
|
-
color: isActive ? "var(--ds-text-selected, #
|
|
34
|
-
borderBottom: isActive ? "1px solid ".concat("var(--ds-text-selected, #
|
|
33
|
+
color: isActive ? "var(--ds-text-selected, #1868DB)" : "var(--ds-text, #292A2E)",
|
|
34
|
+
borderBottom: isActive ? "1px solid ".concat("var(--ds-text-selected, #1868DB)") : "1px solid ".concat("var(--ds-text-disabled, #080F214A)")
|
|
35
35
|
},
|
|
36
36
|
onClick: onClick,
|
|
37
37
|
className: (0, _runtime.ax)(["_16jlkb7n _1o9zkb7n _i0dlf1ug _ca0qutpp _u5f3utpp _n3tdutpp _19bvutpp _y3gn1h6o _ae4v1h6o _80omtlke"])
|
|
@@ -20,7 +20,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
20
20
|
var ANALYTICS_CONTEXT_DATA = {
|
|
21
21
|
componentName: 'WhatsNewButton',
|
|
22
22
|
packageName: "@atlaskit/help",
|
|
23
|
-
packageVersion: "9.1.
|
|
23
|
+
packageVersion: "9.1.25"
|
|
24
24
|
};
|
|
25
25
|
var WhatsNewButton = exports.WhatsNewButton = function WhatsNewButton(_ref) {
|
|
26
26
|
var productName = _ref.productName,
|
package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js
CHANGED
|
@@ -15,7 +15,7 @@ var _styled2 = require("./styled");
|
|
|
15
15
|
var ANALYTICS_CONTEXT_DATA = {
|
|
16
16
|
componentName: 'ArticlesListItem',
|
|
17
17
|
packageName: "@atlaskit/help",
|
|
18
|
-
packageVersion: "9.1.
|
|
18
|
+
packageVersion: "9.1.25"
|
|
19
19
|
};
|
|
20
20
|
var WhatsNewResultListItem = exports.WhatsNewResultListItem = function WhatsNewResultListItem(_ref) {
|
|
21
21
|
var formatMessage = _ref.intl.formatMessage,
|
package/dist/es2019/analytics.js
CHANGED
|
@@ -10,7 +10,7 @@ import { LoadingErrorMessage, LoadingErrorButtonContainer, LoadingErrorHeading }
|
|
|
10
10
|
const ANALYTICS_CONTEXT_DATA = {
|
|
11
11
|
componentName: 'ArticleLoadingFail',
|
|
12
12
|
packageName: "@atlaskit/help",
|
|
13
|
-
packageVersion: "9.1.
|
|
13
|
+
packageVersion: "9.1.25"
|
|
14
14
|
};
|
|
15
15
|
export const ArticleLoadingFail = ({
|
|
16
16
|
onTryAgainButtonClick,
|
|
@@ -6,7 +6,7 @@ import { messages } from '../../../../messages';
|
|
|
6
6
|
const ANALYTICS_CONTEXT_DATA = {
|
|
7
7
|
componentName: 'ArticleWasHelpfulNoButton',
|
|
8
8
|
packageName: "@atlaskit/help",
|
|
9
|
-
packageVersion: "9.1.
|
|
9
|
+
packageVersion: "9.1.25"
|
|
10
10
|
};
|
|
11
11
|
export const ArticleWasHelpfulNoButton = ({
|
|
12
12
|
isSelected = false,
|
|
@@ -6,7 +6,7 @@ import { messages } from '../../../../messages';
|
|
|
6
6
|
const ANALYTICS_CONTEXT_DATA = {
|
|
7
7
|
componentName: 'ArticleWasHelpfulYesButton',
|
|
8
8
|
packageName: "@atlaskit/help",
|
|
9
|
-
packageVersion: "9.1.
|
|
9
|
+
packageVersion: "9.1.25"
|
|
10
10
|
};
|
|
11
11
|
export const ArticleWasHelpfulYesButton = ({
|
|
12
12
|
isSelected = false,
|
|
@@ -26,7 +26,7 @@ const FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
|
|
|
26
26
|
const ANALYTICS_CONTEXT_DATA = {
|
|
27
27
|
componentName: 'ArticleWasHelpfulForm',
|
|
28
28
|
packageName: "@atlaskit/help",
|
|
29
|
-
packageVersion: "9.1.
|
|
29
|
+
packageVersion: "9.1.25"
|
|
30
30
|
};
|
|
31
31
|
const buttonStyles = null;
|
|
32
32
|
export const ArticleWasHelpfulForm = ({
|
|
@@ -60,7 +60,7 @@ export const HelpArticle = ({
|
|
|
60
60
|
analyticsEvent.payload.attributes = {
|
|
61
61
|
componentName: 'Article',
|
|
62
62
|
packageName: "@atlaskit/help",
|
|
63
|
-
packageVersion: "9.1.
|
|
63
|
+
packageVersion: "9.1.25"
|
|
64
64
|
};
|
|
65
65
|
if (onRelatedArticlesShowMoreClick) {
|
|
66
66
|
onRelatedArticlesShowMoreClick(event, analyticsEvent, isCollapsed);
|
|
@@ -13,7 +13,7 @@ import { WhatsNewTypeTitle, WhatsNewTitleText, WhatsNewIconContainer, RelatedLin
|
|
|
13
13
|
const analyticsContextData = {
|
|
14
14
|
componentName: 'ArticlesListItem',
|
|
15
15
|
packageName: "@atlaskit/help",
|
|
16
|
-
packageVersion: "9.1.
|
|
16
|
+
packageVersion: "9.1.25"
|
|
17
17
|
};
|
|
18
18
|
export const WhatsNewArticle = ({
|
|
19
19
|
intl: {
|
|
@@ -8,7 +8,7 @@ import { ArticlesListItemWrapper, ArticlesListItemContainer, ArticlesListItemTit
|
|
|
8
8
|
const ANALYTICS_CONTEXT_DATA = {
|
|
9
9
|
componentName: 'ArticlesListItem',
|
|
10
10
|
packageName: "@atlaskit/help",
|
|
11
|
-
packageVersion: "9.1.
|
|
11
|
+
packageVersion: "9.1.25"
|
|
12
12
|
};
|
|
13
13
|
const highlightText = text => {
|
|
14
14
|
if (!text) {
|
|
@@ -65,7 +65,7 @@ export const ArticlesListItem = ({
|
|
|
65
65
|
onClick: handleOnClick
|
|
66
66
|
}, /*#__PURE__*/React.createElement(ArticlesListItemContainer, null, /*#__PURE__*/React.createElement(ArticlesListItemTitleSection, null, /*#__PURE__*/React.createElement(ArticlesListItemTitleText, null, title), isLastPublishedVisible && /*#__PURE__*/React.createElement(ArticlesListItemLastModified, null, "Last modified: ", lastPublished)), href && /*#__PURE__*/React.createElement(ArticlesListItemLinkIcon, null, /*#__PURE__*/React.createElement(ShortcutIcon, {
|
|
67
67
|
LEGACY_size: "small",
|
|
68
|
-
label: "",
|
|
68
|
+
label: "Opens in a new window",
|
|
69
69
|
color: `var(--ds-icon-subtle, ${colors.N90})`,
|
|
70
70
|
LEGACY_secondaryColor: `var(--ds-icon-subtle, ${colors.N90})`
|
|
71
71
|
}))), /*#__PURE__*/React.createElement(ArticlesListItemDescription, null, highlightText(description)), isSourceVisible && /*#__PURE__*/React.createElement(ArticlesListItemSource, null, source), isTrustFactorVisible && /*#__PURE__*/React.createElement(ArticlesListItemTrustFactor, null, isNumViewsVisible && /*#__PURE__*/React.createElement(ArticlesListItemViewCount, null, trustFactors.numViews, " views"), isHelpfulCountVisible && /*#__PURE__*/React.createElement(ArticlesListItemHelpfulCount, null, /*#__PURE__*/React.createElement(LikeIcon, {
|
|
@@ -7,7 +7,7 @@ import { HelpContentButtonContainer, HelpContentButtonIcon, HelpContentButtonTex
|
|
|
7
7
|
const analitycsContextData = {
|
|
8
8
|
componentName: 'HelpContentButton',
|
|
9
9
|
packageName: "@atlaskit/help",
|
|
10
|
-
packageVersion: "9.1.
|
|
10
|
+
packageVersion: "9.1.25"
|
|
11
11
|
};
|
|
12
12
|
const HelpContentButton = ({
|
|
13
13
|
id = '',
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
._4t3iw1ge{height:var(--ds-space-500,42px)}
|
|
11
11
|
._80omtlke{cursor:pointer}
|
|
12
12
|
._ae4v1h6o{align-content:center}
|
|
13
|
-
.
|
|
13
|
+
._bfhkibhp{background-color:var(--ds-background-accent-yellow-subtlest,#fef7c8)}
|
|
14
14
|
._kdamz7t1{filter:drop-shadow(0 8px 9pt var(--shadow-overlay-second,rgba(9,30,66,.15))) drop-shadow(0 0 1px rgba(9,30,66,.31))}
|
|
15
15
|
._otyridpf{margin-bottom:0}
|
|
16
|
-
.
|
|
17
|
-
.
|
|
16
|
+
._syaz6x5g{color:var(--ds-text-selected,#1868db)}
|
|
17
|
+
._syazi7uo{color:var(--ds-text,#292a2e)}
|
|
18
18
|
._1bnx8stv:hover{text-decoration-line:underline}
|
|
19
19
|
._9oik1r31:hover{text-decoration-color:currentColor}
|
|
20
20
|
._jf4cnqa1:hover{text-decoration-style:solid}
|
|
@@ -6,13 +6,13 @@ const needMoreHelpContainerStyles = null;
|
|
|
6
6
|
export const NeedMoreHelpContainer = ({
|
|
7
7
|
children
|
|
8
8
|
}) => /*#__PURE__*/React.createElement("div", {
|
|
9
|
-
className: ax(["_1pbyibnn _1wpz1h6o _ae4v1h6o
|
|
9
|
+
className: ax(["_1pbyibnn _1wpz1h6o _ae4v1h6o _bfhkibhp _1bsbzddy _4t3iw1ge _16qst7d8 _kdamz7t1"])
|
|
10
10
|
}, children);
|
|
11
11
|
const needMoreHelpContentStyles = null;
|
|
12
12
|
export const NeedMoreHelpContent = ({
|
|
13
13
|
children
|
|
14
14
|
}) => /*#__PURE__*/React.createElement("p", {
|
|
15
|
-
className: ax(["_11c81vhk _19pkidpf _2hwxidpf _otyridpf _18u0idpf
|
|
15
|
+
className: ax(["_11c81vhk _19pkidpf _2hwxidpf _otyridpf _18u0idpf _syazi7uo _1e0c1o8l _1wpz1h6o"])
|
|
16
16
|
}, children);
|
|
17
17
|
const helpAskAIStyles = null;
|
|
18
18
|
export const HelpAskAI = ({
|
|
@@ -20,5 +20,5 @@ export const HelpAskAI = ({
|
|
|
20
20
|
onClick
|
|
21
21
|
}) => /*#__PURE__*/React.createElement("p", {
|
|
22
22
|
onClick: onClick,
|
|
23
|
-
className: ax(["_11c81vhk _19pkidpf _2hwxidpf _otyridpf _18u0idpf
|
|
23
|
+
className: ax(["_11c81vhk _19pkidpf _2hwxidpf _otyridpf _18u0idpf _syaz6x5g _1e0c1o8l _1wpz1h6o _80omtlke _9oik1r31 _1bnx8stv _jf4cnqa1"])
|
|
24
24
|
}, children);
|
|
@@ -16,7 +16,7 @@ import { RelatedArticlesTitle } from './styled';
|
|
|
16
16
|
import useCancellablePromise from '../../util/hooks/cancellablePromise';
|
|
17
17
|
import { usePrevious } from '../../util/hooks/previous';
|
|
18
18
|
const packageName = "@atlaskit/help";
|
|
19
|
-
const packageVersion = "9.1.
|
|
19
|
+
const packageVersion = "9.1.25";
|
|
20
20
|
const buttonStyles = null;
|
|
21
21
|
export const RelatedArticles = ({
|
|
22
22
|
style = 'primary',
|
|
@@ -18,7 +18,7 @@ import { useNavigationContext } from '../../contexts/navigationContext';
|
|
|
18
18
|
const ANALYTICS_CONTEXT_DATA = {
|
|
19
19
|
componentName: 'searchInput',
|
|
20
20
|
packageName: "@atlaskit/help",
|
|
21
|
-
packageVersion: "9.1.
|
|
21
|
+
packageVersion: "9.1.25"
|
|
22
22
|
};
|
|
23
23
|
const buttonStyles = null;
|
|
24
24
|
export const SearchInput = ({
|
|
@@ -21,8 +21,8 @@ export const TabLabel = ({
|
|
|
21
21
|
children
|
|
22
22
|
}) => /*#__PURE__*/React.createElement("div", {
|
|
23
23
|
style: {
|
|
24
|
-
color: isActive ? "var(--ds-text-selected, #
|
|
25
|
-
borderBottom: isActive ? `1px solid ${"var(--ds-text-selected, #
|
|
24
|
+
color: isActive ? "var(--ds-text-selected, #1868DB)" : "var(--ds-text, #292A2E)",
|
|
25
|
+
borderBottom: isActive ? `1px solid ${"var(--ds-text-selected, #1868DB)"}` : `1px solid ${"var(--ds-text-disabled, #080F214A)"}`
|
|
26
26
|
},
|
|
27
27
|
onClick: onClick,
|
|
28
28
|
className: ax(["_16jlkb7n _1o9zkb7n _i0dlf1ug _ca0qutpp _u5f3utpp _n3tdutpp _19bvutpp _y3gn1h6o _ae4v1h6o _80omtlke"])
|
|
@@ -11,7 +11,7 @@ import { ARTICLE_TYPE } from '../../../model/Help';
|
|
|
11
11
|
const ANALYTICS_CONTEXT_DATA = {
|
|
12
12
|
componentName: 'WhatsNewButton',
|
|
13
13
|
packageName: "@atlaskit/help",
|
|
14
|
-
packageVersion: "9.1.
|
|
14
|
+
packageVersion: "9.1.25"
|
|
15
15
|
};
|
|
16
16
|
export const WhatsNewButton = ({
|
|
17
17
|
productName,
|
|
@@ -8,7 +8,7 @@ import { WhatsNewResultListItemWrapper, WhatsNewResultListItemTitleContainer, Wh
|
|
|
8
8
|
const ANALYTICS_CONTEXT_DATA = {
|
|
9
9
|
componentName: 'ArticlesListItem',
|
|
10
10
|
packageName: "@atlaskit/help",
|
|
11
|
-
packageVersion: "9.1.
|
|
11
|
+
packageVersion: "9.1.25"
|
|
12
12
|
};
|
|
13
13
|
export const WhatsNewResultListItem = ({
|
|
14
14
|
intl: {
|
package/dist/esm/analytics.js
CHANGED
|
@@ -10,7 +10,7 @@ import { LoadingErrorMessage, LoadingErrorButtonContainer, LoadingErrorHeading }
|
|
|
10
10
|
var ANALYTICS_CONTEXT_DATA = {
|
|
11
11
|
componentName: 'ArticleLoadingFail',
|
|
12
12
|
packageName: "@atlaskit/help",
|
|
13
|
-
packageVersion: "9.1.
|
|
13
|
+
packageVersion: "9.1.25"
|
|
14
14
|
};
|
|
15
15
|
export var ArticleLoadingFail = function ArticleLoadingFail(_ref) {
|
|
16
16
|
var onTryAgainButtonClick = _ref.onTryAgainButtonClick,
|
|
@@ -6,7 +6,7 @@ import { messages } from '../../../../messages';
|
|
|
6
6
|
var ANALYTICS_CONTEXT_DATA = {
|
|
7
7
|
componentName: 'ArticleWasHelpfulNoButton',
|
|
8
8
|
packageName: "@atlaskit/help",
|
|
9
|
-
packageVersion: "9.1.
|
|
9
|
+
packageVersion: "9.1.25"
|
|
10
10
|
};
|
|
11
11
|
export var ArticleWasHelpfulNoButton = function ArticleWasHelpfulNoButton(_ref) {
|
|
12
12
|
var _ref$isSelected = _ref.isSelected,
|
|
@@ -6,7 +6,7 @@ import { messages } from '../../../../messages';
|
|
|
6
6
|
var ANALYTICS_CONTEXT_DATA = {
|
|
7
7
|
componentName: 'ArticleWasHelpfulYesButton',
|
|
8
8
|
packageName: "@atlaskit/help",
|
|
9
|
-
packageVersion: "9.1.
|
|
9
|
+
packageVersion: "9.1.25"
|
|
10
10
|
};
|
|
11
11
|
export var ArticleWasHelpfulYesButton = function ArticleWasHelpfulYesButton(_ref) {
|
|
12
12
|
var _ref$isSelected = _ref.isSelected,
|
|
@@ -27,7 +27,7 @@ var FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
|
|
|
27
27
|
var ANALYTICS_CONTEXT_DATA = {
|
|
28
28
|
componentName: 'ArticleWasHelpfulForm',
|
|
29
29
|
packageName: "@atlaskit/help",
|
|
30
|
-
packageVersion: "9.1.
|
|
30
|
+
packageVersion: "9.1.25"
|
|
31
31
|
};
|
|
32
32
|
var buttonStyles = null;
|
|
33
33
|
export var ArticleWasHelpfulForm = function ArticleWasHelpfulForm(_ref) {
|
|
@@ -56,7 +56,7 @@ export var HelpArticle = function HelpArticle(_ref) {
|
|
|
56
56
|
analyticsEvent.payload.attributes = {
|
|
57
57
|
componentName: 'Article',
|
|
58
58
|
packageName: "@atlaskit/help",
|
|
59
|
-
packageVersion: "9.1.
|
|
59
|
+
packageVersion: "9.1.25"
|
|
60
60
|
};
|
|
61
61
|
if (onRelatedArticlesShowMoreClick) {
|
|
62
62
|
onRelatedArticlesShowMoreClick(event, analyticsEvent, isCollapsed);
|
|
@@ -13,7 +13,7 @@ import { WhatsNewTypeTitle, WhatsNewTitleText, WhatsNewIconContainer, RelatedLin
|
|
|
13
13
|
var analyticsContextData = {
|
|
14
14
|
componentName: 'ArticlesListItem',
|
|
15
15
|
packageName: "@atlaskit/help",
|
|
16
|
-
packageVersion: "9.1.
|
|
16
|
+
packageVersion: "9.1.25"
|
|
17
17
|
};
|
|
18
18
|
export var WhatsNewArticle = function WhatsNewArticle(_ref) {
|
|
19
19
|
var formatMessage = _ref.intl.formatMessage,
|
|
@@ -8,7 +8,7 @@ import { ArticlesListItemWrapper, ArticlesListItemContainer, ArticlesListItemTit
|
|
|
8
8
|
var ANALYTICS_CONTEXT_DATA = {
|
|
9
9
|
componentName: 'ArticlesListItem',
|
|
10
10
|
packageName: "@atlaskit/help",
|
|
11
|
-
packageVersion: "9.1.
|
|
11
|
+
packageVersion: "9.1.25"
|
|
12
12
|
};
|
|
13
13
|
var highlightText = function highlightText(text) {
|
|
14
14
|
if (!text) {
|
|
@@ -64,7 +64,7 @@ export var ArticlesListItem = function ArticlesListItem(_ref) {
|
|
|
64
64
|
onClick: handleOnClick
|
|
65
65
|
}, /*#__PURE__*/React.createElement(ArticlesListItemContainer, null, /*#__PURE__*/React.createElement(ArticlesListItemTitleSection, null, /*#__PURE__*/React.createElement(ArticlesListItemTitleText, null, title), isLastPublishedVisible && /*#__PURE__*/React.createElement(ArticlesListItemLastModified, null, "Last modified: ", lastPublished)), href && /*#__PURE__*/React.createElement(ArticlesListItemLinkIcon, null, /*#__PURE__*/React.createElement(ShortcutIcon, {
|
|
66
66
|
LEGACY_size: "small",
|
|
67
|
-
label: "",
|
|
67
|
+
label: "Opens in a new window",
|
|
68
68
|
color: "var(--ds-icon-subtle, ".concat(colors.N90, ")"),
|
|
69
69
|
LEGACY_secondaryColor: "var(--ds-icon-subtle, ".concat(colors.N90, ")")
|
|
70
70
|
}))), /*#__PURE__*/React.createElement(ArticlesListItemDescription, null, highlightText(description)), isSourceVisible && /*#__PURE__*/React.createElement(ArticlesListItemSource, null, source), isTrustFactorVisible && /*#__PURE__*/React.createElement(ArticlesListItemTrustFactor, null, isNumViewsVisible && /*#__PURE__*/React.createElement(ArticlesListItemViewCount, null, trustFactors.numViews, " views"), isHelpfulCountVisible && /*#__PURE__*/React.createElement(ArticlesListItemHelpfulCount, null, /*#__PURE__*/React.createElement(LikeIcon, {
|
|
@@ -49,7 +49,7 @@ var BackButtonWithContext = function BackButtonWithContext(props) {
|
|
|
49
49
|
data: {
|
|
50
50
|
componentName: 'backButton',
|
|
51
51
|
packageName: "@atlaskit/help",
|
|
52
|
-
packageVersion: "9.1.
|
|
52
|
+
packageVersion: "9.1.25"
|
|
53
53
|
}
|
|
54
54
|
}, /*#__PURE__*/React.createElement(BackButton, props));
|
|
55
55
|
};
|
|
@@ -7,7 +7,7 @@ import { HelpContentButtonContainer, HelpContentButtonIcon, HelpContentButtonTex
|
|
|
7
7
|
var analitycsContextData = {
|
|
8
8
|
componentName: 'HelpContentButton',
|
|
9
9
|
packageName: "@atlaskit/help",
|
|
10
|
-
packageVersion: "9.1.
|
|
10
|
+
packageVersion: "9.1.25"
|
|
11
11
|
};
|
|
12
12
|
var HelpContentButton = function HelpContentButton(_ref) {
|
|
13
13
|
var _ref$id = _ref.id,
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
._4t3iw1ge{height:var(--ds-space-500,42px)}
|
|
11
11
|
._80omtlke{cursor:pointer}
|
|
12
12
|
._ae4v1h6o{align-content:center}
|
|
13
|
-
.
|
|
13
|
+
._bfhkibhp{background-color:var(--ds-background-accent-yellow-subtlest,#fef7c8)}
|
|
14
14
|
._kdamz7t1{filter:drop-shadow(0 8px 9pt var(--shadow-overlay-second,rgba(9,30,66,.15))) drop-shadow(0 0 1px rgba(9,30,66,.31))}
|
|
15
15
|
._otyridpf{margin-bottom:0}
|
|
16
|
-
.
|
|
17
|
-
.
|
|
16
|
+
._syaz6x5g{color:var(--ds-text-selected,#1868db)}
|
|
17
|
+
._syazi7uo{color:var(--ds-text,#292a2e)}
|
|
18
18
|
._1bnx8stv:hover{text-decoration-line:underline}
|
|
19
19
|
._9oik1r31:hover{text-decoration-color:currentColor}
|
|
20
20
|
._jf4cnqa1:hover{text-decoration-style:solid}
|
|
@@ -6,14 +6,14 @@ var needMoreHelpContainerStyles = null;
|
|
|
6
6
|
export var NeedMoreHelpContainer = function NeedMoreHelpContainer(_ref) {
|
|
7
7
|
var children = _ref.children;
|
|
8
8
|
return /*#__PURE__*/React.createElement("div", {
|
|
9
|
-
className: ax(["_1pbyibnn _1wpz1h6o _ae4v1h6o
|
|
9
|
+
className: ax(["_1pbyibnn _1wpz1h6o _ae4v1h6o _bfhkibhp _1bsbzddy _4t3iw1ge _16qst7d8 _kdamz7t1"])
|
|
10
10
|
}, children);
|
|
11
11
|
};
|
|
12
12
|
var needMoreHelpContentStyles = null;
|
|
13
13
|
export var NeedMoreHelpContent = function NeedMoreHelpContent(_ref2) {
|
|
14
14
|
var children = _ref2.children;
|
|
15
15
|
return /*#__PURE__*/React.createElement("p", {
|
|
16
|
-
className: ax(["_11c81vhk _19pkidpf _2hwxidpf _otyridpf _18u0idpf
|
|
16
|
+
className: ax(["_11c81vhk _19pkidpf _2hwxidpf _otyridpf _18u0idpf _syazi7uo _1e0c1o8l _1wpz1h6o"])
|
|
17
17
|
}, children);
|
|
18
18
|
};
|
|
19
19
|
var helpAskAIStyles = null;
|
|
@@ -22,6 +22,6 @@ export var HelpAskAI = function HelpAskAI(_ref3) {
|
|
|
22
22
|
onClick = _ref3.onClick;
|
|
23
23
|
return /*#__PURE__*/React.createElement("p", {
|
|
24
24
|
onClick: onClick,
|
|
25
|
-
className: ax(["_11c81vhk _19pkidpf _2hwxidpf _otyridpf _18u0idpf
|
|
25
|
+
className: ax(["_11c81vhk _19pkidpf _2hwxidpf _otyridpf _18u0idpf _syaz6x5g _1e0c1o8l _1wpz1h6o _80omtlke _9oik1r31 _1bnx8stv _jf4cnqa1"])
|
|
26
26
|
}, children);
|
|
27
27
|
};
|
|
@@ -20,7 +20,7 @@ import { RelatedArticlesTitle } from './styled';
|
|
|
20
20
|
import useCancellablePromise from '../../util/hooks/cancellablePromise';
|
|
21
21
|
import { usePrevious } from '../../util/hooks/previous';
|
|
22
22
|
var packageName = "@atlaskit/help";
|
|
23
|
-
var packageVersion = "9.1.
|
|
23
|
+
var packageVersion = "9.1.25";
|
|
24
24
|
var buttonStyles = null;
|
|
25
25
|
export var RelatedArticles = function RelatedArticles(_ref) {
|
|
26
26
|
var _ref$style = _ref.style,
|
|
@@ -18,7 +18,7 @@ import { useNavigationContext } from '../../contexts/navigationContext';
|
|
|
18
18
|
var ANALYTICS_CONTEXT_DATA = {
|
|
19
19
|
componentName: 'searchInput',
|
|
20
20
|
packageName: "@atlaskit/help",
|
|
21
|
-
packageVersion: "9.1.
|
|
21
|
+
packageVersion: "9.1.25"
|
|
22
22
|
};
|
|
23
23
|
var buttonStyles = null;
|
|
24
24
|
export var SearchInput = function SearchInput(_ref) {
|
|
@@ -23,8 +23,8 @@ export var TabLabel = function TabLabel(_ref3) {
|
|
|
23
23
|
children = _ref3.children;
|
|
24
24
|
return /*#__PURE__*/React.createElement("div", {
|
|
25
25
|
style: {
|
|
26
|
-
color: isActive ? "var(--ds-text-selected, #
|
|
27
|
-
borderBottom: isActive ? "1px solid ".concat("var(--ds-text-selected, #
|
|
26
|
+
color: isActive ? "var(--ds-text-selected, #1868DB)" : "var(--ds-text, #292A2E)",
|
|
27
|
+
borderBottom: isActive ? "1px solid ".concat("var(--ds-text-selected, #1868DB)") : "1px solid ".concat("var(--ds-text-disabled, #080F214A)")
|
|
28
28
|
},
|
|
29
29
|
onClick: onClick,
|
|
30
30
|
className: ax(["_16jlkb7n _1o9zkb7n _i0dlf1ug _ca0qutpp _u5f3utpp _n3tdutpp _19bvutpp _y3gn1h6o _ae4v1h6o _80omtlke"])
|
|
@@ -11,7 +11,7 @@ import { ARTICLE_TYPE } from '../../../model/Help';
|
|
|
11
11
|
var ANALYTICS_CONTEXT_DATA = {
|
|
12
12
|
componentName: 'WhatsNewButton',
|
|
13
13
|
packageName: "@atlaskit/help",
|
|
14
|
-
packageVersion: "9.1.
|
|
14
|
+
packageVersion: "9.1.25"
|
|
15
15
|
};
|
|
16
16
|
export var WhatsNewButton = function WhatsNewButton(_ref) {
|
|
17
17
|
var productName = _ref.productName,
|
package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import { WhatsNewResultListItemWrapper, WhatsNewResultListItemTitleContainer, Wh
|
|
|
8
8
|
var ANALYTICS_CONTEXT_DATA = {
|
|
9
9
|
componentName: 'ArticlesListItem',
|
|
10
10
|
packageName: "@atlaskit/help",
|
|
11
|
-
packageVersion: "9.1.
|
|
11
|
+
packageVersion: "9.1.25"
|
|
12
12
|
};
|
|
13
13
|
export var WhatsNewResultListItem = function WhatsNewResultListItem(_ref) {
|
|
14
14
|
var formatMessage = _ref.intl.formatMessage,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/help",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.26",
|
|
4
4
|
"description": "A cross-product help component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@atlaskit/heading": "^5.2.0",
|
|
39
39
|
"@atlaskit/help-article": "^6.0.0",
|
|
40
40
|
"@atlaskit/help-layout": "^6.3.0",
|
|
41
|
-
"@atlaskit/icon": "^
|
|
41
|
+
"@atlaskit/icon": "^29.0.0",
|
|
42
42
|
"@atlaskit/legacy-custom-icons": "^0.22.0",
|
|
43
43
|
"@atlaskit/notification-indicator": "^10.0.0",
|
|
44
44
|
"@atlaskit/notification-log-client": "^6.2.0",
|