@atlaskit/help-layout 4.2.16 → 4.2.17

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,11 @@
1
1
  # @atlaskit/help-layout
2
2
 
3
+ ## 4.2.17
4
+
5
+ ### Patch Changes
6
+
7
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
8
+
3
9
  ## 4.2.16
4
10
 
5
11
  ### Patch Changes
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/analytics.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/analytics.d.ts"
12
12
  ]
@@ -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: "4.2.16"
17
+ packageVersion: "4.2.17"
18
18
  };
@@ -75,7 +75,7 @@ var BackButtonWithContext = function BackButtonWithContext(props) {
75
75
  data: {
76
76
  componentName: 'backButton',
77
77
  packageName: "@atlaskit/help-layout",
78
- packageVersion: "4.2.16"
78
+ packageVersion: "4.2.17"
79
79
  }
80
80
  }, /*#__PURE__*/_react.default.createElement(BackButton, props));
81
81
  };
@@ -50,7 +50,7 @@ var CloseButtonWithContext = function CloseButtonWithContext(props) {
50
50
  data: {
51
51
  componentName: 'closeButton',
52
52
  packageName: "@atlaskit/help-layout",
53
- packageVersion: "4.2.16"
53
+ packageVersion: "4.2.17"
54
54
  }
55
55
  }, /*#__PURE__*/_react.default.createElement(CloseButton, props));
56
56
  };
@@ -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: "4.2.16"
8
+ packageVersion: "4.2.17"
9
9
  };
@@ -69,7 +69,7 @@ const BackButtonWithContext = props => {
69
69
  data: {
70
70
  componentName: 'backButton',
71
71
  packageName: "@atlaskit/help-layout",
72
- packageVersion: "4.2.16"
72
+ packageVersion: "4.2.17"
73
73
  }
74
74
  }, /*#__PURE__*/React.createElement(BackButton, props));
75
75
  };
@@ -47,7 +47,7 @@ const CloseButtonWithContext = props => {
47
47
  data: {
48
48
  componentName: 'closeButton',
49
49
  packageName: "@atlaskit/help-layout",
50
- packageVersion: "4.2.16"
50
+ packageVersion: "4.2.17"
51
51
  }
52
52
  }, /*#__PURE__*/React.createElement(CloseButton, props));
53
53
  };
@@ -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: "4.2.16"
8
+ packageVersion: "4.2.17"
9
9
  };
@@ -68,7 +68,7 @@ var BackButtonWithContext = function BackButtonWithContext(props) {
68
68
  data: {
69
69
  componentName: 'backButton',
70
70
  packageName: "@atlaskit/help-layout",
71
- packageVersion: "4.2.16"
71
+ packageVersion: "4.2.17"
72
72
  }
73
73
  }, /*#__PURE__*/React.createElement(BackButton, props));
74
74
  };
@@ -43,7 +43,7 @@ var CloseButtonWithContext = function CloseButtonWithContext(props) {
43
43
  data: {
44
44
  componentName: 'closeButton',
45
45
  packageName: "@atlaskit/help-layout",
46
- packageVersion: "4.2.16"
46
+ packageVersion: "4.2.17"
47
47
  }
48
48
  }, /*#__PURE__*/React.createElement(CloseButton, props));
49
49
  };
@@ -6,7 +6,7 @@ interface Props {
6
6
  isVisible?: boolean;
7
7
  }
8
8
  export declare const BackButton: React.FC<Props & WrappedComponentProps>;
9
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
10
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
9
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
10
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
11
11
  };
12
12
  export default _default;
@@ -11,7 +11,7 @@ interface Props {
11
11
  * @param onClick - Function executed when the close btn is clicked
12
12
  */
13
13
  export declare const CloseButton: React.FC<Props & WrappedComponentProps>;
14
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
15
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
14
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
15
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
16
16
  };
17
17
  export default _default;
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import { WrappedComponentProps } from 'react-intl-next';
3
3
  import { HelpPanelHeader } from '../../model/HelpLayout';
4
4
  export declare const HelpContent: React.FC<HelpPanelHeader & WrappedComponentProps>;
