@portabletext/plugin-emoji-picker 2.0.8 → 2.0.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portabletext/plugin-emoji-picker",
3
- "version": "2.0.8",
3
+ "version": "2.0.10",
4
4
  "description": "Easily configure an Emoji Picker for the Portable Text Editor",
5
5
  "keywords": [
6
6
  "portabletext",
@@ -38,7 +38,7 @@
38
38
  "react-compiler-runtime": "1.0.0",
39
39
  "xstate": "^5.24.0",
40
40
  "@portabletext/keyboard-shortcuts": "^2.1.0",
41
- "@portabletext/plugin-input-rule": "~0.6.0"
41
+ "@portabletext/plugin-input-rule": "~0.6.2"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@sanity/pkg-utils": "^9.0.3",
@@ -54,12 +54,12 @@
54
54
  "typescript": "5.9.3",
55
55
  "typescript-eslint": "^8.46.1",
56
56
  "vitest": "^4.0.6",
57
- "@portabletext/editor": "2.21.0",
57
+ "@portabletext/editor": "2.21.2",
58
58
  "@portabletext/schema": "2.0.0",
59
59
  "racejar": "2.0.0"
60
60
  },
61
61
  "peerDependencies": {
62
- "@portabletext/editor": "^2.21.0",
62
+ "@portabletext/editor": "^2.21.2",
63
63
  "react": "^18.3 || ^19"
64
64
  },
65
65
  "engines": {
@@ -1,11 +1,9 @@
1
1
  Feature: Emoji Picker
2
2
 
3
- Background:
4
- Given the editor is focused
5
-
6
3
  Scenario Outline: Picking a direct hit
7
- When <initial text> is inserted
8
- When <inserted text> is inserted
4
+ When the editor is focused
5
+ And <initial text> is inserted
6
+ And <inserted text> is inserted
9
7
  Then the text is <final text>
10
8
 
11
9
  Examples: