@atlaskit/help-layout 6.0.0 → 6.0.2
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 +16 -0
- package/dist/cjs/analytics.js +1 -1
- package/dist/cjs/components/Header/BackButton.js +1 -1
- package/dist/cjs/components/Header/CloseButton.js +1 -1
- package/dist/es2019/analytics.js +1 -1
- package/dist/es2019/components/Header/BackButton.js +1 -1
- package/dist/es2019/components/Header/CloseButton.js +1 -1
- package/dist/esm/analytics.js +1 -1
- package/dist/esm/components/Header/BackButton.js +1 -1
- package/dist/esm/components/Header/CloseButton.js +1 -1
- package/dist/types/components/styled.d.ts +1 -1
- package/dist/types-ts4.5/components/styled.d.ts +1 -1
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/help-layout
|
|
2
2
|
|
|
3
|
+
## 6.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#144736](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/144736)
|
|
8
|
+
[`ff74b78729adb`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ff74b78729adb) -
|
|
9
|
+
Internal change to move to Compiled CSS-in-JS styling.
|
|
10
|
+
|
|
11
|
+
## 6.0.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#143181](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/143181)
|
|
16
|
+
[`7f74322e75b83`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7f74322e75b83) -
|
|
17
|
+
Removed `styled-components` from peer dependencies.
|
|
18
|
+
|
|
3
19
|
## 6.0.0
|
|
4
20
|
|
|
5
21
|
### Major Changes
|
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: 'helpPanel',
|
|
16
16
|
packageName: "@atlaskit/help-layout",
|
|
17
|
-
packageVersion: "6.0.
|
|
17
|
+
packageVersion: "6.0.2"
|
|
18
18
|
};
|
|
@@ -56,7 +56,7 @@ var BackButtonWithContext = function BackButtonWithContext(props) {
|
|
|
56
56
|
data: {
|
|
57
57
|
componentName: 'backButton',
|
|
58
58
|
packageName: "@atlaskit/help-layout",
|
|
59
|
-
packageVersion: "6.0.
|
|
59
|
+
packageVersion: "6.0.2"
|
|
60
60
|
}
|
|
61
61
|
}, /*#__PURE__*/_react.default.createElement(BackButton, props));
|
|
62
62
|
};
|
|
@@ -64,7 +64,7 @@ var CloseButtonWithContext = function CloseButtonWithContext(props) {
|
|
|
64
64
|
data: {
|
|
65
65
|
componentName: 'closeButton',
|
|
66
66
|
packageName: "@atlaskit/help-layout",
|
|
67
|
-
packageVersion: "6.0.
|
|
67
|
+
packageVersion: "6.0.2"
|
|
68
68
|
}
|
|
69
69
|
}, /*#__PURE__*/_react.default.createElement(CloseButton, props));
|
|
70
70
|
};
|
package/dist/es2019/analytics.js
CHANGED
package/dist/esm/analytics.js
CHANGED
|
@@ -49,7 +49,7 @@ var BackButtonWithContext = function BackButtonWithContext(props) {
|
|
|
49
49
|
data: {
|
|
50
50
|
componentName: 'backButton',
|
|
51
51
|
packageName: "@atlaskit/help-layout",
|
|
52
|
-
packageVersion: "6.0.
|
|
52
|
+
packageVersion: "6.0.2"
|
|
53
53
|
}
|
|
54
54
|
}, /*#__PURE__*/React.createElement(BackButton, props));
|
|
55
55
|
};
|
|
@@ -57,7 +57,7 @@ var CloseButtonWithContext = function CloseButtonWithContext(props) {
|
|
|
57
57
|
data: {
|
|
58
58
|
componentName: 'closeButton',
|
|
59
59
|
packageName: "@atlaskit/help-layout",
|
|
60
|
-
packageVersion: "6.0.
|
|
60
|
+
packageVersion: "6.0.2"
|
|
61
61
|
}
|
|
62
62
|
}, /*#__PURE__*/React.createElement(CloseButton, props));
|
|
63
63
|
};
|
|
@@ -9,7 +9,7 @@ export declare const Container: ({ children }: {
|
|
|
9
9
|
export declare const Section: ({ children }: {
|
|
10
10
|
children: React.ReactNode;
|
|
11
11
|
}) => JSX.Element;
|
|
12
|
-
export declare const HelpFooter: ({ dataTestId, children }: {
|
|
12
|
+
export declare const HelpFooter: ({ dataTestId, children, }: {
|
|
13
13
|
dataTestId: string;
|
|
14
14
|
children: React.ReactNode;
|
|
15
15
|
}) => JSX.Element;
|
|
@@ -9,7 +9,7 @@ export declare const Container: ({ children }: {
|
|
|
9
9
|
export declare const Section: ({ children }: {
|
|
10
10
|
children: React.ReactNode;
|
|
11
11
|
}) => JSX.Element;
|
|
12
|
-
export declare const HelpFooter: ({ dataTestId, children }: {
|
|
12
|
+
export declare const HelpFooter: ({ dataTestId, children, }: {
|
|
13
13
|
dataTestId: string;
|
|
14
14
|
children: React.ReactNode;
|
|
15
15
|
}) => JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/help-layout",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"description": "Layout for the atlaskit/help component.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -45,8 +45,7 @@
|
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"react": "^18.2.0",
|
|
47
47
|
"react-dom": "^18.2.0",
|
|
48
|
-
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
49
|
-
"styled-components": "^3.2.6"
|
|
48
|
+
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
50
49
|
},
|
|
51
50
|
"devDependencies": {
|
|
52
51
|
"@atlaskit/navigation": "^37.0.0",
|