@atlaskit/emoji 69.10.9 → 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 +6 -0
- package/dist/cjs/util/analytics/analytics.js +1 -1
- package/dist/es2019/util/analytics/analytics.js +1 -1
- package/dist/esm/util/analytics/analytics.js +1 -1
- package/dist/types/api/internal/Comparators.d.ts +1 -1
- package/dist/types-ts4.5/api/internal/Comparators.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -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: "
|
|
23
|
+
packageVersion: "0.0.0-development"
|
|
24
24
|
}, attributes)
|
|
25
25
|
};
|
|
26
26
|
};
|
|
@@ -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: "
|
|
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):
|
|
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):
|
|
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.
|
|
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": "^
|
|
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",
|