@atlaskit/mention 23.0.1 → 23.0.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/util/analytics.js +1 -1
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/esm/util/analytics.js +1 -1
- package/dist/types/components/Mention/ufoExperiences.d.ts +2 -2
- package/dist/types-ts4.5/components/Mention/ufoExperiences.d.ts +2 -2
- package/element/package.json +1 -1
- package/i18n/package.json +1 -1
- package/item/package.json +1 -1
- package/package.json +4 -4
- package/resource/package.json +1 -1
- package/shared-styles/package.json +1 -1
- package/team-resource/package.json +1 -1
- package/typeahead/package.json +1 -1
- package/types/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/mention
|
|
2
2
|
|
|
3
|
+
## 23.0.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
|
## 23.0.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -12,7 +12,7 @@ var _types = require("../types");
|
|
|
12
12
|
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; }
|
|
13
13
|
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; }
|
|
14
14
|
var packageName = "@atlaskit/mention";
|
|
15
|
-
var packageVersion = "23.0.
|
|
15
|
+
var packageVersion = "23.0.2";
|
|
16
16
|
var SLI_EVENT_TYPE = exports.SLI_EVENT_TYPE = 'sli';
|
|
17
17
|
var SMART_EVENT_TYPE = exports.SMART_EVENT_TYPE = 'smart';
|
|
18
18
|
var SliNames = exports.SliNames = /*#__PURE__*/function (SliNames) {
|
|
@@ -2,7 +2,7 @@ import { OPERATIONAL_EVENT_TYPE, UI_EVENT_TYPE } from '@atlaskit/analytics-gas-t
|
|
|
2
2
|
import { ELEMENTS_CHANNEL } from '../_constants';
|
|
3
3
|
import { isSpecialMentionText } from '../types';
|
|
4
4
|
const packageName = "@atlaskit/mention";
|
|
5
|
-
const packageVersion = "23.0.
|
|
5
|
+
const packageVersion = "23.0.2";
|
|
6
6
|
export const SLI_EVENT_TYPE = 'sli';
|
|
7
7
|
export const SMART_EVENT_TYPE = 'smart';
|
|
8
8
|
export let SliNames = /*#__PURE__*/function (SliNames) {
|
|
@@ -5,7 +5,7 @@ import { OPERATIONAL_EVENT_TYPE, UI_EVENT_TYPE } from '@atlaskit/analytics-gas-t
|
|
|
5
5
|
import { ELEMENTS_CHANNEL } from '../_constants';
|
|
6
6
|
import { isSpecialMentionText } from '../types';
|
|
7
7
|
var packageName = "@atlaskit/mention";
|
|
8
|
-
var packageVersion = "23.0.
|
|
8
|
+
var packageVersion = "23.0.2";
|
|
9
9
|
export var SLI_EVENT_TYPE = 'sli';
|
|
10
10
|
export var SMART_EVENT_TYPE = 'smart';
|
|
11
11
|
export var SliNames = /*#__PURE__*/function (SliNames) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ConcurrentExperience } from '@atlaskit/ufo';
|
|
3
3
|
export declare const mentionRenderedUfoExperience: ConcurrentExperience;
|
|
4
|
-
export declare class UfoErrorBoundary extends React.Component<{
|
|
4
|
+
export declare class UfoErrorBoundary extends React.Component<React.PropsWithChildren<{
|
|
5
5
|
id: string;
|
|
6
|
-
}
|
|
6
|
+
}>> {
|
|
7
7
|
componentDidCatch(): void;
|
|
8
8
|
render(): React.ReactNode;
|
|
9
9
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ConcurrentExperience } from '@atlaskit/ufo';
|
|
3
3
|
export declare const mentionRenderedUfoExperience: ConcurrentExperience;
|
|
4
|
-
export declare class UfoErrorBoundary extends React.Component<{
|
|
4
|
+
export declare class UfoErrorBoundary extends React.Component<React.PropsWithChildren<{
|
|
5
5
|
id: string;
|
|
6
|
-
}
|
|
6
|
+
}>> {
|
|
7
7
|
componentDidCatch(): void;
|
|
8
8
|
render(): React.ReactNode;
|
|
9
9
|
}
|
package/element/package.json
CHANGED
package/i18n/package.json
CHANGED
package/item/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/mention",
|
|
3
|
-
"version": "23.0.
|
|
3
|
+
"version": "23.0.2",
|
|
4
4
|
"description": "A React component used to display user profiles in a list for 'Mention' functionality",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@atlaskit/icon": "^22.1.0",
|
|
44
44
|
"@atlaskit/lozenge": "^11.6.0",
|
|
45
45
|
"@atlaskit/theme": "^12.6.0",
|
|
46
|
-
"@atlaskit/tokens": "^1.
|
|
46
|
+
"@atlaskit/tokens": "^1.42.0",
|
|
47
47
|
"@atlaskit/tooltip": "^18.1.0",
|
|
48
48
|
"@atlaskit/ufo": "^0.2.0",
|
|
49
49
|
"@atlaskit/util-service-support": "^6.2.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"react-dom": "^16.8.0",
|
|
75
75
|
"react-intl-next": "npm:react-intl@^5.18.1",
|
|
76
76
|
"serialize-javascript": "^5.0.1",
|
|
77
|
-
"typescript": "~4.
|
|
77
|
+
"typescript": "~5.4.2"
|
|
78
78
|
},
|
|
79
79
|
"keywords": [
|
|
80
80
|
"ui",
|
|
@@ -103,4 +103,4 @@
|
|
|
103
103
|
"./typeahead": "./src/typeahead.ts",
|
|
104
104
|
"./types": "./src/types.ts"
|
|
105
105
|
}
|
|
106
|
-
}
|
|
106
|
+
}
|
package/resource/package.json
CHANGED
package/typeahead/package.json
CHANGED