@atlaskit/emoji 69.9.2 → 69.9.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/common/EmojiErrorMessage.js +3 -3
- package/dist/cjs/components/picker/categories.js +23 -23
- package/dist/es2019/components/common/EmojiErrorMessage.js +1 -1
- package/dist/es2019/components/picker/categories.js +11 -11
- package/dist/esm/components/common/EmojiErrorMessage.js +1 -1
- package/dist/esm/components/picker/categories.js +11 -11
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/emoji
|
|
2
2
|
|
|
3
|
+
## 69.9.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`d14ea5f60b689`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d14ea5f60b689) -
|
|
8
|
+
chore: migrate platform UI & component libraries icon imports from migration paths to core
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 69.9.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -12,7 +12,7 @@ var React = _interopRequireWildcard(require("react"));
|
|
|
12
12
|
var _runtime = require("@compiled/react/runtime");
|
|
13
13
|
var _colors = require("@atlaskit/theme/colors");
|
|
14
14
|
var _tooltip = _interopRequireDefault(require("@atlaskit/tooltip"));
|
|
15
|
-
var
|
|
15
|
+
var _statusError = _interopRequireDefault(require("@atlaskit/icon/core/status-error"));
|
|
16
16
|
var _reactIntlNext = require("react-intl-next");
|
|
17
17
|
var _i18n = require("../i18n");
|
|
18
18
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
@@ -38,7 +38,7 @@ var EmojiErrorMessage = function EmojiErrorMessage(props) {
|
|
|
38
38
|
content: message,
|
|
39
39
|
position: "top",
|
|
40
40
|
testId: emojiErrorMessageTooltipTestId
|
|
41
|
-
}, /*#__PURE__*/React.createElement(
|
|
41
|
+
}, /*#__PURE__*/React.createElement(_statusError.default, {
|
|
42
42
|
color: "currentColor",
|
|
43
43
|
label: formatMessage(_i18n.messages.error),
|
|
44
44
|
LEGACY_size: "medium",
|
|
@@ -47,7 +47,7 @@ var EmojiErrorMessage = function EmojiErrorMessage(props) {
|
|
|
47
47
|
}))) : /*#__PURE__*/React.createElement("div", {
|
|
48
48
|
"data-testid": emojiErrorMessageTestId,
|
|
49
49
|
className: (0, _runtime.ax)([errorMessageStyles[errorStyle]])
|
|
50
|
-
}, /*#__PURE__*/React.createElement(
|
|
50
|
+
}, /*#__PURE__*/React.createElement(_statusError.default, {
|
|
51
51
|
color: "currentColor",
|
|
52
52
|
label: formatMessage(_i18n.messages.error),
|
|
53
53
|
LEGACY_size: "small"
|
|
@@ -5,17 +5,17 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.CategoryDescriptionMap = void 0;
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
var
|
|
11
|
-
var
|
|
12
|
-
var
|
|
13
|
-
var
|
|
14
|
-
var
|
|
15
|
-
var
|
|
16
|
-
var
|
|
17
|
-
var
|
|
18
|
-
var
|
|
8
|
+
var _basketball = _interopRequireDefault(require("@atlaskit/icon/core/basketball"));
|
|
9
|
+
var _add = _interopRequireDefault(require("@atlaskit/icon/core/add"));
|
|
10
|
+
var _flag = _interopRequireDefault(require("@atlaskit/icon/core/flag"));
|
|
11
|
+
var _takeoutFood = _interopRequireDefault(require("@atlaskit/icon/core/takeout-food"));
|
|
12
|
+
var _clock = _interopRequireDefault(require("@atlaskit/icon/core/clock"));
|
|
13
|
+
var _tree = _interopRequireDefault(require("@atlaskit/icon/core/tree"));
|
|
14
|
+
var _lightbulb = _interopRequireDefault(require("@atlaskit/icon/core/lightbulb"));
|
|
15
|
+
var _emoji = _interopRequireDefault(require("@atlaskit/icon/core/emoji"));
|
|
16
|
+
var _heart = _interopRequireDefault(require("@atlaskit/icon/core/heart"));
|
|
17
|
+
var _vehicleCar = _interopRequireDefault(require("@atlaskit/icon/core/vehicle-car"));
|
|
18
|
+
var _checkCircle = _interopRequireDefault(require("@atlaskit/icon/core/check-circle"));
|
|
19
19
|
var _constants = require("../../util/constants");
|
|
20
20
|
var CategoryDescriptionMap = exports.CategoryDescriptionMap = {
|
|
21
21
|
SEARCH: {
|
|
@@ -28,73 +28,73 @@ var CategoryDescriptionMap = exports.CategoryDescriptionMap = {
|
|
|
28
28
|
FREQUENT: {
|
|
29
29
|
id: 'FREQUENT',
|
|
30
30
|
name: 'frequentCategory',
|
|
31
|
-
icon:
|
|
31
|
+
icon: _clock.default,
|
|
32
32
|
order: 1
|
|
33
33
|
},
|
|
34
34
|
PEOPLE: {
|
|
35
35
|
id: 'PEOPLE',
|
|
36
36
|
name: 'peopleCategory',
|
|
37
|
-
icon:
|
|
37
|
+
icon: _emoji.default,
|
|
38
38
|
order: 2
|
|
39
39
|
},
|
|
40
40
|
NATURE: {
|
|
41
41
|
id: 'NATURE',
|
|
42
42
|
name: 'natureCategory',
|
|
43
|
-
icon:
|
|
43
|
+
icon: _tree.default,
|
|
44
44
|
order: 3
|
|
45
45
|
},
|
|
46
46
|
FOODS: {
|
|
47
47
|
id: 'FOODS',
|
|
48
48
|
name: 'foodsCategory',
|
|
49
|
-
icon:
|
|
49
|
+
icon: _takeoutFood.default,
|
|
50
50
|
order: 4
|
|
51
51
|
},
|
|
52
52
|
ACTIVITY: {
|
|
53
53
|
id: 'ACTIVITY',
|
|
54
54
|
name: 'activityCategory',
|
|
55
|
-
icon:
|
|
55
|
+
icon: _basketball.default,
|
|
56
56
|
order: 5
|
|
57
57
|
},
|
|
58
58
|
PLACES: {
|
|
59
59
|
id: 'PLACES',
|
|
60
60
|
name: 'placesCategory',
|
|
61
|
-
icon:
|
|
61
|
+
icon: _vehicleCar.default,
|
|
62
62
|
order: 6
|
|
63
63
|
},
|
|
64
64
|
OBJECTS: {
|
|
65
65
|
id: 'OBJECTS',
|
|
66
66
|
name: 'objectsCategory',
|
|
67
|
-
icon:
|
|
67
|
+
icon: _lightbulb.default,
|
|
68
68
|
order: 7
|
|
69
69
|
},
|
|
70
70
|
SYMBOLS: {
|
|
71
71
|
id: 'SYMBOLS',
|
|
72
72
|
name: 'symbolsCategory',
|
|
73
|
-
icon:
|
|
73
|
+
icon: _heart.default,
|
|
74
74
|
order: 8
|
|
75
75
|
},
|
|
76
76
|
FLAGS: {
|
|
77
77
|
id: 'FLAGS',
|
|
78
78
|
name: 'flagsCategory',
|
|
79
|
-
icon:
|
|
79
|
+
icon: _flag.default,
|
|
80
80
|
order: 9
|
|
81
81
|
},
|
|
82
82
|
ATLASSIAN: {
|
|
83
83
|
id: 'ATLASSIAN',
|
|
84
84
|
name: 'productivityCategory',
|
|
85
|
-
icon:
|
|
85
|
+
icon: _checkCircle.default,
|
|
86
86
|
order: 10
|
|
87
87
|
},
|
|
88
88
|
USER_CUSTOM: {
|
|
89
89
|
id: _constants.customCategory,
|
|
90
90
|
name: _constants.userCustomTitle,
|
|
91
|
-
icon:
|
|
91
|
+
icon: _add.default,
|
|
92
92
|
order: 11
|
|
93
93
|
},
|
|
94
94
|
CUSTOM: {
|
|
95
95
|
id: _constants.customCategory,
|
|
96
96
|
name: _constants.customTitle,
|
|
97
|
-
icon:
|
|
97
|
+
icon: _add.default,
|
|
98
98
|
order: 12
|
|
99
99
|
}
|
|
100
100
|
};
|
|
@@ -4,7 +4,7 @@ import * as React from 'react';
|
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import { R300, R400 } from '@atlaskit/theme/colors';
|
|
6
6
|
import Tooltip from '@atlaskit/tooltip';
|
|
7
|
-
import ErrorIcon from '@atlaskit/icon/core/
|
|
7
|
+
import ErrorIcon from '@atlaskit/icon/core/status-error';
|
|
8
8
|
import { useIntl } from 'react-intl-next';
|
|
9
9
|
import { messages } from '../i18n';
|
|
10
10
|
const errorMessageStyles = {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import BasketballIcon from '@atlaskit/icon/core/
|
|
2
|
-
import AddIcon from '@atlaskit/icon/core/
|
|
3
|
-
import FlagIcon from '@atlaskit/icon/core/
|
|
4
|
-
import TakeoutFoodIcon from '@atlaskit/icon/core/
|
|
5
|
-
import ClockIcon from '@atlaskit/icon/core/
|
|
6
|
-
import TreeIcon from '@atlaskit/icon/core/
|
|
7
|
-
import LightbulbIcon from '@atlaskit/icon/core/
|
|
8
|
-
import EmojiIcon from '@atlaskit/icon/core/
|
|
9
|
-
import HeartIcon from '@atlaskit/icon/core/
|
|
10
|
-
import VehicleCarIcon from '@atlaskit/icon/core/
|
|
11
|
-
import CheckCircleIcon from '@atlaskit/icon/core/
|
|
1
|
+
import BasketballIcon from '@atlaskit/icon/core/basketball';
|
|
2
|
+
import AddIcon from '@atlaskit/icon/core/add';
|
|
3
|
+
import FlagIcon from '@atlaskit/icon/core/flag';
|
|
4
|
+
import TakeoutFoodIcon from '@atlaskit/icon/core/takeout-food';
|
|
5
|
+
import ClockIcon from '@atlaskit/icon/core/clock';
|
|
6
|
+
import TreeIcon from '@atlaskit/icon/core/tree';
|
|
7
|
+
import LightbulbIcon from '@atlaskit/icon/core/lightbulb';
|
|
8
|
+
import EmojiIcon from '@atlaskit/icon/core/emoji';
|
|
9
|
+
import HeartIcon from '@atlaskit/icon/core/heart';
|
|
10
|
+
import VehicleCarIcon from '@atlaskit/icon/core/vehicle-car';
|
|
11
|
+
import CheckCircleIcon from '@atlaskit/icon/core/check-circle';
|
|
12
12
|
import { customCategory, userCustomTitle, customTitle } from '../../util/constants';
|
|
13
13
|
export const CategoryDescriptionMap = {
|
|
14
14
|
SEARCH: {
|
|
@@ -4,7 +4,7 @@ import * as React from 'react';
|
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import { R300, R400 } from '@atlaskit/theme/colors';
|
|
6
6
|
import Tooltip from '@atlaskit/tooltip';
|
|
7
|
-
import ErrorIcon from '@atlaskit/icon/core/
|
|
7
|
+
import ErrorIcon from '@atlaskit/icon/core/status-error';
|
|
8
8
|
import { useIntl } from 'react-intl-next';
|
|
9
9
|
import { messages } from '../i18n';
|
|
10
10
|
var errorMessageStyles = {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import BasketballIcon from '@atlaskit/icon/core/
|
|
2
|
-
import AddIcon from '@atlaskit/icon/core/
|
|
3
|
-
import FlagIcon from '@atlaskit/icon/core/
|
|
4
|
-
import TakeoutFoodIcon from '@atlaskit/icon/core/
|
|
5
|
-
import ClockIcon from '@atlaskit/icon/core/
|
|
6
|
-
import TreeIcon from '@atlaskit/icon/core/
|
|
7
|
-
import LightbulbIcon from '@atlaskit/icon/core/
|
|
8
|
-
import EmojiIcon from '@atlaskit/icon/core/
|
|
9
|
-
import HeartIcon from '@atlaskit/icon/core/
|
|
10
|
-
import VehicleCarIcon from '@atlaskit/icon/core/
|
|
11
|
-
import CheckCircleIcon from '@atlaskit/icon/core/
|
|
1
|
+
import BasketballIcon from '@atlaskit/icon/core/basketball';
|
|
2
|
+
import AddIcon from '@atlaskit/icon/core/add';
|
|
3
|
+
import FlagIcon from '@atlaskit/icon/core/flag';
|
|
4
|
+
import TakeoutFoodIcon from '@atlaskit/icon/core/takeout-food';
|
|
5
|
+
import ClockIcon from '@atlaskit/icon/core/clock';
|
|
6
|
+
import TreeIcon from '@atlaskit/icon/core/tree';
|
|
7
|
+
import LightbulbIcon from '@atlaskit/icon/core/lightbulb';
|
|
8
|
+
import EmojiIcon from '@atlaskit/icon/core/emoji';
|
|
9
|
+
import HeartIcon from '@atlaskit/icon/core/heart';
|
|
10
|
+
import VehicleCarIcon from '@atlaskit/icon/core/vehicle-car';
|
|
11
|
+
import CheckCircleIcon from '@atlaskit/icon/core/check-circle';
|
|
12
12
|
import { customCategory, userCustomTitle, customTitle } from '../../util/constants';
|
|
13
13
|
export var CategoryDescriptionMap = {
|
|
14
14
|
SEARCH: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/emoji",
|
|
3
|
-
"version": "69.9.
|
|
3
|
+
"version": "69.9.3",
|
|
4
4
|
"description": "Fabric emoji React components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@atlaskit/button": "^23.8.0",
|
|
40
40
|
"@atlaskit/css": "^0.18.0",
|
|
41
41
|
"@atlaskit/heading": "^5.2.0",
|
|
42
|
-
"@atlaskit/icon": "^29.
|
|
42
|
+
"@atlaskit/icon": "^29.3.0",
|
|
43
43
|
"@atlaskit/media-client": "^35.7.0",
|
|
44
44
|
"@atlaskit/media-client-react": "^4.1.0",
|
|
45
45
|
"@atlaskit/platform-feature-flags": "^1.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": "^15.
|
|
50
|
+
"@atlaskit/tmp-editor-statsig": "^15.15.0",
|
|
51
51
|
"@atlaskit/tokens": "^8.6.0",
|
|
52
52
|
"@atlaskit/tooltip": "^20.11.0",
|
|
53
53
|
"@atlaskit/ufo": "^0.4.0",
|