@atlaskit/profilecard 19.3.0 → 19.3.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 (141) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/client/package.json +2 -2
  3. package/dist/cjs/util/analytics.js +1 -1
  4. package/dist/cjs/version.json +1 -1
  5. package/dist/es2019/util/analytics.js +1 -1
  6. package/dist/es2019/version.json +1 -1
  7. package/dist/esm/util/analytics.js +1 -1
  8. package/dist/esm/version.json +1 -1
  9. package/dist/types/client/TeamCentralCardClient.d.ts +2 -2
  10. package/dist/types/client/errorUtils.d.ts +1 -1
  11. package/dist/types/client/graphqlUtils.d.ts +1 -1
  12. package/dist/types/components/Icon/IconLabel.d.ts +1 -1
  13. package/dist/types/components/User/OverflowProfileCardButtons.d.ts +1 -1
  14. package/dist/types/components/User/ReportingLinesDetails.d.ts +1 -1
  15. package/dist/types/i18n/cs.d.ts +6 -6
  16. package/dist/types/i18n/da.d.ts +6 -6
  17. package/dist/types/i18n/de.d.ts +6 -6
  18. package/dist/types/i18n/en.d.ts +6 -6
  19. package/dist/types/i18n/en_GB.d.ts +6 -6
  20. package/dist/types/i18n/en_ZZ.d.ts +6 -6
  21. package/dist/types/i18n/es.d.ts +6 -6
  22. package/dist/types/i18n/et.d.ts +6 -6
  23. package/dist/types/i18n/fi.d.ts +6 -6
  24. package/dist/types/i18n/fr.d.ts +6 -6
  25. package/dist/types/i18n/hu.d.ts +6 -6
  26. package/dist/types/i18n/is.d.ts +6 -6
  27. package/dist/types/i18n/it.d.ts +6 -6
  28. package/dist/types/i18n/ja.d.ts +6 -6
  29. package/dist/types/i18n/ko.d.ts +6 -6
  30. package/dist/types/i18n/languages.d.ts +6 -6
  31. package/dist/types/i18n/nb.d.ts +6 -6
  32. package/dist/types/i18n/nl.d.ts +6 -6
  33. package/dist/types/i18n/pl.d.ts +6 -6
  34. package/dist/types/i18n/pt_BR.d.ts +6 -6
  35. package/dist/types/i18n/pt_PT.d.ts +6 -6
  36. package/dist/types/i18n/ro.d.ts +6 -6
  37. package/dist/types/i18n/ru.d.ts +6 -6
  38. package/dist/types/i18n/sk.d.ts +6 -6
  39. package/dist/types/i18n/sv.d.ts +6 -6
  40. package/dist/types/i18n/th.d.ts +6 -6
  41. package/dist/types/i18n/tr.d.ts +6 -6
  42. package/dist/types/i18n/uk.d.ts +6 -6
  43. package/dist/types/i18n/vi.d.ts +6 -6
  44. package/dist/types/i18n/zh.d.ts +6 -6
  45. package/dist/types/i18n/zh_TW.d.ts +6 -6
  46. package/dist/types/types.d.ts +10 -10
  47. package/dist/types/util/analytics.d.ts +14 -14
  48. package/dist/types/util/click.d.ts +1 -1
  49. package/dist/types-ts4.5/client/CachingClient.d.ts +18 -0
  50. package/dist/types-ts4.5/client/ProfileCardClient.d.ts +18 -0
  51. package/dist/types-ts4.5/client/TeamCentralCardClient.d.ts +32 -0
  52. package/dist/types-ts4.5/client/TeamProfileCardClient.d.ts +9 -0
  53. package/dist/types-ts4.5/client/UserProfileCardClient.d.ts +18 -0
  54. package/dist/types-ts4.5/client/errorUtils.d.ts +9 -0
  55. package/dist/types-ts4.5/client/getTeamFromAGG.d.ts +28 -0
  56. package/dist/types-ts4.5/client/graphqlUtils.d.ts +19 -0
  57. package/dist/types-ts4.5/client/index.d.ts +6 -0
  58. package/dist/types-ts4.5/components/Error/AccessLockSVG.d.ts +3 -0
  59. package/dist/types-ts4.5/components/Error/ErrorBoundary.d.ts +10 -0
  60. package/dist/types-ts4.5/components/Error/ErrorIllustration.d.ts +2 -0
  61. package/dist/types-ts4.5/components/Error/ErrorMessage.d.ts +10 -0
  62. package/dist/types-ts4.5/components/Error/index.d.ts +3 -0
  63. package/dist/types-ts4.5/components/Icon/IconLabel.d.ts +12 -0
  64. package/dist/types-ts4.5/components/Icon/index.d.ts +1 -0
  65. package/dist/types-ts4.5/components/Team/TeamForbiddenErrorState.d.ts +6 -0
  66. package/dist/types-ts4.5/components/Team/TeamLoadingState.d.ts +6 -0
  67. package/dist/types-ts4.5/components/Team/TeamProfileCard.d.ts +4 -0
  68. package/dist/types-ts4.5/components/Team/TeamProfileCardTrigger.d.ts +50 -0
  69. package/dist/types-ts4.5/components/Team/index.d.ts +4 -0
  70. package/dist/types-ts4.5/components/Team/lazyTeamProfileCard.d.ts +2 -0
  71. package/dist/types-ts4.5/components/User/OverflowProfileCardButtons.d.ts +9 -0
  72. package/dist/types-ts4.5/components/User/ProfileCard.d.ts +5 -0
  73. package/dist/types-ts4.5/components/User/ProfileCardDetails.d.ts +3 -0
  74. package/dist/types-ts4.5/components/User/ProfileCardResourced.d.ts +22 -0
  75. package/dist/types-ts4.5/components/User/ProfileCardTrigger.d.ts +4 -0
  76. package/dist/types-ts4.5/components/User/ReportingLinesDetails.d.ts +5 -0
  77. package/dist/types-ts4.5/components/User/UserLoadingState.d.ts +7 -0
  78. package/dist/types-ts4.5/components/User/index.d.ts +4 -0
  79. package/dist/types-ts4.5/components/User/lazyProfileCard.d.ts +2 -0
  80. package/dist/types-ts4.5/i18n/cs.d.ts +41 -0
  81. package/dist/types-ts4.5/i18n/da.d.ts +41 -0
  82. package/dist/types-ts4.5/i18n/de.d.ts +41 -0
  83. package/dist/types-ts4.5/i18n/en.d.ts +41 -0
  84. package/dist/types-ts4.5/i18n/en_GB.d.ts +41 -0
  85. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +39 -0
  86. package/dist/types-ts4.5/i18n/es.d.ts +41 -0
  87. package/dist/types-ts4.5/i18n/et.d.ts +27 -0
  88. package/dist/types-ts4.5/i18n/fi.d.ts +41 -0
  89. package/dist/types-ts4.5/i18n/fr.d.ts +41 -0
  90. package/dist/types-ts4.5/i18n/hu.d.ts +41 -0
  91. package/dist/types-ts4.5/i18n/index.d.ts +36 -0
  92. package/dist/types-ts4.5/i18n/is.d.ts +27 -0
  93. package/dist/types-ts4.5/i18n/it.d.ts +41 -0
  94. package/dist/types-ts4.5/i18n/ja.d.ts +41 -0
  95. package/dist/types-ts4.5/i18n/ko.d.ts +41 -0
  96. package/dist/types-ts4.5/i18n/languages.d.ts +33 -0
  97. package/dist/types-ts4.5/i18n/nb.d.ts +41 -0
  98. package/dist/types-ts4.5/i18n/nl.d.ts +41 -0
  99. package/dist/types-ts4.5/i18n/pl.d.ts +41 -0
  100. package/dist/types-ts4.5/i18n/pt_BR.d.ts +41 -0
  101. package/dist/types-ts4.5/i18n/pt_PT.d.ts +27 -0
  102. package/dist/types-ts4.5/i18n/ro.d.ts +27 -0
  103. package/dist/types-ts4.5/i18n/ru.d.ts +41 -0
  104. package/dist/types-ts4.5/i18n/sk.d.ts +27 -0
  105. package/dist/types-ts4.5/i18n/sv.d.ts +41 -0
  106. package/dist/types-ts4.5/i18n/th.d.ts +41 -0
  107. package/dist/types-ts4.5/i18n/tr.d.ts +41 -0
  108. package/dist/types-ts4.5/i18n/uk.d.ts +41 -0
  109. package/dist/types-ts4.5/i18n/vi.d.ts +41 -0
  110. package/dist/types-ts4.5/i18n/zh.d.ts +41 -0
  111. package/dist/types-ts4.5/i18n/zh_TW.d.ts +41 -0
  112. package/dist/types-ts4.5/index.d.ts +18 -0
  113. package/dist/types-ts4.5/internal/filterActions.d.ts +3 -0
  114. package/dist/types-ts4.5/internal/relative-date.d.ts +3 -0
  115. package/dist/types-ts4.5/messages.d.ts +163 -0
  116. package/dist/types-ts4.5/mocks/index.d.ts +4 -0
  117. package/dist/types-ts4.5/mocks/mock-profile-client.d.ts +1 -0
  118. package/dist/types-ts4.5/mocks/mock-team-client.d.ts +7 -0
  119. package/dist/types-ts4.5/mocks/profile-data.d.ts +41 -0
  120. package/dist/types-ts4.5/mocks/reporting-lines-data.d.ts +2 -0
  121. package/dist/types-ts4.5/mocks/simple-mock-clients.d.ts +14 -0
  122. package/dist/types-ts4.5/mocks/team-data.d.ts +7 -0
  123. package/dist/types-ts4.5/mocks/util.d.ts +6 -0
  124. package/dist/types-ts4.5/styled/Card.d.ts +99 -0
  125. package/dist/types-ts4.5/styled/Error.d.ts +21 -0
  126. package/dist/types-ts4.5/styled/ReportingLines.d.ts +21 -0
  127. package/dist/types-ts4.5/styled/TeamCard.d.ts +64 -0
  128. package/dist/types-ts4.5/styled/constants.d.ts +13 -0
  129. package/dist/types-ts4.5/types.d.ts +358 -0
  130. package/dist/types-ts4.5/util/analytics.d.ts +58 -0
  131. package/dist/types-ts4.5/util/click.d.ts +4 -0
  132. package/dist/types-ts4.5/util/config.d.ts +2 -0
  133. package/dist/types-ts4.5/util/performance.d.ts +1 -0
  134. package/dist/types-ts4.5/util/withOuterListeners.d.ts +6 -0
  135. package/messages/package.json +2 -2
  136. package/mocks/package.json +2 -2
  137. package/package.json +13 -5
  138. package/team/package.json +2 -2
  139. package/tmp/api-report-tmp.d.ts +570 -0
  140. package/types/package.json +2 -2
  141. package/user/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/profilecard
