@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 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
@@ -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.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.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.0"
67
+ packageVersion: "6.0.2"
68
68
  }
69
69
  }, /*#__PURE__*/_react.default.createElement(CloseButton, props));
70
70
  };
@@ -5,5 +5,5 @@ export const createAndFire = x.createAndFireEvent('atlaskit');
5
5
  export const defaultAnalyticsAttributes = {
6
6
  componentName: 'helpPanel',
7
7
  packageName: "@atlaskit/help-layout",
8
- packageVersion: "6.0.0"
8
+ packageVersion: "6.0.2"
9
9
  };
@@ -50,7 +50,7 @@ const BackButtonWithContext = props => {
50
50
  data: {
51
51
  componentName: 'backButton',
52
52
  packageName: "@atlaskit/help-layout",
53
- packageVersion: "6.0.0"
53
+ packageVersion: "6.0.2"
54
54
  }
55
55
  }, /*#__PURE__*/React.createElement(BackButton, props));
56
56
  };
@@ -61,7 +61,7 @@ const CloseButtonWithContext = props => {
61
61
  data: {
62
62
  componentName: 'closeButton',
63
63
  packageName: "@atlaskit/help-layout",
64
- packageVersion: "6.0.0"
64
+ packageVersion: "6.0.2"
65
65
  }
66
66
  }, /*#__PURE__*/React.createElement(CloseButton, props));
67
67
  };
@@ -5,5 +5,5 @@ export var createAndFire = x.createAndFireEvent('atlaskit');
5
5
  export var defaultAnalyticsAttributes = {
6
6
  componentName: 'helpPanel',
7
7
  packageName: "@atlaskit/help-layout",
8
- packageVersion: "6.0.0"
8
+ packageVersion: "6.0.2"
9
9
  };
@@ -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.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.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.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",