@atlaskit/emoji 69.3.7 → 69.3.9
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 +12 -0
- package/dist/cjs/components/common/EmojiPreviewComponent.compiled.css +1 -1
- package/dist/cjs/components/common/EmojiPreviewComponent.js +2 -2
- package/dist/cjs/util/analytics/analytics.js +1 -1
- package/dist/es2019/components/common/EmojiPreviewComponent.compiled.css +1 -1
- package/dist/es2019/components/common/EmojiPreviewComponent.js +2 -2
- package/dist/es2019/util/analytics/analytics.js +1 -1
- package/dist/esm/components/common/EmojiPreviewComponent.compiled.css +1 -1
- package/dist/esm/components/common/EmojiPreviewComponent.js +3 -3
- package/dist/esm/util/analytics/analytics.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
._p12f3sup{max-width:285px}
|
|
45
45
|
._pdfdidpf .emoji-common-emoji-sprite, ._mwo3idpf span[role=img]{padding-left:0}
|
|
46
46
|
._pnmbovqm:first-of-type{color:var(--_5xk3r4)}
|
|
47
|
-
.
|
|
47
|
+
._syaz121t{color:var(--_1pseksa)}
|
|
48
48
|
._syazovqm{color:var(--_5xk3r4)}
|
|
49
49
|
._u5f319bv{padding-right:10px}
|
|
50
50
|
._vwz4kb7n{line-height:1}
|
|
@@ -35,9 +35,9 @@ var EmojiPreviewComponent = exports.EmojiPreviewComponent = function EmojiPrevie
|
|
|
35
35
|
"--_5xk3r4": (0, _runtime.ix)("var(--ds-text, ".concat(_colors.N900, ")"))
|
|
36
36
|
}
|
|
37
37
|
}, emoji.name), /*#__PURE__*/React.createElement("div", {
|
|
38
|
-
className: (0, _runtime.ax)(["_11c8dcr7 _1reo15vq _18m915vq _1e0c1ule
|
|
38
|
+
className: (0, _runtime.ax)(["_11c8dcr7 _1reo15vq _18m915vq _1e0c1ule _syaz121t _vwz4kb7n _otyr1i6y _n3tdv77o _1bto1l2s _o5721q9c _10hw2smr _pnmbovqm"]),
|
|
39
39
|
style: {
|
|
40
|
-
"--
|
|
40
|
+
"--_1pseksa": (0, _runtime.ix)("var(--ds-text-subtle, ".concat(_colors.N400, ")")),
|
|
41
41
|
"--_5xk3r4": (0, _runtime.ix)("var(--ds-text, ".concat(_colors.N900, ")"))
|
|
42
42
|
}
|
|
43
43
|
}, emoji.shortName)));
|
|
@@ -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.3.
|
|
23
|
+
packageVersion: "69.3.8"
|
|
24
24
|
}, attributes)
|
|
25
25
|
};
|
|
26
26
|
};
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
._p12f3sup{max-width:285px}
|
|
45
45
|
._pdfdidpf .emoji-common-emoji-sprite, ._mwo3idpf span[role=img]{padding-left:0}
|
|
46
46
|
._pnmbj3m3:first-of-type{color:var(--ds-text,#091e42)}
|
|
47
|
-
.
|
|
47
|
+
._syaz1a45{color:var(--ds-text-subtle,#505f79)}
|
|
48
48
|
._syazj3m3{color:var(--ds-text,#091e42)}
|
|
49
49
|
._u5f319bv{padding-right:10px}
|
|
50
50
|
._vwz4kb7n{line-height:1}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import "./EmojiPreviewComponent.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
|
-
import {
|
|
5
|
+
import { N400, N900 } from '@atlaskit/theme/colors';
|
|
6
6
|
import CachingEmoji from './CachingEmoji';
|
|
7
7
|
const emojiName = null;
|
|
8
8
|
const emojiShortName = null;
|
|
@@ -24,6 +24,6 @@ export const EmojiPreviewComponent = ({
|
|
|
24
24
|
}, emoji.name && /*#__PURE__*/React.createElement("div", {
|
|
25
25
|
className: ax(["_1reo15vq _18m915vq _1e0c1ule _syazj3m3 _1bto1l2s _o5721q9c _299mangw"])
|
|
26
26
|
}, emoji.name), /*#__PURE__*/React.createElement("div", {
|
|
27
|
-
className: ax(["_11c8dcr7 _1reo15vq _18m915vq _1e0c1ule
|
|
27
|
+
className: ax(["_11c8dcr7 _1reo15vq _18m915vq _1e0c1ule _syaz1a45 _vwz4kb7n _otyr1i6y _n3tdv77o _1bto1l2s _o5721q9c _10hw2smr _pnmbj3m3"])
|
|
28
28
|
}, emoji.shortName)));
|
|
29
29
|
};
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
._p12f3sup{max-width:285px}
|
|
45
45
|
._pdfdidpf .emoji-common-emoji-sprite, ._mwo3idpf span[role=img]{padding-left:0}
|
|
46
46
|
._pnmbovqm:first-of-type{color:var(--_5xk3r4)}
|
|
47
|
-
.
|
|
47
|
+
._syaz121t{color:var(--_1pseksa)}
|
|
48
48
|
._syazovqm{color:var(--_5xk3r4)}
|
|
49
49
|
._u5f319bv{padding-right:10px}
|
|
50
50
|
._vwz4kb7n{line-height:1}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import "./EmojiPreviewComponent.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
|
-
import {
|
|
5
|
+
import { N400, N900 } from '@atlaskit/theme/colors';
|
|
6
6
|
import CachingEmoji from './CachingEmoji';
|
|
7
7
|
var emojiName = null;
|
|
8
8
|
var emojiShortName = null;
|
|
@@ -26,9 +26,9 @@ export var EmojiPreviewComponent = function EmojiPreviewComponent(_ref) {
|
|
|
26
26
|
"--_5xk3r4": ix("var(--ds-text, ".concat(N900, ")"))
|
|
27
27
|
}
|
|
28
28
|
}, emoji.name), /*#__PURE__*/React.createElement("div", {
|
|
29
|
-
className: ax(["_11c8dcr7 _1reo15vq _18m915vq _1e0c1ule
|
|
29
|
+
className: ax(["_11c8dcr7 _1reo15vq _18m915vq _1e0c1ule _syaz121t _vwz4kb7n _otyr1i6y _n3tdv77o _1bto1l2s _o5721q9c _10hw2smr _pnmbovqm"]),
|
|
30
30
|
style: {
|
|
31
|
-
"--
|
|
31
|
+
"--_1pseksa": ix("var(--ds-text-subtle, ".concat(N400, ")")),
|
|
32
32
|
"--_5xk3r4": ix("var(--ds-text, ".concat(N900, ")"))
|
|
33
33
|
}
|
|
34
34
|
}, emoji.shortName)));
|
|
@@ -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.3.
|
|
16
|
+
packageVersion: "69.3.8"
|
|
17
17
|
}, attributes)
|
|
18
18
|
};
|
|
19
19
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/emoji",
|
|
3
|
-
"version": "69.3.
|
|
3
|
+
"version": "69.3.9",
|
|
4
4
|
"description": "Fabric emoji React components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -38,17 +38,17 @@
|
|
|
38
38
|
"@atlaskit/button": "^23.2.0",
|
|
39
39
|
"@atlaskit/css": "^0.12.0",
|
|
40
40
|
"@atlaskit/heading": "^5.2.0",
|
|
41
|
-
"@atlaskit/icon": "^27.
|
|
42
|
-
"@atlaskit/media-client": "^35.
|
|
41
|
+
"@atlaskit/icon": "^27.3.0",
|
|
42
|
+
"@atlaskit/media-client": "^35.1.0",
|
|
43
43
|
"@atlaskit/media-client-react": "^4.1.0",
|
|
44
44
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
45
45
|
"@atlaskit/platform-feature-flags-react": "^0.2.0",
|
|
46
46
|
"@atlaskit/primitives": "^14.10.0",
|
|
47
|
-
"@atlaskit/react-ufo": "^
|
|
47
|
+
"@atlaskit/react-ufo": "^4.0.0",
|
|
48
48
|
"@atlaskit/spinner": "^18.0.0",
|
|
49
49
|
"@atlaskit/textfield": "^8.0.0",
|
|
50
|
-
"@atlaskit/theme": "^
|
|
51
|
-
"@atlaskit/tokens": "^5.
|
|
50
|
+
"@atlaskit/theme": "^19.0.0",
|
|
51
|
+
"@atlaskit/tokens": "^5.5.0",
|
|
52
52
|
"@atlaskit/tooltip": "^20.3.0",
|
|
53
53
|
"@atlaskit/ufo": "^0.4.0",
|
|
54
54
|
"@atlaskit/util-service-support": "^6.3.0",
|