@atlaskit/emoji 69.10.8 → 69.10.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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/emoji
2
2
 
3
+ ## 69.10.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 69.10.9
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 69.10.8
4
16
 
5
17
  ### Patch Changes
@@ -20,7 +20,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
20
20
  actionSubjectId: actionSubjectId,
21
21
  attributes: _objectSpread({
22
22
  packageName: "@atlaskit/emoji",
23
- packageVersion: "69.10.7"
23
+ packageVersion: "0.0.0-development"
24
24
  }, attributes)
25
25
  };
26
26
  };
@@ -8,7 +8,7 @@ const createEvent = (eventType, action, actionSubject, actionSubjectId, attribut
8
8
  actionSubjectId,
9
9
  attributes: {
10
10
  packageName: "@atlaskit/emoji",
11
- packageVersion: "69.10.7",
11
+ packageVersion: "0.0.0-development",
12
12
  ...attributes
13
13
  }
14
14
  });
@@ -13,7 +13,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
13
13
  actionSubjectId: actionSubjectId,
14
14
  attributes: _objectSpread({
15
15
  packageName: "@atlaskit/emoji",
16
- packageVersion: "69.10.7"
16
+ packageVersion: "0.0.0-development"
17
17
  }, attributes)
18
18
  };
19
19
  };
@@ -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): 0 | 1 | -1;
40
+ compare(e1: EmojiDescription, e2: EmojiDescription): 1 | 0 | -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): 0 | 1 | -1;
40
+ compare(e1: EmojiDescription, e2: EmojiDescription): 1 | 0 | -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.8",
3
+ "version": "69.10.10",
4
4
  "description": "Fabric emoji React components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -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": "^19.0.0",
50
+ "@atlaskit/tmp-editor-statsig": "^21.0.0",
51
51
  "@atlaskit/tokens": "^11.0.0",
52
52
  "@atlaskit/tooltip": "^20.14.0",
53
53
  "@atlaskit/ufo": "^0.4.0",