@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.
- package/CHANGELOG.md +12 -0
- package/analytics/package.json +2 -2
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/components/HelpLayout.d.ts +1 -1
- package/dist/types/components/styled.d.ts +1 -1
- package/dist/types/util/i18n-util.d.ts +3 -3
- package/dist/{types-ts4.0 → types-ts4.5}/components/HelpLayout.d.ts +1 -1
- package/dist/{types-ts4.0 → types-ts4.5}/components/styled.d.ts +1 -1
- package/dist/{types-ts4.0 → types-ts4.5}/util/i18n-util.d.ts +3 -3
- package/messages/package.json +2 -2
- package/package.json +11 -3
- /package/dist/{types-ts4.0 → types-ts4.5}/analytics.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/components/Header/BackButton.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/components/Header/CloseButton.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/components/Header/index.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/components/Header/styled.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/components/HelpLayoutContent.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/components/MessagesIntlProvider.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/components/constants.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/cs.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/da.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/de.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/en.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/en_GB.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/es.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/et.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/fi.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/fr.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/hu.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/index.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/is.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/it.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/ja.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/ko.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/languages.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/nb.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/nl.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/pl.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/pt_BR.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/pt_PT.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/ro.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/ru.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/sk.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/sv.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/i18n/zh.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/index.d.ts +0 -0
- /package/dist/{types-ts4.0 → types-ts4.5}/messages.d.ts +0 -0
- /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
|
package/analytics/package.json
CHANGED
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
|
@@ -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
|
|
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
|
-
|
|
11
|
+
type LoadingRectangleProps = {
|
|
12
12
|
contentWidth?: string;
|
|
13
13
|
contentHeight?: string;
|
|
14
14
|
marginTop?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
|
|
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
|
|
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
|
-
|
|
11
|
+
type LoadingRectangleProps = {
|
|
12
12
|
contentWidth?: string;
|
|
13
13
|
contentHeight?: string;
|
|
14
14
|
marginTop?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
|
|
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
|
/**
|
package/messages/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/help-layout",
|
|
3
|
-
"version": "4.2.
|
|
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.
|
|
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.
|
|
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
|
|
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
|