@atlaskit/reactions 33.8.2 → 33.8.4
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
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/reactions
|
|
2
2
|
|
|
3
|
+
## 33.8.4
|
|
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
|
+
|
|
11
|
+
## 33.8.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 33.8.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -8,7 +8,7 @@ exports.ShowMore = exports.RENDER_SHOWMORE_TESTID = void 0;
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _reactIntlNext = require("react-intl-next");
|
|
10
10
|
var _new = require("@atlaskit/button/new");
|
|
11
|
-
var
|
|
11
|
+
var _showMoreHorizontal = _interopRequireDefault(require("@atlaskit/icon/core/show-more-horizontal"));
|
|
12
12
|
var _tooltip = _interopRequireDefault(require("@atlaskit/tooltip"));
|
|
13
13
|
var _i18n = require("../shared/i18n");
|
|
14
14
|
/**
|
|
@@ -27,7 +27,7 @@ var ShowMore = exports.ShowMore = function ShowMore(_ref) {
|
|
|
27
27
|
label: message,
|
|
28
28
|
onClick: onClick,
|
|
29
29
|
testId: RENDER_SHOWMORE_TESTID,
|
|
30
|
-
icon:
|
|
30
|
+
icon: _showMoreHorizontal.default,
|
|
31
31
|
appearance: "subtle"
|
|
32
32
|
}));
|
|
33
33
|
});
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { FormattedMessage } from 'react-intl-next';
|
|
3
3
|
import { IconButton } from '@atlaskit/button/new';
|
|
4
|
-
import EditorMoreIcon from '@atlaskit/icon/core/
|
|
4
|
+
import EditorMoreIcon from '@atlaskit/icon/core/show-more-horizontal';
|
|
5
5
|
import Tooltip from '@atlaskit/tooltip';
|
|
6
6
|
import { messages } from '../shared/i18n';
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { FormattedMessage } from 'react-intl-next';
|
|
3
3
|
import { IconButton } from '@atlaskit/button/new';
|
|
4
|
-
import EditorMoreIcon from '@atlaskit/icon/core/
|
|
4
|
+
import EditorMoreIcon from '@atlaskit/icon/core/show-more-horizontal';
|
|
5
5
|
import Tooltip from '@atlaskit/tooltip';
|
|
6
6
|
import { messages } from '../shared/i18n';
|
|
7
7
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/reactions",
|
|
3
|
-
"version": "33.8.
|
|
3
|
+
"version": "33.8.4",
|
|
4
4
|
"description": "Reactions component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -35,25 +35,25 @@
|
|
|
35
35
|
"@atlaskit/analytics-gas-types": "^5.1.0",
|
|
36
36
|
"@atlaskit/analytics-namespaced-context": "^7.2.0",
|
|
37
37
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
38
|
-
"@atlaskit/avatar": "^25.
|
|
39
|
-
"@atlaskit/button": "^23.
|
|
40
|
-
"@atlaskit/css": "^0.
|
|
38
|
+
"@atlaskit/avatar": "^25.6.0",
|
|
39
|
+
"@atlaskit/button": "^23.8.0",
|
|
40
|
+
"@atlaskit/css": "^0.18.0",
|
|
41
41
|
"@atlaskit/emoji": "^69.9.0",
|
|
42
42
|
"@atlaskit/heading": "^5.2.0",
|
|
43
|
-
"@atlaskit/icon": "^29.
|
|
43
|
+
"@atlaskit/icon": "^29.3.0",
|
|
44
44
|
"@atlaskit/link": "^3.2.0",
|
|
45
|
-
"@atlaskit/modal-dialog": "^14.
|
|
45
|
+
"@atlaskit/modal-dialog": "^14.9.0",
|
|
46
46
|
"@atlaskit/motion": "^5.3.0",
|
|
47
47
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
48
48
|
"@atlaskit/popper": "^7.1.0",
|
|
49
|
-
"@atlaskit/popup": "^4.
|
|
49
|
+
"@atlaskit/popup": "^4.8.0",
|
|
50
50
|
"@atlaskit/portal": "^5.1.0",
|
|
51
51
|
"@atlaskit/primitives": "^16.4.0",
|
|
52
|
-
"@atlaskit/react-ufo": "^4.
|
|
52
|
+
"@atlaskit/react-ufo": "^4.16.0",
|
|
53
53
|
"@atlaskit/spinner": "^19.0.0",
|
|
54
54
|
"@atlaskit/tabs": "^18.3.0",
|
|
55
55
|
"@atlaskit/theme": "^21.0.0",
|
|
56
|
-
"@atlaskit/tokens": "^8.
|
|
56
|
+
"@atlaskit/tokens": "^8.6.0",
|
|
57
57
|
"@atlaskit/tooltip": "^20.11.0",
|
|
58
58
|
"@atlaskit/ufo": "^0.4.0",
|
|
59
59
|
"@atlaskit/util-service-support": "^6.3.0",
|