@atlaskit/profilecard 17.1.1 → 17.2.1
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/client/package.json +8 -1
- package/dist/cjs/mocks/mock-profile-client.js +5 -0
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/mocks/mock-profile-client.js +4 -0
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/mocks/mock-profile-client.js +5 -0
- package/dist/esm/util/analytics.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types-ts4.0/client/CachingClient.d.ts +18 -0
- package/dist/types-ts4.0/client/ProfileCardClient.d.ts +18 -0
- package/dist/types-ts4.0/client/TeamCentralCardClient.d.ts +31 -0
- package/dist/types-ts4.0/client/TeamProfileCardClient.d.ts +10 -0
- package/dist/types-ts4.0/client/UserProfileCardClient.d.ts +18 -0
- package/dist/types-ts4.0/client/errorUtils.d.ts +6 -0
- package/dist/types-ts4.0/client/getTeamFromAGG.d.ts +28 -0
- package/dist/types-ts4.0/client/graphqlUtils.d.ts +16 -0
- package/dist/types-ts4.0/client/index.d.ts +6 -0
- package/dist/types-ts4.0/components/Error/ErrorBoundary.d.ts +10 -0
- package/dist/types-ts4.0/components/Error/ErrorIllustration.d.ts +2 -0
- package/dist/types-ts4.0/components/Error/ErrorMessage.d.ts +10 -0
- package/dist/types-ts4.0/components/Error/index.d.ts +3 -0
- package/dist/types-ts4.0/components/Icon/IconLabel.d.ts +12 -0
- package/dist/types-ts4.0/components/Icon/index.d.ts +1 -0
- package/dist/types-ts4.0/components/Team/TeamLoadingState.d.ts +6 -0
- package/dist/types-ts4.0/components/Team/TeamProfileCard.d.ts +4 -0
- package/dist/types-ts4.0/components/Team/TeamProfileCardTrigger.d.ts +50 -0
- package/dist/types-ts4.0/components/Team/index.d.ts +4 -0
- package/dist/types-ts4.0/components/Team/lazyTeamProfileCard.d.ts +2 -0
- package/dist/types-ts4.0/components/User/OverflowProfileCardButtons.d.ts +9 -0
- package/dist/types-ts4.0/components/User/ProfileCard.d.ts +5 -0
- package/dist/types-ts4.0/components/User/ProfileCardDetails.d.ts +3 -0
- package/dist/types-ts4.0/components/User/ProfileCardResourced.d.ts +22 -0
- package/dist/types-ts4.0/components/User/ProfileCardTrigger.d.ts +4 -0
- package/dist/types-ts4.0/components/User/ReportingLinesDetails.d.ts +5 -0
- package/dist/types-ts4.0/components/User/UserLoadingState.d.ts +7 -0
- package/dist/types-ts4.0/components/User/index.d.ts +4 -0
- package/dist/types-ts4.0/components/User/lazyProfileCard.d.ts +2 -0
- package/dist/types-ts4.0/i18n/cs.d.ts +38 -0
- package/dist/types-ts4.0/i18n/da.d.ts +38 -0
- package/dist/types-ts4.0/i18n/de.d.ts +38 -0
- package/dist/types-ts4.0/i18n/en.d.ts +39 -0
- package/dist/types-ts4.0/i18n/en_GB.d.ts +39 -0
- package/dist/types-ts4.0/i18n/en_ZZ.d.ts +39 -0
- package/dist/types-ts4.0/i18n/es.d.ts +38 -0
- package/dist/types-ts4.0/i18n/et.d.ts +27 -0
- package/dist/types-ts4.0/i18n/fi.d.ts +38 -0
- package/dist/types-ts4.0/i18n/fr.d.ts +38 -0
- package/dist/types-ts4.0/i18n/hu.d.ts +38 -0
- package/dist/types-ts4.0/i18n/index.d.ts +36 -0
- package/dist/types-ts4.0/i18n/is.d.ts +27 -0
- package/dist/types-ts4.0/i18n/it.d.ts +38 -0
- package/dist/types-ts4.0/i18n/ja.d.ts +38 -0
- package/dist/types-ts4.0/i18n/ko.d.ts +38 -0
- package/dist/types-ts4.0/i18n/languages.d.ts +33 -0
- package/dist/types-ts4.0/i18n/nb.d.ts +38 -0
- package/dist/types-ts4.0/i18n/nl.d.ts +38 -0
- package/dist/types-ts4.0/i18n/pl.d.ts +38 -0
- package/dist/types-ts4.0/i18n/pt_BR.d.ts +38 -0
- package/dist/types-ts4.0/i18n/pt_PT.d.ts +27 -0
- package/dist/types-ts4.0/i18n/ro.d.ts +27 -0
- package/dist/types-ts4.0/i18n/ru.d.ts +38 -0
- package/dist/types-ts4.0/i18n/sk.d.ts +27 -0
- package/dist/types-ts4.0/i18n/sv.d.ts +38 -0
- package/dist/types-ts4.0/i18n/th.d.ts +38 -0
- package/dist/types-ts4.0/i18n/tr.d.ts +38 -0
- package/dist/types-ts4.0/i18n/uk.d.ts +38 -0
- package/dist/types-ts4.0/i18n/vi.d.ts +38 -0
- package/dist/types-ts4.0/i18n/zh.d.ts +38 -0
- package/dist/types-ts4.0/i18n/zh_TW.d.ts +38 -0
- package/dist/types-ts4.0/index.d.ts +18 -0
- package/dist/types-ts4.0/internal/filterActions.d.ts +3 -0
- package/dist/types-ts4.0/internal/relative-date.d.ts +3 -0
- package/dist/types-ts4.0/messages.d.ts +153 -0
- package/dist/types-ts4.0/mocks/index.d.ts +4 -0
- package/dist/types-ts4.0/mocks/mock-profile-client.d.ts +1 -0
- package/dist/types-ts4.0/mocks/mock-team-client.d.ts +7 -0
- package/dist/types-ts4.0/mocks/profile-data.d.ts +41 -0
- package/dist/types-ts4.0/mocks/reporting-lines-data.d.ts +2 -0
- package/dist/types-ts4.0/mocks/simple-mock-clients.d.ts +14 -0
- package/dist/types-ts4.0/mocks/team-data.d.ts +7 -0
- package/dist/types-ts4.0/mocks/util.d.ts +6 -0
- package/dist/types-ts4.0/styled/Card.d.ts +31 -0
- package/dist/types-ts4.0/styled/Error.d.ts +6 -0
- package/dist/types-ts4.0/styled/ReportingLines.d.ts +6 -0
- package/dist/types-ts4.0/styled/TeamCard.d.ts +20 -0
- package/dist/types-ts4.0/styled/constants.d.ts +14 -0
- package/dist/types-ts4.0/types.d.ts +355 -0
- package/dist/types-ts4.0/util/analytics.d.ts +58 -0
- package/dist/types-ts4.0/util/click.d.ts +4 -0
- package/dist/types-ts4.0/util/config.d.ts +2 -0
- package/dist/types-ts4.0/util/performance.d.ts +1 -0
- package/dist/types-ts4.0/util/withOuterListeners.d.ts +6 -0
- package/messages/package.json +8 -1
- package/mocks/package.json +8 -1
- package/package.json +9 -2
- package/report.api.md +364 -291
- package/team/package.json +8 -1
- package/types/package.json +8 -1
- package/user/package.json +8 -1
package/team/package.json
CHANGED
|
@@ -3,5 +3,12 @@
|
|
|
3
3
|
"main": "../dist/cjs/components/Team/index.js",
|
|
4
4
|
"module": "../dist/esm/components/Team/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/components/Team/index.js",
|
|
6
|
-
"types": "../dist/types/components/Team/index.d.ts"
|
|
6
|
+
"types": "../dist/types/components/Team/index.d.ts",
|
|
7
|
+
"typesVersions": {
|
|
8
|
+
">=4.0 <4.5": {
|
|
9
|
+
"*": [
|
|
10
|
+
"../dist/types-ts4.0/components/Team/index.d.ts"
|
|
11
|
+
]
|
|
12
|
+
}
|
|
13
|
+
}
|
|
7
14
|
}
|
package/types/package.json
CHANGED
|
@@ -3,5 +3,12 @@
|
|
|
3
3
|
"main": "../dist/cjs/types.js",
|
|
4
4
|
"module": "../dist/esm/types.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/types.js",
|
|
6
|
-
"types": "../dist/types/types.d.ts"
|
|
6
|
+
"types": "../dist/types/types.d.ts",
|
|
7
|
+
"typesVersions": {
|
|
8
|
+
">=4.0 <4.5": {
|
|
9
|
+
"*": [
|
|
10
|
+
"../dist/types-ts4.0/types.d.ts"
|
|
11
|
+
]
|
|
12
|
+
}
|
|
13
|
+
}
|
|
7
14
|
}
|
package/user/package.json
CHANGED
|
@@ -3,5 +3,12 @@
|
|
|
3
3
|
"main": "../dist/cjs/components/User/index.js",
|
|
4
4
|
"module": "../dist/esm/components/User/index.js",
|
|
5
5
|
"module:es2019": "../dist/es2019/components/User/index.js",
|
|
6
|
-
"types": "../dist/types/components/User/index.d.ts"
|
|
6
|
+
"types": "../dist/types/components/User/index.d.ts",
|
|
7
|
+
"typesVersions": {
|
|
8
|
+
">=4.0 <4.5": {
|
|
9
|
+
"*": [
|
|
10
|
+
"../dist/types-ts4.0/components/User/index.d.ts"
|
|
11
|
+
]
|
|
12
|
+
}
|
|
13
|
+
}
|
|
7
14
|
}
|