@atlaskit/emoji 69.9.6 → 69.10.0
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 +7 -0
- package/dist/cjs/components/common/EmojiActions.js +1 -3
- package/dist/cjs/components/picker/EmojiPickerListSearch.js +0 -1
- package/dist/es2019/components/common/EmojiActions.js +1 -3
- package/dist/es2019/components/picker/EmojiPickerListSearch.js +0 -1
- package/dist/esm/components/common/EmojiActions.js +1 -3
- package/dist/esm/components/picker/EmojiPickerListSearch.js +0 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -53,10 +53,8 @@ var AddOwnEmoji = function AddOwnEmoji(props) {
|
|
|
53
53
|
iconBefore: /*#__PURE__*/React.createElement(_compiled.Box, {
|
|
54
54
|
xcss: styles.icon
|
|
55
55
|
}, /*#__PURE__*/React.createElement(_add.default, {
|
|
56
|
-
LEGACY_margin: "0 ".concat("var(--ds-space-025, 2px)", " 0 ", "var(--ds-space-050, 4px)"),
|
|
57
56
|
color: "currentColor",
|
|
58
|
-
label: ""
|
|
59
|
-
LEGACY_size: "small"
|
|
57
|
+
label: ""
|
|
60
58
|
})),
|
|
61
59
|
appearance: "subtle"
|
|
62
60
|
// TODO: (from codemod) Buttons with "component", "css" or "style" prop can't be automatically migrated with codemods. Please migrate it manually.
|
|
@@ -78,7 +78,6 @@ var EmojiPickerListSearch = exports.EmojiPickerListSearch = function EmojiPicker
|
|
|
78
78
|
elemBeforeInput: /*#__PURE__*/_react.default.createElement("span", {
|
|
79
79
|
className: (0, _runtime.ax)(["_tzy4105o _18u01i6y"])
|
|
80
80
|
}, /*#__PURE__*/_react.default.createElement(_search.default, {
|
|
81
|
-
LEGACY_margin: "0 0 0 2px",
|
|
82
81
|
color: "currentColor",
|
|
83
82
|
spacing: "spacious",
|
|
84
83
|
label: ""
|
|
@@ -44,10 +44,8 @@ const AddOwnEmoji = props => {
|
|
|
44
44
|
iconBefore: /*#__PURE__*/React.createElement(Box, {
|
|
45
45
|
xcss: styles.icon
|
|
46
46
|
}, /*#__PURE__*/React.createElement(AddIcon, {
|
|
47
|
-
LEGACY_margin: `0 ${"var(--ds-space-025, 2px)"} 0 ${"var(--ds-space-050, 4px)"}`,
|
|
48
47
|
color: "currentColor",
|
|
49
|
-
label: ""
|
|
50
|
-
LEGACY_size: "small"
|
|
48
|
+
label: ""
|
|
51
49
|
})),
|
|
52
50
|
appearance: "subtle"
|
|
53
51
|
// TODO: (from codemod) Buttons with "component", "css" or "style" prop can't be automatically migrated with codemods. Please migrate it manually.
|
|
@@ -65,7 +65,6 @@ export const EmojiPickerListSearch = props => {
|
|
|
65
65
|
elemBeforeInput: /*#__PURE__*/React.createElement("span", {
|
|
66
66
|
className: ax(["_tzy4105o _18u01i6y"])
|
|
67
67
|
}, /*#__PURE__*/React.createElement(SearchIcon, {
|
|
68
|
-
LEGACY_margin: "0 0 0 2px",
|
|
69
68
|
color: "currentColor",
|
|
70
69
|
spacing: "spacious",
|
|
71
70
|
label: ""
|
|
@@ -44,10 +44,8 @@ var AddOwnEmoji = function AddOwnEmoji(props) {
|
|
|
44
44
|
iconBefore: /*#__PURE__*/React.createElement(Box, {
|
|
45
45
|
xcss: styles.icon
|
|
46
46
|
}, /*#__PURE__*/React.createElement(AddIcon, {
|
|
47
|
-
LEGACY_margin: "0 ".concat("var(--ds-space-025, 2px)", " 0 ", "var(--ds-space-050, 4px)"),
|
|
48
47
|
color: "currentColor",
|
|
49
|
-
label: ""
|
|
50
|
-
LEGACY_size: "small"
|
|
48
|
+
label: ""
|
|
51
49
|
})),
|
|
52
50
|
appearance: "subtle"
|
|
53
51
|
// TODO: (from codemod) Buttons with "component", "css" or "style" prop can't be automatically migrated with codemods. Please migrate it manually.
|
|
@@ -69,7 +69,6 @@ export var EmojiPickerListSearch = function EmojiPickerListSearch(props) {
|
|
|
69
69
|
elemBeforeInput: /*#__PURE__*/React.createElement("span", {
|
|
70
70
|
className: ax(["_tzy4105o _18u01i6y"])
|
|
71
71
|
}, /*#__PURE__*/React.createElement(SearchIcon, {
|
|
72
|
-
LEGACY_margin: "0 0 0 2px",
|
|
73
72
|
color: "currentColor",
|
|
74
73
|
spacing: "spacious",
|
|
75
74
|
label: ""
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/emoji",
|
|
3
|
-
"version": "69.
|
|
3
|
+
"version": "69.10.0",
|
|
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.9.0",
|
|
40
40
|
"@atlaskit/css": "^0.19.0",
|
|
41
41
|
"@atlaskit/heading": "^5.2.0",
|
|
42
|
-
"@atlaskit/icon": "^29.
|
|
42
|
+
"@atlaskit/icon": "^29.4.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,9 +47,9 @@
|
|
|
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": "^16.
|
|
51
|
-
"@atlaskit/tokens": "^9.
|
|
52
|
-
"@atlaskit/tooltip": "^20.
|
|
50
|
+
"@atlaskit/tmp-editor-statsig": "^16.11.0",
|
|
51
|
+
"@atlaskit/tokens": "^9.1.0",
|
|
52
|
+
"@atlaskit/tooltip": "^20.12.0",
|
|
53
53
|
"@atlaskit/ufo": "^0.4.0",
|
|
54
54
|
"@atlaskit/util-service-support": "^6.3.0",
|
|
55
55
|
"@atlaskit/visually-hidden": "^3.0.0",
|