@atlaskit/editor-plugin-emoji 9.0.10 → 9.0.11

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
  # @atlaskit/editor-plugin-emoji
2
2
 
3
+ ## 9.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 9.0.10
4
10
 
5
11
  ### Patch Changes
@@ -69,7 +69,9 @@ var InlineEmojiPopupOld = exports.InlineEmojiPopupOld = function InlineEmojiPopu
69
69
  }
70
70
  var domRef = (0, _getDomRefFromSelection.getDomRefFromSelection)(editorView, _analytics.ACTION_SUBJECT_ID.PICKER_EMOJI, api === null || api === void 0 || (_api$analytics = api.analytics) === null || _api$analytics === void 0 ? void 0 : _api$analytics.actions);
71
71
  return /*#__PURE__*/_react.default.createElement(PopupWithListeners, {
72
- ariaLabel: intl.formatMessage(emojiPopupMessages.emojiPickerAriaLabel),
72
+ ariaLabel: intl.formatMessage(emojiPopupMessages.emojiPickerAriaLabel)
73
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
74
+ ,
73
75
  offset: [0, 12],
74
76
  mountTo: popupsMountPoint,
75
77
  boundariesElement: popupsBoundariesElement,
@@ -135,7 +137,9 @@ var InlineEmojiPopupContent = function InlineEmojiPopupContent(_ref3) {
135
137
  return null;
136
138
  }
137
139
  return /*#__PURE__*/_react.default.createElement(PopupWithListeners, {
138
- ariaLabel: intl.formatMessage(emojiPopupMessages.emojiPickerAriaLabel),
140
+ ariaLabel: intl.formatMessage(emojiPopupMessages.emojiPickerAriaLabel)
141
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
142
+ ,
139
143
  offset: [0, 12],
140
144
  mountTo: popupsMountPoint,
141
145
  boundariesElement: popupsBoundariesElement,
@@ -61,7 +61,9 @@ export const InlineEmojiPopupOld = ({
61
61
  }
62
62
  const domRef = getDomRefFromSelection(editorView, ACTION_SUBJECT_ID.PICKER_EMOJI, api === null || api === void 0 ? void 0 : (_api$analytics = api.analytics) === null || _api$analytics === void 0 ? void 0 : _api$analytics.actions);
63
63
  return /*#__PURE__*/React.createElement(PopupWithListeners, {
64
- ariaLabel: intl.formatMessage(emojiPopupMessages.emojiPickerAriaLabel),
64
+ ariaLabel: intl.formatMessage(emojiPopupMessages.emojiPickerAriaLabel)
65
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
66
+ ,
65
67
  offset: [0, 12],
66
68
  mountTo: popupsMountPoint,
67
69
  boundariesElement: popupsBoundariesElement,
@@ -124,7 +126,9 @@ const InlineEmojiPopupContent = ({
124
126
  return null;
125
127
  }
126
128
  return /*#__PURE__*/React.createElement(PopupWithListeners, {
127
- ariaLabel: intl.formatMessage(emojiPopupMessages.emojiPickerAriaLabel),
129
+ ariaLabel: intl.formatMessage(emojiPopupMessages.emojiPickerAriaLabel)
130
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
131
+ ,
128
132
  offset: [0, 12],
129
133
  mountTo: popupsMountPoint,
130
134
  boundariesElement: popupsBoundariesElement,
@@ -61,7 +61,9 @@ export var InlineEmojiPopupOld = function InlineEmojiPopupOld(_ref) {
61
61
  }
62
62
  var domRef = getDomRefFromSelection(editorView, ACTION_SUBJECT_ID.PICKER_EMOJI, api === null || api === void 0 || (_api$analytics = api.analytics) === null || _api$analytics === void 0 ? void 0 : _api$analytics.actions);
63
63
  return /*#__PURE__*/React.createElement(PopupWithListeners, {
64
- ariaLabel: intl.formatMessage(emojiPopupMessages.emojiPickerAriaLabel),
64
+ ariaLabel: intl.formatMessage(emojiPopupMessages.emojiPickerAriaLabel)
65
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
66
+ ,
65
67
  offset: [0, 12],
66
68
  mountTo: popupsMountPoint,
67
69
  boundariesElement: popupsBoundariesElement,
@@ -127,7 +129,9 @@ var InlineEmojiPopupContent = function InlineEmojiPopupContent(_ref3) {
127
129
  return null;
128
130
  }
129
131
  return /*#__PURE__*/React.createElement(PopupWithListeners, {
130
- ariaLabel: intl.formatMessage(emojiPopupMessages.emojiPickerAriaLabel),
132
+ ariaLabel: intl.formatMessage(emojiPopupMessages.emojiPickerAriaLabel)
133
+ // eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
134
+ ,
131
135
  offset: [0, 12],
132
136
  mountTo: popupsMountPoint,
133
137
  boundariesElement: popupsBoundariesElement,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-emoji",
3
- "version": "9.0.10",
3
+ "version": "9.0.11",
4
4
  "description": "Emoji plugin for @atlaskit/editor-core",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -36,7 +36,7 @@
36
36
  "@atlaskit/node-data-provider": "^9.0.0",
37
37
  "@atlaskit/platform-feature-flags": "^1.1.0",
38
38
  "@atlaskit/prosemirror-input-rules": "^3.6.0",
39
- "@atlaskit/tmp-editor-statsig": "^43.0.0",
39
+ "@atlaskit/tmp-editor-statsig": "^44.0.0",
40
40
  "@atlaskit/tokens": "^11.1.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "@emotion/react": "^11.7.1",