@atlaskit/editor-plugin-emoji 7.6.0 → 7.6.2
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
|
@@ -44,14 +44,14 @@ function emojiToDom(node) {
|
|
|
44
44
|
contenteditable: 'false',
|
|
45
45
|
style: (0, _lazyNodeView.convertToInlineCss)({
|
|
46
46
|
content: "''",
|
|
47
|
-
fill: "var(--ds-background-neutral, #
|
|
47
|
+
fill: "var(--ds-background-neutral, #0515240F)",
|
|
48
48
|
minWidth: "20px",
|
|
49
49
|
width: "20px",
|
|
50
50
|
height: "20px",
|
|
51
51
|
position: 'relative',
|
|
52
52
|
margin: '-1px 0',
|
|
53
53
|
display: 'inline-block',
|
|
54
|
-
background: "var(--ds-background-neutral, #
|
|
54
|
+
background: "var(--ds-background-neutral, #0515240F)",
|
|
55
55
|
borderRadius: "var(--ds-radius-small, 3px)",
|
|
56
56
|
overflow: 'hidden',
|
|
57
57
|
verticalAlign: 'middle',
|
|
@@ -33,14 +33,14 @@ export function emojiToDom(node) {
|
|
|
33
33
|
contenteditable: 'false',
|
|
34
34
|
style: convertToInlineCss({
|
|
35
35
|
content: "''",
|
|
36
|
-
fill: "var(--ds-background-neutral, #
|
|
36
|
+
fill: "var(--ds-background-neutral, #0515240F)",
|
|
37
37
|
minWidth: `20px`,
|
|
38
38
|
width: `20px`,
|
|
39
39
|
height: `20px`,
|
|
40
40
|
position: 'relative',
|
|
41
41
|
margin: '-1px 0',
|
|
42
42
|
display: 'inline-block',
|
|
43
|
-
background: "var(--ds-background-neutral, #
|
|
43
|
+
background: "var(--ds-background-neutral, #0515240F)",
|
|
44
44
|
borderRadius: "var(--ds-radius-small, 3px)",
|
|
45
45
|
overflow: 'hidden',
|
|
46
46
|
verticalAlign: 'middle',
|
|
@@ -36,14 +36,14 @@ export function emojiToDom(node) {
|
|
|
36
36
|
contenteditable: 'false',
|
|
37
37
|
style: convertToInlineCss({
|
|
38
38
|
content: "''",
|
|
39
|
-
fill: "var(--ds-background-neutral, #
|
|
39
|
+
fill: "var(--ds-background-neutral, #0515240F)",
|
|
40
40
|
minWidth: "20px",
|
|
41
41
|
width: "20px",
|
|
42
42
|
height: "20px",
|
|
43
43
|
position: 'relative',
|
|
44
44
|
margin: '-1px 0',
|
|
45
45
|
display: 'inline-block',
|
|
46
|
-
background: "var(--ds-background-neutral, #
|
|
46
|
+
background: "var(--ds-background-neutral, #0515240F)",
|
|
47
47
|
borderRadius: "var(--ds-radius-small, 3px)",
|
|
48
48
|
overflow: 'hidden',
|
|
49
49
|
verticalAlign: 'middle',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-emoji",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.2",
|
|
4
4
|
"description": "Emoji plugin for @atlaskit/editor-core",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"@atlaskit/editor-plugin-metrics": "^7.1.0",
|
|
30
30
|
"@atlaskit/editor-plugin-type-ahead": "^6.5.0",
|
|
31
31
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
32
|
-
"@atlaskit/editor-shared-styles": "^3.
|
|
33
|
-
"@atlaskit/emoji": "^69.
|
|
34
|
-
"@atlaskit/icon": "^
|
|
35
|
-
"@atlaskit/node-data-provider": "^7.
|
|
32
|
+
"@atlaskit/editor-shared-styles": "^3.9.0",
|
|
33
|
+
"@atlaskit/emoji": "^69.7.0",
|
|
34
|
+
"@atlaskit/icon": "^29.0.0",
|
|
35
|
+
"@atlaskit/node-data-provider": "^7.5.0",
|
|
36
36
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
37
|
-
"@atlaskit/prosemirror-input-rules": "^3.
|
|
37
|
+
"@atlaskit/prosemirror-input-rules": "^3.6.0",
|
|
38
38
|
"@atlaskit/theme": "^21.0.0",
|
|
39
|
-
"@atlaskit/tmp-editor-statsig": "^13.
|
|
40
|
-
"@atlaskit/tokens": "^
|
|
39
|
+
"@atlaskit/tmp-editor-statsig": "^13.35.0",
|
|
40
|
+
"@atlaskit/tokens": "^8.0.0",
|
|
41
41
|
"@babel/runtime": "^7.0.0",
|
|
42
42
|
"@emotion/react": "^11.7.1",
|
|
43
43
|
"lodash": "^4.17.21",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"react-loadable": "^5.1.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@atlaskit/editor-common": "^110.
|
|
48
|
+
"@atlaskit/editor-common": "^110.27.0",
|
|
49
49
|
"react": "^18.2.0",
|
|
50
50
|
"react-dom": "^18.2.0"
|
|
51
51
|
},
|