@atlaskit/help-layout 4.2.1 → 4.2.3

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.
Files changed (50) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/analytics/package.json +2 -2
  3. package/dist/cjs/version.json +1 -1
  4. package/dist/es2019/version.json +1 -1
  5. package/dist/esm/version.json +1 -1
  6. package/dist/types/components/HelpLayout.d.ts +1 -1
  7. package/dist/types/components/styled.d.ts +1 -1
  8. package/dist/types/util/i18n-util.d.ts +3 -3
  9. package/dist/{types-ts4.0 → types-ts4.5}/components/HelpLayout.d.ts +1 -1
  10. package/dist/{types-ts4.0 → types-ts4.5}/components/styled.d.ts +1 -1
  11. package/dist/{types-ts4.0 → types-ts4.5}/util/i18n-util.d.ts +3 -3
  12. package/messages/package.json +2 -2
  13. package/package.json +11 -3
  14. /package/dist/{types-ts4.0 → types-ts4.5}/analytics.d.ts +0 -0
  15. /package/dist/{types-ts4.0 → types-ts4.5}/components/Header/BackButton.d.ts +0 -0
  16. /package/dist/{types-ts4.0 → types-ts4.5}/components/Header/CloseButton.d.ts +0 -0
  17. /package/dist/{types-ts4.0 → types-ts4.5}/components/Header/index.d.ts +0 -0
  18. /package/dist/{types-ts4.0 → types-ts4.5}/components/Header/styled.d.ts +0 -0
  19. /package/dist/{types-ts4.0 → types-ts4.5}/components/HelpLayoutContent.d.ts +0 -0
  20. /package/dist/{types-ts4.0 → types-ts4.5}/components/MessagesIntlProvider.d.ts +0 -0
  21. /package/dist/{types-ts4.0 → types-ts4.5}/components/constants.d.ts +0 -0
  22. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/cs.d.ts +0 -0
  23. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/da.d.ts +0 -0
  24. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/de.d.ts +0 -0
  25. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/en.d.ts +0 -0
  26. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/en_GB.d.ts +0 -0
  27. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/es.d.ts +0 -0
  28. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/et.d.ts +0 -0
  29. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/fi.d.ts +0 -0
  30. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/fr.d.ts +0 -0
  31. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/hu.d.ts +0 -0
  32. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/index.d.ts +0 -0
  33. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/is.d.ts +0 -0
  34. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/it.d.ts +0 -0
  35. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/ja.d.ts +0 -0
  36. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/ko.d.ts +0 -0
  37. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/languages.d.ts +0 -0
  38. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/nb.d.ts +0 -0
  39. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/nl.d.ts +0 -0
  40. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/pl.d.ts +0 -0
  41. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/pt_BR.d.ts +0 -0
  42. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/pt_PT.d.ts +0 -0
  43. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/ro.d.ts +0 -0
  44. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/ru.d.ts +0 -0
  45. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/sk.d.ts +0 -0
  46. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/sv.d.ts +0 -0
  47. /package/dist/{types-ts4.0 → types-ts4.5}/i18n/zh.d.ts +0 -0
  48. /package/dist/{types-ts4.0 → types-ts4.5}/index.d.ts +0 -0
  49. /package/dist/{types-ts4.0 → types-ts4.5}/messages.d.ts +0 -0
  50. /package/dist/{types-ts4.0 → types-ts4.5}/model/HelpLayout.d.ts +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/help-layout
2
2
 
3
+ ## 4.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
8
+
9
+ ## 4.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
14
+
3
15
  ## 4.2.1
4
16
 
5
17
  ### Patch Changes
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/analytics.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/analytics.d.ts"
11
+ "../dist/types-ts4.5/analytics.d.ts"
12
12
  ]
13
13
  }
14
14
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help-layout",
3
- "version": "4.2.1",
3
+ "version": "4.2.3",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help-layout",
3
- "version": "4.2.1",
3
+ "version": "4.2.3",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/help-layout",
3
- "version": "4.2.1",
3
+ "version": "4.2.3",
4
4
  "sideEffects": false
5
5
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
3
3
  import { HelpLayout as HelpLayoutProps } from '../model/HelpLayout';
4
- export declare type Props = HelpLayoutProps & WithAnalyticsEventsProps;
4
+ export type Props = HelpLayoutProps & WithAnalyticsEventsProps;
5
5
  export declare class HelpLayout extends React.PureComponent<Props> {
6
6
  render(): JSX.Element;
7
7
  }
@@ -8,7 +8,7 @@ export declare const HelpFooter: import("@emotion/styled-base").StyledComponent<
8
8
  * Loading
9
9
  */
10
10
  export declare const LoadingContainer: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
