@atlaskit/focused-task-close-account 2.1.7 → 2.1.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,11 @@
1
1
  # @atlaskit/focused-task-close-account
2
2
 
3
+ ## 2.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 2.1.7
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/focused-task-close-account",
3
- "version": "2.1.7",
3
+ "version": "2.1.8",
4
4
  "description": "This package contains all of the UI components needed to assemble the focused tasks for deactivating and deleting users' accounts in accordance with the GDPR \"Right to be forgotten\".",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -33,13 +33,13 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@atlaskit/avatar": "^21.4.0",
36
- "@atlaskit/button": "^16.16.0",
36
+ "@atlaskit/button": "^17.0.0",
37
37
  "@atlaskit/drawer": "^7.6.0",
38
38
  "@atlaskit/icon": "^22.0.0",
39
39
  "@atlaskit/inline-dialog": "^14.0.0",
40
40
  "@atlaskit/section-message": "^6.4.0",
41
41
  "@atlaskit/theme": "^12.6.0",
42
- "@atlaskit/tokens": "^1.28.0",
42
+ "@atlaskit/tokens": "^1.30.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "@emotion/styled": "^11.0.0",
45
45
  "react-intl-next": "npm:react-intl@^5.18.1"
@@ -1,146 +0,0 @@
1
- ## API Report File for "@atlaskit/focused-task-close-account"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import { MessageDescriptor } from 'react-intl-next';
8
- import { default as React_2 } from 'react';
9
-
10
- // @public (undocumented)
11
- export class DeactivateUserOverviewScreen extends React_2.Component<DeactivateUserOverviewScreenProps> {
12
- // (undocumented)
13
- static defaultProps: Partial<DeactivateUserOverviewScreenProps>;
14
- // (undocumented)
15
- render(): JSX.Element;
16
- // (undocumented)
17
- renderBillingListElement: () => JSX.Element;
18
- // (undocumented)
19
- renderLoseAccessListElement: () => JSX.Element;
20
- // (undocumented)
21
- renderPersonalDataListElement: () => JSX.Element;
22
- // (undocumented)
23
- selectAdminOrSelfCopy: (adminCopy: MessageDescriptor, selfCopy: MessageDescriptor) => MessageDescriptor;
24
- }
25
-
26
- // @public (undocumented)
27
- interface DeactivateUserOverviewScreenProps {
28
- // (undocumented)
29
- accessibleSites: string[];
30
- // (undocumented)
31
- isCurrentUser: boolean;
32
- // (undocumented)
33
- user: User;
34
- }
35
-
36
- // @public (undocumented)
37
- export class DeleteUserContentPreviewScreen extends React_2.Component<DeleteUserContentPreviewScreenProps, DeleteUserContentPreviewScreenState> {
38
- // (undocumented)
39
- componentDidMount(): void;
40
- // (undocumented)
41
- handleClickSection: (userName: string, position: number) => () => void;
42
- // (undocumented)
43
- isCardSelected: (position: number) => boolean;
44
- // (undocumented)
45
- render(): JSX.Element;
46
- // (undocumented)
47
- selectAdminOrSelfCopy: (adminCopy: MessageDescriptor, selfCopy: MessageDescriptor) => MessageDescriptor;
48
- // (undocumented)
49
- state: DeleteUserContentPreviewScreenState;
50
- }
51
-
52
- // @public (undocumented)
53
- interface DeleteUserContentPreviewScreenProps {
54
- // (undocumented)
55
- isCurrentUser: boolean;
56
- // (undocumented)
57
- preferenceSelection: (username: string) => void;
58
- // (undocumented)
59
- user: User;
60
- }
61
-
62
- // @public (undocumented)
63
- interface DeleteUserContentPreviewScreenState {
64
- // (undocumented)
65
- currentActive: number;
66
- }
67
-
68
- // @public (undocumented)
69
- export class DeleteUserOverviewScreen extends React_2.Component<DeleteUserOverviewScreenProps> {
70
- // (undocumented)
71
- static defaultProps: Partial<DeleteUserOverviewScreenProps>;
72
- // (undocumented)
73
- displayFirstListElement: () => JSX.Element | null;
74
- // (undocumented)
75
- displayFourthListElement: () => JSX.Element;
76
- // (undocumented)
77
- displaySecondListElement: () => JSX.Element;
78
- // (undocumented)
79
- displayThirdListElement: () => JSX.Element;
80
- // (undocumented)
81
- render(): JSX.Element;
82
- // (undocumented)
83
- selectAdminOrSelfCopy: (adminCopy: MessageDescriptor, selfCopy: MessageDescriptor) => MessageDescriptor;
84
- }
85
-
86
- // @public (undocumented)
87
- interface DeleteUserOverviewScreenProps {
88
- // (undocumented)
89
- accessibleSites: string[];
90
- // (undocumented)
91
- deactivateUserHandler?: () => void;
92
- // (undocumented)
93
- isCurrentUser: boolean;
94
- // (undocumented)
95
- isUserDeactivated: boolean;
96
- // (undocumented)
97
- user: User;
98
- }
99
-
100
- // @public (undocumented)
101
- export class FocusedTaskCloseAccount extends React_2.Component<Props, State> {
102
- // (undocumented)
103
- nextScreen: () => void;
104
- // (undocumented)
105
- previousScreen: () => void;
106
- // (undocumented)
107
- render(): JSX.Element;
108
- // (undocumented)
109
- renderCurrentScreen: () => React_2.ReactNode;
110
- // (undocumented)
111
- state: State;
112
- }
113
-
114
- // @public (undocumented)
115
- interface Props {
116
- // (undocumented)
117
- isOpen: boolean;
118
- // (undocumented)
119
- learnMoreLink: string;
120
- // (undocumented)
121
- onClose: () => void;
122
- // (undocumented)
123
- screens: React_2.ReactNode[];
124
- // (undocumented)
125
- submitButton: React_2.ReactNode;
126
- }
127
-
128
- // @public (undocumented)
129
- interface State {
130
- // (undocumented)
131
- currentScreenIdx: number;
132
- }
133
-
134
- // @public (undocumented)
135
- interface User {
136
- // (undocumented)
137
- avatarUrl: string;
138
- // (undocumented)
139
- email: string;
140
- // (undocumented)
141
- fullName: string;
142
- }
143
-
144
- // (No @packageDocumentation comment for this package)
145
-
146
- ```