@atlaskit/editor-plugin-emoji 2.7.6 → 2.7.8

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,23 @@
1
1
  # @atlaskit/editor-plugin-emoji
2
2
 
3
+ ## 2.7.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#171350](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/171350)
8
+ [`436dfb28a4833`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/436dfb28a4833) -
9
+ [ux] Support disabled type-ahead items while user is offline for media, emoji, and mentions.
10
+ - Updated dependencies
11
+
12
+ ## 2.7.7
13
+
14
+ ### Patch Changes
15
+
16
+ - [#165765](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165765)
17
+ [`3f441f30e6507`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3f441f30e6507) -
18
+ Bump adf-schema to 46.0.0
19
+ - Updated dependencies
20
+
3
21
  ## 2.7.6
4
22
 
5
23
  ### Patch Changes
@@ -275,6 +275,7 @@ var emojiPlugin = exports.emojiPlugin = function emojiPlugin(_ref2) {
275
275
  description: formatMessage(_messages.toolbarInsertBlockMessages.emojiDescription),
276
276
  priority: 500,
277
277
  keyshortcut: ':',
278
+ isDisabledOffline: true,
278
279
  icon: function icon() {
279
280
  return /*#__PURE__*/_react.default.createElement(_quickInsert.IconEmoji, null);
280
281
  },
@@ -237,6 +237,7 @@ export const emojiPlugin = ({
237
237
  description: formatMessage(messages.emojiDescription),
238
238
  priority: 500,
239
239
  keyshortcut: ':',
240
+ isDisabledOffline: true,
240
241
  icon: () => /*#__PURE__*/React.createElement(IconEmoji, null),
241
242
  action(insert, state) {
242
243
  var _api$typeAhead;
@@ -263,6 +263,7 @@ export var emojiPlugin = function emojiPlugin(_ref2) {
263
263
  description: formatMessage(messages.emojiDescription),
264
264
  priority: 500,
265
265
  keyshortcut: ':',
266
+ isDisabledOffline: true,
266
267
  icon: function icon() {
267
268
  return /*#__PURE__*/React.createElement(IconEmoji, null);
268
269
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-emoji",
3
- "version": "2.7.6",
3
+ "version": "2.7.8",
4
4
  "description": "Emoji plugin for @atlaskit/editor-core",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -20,11 +20,11 @@
20
20
  "runReact18": true
21
21
  },
22
22
  "dependencies": {
23
- "@atlaskit/adf-schema": "^44.2.0",
24
- "@atlaskit/editor-common": "^95.6.0",
23
+ "@atlaskit/adf-schema": "^46.1.0",
24
+ "@atlaskit/editor-common": "^95.10.0",
25
25
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
26
- "@atlaskit/editor-plugin-type-ahead": "^1.10.0",
27
- "@atlaskit/editor-prosemirror": "6.0.0",
26
+ "@atlaskit/editor-plugin-type-ahead": "^1.11.0",
27
+ "@atlaskit/editor-prosemirror": "6.2.1",
28
28
  "@atlaskit/emoji": "^67.11.0",
29
29
  "@atlaskit/node-data-provider": "^3.0.0",
30
30
  "@atlaskit/platform-feature-flags": "^0.3.0",