11
- declare type LoadingRectangleProps = {
11
+ type LoadingRectangleProps = {
12
12
  contentWidth?: string;
13
13
  contentHeight?: string;
14
14
  marginTop?: string;
@@ -1,6 +1,6 @@
1
- declare type LanguageCode = 'zh' | 'cs' | 'da' | 'nl' | 'en' | 'en_GB' | 'et' | 'fi' | 'fr' | 'de' | 'hu' | 'is' | 'it' | 'ja' | 'ko' | 'nb' | 'pl' | 'pt_BR' | 'pt_PT' | 'ro' | 'ru' | 'sk' | 'es' | 'sv';
2
- export declare type LangCode = LanguageCode | 'pt-BR' | 'pt-PT';
3
- declare type LocaleMessages = {
1
+ type LanguageCode = 'zh' | 'cs' | 'da' | 'nl' | 'en' | 'en_GB' | 'et' | 'fi' | 'fr' | 'de' | 'hu' | 'is' | 'it' | 'ja' | 'ko' | 'nb' | 'pl' | 'pt_BR' | 'pt_PT' | 'ro' | 'ru' | 'sk' | 'es' | 'sv';
2
+ export type LangCode = LanguageCode | 'pt-BR' | 'pt-PT';
3
+ type LocaleMessages = {
4
4
  [key: string]: string;
5
5
  };
6
6
  /**
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
3
3
  import { HelpLayout as HelpLayoutProps } from '../model/HelpLayout';
4
- export declare type Props = HelpLayoutProps & WithAnalyticsEventsProps;
4
+ export type Props = HelpLayoutProps & WithAnalyticsEventsProps;
5
5
  export declare class HelpLayout extends React.PureComponent<Props> {
6
6
  render(): JSX.Element;
7
7
  }
@@ -8,7 +8,7 @@ export declare const HelpFooter: import("@emotion/styled-base").StyledComponent<
8
8
  * Loading
9
9
  */
10
10
  export declare const LoadingContainer: import("@emotion/styled-base").StyledComponent<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, keyof import("react").HTMLAttributes<HTMLDivElement>>, object>;
11
- declare type LoadingRectangleProps = {
11
+ type LoadingRectangleProps = {
12
12
  contentWidth?: string;
13
13
  contentHeight?: string;
14
14
  marginTop?: string;
@@ -1,6 +1,6 @@
1
- declare type LanguageCode = 'zh' | 'cs' | 'da' | 'nl' | 'en' | 'en_GB' | 'et' | 'fi' | 'fr' | 'de' | 'hu' | 'is' | 'it' | 'ja' | 'ko' | 'nb' | 'pl' | 'pt_BR' | 'pt_PT' | 'ro' | 'ru' | 'sk' | 'es' | 'sv';
2
- export declare type LangCode = LanguageCode | 'pt-BR' | 'pt-PT';
3
- declare type LocaleMessages = {
1
+ type LanguageCode = 'zh' | 'cs' | 'da' | 'nl' | 'en' | 'en_GB' | 'et' | 'fi' | 'fr' | 'de' | 'hu' | 'is' | 'it' | 'ja' | 'ko' | 'nb' | 'pl' | 'pt_BR' | 'pt_PT' | 'ro' | 'ru' | 'sk' | 'es' | 'sv';
2
+ export type LangCode = LanguageCode | 'pt-BR' | 'pt-PT';
3
+ type LocaleMessages = {
4
4
  [key: string]: string;
5
5
  };
6
6
  /**
@@ -6,9 +6,9 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/messages.d.ts",
8
8
  "typesVersions": {
9
- ">=4.0 <4.5": {
9
+ ">=4.5 <4.9": {
10
10
  "*": [
11
- "../dist/types-ts4.0/messages.d.ts"
11
+ "../dist/types-ts4.5/messages.d.ts"
12
12
  ]
13
13
  }
14
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help-layout",
3
- "version": "4.2.1",
3
+ "version": "4.2.3",
4
4
  "description": "Layout for the atlaskit/help component.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -12,6 +12,14 @@
12
12
  "module": "dist/esm/index.js",
13
13
  "module:es2019": "dist/es2019/index.js",
14
14
  "types": "dist/types/index.d.ts",
15
+ "typesVersions": {
16
+ ">=4.5 <4.9": {
17
+ "*": [
18
+ "dist/types-ts4.5/*",
19
+ "dist/types-ts4.5/index.d.ts"
20
+ ]
21
+ }
22
+ },
15
23
  "sideEffects": false,
16
24
  "atlaskit:src": "src/index.ts",
17
25
  "atlassian": {
@@ -28,7 +36,7 @@
28
36
  "@atlaskit/button": "^16.7.0",
29
37
  "@atlaskit/icon": "^21.12.0",
30
38
  "@atlaskit/theme": "^12.5.0",
31
- "@atlaskit/tokens": "^1.3.0",
39
+ "@atlaskit/tokens": "^1.4.0",
32
40
  "@atlaskit/tooltip": "^17.8.0",
33
41
  "@babel/runtime": "^7.0.0",
34
42
  "@emotion/core": "^10.0.9",
@@ -50,7 +58,7 @@
50
58
  "algoliasearch": "^3.35.1",
51
59
  "enzyme": "^3.10.0",
52
60
  "react-test-renderer": "^16.8.0",
53
- "typescript": "4.5.5"
61
+ "typescript": "~4.9.5"
54
62
  },
55
63
  "keywords": [
56
64
  "atlaskit",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes