@atlaskit/help 7.1.12 → 7.1.13
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/messages.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/messages.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/messages.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/dist/cjs/messages.js
CHANGED
|
@@ -125,7 +125,7 @@ var messages = (0, _reactIntlNext.defineMessages)({
|
|
|
125
125
|
},
|
|
126
126
|
help_related_article_endpoint_error_description: {
|
|
127
127
|
id: 'help.related_article.endpoint-error.description',
|
|
128
|
-
defaultMessage: "It's taking us longer than expected to show this content. It's
|
|
128
|
+
defaultMessage: "It's taking us longer than expected to show this content. It's probably a temporary problem.",
|
|
129
129
|
description: 'Body for the message displayed when the related articles fetching fails'
|
|
130
130
|
},
|
|
131
131
|
help_related_article_endpoint_error_button_label: {
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/messages.js
CHANGED
|
@@ -117,7 +117,7 @@ export const messages = defineMessages({
|
|
|
117
117
|
},
|
|
118
118
|
help_related_article_endpoint_error_description: {
|
|
119
119
|
id: 'help.related_article.endpoint-error.description',
|
|
120
|
-
defaultMessage: `It's taking us longer than expected to show this content. It's
|
|
120
|
+
defaultMessage: `It's taking us longer than expected to show this content. It's probably a temporary problem.`,
|
|
121
121
|
description: 'Body for the message displayed when the related articles fetching fails'
|
|
122
122
|
},
|
|
123
123
|
help_related_article_endpoint_error_button_label: {
|
package/dist/es2019/version.json
CHANGED
package/dist/esm/messages.js
CHANGED
|
@@ -117,7 +117,7 @@ export var messages = defineMessages({
|
|
|
117
117
|
},
|
|
118
118
|
help_related_article_endpoint_error_description: {
|
|
119
119
|
id: 'help.related_article.endpoint-error.description',
|
|
120
|
-
defaultMessage: "It's taking us longer than expected to show this content. It's
|
|
120
|
+
defaultMessage: "It's taking us longer than expected to show this content. It's probably a temporary problem.",
|
|
121
121
|
description: 'Body for the message displayed when the related articles fetching fails'
|
|
122
122
|
},
|
|
123
123
|
help_related_article_endpoint_error_button_label: {
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/help",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.13",
|
|
4
4
|
"description": "A cross-product help component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"@atlaskit/icon": "^21.10.0",
|
|
37
37
|
"@atlaskit/notification-indicator": "^9.0.0",
|
|
38
38
|
"@atlaskit/notification-log-client": "^6.0.0",
|
|
39
|
-
"@atlaskit/radio": "^5.
|
|
40
|
-
"@atlaskit/section-message": "^6.
|
|
41
|
-
"@atlaskit/select": "^15.
|
|
39
|
+
"@atlaskit/radio": "^5.4.0",
|
|
40
|
+
"@atlaskit/section-message": "^6.2.0",
|
|
41
|
+
"@atlaskit/select": "^15.7.0",
|
|
42
42
|
"@atlaskit/spinner": "^15.1.0",
|
|
43
43
|
"@atlaskit/textarea": "^4.3.0",
|
|
44
|
-
"@atlaskit/textfield": "^5.
|
|
45
|
-
"@atlaskit/theme": "^12.
|
|
44
|
+
"@atlaskit/textfield": "^5.2.0",
|
|
45
|
+
"@atlaskit/theme": "^12.2.0",
|
|
46
46
|
"@atlaskit/tokens": "^0.10.0",
|
|
47
47
|
"@atlaskit/tooltip": "^17.5.0",
|
|
48
48
|
"@babel/runtime": "^7.0.0",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@atlaskit/docs": "*",
|
|
64
64
|
"@atlaskit/navigation": "^37.0.0",
|
|
65
|
-
"@atlaskit/page": "^12.
|
|
65
|
+
"@atlaskit/page": "^12.2.0",
|
|
66
66
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
67
67
|
"@testing-library/react": "^8.0.1",
|
|
68
68
|
"algoliasearch": "^3.35.1",
|