@atlaskit/help 7.1.17 → 7.1.19
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 +12 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +6 -6
- package/report.api.md +16 -0
package/CHANGELOG.md
CHANGED
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
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.19",
|
|
4
4
|
"description": "A cross-product help component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@atlaskit/analytics": "^8.0.0",
|
|
30
30
|
"@atlaskit/analytics-next": "^8.0.0",
|
|
31
|
-
"@atlaskit/button": "^16.
|
|
31
|
+
"@atlaskit/button": "^16.5.0",
|
|
32
32
|
"@atlaskit/checkbox": "^12.4.0",
|
|
33
|
-
"@atlaskit/form": "^8.
|
|
33
|
+
"@atlaskit/form": "^8.8.0",
|
|
34
34
|
"@atlaskit/help-article": "^4.0.0",
|
|
35
35
|
"@atlaskit/help-layout": "^4.1.0",
|
|
36
36
|
"@atlaskit/icon": "^21.11.0",
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"@atlaskit/notification-log-client": "^6.0.0",
|
|
39
39
|
"@atlaskit/radio": "^5.4.0",
|
|
40
40
|
"@atlaskit/section-message": "^6.3.0",
|
|
41
|
-
"@atlaskit/select": "^
|
|
42
|
-
"@atlaskit/spinner": "^15.
|
|
41
|
+
"@atlaskit/select": "^16.0.0",
|
|
42
|
+
"@atlaskit/spinner": "^15.3.0",
|
|
43
43
|
"@atlaskit/textarea": "^4.5.0",
|
|
44
44
|
"@atlaskit/textfield": "^5.3.0",
|
|
45
45
|
"@atlaskit/theme": "^12.2.0",
|
|
46
|
-
"@atlaskit/tokens": "^0.
|
|
46
|
+
"@atlaskit/tokens": "^0.11.0",
|
|
47
47
|
"@atlaskit/tooltip": "^17.6.0",
|
|
48
48
|
"@babel/runtime": "^7.0.0",
|
|
49
49
|
"@emotion/core": "^10.0.9",
|
package/report.api.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
### Table of contents
|
|
9
9
|
|
|
10
10
|
- [Main Entry Types](#main-entry-types)
|
|
11
|
+
- [Peer Dependencies](#peer-dependencies)
|
|
11
12
|
|
|
12
13
|
### Main Entry Types
|
|
13
14
|
|
|
@@ -419,3 +420,18 @@ interface whatsNewSearchResult {
|
|
|
419
420
|
```
|
|
420
421
|
|
|
421
422
|
<!--SECTION END: Main Entry Types-->
|
|
423
|
+
|
|
424
|
+
### Peer Dependencies
|
|
425
|
+
|
|
426
|
+
<!--SECTION START: Peer Dependencies-->
|
|
427
|
+
|
|
428
|
+
```json
|
|
429
|
+
{
|
|
430
|
+
"react": "^16.8.0",
|
|
431
|
+
"react-dom": "^16.8.0",
|
|
432
|
+
"react-intl-next": "npm:react-intl@^5.18.1",
|
|
433
|
+
"styled-components": "^3.2.6"
|
|
434
|
+
}
|
|
435
|
+
```
|
|
436
|
+
|
|
437
|
+
<!--SECTION END: Peer Dependencies-->
|