@atlaskit/smart-user-picker 6.9.1 → 6.9.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
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlassian/smart-user-picker
|
|
2
2
|
|
|
3
|
+
## 6.9.2
|
|
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
|
## 6.9.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/cjs/analytics.js
CHANGED
|
@@ -11,7 +11,7 @@ var _uuid = require("uuid");
|
|
|
11
11
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
12
12
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
13
13
|
var packageName = "@atlaskit/smart-user-picker";
|
|
14
|
-
var packageVersion = "6.9.
|
|
14
|
+
var packageVersion = "6.9.2";
|
|
15
15
|
var startSession = exports.startSession = function startSession() {
|
|
16
16
|
return {
|
|
17
17
|
id: (0, _uuid.v4)(),
|
package/dist/es2019/analytics.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { createAndFireEvent } from '@atlaskit/analytics-next';
|
|
2
2
|
import { v4 as uuid } from 'uuid';
|
|
3
3
|
const packageName = "@atlaskit/smart-user-picker";
|
|
4
|
-
const packageVersion = "6.9.
|
|
4
|
+
const packageVersion = "6.9.2";
|
|
5
5
|
export const startSession = () => ({
|
|
6
6
|
id: uuid(),
|
|
7
7
|
start: Date.now(),
|
package/dist/esm/analytics.js
CHANGED
|
@@ -4,7 +4,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
4
4
|
import { createAndFireEvent } from '@atlaskit/analytics-next';
|
|
5
5
|
import { v4 as uuid } from 'uuid';
|
|
6
6
|
var packageName = "@atlaskit/smart-user-picker";
|
|
7
|
-
var packageVersion = "6.9.
|
|
7
|
+
var packageVersion = "6.9.2";
|
|
8
8
|
export var startSession = function startSession() {
|
|
9
9
|
return {
|
|
10
10
|
id: uuid(),
|
|
@@ -3,9 +3,9 @@ import { ConcurrentExperience } from '@atlaskit/ufo';
|
|
|
3
3
|
export declare const smartUserPickerRenderedUfoExperience: ConcurrentExperience;
|
|
4
4
|
export declare const smartUserPickerOptionsShownUfoExperience: ConcurrentExperience;
|
|
5
5
|
export declare const useUFOConcurrentExperience: (experience: ConcurrentExperience, id: string) => void;
|
|
6
|
-
export declare class UfoErrorBoundary extends React.Component<{
|
|
6
|
+
export declare class UfoErrorBoundary extends React.Component<React.PropsWithChildren<{
|
|
7
7
|
id: string;
|
|
8
|
-
}
|
|
8
|
+
}>> {
|
|
9
9
|
componentDidCatch(): void;
|
|
10
10
|
render(): React.ReactNode;
|
|
11
11
|
}
|
|
@@ -3,9 +3,9 @@ import { ConcurrentExperience } from '@atlaskit/ufo';
|
|
|
3
3
|
export declare const smartUserPickerRenderedUfoExperience: ConcurrentExperience;
|
|
4
4
|
export declare const smartUserPickerOptionsShownUfoExperience: ConcurrentExperience;
|
|
5
5
|
export declare const useUFOConcurrentExperience: (experience: ConcurrentExperience, id: string) => void;
|
|
6
|
-
export declare class UfoErrorBoundary extends React.Component<{
|
|
6
|
+
export declare class UfoErrorBoundary extends React.Component<React.PropsWithChildren<{
|
|
7
7
|
id: string;
|
|
8
|
-
}
|
|
8
|
+
}>> {
|
|
9
9
|
componentDidCatch(): void;
|
|
10
10
|
render(): React.ReactNode;
|
|
11
11
|
}
|
package/option/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-user-picker",
|
|
3
|
-
"version": "6.9.
|
|
3
|
+
"version": "6.9.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/"
|
|
6
6
|
},
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"fetch-mock": "^8.0.0",
|
|
56
56
|
"graphql-tag": "^2.10.1",
|
|
57
57
|
"mock-apollo-client": "^0.1.0",
|
|
58
|
-
"typescript": "~4.
|
|
58
|
+
"typescript": "~5.4.2"
|
|
59
59
|
},
|
|
60
60
|
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
|
|
61
|
-
}
|
|
61
|
+
}
|