@atlaskit/editor-plugin-type-ahead 10.0.17 → 10.0.19
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
|
@@ -358,7 +358,7 @@ var TypeAheadListComponent = /*#__PURE__*/_react.default.memo(function (_ref2) {
|
|
|
358
358
|
}, intl.formatMessage(_typeAhead.typeAheadListMessages.emptySearchResults)), (0, _react2.jsx)(_compiled.Text, {
|
|
359
359
|
align: "center",
|
|
360
360
|
as: "p"
|
|
361
|
-
}, intl.formatMessage((0, _expValEquals.expValEquals)('platform_editor_insert_menu_ai', 'isEnabled', true) ? _typeAhead.typeAheadListMessages.emptySearchResultsSuggestionNew : _typeAhead.typeAheadListMessages.emptySearchResultsSuggestion, {
|
|
361
|
+
}, intl.formatMessage((0, _expValEquals.expValEquals)('platform_editor_insert_menu_ai', 'isEnabled', true) ? showMoreOptionsButton ? _typeAhead.typeAheadListMessages.emptySearchResultsSuggestionNew : _typeAhead.typeAheadListMessages.emptySearchResultsSuggestionAskRovoOnly : _typeAhead.typeAheadListMessages.emptySearchResultsSuggestion, {
|
|
362
362
|
askRovoName: (0, _react2.jsx)(_compiled.Text, {
|
|
363
363
|
weight: "medium"
|
|
364
364
|
}, intl.formatMessage(_messages.toolbarInsertBlockMessages.askRovo)),
|
|
@@ -338,7 +338,7 @@ const TypeAheadListComponent = /*#__PURE__*/React.memo(({
|
|
|
338
338
|
}, intl.formatMessage(typeAheadListMessages.emptySearchResults)), jsx(Text, {
|
|
339
339
|
align: "center",
|
|
340
340
|
as: "p"
|
|
341
|
-
}, intl.formatMessage(expValEquals('platform_editor_insert_menu_ai', 'isEnabled', true) ? typeAheadListMessages.emptySearchResultsSuggestionNew : typeAheadListMessages.emptySearchResultsSuggestion, {
|
|
341
|
+
}, intl.formatMessage(expValEquals('platform_editor_insert_menu_ai', 'isEnabled', true) ? showMoreOptionsButton ? typeAheadListMessages.emptySearchResultsSuggestionNew : typeAheadListMessages.emptySearchResultsSuggestionAskRovoOnly : typeAheadListMessages.emptySearchResultsSuggestion, {
|
|
342
342
|
askRovoName: jsx(Text, {
|
|
343
343
|
weight: "medium"
|
|
344
344
|
}, intl.formatMessage(messages.askRovo)),
|
|
@@ -349,7 +349,7 @@ var TypeAheadListComponent = /*#__PURE__*/React.memo(function (_ref2) {
|
|
|
349
349
|
}, intl.formatMessage(typeAheadListMessages.emptySearchResults)), jsx(Text, {
|
|
350
350
|
align: "center",
|
|
351
351
|
as: "p"
|
|
352
|
-
}, intl.formatMessage(expValEquals('platform_editor_insert_menu_ai', 'isEnabled', true) ? typeAheadListMessages.emptySearchResultsSuggestionNew : typeAheadListMessages.emptySearchResultsSuggestion, {
|
|
352
|
+
}, intl.formatMessage(expValEquals('platform_editor_insert_menu_ai', 'isEnabled', true) ? showMoreOptionsButton ? typeAheadListMessages.emptySearchResultsSuggestionNew : typeAheadListMessages.emptySearchResultsSuggestionAskRovoOnly : typeAheadListMessages.emptySearchResultsSuggestion, {
|
|
353
353
|
askRovoName: jsx(Text, {
|
|
354
354
|
weight: "medium"
|
|
355
355
|
}, intl.formatMessage(messages.askRovo)),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-type-ahead",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.19",
|
|
4
4
|
"description": "Type-ahead plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"atlaskit:src": "src/index.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@atlaskit/adf-schema": "^52.
|
|
32
|
+
"@atlaskit/adf-schema": "^52.11.0",
|
|
33
33
|
"@atlaskit/editor-plugin-analytics": "^10.0.0",
|
|
34
34
|
"@atlaskit/editor-plugin-connectivity": "^10.0.0",
|
|
35
35
|
"@atlaskit/editor-plugin-context-panel": "^12.0.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@atlaskit/primitives": "^19.0.0",
|
|
45
45
|
"@atlaskit/prosemirror-history": "^0.2.0",
|
|
46
46
|
"@atlaskit/prosemirror-input-rules": "^3.6.0",
|
|
47
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
47
|
+
"@atlaskit/tmp-editor-statsig": "^80.0.0",
|
|
48
48
|
"@atlaskit/tokens": "^13.0.0",
|
|
49
49
|
"@atlaskit/visually-hidden": "^3.1.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"w3c-keyname": "^2.1.8"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@atlaskit/editor-common": "^114.
|
|
59
|
+
"@atlaskit/editor-common": "^114.30.0",
|
|
60
60
|
"react": "^18.2.0",
|
|
61
61
|
"react-dom": "^18.2.0",
|
|
62
62
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|