@atlaskit/give-kudos 0.7.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,17 @@
1
1
  # @atlassian/give-kudos
2
2
 
3
+ ## 0.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.8.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`62d324028bb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62d324028bb) - Set z index for kudos drawer to modal layer
14
+
3
15
  ## 0.7.0
4
16
 
5
17
  ### Minor Changes
@@ -214,6 +214,7 @@ var GiveKudosLauncher = function GiveKudosLauncher(props) {
214
214
  return /*#__PURE__*/_react.default.createElement(_drawer.default, {
215
215
  width: "full",
216
216
  isOpen: props.isOpen,
217
+ zIndex: _constants.layers.modal(),
217
218
  onClose: handleCloseDrawerClicked // eslint-disable-next-line @atlaskit/design-system/no-deprecated-apis
218
219
  ,
219
220
  overrides: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/give-kudos",
3
- "version": "0.7.0",
3
+ "version": "0.8.1",
4
4
  "sideEffects": false
5
5
  }
@@ -165,6 +165,7 @@ const GiveKudosLauncher = props => {
165
165
  return /*#__PURE__*/React.createElement(Drawer, {
166
166
  width: "full",
167
167
  isOpen: props.isOpen,
168
+ zIndex: layers.modal(),
168
169
  onClose: handleCloseDrawerClicked // eslint-disable-next-line @atlaskit/design-system/no-deprecated-apis
169
170
  ,
170
171
  overrides: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/give-kudos",
3
- "version": "0.7.0",
3
+ "version": "0.8.1",
4
4
  "sideEffects": false
5
5
  }
@@ -180,6 +180,7 @@ var GiveKudosLauncher = function GiveKudosLauncher(props) {
180
180
  return /*#__PURE__*/React.createElement(Drawer, {
181
181
  width: "full",
182
182
  isOpen: props.isOpen,
183
+ zIndex: layers.modal(),
183
184
  onClose: handleCloseDrawerClicked // eslint-disable-next-line @atlaskit/design-system/no-deprecated-apis
184
185
  ,
185
186
  overrides: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/give-kudos",
3
- "version": "0.7.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.7.0",
3
+ "version": "0.8.1",
4
4
  "description": "Give Kudos experience ",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,13 +32,13 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@atlaskit/analytics-next": "^8.3.1",
35
- "@atlaskit/button": "^16.3.1",
36
- "@atlaskit/drawer": "^7.2.0",
37
- "@atlaskit/icon": "^21.10.7",
38
- "@atlaskit/modal-dialog": "^12.3.0",
35
+ "@atlaskit/button": "^16.4.0",
36
+ "@atlaskit/drawer": "^7.4.0",
37
+ "@atlaskit/icon": "^21.11.0",
38
+ "@atlaskit/modal-dialog": "^12.4.0",
39
39
  "@atlaskit/portal": "^4.2.8",
40
40
  "@atlaskit/theme": "^12.2.0",
41
- "@atlaskit/tokens": "^0.10.0",
41
+ "@atlaskit/tokens": "^0.11.0",
42
42
  "@babel/runtime": "^7.0.0",
43
43
  "react-intl-next": "npm:react-intl@^5.18.1"
44
44
  },
@@ -50,7 +50,7 @@
50
50
  "@atlaskit/docs": "*",
51
51
  "@atlaskit/flag": "^14.7.0",
52
52
  "@atlaskit/ssr": "*",
53
- "@atlaskit/tokens": "^0.10.0",
53
+ "@atlaskit/tokens": "^0.11.0",
54
54
  "@atlaskit/visual-regression": "*",
55
55
  "@atlaskit/webdriver-runner": "*",
56
56
  "@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
package/report.api.md CHANGED
@@ -1,42 +1,68 @@
1
- ## API Report File for "@atlaskit/give-kudos".
1
+ <!-- API Report Version: 2.3 -->
2
2
 
3
- > Do not edit this file. This report is auto-generated by [API Extractor](https://api-extractor.com/).
3
+ ## API Report File for "@atlaskit/give-kudos"
4
4
 
5
- [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
5
+ > Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/).
6
+ > [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
7
+
8
+ ### Table of contents
9
+
10
+ - [Main Entry Types](#main-entry-types)
11
+
12
+ ### Main Entry Types
13
+
14
+ <!--SECTION START: Main Entry Types-->
6
15
 
7
16
  ```ts
8
17
  /// <reference types="react" />
9
18
 
10
19
  import { LazyExoticComponent } from 'react';
11
20
 
12
- export declare interface GiveKudosDrawerProps {
13
- testId?: string;
21
+ // @public (undocumented)
22
+ export interface GiveKudosDrawerProps {
23
+ // (undocumented)
24
+ addFlag?: (flag: any) => void;
25
+ // (undocumented)
26
+ analyticsSource: string;
27
+ // (undocumented)
28
+ cloudId: string;
29
+ // (undocumented)
14
30
  isOpen: boolean;
31
+ // (undocumented)
15
32
  onClose: () => void;
16
- analyticsSource: string;
33
+ // (undocumented)
17
34
  recipient?: KudosRecipient;
35
+ // (undocumented)
18
36
  teamCentralBaseUrl: string;
19
- cloudId: string;
20
- addFlag?: (flag: any) => void;
37
+ // (undocumented)
38
+ testId?: string;
21
39
  }
22
40
 
23
- export declare const GiveKudosLauncher: (
24
- props: GiveKudosDrawerProps,
25
- ) => JSX.Element;
41
+ // @public (undocumented)
42
+ export const GiveKudosLauncher: (props: GiveKudosDrawerProps) => JSX.Element;
26
43
 
27
- export declare const GiveKudosLauncherLazy: LazyExoticComponent<(
28
- props: GiveKudosDrawerProps,
29
- ) => JSX.Element>;
44
+ // @public (undocumented)
45
+ export const GiveKudosLauncherLazy: LazyExoticComponent<
46
+ (props: GiveKudosDrawerProps) => JSX.Element
47
+ >;
30
48
 
31
- export declare interface KudosRecipient {
32
- type: KudosType;
49
+ // @public (undocumented)
50
+ export interface KudosRecipient {
51
+ // (undocumented)
33
52
  recipientId: string;
53
+ // (undocumented)
54
+ type: KudosType;
34
55
  }
35
56
 
36
- export declare enum KudosType {
57
+ // @public (undocumented)
58
+ export enum KudosType {
59
+ // (undocumented)
37
60
  INDIVIDUAL = 'individual',
61
+ // (undocumented)
38
62
  TEAM = 'team',
39
63
  }
40
64
 
41
- export {};
65
+ // (No @packageDocumentation comment for this package)
42
66
  ```
67
+
68
+ <!--SECTION END: Main Entry Types-->
@@ -0,0 +1,55 @@
1
+ ## API Report File for "@atlaskit/give-kudos"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ /// <reference types="react" />
8
+
9
+ import { LazyExoticComponent } from 'react';
10
+
11
+ // @public (undocumented)
12
+ export interface GiveKudosDrawerProps {
13
+ // (undocumented)
14
+ addFlag?: (flag: any) => void;
15
+ // (undocumented)
16
+ analyticsSource: string;
17
+ // (undocumented)
18
+ cloudId: string;
19
+ // (undocumented)
20
+ isOpen: boolean;
21
+ // (undocumented)
22
+ onClose: () => void;
23
+ // (undocumented)
24
+ recipient?: KudosRecipient;
25
+ // (undocumented)
26
+ teamCentralBaseUrl: string;
27
+ // (undocumented)
28
+ testId?: string;
29
+ }
30
+
31
+ // @public (undocumented)
32
+ export const GiveKudosLauncher: (props: GiveKudosDrawerProps) => JSX.Element;
33
+
34
+ // @public (undocumented)
35
+ export const GiveKudosLauncherLazy: LazyExoticComponent<(props: GiveKudosDrawerProps) => JSX.Element>;
36
+
37
+ // @public (undocumented)
38
+ export interface KudosRecipient {
39
+ // (undocumented)
40
+ recipientId: string;
41
+ // (undocumented)
42
+ type: KudosType;
43
+ }
44
+
45
+ // @public (undocumented)
46
+ export enum KudosType {
47
+ // (undocumented)
48
+ INDIVIDUAL = "individual",
49
+ // (undocumented)
50
+ TEAM = "team"
51
+ }
52
+
53
+ // (No @packageDocumentation comment for this package)
54
+
55
+ ```