@atlaskit/share 4.16.2 → 4.16.3
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/clients/package.json +1 -1
- package/copy-link-button/package.json +1 -1
- package/dist/cjs/components/analytics/analytics.js +1 -1
- package/dist/cjs/types/OriginTracing.js +1 -5
- package/dist/cjs/types/Products.js +1 -5
- package/dist/cjs/types/ShareButton.js +1 -5
- package/dist/cjs/types/User.js +1 -5
- package/dist/cjs/types/form.js +1 -5
- package/dist/es2019/components/analytics/analytics.js +1 -1
- package/dist/es2019/types/OriginTracing.js +0 -1
- package/dist/es2019/types/Products.js +0 -1
- package/dist/es2019/types/ShareButton.js +0 -1
- package/dist/es2019/types/User.js +0 -1
- package/dist/es2019/types/form.js +0 -1
- package/dist/esm/components/analytics/analytics.js +1 -1
- package/dist/esm/types/OriginTracing.js +0 -1
- package/dist/esm/types/Products.js +0 -1
- package/dist/esm/types/ShareButton.js +0 -1
- package/dist/esm/types/User.js +0 -1
- package/dist/esm/types/form.js +0 -1
- package/dist/types/components/ErrorBoundary.d.ts +2 -1
- package/dist/types/components/MessagesIntlProvider.d.ts +2 -2
- package/dist/types-ts4.5/components/ErrorBoundary.d.ts +2 -1
- package/dist/types-ts4.5/components/MessagesIntlProvider.d.ts +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/share
|
|
2
2
|
|
|
3
|
+
## 4.16.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
8
|
+
|
|
3
9
|
## 4.16.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/clients/package.json
CHANGED
|
@@ -13,7 +13,7 @@ var buildAttributes = function buildAttributes() {
|
|
|
13
13
|
var attributes = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
14
|
return _objectSpread({
|
|
15
15
|
packageName: "@atlaskit/share",
|
|
16
|
-
packageVersion: "4.16.
|
|
16
|
+
packageVersion: "4.16.3"
|
|
17
17
|
}, attributes);
|
|
18
18
|
};
|
|
19
19
|
var createEvent = function createEvent(eventType, source, action, actionSubject, actionSubjectId) {
|
package/dist/cjs/types/User.js
CHANGED
package/dist/cjs/types/form.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { isEmail, isExternalUser, isTeam, isUser } from '@atlaskit/smart-user-picker';
|
|
2
2
|
const buildAttributes = (attributes = {}) => ({
|
|
3
3
|
packageName: "@atlaskit/share",
|
|
4
|
-
packageVersion: "4.16.
|
|
4
|
+
packageVersion: "4.16.3",
|
|
5
5
|
...attributes
|
|
6
6
|
});
|
|
7
7
|
const createEvent = (eventType, source, action, actionSubject, actionSubjectId, attributes = {}) => ({
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -6,7 +6,7 @@ var buildAttributes = function buildAttributes() {
|
|
|
6
6
|
var attributes = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
7
7
|
return _objectSpread({
|
|
8
8
|
packageName: "@atlaskit/share",
|
|
9
|
-
packageVersion: "4.16.
|
|
9
|
+
packageVersion: "4.16.3"
|
|
10
10
|
}, attributes);
|
|
11
11
|
};
|
|
12
12
|
var createEvent = function createEvent(eventType, source, action, actionSubject, actionSubjectId) {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/esm/types/User.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/esm/types/form.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
3
|
-
|
|
3
|
+
type Props = React.PropsWithChildren<WithAnalyticsEventsProps>;
|
|
4
|
+
declare const _default: React.ForwardRefExoticComponent<Omit<Props, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>;
|
|
4
5
|
export default _default;
|
|
@@ -3,7 +3,7 @@ import { WrappedComponentProps } from 'react-intl-next';
|
|
|
3
3
|
export interface Props {
|
|
4
4
|
children: React.ReactChild;
|
|
5
5
|
}
|
|
6
|
-
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps
|
|
7
|
-
WrappedComponent: React.ComponentType<Props & WrappedComponentProps
|
|
6
|
+
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
|
|
7
|
+
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
3
|
-
|
|
3
|
+
type Props = React.PropsWithChildren<WithAnalyticsEventsProps>;
|
|
4
|
+
declare const _default: React.ForwardRefExoticComponent<Omit<Props, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>;
|
|
4
5
|
export default _default;
|
|
@@ -3,7 +3,7 @@ import { WrappedComponentProps } from 'react-intl-next';
|
|
|
3
3
|
export interface Props {
|
|
4
4
|
children: React.ReactChild;
|
|
5
5
|
}
|
|
6
|
-
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps
|
|
7
|
-
WrappedComponent: React.ComponentType<Props & WrappedComponentProps
|
|
6
|
+
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
|
|
7
|
+
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/share",
|
|
3
|
-
"version": "4.16.
|
|
3
|
+
"version": "4.16.3",
|
|
4
4
|
"description": "Fabric Share Element",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@atlaskit/tabs": "^14.0.0",
|
|
55
55
|
"@atlaskit/textarea": "^5.1.0",
|
|
56
56
|
"@atlaskit/theme": "^12.6.0",
|
|
57
|
-
"@atlaskit/tokens": "^1.
|
|
57
|
+
"@atlaskit/tokens": "^1.42.0",
|
|
58
58
|
"@atlaskit/tooltip": "^18.1.0",
|
|
59
59
|
"@atlaskit/ufo": "^0.2.0",
|
|
60
60
|
"@atlaskit/user-picker": "^10.19.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"react": "^16.8.0"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@atlaskit/editor-test-helpers": "^18.
|
|
75
|
+
"@atlaskit/editor-test-helpers": "^18.20.0",
|
|
76
76
|
"@atlaskit/flag": "^15.2.0",
|
|
77
77
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
78
78
|
"@testing-library/react": "^12.1.5",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"enzyme": "^3.10.0",
|
|
81
81
|
"enzyme-adapter-react-16": "^1.15.1",
|
|
82
82
|
"react": "^16.8.0",
|
|
83
|
-
"typescript": "~4.
|
|
83
|
+
"typescript": "~5.4.2"
|
|
84
84
|
},
|
|
85
85
|
"keywords": [
|
|
86
86
|
"ui",
|
|
@@ -118,4 +118,4 @@
|
|
|
118
118
|
"./copy-link-button": "./src/components/CopyLinkButton.tsx"
|
|
119
119
|
},
|
|
120
120
|
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
|
|
121
|
-
}
|
|
121
|
+
}
|