@atlaskit/emoji 71.15.2 → 71.15.3
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 +8 -0
- package/dist/cjs/components/picker/EmojiPickerCategoryHeading.js +2 -5
- package/dist/cjs/util/analytics/analytics.js +1 -1
- package/dist/es2019/components/picker/EmojiPickerCategoryHeading.js +2 -5
- package/dist/es2019/util/analytics/analytics.js +1 -1
- package/dist/esm/components/picker/EmojiPickerCategoryHeading.js +2 -5
- package/dist/esm/util/analytics/analytics.js +1 -1
- package/package.json +1 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/emoji
|
|
2
2
|
|
|
3
|
+
## 71.15.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`4cdc1e5d68e9e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/4cdc1e5d68e9e) -
|
|
8
|
+
Clean up platform_emoji_a11y_category_heading feature gate.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 71.15.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -10,7 +10,6 @@ exports.default = exports.RENDER_EMOJI_PICKER_CATEGORY_HEADING_TESTID = void 0;
|
|
|
10
10
|
require("./EmojiPickerCategoryHeading.compiled.css");
|
|
11
11
|
var React = _interopRequireWildcard(require("react"));
|
|
12
12
|
var _runtime = require("@compiled/react/runtime");
|
|
13
|
-
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
14
13
|
var _heading = _interopRequireDefault(require("@atlaskit/heading"));
|
|
15
14
|
var _reactIntl = require("react-intl");
|
|
16
15
|
var _typeHelpers = require("../../util/type-helpers");
|
|
@@ -34,13 +33,11 @@ var EmojiPickerCategoryHeading = function EmojiPickerCategoryHeading(_ref) {
|
|
|
34
33
|
className: className,
|
|
35
34
|
"data-testid": RENDER_EMOJI_PICKER_CATEGORY_HEADING_TESTID,
|
|
36
35
|
role: "presentation"
|
|
37
|
-
},
|
|
36
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
38
37
|
className: (0, _runtime.ax)(["_11c8fhey _19pkidpf _2hwxidpf _otyridpf _18u0idpf _vchhusvi _syazi7uo _ca0q12x7 _n3td12x7 _19bvu2gc _u5f3u2gc _1p1d1qyh _299mangw"])
|
|
39
38
|
}, /*#__PURE__*/React.createElement(_heading.default, {
|
|
40
39
|
size: "xsmall",
|
|
41
40
|
as: "h2"
|
|
42
|
-
}, (0, _typeHelpers.isMessagesKey)(title) ? /*#__PURE__*/React.createElement(_reactIntl.FormattedMessage, _i18n.messages[title]) : title))
|
|
43
|
-
className: (0, _runtime.ax)(["_11c8fhey _19pkidpf _2hwxidpf _otyridpf _18u0idpf _vchhusvi _syazi7uo _ca0q12x7 _n3td12x7 _19bvu2gc _u5f3u2gc _1p1d1qyh _299mangw"])
|
|
44
|
-
}, (0, _typeHelpers.isMessagesKey)(title) ? /*#__PURE__*/React.createElement(_reactIntl.FormattedMessage, _i18n.messages[title]) : title));
|
|
41
|
+
}, (0, _typeHelpers.isMessagesKey)(title) ? /*#__PURE__*/React.createElement(_reactIntl.FormattedMessage, _i18n.messages[title]) : title)));
|
|
45
42
|
};
|
|
46
43
|
var _default = exports.default = EmojiPickerCategoryHeading;
|
|
@@ -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: "71.15.
|
|
23
|
+
packageVersion: "71.15.2"
|
|
24
24
|
}, attributes)
|
|
25
25
|
};
|
|
26
26
|
};
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
import "./EmojiPickerCategoryHeading.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
6
5
|
import Heading from '@atlaskit/heading';
|
|
7
6
|
import { FormattedMessage } from 'react-intl';
|
|
8
7
|
import { isMessagesKey } from '../../util/type-helpers';
|
|
@@ -25,12 +24,10 @@ const EmojiPickerCategoryHeading = ({
|
|
|
25
24
|
className: className,
|
|
26
25
|
"data-testid": RENDER_EMOJI_PICKER_CATEGORY_HEADING_TESTID,
|
|
27
26
|
role: "presentation"
|
|
28
|
-
},
|
|
27
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
29
28
|
className: ax(["_11c8fhey _19pkidpf _2hwxidpf _otyridpf _18u0idpf _vchhusvi _syazi7uo _ca0q12x7 _n3td12x7 _19bvu2gc _u5f3u2gc _1p1d1qyh _299mangw"])
|
|
30
29
|
}, /*#__PURE__*/React.createElement(Heading, {
|
|
31
30
|
size: "xsmall",
|
|
32
31
|
as: "h2"
|
|
33
|
-
}, isMessagesKey(title) ? /*#__PURE__*/React.createElement(FormattedMessage, messages[title]) : title))
|
|
34
|
-
className: ax(["_11c8fhey _19pkidpf _2hwxidpf _otyridpf _18u0idpf _vchhusvi _syazi7uo _ca0q12x7 _n3td12x7 _19bvu2gc _u5f3u2gc _1p1d1qyh _299mangw"])
|
|
35
|
-
}, isMessagesKey(title) ? /*#__PURE__*/React.createElement(FormattedMessage, messages[title]) : title));
|
|
32
|
+
}, isMessagesKey(title) ? /*#__PURE__*/React.createElement(FormattedMessage, messages[title]) : title)));
|
|
36
33
|
export default EmojiPickerCategoryHeading;
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
import "./EmojiPickerCategoryHeading.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
6
5
|
import Heading from '@atlaskit/heading';
|
|
7
6
|
import { FormattedMessage } from 'react-intl';
|
|
8
7
|
import { isMessagesKey } from '../../util/type-helpers';
|
|
@@ -25,13 +24,11 @@ var EmojiPickerCategoryHeading = function EmojiPickerCategoryHeading(_ref) {
|
|
|
25
24
|
className: className,
|
|
26
25
|
"data-testid": RENDER_EMOJI_PICKER_CATEGORY_HEADING_TESTID,
|
|
27
26
|
role: "presentation"
|
|
28
|
-
},
|
|
27
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
29
28
|
className: ax(["_11c8fhey _19pkidpf _2hwxidpf _otyridpf _18u0idpf _vchhusvi _syazi7uo _ca0q12x7 _n3td12x7 _19bvu2gc _u5f3u2gc _1p1d1qyh _299mangw"])
|
|
30
29
|
}, /*#__PURE__*/React.createElement(Heading, {
|
|
31
30
|
size: "xsmall",
|
|
32
31
|
as: "h2"
|
|
33
|
-
}, isMessagesKey(title) ? /*#__PURE__*/React.createElement(FormattedMessage, messages[title]) : title))
|
|
34
|
-
className: ax(["_11c8fhey _19pkidpf _2hwxidpf _otyridpf _18u0idpf _vchhusvi _syazi7uo _ca0q12x7 _n3td12x7 _19bvu2gc _u5f3u2gc _1p1d1qyh _299mangw"])
|
|
35
|
-
}, isMessagesKey(title) ? /*#__PURE__*/React.createElement(FormattedMessage, messages[title]) : title));
|
|
32
|
+
}, isMessagesKey(title) ? /*#__PURE__*/React.createElement(FormattedMessage, messages[title]) : title)));
|
|
36
33
|
};
|
|
37
34
|
export default EmojiPickerCategoryHeading;
|
|
@@ -14,7 +14,7 @@ var createEvent = function createEvent(eventType, action, actionSubject, actionS
|
|
|
14
14
|
actionSubjectId: actionSubjectId,
|
|
15
15
|
attributes: _objectSpread({
|
|
16
16
|
packageName: "@atlaskit/emoji",
|
|
17
|
-
packageVersion: "71.15.
|
|
17
|
+
packageVersion: "71.15.2"
|
|
18
18
|
}, attributes)
|
|
19
19
|
};
|
|
20
20
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/emoji",
|
|
3
|
-
"version": "71.15.
|
|
3
|
+
"version": "71.15.3",
|
|
4
4
|
"description": "Fabric emoji React components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -134,9 +134,6 @@
|
|
|
134
134
|
"use-elements-stargate-emoji-path": {
|
|
135
135
|
"type": "boolean"
|
|
136
136
|
},
|
|
137
|
-
"platform_emoji_a11y_category_heading": {
|
|
138
|
-
"type": "boolean"
|
|
139
|
-
},
|
|
140
137
|
"platform_a11y_fixes_reaction_emoji": {
|
|
141
138
|
"type": "boolean"
|
|
142
139
|
},
|