@atlaskit/share 4.2.1 → 4.2.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.
- package/CHANGELOG.md +6 -0
- package/dist/cjs/components/analytics/analytics.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/analytics/analytics.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/analytics/analytics.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types-ts4.5/clients/AtlassianUrlShortenerClient.d.ts +16 -0
- package/dist/types-ts4.5/clients/ShareServiceClient.d.ts +25 -0
- package/dist/types-ts4.5/clients/index.d.ts +2 -0
- package/dist/types-ts4.5/components/CommentField.d.ts +6 -0
- package/dist/types-ts4.5/components/CopyLinkButton.d.ts +37 -0
- package/dist/types-ts4.5/components/ErrorBoundary.d.ts +4 -0
- package/dist/types-ts4.5/components/IntegrationButton.d.ts +10 -0
- package/dist/types-ts4.5/components/IntegrationForm.d.ts +11 -0
- package/dist/types-ts4.5/components/LazyShareForm/LazyShareForm.d.ts +20 -0
- package/dist/types-ts4.5/components/LazyShareForm/index.d.ts +1 -0
- package/dist/types-ts4.5/components/LazyShareForm/lazy.d.ts +4 -0
- package/dist/types-ts4.5/components/MessagesIntlProvider.d.ts +9 -0
- package/dist/types-ts4.5/components/ShareButton.d.ts +13 -0
- package/dist/types-ts4.5/components/ShareDialogContainer.d.ts +57 -0
- package/dist/types-ts4.5/components/ShareDialogWithTrigger.d.ts +43 -0
- package/dist/types-ts4.5/components/ShareForm.d.ts +11 -0
- package/dist/types-ts4.5/components/ShareFormWrapper/ShareFormWrapper.d.ts +9 -0
- package/dist/types-ts4.5/components/ShareFormWrapper/index.d.ts +1 -0
- package/dist/types-ts4.5/components/ShareFormWrapper/styled.d.ts +10 -0
- package/dist/types-ts4.5/components/ShareHeader.d.ts +8 -0
- package/dist/types-ts4.5/components/SlackIcon.d.ts +3 -0
- package/dist/types-ts4.5/components/SplitButton.d.ts +19 -0
- package/dist/types-ts4.5/components/UserPickerField.d.ts +29 -0
- package/dist/types-ts4.5/components/analytics/analytics.d.ts +19 -0
- package/dist/types-ts4.5/components/analytics/ufoExperienceHelper.d.ts +2 -0
- package/dist/types-ts4.5/components/analytics/ufoExperiences.d.ts +3 -0
- package/dist/types-ts4.5/components/colorSlackIcon.d.ts +3 -0
- package/dist/types-ts4.5/components/localStorageUtils.d.ts +5 -0
- package/dist/types-ts4.5/components/monochromeSlackIcon.d.ts +3 -0
- package/dist/types-ts4.5/components/styles.d.ts +5 -0
- package/dist/types-ts4.5/components/utils.d.ts +19 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +46 -0
- package/dist/types-ts4.5/i18n/da.d.ts +46 -0
- package/dist/types-ts4.5/i18n/de.d.ts +46 -0
- package/dist/types-ts4.5/i18n/en.d.ts +46 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +46 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +43 -0
- package/dist/types-ts4.5/i18n/es.d.ts +46 -0
- package/dist/types-ts4.5/i18n/et.d.ts +30 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +46 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +46 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +46 -0
- package/dist/types-ts4.5/i18n/index.d.ts +36 -0
- package/dist/types-ts4.5/i18n/is.d.ts +33 -0
- package/dist/types-ts4.5/i18n/it.d.ts +46 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +46 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +46 -0
- package/dist/types-ts4.5/i18n/languages.d.ts +33 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +46 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +46 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +46 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +46 -0
- package/dist/types-ts4.5/i18n/pt_PT.d.ts +30 -0
- package/dist/types-ts4.5/i18n/ro.d.ts +33 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +46 -0
- package/dist/types-ts4.5/i18n/sk.d.ts +30 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +46 -0
- package/dist/types-ts4.5/i18n/th.d.ts +46 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +46 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +46 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +46 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +46 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +46 -0
- package/dist/types-ts4.5/i18n.d.ts +187 -0
- package/dist/types-ts4.5/index.d.ts +4 -0
- package/dist/types-ts4.5/types/Flag.d.ts +13 -0
- package/dist/types-ts4.5/types/OriginTracing.d.ts +17 -0
- package/dist/types-ts4.5/types/Products.d.ts +3 -0
- package/dist/types-ts4.5/types/ShareButton.d.ts +2 -0
- package/dist/types-ts4.5/types/ShareContentState.d.ts +14 -0
- package/dist/types-ts4.5/types/ShareDialogContainer.d.ts +147 -0
- package/dist/types-ts4.5/types/ShareDialogWithTrigger.d.ts +45 -0
- package/dist/types-ts4.5/types/ShareEntities.d.ts +30 -0
- package/dist/types-ts4.5/types/ShareForm.d.ts +31 -0
- package/dist/types-ts4.5/types/User.d.ts +9 -0
- package/dist/types-ts4.5/types/form.d.ts +5 -0
- package/dist/types-ts4.5/types/index.d.ts +17 -0
- package/dist/types-ts4.5/util/i18n-util.d.ts +17 -0
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/share",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.2",
|
|
4
4
|
"description": "Fabric Share Element",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@atlaskit/analytics-next": "^9.1.0",
|
|
42
42
|
"@atlaskit/button": "^16.7.0",
|
|
43
|
-
"@atlaskit/dropdown-menu": "^11.
|
|
43
|
+
"@atlaskit/dropdown-menu": "^11.9.0",
|
|
44
44
|
"@atlaskit/form": "^8.11.0",
|
|
45
45
|
"@atlaskit/icon": "^21.12.0",
|
|
46
46
|
"@atlaskit/popup": "^1.6.0",
|