5
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<HelpPanelHeader & WrappedComponentProps<"intl">>> & {
6
- WrappedComponent: React.ComponentType<HelpPanelHeader & WrappedComponentProps<"intl">>;
5
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<HelpPanelHeader & WrappedComponentProps>> & {
6
+ WrappedComponent: React.ComponentType<HelpPanelHeader & WrappedComponentProps>;
7
7
  };
8
8
  export default _default;
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import { WrappedComponentProps } from 'react-intl-next';
3
3
  import { HelpLayout } from '../model/HelpLayout';
4
4
  export declare const HelpContent: React.FC<HelpLayout & WrappedComponentProps>;
5
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<HelpLayout & WrappedComponentProps<"intl">>> & {
6
- WrappedComponent: React.ComponentType<HelpLayout & WrappedComponentProps<"intl">>;
5
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<HelpLayout & WrappedComponentProps>> & {
6
+ WrappedComponent: React.ComponentType<HelpLayout & WrappedComponentProps>;
7
7
  };
8
8
  export default _default;
@@ -5,7 +5,7 @@ export interface Props {
5
5
  children: React.ReactNode;
6
6
  }
7
7
  export declare const MessagesIntlProvider: React.FC<Props & WrappedComponentProps>;
8
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
9
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
8
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
9
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
10
10
  };
11
11
  export default _default;
@@ -6,7 +6,7 @@ interface Props {
6
6
  isVisible?: boolean;
7
7
  }
8
8
  export declare const BackButton: React.FC<Props & WrappedComponentProps>;
9
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
10
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
9
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
10
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
11
11
  };
12
12
  export default _default;
@@ -11,7 +11,7 @@ interface Props {
11
11
  * @param onClick - Function executed when the close btn is clicked
12
12
  */
13
13
  export declare const CloseButton: React.FC<Props & WrappedComponentProps>;
14
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
15
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
14
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
15
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
16
16
  };
17
17
  export default _default;
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import { WrappedComponentProps } from 'react-intl-next';
3
3
  import { HelpPanelHeader } from '../../model/HelpLayout';
4
4
  export declare const HelpContent: React.FC<HelpPanelHeader & WrappedComponentProps>;
5
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<HelpPanelHeader & WrappedComponentProps<"intl">>> & {
6
- WrappedComponent: React.ComponentType<HelpPanelHeader & WrappedComponentProps<"intl">>;
5
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<HelpPanelHeader & WrappedComponentProps>> & {
6
+ WrappedComponent: React.ComponentType<HelpPanelHeader & WrappedComponentProps>;
7
7
  };
8
8
  export default _default;
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import { WrappedComponentProps } from 'react-intl-next';
3
3
  import { HelpLayout } from '../model/HelpLayout';
4
4
  export declare const HelpContent: React.FC<HelpLayout & WrappedComponentProps>;
5
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<HelpLayout & WrappedComponentProps<"intl">>> & {
6
- WrappedComponent: React.ComponentType<HelpLayout & WrappedComponentProps<"intl">>;
5
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<HelpLayout & WrappedComponentProps>> & {
6
+ WrappedComponent: React.ComponentType<HelpLayout & WrappedComponentProps>;
7
7
  };
8
8
  export default _default;
@@ -5,7 +5,7 @@ export interface Props {
5
5
  children: React.ReactNode;
6
6
  }
7
7
  export declare const MessagesIntlProvider: React.FC<Props & WrappedComponentProps>;
8
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
9
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
8
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
9
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
10
10
  };
11
11
  export default _default;
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/messages.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/messages.d.ts"
12
12
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help-layout",
3
- "version": "4.2.16",
3
+ "version": "4.2.17",
4
4
  "description": "Layout for the atlaskit/help component.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -37,7 +37,7 @@
37
37
  "@atlaskit/button": "^17.7.0",
38
38
  "@atlaskit/icon": "^22.1.0",
39
39
  "@atlaskit/theme": "^12.6.0",
40
- "@atlaskit/tokens": "^1.41.0",
40
+ "@atlaskit/tokens": "^1.42.0",
41
41
  "@atlaskit/tooltip": "^18.1.0",
42
42
  "@babel/runtime": "^7.0.0",
43
43
  "@emotion/react": "^11.7.1",
@@ -57,7 +57,7 @@
57
57
  "algoliasearch": "^3.35.1",
58
58
  "enzyme": "^3.10.0",
59
59
  "react-test-renderer": "^16.8.0",
60
- "typescript": "~4.9.5"
60
+ "typescript": "~5.4.2"
61
61
  },
62
62
  "keywords": [
63
63
  "atlaskit",
@@ -79,4 +79,4 @@
79
79
  "./analytics": "./src/analytics.ts",
80
80
  "./messages": "./src/messages.ts"
81
81
  }
82
- }
82
+ }