@atlaskit/help-layout 6.3.23 → 6.3.25
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/afm-jira/tsconfig.json +1 -1
- package/docs/0-intro.tsx +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/afm-jira/tsconfig.json
CHANGED
package/docs/0-intro.tsx
CHANGED
|
@@ -3,7 +3,7 @@ import { md, code, Props, AtlassianInternalWarning } from '@atlaskit/docs';
|
|
|
3
3
|
|
|
4
4
|
const helpPanelProps = require('!!extract-react-types-loader!../src/components/HelpLayout');
|
|
5
5
|
|
|
6
|
-
const
|
|
6
|
+
const intro: React.ReactElement = md`
|
|
7
7
|
${(<AtlassianInternalWarning />)}
|
|
8
8
|
|
|
9
9
|
## Usage
|
|
@@ -60,4 +60,4 @@ export default Example;
|
|
|
60
60
|
|
|
61
61
|
${(<Props props={helpPanelProps} />)}
|
|
62
62
|
`;
|
|
63
|
-
export default
|
|
63
|
+
export default intro;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/help-layout",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.25",
|
|
4
4
|
"description": "Layout for the atlaskit/help component.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
35
35
|
"@atlaskit/button": "^23.6.0",
|
|
36
|
-
"@atlaskit/css": "^0.
|
|
36
|
+
"@atlaskit/css": "^0.17.0",
|
|
37
37
|
"@atlaskit/heading": "^5.2.0",
|
|
38
38
|
"@atlaskit/icon": "^29.0.0",
|
|
39
|
-
"@atlaskit/primitives": "^16.
|
|
39
|
+
"@atlaskit/primitives": "^16.3.0",
|
|
40
40
|
"@atlaskit/theme": "^21.0.0",
|
|
41
|
-
"@atlaskit/tokens": "^8.
|
|
42
|
-
"@atlaskit/tooltip": "^20.
|
|
41
|
+
"@atlaskit/tokens": "^8.3.0",
|
|
42
|
+
"@atlaskit/tooltip": "^20.10.0",
|
|
43
43
|
"@babel/runtime": "^7.0.0",
|
|
44
44
|
"@compiled/react": "^0.18.6",
|
|
45
45
|
"react-transition-group": "^4.4.1"
|