@atlaskit/editor-plugin-emoji 9.0.11 → 9.0.12
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
|
@@ -70,7 +70,7 @@ var InlineEmojiPopupOld = exports.InlineEmojiPopupOld = function InlineEmojiPopu
|
|
|
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
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)
|
|
73
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
74
74
|
,
|
|
75
75
|
offset: [0, 12],
|
|
76
76
|
mountTo: popupsMountPoint,
|
|
@@ -138,7 +138,7 @@ var InlineEmojiPopupContent = function InlineEmojiPopupContent(_ref3) {
|
|
|
138
138
|
}
|
|
139
139
|
return /*#__PURE__*/_react.default.createElement(PopupWithListeners, {
|
|
140
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)
|
|
141
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
142
142
|
,
|
|
143
143
|
offset: [0, 12],
|
|
144
144
|
mountTo: popupsMountPoint,
|
|
@@ -62,7 +62,7 @@ export const InlineEmojiPopupOld = ({
|
|
|
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
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)
|
|
65
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
66
66
|
,
|
|
67
67
|
offset: [0, 12],
|
|
68
68
|
mountTo: popupsMountPoint,
|
|
@@ -127,7 +127,7 @@ const InlineEmojiPopupContent = ({
|
|
|
127
127
|
}
|
|
128
128
|
return /*#__PURE__*/React.createElement(PopupWithListeners, {
|
|
129
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)
|
|
130
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
131
131
|
,
|
|
132
132
|
offset: [0, 12],
|
|
133
133
|
mountTo: popupsMountPoint,
|
|
@@ -62,7 +62,7 @@ export var InlineEmojiPopupOld = function InlineEmojiPopupOld(_ref) {
|
|
|
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
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)
|
|
65
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
66
66
|
,
|
|
67
67
|
offset: [0, 12],
|
|
68
68
|
mountTo: popupsMountPoint,
|
|
@@ -130,7 +130,7 @@ var InlineEmojiPopupContent = function InlineEmojiPopupContent(_ref3) {
|
|
|
130
130
|
}
|
|
131
131
|
return /*#__PURE__*/React.createElement(PopupWithListeners, {
|
|
132
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)
|
|
133
|
+
// eslint-disable-next-line @atlassian/perf-linting/no-unstable-inline-props -- Ignored via go/ees017 (to be fixed)
|
|
134
134
|
,
|
|
135
135
|
offset: [0, 12],
|
|
136
136
|
mountTo: popupsMountPoint,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-emoji",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.12",
|
|
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": "^
|
|
39
|
+
"@atlaskit/tmp-editor-statsig": "^45.0.0",
|
|
40
40
|
"@atlaskit/tokens": "^11.1.0",
|
|
41
41
|
"@babel/runtime": "^7.0.0",
|
|
42
42
|
"@emotion/react": "^11.7.1",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"react-loadable": "^5.1.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@atlaskit/editor-common": "^112.
|
|
48
|
+
"@atlaskit/editor-common": "^112.8.0",
|
|
49
49
|
"react": "^18.2.0",
|
|
50
50
|
"react-dom": "^18.2.0"
|
|
51
51
|
},
|