@atlaskit/profilecard 18.2.3 → 18.3.0
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 +12 -0
- package/dist/cjs/components/Error/AccessLockSVG.js +84 -0
- package/dist/cjs/components/Team/TeamForbiddenErrorState.js +38 -0
- package/dist/cjs/components/Team/TeamProfileCard.js +16 -8
- package/dist/cjs/i18n/cs.js +31 -30
- package/dist/cjs/i18n/da.js +31 -30
- package/dist/cjs/i18n/de.js +31 -30
- package/dist/cjs/i18n/en.js +31 -30
- package/dist/cjs/i18n/en_GB.js +31 -30
- package/dist/cjs/i18n/es.js +31 -30
- package/dist/cjs/i18n/fi.js +31 -30
- package/dist/cjs/i18n/fr.js +31 -30
- package/dist/cjs/i18n/hu.js +31 -30
- package/dist/cjs/i18n/it.js +31 -30
- package/dist/cjs/i18n/ja.js +31 -30
- package/dist/cjs/i18n/ko.js +31 -30
- package/dist/cjs/i18n/nb.js +31 -30
- package/dist/cjs/i18n/nl.js +31 -30
- package/dist/cjs/i18n/pl.js +31 -30
- package/dist/cjs/i18n/pt_BR.js +31 -30
- package/dist/cjs/i18n/ru.js +31 -30
- package/dist/cjs/i18n/sv.js +31 -30
- package/dist/cjs/i18n/th.js +31 -30
- package/dist/cjs/i18n/tr.js +31 -30
- package/dist/cjs/i18n/uk.js +31 -30
- package/dist/cjs/i18n/vi.js +31 -30
- package/dist/cjs/i18n/zh.js +31 -30
- package/dist/cjs/i18n/zh_TW.js +31 -30
- package/dist/cjs/messages.js +10 -0
- package/dist/cjs/styled/TeamCard.js +18 -14
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/Error/AccessLockSVG.js +75 -0
- package/dist/es2019/components/Team/TeamForbiddenErrorState.js +25 -0
- package/dist/es2019/components/Team/TeamProfileCard.js +16 -8
- package/dist/es2019/i18n/cs.js +31 -30
- package/dist/es2019/i18n/da.js +31 -30
- package/dist/es2019/i18n/de.js +31 -30
- package/dist/es2019/i18n/en.js +31 -30
- package/dist/es2019/i18n/en_GB.js +31 -30
- package/dist/es2019/i18n/es.js +31 -30
- package/dist/es2019/i18n/fi.js +31 -30
- package/dist/es2019/i18n/fr.js +31 -30
- package/dist/es2019/i18n/hu.js +31 -30
- package/dist/es2019/i18n/it.js +31 -30
- package/dist/es2019/i18n/ja.js +31 -30
- package/dist/es2019/i18n/ko.js +31 -30
- package/dist/es2019/i18n/nb.js +31 -30
- package/dist/es2019/i18n/nl.js +31 -30
- package/dist/es2019/i18n/pl.js +31 -30
- package/dist/es2019/i18n/pt_BR.js +31 -30
- package/dist/es2019/i18n/ru.js +31 -30
- package/dist/es2019/i18n/sv.js +31 -30
- package/dist/es2019/i18n/th.js +31 -30
- package/dist/es2019/i18n/tr.js +31 -30
- package/dist/es2019/i18n/uk.js +31 -30
- package/dist/es2019/i18n/vi.js +31 -30
- package/dist/es2019/i18n/zh.js +31 -30
- package/dist/es2019/i18n/zh_TW.js +31 -30
- package/dist/es2019/messages.js +10 -0
- package/dist/es2019/styled/TeamCard.js +7 -0
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/Error/AccessLockSVG.js +75 -0
- package/dist/esm/components/Team/TeamForbiddenErrorState.js +27 -0
- package/dist/esm/components/Team/TeamProfileCard.js +16 -8
- package/dist/esm/i18n/cs.js +31 -30
- package/dist/esm/i18n/da.js +31 -30
- package/dist/esm/i18n/de.js +31 -30
- package/dist/esm/i18n/en.js +31 -30
- package/dist/esm/i18n/en_GB.js +31 -30
- package/dist/esm/i18n/es.js +31 -30
- package/dist/esm/i18n/fi.js +31 -30
- package/dist/esm/i18n/fr.js +31 -30
- package/dist/esm/i18n/hu.js +31 -30
- package/dist/esm/i18n/it.js +31 -30
- package/dist/esm/i18n/ja.js +31 -30
- package/dist/esm/i18n/ko.js +31 -30
- package/dist/esm/i18n/nb.js +31 -30
- package/dist/esm/i18n/nl.js +31 -30
- package/dist/esm/i18n/pl.js +31 -30
- package/dist/esm/i18n/pt_BR.js +31 -30
- package/dist/esm/i18n/ru.js +31 -30
- package/dist/esm/i18n/sv.js +31 -30
- package/dist/esm/i18n/th.js +31 -30
- package/dist/esm/i18n/tr.js +31 -30
- package/dist/esm/i18n/uk.js +31 -30
- package/dist/esm/i18n/vi.js +31 -30
- package/dist/esm/i18n/zh.js +31 -30
- package/dist/esm/i18n/zh_TW.js +31 -30
- package/dist/esm/messages.js +10 -0
- package/dist/esm/styled/TeamCard.js +14 -12
- package/dist/esm/util/analytics.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/components/Error/AccessLockSVG.d.ts +3 -0
- package/dist/types/components/Team/TeamForbiddenErrorState.d.ts +6 -0
- package/dist/types/i18n/cs.d.ts +30 -30
- package/dist/types/i18n/da.d.ts +30 -30
- package/dist/types/i18n/de.d.ts +30 -30
- package/dist/types/i18n/en.d.ts +30 -30
- package/dist/types/i18n/en_GB.d.ts +30 -30
- package/dist/types/i18n/es.d.ts +30 -30
- package/dist/types/i18n/fi.d.ts +30 -30
- package/dist/types/i18n/fr.d.ts +30 -30
- package/dist/types/i18n/hu.d.ts +30 -30
- package/dist/types/i18n/it.d.ts +30 -30
- package/dist/types/i18n/ja.d.ts +30 -30
- package/dist/types/i18n/ko.d.ts +30 -30
- package/dist/types/i18n/nb.d.ts +30 -30
- package/dist/types/i18n/nl.d.ts +30 -30
- package/dist/types/i18n/pl.d.ts +30 -30
- package/dist/types/i18n/pt_BR.d.ts +30 -30
- package/dist/types/i18n/ru.d.ts +30 -30
- package/dist/types/i18n/sv.d.ts +30 -30
- package/dist/types/i18n/th.d.ts +30 -30
- package/dist/types/i18n/tr.d.ts +30 -30
- package/dist/types/i18n/uk.d.ts +30 -30
- package/dist/types/i18n/vi.d.ts +30 -30
- package/dist/types/i18n/zh.d.ts +30 -30
- package/dist/types/i18n/zh_TW.d.ts +30 -30
- package/dist/types/messages.d.ts +10 -0
- package/dist/types/styled/TeamCard.d.ts +8 -0
- package/dist/types/types.d.ts +6 -3
- package/docs/2-team-profilecard.tsx +4 -2
- package/package.json +11 -6
- package/report.api.md +6 -1
- package/tmp/api-report-tmp.d.ts +6 -1
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
2
|
+
"pt.profile-card.closed.account": string;
|
|
3
|
+
"pt.profile-card.closed.account.has.date.a.few.months": string;
|
|
4
|
+
"pt.profile-card.closed.account.has.date.last.month": string;
|
|
5
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": string;
|
|
6
|
+
"pt.profile-card.closed.account.has.date.several.months": string;
|
|
7
|
+
"pt.profile-card.closed.account.has.date.this.month": string;
|
|
8
|
+
"pt.profile-card.closed.account.has.date.this.week": string;
|
|
9
|
+
"pt.profile-card.closed.account.no.date": string;
|
|
10
|
+
"pt.profile-card.disabled.account.default.name": string;
|
|
11
|
+
"pt.profile-card.general.msg.disabled.user": string;
|
|
12
|
+
"pt.profile-card.give-kudos": string;
|
|
13
|
+
"pt.profile-card.inactive.account": string;
|
|
14
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": string;
|
|
15
|
+
"pt.profile-card.inactive.account.has.date.last.month": string;
|
|
16
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": string;
|
|
17
|
+
"pt.profile-card.inactive.account.has.date.several.months": string;
|
|
18
|
+
"pt.profile-card.inactive.account.has.date.this.month": string;
|
|
19
|
+
"pt.profile-card.inactive.account.has.date.this.week": string;
|
|
20
|
+
"pt.profile-card.inactive.account.no.date": string;
|
|
21
|
+
"pt.profile-card.more-icon-label": string;
|
|
22
|
+
"pt.team-profile-card.directReports.heading": string;
|
|
23
|
+
"pt.team-profile-card.error.refresh-button": string;
|
|
24
|
+
"pt.team-profile-card.error.suggestion": string;
|
|
25
|
+
"pt.team-profile-card.error.title": string;
|
|
26
|
+
"pt.team-profile-card.manager.heading": string;
|
|
27
|
+
"pt.team-profile-card.team.action.view-profile": string;
|
|
28
|
+
"pt.team-profile-card.team.member.count": string;
|
|
29
|
+
"pt.team-profile-card.team.member.count-including-you": string;
|
|
30
|
+
"pt.team-profile-card.team.member.many": string;
|
|
31
|
+
"pt.team-profile-card.team.member.many-including-you": string;
|
|
32
32
|
};
|
|
33
33
|
/**
|
|
34
34
|
* NOTE:
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
2
|
+
"pt.profile-card.closed.account": string;
|
|
3
|
+
"pt.profile-card.closed.account.has.date.a.few.months": string;
|
|
4
|
+
"pt.profile-card.closed.account.has.date.last.month": string;
|
|
5
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": string;
|
|
6
|
+
"pt.profile-card.closed.account.has.date.several.months": string;
|
|
7
|
+
"pt.profile-card.closed.account.has.date.this.month": string;
|
|
8
|
+
"pt.profile-card.closed.account.has.date.this.week": string;
|
|
9
|
+
"pt.profile-card.closed.account.no.date": string;
|
|
10
|
+
"pt.profile-card.disabled.account.default.name": string;
|
|
11
|
+
"pt.profile-card.general.msg.disabled.user": string;
|
|
12
|
+
"pt.profile-card.give-kudos": string;
|
|
13
|
+
"pt.profile-card.inactive.account": string;
|
|
14
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": string;
|
|
15
|
+
"pt.profile-card.inactive.account.has.date.last.month": string;
|
|
16
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": string;
|
|
17
|
+
"pt.profile-card.inactive.account.has.date.several.months": string;
|
|
18
|
+
"pt.profile-card.inactive.account.has.date.this.month": string;
|
|
19
|
+
"pt.profile-card.inactive.account.has.date.this.week": string;
|
|
20
|
+
"pt.profile-card.inactive.account.no.date": string;
|
|
21
|
+
"pt.profile-card.more-icon-label": string;
|
|
22
|
+
"pt.team-profile-card.directReports.heading": string;
|
|
23
|
+
"pt.team-profile-card.error.refresh-button": string;
|
|
24
|
+
"pt.team-profile-card.error.suggestion": string;
|
|
25
|
+
"pt.team-profile-card.error.title": string;
|
|
26
|
+
"pt.team-profile-card.manager.heading": string;
|
|
27
|
+
"pt.team-profile-card.team.action.view-profile": string;
|
|
28
|
+
"pt.team-profile-card.team.member.count": string;
|
|
29
|
+
"pt.team-profile-card.team.member.count-including-you": string;
|
|
30
|
+
"pt.team-profile-card.team.member.many": string;
|
|
31
|
+
"pt.team-profile-card.team.member.many-including-you": string;
|
|
32
32
|
};
|
|
33
33
|
/**
|
|
34
34
|
* NOTE:
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
2
|
+
"pt.profile-card.closed.account": string;
|
|
3
|
+
"pt.profile-card.closed.account.has.date.a.few.months": string;
|
|
4
|
+
"pt.profile-card.closed.account.has.date.last.month": string;
|
|
5
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": string;
|
|
6
|
+
"pt.profile-card.closed.account.has.date.several.months": string;
|
|
7
|
+
"pt.profile-card.closed.account.has.date.this.month": string;
|
|
8
|
+
"pt.profile-card.closed.account.has.date.this.week": string;
|
|
9
|
+
"pt.profile-card.closed.account.no.date": string;
|
|
10
|
+
"pt.profile-card.disabled.account.default.name": string;
|
|
11
|
+
"pt.profile-card.general.msg.disabled.user": string;
|
|
12
|
+
"pt.profile-card.give-kudos": string;
|
|
13
|
+
"pt.profile-card.inactive.account": string;
|
|
14
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": string;
|
|
15
|
+
"pt.profile-card.inactive.account.has.date.last.month": string;
|
|
16
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": string;
|
|
17
|
+
"pt.profile-card.inactive.account.has.date.several.months": string;
|
|
18
|
+
"pt.profile-card.inactive.account.has.date.this.month": string;
|
|
19
|
+
"pt.profile-card.inactive.account.has.date.this.week": string;
|
|
20
|
+
"pt.profile-card.inactive.account.no.date": string;
|
|
21
|
+
"pt.profile-card.more-icon-label": string;
|
|
22
|
+
"pt.team-profile-card.directReports.heading": string;
|
|
23
|
+
"pt.team-profile-card.error.refresh-button": string;
|
|
24
|
+
"pt.team-profile-card.error.suggestion": string;
|
|
25
|
+
"pt.team-profile-card.error.title": string;
|
|
26
|
+
"pt.team-profile-card.manager.heading": string;
|
|
27
|
+
"pt.team-profile-card.team.action.view-profile": string;
|
|
28
|
+
"pt.team-profile-card.team.member.count": string;
|
|
29
|
+
"pt.team-profile-card.team.member.count-including-you": string;
|
|
30
|
+
"pt.team-profile-card.team.member.many": string;
|
|
31
|
+
"pt.team-profile-card.team.member.many-including-you": string;
|
|
32
32
|
};
|
|
33
33
|
/**
|
|
34
34
|
* NOTE:
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
2
|
+
"pt.profile-card.closed.account": string;
|
|
3
|
+
"pt.profile-card.closed.account.has.date.a.few.months": string;
|
|
4
|
+
"pt.profile-card.closed.account.has.date.last.month": string;
|
|
5
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": string;
|
|
6
|
+
"pt.profile-card.closed.account.has.date.several.months": string;
|
|
7
|
+
"pt.profile-card.closed.account.has.date.this.month": string;
|
|
8
|
+
"pt.profile-card.closed.account.has.date.this.week": string;
|
|
9
|
+
"pt.profile-card.closed.account.no.date": string;
|
|
10
|
+
"pt.profile-card.disabled.account.default.name": string;
|
|
11
|
+
"pt.profile-card.general.msg.disabled.user": string;
|
|
12
|
+
"pt.profile-card.give-kudos": string;
|
|
13
|
+
"pt.profile-card.inactive.account": string;
|
|
14
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": string;
|
|
15
|
+
"pt.profile-card.inactive.account.has.date.last.month": string;
|
|
16
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": string;
|
|
17
|
+
"pt.profile-card.inactive.account.has.date.several.months": string;
|
|
18
|
+
"pt.profile-card.inactive.account.has.date.this.month": string;
|
|
19
|
+
"pt.profile-card.inactive.account.has.date.this.week": string;
|
|
20
|
+
"pt.profile-card.inactive.account.no.date": string;
|
|
21
|
+
"pt.profile-card.more-icon-label": string;
|
|
22
|
+
"pt.team-profile-card.directReports.heading": string;
|
|
23
|
+
"pt.team-profile-card.error.refresh-button": string;
|
|
24
|
+
"pt.team-profile-card.error.suggestion": string;
|
|
25
|
+
"pt.team-profile-card.error.title": string;
|
|
26
|
+
"pt.team-profile-card.manager.heading": string;
|
|
27
|
+
"pt.team-profile-card.team.action.view-profile": string;
|
|
28
|
+
"pt.team-profile-card.team.member.count": string;
|
|
29
|
+
"pt.team-profile-card.team.member.count-including-you": string;
|
|
30
|
+
"pt.team-profile-card.team.member.many": string;
|
|
31
|
+
"pt.team-profile-card.team.member.many-including-you": string;
|
|
32
32
|
};
|
|
33
33
|
/**
|
|
34
34
|
* NOTE:
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
2
|
+
"pt.profile-card.closed.account": string;
|
|
3
|
+
"pt.profile-card.closed.account.has.date.a.few.months": string;
|
|
4
|
+
"pt.profile-card.closed.account.has.date.last.month": string;
|
|
5
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": string;
|
|
6
|
+
"pt.profile-card.closed.account.has.date.several.months": string;
|
|
7
|
+
"pt.profile-card.closed.account.has.date.this.month": string;
|
|
8
|
+
"pt.profile-card.closed.account.has.date.this.week": string;
|
|
9
|
+
"pt.profile-card.closed.account.no.date": string;
|
|
10
|
+
"pt.profile-card.disabled.account.default.name": string;
|
|
11
|
+
"pt.profile-card.general.msg.disabled.user": string;
|
|
12
|
+
"pt.profile-card.give-kudos": string;
|
|
13
|
+
"pt.profile-card.inactive.account": string;
|
|
14
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": string;
|
|
15
|
+
"pt.profile-card.inactive.account.has.date.last.month": string;
|
|
16
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": string;
|
|
17
|
+
"pt.profile-card.inactive.account.has.date.several.months": string;
|
|
18
|
+
"pt.profile-card.inactive.account.has.date.this.month": string;
|
|
19
|
+
"pt.profile-card.inactive.account.has.date.this.week": string;
|
|
20
|
+
"pt.profile-card.inactive.account.no.date": string;
|
|
21
|
+
"pt.profile-card.more-icon-label": string;
|
|
22
|
+
"pt.team-profile-card.directReports.heading": string;
|
|
23
|
+
"pt.team-profile-card.error.refresh-button": string;
|
|
24
|
+
"pt.team-profile-card.error.suggestion": string;
|
|
25
|
+
"pt.team-profile-card.error.title": string;
|
|
26
|
+
"pt.team-profile-card.manager.heading": string;
|
|
27
|
+
"pt.team-profile-card.team.action.view-profile": string;
|
|
28
|
+
"pt.team-profile-card.team.member.count": string;
|
|
29
|
+
"pt.team-profile-card.team.member.count-including-you": string;
|
|
30
|
+
"pt.team-profile-card.team.member.many": string;
|
|
31
|
+
"pt.team-profile-card.team.member.many-including-you": string;
|
|
32
32
|
};
|
|
33
33
|
/**
|
|
34
34
|
* NOTE:
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
2
|
+
"pt.profile-card.closed.account": string;
|
|
3
|
+
"pt.profile-card.closed.account.has.date.a.few.months": string;
|
|
4
|
+
"pt.profile-card.closed.account.has.date.last.month": string;
|
|
5
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": string;
|
|
6
|
+
"pt.profile-card.closed.account.has.date.several.months": string;
|
|
7
|
+
"pt.profile-card.closed.account.has.date.this.month": string;
|
|
8
|
+
"pt.profile-card.closed.account.has.date.this.week": string;
|
|
9
|
+
"pt.profile-card.closed.account.no.date": string;
|
|
10
|
+
"pt.profile-card.disabled.account.default.name": string;
|
|
11
|
+
"pt.profile-card.general.msg.disabled.user": string;
|
|
12
|
+
"pt.profile-card.give-kudos": string;
|
|
13
|
+
"pt.profile-card.inactive.account": string;
|
|
14
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": string;
|
|
15
|
+
"pt.profile-card.inactive.account.has.date.last.month": string;
|
|
16
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": string;
|
|
17
|
+
"pt.profile-card.inactive.account.has.date.several.months": string;
|
|
18
|
+
"pt.profile-card.inactive.account.has.date.this.month": string;
|
|
19
|
+
"pt.profile-card.inactive.account.has.date.this.week": string;
|
|
20
|
+
"pt.profile-card.inactive.account.no.date": string;
|
|
21
|
+
"pt.profile-card.more-icon-label": string;
|
|
22
|
+
"pt.team-profile-card.directReports.heading": string;
|
|
23
|
+
"pt.team-profile-card.error.refresh-button": string;
|
|
24
|
+
"pt.team-profile-card.error.suggestion": string;
|
|
25
|
+
"pt.team-profile-card.error.title": string;
|
|
26
|
+
"pt.team-profile-card.manager.heading": string;
|
|
27
|
+
"pt.team-profile-card.team.action.view-profile": string;
|
|
28
|
+
"pt.team-profile-card.team.member.count": string;
|
|
29
|
+
"pt.team-profile-card.team.member.count-including-you": string;
|
|
30
|
+
"pt.team-profile-card.team.member.many": string;
|
|
31
|
+
"pt.team-profile-card.team.member.many-including-you": string;
|
|
32
32
|
};
|
|
33
33
|
/**
|
|
34
34
|
* NOTE:
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
2
|
+
"pt.profile-card.closed.account": string;
|
|
3
|
+
"pt.profile-card.closed.account.has.date.a.few.months": string;
|
|
4
|
+
"pt.profile-card.closed.account.has.date.last.month": string;
|
|
5
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": string;
|
|
6
|
+
"pt.profile-card.closed.account.has.date.several.months": string;
|
|
7
|
+
"pt.profile-card.closed.account.has.date.this.month": string;
|
|
8
|
+
"pt.profile-card.closed.account.has.date.this.week": string;
|
|
9
|
+
"pt.profile-card.closed.account.no.date": string;
|
|
10
|
+
"pt.profile-card.disabled.account.default.name": string;
|
|
11
|
+
"pt.profile-card.general.msg.disabled.user": string;
|
|
12
|
+
"pt.profile-card.give-kudos": string;
|
|
13
|
+
"pt.profile-card.inactive.account": string;
|
|
14
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": string;
|
|
15
|
+
"pt.profile-card.inactive.account.has.date.last.month": string;
|
|
16
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": string;
|
|
17
|
+
"pt.profile-card.inactive.account.has.date.several.months": string;
|
|
18
|
+
"pt.profile-card.inactive.account.has.date.this.month": string;
|
|
19
|
+
"pt.profile-card.inactive.account.has.date.this.week": string;
|
|
20
|
+
"pt.profile-card.inactive.account.no.date": string;
|
|
21
|
+
"pt.profile-card.more-icon-label": string;
|
|
22
|
+
"pt.team-profile-card.directReports.heading": string;
|
|
23
|
+
"pt.team-profile-card.error.refresh-button": string;
|
|
24
|
+
"pt.team-profile-card.error.suggestion": string;
|
|
25
|
+
"pt.team-profile-card.error.title": string;
|
|
26
|
+
"pt.team-profile-card.manager.heading": string;
|
|
27
|
+
"pt.team-profile-card.team.action.view-profile": string;
|
|
28
|
+
"pt.team-profile-card.team.member.count": string;
|
|
29
|
+
"pt.team-profile-card.team.member.count-including-you": string;
|
|
30
|
+
"pt.team-profile-card.team.member.many": string;
|
|
31
|
+
"pt.team-profile-card.team.member.many-including-you": string;
|
|
32
32
|
};
|
|
33
33
|
/**
|
|
34
34
|
* NOTE:
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
2
|
+
"pt.profile-card.closed.account": string;
|
|
3
|
+
"pt.profile-card.closed.account.has.date.a.few.months": string;
|
|
4
|
+
"pt.profile-card.closed.account.has.date.last.month": string;
|
|
5
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": string;
|
|
6
|
+
"pt.profile-card.closed.account.has.date.several.months": string;
|
|
7
|
+
"pt.profile-card.closed.account.has.date.this.month": string;
|
|
8
|
+
"pt.profile-card.closed.account.has.date.this.week": string;
|
|
9
|
+
"pt.profile-card.closed.account.no.date": string;
|
|
10
|
+
"pt.profile-card.disabled.account.default.name": string;
|
|
11
|
+
"pt.profile-card.general.msg.disabled.user": string;
|
|
12
|
+
"pt.profile-card.give-kudos": string;
|
|
13
|
+
"pt.profile-card.inactive.account": string;
|
|
14
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": string;
|
|
15
|
+
"pt.profile-card.inactive.account.has.date.last.month": string;
|
|
16
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": string;
|
|
17
|
+
"pt.profile-card.inactive.account.has.date.several.months": string;
|
|
18
|
+
"pt.profile-card.inactive.account.has.date.this.month": string;
|
|
19
|
+
"pt.profile-card.inactive.account.has.date.this.week": string;
|
|
20
|
+
"pt.profile-card.inactive.account.no.date": string;
|
|
21
|
+
"pt.profile-card.more-icon-label": string;
|
|
22
|
+
"pt.team-profile-card.directReports.heading": string;
|
|
23
|
+
"pt.team-profile-card.error.refresh-button": string;
|
|
24
|
+
"pt.team-profile-card.error.suggestion": string;
|
|
25
|
+
"pt.team-profile-card.error.title": string;
|
|
26
|
+
"pt.team-profile-card.manager.heading": string;
|
|
27
|
+
"pt.team-profile-card.team.action.view-profile": string;
|
|
28
|
+
"pt.team-profile-card.team.member.count": string;
|
|
29
|
+
"pt.team-profile-card.team.member.count-including-you": string;
|
|
30
|
+
"pt.team-profile-card.team.member.many": string;
|
|
31
|
+
"pt.team-profile-card.team.member.many-including-you": string;
|
|
32
32
|
};
|
|
33
33
|
/**
|
|
34
34
|
* NOTE:
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
2
|
+
"pt.profile-card.closed.account": string;
|
|
3
|
+
"pt.profile-card.closed.account.has.date.a.few.months": string;
|
|
4
|
+
"pt.profile-card.closed.account.has.date.last.month": string;
|
|
5
|
+
"pt.profile-card.closed.account.has.date.more.than.a.year": string;
|
|
6
|
+
"pt.profile-card.closed.account.has.date.several.months": string;
|
|
7
|
+
"pt.profile-card.closed.account.has.date.this.month": string;
|
|
8
|
+
"pt.profile-card.closed.account.has.date.this.week": string;
|
|
9
|
+
"pt.profile-card.closed.account.no.date": string;
|
|
10
|
+
"pt.profile-card.disabled.account.default.name": string;
|
|
11
|
+
"pt.profile-card.general.msg.disabled.user": string;
|
|
12
|
+
"pt.profile-card.give-kudos": string;
|
|
13
|
+
"pt.profile-card.inactive.account": string;
|
|
14
|
+
"pt.profile-card.inactive.account.has.date.a.few.months": string;
|
|
15
|
+
"pt.profile-card.inactive.account.has.date.last.month": string;
|
|
16
|
+
"pt.profile-card.inactive.account.has.date.more.than.a.year": string;
|
|
17
|
+
"pt.profile-card.inactive.account.has.date.several.months": string;
|
|
18
|
+
"pt.profile-card.inactive.account.has.date.this.month": string;
|
|
19
|
+
"pt.profile-card.inactive.account.has.date.this.week": string;
|
|
20
|
+
"pt.profile-card.inactive.account.no.date": string;
|
|
21
|
+
"pt.profile-card.more-icon-label": string;
|
|
22
|
+
"pt.team-profile-card.directReports.heading": string;
|
|
23
|
+
"pt.team-profile-card.error.refresh-button": string;
|
|
24
|
+
"pt.team-profile-card.error.suggestion": string;
|
|
25
|
+
"pt.team-profile-card.error.title": string;
|
|
26
|
+
"pt.team-profile-card.manager.heading": string;
|
|
27
|
+
"pt.team-profile-card.team.action.view-profile": string;
|
|
28
|
+
"pt.team-profile-card.team.member.count": string;
|
|
29
|
+
"pt.team-profile-card.team.member.count-including-you": string;
|
|
30
|
+
"pt.team-profile-card.team.member.many": string;
|
|
31
|
+
"pt.team-profile-card.team.member.many-including-you": string;
|
|
32
32
|
};
|
|
33
33
|
/**
|
|
34
34
|
* NOTE:
|