@atlaskit/help 7.2.24 → 7.2.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 +13 -0
- package/analytics/package.json +1 -1
- 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/WasHelpfulForm/styled.js +14 -6
- package/dist/cjs/components/Article/HelpArticle/index.js +1 -1
- package/dist/cjs/components/Article/WhatsNewArticle/index.js +1 -1
- package/dist/cjs/components/Article/WhatsNewArticle/styled.js +43 -9
- package/dist/cjs/components/Article/index.js +2 -1
- package/dist/cjs/components/ArticlesList/ArticlesListItem/index.js +1 -1
- package/dist/cjs/components/ArticlesList/ArticlesListItem/styled.js +4 -8
- package/dist/cjs/components/HelpContentButton/index.js +1 -1
- package/dist/cjs/components/RelatedArticles/index.js +1 -1
- package/dist/cjs/components/Search/SearchInput/index.js +1 -1
- package/dist/cjs/components/WhatsNew/WhatsNewButton/index.js +1 -1
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.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/WasHelpfulForm/styled.js +12 -14
- package/dist/es2019/components/Article/HelpArticle/index.js +1 -1
- package/dist/es2019/components/Article/WhatsNewArticle/index.js +1 -1
- package/dist/es2019/components/Article/WhatsNewArticle/styled.js +41 -42
- package/dist/es2019/components/Article/index.js +2 -1
- package/dist/es2019/components/ArticlesList/ArticlesListItem/index.js +1 -1
- package/dist/es2019/components/ArticlesList/ArticlesListItem/styled.js +4 -8
- package/dist/es2019/components/HelpContentButton/index.js +1 -1
- package/dist/es2019/components/RelatedArticles/index.js +1 -1
- package/dist/es2019/components/Search/SearchInput/index.js +1 -1
- package/dist/es2019/components/WhatsNew/WhatsNewButton/index.js +1 -1
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.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/WasHelpfulForm/styled.js +12 -5
- package/dist/esm/components/Article/HelpArticle/index.js +1 -1
- package/dist/esm/components/Article/WhatsNewArticle/index.js +1 -1
- package/dist/esm/components/Article/WhatsNewArticle/styled.js +41 -8
- package/dist/esm/components/Article/index.js +2 -1
- package/dist/esm/components/ArticlesList/ArticlesListItem/index.js +1 -1
- package/dist/esm/components/ArticlesList/ArticlesListItem/styled.js +4 -8
- package/dist/esm/components/HelpContentButton/index.js +1 -1
- package/dist/esm/components/RelatedArticles/index.js +1 -1
- package/dist/esm/components/Search/SearchInput/index.js +1 -1
- package/dist/esm/components/WhatsNew/WhatsNewButton/index.js +1 -1
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +1 -1
- package/dist/types/components/Article/ArticleLoadingFail/index.d.ts +2 -2
- package/dist/types/components/Article/HelpArticle/Loading/index.d.ts +2 -2
- package/dist/types/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.d.ts +2 -2
- package/dist/types/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.d.ts +2 -2
- package/dist/types/components/Article/HelpArticle/WasHelpfulForm/index.d.ts +2 -2
- package/dist/types/components/Article/WhatsNewArticle/Loading/index.d.ts +2 -2
- package/dist/types/components/Article/WhatsNewArticle/index.d.ts +2 -2
- package/dist/types/components/ArticlesList/ArticlesListItem/index.d.ts +2 -2
- package/dist/types/components/RelatedArticles/RelatedArticlesLoading.d.ts +2 -2
- package/dist/types/components/RelatedArticles/index.d.ts +1 -1
- package/dist/types/components/Search/SearchInput/index.d.ts +2 -2
- package/dist/types/components/Search/SearchResults/SearchExternalSite.d.ts +2 -2
- package/dist/types/components/Search/SearchResults/SearchResultsEmpty.d.ts +2 -2
- package/dist/types/components/Search/SearchResults/SearchResultsError.d.ts +2 -2
- package/dist/types/components/ShowMoreButton/index.d.ts +2 -2
- package/dist/types/components/WhatsNew/WhatsNewButton/index.d.ts +2 -2
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.d.ts +2 -2
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.d.ts +2 -2
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.d.ts +2 -2
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.d.ts +2 -2
- package/dist/types/components/WhatsNew/WhatsNewResults/index.d.ts +2 -2
- package/dist/types-ts4.5/components/Article/ArticleLoadingFail/index.d.ts +2 -2
- package/dist/types-ts4.5/components/Article/HelpArticle/Loading/index.d.ts +2 -2
- package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.d.ts +2 -2
- package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.d.ts +2 -2
- package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/index.d.ts +2 -2
- package/dist/types-ts4.5/components/Article/WhatsNewArticle/Loading/index.d.ts +2 -2
- package/dist/types-ts4.5/components/Article/WhatsNewArticle/index.d.ts +2 -2
- package/dist/types-ts4.5/components/ArticlesList/ArticlesListItem/index.d.ts +2 -2
- package/dist/types-ts4.5/components/RelatedArticles/RelatedArticlesLoading.d.ts +2 -2
- package/dist/types-ts4.5/components/RelatedArticles/index.d.ts +1 -1
- package/dist/types-ts4.5/components/Search/SearchInput/index.d.ts +2 -2
- package/dist/types-ts4.5/components/Search/SearchResults/SearchExternalSite.d.ts +2 -2
- package/dist/types-ts4.5/components/Search/SearchResults/SearchResultsEmpty.d.ts +2 -2
- package/dist/types-ts4.5/components/Search/SearchResults/SearchResultsError.d.ts +2 -2
- package/dist/types-ts4.5/components/ShowMoreButton/index.d.ts +2 -2
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewButton/index.d.ts +2 -2
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.d.ts +2 -2
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.d.ts +2 -2
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.d.ts +2 -2
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.d.ts +2 -2
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/index.d.ts +2 -2
- package/messages/package.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/help
|
|
2
2
|
|
|
3
|
+
## 7.2.26
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#83176](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83176) [`5c64e4657ef3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5c64e4657ef3) - [ux] Minor changes to replace deprecated font tokens with new tokens. There may be some very slight differences in font size if the previous value was incorrectly applied, and slight differences in line height to match the new typography system.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
|
|
10
|
+
## 7.2.25
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
15
|
+
|
|
3
16
|
## 7.2.24
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/analytics/package.json
CHANGED
package/dist/cjs/analytics.js
CHANGED
|
@@ -14,5 +14,5 @@ var createAndFire = exports.createAndFire = x.createAndFireEvent('atlaskit');
|
|
|
14
14
|
var defaultAnalyticsAttributes = exports.defaultAnalyticsAttributes = {
|
|
15
15
|
componentName: 'help',
|
|
16
16
|
packageName: "@atlaskit/help",
|
|
17
|
-
packageVersion: "7.2.
|
|
17
|
+
packageVersion: "7.2.26"
|
|
18
18
|
};
|
|
@@ -15,7 +15,7 @@ var _styled = require("./styled");
|
|
|
15
15
|
var ANALYTICS_CONTEXT_DATA = {
|
|
16
16
|
componentName: 'ArticleLoadingFail',
|
|
17
17
|
packageName: "@atlaskit/help",
|
|
18
|
-
packageVersion: "7.2.
|
|
18
|
+
packageVersion: "7.2.26"
|
|
19
19
|
};
|
|
20
20
|
var ArticleLoadingFail = exports.ArticleLoadingFail = function ArticleLoadingFail(_ref) {
|
|
21
21
|
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: "7.2.
|
|
16
|
+
packageVersion: "7.2.26"
|
|
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: "7.2.
|
|
16
|
+
packageVersion: "7.2.26"
|
|
17
17
|
};
|
|
18
18
|
var ArticleWasHelpfulYesButton = exports.ArticleWasHelpfulYesButton = function ArticleWasHelpfulYesButton(_ref) {
|
|
19
19
|
var _ref$isSelected = _ref.isSelected,
|
|
@@ -37,7 +37,7 @@ var FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
|
|
|
37
37
|
var ANALYTICS_CONTEXT_DATA = {
|
|
38
38
|
componentName: 'ArticleWasHelpfulForm',
|
|
39
39
|
packageName: "@atlaskit/help",
|
|
40
|
-
packageVersion: "7.2.
|
|
40
|
+
packageVersion: "7.2.26"
|
|
41
41
|
};
|
|
42
42
|
var ArticleWasHelpfulForm = exports.ArticleWasHelpfulForm = function ArticleWasHelpfulForm(_ref) {
|
|
43
43
|
var onWasHelpfulSubmit = _ref.onWasHelpfulSubmit,
|
|
@@ -6,13 +6,21 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
8
8
|
exports.ArticleFeedbackText = exports.ArticleFeedbackContainer = exports.ArticleFeedbackAnswerWrapper = void 0;
|
|
9
|
-
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
|
|
10
9
|
var _styled = _interopRequireDefault(require("@emotion/styled"));
|
|
11
10
|
var colors = _interopRequireWildcard(require("@atlaskit/theme/colors"));
|
|
12
|
-
var _templateObject, _templateObject2, _templateObject3;
|
|
13
|
-
/** @jsx jsx */
|
|
14
11
|
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); }
|
|
15
12
|
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 && Object.prototype.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; }
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
var
|
|
13
|
+
/** @jsx jsx */
|
|
14
|
+
|
|
15
|
+
var ArticleFeedbackContainer = exports.ArticleFeedbackContainer = _styled.default.div({
|
|
16
|
+
position: 'relative'
|
|
17
|
+
});
|
|
18
|
+
var ArticleFeedbackText = exports.ArticleFeedbackText = _styled.default.div({
|
|
19
|
+
font: "var(--ds-font-heading-xxsmall, normal 600 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
20
|
+
color: "var(--ds-text-subtlest, ".concat(colors.N200, ")"),
|
|
21
|
+
position: 'relative',
|
|
22
|
+
display: 'inline-block'
|
|
23
|
+
});
|
|
24
|
+
var ArticleFeedbackAnswerWrapper = exports.ArticleFeedbackAnswerWrapper = _styled.default.div({
|
|
25
|
+
paddingTop: "var(--ds-space-200, 16px)"
|
|
26
|
+
});
|
|
@@ -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: "7.2.
|
|
67
|
+
packageVersion: "7.2.26"
|
|
68
68
|
};
|
|
69
69
|
if (onRelatedArticlesShowMoreClick) {
|
|
70
70
|
onRelatedArticlesShowMoreClick(event, analyticsEvent, isCollapsed);
|
|
@@ -22,7 +22,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
|
|
|
22
22
|
var analyticsContextData = {
|
|
23
23
|
componentName: 'ArticlesListItem',
|
|
24
24
|
packageName: "@atlaskit/help",
|
|
25
|
-
packageVersion: "7.2.
|
|
25
|
+
packageVersion: "7.2.26"
|
|
26
26
|
};
|
|
27
27
|
var WhatsNewArticle = exports.WhatsNewArticle = function WhatsNewArticle(_ref) {
|
|
28
28
|
var formatMessage = _ref.intl.formatMessage,
|
|
@@ -6,17 +6,51 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
8
8
|
exports.WhatsNewTypeTitle = exports.WhatsNewTitleText = exports.WhatsNewRelatedLinksTitleText = exports.WhatsNewIconContainer = exports.RelatedLinkContainer = exports.ExternalLinkIconContainer = void 0;
|
|
9
|
-
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
|
|
10
9
|
var _styled = _interopRequireDefault(require("@emotion/styled"));
|
|
11
10
|
var _constants = require("@atlaskit/theme/constants");
|
|
12
11
|
var colors = _interopRequireWildcard(require("@atlaskit/theme/colors"));
|
|
13
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6;
|
|
14
|
-
/** @jsx jsx */
|
|
15
12
|
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); }
|
|
16
13
|
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 && Object.prototype.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; }
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
var
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
var
|
|
14
|
+
/** @jsx jsx */
|
|
15
|
+
|
|
16
|
+
var WhatsNewTypeTitle = exports.WhatsNewTypeTitle = _styled.default.span({
|
|
17
|
+
textDecoration: 'none',
|
|
18
|
+
color: "var(--ds-text-subtlest, ".concat(colors.N300, ")"),
|
|
19
|
+
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
20
|
+
verticalAlign: 'middle',
|
|
21
|
+
paddingLeft: "var(--ds-space-050, 4px)",
|
|
22
|
+
whiteSpace: 'normal',
|
|
23
|
+
overflowX: 'hidden'
|
|
24
|
+
});
|
|
25
|
+
var WhatsNewIconContainer = exports.WhatsNewIconContainer = _styled.default.div({
|
|
26
|
+
display: 'block',
|
|
27
|
+
paddingBottom: "var(--ds-space-100, 8px)"
|
|
28
|
+
});
|
|
29
|
+
var WhatsNewTitleText = exports.WhatsNewTitleText = _styled.default.span({
|
|
30
|
+
textDecoration: 'none',
|
|
31
|
+
color: "var(--ds-text, ".concat(colors.N800, ")"),
|
|
32
|
+
fontSize: "".concat((0, _constants.fontSize)(), "px"),
|
|
33
|
+
fontWeight: 600,
|
|
34
|
+
whiteSpace: 'normal',
|
|
35
|
+
overflowX: 'hidden',
|
|
36
|
+
paddingBottom: "var(--ds-space-100, 8px)",
|
|
37
|
+
display: 'block'
|
|
38
|
+
});
|
|
39
|
+
var WhatsNewRelatedLinksTitleText = exports.WhatsNewRelatedLinksTitleText = _styled.default.span({
|
|
40
|
+
textDecoration: 'none',
|
|
41
|
+
color: "var(--ds-text, ".concat(colors.N800, ")"),
|
|
42
|
+
fontSize: "".concat((0, _constants.fontSizeSmall)(), "px"),
|
|
43
|
+
fontWeight: 600,
|
|
44
|
+
whiteSpace: 'normal',
|
|
45
|
+
overflowX: 'hidden',
|
|
46
|
+
paddingBottom: "var(--ds-space-100, 8px)",
|
|
47
|
+
display: 'block'
|
|
48
|
+
});
|
|
49
|
+
var RelatedLinkContainer = exports.RelatedLinkContainer = _styled.default.div({
|
|
50
|
+
marginBottom: "var(--ds-space-100, 8px)"
|
|
51
|
+
});
|
|
52
|
+
var ExternalLinkIconContainer = exports.ExternalLinkIconContainer = _styled.default.div({
|
|
53
|
+
display: 'inline-block',
|
|
54
|
+
verticalAlign: 'middle',
|
|
55
|
+
paddingLeft: "var(--ds-space-050, 4px)"
|
|
56
|
+
});
|
|
@@ -37,6 +37,7 @@ var transitionStyles = {
|
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
39
|
var Article = exports.Article = function Article() {
|
|
40
|
+
var _history$length;
|
|
40
41
|
var _useNavigationContext = (0, _navigationContext.useNavigationContext)(),
|
|
41
42
|
view = _useNavigationContext.view,
|
|
42
43
|
articleId = _useNavigationContext.articleId,
|
|
@@ -46,7 +47,7 @@ var Article = exports.Article = function Article() {
|
|
|
46
47
|
reloadWhatsNewArticle = _useNavigationContext.reloadWhatsNewArticle;
|
|
47
48
|
var _useHelpArticleContex = (0, _helpArticleContext.useHelpArticleContext)(),
|
|
48
49
|
onHelpArticleLoadingFailTryAgainButtonClick = _useHelpArticleContex.onHelpArticleLoadingFailTryAgainButtonClick;
|
|
49
|
-
var _useState = (0, _react.useState)((articleId === null || articleId === void 0 ? void 0 : articleId.id) !== '' || (history ? history.length :
|
|
50
|
+
var _useState = (0, _react.useState)((articleId === null || articleId === void 0 ? void 0 : articleId.id) !== '' || ((_history$length = history === null || history === void 0 ? void 0 : history.length) !== null && _history$length !== void 0 ? _history$length : 0) > 0),
|
|
50
51
|
_useState2 = (0, _slicedToArray2.default)(_useState, 2),
|
|
51
52
|
skipArticleSlideInAnimation = _useState2[0],
|
|
52
53
|
setSkipArticleSlideInAnimation = _useState2[1];
|
|
@@ -17,7 +17,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
|
|
|
17
17
|
var ANALYTICS_CONTEXT_DATA = {
|
|
18
18
|
componentName: 'ArticlesListItem',
|
|
19
19
|
packageName: "@atlaskit/help",
|
|
20
|
-
packageVersion: "7.2.
|
|
20
|
+
packageVersion: "7.2.26"
|
|
21
21
|
};
|
|
22
22
|
var ArticlesListItem = exports.ArticlesListItem = function ArticlesListItem(_ref) {
|
|
23
23
|
var styles = _ref.styles,
|
|
@@ -7,7 +7,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
});
|
|
8
8
|
exports.ArticlesListItemWrapper = exports.ArticlesListItemTypeTitle = exports.ArticlesListItemTitleText = exports.ArticlesListItemLinkIcon = exports.ArticlesListItemDescription = exports.ArticlesListItemContainer = void 0;
|
|
9
9
|
var _styled = _interopRequireDefault(require("@emotion/styled"));
|
|
10
|
-
var _constants = require("@atlaskit/theme/constants");
|
|
11
10
|
var colors = _interopRequireWildcard(require("@atlaskit/theme/colors"));
|
|
12
11
|
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); }
|
|
13
12
|
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 && Object.prototype.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; }
|
|
@@ -45,9 +44,8 @@ var ArticlesListItemContainer = exports.ArticlesListItemContainer = _styled.defa
|
|
|
45
44
|
whiteSpace: 'nowrap'
|
|
46
45
|
});
|
|
47
46
|
var ArticlesListItemTypeTitle = exports.ArticlesListItemTypeTitle = _styled.default.div({
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
lineHeight: "var(--ds-font-lineHeight-100, 16px)",
|
|
47
|
+
font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
48
|
+
fontWeight: "var(--ds-font-weight-bold, bold)",
|
|
51
49
|
color: "var(--ds-text-subtlest, ".concat(colors.N200, ")"),
|
|
52
50
|
paddingBottom: "var(--ds-space-050, 4px)"
|
|
53
51
|
});
|
|
@@ -59,17 +57,15 @@ var ArticlesListItemLinkIcon = exports.ArticlesListItemLinkIcon = _styled.defaul
|
|
|
59
57
|
var ArticlesListItemTitleText = exports.ArticlesListItemTitleText = _styled.default.span({
|
|
60
58
|
textDecoration: 'none',
|
|
61
59
|
color: "var(--ds-text, ".concat(colors.N800, ")"),
|
|
62
|
-
|
|
63
|
-
fontWeight: 600,
|
|
60
|
+
font: "var(--ds-font-heading-xsmall, normal 600 14px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
64
61
|
display: 'inline-block',
|
|
65
|
-
lineHeight: "var(--ds-font-lineHeight-200, 20px)",
|
|
66
62
|
whiteSpace: 'normal',
|
|
67
63
|
overflowX: 'hidden',
|
|
68
64
|
marginBottom: "var(--ds-space-100, 8px)"
|
|
69
65
|
});
|
|
70
66
|
var ArticlesListItemDescription = exports.ArticlesListItemDescription = _styled.default.p({
|
|
71
67
|
display: 'block',
|
|
72
|
-
lineHeight:
|
|
68
|
+
lineHeight: '20px',
|
|
73
69
|
color: "var(--ds-text-subtle, ".concat(colors.N400, ")"),
|
|
74
70
|
margin: 0
|
|
75
71
|
});
|
|
@@ -17,7 +17,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
|
|
|
17
17
|
var analitycsContextData = {
|
|
18
18
|
componentName: 'HelpContentButton',
|
|
19
19
|
packageName: "@atlaskit/help",
|
|
20
|
-
packageVersion: "7.2.
|
|
20
|
+
packageVersion: "7.2.26"
|
|
21
21
|
};
|
|
22
22
|
var HelpContentButton = function HelpContentButton(_ref) {
|
|
23
23
|
var _ref$id = _ref.id,
|
|
@@ -28,7 +28,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
|
|
|
28
28
|
/** @jsxFrag */
|
|
29
29
|
|
|
30
30
|
var packageName = "@atlaskit/help";
|
|
31
|
-
var packageVersion = "7.2.
|
|
31
|
+
var packageVersion = "7.2.26";
|
|
32
32
|
var RelatedArticles = exports.RelatedArticles = function RelatedArticles(_ref) {
|
|
33
33
|
var _ref$style = _ref.style,
|
|
34
34
|
style = _ref$style === void 0 ? 'primary' : _ref$style,
|
|
@@ -27,7 +27,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
|
|
|
27
27
|
var ANALYTICS_CONTEXT_DATA = {
|
|
28
28
|
componentName: 'searchInput',
|
|
29
29
|
packageName: "@atlaskit/help",
|
|
30
|
-
packageVersion: "7.2.
|
|
30
|
+
packageVersion: "7.2.26"
|
|
31
31
|
};
|
|
32
32
|
var SearchInput = exports.SearchInput = function SearchInput(_ref) {
|
|
33
33
|
var formatMessage = _ref.intl.formatMessage;
|
|
@@ -21,7 +21,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
|
|
|
21
21
|
var ANALYTICS_CONTEXT_DATA = {
|
|
22
22
|
componentName: 'WhatsNewButton',
|
|
23
23
|
packageName: "@atlaskit/help",
|
|
24
|
-
packageVersion: "7.2.
|
|
24
|
+
packageVersion: "7.2.26"
|
|
25
25
|
};
|
|
26
26
|
var WhatsNewButton = exports.WhatsNewButton = function WhatsNewButton(_ref) {
|
|
27
27
|
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: "7.2.
|
|
18
|
+
packageVersion: "7.2.26"
|
|
19
19
|
};
|
|
20
20
|
var WhatsNewResultListItem = exports.WhatsNewResultListItem = function WhatsNewResultListItem(_ref) {
|
|
21
21
|
var formatMessage = _ref.intl.formatMessage,
|
|
@@ -43,4 +43,4 @@ var WhatsNewResultListItemWrapper = exports.WhatsNewResultListItemWrapper = _sty
|
|
|
43
43
|
});
|
|
44
44
|
var WhatsNewResultListItemTitleContainer = exports.WhatsNewResultListItemTitleContainer = _styled.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n width: 100%;\n white-space: nowrap;\n margin-bottom: ", ";\n"])), "var(--ds-space-050, 4px)");
|
|
45
45
|
var WhatsNewResultListItemTitleText = exports.WhatsNewResultListItemTitleText = _styled.default.span(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n font-size: ", "px;\n line-height: ", "px;\n display: inline-block;\n vertical-align: middle;\n margin: 0;\n padding-left: ", ";\n white-space: normal;\n overflow-x: hidden;\n"])), (0, _constants.fontSizeSmall)(), (0, _constants.fontSize)(), "var(--ds-space-050, 4px)");
|
|
46
|
-
var WhatsNewResultListItemDescription = exports.WhatsNewResultListItemDescription = _styled.default.p(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n display: block;\n line-height:
|
|
46
|
+
var WhatsNewResultListItemDescription = exports.WhatsNewResultListItemDescription = _styled.default.p(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n display: block;\n line-height: 20px;\n color: ", ";\n margin: 0;\n"])), "var(--ds-text, ".concat(colors.N800, ")"));
|
package/dist/es2019/analytics.js
CHANGED
|
@@ -8,7 +8,7 @@ import { LoadingErrorMessage, LoadingErrorButtonContainer } from './styled';
|
|
|
8
8
|
const ANALYTICS_CONTEXT_DATA = {
|
|
9
9
|
componentName: 'ArticleLoadingFail',
|
|
10
10
|
packageName: "@atlaskit/help",
|
|
11
|
-
packageVersion: "7.2.
|
|
11
|
+
packageVersion: "7.2.26"
|
|
12
12
|
};
|
|
13
13
|
export const ArticleLoadingFail = ({
|
|
14
14
|
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: "7.2.
|
|
9
|
+
packageVersion: "7.2.26"
|
|
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: "7.2.
|
|
9
|
+
packageVersion: "7.2.26"
|
|
10
10
|
};
|
|
11
11
|
export const ArticleWasHelpfulYesButton = ({
|
|
12
12
|
isSelected = false,
|
|
@@ -25,7 +25,7 @@ const FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
|
|
|
25
25
|
const ANALYTICS_CONTEXT_DATA = {
|
|
26
26
|
componentName: 'ArticleWasHelpfulForm',
|
|
27
27
|
packageName: "@atlaskit/help",
|
|
28
|
-
packageVersion: "7.2.
|
|
28
|
+
packageVersion: "7.2.26"
|
|
29
29
|
};
|
|
30
30
|
export const ArticleWasHelpfulForm = ({
|
|
31
31
|
onWasHelpfulSubmit,
|
|
@@ -2,17 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
import styled from '@emotion/styled';
|
|
4
4
|
import * as colors from '@atlaskit/theme/colors';
|
|
5
|
-
export const ArticleFeedbackContainer = styled.div
|
|
6
|
-
position: relative
|
|
7
|
-
|
|
8
|
-
export const ArticleFeedbackText = styled.div
|
|
9
|
-
font
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
padding-top: ${"var(--ds-space-200, 16px)"};
|
|
18
|
-
`;
|
|
5
|
+
export const ArticleFeedbackContainer = styled.div({
|
|
6
|
+
position: 'relative'
|
|
7
|
+
});
|
|
8
|
+
export const ArticleFeedbackText = styled.div({
|
|
9
|
+
font: "var(--ds-font-heading-xxsmall, normal 600 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
10
|
+
color: `var(--ds-text-subtlest, ${colors.N200})`,
|
|
11
|
+
position: 'relative',
|
|
12
|
+
display: 'inline-block'
|
|
13
|
+
});
|
|
14
|
+
export const ArticleFeedbackAnswerWrapper = styled.div({
|
|
15
|
+
paddingTop: "var(--ds-space-200, 16px)"
|
|
16
|
+
});
|
|
@@ -59,7 +59,7 @@ export const HelpArticle = ({
|
|
|
59
59
|
analyticsEvent.payload.attributes = {
|
|
60
60
|
componentName: 'Article',
|
|
61
61
|
packageName: "@atlaskit/help",
|
|
62
|
-
packageVersion: "7.2.
|
|
62
|
+
packageVersion: "7.2.26"
|
|
63
63
|
};
|
|
64
64
|
if (onRelatedArticlesShowMoreClick) {
|
|
65
65
|
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: "7.2.
|
|
16
|
+
packageVersion: "7.2.26"
|
|
17
17
|
};
|
|
18
18
|
export const WhatsNewArticle = ({
|
|
19
19
|
intl: {
|
|
@@ -2,45 +2,44 @@
|
|
|
2
2
|
import styled from '@emotion/styled';
|
|
3
3
|
import { fontSize, fontSizeSmall } from '@atlaskit/theme/constants';
|
|
4
4
|
import * as colors from '@atlaskit/theme/colors';
|
|
5
|
-
export const WhatsNewTypeTitle = styled.span
|
|
6
|
-
|
|
7
|
-
color:
|
|
8
|
-
font
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
`;
|
|
5
|
+
export const WhatsNewTypeTitle = styled.span({
|
|
6
|
+
textDecoration: 'none',
|
|
7
|
+
color: `var(--ds-text-subtlest, ${colors.N300})`,
|
|
8
|
+
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
9
|
+
verticalAlign: 'middle',
|
|
10
|
+
paddingLeft: "var(--ds-space-050, 4px)",
|
|
11
|
+
whiteSpace: 'normal',
|
|
12
|
+
overflowX: 'hidden'
|
|
13
|
+
});
|
|
14
|
+
export const WhatsNewIconContainer = styled.div({
|
|
15
|
+
display: 'block',
|
|
16
|
+
paddingBottom: "var(--ds-space-100, 8px)"
|
|
17
|
+
});
|
|
18
|
+
export const WhatsNewTitleText = styled.span({
|
|
19
|
+
textDecoration: 'none',
|
|
20
|
+
color: `var(--ds-text, ${colors.N800})`,
|
|
21
|
+
fontSize: `${fontSize()}px`,
|
|
22
|
+
fontWeight: 600,
|
|
23
|
+
whiteSpace: 'normal',
|
|
24
|
+
overflowX: 'hidden',
|
|
25
|
+
paddingBottom: "var(--ds-space-100, 8px)",
|
|
26
|
+
display: 'block'
|
|
27
|
+
});
|
|
28
|
+
export const WhatsNewRelatedLinksTitleText = styled.span({
|
|
29
|
+
textDecoration: 'none',
|
|
30
|
+
color: `var(--ds-text, ${colors.N800})`,
|
|
31
|
+
fontSize: `${fontSizeSmall()}px`,
|
|
32
|
+
fontWeight: 600,
|
|
33
|
+
whiteSpace: 'normal',
|
|
34
|
+
overflowX: 'hidden',
|
|
35
|
+
paddingBottom: "var(--ds-space-100, 8px)",
|
|
36
|
+
display: 'block'
|
|
37
|
+
});
|
|
38
|
+
export const RelatedLinkContainer = styled.div({
|
|
39
|
+
marginBottom: "var(--ds-space-100, 8px)"
|
|
40
|
+
});
|
|
41
|
+
export const ExternalLinkIconContainer = styled.div({
|
|
42
|
+
display: 'inline-block',
|
|
43
|
+
verticalAlign: 'middle',
|
|
44
|
+
paddingLeft: "var(--ds-space-050, 4px)"
|
|
45
|
+
});
|
|
@@ -23,6 +23,7 @@ const transitionStyles = {
|
|
|
23
23
|
}
|
|
24
24
|
};
|
|
25
25
|
export const Article = () => {
|
|
26
|
+
var _history$length;
|
|
26
27
|
const {
|
|
27
28
|
view,
|
|
28
29
|
articleId,
|
|
@@ -34,7 +35,7 @@ export const Article = () => {
|
|
|
34
35
|
const {
|
|
35
36
|
onHelpArticleLoadingFailTryAgainButtonClick
|
|
36
37
|
} = useHelpArticleContext();
|
|
37
|
-
const [skipArticleSlideInAnimation, setSkipArticleSlideInAnimation] = useState((articleId === null || articleId === void 0 ? void 0 : articleId.id) !== '' || (history ? history.length :
|
|
38
|
+
const [skipArticleSlideInAnimation, setSkipArticleSlideInAnimation] = useState((articleId === null || articleId === void 0 ? void 0 : articleId.id) !== '' || ((_history$length = history === null || history === void 0 ? void 0 : history.length) !== null && _history$length !== void 0 ? _history$length : 0) > 0);
|
|
38
39
|
const [showArticle, setShowArticle] = useState(skipArticleSlideInAnimation);
|
|
39
40
|
const currentArticleValue = getCurrentArticle();
|
|
40
41
|
const [currentArticle, setCurrentArticle] = useState(currentArticleValue);
|
|
@@ -7,7 +7,7 @@ import { ArticlesListItemWrapper, ArticlesListItemContainer, ArticlesListItemTit
|
|
|
7
7
|
const ANALYTICS_CONTEXT_DATA = {
|
|
8
8
|
componentName: 'ArticlesListItem',
|
|
9
9
|
packageName: "@atlaskit/help",
|
|
10
|
-
packageVersion: "7.2.
|
|
10
|
+
packageVersion: "7.2.26"
|
|
11
11
|
};
|
|
12
12
|
export const ArticlesListItem = ({
|
|
13
13
|
styles,
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import styled from '@emotion/styled';
|
|
3
|
-
import { fontSize } from '@atlaskit/theme/constants';
|
|
4
3
|
import * as colors from '@atlaskit/theme/colors';
|
|
5
4
|
export const ArticlesListItemWrapper = styled.a({
|
|
6
5
|
position: 'relative',
|
|
@@ -32,9 +31,8 @@ export const ArticlesListItemContainer = styled.div({
|
|
|
32
31
|
whiteSpace: 'nowrap'
|
|
33
32
|
});
|
|
34
33
|
export const ArticlesListItemTypeTitle = styled.div({
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
lineHeight: "var(--ds-font-lineHeight-100, 16px)",
|
|
34
|
+
font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
35
|
+
fontWeight: "var(--ds-font-weight-bold, bold)",
|
|
38
36
|
color: `var(--ds-text-subtlest, ${colors.N200})`,
|
|
39
37
|
paddingBottom: "var(--ds-space-050, 4px)"
|
|
40
38
|
});
|
|
@@ -46,17 +44,15 @@ export const ArticlesListItemLinkIcon = styled.span({
|
|
|
46
44
|
export const ArticlesListItemTitleText = styled.span({
|
|
47
45
|
textDecoration: 'none',
|
|
48
46
|
color: `var(--ds-text, ${colors.N800})`,
|
|
49
|
-
|
|
50
|
-
fontWeight: 600,
|
|
47
|
+
font: "var(--ds-font-heading-xsmall, normal 600 14px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
51
48
|
display: 'inline-block',
|
|
52
|
-
lineHeight: "var(--ds-font-lineHeight-200, 20px)",
|
|
53
49
|
whiteSpace: 'normal',
|
|
54
50
|
overflowX: 'hidden',
|
|
55
51
|
marginBottom: "var(--ds-space-100, 8px)"
|
|
56
52
|
});
|
|
57
53
|
export const ArticlesListItemDescription = styled.p({
|
|
58
54
|
display: 'block',
|
|
59
|
-
lineHeight:
|
|
55
|
+
lineHeight: '20px',
|
|
60
56
|
color: `var(--ds-text-subtle, ${colors.N400})`,
|
|
61
57
|
margin: 0
|
|
62
58
|
});
|
|
@@ -7,7 +7,7 @@ import { HelpContentButtonContainer, HelpContentButtonIcon, HelpContentButtonTex
|
|
|
7
7
|
const analitycsContextData = {
|
|
8
8
|
componentName: 'HelpContentButton',
|
|
9
9
|
packageName: "@atlaskit/help",
|
|
10
|
-
packageVersion: "7.2.
|
|
10
|
+
packageVersion: "7.2.26"
|
|
11
11
|
};
|
|
12
12
|
const HelpContentButton = ({
|
|
13
13
|
id = '',
|
|
@@ -15,7 +15,7 @@ import useCancellablePromise from '../../util/hooks/cancellablePromise';
|
|
|
15
15
|
import { usePrevious } from '../../util/hooks/previous';
|
|
16
16
|
import { jsx } from '@emotion/react';
|
|
17
17
|
const packageName = "@atlaskit/help";
|
|
18
|
-
const packageVersion = "7.2.
|
|
18
|
+
const packageVersion = "7.2.26";
|
|
19
19
|
export const RelatedArticles = ({
|
|
20
20
|
style = 'primary',
|
|
21
21
|
routeGroup,
|
|
@@ -17,7 +17,7 @@ import { SearchInputContainer, SearchIconContainer, CloseButtonAndSpinnerContain
|
|
|
17
17
|
const ANALYTICS_CONTEXT_DATA = {
|
|
18
18
|
componentName: 'searchInput',
|
|
19
19
|
packageName: "@atlaskit/help",
|
|
20
|
-
packageVersion: "7.2.
|
|
20
|
+
packageVersion: "7.2.26"
|
|
21
21
|
};
|
|
22
22
|
export const SearchInput = ({
|
|
23
23
|
intl: {
|
|
@@ -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: "7.2.
|
|
14
|
+
packageVersion: "7.2.26"
|
|
15
15
|
};
|
|
16
16
|
export const WhatsNewButton = ({
|
|
17
17
|
productName,
|