@atlaskit/emoji 69.10.10 → 69.10.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
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/emoji
2
2
 
3
+ ## 69.10.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 69.10.11
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 69.10.10
4
16
 
5
17
  ### Patch Changes
@@ -37,7 +37,7 @@ export declare class ChainedEmojiComparator implements EmojiComparator {
37
37
  export declare class AsciiMatchComparator implements EmojiComparator {
38
38
  private query;
39
39
  constructor(query: string);
40
- compare(e1: EmojiDescription, e2: EmojiDescription): 1 | 0 | -1;
40
+ compare(e1: EmojiDescription, e2: EmojiDescription): 0 | 1 | -1;
41
41
  }
42
42
  /**
43
43
  * Orders two emoji such that the one who's shortname matches the query exactly comes first. If there are matching
@@ -37,7 +37,7 @@ export declare class ChainedEmojiComparator implements EmojiComparator {
37
37
  export declare class AsciiMatchComparator implements EmojiComparator {
38
38
  private query;
39
39
  constructor(query: string);
40
- compare(e1: EmojiDescription, e2: EmojiDescription): 1 | 0 | -1;
40
+ compare(e1: EmojiDescription, e2: EmojiDescription): 0 | 1 | -1;
41
41
  }
42
42
  /**
43
43
  * Orders two emoji such that the one who's shortname matches the query exactly comes first. If there are matching
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/emoji",
3
- "version": "69.10.10",
3
+ "version": "69.10.12",
4
4
  "description": "Fabric emoji React components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -38,7 +38,7 @@
38
38
  "@atlaskit/analytics-next": "^11.1.0",
39
39
  "@atlaskit/button": "^23.9.0",
40
40
  "@atlaskit/css": "^0.19.0",
41
- "@atlaskit/heading": "^5.2.0",
41
+ "@atlaskit/heading": "^5.3.0",
42
42
  "@atlaskit/icon": "^30.0.0",
43
43
  "@atlaskit/media-client": "^35.7.0",
44
44
  "@atlaskit/media-client-react": "^4.1.0",
@@ -47,7 +47,7 @@
47
47
  "@atlaskit/spinner": "^19.0.0",
48
48
  "@atlaskit/textfield": "^8.2.0",
49
49
  "@atlaskit/theme": "^21.0.0",
50
- "@atlaskit/tmp-editor-statsig": "^21.0.0",
50
+ "@atlaskit/tmp-editor-statsig": "^23.0.0",
51
51
  "@atlaskit/tokens": "^11.0.0",
52
52
  "@atlaskit/tooltip": "^20.14.0",
53
53
  "@atlaskit/ufo": "^0.4.0",