@atlaskit/give-kudos 0.8.0 → 0.8.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
@@ -1,5 +1,11 @@
1
1
  # @atlassian/give-kudos
2
2
 
3
+ ## 0.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 0.8.0
4
10
 
5
11
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/give-kudos",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/give-kudos",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/give-kudos",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/give-kudos",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Give Kudos experience ",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -20,13 +20,6 @@
20
20
  "module": "dist/esm/index.js",
21
21
  "module:es2019": "dist/es2019/index.js",
22
22
  "types": "dist/types/index.d.ts",
23
- "typesVersions": {
24
- ">=4.0 <4.5": {
25
- "*": [
26
- "dist/types-ts4.0/*"
27
- ]
28
- }
29
- },
30
23
  "sideEffects": false,
31
24
  "atlaskit:src": "src/index.ts",
32
25
  "af:exports": {
@@ -39,13 +32,13 @@
39
32
  },
40
33
  "dependencies": {
41
34
  "@atlaskit/analytics-next": "^8.3.1",
42
- "@atlaskit/button": "^16.3.1",
43
- "@atlaskit/drawer": "^7.3.0",
35
+ "@atlaskit/button": "^16.4.0",
36
+ "@atlaskit/drawer": "^7.4.0",
44
37
  "@atlaskit/icon": "^21.11.0",
45
38
  "@atlaskit/modal-dialog": "^12.4.0",
46
39
  "@atlaskit/portal": "^4.2.8",
47
40
  "@atlaskit/theme": "^12.2.0",
48
- "@atlaskit/tokens": "^0.10.0",
41
+ "@atlaskit/tokens": "^0.11.0",
49
42
  "@babel/runtime": "^7.0.0",
50
43
  "react-intl-next": "npm:react-intl@^5.18.1"
51
44
  },
@@ -57,7 +50,7 @@
57
50
  "@atlaskit/docs": "*",
58
51
  "@atlaskit/flag": "^14.7.0",
59
52
  "@atlaskit/ssr": "*",
60
- "@atlaskit/tokens": "^0.10.0",
53
+ "@atlaskit/tokens": "^0.11.0",
61
54
  "@atlaskit/visual-regression": "*",
62
55
  "@atlaskit/webdriver-runner": "*",
63
56
  "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
package/report.api.md CHANGED
@@ -1,4 +1,4 @@
1
- <!-- API Report Version: 2.2 -->
1
+ <!-- API Report Version: 2.3 -->
2
2
 
3
3
  ## API Report File for "@atlaskit/give-kudos"
4
4
 
@@ -42,9 +42,9 @@ export interface GiveKudosDrawerProps {
42
42
  export const GiveKudosLauncher: (props: GiveKudosDrawerProps) => JSX.Element;
43
43
 
44
44
  // @public (undocumented)
45
- export const GiveKudosLauncherLazy: LazyExoticComponent<(
46
- props: GiveKudosDrawerProps,
47
- ) => JSX.Element>;
45
+ export const GiveKudosLauncherLazy: LazyExoticComponent<
46
+ (props: GiveKudosDrawerProps) => JSX.Element
47
+ >;
48
48
 
49
49
  // @public (undocumented)
50
50
  export interface KudosRecipient {
@@ -1,5 +0,0 @@
1
- export type { KudosRecipient, GiveKudosDrawerProps } from './types';
2
- export { KudosType } from './types';
3
- import GiveKudosLauncher from './ui/GiveKudosLauncher/main';
4
- export { GiveKudosLauncher };
5
- export { GiveKudosLauncherLazy } from './ui/GiveKudosLauncher';
@@ -1,33 +0,0 @@
1
- declare const messages: {
2
- giveKudosButton: {
3
- id: string;
4
- defaultMessage: string;
5
- description: string;
6
- };
7
- kudosCreatedFlag: {
8
- id: string;
9
- defaultMessage: string;
10
- description: string;
11
- };
12
- kudosCreatedDescriptionFlag: {
13
- id: string;
14
- defaultMessage: string;
15
- description: string;
16
- };
17
- unsavedKudosWarning: {
18
- id: string;
19
- defaultMessage: string;
20
- description: string;
21
- };
22
- unsavedKudosWarningCancelButton: {
23
- id: string;
24
- defaultMessage: string;
25
- description: string;
26
- };
27
- unsavedKudosWarningCloseButton: {
28
- id: string;
29
- defaultMessage: string;
30
- description: string;
31
- };
32
- };
33
- export default messages;
@@ -1,18 +0,0 @@
1
- export declare enum KudosType {
2
- INDIVIDUAL = "individual",
3
- TEAM = "team"
4
- }
5
- export interface KudosRecipient {
6
- type: KudosType;
7
- recipientId: string;
8
- }
9
- export interface GiveKudosDrawerProps {
10
- testId?: string;
11
- isOpen: boolean;
12
- onClose: () => void;
13
- analyticsSource: string;
14
- recipient?: KudosRecipient;
15
- teamCentralBaseUrl: string;
16
- cloudId: string;
17
- addFlag?: (flag: any) => void;
18
- }
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const GiveKudosLauncherLazy: import("react").LazyExoticComponent<(props: import("../..").GiveKudosDrawerProps) => JSX.Element>;
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- import { GiveKudosDrawerProps } from '../../types';
3
- declare const GiveKudosLauncher: (props: GiveKudosDrawerProps) => JSX.Element;
4
- export default GiveKudosLauncher;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const SidebarContainer: import("styled-components").StyledComponentClass<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, any, import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>>;