@atlaskit/status 1.1.0 → 1.1.1
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
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
|
@@ -12,4 +12,4 @@ export interface OwnProps {
|
|
|
12
12
|
role?: string;
|
|
13
13
|
}
|
|
14
14
|
export declare type Props = OwnProps & WithAnalyticsEventsProps;
|
|
15
|
-
export declare const Status: React.ForwardRefExoticComponent<
|
|
15
|
+
export declare const Status: React.ForwardRefExoticComponent<Omit<Props, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/status",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Fabric Status React Components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"enzyme-adapter-react-16": "^1.15.1",
|
|
49
49
|
"react": "^16.8.0",
|
|
50
50
|
"react-intl-next": "npm:react-intl@^5.18.1",
|
|
51
|
-
"typescript": "
|
|
51
|
+
"typescript": "4.2.4"
|
|
52
52
|
},
|
|
53
53
|
"keywords": [
|
|
54
54
|
"ui",
|