2
2
 
3
+ ## 19.3.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
+ ## 19.3.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
  ## 19.3.0
4
16
 
5
17
  ### Minor Changes
@@ -5,9 +5,9 @@
5
5
  "module:es2019": "../dist/es2019/client/index.js",
6
6
  "types": "../dist/types/client/index.d.ts",
7
7
  "typesVersions": {
8
- ">=4.0 <4.5": {
8
+ ">=4.5 <4.9": {
9
9
  "*": [
10
- "../dist/types-ts4.0/client/index.d.ts"
10
+ "../dist/types-ts4.5/client/index.d.ts"
11
11
  ]
12
12
  }
13
13
  }
@@ -44,7 +44,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
44
44
  actionSubjectId: actionSubjectId,
45
45
  attributes: _objectSpread(_objectSpread({
46
46
  packageName: "@atlaskit/profilecard",
47
- packageVersion: "19.3.0"
47
+ packageVersion: "19.3.2"
48
48
  }, attributes), {}, {
49
49
  firedAt: Math.round((0, _performance.getPageTime)())
50
50
  })
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "19.3.0"
3
+ "version": "19.3.2"
4
4
  }
@@ -31,7 +31,7 @@ const createEvent = (eventType, action, actionSubject, actionSubjectId, attribut
31
31
  actionSubjectId,
32
32
  attributes: {
33
33
  packageName: "@atlaskit/profilecard",
34
- packageVersion: "19.3.0",
34
+ packageVersion: "19.3.2",
35
35
  ...attributes,
36
36
  firedAt: Math.round(getPageTime())
37
37
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "19.3.0"
3
+ "version": "19.3.2"
4
4
  }
@@ -38,7 +38,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
38
38
  actionSubjectId: actionSubjectId,
39
39
  attributes: _objectSpread(_objectSpread({
40
40
  packageName: "@atlaskit/profilecard",
41
- packageVersion: "19.3.0"
41
+ packageVersion: "19.3.2"
42
42
  }, attributes), {}, {
43
43
  firedAt: Math.round(getPageTime())
44
44
  })
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@atlaskit/profilecard",
3
- "version": "19.3.0"
3
+ "version": "19.3.2"
4
4
  }
