@atlaskit/mention 23.11.1 → 23.11.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 +14 -0
- package/dist/cjs/api/MentionResource.js +0 -55
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/es2019/api/MentionResource.js +0 -28
- package/dist/es2019/util/analytics.js +1 -1
- package/dist/esm/api/MentionResource.js +0 -55
- package/dist/esm/util/analytics.js +1 -1
- package/dist/types/api/MentionResource.d.ts +0 -2
- package/dist/types/components/Mention/ResourcedMention.d.ts +1 -1
- package/dist/types/components/Mention/index.d.ts +2 -2
- package/dist/types/components/MentionDescriptionByline/TeamMentionDescriptionByline.d.ts +1 -1
- package/dist/types/components/MentionDescriptionByline/UserMentionDescriptionByline.d.ts +1 -1
- package/dist/types/components/MentionDescriptionByline/index.d.ts +1 -1
- package/dist/types/components/MentionDescriptionByline/styles.d.ts +1 -1
- package/dist/types/components/MentionItem/MentionHighlightHelpers.d.ts +2 -2
- package/dist/types/components/MentionItem/index.d.ts +1 -1
- package/dist/types/components/MentionItem/styles.d.ts +8 -8
- package/dist/types/components/MentionList/index.d.ts +1 -1
- package/dist/types/components/MentionList/styles.d.ts +1 -1
- package/dist/types/components/MentionListError/GenericErrorIllustration.d.ts +1 -1
- package/dist/types/components/MentionListError/index.d.ts +1 -1
- package/dist/types/components/MentionListError/styles.d.ts +1 -1
- package/dist/types/components/MentionPicker/index.d.ts +1 -1
- package/dist/types/components/MentionPicker/styles.d.ts +2 -2
- package/dist/types/components/MessagesIntlProvider/index.d.ts +2 -2
- package/dist/types/components/NoAccessTooltip/index.d.ts +1 -1
- package/dist/types/components/NoAccessTooltip/main.d.ts +1 -1
- package/dist/types/components/Popup/index.d.ts +1 -1
- package/dist/types/components/ResourcedMentionList/index.d.ts +1 -1
- package/dist/types/components/Scrollable/index.d.ts +1 -1
- package/dist/types/components/Scrollable/styles.d.ts +1 -1
- package/dist/types-ts4.5/api/MentionResource.d.ts +0 -2
- package/dist/types-ts4.5/components/Mention/ResourcedMention.d.ts +1 -1
- package/dist/types-ts4.5/components/Mention/index.d.ts +2 -2
- package/dist/types-ts4.5/components/MentionDescriptionByline/TeamMentionDescriptionByline.d.ts +1 -1
- package/dist/types-ts4.5/components/MentionDescriptionByline/UserMentionDescriptionByline.d.ts +1 -1
- package/dist/types-ts4.5/components/MentionDescriptionByline/index.d.ts +1 -1
- package/dist/types-ts4.5/components/MentionDescriptionByline/styles.d.ts +1 -1
- package/dist/types-ts4.5/components/MentionItem/MentionHighlightHelpers.d.ts +2 -2
- package/dist/types-ts4.5/components/MentionItem/index.d.ts +1 -1
- package/dist/types-ts4.5/components/MentionItem/styles.d.ts +8 -8
- package/dist/types-ts4.5/components/MentionList/index.d.ts +1 -1
- package/dist/types-ts4.5/components/MentionList/styles.d.ts +1 -1
- package/dist/types-ts4.5/components/MentionListError/GenericErrorIllustration.d.ts +1 -1
- package/dist/types-ts4.5/components/MentionListError/index.d.ts +1 -1
- package/dist/types-ts4.5/components/MentionListError/styles.d.ts +1 -1
- package/dist/types-ts4.5/components/MentionPicker/index.d.ts +1 -1
- package/dist/types-ts4.5/components/MentionPicker/styles.d.ts +2 -2
- package/dist/types-ts4.5/components/MessagesIntlProvider/index.d.ts +2 -2
- package/dist/types-ts4.5/components/NoAccessTooltip/index.d.ts +1 -1
- package/dist/types-ts4.5/components/NoAccessTooltip/main.d.ts +1 -1
- package/dist/types-ts4.5/components/Popup/index.d.ts +1 -1
- package/dist/types-ts4.5/components/ResourcedMentionList/index.d.ts +1 -1
- package/dist/types-ts4.5/components/Scrollable/index.d.ts +1 -1
- package/dist/types-ts4.5/components/Scrollable/styles.d.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/mention
|
|
2
2
|
|
|
3
|
+
## 23.11.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#100905](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100905)
|
|
8
|
+
[`09996c6135609`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/09996c6135609) -
|
|
9
|
+
[EDF-2181] Cleanup platform_editor_ai_remove_mentions_record FF
|
|
10
|
+
|
|
11
|
+
## 23.11.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 23.11.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -14,7 +14,6 @@ var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits
|
|
|
14
14
|
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
|
15
15
|
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
|
16
16
|
var _utilServiceSupport = require("@atlaskit/util-service-support");
|
|
17
|
-
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
18
17
|
var _types = require("../types");
|
|
19
18
|
var _logger = _interopRequireDefault(require("../util/logger"));
|
|
20
19
|
var _analytics = require("../util/analytics");
|
|
@@ -271,13 +270,6 @@ var MentionResource = exports.MentionResource = /*#__PURE__*/function (_Abstract
|
|
|
271
270
|
}
|
|
272
271
|
return filter;
|
|
273
272
|
}()
|
|
274
|
-
}, {
|
|
275
|
-
key: "recordMentionSelection",
|
|
276
|
-
value: function recordMentionSelection(mention, contextIdentifier) {
|
|
277
|
-
return this.recordSelection(mention, contextIdentifier).then(function () {}, function (error) {
|
|
278
|
-
return (0, _logger.default)("error recording mention selection: ".concat(error), error);
|
|
279
|
-
});
|
|
280
|
-
}
|
|
281
273
|
}, {
|
|
282
274
|
key: "isFiltering",
|
|
283
275
|
value: function isFiltering(query) {
|
|
@@ -469,53 +461,6 @@ var MentionResource = exports.MentionResource = /*#__PURE__*/function (_Abstract
|
|
|
469
461
|
query: result.query || query
|
|
470
462
|
});
|
|
471
463
|
}
|
|
472
|
-
}, {
|
|
473
|
-
key: "recordSelection",
|
|
474
|
-
value: function () {
|
|
475
|
-
var _recordSelection = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4(mention, contextIdentifier) {
|
|
476
|
-
var options, sliName, result;
|
|
477
|
-
return _regenerator.default.wrap(function _callee4$(_context4) {
|
|
478
|
-
while (1) switch (_context4.prev = _context4.next) {
|
|
479
|
-
case 0:
|
|
480
|
-
if (!(0, _platformFeatureFlags.fg)('platform_editor_ai_remove_mentions_record')) {
|
|
481
|
-
_context4.next = 2;
|
|
482
|
-
break;
|
|
483
|
-
}
|
|
484
|
-
return _context4.abrupt("return");
|
|
485
|
-
case 2:
|
|
486
|
-
options = {
|
|
487
|
-
path: 'record',
|
|
488
|
-
queryParams: _objectSpread({
|
|
489
|
-
selectedUserId: mention.id
|
|
490
|
-
}, this.getQueryParams(contextIdentifier)),
|
|
491
|
-
requestInit: {
|
|
492
|
-
method: 'POST'
|
|
493
|
-
}
|
|
494
|
-
};
|
|
495
|
-
sliName = (0, _types.isTeamMention)(mention) ? _types.SliNames.SELECT_TEAM : _types.SliNames.SELECT;
|
|
496
|
-
_context4.prev = 4;
|
|
497
|
-
_context4.next = 7;
|
|
498
|
-
return _utilServiceSupport.utils.requestService(this.config, options);
|
|
499
|
-
case 7:
|
|
500
|
-
result = _context4.sent;
|
|
501
|
-
this._notifyAnalyticsListeners(_analytics.SLI_EVENT_TYPE, sliName, _types.Actions.SUCCEEDED);
|
|
502
|
-
return _context4.abrupt("return", result);
|
|
503
|
-
case 12:
|
|
504
|
-
_context4.prev = 12;
|
|
505
|
-
_context4.t0 = _context4["catch"](4);
|
|
506
|
-
this._notifyAnalyticsListeners(_analytics.SLI_EVENT_TYPE, sliName, _types.Actions.FAILED);
|
|
507
|
-
throw _context4.t0;
|
|
508
|
-
case 16:
|
|
509
|
-
case "end":
|
|
510
|
-
return _context4.stop();
|
|
511
|
-
}
|
|
512
|
-
}, _callee4, this, [[4, 12]]);
|
|
513
|
-
}));
|
|
514
|
-
function recordSelection(_x6, _x7) {
|
|
515
|
-
return _recordSelection.apply(this, arguments);
|
|
516
|
-
}
|
|
517
|
-
return recordSelection;
|
|
518
|
-
}()
|
|
519
464
|
}]);
|
|
520
465
|
}(AbstractMentionResource);
|
|
521
466
|
var HttpError = exports.HttpError = /*#__PURE__*/(0, _createClass2.default)(function HttpError(statusCode, statusMessage) {
|
|
@@ -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.11.
|
|
15
|
+
var packageVersion = "23.11.3";
|
|
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 fireAnalyticsMentionTypeaheadEvent = exports.fireAnalyticsMentionTypeaheadEvent = function fireAnalyticsMentionTypeaheadEvent(props) {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { utils as serviceUtils } from '@atlaskit/util-service-support';
|
|
2
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
3
2
|
import { isAppMention, isTeamMention, MentionNameStatus, SliNames, Actions } from '../types';
|
|
4
3
|
import debug from '../util/logger';
|
|
5
4
|
const MAX_QUERY_ITEMS = 100;
|
|
@@ -183,9 +182,6 @@ export class MentionResource extends AbstractMentionResource {
|
|
|
183
182
|
this.notifyError(error, query);
|
|
184
183
|
}
|
|
185
184
|
}
|
|
186
|
-
recordMentionSelection(mention, contextIdentifier) {
|
|
187
|
-
return this.recordSelection(mention, contextIdentifier).then(() => {}, error => debug(`error recording mention selection: ${error}`, error));
|
|
188
|
-
}
|
|
189
185
|
isFiltering(query) {
|
|
190
186
|
return this.activeSearches.has(query);
|
|
191
187
|
}
|
|
@@ -317,30 +313,6 @@ export class MentionResource extends AbstractMentionResource {
|
|
|
317
313
|
query: result.query || query
|
|
318
314
|
};
|
|
319
315
|
}
|
|
320
|
-
async recordSelection(mention, contextIdentifier) {
|
|
321
|
-
if (fg('platform_editor_ai_remove_mentions_record')) {
|
|
322
|
-
return;
|
|
323
|
-
}
|
|
324
|
-
const options = {
|
|
325
|
-
path: 'record',
|
|
326
|
-
queryParams: {
|
|
327
|
-
selectedUserId: mention.id,
|
|
328
|
-
...this.getQueryParams(contextIdentifier)
|
|
329
|
-
},
|
|
330
|
-
requestInit: {
|
|
331
|
-
method: 'POST'
|
|
332
|
-
}
|
|
333
|
-
};
|
|
334
|
-
const sliName = isTeamMention(mention) ? SliNames.SELECT_TEAM : SliNames.SELECT;
|
|
335
|
-
try {
|
|
336
|
-
const result = await serviceUtils.requestService(this.config, options);
|
|
337
|
-
this._notifyAnalyticsListeners(SLI_EVENT_TYPE, sliName, Actions.SUCCEEDED);
|
|
338
|
-
return result;
|
|
339
|
-
} catch (error) {
|
|
340
|
-
this._notifyAnalyticsListeners(SLI_EVENT_TYPE, sliName, Actions.FAILED);
|
|
341
|
-
throw error;
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
316
|
}
|
|
345
317
|
export class HttpError {
|
|
346
318
|
constructor(statusCode, statusMessage) {
|
|
@@ -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 { ComponentNames, isSpecialMentionText } from '../types';
|
|
4
4
|
const packageName = "@atlaskit/mention";
|
|
5
|
-
const packageVersion = "23.11.
|
|
5
|
+
const packageVersion = "23.11.3";
|
|
6
6
|
export const SLI_EVENT_TYPE = 'sli';
|
|
7
7
|
export const SMART_EVENT_TYPE = 'smart';
|
|
8
8
|
export const fireAnalyticsMentionTypeaheadEvent = props => (action, duration, userIds = [], query) => {
|
|
@@ -11,7 +11,6 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
|
11
11
|
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
12
12
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
13
13
|
import { utils as serviceUtils } from '@atlaskit/util-service-support';
|
|
14
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
15
14
|
import { isAppMention, isTeamMention, MentionNameStatus, SliNames, Actions } from '../types';
|
|
16
15
|
import debug from '../util/logger';
|
|
17
16
|
var MAX_QUERY_ITEMS = 100;
|
|
@@ -264,13 +263,6 @@ export var MentionResource = /*#__PURE__*/function (_AbstractMentionResou) {
|
|
|
264
263
|
}
|
|
265
264
|
return filter;
|
|
266
265
|
}()
|
|
267
|
-
}, {
|
|
268
|
-
key: "recordMentionSelection",
|
|
269
|
-
value: function recordMentionSelection(mention, contextIdentifier) {
|
|
270
|
-
return this.recordSelection(mention, contextIdentifier).then(function () {}, function (error) {
|
|
271
|
-
return debug("error recording mention selection: ".concat(error), error);
|
|
272
|
-
});
|
|
273
|
-
}
|
|
274
266
|
}, {
|
|
275
267
|
key: "isFiltering",
|
|
276
268
|
value: function isFiltering(query) {
|
|
@@ -462,53 +454,6 @@ export var MentionResource = /*#__PURE__*/function (_AbstractMentionResou) {
|
|
|
462
454
|
query: result.query || query
|
|
463
455
|
});
|
|
464
456
|
}
|
|
465
|
-
}, {
|
|
466
|
-
key: "recordSelection",
|
|
467
|
-
value: function () {
|
|
468
|
-
var _recordSelection = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee4(mention, contextIdentifier) {
|
|
469
|
-
var options, sliName, result;
|
|
470
|
-
return _regeneratorRuntime.wrap(function _callee4$(_context4) {
|
|
471
|
-
while (1) switch (_context4.prev = _context4.next) {
|
|
472
|
-
case 0:
|
|
473
|
-
if (!fg('platform_editor_ai_remove_mentions_record')) {
|
|
474
|
-
_context4.next = 2;
|
|
475
|
-
break;
|
|
476
|
-
}
|
|
477
|
-
return _context4.abrupt("return");
|
|
478
|
-
case 2:
|
|
479
|
-
options = {
|
|
480
|
-
path: 'record',
|
|
481
|
-
queryParams: _objectSpread({
|
|
482
|
-
selectedUserId: mention.id
|
|
483
|
-
}, this.getQueryParams(contextIdentifier)),
|
|
484
|
-
requestInit: {
|
|
485
|
-
method: 'POST'
|
|
486
|
-
}
|
|
487
|
-
};
|
|
488
|
-
sliName = isTeamMention(mention) ? SliNames.SELECT_TEAM : SliNames.SELECT;
|
|
489
|
-
_context4.prev = 4;
|
|
490
|
-
_context4.next = 7;
|
|
491
|
-
return serviceUtils.requestService(this.config, options);
|
|
492
|
-
case 7:
|
|
493
|
-
result = _context4.sent;
|
|
494
|
-
this._notifyAnalyticsListeners(SLI_EVENT_TYPE, sliName, Actions.SUCCEEDED);
|
|
495
|
-
return _context4.abrupt("return", result);
|
|
496
|
-
case 12:
|
|
497
|
-
_context4.prev = 12;
|
|
498
|
-
_context4.t0 = _context4["catch"](4);
|
|
499
|
-
this._notifyAnalyticsListeners(SLI_EVENT_TYPE, sliName, Actions.FAILED);
|
|
500
|
-
throw _context4.t0;
|
|
501
|
-
case 16:
|
|
502
|
-
case "end":
|
|
503
|
-
return _context4.stop();
|
|
504
|
-
}
|
|
505
|
-
}, _callee4, this, [[4, 12]]);
|
|
506
|
-
}));
|
|
507
|
-
function recordSelection(_x6, _x7) {
|
|
508
|
-
return _recordSelection.apply(this, arguments);
|
|
509
|
-
}
|
|
510
|
-
return recordSelection;
|
|
511
|
-
}()
|
|
512
457
|
}]);
|
|
513
458
|
}(AbstractMentionResource);
|
|
514
459
|
export var HttpError = /*#__PURE__*/_createClass(function HttpError(statusCode, statusMessage) {
|
|
@@ -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 { ComponentNames, isSpecialMentionText } from '../types';
|
|
7
7
|
var packageName = "@atlaskit/mention";
|
|
8
|
-
var packageVersion = "23.11.
|
|
8
|
+
var packageVersion = "23.11.3";
|
|
9
9
|
export var SLI_EVENT_TYPE = 'sli';
|
|
10
10
|
export var SMART_EVENT_TYPE = 'smart';
|
|
11
11
|
export var fireAnalyticsMentionTypeaheadEvent = function fireAnalyticsMentionTypeaheadEvent(props) {
|
|
@@ -51,7 +51,6 @@ export declare class MentionResource extends AbstractMentionResource implements
|
|
|
51
51
|
notify(searchTime: number, mentionResult: MentionsResult, query?: string): void;
|
|
52
52
|
notifyError(error: Error, query?: string): void;
|
|
53
53
|
filter(query?: string, contextIdentifier?: MentionContextIdentifier): Promise<void>;
|
|
54
|
-
recordMentionSelection(mention: MentionDescription, contextIdentifier?: MentionContextIdentifier): Promise<void>;
|
|
55
54
|
isFiltering(query: string): boolean;
|
|
56
55
|
resolveMentionName(id: string): Promise<MentionNameDetails> | MentionNameDetails;
|
|
57
56
|
cacheMentionName(id: string, mentionName: string): void;
|
|
@@ -79,7 +78,6 @@ export declare class MentionResource extends AbstractMentionResource implements
|
|
|
79
78
|
private search;
|
|
80
79
|
protected remoteSearch(query: string, contextIdentifier?: MentionContextIdentifier): Promise<MentionsResult>;
|
|
81
80
|
private transformServiceResponse;
|
|
82
|
-
recordSelection(mention: MentionDescription, contextIdentifier?: MentionContextIdentifier): Promise<void>;
|
|
83
81
|
}
|
|
84
82
|
export declare class HttpError implements Error {
|
|
85
83
|
name: string;
|
|
@@ -24,8 +24,8 @@ export declare class MentionInternal extends React.PureComponent<Props, {}> {
|
|
|
24
24
|
private handleOnMouseLeave;
|
|
25
25
|
private getMentionType;
|
|
26
26
|
componentWillUnmount(): void;
|
|
27
|
-
renderUnknownUserError(id: string): JSX.Element;
|
|
28
|
-
render(): JSX.Element;
|
|
27
|
+
renderUnknownUserError(id: string): React.JSX.Element;
|
|
28
|
+
render(): React.JSX.Element;
|
|
29
29
|
}
|
|
30
30
|
declare const Mention: React.ForwardRefExoticComponent<Omit<OwnProps, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>;
|
|
31
31
|
type Mention = MentionInternal;
|
|
@@ -3,5 +3,5 @@ import { type DescriptionBylineProps } from './types';
|
|
|
3
3
|
export default class TeamMentionDescriptionByline extends React.PureComponent<DescriptionBylineProps> {
|
|
4
4
|
private renderByline;
|
|
5
5
|
private getBylineComponent;
|
|
6
|
-
render(): JSX.Element | null;
|
|
6
|
+
render(): React.JSX.Element | null;
|
|
7
7
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const DescriptionBylineStyle: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { type ComponentType } from 'react';
|
|
1
|
+
import React, { type ComponentType } from 'react';
|
|
2
2
|
import { type HighlightDetail } from '../../types';
|
|
3
|
-
export declare function renderHighlight(ReactComponent: ComponentType<any>, value?: string, highlights?: HighlightDetail[], prefix?: string): JSX.Element | null;
|
|
3
|
+
export declare function renderHighlight(ReactComponent: ComponentType<any>, value?: string, highlights?: HighlightDetail[], prefix?: string): React.JSX.Element | null;
|
|
@@ -13,34 +13,34 @@ export interface InfoSectionStyleProps {
|
|
|
13
13
|
}
|
|
14
14
|
export declare const RowStyle: import("@emotion/styled").StyledComponent<{
|
|
15
15
|
theme?: import("@emotion/react").Theme | undefined;
|
|
16
|
-
as?: import("react").ElementType<any> | undefined;
|
|
16
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
17
17
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
18
18
|
export declare const AvatarStyle: import("@emotion/styled").StyledComponent<{
|
|
19
19
|
theme?: import("@emotion/react").Theme | undefined;
|
|
20
|
-
as?: import("react").ElementType<any> | undefined;
|
|
20
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
21
21
|
} & AvatarSectionStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
22
22
|
export declare const NameSectionStyle: import("@emotion/styled").StyledComponent<{
|
|
23
23
|
theme?: import("@emotion/react").Theme | undefined;
|
|
24
|
-
as?: import("react").ElementType<any> | undefined;
|
|
24
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
25
25
|
} & NameSectionStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
26
26
|
export declare const FullNameStyle: import("@emotion/styled").StyledComponent<{
|
|
27
27
|
theme?: import("@emotion/react").Theme | undefined;
|
|
28
|
-
as?: import("react").ElementType<any> | undefined;
|
|
28
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
29
29
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
30
30
|
export declare const InfoSectionStyle: import("@emotion/styled").StyledComponent<{
|
|
31
31
|
theme?: import("@emotion/react").Theme | undefined;
|
|
32
|
-
as?: import("react").ElementType<any> | undefined;
|
|
32
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
33
33
|
} & InfoSectionStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
34
34
|
export declare const TimeStyle: import("@emotion/styled").StyledComponent<{
|
|
35
35
|
theme?: import("@emotion/react").Theme | undefined;
|
|
36
|
-
as?: import("react").ElementType<any> | undefined;
|
|
36
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
37
37
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
38
38
|
export declare const MENTION_ITEM_HEIGHT = 48;
|
|
39
39
|
export declare const MentionItemStyle: import("@emotion/styled").StyledComponent<{
|
|
40
40
|
theme?: import("@emotion/react").Theme | undefined;
|
|
41
|
-
as?: import("react").ElementType<any> | undefined;
|
|
41
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
42
42
|
} & MentionItemStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
43
43
|
export declare const AccessSectionStyle: import("@emotion/styled").StyledComponent<{
|
|
44
44
|
theme?: import("@emotion/react").Theme | undefined;
|
|
45
|
-
as?: import("react").ElementType<any> | undefined;
|
|
45
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
46
46
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -4,5 +4,5 @@ export interface MentionListStyleProps {
|
|
|
4
4
|
}
|
|
5
5
|
export declare const MentionListStyle: import("@emotion/styled").StyledComponent<{
|
|
6
6
|
theme?: import("@emotion/react").Theme | undefined;
|
|
7
|
-
as?: import("react").ElementType<any> | undefined;
|
|
7
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
8
8
|
} & MentionListStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const GenericErrorVisualStyle: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -68,7 +68,7 @@ export declare class MentionPicker extends React.PureComponent<Props & WithAnaly
|
|
|
68
68
|
private filterError;
|
|
69
69
|
private filterInfo;
|
|
70
70
|
private handleMentionListRef;
|
|
71
|
-
render(): JSX.Element;
|
|
71
|
+
render(): React.JSX.Element;
|
|
72
72
|
}
|
|
73
73
|
export declare const MentionPickerWithAnalytics: React.ForwardRefExoticComponent<Omit<Omit<import("react-intl-next").WithIntlProps<React.PropsWithChildren<Props & WithAnalyticsEventsProps & {
|
|
74
74
|
intl: IntlShape;
|
|
@@ -4,9 +4,9 @@ export interface MentionPickerStyleProps {
|
|
|
4
4
|
}
|
|
5
5
|
export declare const MentionPickerStyle: import("@emotion/styled").StyledComponent<{
|
|
6
6
|
theme?: import("@emotion/react").Theme | undefined;
|
|
7
|
-
as?: import("react").ElementType<any> | undefined;
|
|
7
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
8
8
|
} & MentionPickerStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
9
9
|
export declare const MentionPickerInfoStyle: import("@emotion/styled").StyledComponent<{
|
|
10
10
|
theme?: import("@emotion/react").Theme | undefined;
|
|
11
|
-
as?: import("react").ElementType<any> | undefined;
|
|
11
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
12
12
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { type PropsWithChildren } from 'react';
|
|
2
|
-
declare const MessagesIntlProvider: (props: PropsWithChildren<{}>) => JSX.Element;
|
|
1
|
+
import React, { type PropsWithChildren } from 'react';
|
|
2
|
+
declare const MessagesIntlProvider: (props: PropsWithChildren<{}>) => React.JSX.Element;
|
|
3
3
|
export default MessagesIntlProvider;
|
|
@@ -39,7 +39,7 @@ export declare class ResourcedMentionListWithoutAnalytics extends React.PureComp
|
|
|
39
39
|
private presenceUpdate;
|
|
40
40
|
private notifySelection;
|
|
41
41
|
private handleMentionListRef;
|
|
42
|
-
render(): JSX.Element;
|
|
42
|
+
render(): React.JSX.Element;
|
|
43
43
|
}
|
|
44
44
|
declare const ResourcedMentionList: React.ForwardRefExoticComponent<Omit<Props, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>;
|
|
45
45
|
type ResourcedMentionList = ResourcedMentionListWithoutAnalytics;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const ScrollableStyle: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -51,7 +51,6 @@ export declare class MentionResource extends AbstractMentionResource implements
|
|
|
51
51
|
notify(searchTime: number, mentionResult: MentionsResult, query?: string): void;
|
|
52
52
|
notifyError(error: Error, query?: string): void;
|
|
53
53
|
filter(query?: string, contextIdentifier?: MentionContextIdentifier): Promise<void>;
|
|
54
|
-
recordMentionSelection(mention: MentionDescription, contextIdentifier?: MentionContextIdentifier): Promise<void>;
|
|
55
54
|
isFiltering(query: string): boolean;
|
|
56
55
|
resolveMentionName(id: string): Promise<MentionNameDetails> | MentionNameDetails;
|
|
57
56
|
cacheMentionName(id: string, mentionName: string): void;
|
|
@@ -79,7 +78,6 @@ export declare class MentionResource extends AbstractMentionResource implements
|
|
|
79
78
|
private search;
|
|
80
79
|
protected remoteSearch(query: string, contextIdentifier?: MentionContextIdentifier): Promise<MentionsResult>;
|
|
81
80
|
private transformServiceResponse;
|
|
82
|
-
recordSelection(mention: MentionDescription, contextIdentifier?: MentionContextIdentifier): Promise<void>;
|
|
83
81
|
}
|
|
84
82
|
export declare class HttpError implements Error {
|
|
85
83
|
name: string;
|
|
@@ -24,8 +24,8 @@ export declare class MentionInternal extends React.PureComponent<Props, {}> {
|
|
|
24
24
|
private handleOnMouseLeave;
|
|
25
25
|
private getMentionType;
|
|
26
26
|
componentWillUnmount(): void;
|
|
27
|
-
renderUnknownUserError(id: string): JSX.Element;
|
|
28
|
-
render(): JSX.Element;
|
|
27
|
+
renderUnknownUserError(id: string): React.JSX.Element;
|
|
28
|
+
render(): React.JSX.Element;
|
|
29
29
|
}
|
|
30
30
|
declare const Mention: React.ForwardRefExoticComponent<Omit<OwnProps, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>;
|
|
31
31
|
type Mention = MentionInternal;
|
package/dist/types-ts4.5/components/MentionDescriptionByline/TeamMentionDescriptionByline.d.ts
CHANGED
|
@@ -3,5 +3,5 @@ import { type DescriptionBylineProps } from './types';
|
|
|
3
3
|
export default class TeamMentionDescriptionByline extends React.PureComponent<DescriptionBylineProps> {
|
|
4
4
|
private renderByline;
|
|
5
5
|
private getBylineComponent;
|
|
6
|
-
render(): JSX.Element | null;
|
|
6
|
+
render(): React.JSX.Element | null;
|
|
7
7
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const DescriptionBylineStyle: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { type ComponentType } from 'react';
|
|
1
|
+
import React, { type ComponentType } from 'react';
|
|
2
2
|
import { type HighlightDetail } from '../../types';
|
|
3
|
-
export declare function renderHighlight(ReactComponent: ComponentType<any>, value?: string, highlights?: HighlightDetail[], prefix?: string): JSX.Element | null;
|
|
3
|
+
export declare function renderHighlight(ReactComponent: ComponentType<any>, value?: string, highlights?: HighlightDetail[], prefix?: string): React.JSX.Element | null;
|
|
@@ -13,34 +13,34 @@ export interface InfoSectionStyleProps {
|
|
|
13
13
|
}
|
|
14
14
|
export declare const RowStyle: import("@emotion/styled").StyledComponent<{
|
|
15
15
|
theme?: import("@emotion/react").Theme | undefined;
|
|
16
|
-
as?: import("react").ElementType<any> | undefined;
|
|
16
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
17
17
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
18
18
|
export declare const AvatarStyle: import("@emotion/styled").StyledComponent<{
|
|
19
19
|
theme?: import("@emotion/react").Theme | undefined;
|
|
20
|
-
as?: import("react").ElementType<any> | undefined;
|
|
20
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
21
21
|
} & AvatarSectionStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
22
22
|
export declare const NameSectionStyle: import("@emotion/styled").StyledComponent<{
|
|
23
23
|
theme?: import("@emotion/react").Theme | undefined;
|
|
24
|
-
as?: import("react").ElementType<any> | undefined;
|
|
24
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
25
25
|
} & NameSectionStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
26
26
|
export declare const FullNameStyle: import("@emotion/styled").StyledComponent<{
|
|
27
27
|
theme?: import("@emotion/react").Theme | undefined;
|
|
28
|
-
as?: import("react").ElementType<any> | undefined;
|
|
28
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
29
29
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
30
30
|
export declare const InfoSectionStyle: import("@emotion/styled").StyledComponent<{
|
|
31
31
|
theme?: import("@emotion/react").Theme | undefined;
|
|
32
|
-
as?: import("react").ElementType<any> | undefined;
|
|
32
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
33
33
|
} & InfoSectionStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
34
34
|
export declare const TimeStyle: import("@emotion/styled").StyledComponent<{
|
|
35
35
|
theme?: import("@emotion/react").Theme | undefined;
|
|
36
|
-
as?: import("react").ElementType<any> | undefined;
|
|
36
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
37
37
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
38
38
|
export declare const MENTION_ITEM_HEIGHT = 48;
|
|
39
39
|
export declare const MentionItemStyle: import("@emotion/styled").StyledComponent<{
|
|
40
40
|
theme?: import("@emotion/react").Theme | undefined;
|
|
41
|
-
as?: import("react").ElementType<any> | undefined;
|
|
41
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
42
42
|
} & MentionItemStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
43
43
|
export declare const AccessSectionStyle: import("@emotion/styled").StyledComponent<{
|
|
44
44
|
theme?: import("@emotion/react").Theme | undefined;
|
|
45
|
-
as?: import("react").ElementType<any> | undefined;
|
|
45
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
46
46
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -4,5 +4,5 @@ export interface MentionListStyleProps {
|
|
|
4
4
|
}
|
|
5
5
|
export declare const MentionListStyle: import("@emotion/styled").StyledComponent<{
|
|
6
6
|
theme?: import("@emotion/react").Theme | undefined;
|
|
7
|
-
as?: import("react").ElementType<any> | undefined;
|
|
7
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
8
8
|
} & MentionListStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const GenericErrorVisualStyle: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -68,7 +68,7 @@ export declare class MentionPicker extends React.PureComponent<Props & WithAnaly
|
|
|
68
68
|
private filterError;
|
|
69
69
|
private filterInfo;
|
|
70
70
|
private handleMentionListRef;
|
|
71
|
-
render(): JSX.Element;
|
|
71
|
+
render(): React.JSX.Element;
|
|
72
72
|
}
|
|
73
73
|
export declare const MentionPickerWithAnalytics: React.ForwardRefExoticComponent<Omit<Omit<import("react-intl-next").WithIntlProps<React.PropsWithChildren<Props & WithAnalyticsEventsProps & {
|
|
74
74
|
intl: IntlShape;
|
|
@@ -4,9 +4,9 @@ export interface MentionPickerStyleProps {
|
|
|
4
4
|
}
|
|
5
5
|
export declare const MentionPickerStyle: import("@emotion/styled").StyledComponent<{
|
|
6
6
|
theme?: import("@emotion/react").Theme | undefined;
|
|
7
|
-
as?: import("react").ElementType<any> | undefined;
|
|
7
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
8
8
|
} & MentionPickerStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
9
9
|
export declare const MentionPickerInfoStyle: import("@emotion/styled").StyledComponent<{
|
|
10
10
|
theme?: import("@emotion/react").Theme | undefined;
|
|
11
|
-
as?: import("react").ElementType<any> | undefined;
|
|
11
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
12
12
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { type PropsWithChildren } from 'react';
|
|
2
|
-
declare const MessagesIntlProvider: (props: PropsWithChildren<{}>) => JSX.Element;
|
|
1
|
+
import React, { type PropsWithChildren } from 'react';
|
|
2
|
+
declare const MessagesIntlProvider: (props: PropsWithChildren<{}>) => React.JSX.Element;
|
|
3
3
|
export default MessagesIntlProvider;
|
|
@@ -39,7 +39,7 @@ export declare class ResourcedMentionListWithoutAnalytics extends React.PureComp
|
|
|
39
39
|
private presenceUpdate;
|
|
40
40
|
private notifySelection;
|
|
41
41
|
private handleMentionListRef;
|
|
42
|
-
render(): JSX.Element;
|
|
42
|
+
render(): React.JSX.Element;
|
|
43
43
|
}
|
|
44
44
|
declare const ResourcedMentionList: React.ForwardRefExoticComponent<Omit<Props, keyof WithAnalyticsEventsProps> & React.RefAttributes<any>>;
|
|
45
45
|
type ResourcedMentionList = ResourcedMentionListWithoutAnalytics;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const ScrollableStyle: import("@emotion/styled").StyledComponent<{
|
|
3
3
|
theme?: import("@emotion/react").Theme | undefined;
|
|
4
|
-
as?: import("react").ElementType<any> | undefined;
|
|
4
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
package/package.json
CHANGED
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"@atlaskit/avatar": "^21.18.0",
|
|
37
37
|
"@atlaskit/focus-ring": "^2.1.0",
|
|
38
38
|
"@atlaskit/heading": "^4.1.0",
|
|
39
|
-
"@atlaskit/icon": "^23.
|
|
39
|
+
"@atlaskit/icon": "^23.8.0",
|
|
40
40
|
"@atlaskit/lozenge": "^11.13.0",
|
|
41
41
|
"@atlaskit/platform-feature-flags": "^1.0.0",
|
|
42
|
-
"@atlaskit/primitives": "^13.
|
|
43
|
-
"@atlaskit/theme": "^
|
|
42
|
+
"@atlaskit/primitives": "^13.5.0",
|
|
43
|
+
"@atlaskit/theme": "^15.0.0",
|
|
44
44
|
"@atlaskit/tokens": "^3.3.0",
|
|
45
45
|
"@atlaskit/tooltip": "^19.1.0",
|
|
46
46
|
"@atlaskit/ufo": "^0.3.0",
|
|
@@ -116,5 +116,5 @@
|
|
|
116
116
|
]
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
|
-
"version": "23.11.
|
|
119
|
+
"version": "23.11.3"
|
|
120
120
|
}
|