@atlaskit/task-decision 17.4.0 → 17.4.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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/task-decision
2
2
 
3
+ ## 17.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 17.4.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [`a424e62b264`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a424e62b264) - Changes to support Node 16 Typescript definitions from `@types/node`.
14
+
15
+ ## 17.4.1
16
+
17
+ ### Patch Changes
18
+
19
+ - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
20
+
3
21
  ## 17.4.0
4
22
 
5
23
  ### Minor Changes
@@ -3,5 +3,6 @@
3
3
  "main": "../dist/cjs/constants.js",
4
4
  "module": "../dist/esm/constants.js",
5
5
  "module:es2019": "../dist/es2019/constants.js",
6
+ "sideEffects": false,
6
7
  "types": "../dist/types/constants.d.ts"
7
8
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/task-decision",
3
- "version": "17.4.0",
3
+ "version": "17.4.3",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/task-decision",
3
- "version": "17.4.0",
3
+ "version": "17.4.3",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/task-decision",
3
- "version": "17.4.0",
3
+ "version": "17.4.3",
4
4
  "sideEffects": false
5
5
  }
@@ -1,2 +1,2 @@
1
1
  export declare const fabricElementsChannel = "fabric-elements";
2
- export declare const createAndFireEventInElementsChannel: (payload: Record<string, any>) => (createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent) => import("@atlaskit/analytics-next").UIAnalyticsEvent;
2
+ export declare const createAndFireEventInElementsChannel: (payload: import("@atlaskit/analytics-next").AnalyticsEventPayload) => (createAnalyticsEvent: import("@atlaskit/analytics-next").CreateUIAnalyticsEvent) => import("@atlaskit/analytics-next").UIAnalyticsEvent;
@@ -26,5 +26,5 @@ export declare class TaskItem extends PureComponent<Props & WithAnalyticsEventsP
26
26
  handleOnKeyPress: (event: React.KeyboardEvent<HTMLInputElement>) => void;
27
27
  render(): JSX.Element;
28
28
  }
29
- declare const _default: React.ForwardRefExoticComponent<Pick<Pick<Props & WithAnalyticsEventsProps, "placeholder" | "children" | "onChange" | "showPlaceholder" | "appearance" | "contentRef" | "dataAttributes" | "taskId" | "isDone" | "isRenderer" | "disabled">, never> & Partial<Pick<Pick<Props & WithAnalyticsEventsProps, "placeholder" | "children" | "onChange" | "showPlaceholder" | "appearance" | "contentRef" | "dataAttributes" | "taskId" | "isDone" | "isRenderer" | "disabled">, "placeholder" | "children" | "onChange" | "showPlaceholder" | "appearance" | "contentRef" | "dataAttributes" | "taskId" | "isDone" | "isRenderer" | "disabled">> & Partial<Pick<Partial<Props>, never>> & React.RefAttributes<any>>;
29
+ declare const _default: React.ForwardRefExoticComponent<Pick<Omit<Props & WithAnalyticsEventsProps, keyof WithAnalyticsEventsProps>, never> & Partial<Pick<Omit<Props & WithAnalyticsEventsProps, keyof WithAnalyticsEventsProps>, keyof Props>> & Partial<Pick<Partial<Props>, never>> & React.RefAttributes<any>>;
30
30
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/task-decision",
3
- "version": "17.4.0",
3
+ "version": "17.4.3",
4
4
  "description": "Tasks and decisions react components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,7 +30,7 @@
30
30
  "@atlaskit/analytics-next": "^8.2.0",
31
31
  "@atlaskit/icon": "^21.10.0",
32
32
  "@atlaskit/theme": "^12.1.0",
33
- "@atlaskit/tokens": "^0.9.0",
33
+ "@atlaskit/tokens": "^0.10.0",
34
34
  "@atlaskit/util-service-support": "^6.1.0",
35
35
  "@babel/runtime": "^7.0.0",
36
36
  "uuid": "^3.1.0"
@@ -45,9 +45,9 @@
45
45
  "@atlaskit/analytics-listeners": "^8.2.0",
46
46
  "@atlaskit/avatar": "^20.5.0",
47
47
  "@atlaskit/docs": "*",
48
- "@atlaskit/editor-common": "^66.0.0",
48
+ "@atlaskit/editor-common": "^67.0.0",
49
49
  "@atlaskit/elements-test-helpers": "^0.7.0",
50
- "@atlaskit/renderer": "^93.0.0",
50
+ "@atlaskit/renderer": "^95.0.0",
51
51
  "@atlaskit/util-data-test": "^17.2.0",
52
52
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
53
53
  "@types/url-search-params": "^0.10.0",
@@ -55,10 +55,9 @@
55
55
  "enzyme": "^3.10.0",
56
56
  "enzyme-adapter-react-16": "^1.15.1",
57
57
  "fetch-mock": "^8.0.0",
58
- "jest-fetch-mock": "^3.0.3",
59
58
  "react": "^16.8.0",
60
59
  "sinon": "^2.2.0",
61
- "typescript": "3.9.10",
60
+ "typescript": "4.2.4",
62
61
  "url-search-params": "^0.10.0"
63
62
  },
64
63
  "techstack": {
@@ -3,5 +3,6 @@
3
3
  "main": "../dist/cjs/type-helpers.js",
4
4
  "module": "../dist/esm/type-helpers.js",
5
5
  "module:es2019": "../dist/es2019/type-helpers.js",
6
+ "sideEffects": false,
6
7
  "types": "../dist/types/type-helpers.d.ts"
7
8
  }
@@ -3,5 +3,6 @@
3
3
  "main": "../dist/cjs/types.js",
4
4
  "module": "../dist/esm/types.js",
5
5
  "module:es2019": "../dist/es2019/types.js",
6
+ "sideEffects": false,
6
7
  "types": "../dist/types/types.d.ts"
7
8
  }