@@ -1,9 +1,9 @@
1
1
  import { ProfileClientOptions, TeamCentralReportingLinesData } from '../types';
2
2
  import CachingClient from './CachingClient';
3
- declare type TeamCentralCardClientOptions = ProfileClientOptions & {
3
+ type TeamCentralCardClientOptions = ProfileClientOptions & {
4
4
  teamCentralUrl: string;
5
5
  };
6
- declare type FeatureFlagExtraContext = {
6
+ type FeatureFlagExtraContext = {
7
7
  key: string;
8
8
  value: string;
9
9
  };
@@ -1,5 +1,5 @@
1
1
  import { GraphQLError } from './graphqlUtils';
2
- export declare const getErrorAttributes: (error?: GraphQLError | undefined) => {
2
+ export declare const getErrorAttributes: (error?: GraphQLError) => {
3
3
  errorMessage: string | undefined;
4
4
  errorStatus: number | undefined;
5
5
  errorReason: string;
@@ -9,7 +9,7 @@ export interface GraphQLError {
9
9
  message?: string;
10
10
  traceId?: string;
11
11
  }
12
- declare type HeaderProcessor = (headers: Headers) => Headers;
12
+ type HeaderProcessor = (headers: Headers) => Headers;
13
13
  /**
14
14
  * @param {string} serviceUrl - GraphQL service endpoint
15
15
  * @param {Query} query - GraphQL query
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- declare type Props = {
2
+ type Props = {
3
3
  icon: string;
4
4
  children?: React.ReactNode;
5
5
  };
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { AnalyticsWithDurationProps, ProfileCardAction } from '../../types';
3
- declare type OverflowButtonsProps = {
3
+ type OverflowButtonsProps = {
4
4
  actions: ProfileCardAction[];
5
5
  onItemClick: (action: ProfileCardAction, args: any, event: React.MouseEvent | React.KeyboardEvent, index: number) => void;
6
6
  } & AnalyticsWithDurationProps;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  import { AnalyticsWithDurationProps, ProfilecardProps } from '../../types';
3
- export declare type ReportingLinesDetailsProps = Pick<ProfilecardProps, 'reportingLines' | 'reportingLinesProfileUrl' | 'onReportingLinesClick'> & AnalyticsWithDurationProps;
3
+ export type ReportingLinesDetailsProps = Pick<ProfilecardProps, 'reportingLines' | 'reportingLinesProfileUrl' | 'onReportingLinesClick'> & AnalyticsWithDurationProps;
4
4
  declare const ReportingLinesDetails: (props: ReportingLinesDetailsProps) => JSX.Element;
5
5
  export default ReportingLinesDetails;
@@ -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
  'pt.profile-card.closed.account': string;
3
9
  'pt.profile-card.closed.account.has.date.a.few.months': string;
@@ -32,10 +38,4 @@ declare const _default: {
32
38
  'pt.team-profile-card.team.member.many': string;
33
39
  'pt.team-profile-card.team.member.many-including-you': string;
34
40
  };
35
- /**
36
- * NOTE:
37
- *
38
- * This file is automatically generated by Traduki 2.0.
39
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
40
- */
41
41
  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
  'pt.profile-card.closed.account': string;
3
9
  'pt.profile-card.closed.account.has.date.a.few.months': string;
@@ -32,10 +38,4 @@ declare const _default: {
32
38
  'pt.team-profile-card.team.member.many': string;
33
39
  'pt.team-profile-card.team.member.many-including-you': string;
34
40
  };
35
- /**
36
- * NOTE:
37
- *
38
- * This file is automatically generated by Traduki 2.0.
39
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
40
- */
41
41
  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
  'pt.profile-card.closed.account': string;
3
9
  'pt.profile-card.closed.account.has.date.a.few.months': string;
@@ -32,10 +38,4 @@ declare const _default: {
32
38
  'pt.team-profile-card.team.member.many': string;
33
39
  'pt.team-profile-card.team.member.many-including-you': string;
34
40
  };
35
- /**
36
- * NOTE:
37
- *
38
- * This file is automatically generated by Traduki 2.0.
39
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
40
- */
41
41
  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
  'pt.profile-card.closed.account': string;
3
9
  'pt.profile-card.closed.account.has.date.a.few.months': string;
@@ -32,10 +38,4 @@ declare const _default: {
32
38
  'pt.team-profile-card.team.member.many': string;
33
39
  'pt.team-profile-card.team.member.many-including-you': string;
34
40
  };
35
- /**
36
- * NOTE:
37
- *
38
- * This file is automatically generated by Traduki 2.0.
39
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
40
- */
41
41
  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
  'pt.profile-card.closed.account': string;
3
9
  'pt.profile-card.closed.account.has.date.a.few.months': string;
@@ -32,10 +38,4 @@ declare const _default: {
32
38
  'pt.team-profile-card.team.member.many': string;
33
39
  'pt.team-profile-card.team.member.many-including-you': string;
34
40
  };
35
- /**
36
- * NOTE:
37
- *
38
- * This file is automatically generated by Traduki 2.0.
39
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
40
- */
41
41
  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
  'pt.profile-card.closed.account': string;
3
9
  'pt.profile-card.closed.account.has.date.a.few.months': string;
@@ -30,10 +36,4 @@ declare const _default: {
30
36
  'pt.team-profile-card.team.member.many': string;
31
37
  'pt.team-profile-card.team.member.many-including-you': string;
32
38
  };
33
- /**
34
- * NOTE:
35
- *
36
- * This file is automatically generated by Traduki 2.0.
37
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
38
- */
39
39
  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
  'pt.profile-card.closed.account': string;
3
9
  'pt.profile-card.closed.account.has.date.a.few.months': string;
@@ -32,10 +38,4 @@ declare const _default: {
32
38
  'pt.team-profile-card.team.member.many': string;
33
39
  'pt.team-profile-card.team.member.many-including-you': string;
34
40
  };
35
- /**
36
- * NOTE:
37
- *
38
- * This file is automatically generated by Traduki 2.0.
39
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
40
- */
41
41
  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
  'pt.profile-card.closed.account': string;
3
9
  'pt.profile-card.closed.account.has.date.a.few.months': string;
@@ -18,10 +24,4 @@ declare const _default: {
18
24
  'pt.profile-card.inactive.account.has.date.this.week': string;
19
25
  'pt.profile-card.inactive.account.no.date': string;
20
26
  };
21
- /**
22
- * NOTE:
23
- *
24
- * This file is automatically generated by Traduki 2.0.
25
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
26
- */
27
27
  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
  'pt.profile-card.closed.account': string;
3
9
  'pt.profile-card.closed.account.has.date.a.few.months': string;
@@ -32,10 +38,4 @@ declare const _default: {
32
38
  'pt.team-profile-card.team.member.many': string;
33
39
  'pt.team-profile-card.team.member.many-including-you': string;
34
40
  };
35
- /**
36
- * NOTE:
37
- *
38
- * This file is automatically generated by Traduki 2.0.
39
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
40
- */
41
41
  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
  'pt.profile-card.closed.account': string;
3
9
  'pt.profile-card.closed.account.has.date.a.few.months': string;
@@ -32,10 +38,4 @@ declare const _default: {
32
38
  'pt.team-profile-card.team.member.many': string;
33
39
  'pt.team-profile-card.team.member.many-including-you': string;
34
40
  };
35
- /**
36
- * NOTE:
37
- *
38
- * This file is automatically generated by Traduki 2.0.
39
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
40
- */
41
41
  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
  'pt.profile-card.closed.account': string;
3
9
  'pt.profile-card.closed.account.has.date.a.few.months': string;
@@ -32,10 +38,4 @@ declare const _default: {
32
38
  'pt.team-profile-card.team.member.many': string;
33
39
  'pt.team-profile-card.team.member.many-including-you': string;
34
40
  };
35
- /**
36
- * NOTE:
37
- *
38
- * This file is automatically generated by Traduki 2.0.
39
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
40
- */
41
41
  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
  'pt.profile-card.inactive.account': string;
3
9
  'pt.profile-card.general.msg.disabled.user': string;
@@ -18,10 +24,4 @@ declare const _default: {
18
24
  'pt.profile-card.closed.account.has.date.more.than.a.year': string;
19
25
  'pt.profile-card.disabled.account.default.name': string;
20
26
  };
21
- /**
22
- * NOTE:
23
- *
24
- * This file is automatically generated by i18n-tools.
25
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
26
- */
27
27
  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
  'pt.profile-card.closed.account': string;
3
9
  'pt.profile-card.closed.account.has.date.a.few.months': string;
@@ -32,10 +38,4 @@ declare const _default: {
32
38
  'pt.team-profile-card.team.member.many': string;
33
39
  'pt.team-profile-card.team.member.many-including-you': string;
34
40
  };
35
- /**
36
- * NOTE:
37
- *
38
- * This file is automatically generated by Traduki 2.0.
39
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
40
- */
41
41
  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
  'pt.profile-card.closed.account': string;
3
9
  'pt.profile-card.closed.account.has.date.a.few.months': string;
@@ -32,10 +38,4 @@ declare const _default: {
32
38
  'pt.team-profile-card.team.member.many': string;
33
39
  'pt.team-profile-card.team.member.many-including-you': string;
34
40
  };
35
- /**
36
- * NOTE:
37
- *
38
- * This file is automatically generated by Traduki 2.0.
39
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
40
- */
41
41
  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
  'pt.profile-card.closed.account': string;
3
9
  'pt.profile-card.closed.account.has.date.a.few.months': string;
@@ -32,10 +38,4 @@ declare const _default: {
32
38
  'pt.team-profile-card.team.member.many': string;
33
39
  'pt.team-profile-card.team.member.many-including-you': string;
34
40
  };
35
- /**
36
- * NOTE:
37
- *
38
- * This file is automatically generated by Traduki 2.0.
39
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
40
- */
41
41
  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
  'pt.profile-card.closed.account': string;
3
9
  'pt.profile-card.closed.account.has.date.a.few.months': string;
@@ -32,10 +38,4 @@ declare const _default: {
32
38
  'pt.team-profile-card.team.member.many': string;
33
39
  'pt.team-profile-card.team.member.many-including-you': string;
34
40
  };
35
- /**
36
- * NOTE:
37
- *
38
- * This file is automatically generated by Traduki 2.0.
39
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
40
- */
41
41
  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
  'pt.profile-card.closed.account': string;
3
9
  'pt.profile-card.closed.account.has.date.a.few.months': string;
@@ -32,10 +38,4 @@ declare const _default: {
32
38
  'pt.team-profile-card.team.member.many': string;
33
39
  'pt.team-profile-card.team.member.many-including-you': string;
34
40
  };
35
- /**
36
- * NOTE:
37
- *
38
- * This file is automatically generated by Traduki 2.0.
39
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
40
- */
41
41
  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
  'pt.profile-card.closed.account': string;
3
9
  'pt.profile-card.closed.account.has.date.a.few.months': string;
@@ -32,10 +38,4 @@ declare const _default: {
32
38
  'pt.team-profile-card.team.member.many': string;
33
39
  'pt.team-profile-card.team.member.many-including-you': string;
34
40
  };
35
- /**
36
- * NOTE:
37
- *
38
- * This file is automatically generated by Traduki 2.0.
39
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
40
- */
41
41
  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
  'pt.profile-card.closed.account': string;
3
9
  'pt.profile-card.closed.account.has.date.a.few.months': string;
@@ -32,10 +38,4 @@ declare const _default: {
32
38
  'pt.team-profile-card.team.member.many': string;
33
39
  'pt.team-profile-card.team.member.many-including-you': string;
34
40
  };
35
- /**
36
- * NOTE:
37
- *
38
- * This file is automatically generated by Traduki 2.0.
39
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
40
- */
41
41
  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
  'pt.profile-card.closed.account': string;
3
9
  'pt.profile-card.closed.account.has.date.a.few.months': string;
@@ -18,10 +24,4 @@ declare const _default: {
18
24
  'pt.profile-card.inactive.account.has.date.this.week': string;
19
25
  'pt.profile-card.inactive.account.no.date': string;
20
26
  };
21
- /**
22
- * NOTE:
23
- *
24
- * This file is automatically generated by Traduki 2.0.
25
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
26
- */
27
27
  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
  'pt.profile-card.inactive.account': string;
3
9
  'pt.profile-card.general.msg.disabled.user': string;
@@ -18,10 +24,4 @@ declare const _default: {
18
24
  'pt.profile-card.closed.account.has.date.more.than.a.year': string;
19
25
  'pt.profile-card.disabled.account.default.name': string;
20
26
  };
21
- /**
22
- * NOTE:
23
- *
24
- * This file is automatically generated by i18n-tools.
25
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
26
- */
27
27
  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
  'pt.profile-card.closed.account': string;
3
9
  'pt.profile-card.closed.account.has.date.a.few.months': string;
@@ -32,10 +38,4 @@ declare const _default: {
32
38
  'pt.team-profile-card.team.member.many': string;
33
39
  'pt.team-profile-card.team.member.many-including-you': string;
34
40
  };
35
- /**
36
- * NOTE:
37
- *
38
- * This file is automatically generated by Traduki 2.0.
39
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
40
- */
41
41
  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
  'pt.profile-card.closed.account': string;
3
9
  'pt.profile-card.closed.account.has.date.a.few.months': string;
@@ -18,10 +24,4 @@ declare const _default: {
18
24
  'pt.profile-card.inactive.account.has.date.this.week': string;
19
25
  'pt.profile-card.inactive.account.no.date': string;
20
26
  };
21
- /**
22
- * NOTE:
23
- *
24
- * This file is automatically generated by Traduki 2.0.
25
- * DO NOT CHANGE IT BY HAND or your changes will be lost.
26
- */
27
27
  export default _default;