@atlaskit/editor-plugin-emoji 3.6.3 → 3.6.4
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,14 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-emoji
|
|
2
2
|
|
|
3
|
+
## 3.6.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#150219](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/150219)
|
|
8
|
+
[`8f6e3a7613db0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8f6e3a7613db0) -
|
|
9
|
+
Fixes invalid css comments in template literal styles
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 3.6.3
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -15,7 +15,7 @@ var _templateObject;
|
|
|
15
15
|
*/
|
|
16
16
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
17
17
|
// eslint-disable-next-line
|
|
18
|
-
var clickSelectWrapperStyle = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\
|
|
18
|
+
var clickSelectWrapperStyle = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n\tuser-select: all;\n"])));
|
|
19
19
|
function EmojiNode(props) {
|
|
20
20
|
return (0, _react.jsx)("span", {
|
|
21
21
|
css: clickSelectWrapperStyle
|
|
@@ -8,7 +8,6 @@ import { Emoji } from '@atlaskit/editor-common/emoji';
|
|
|
8
8
|
|
|
9
9
|
// eslint-disable-next-line
|
|
10
10
|
const clickSelectWrapperStyle = css`
|
|
11
|
-
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage
|
|
12
11
|
user-select: all;
|
|
13
12
|
`;
|
|
14
13
|
export default function EmojiNode(props) {
|
|
@@ -9,7 +9,7 @@ import { css, jsx } from '@emotion/react';
|
|
|
9
9
|
import { Emoji } from '@atlaskit/editor-common/emoji';
|
|
10
10
|
|
|
11
11
|
// eslint-disable-next-line
|
|
12
|
-
var clickSelectWrapperStyle = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\
|
|
12
|
+
var clickSelectWrapperStyle = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\tuser-select: all;\n"])));
|
|
13
13
|
export default function EmojiNode(props) {
|
|
14
14
|
return jsx("span", {
|
|
15
15
|
css: clickSelectWrapperStyle
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-emoji",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.4",
|
|
4
4
|
"description": "Emoji plugin for @atlaskit/editor-core",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@atlaskit/adf-schema": "^47.6.0",
|
|
26
|
-
"@atlaskit/editor-common": "^104.
|
|
26
|
+
"@atlaskit/editor-common": "^104.1.0",
|
|
27
27
|
"@atlaskit/editor-plugin-analytics": "^2.2.0",
|
|
28
28
|
"@atlaskit/editor-plugin-annotation": "^2.7.0",
|
|
29
29
|
"@atlaskit/editor-plugin-base": "^2.3.0",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
34
34
|
"@atlaskit/editor-shared-styles": "^3.4.0",
|
|
35
35
|
"@atlaskit/emoji": "^69.1.0",
|
|
36
|
-
"@atlaskit/icon": "^25.
|
|
36
|
+
"@atlaskit/icon": "^25.7.0",
|
|
37
37
|
"@atlaskit/node-data-provider": "^4.1.0",
|
|
38
38
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
39
39
|
"@atlaskit/prosemirror-input-rules": "^3.3.0",
|
|
40
40
|
"@atlaskit/theme": "^18.0.0",
|
|
41
|
-
"@atlaskit/tmp-editor-statsig": "^4.
|
|
41
|
+
"@atlaskit/tmp-editor-statsig": "^4.17.0",
|
|
42
42
|
"@atlaskit/tokens": "^4.8.0",
|
|
43
43
|
"@babel/runtime": "^7.0.0",
|
|
44
44
|
"@emotion/react": "^11.7.1",
|