@atlaskit/give-kudos 4.3.6 → 4.3.8

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
+ ## 4.3.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.3.7
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 4.3.6
4
16
 
5
17
  ### Patch Changes
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare enum KudosType {
3
2
  INDIVIDUAL = "individual",
4
3
  TEAM = "team",
@@ -12,7 +11,8 @@ export declare enum FlagEventType {
12
11
  DIRTY = "dirty",
13
12
  CLOSE = "close"
14
13
  }
15
- export declare const isFlagEventTypeValue: (value: string) => value is "kudos-created" | "kudos-failed" | "jira-kudos-created" | "jira-kudos-failed" | "dirty" | "close";
14
+ type FlagEventTypeValue = `${FlagEventType}`;
15
+ export declare const isFlagEventTypeValue: (value: string) => value is FlagEventTypeValue;
16
16
  type FlagType = 'error' | 'warning' | 'success' | 'info';
17
17
  interface FlagAction {
18
18
  content: string | JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const GiveKudosLauncherLazy: import("react").LazyExoticComponent<(props: import("../..").GiveKudosDrawerProps) => JSX.Element>;
@@ -2,7 +2,6 @@
2
2
  * @jsxRuntime classic
3
3
  * @jsx jsx
4
4
  */
5
- /// <reference types="react" />
6
5
  import { type GiveKudosDrawerProps } from '../../types';
7
6
  declare const ComposedGiveKudosLauncher: (props: GiveKudosDrawerProps) => JSX.Element;
8
7
  export default ComposedGiveKudosLauncher;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare enum KudosType {
3
2
  INDIVIDUAL = "individual",
4
3
  TEAM = "team",
@@ -12,7 +11,8 @@ export declare enum FlagEventType {
12
11
  DIRTY = "dirty",
13
12
  CLOSE = "close"
14
13
  }
15
- export declare const isFlagEventTypeValue: (value: string) => value is "kudos-created" | "kudos-failed" | "jira-kudos-created" | "jira-kudos-failed" | "dirty" | "close";
14
+ type FlagEventTypeValue = `${FlagEventType}`;
15
+ export declare const isFlagEventTypeValue: (value: string) => value is FlagEventTypeValue;
16
16
  type FlagType = 'error' | 'warning' | 'success' | 'info';
17
17
  interface FlagAction {
18
18
  content: string | JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const GiveKudosLauncherLazy: import("react").LazyExoticComponent<(props: import("../..").GiveKudosDrawerProps) => JSX.Element>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * @jsxRuntime classic
4
3
  * @jsx jsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/give-kudos",
3
- "version": "4.3.6",
3
+ "version": "4.3.8",
4
4
  "description": "Give Kudos experience ",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -41,17 +41,17 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@atlaskit/analytics-next": "^11.1.0",
44
- "@atlaskit/button": "^23.2.0",
44
+ "@atlaskit/button": "^23.4.0",
45
45
  "@atlaskit/css": "^0.12.0",
46
46
  "@atlaskit/drawer": "^11.0.0",
47
- "@atlaskit/icon": "^27.3.0",
47
+ "@atlaskit/icon": "^28.0.0",
48
48
  "@atlaskit/intl-messages-provider": "^2.0.0",
49
49
  "@atlaskit/link": "^3.2.0",
50
- "@atlaskit/modal-dialog": "^14.2.0",
50
+ "@atlaskit/modal-dialog": "^14.3.0",
51
51
  "@atlaskit/portal": "^5.1.0",
52
- "@atlaskit/primitives": "^14.10.0",
52
+ "@atlaskit/primitives": "^14.11.0",
53
53
  "@atlaskit/theme": "^19.0.0",
54
- "@atlaskit/tokens": "^5.4.0",
54
+ "@atlaskit/tokens": "^6.0.0",
55
55
  "@babel/runtime": "^7.0.0",
56
56
  "react-intl-next": "npm:react-intl@^5.18.1"
57
57
  },