@atlaskit/focused-task-close-account 2.1.0 → 2.1.2

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.
Files changed (107) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/version.json +1 -1
  3. package/dist/es2019/version.json +1 -1
  4. package/dist/esm/version.json +1 -1
  5. package/dist/types/components/DropdownList/DropdownList.d.ts +1 -1
  6. package/dist/types/i18n/cs.d.ts +6 -6
  7. package/dist/types/i18n/da.d.ts +6 -6
  8. package/dist/types/i18n/de.d.ts +6 -6
  9. package/dist/types/i18n/en.d.ts +6 -6
  10. package/dist/types/i18n/en_GB.d.ts +6 -6
  11. package/dist/types/i18n/en_ZZ.d.ts +6 -6
  12. package/dist/types/i18n/es.d.ts +6 -6
  13. package/dist/types/i18n/et.d.ts +6 -6
  14. package/dist/types/i18n/fi.d.ts +6 -6
  15. package/dist/types/i18n/fr.d.ts +6 -6
  16. package/dist/types/i18n/hu.d.ts +6 -6
  17. package/dist/types/i18n/is.d.ts +6 -6
  18. package/dist/types/i18n/it.d.ts +6 -6
  19. package/dist/types/i18n/ja.d.ts +6 -6
  20. package/dist/types/i18n/ko.d.ts +6 -6
  21. package/dist/types/i18n/languages.d.ts +6 -6
  22. package/dist/types/i18n/nb.d.ts +6 -6
  23. package/dist/types/i18n/nl.d.ts +6 -6
  24. package/dist/types/i18n/pl.d.ts +6 -6
  25. package/dist/types/i18n/pt_BR.d.ts +6 -6
  26. package/dist/types/i18n/pt_PT.d.ts +6 -6
  27. package/dist/types/i18n/ro.d.ts +6 -6
  28. package/dist/types/i18n/ru.d.ts +6 -6
  29. package/dist/types/i18n/sk.d.ts +6 -6
  30. package/dist/types/i18n/sv.d.ts +6 -6
  31. package/dist/types/i18n/th.d.ts +6 -6
  32. package/dist/types/i18n/tr.d.ts +6 -6
  33. package/dist/types/i18n/uk.d.ts +6 -6
  34. package/dist/types/i18n/vi.d.ts +6 -6
  35. package/dist/types/i18n/zh.d.ts +6 -6
  36. package/dist/types/i18n/zh_TW.d.ts +6 -6
  37. package/dist/types/util/i18n-util.d.ts +3 -3
  38. package/dist/types-ts4.5/components/DeactivateUserOverviewScreen/DeactivateUserOverviewScreen.d.ts +12 -0
  39. package/dist/types-ts4.5/components/DeactivateUserOverviewScreen/index.d.ts +2 -0
  40. package/dist/types-ts4.5/components/DeactivateUserOverviewScreen/styled.d.ts +21 -0
  41. package/dist/types-ts4.5/components/DeactivateUserOverviewScreen/types.d.ts +6 -0
  42. package/dist/types-ts4.5/components/DeleteUserContentPreviewScreen/DeleteUserContentPreviewScreen.d.ts +12 -0
  43. package/dist/types-ts4.5/components/DeleteUserContentPreviewScreen/index.d.ts +2 -0
  44. package/dist/types-ts4.5/components/DeleteUserContentPreviewScreen/styled.d.ts +25 -0
  45. package/dist/types-ts4.5/components/DeleteUserContentPreviewScreen/types.d.ts +9 -0
  46. package/dist/types-ts4.5/components/DeleteUserOverviewScreen/DeleteUserOverviewScreen.d.ts +13 -0
  47. package/dist/types-ts4.5/components/DeleteUserOverviewScreen/index.d.ts +2 -0
  48. package/dist/types-ts4.5/components/DeleteUserOverviewScreen/styled.d.ts +29 -0
  49. package/dist/types-ts4.5/components/DeleteUserOverviewScreen/types.d.ts +8 -0
  50. package/dist/types-ts4.5/components/DropdownList/DropdownList.d.ts +15 -0
  51. package/dist/types-ts4.5/components/DropdownList/index.d.ts +2 -0
  52. package/dist/types-ts4.5/components/DropdownList/styled.d.ts +13 -0
  53. package/dist/types-ts4.5/components/DropdownList/types.d.ts +3 -0
  54. package/dist/types-ts4.5/components/FocusedTaskCloseAccount/FocusedTaskCloseAccount.d.ts +19 -0
  55. package/dist/types-ts4.5/components/FocusedTaskCloseAccount/index.d.ts +3 -0
  56. package/dist/types-ts4.5/components/FocusedTaskCloseAccount/styled.d.ts +14 -0
  57. package/dist/types-ts4.5/components/Footer/Footer.d.ts +14 -0
  58. package/dist/types-ts4.5/components/Footer/index.d.ts +1 -0
  59. package/dist/types-ts4.5/components/Footer/styled.d.ts +5 -0
  60. package/dist/types-ts4.5/components/MessagesIntlProvider.d.ts +9 -0
  61. package/dist/types-ts4.5/components/StatefulInlineDialog/StatefulInlineDialog.d.ts +21 -0
  62. package/dist/types-ts4.5/components/StatefulInlineDialog/index.d.ts +1 -0
  63. package/dist/types-ts4.5/components/UserInfo/UserInfo.d.ts +9 -0
  64. package/dist/types-ts4.5/components/UserInfo/index.d.ts +2 -0
  65. package/dist/types-ts4.5/components/UserInfo/styles.d.ts +21 -0
  66. package/dist/types-ts4.5/i18n/cs.d.ts +79 -0
  67. package/dist/types-ts4.5/i18n/da.d.ts +79 -0
  68. package/dist/types-ts4.5/i18n/de.d.ts +79 -0
  69. package/dist/types-ts4.5/i18n/en.d.ts +79 -0
  70. package/dist/types-ts4.5/i18n/en_GB.d.ts +79 -0
  71. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +79 -0
  72. package/dist/types-ts4.5/i18n/es.d.ts +79 -0
  73. package/dist/types-ts4.5/i18n/et.d.ts +79 -0
  74. package/dist/types-ts4.5/i18n/fi.d.ts +79 -0
  75. package/dist/types-ts4.5/i18n/fr.d.ts +79 -0
  76. package/dist/types-ts4.5/i18n/hu.d.ts +79 -0
  77. package/dist/types-ts4.5/i18n/index.d.ts +35 -0
  78. package/dist/types-ts4.5/i18n/is.d.ts +79 -0
  79. package/dist/types-ts4.5/i18n/it.d.ts +79 -0
  80. package/dist/types-ts4.5/i18n/ja.d.ts +79 -0
  81. package/dist/types-ts4.5/i18n/ko.d.ts +79 -0
  82. package/dist/types-ts4.5/i18n/languages.d.ts +33 -0
  83. package/dist/types-ts4.5/i18n/nb.d.ts +79 -0
  84. package/dist/types-ts4.5/i18n/nl.d.ts +79 -0
  85. package/dist/types-ts4.5/i18n/pl.d.ts +79 -0
  86. package/dist/types-ts4.5/i18n/pt_BR.d.ts +79 -0
  87. package/dist/types-ts4.5/i18n/pt_PT.d.ts +79 -0
  88. package/dist/types-ts4.5/i18n/ro.d.ts +79 -0
  89. package/dist/types-ts4.5/i18n/ru.d.ts +79 -0
  90. package/dist/types-ts4.5/i18n/sk.d.ts +79 -0
  91. package/dist/types-ts4.5/i18n/sv.d.ts +79 -0
  92. package/dist/types-ts4.5/i18n/th.d.ts +79 -0
  93. package/dist/types-ts4.5/i18n/tr.d.ts +79 -0
  94. package/dist/types-ts4.5/i18n/uk.d.ts +79 -0
  95. package/dist/types-ts4.5/i18n/vi.d.ts +79 -0
  96. package/dist/types-ts4.5/i18n/zh.d.ts +79 -0
  97. package/dist/types-ts4.5/i18n/zh_TW.d.ts +79 -0
  98. package/dist/types-ts4.5/index.d.ts +4 -0
  99. package/dist/types-ts4.5/messages.d.ts +360 -0
  100. package/dist/types-ts4.5/mocks/accessibleSites.d.ts +2 -0
  101. package/dist/types-ts4.5/mocks/users.d.ts +5 -0
  102. package/dist/types-ts4.5/types.d.ts +5 -0
  103. package/dist/types-ts4.5/util/gridSizeTimes.d.ts +2 -0
  104. package/dist/types-ts4.5/util/i18n-util.d.ts +17 -0
  105. package/mocks/@atlaskit/button.ts +6 -5
  106. package/mocks/@atlaskit/drawer.ts +3 -4
  107. package/package.json +12 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/focused-task-close-account
