@atlaskit/editor-plugin-emoji 2.7.27 → 2.8.0

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,17 @@
1
1
  # @atlaskit/editor-plugin-emoji
2
2
 
3
+ ## 2.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
8
+ [`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
9
+ Update `React` from v16 to v18
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 2.7.27
4
16
 
5
17
  ### Patch Changes
@@ -16,7 +16,7 @@ var EmojiAssistiveTextComponent = /*#__PURE__*/_react.default.memo(function (_re
16
16
  var intl = (0, _reactIntlNext.useIntl)();
17
17
  return (
18
18
  /*#__PURE__*/
19
- // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
19
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/design-system/use-tokens-typography -- Ignored via go/DSP-18766
20
20
  _react.default.createElement("span", {
21
21
  style: {
22
22
  fontSize: 0
@@ -51,7 +51,7 @@ var EmojiAssistiveTextComponent = /*#__PURE__*/_react.default.memo(function (_re
51
51
  var emojiShortName = _ref.emojiShortName;
52
52
  var intl = (0, _reactIntlNext.useIntl)();
53
53
  return (
54
- // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
54
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/design-system/use-tokens-typography -- Ignored via go/DSP-18766
55
55
  (0, _react2.jsx)("span", {
56
56
  style: {
57
57
  fontSize: 0
@@ -10,7 +10,7 @@ const EmojiAssistiveTextComponent = /*#__PURE__*/React.memo(({
10
10
  const intl = useIntl();
11
11
  return (
12
12
  /*#__PURE__*/
13
- // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
13
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/design-system/use-tokens-typography -- Ignored via go/DSP-18766
14
14
  React.createElement("span", {
15
15
  style: {
16
16
  fontSize: 0
@@ -42,7 +42,7 @@ const EmojiAssistiveTextComponent = /*#__PURE__*/React.memo(({
42
42
  }) => {
43
43
  const intl = useIntl();
44
44
  return (
45
- // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
45
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/design-system/use-tokens-typography -- Ignored via go/DSP-18766
46
46
  jsx("span", {
47
47
  style: {
48
48
  fontSize: 0
@@ -9,7 +9,7 @@ var EmojiAssistiveTextComponent = /*#__PURE__*/React.memo(function (_ref) {
9
9
  var intl = useIntl();
10
10
  return (
11
11
  /*#__PURE__*/
12
- // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
12
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/design-system/use-tokens-typography -- Ignored via go/DSP-18766
13
13
  React.createElement("span", {
14
14
  style: {
15
15
  fontSize: 0
@@ -41,7 +41,7 @@ var EmojiAssistiveTextComponent = /*#__PURE__*/React.memo(function (_ref) {
41
41
  var emojiShortName = _ref.emojiShortName;
42
42
  var intl = useIntl();
43
43
  return (
44
- // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
44
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/design-system/use-tokens-typography -- Ignored via go/DSP-18766
45
45
  jsx("span", {
46
46
  style: {
47
47
  fontSize: 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-emoji",
3
- "version": "2.7.27",
3
+ "version": "2.8.0",
4
4
  "description": "Emoji plugin for @atlaskit/editor-core",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -21,16 +21,16 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@atlaskit/adf-schema": "^46.1.0",
24
- "@atlaskit/editor-common": "^99.5.0",
24
+ "@atlaskit/editor-common": "^99.6.0",
25
25
  "@atlaskit/editor-plugin-analytics": "^1.11.0",
26
- "@atlaskit/editor-plugin-annotation": "1.26.15",
26
+ "@atlaskit/editor-plugin-annotation": "1.27.0",
27
27
  "@atlaskit/editor-plugin-base": "^2.1.0",
28
28
  "@atlaskit/editor-plugin-editor-viewmode": "^2.1.0",
29
- "@atlaskit/editor-plugin-type-ahead": "^1.11.0",
29
+ "@atlaskit/editor-plugin-type-ahead": "^1.12.0",
30
30
  "@atlaskit/editor-prosemirror": "6.2.1",
31
- "@atlaskit/emoji": "^67.12.0",
32
- "@atlaskit/icon": "^23.4.0",
33
- "@atlaskit/node-data-provider": "^3.0.0",
31
+ "@atlaskit/emoji": "^67.13.0",
32
+ "@atlaskit/icon": "^23.5.0",
33
+ "@atlaskit/node-data-provider": "^3.1.0",
34
34
  "@atlaskit/platform-feature-flags": "^0.3.0",
35
35
  "@atlaskit/prosemirror-input-rules": "^3.2.0",
36
36
  "@babel/runtime": "^7.0.0",
@@ -45,11 +45,11 @@
45
45
  "devDependencies": {
46
46
  "@af/visual-regression": "*",
47
47
  "@atlaskit/editor-plugin-composition": "^1.2.0",
48
- "@atlaskit/editor-plugin-decorations": "^1.3.0",
48
+ "@atlaskit/editor-plugin-decorations": "^1.4.0",
49
49
  "@atlaskit/ssr": "*",
50
- "@atlaskit/util-data-test": "^17.13.0",
50
+ "@atlaskit/util-data-test": "^18.0.0",
51
51
  "@atlaskit/visual-regression": "*",
52
- "@testing-library/react": "^12.1.5",
52
+ "@testing-library/react": "^13.4.0",
53
53
  "typescript": "~5.4.2",
54
54
  "wait-for-expect": "^1.2.0"
55
55
  },