2
2
 
3
+ ## 2.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
8
+
9
+ ## 2.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
14
+
3
15
  ## 2.1.0
4
16
 
5
17
  ### Minor Changes
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/focused-task-close-account",
3
- "version": "2.1.0"
3
+ "version": "2.1.2"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/focused-task-close-account",
3
- "version": "2.1.0"
3
+ "version": "2.1.2"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/focused-task-close-account",
3
- "version": "2.1.0"
3
+ "version": "2.1.2"
4
4
  }
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { DropDownListProps } from './types';
3
- declare type State = {
3
+ type State = {
4
4
  isExpanded: boolean;
5
5
  };
6
6
  export declare class DropdownList extends React.Component<DropDownListProps, State> {
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.deactivate-account': string;
3
9
  'focused-task-close-account.delete-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.delete-account.drop-down-expand-button': string;
71
77
  'focused-task-close-account.delete-account.drop-down-collapse-button': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by i18n-tools.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  zh: string;
3
9
  cs: string;
@@ -24,10 +30,4 @@ declare const _default: {
24
30
  es: string;
25
31
  sv: string;
26
32
  };
27
- /**
28
- * NOTE:
29
- *
30
- * This file is automatically generated by i18n-tools.
31
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
32
- */
33
33
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by i18n-tools.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.deactivate-account': string;
3
9
  'focused-task-close-account.delete-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.delete-account.drop-down-expand-button': string;
71
77
  'focused-task-close-account.delete-account.drop-down-collapse-button': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by i18n-tools.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;
@@ -1,3 +1,9 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
1
7
  declare const _default: {
2
8
  'focused-task-close-account.cancel': string;
3
9
  'focused-task-close-account.deactivate-account': string;
@@ -70,10 +76,4 @@ declare const _default: {
70
76
  'focused-task-close-account.next': string;
71
77
  'focused-task-close-account.previous': string;
72
78
  };
73
- /**
74
- * NOTE:
75
- *
76
- * This file is automatically generated by Traduki 2.0.
77
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
78
- */
79
79
  export default _default;