@atlaskit/give-kudos 4.4.4 → 4.4.6
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,18 @@
|
|
|
1
1
|
# @atlassian/give-kudos
|
|
2
2
|
|
|
3
|
+
## 4.4.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`6cf9d0da3e1d4`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6cf9d0da3e1d4) -
|
|
8
|
+
fix typescript issues
|
|
9
|
+
|
|
10
|
+
## 4.4.5
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
|
|
3
16
|
## 4.4.4
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -50,8 +50,8 @@ var GiveKudosLauncher = function GiveKudosLauncher(props) {
|
|
|
50
50
|
isDirty = _useState4[0],
|
|
51
51
|
setIsDirty = _useState4[1];
|
|
52
52
|
var iframeEl = (0, _react.useRef)(null);
|
|
53
|
-
var messageListenerEventHandler = (0, _react.useRef)(function (
|
|
54
|
-
var unloadEventHandler = (0, _react.useRef)(function (
|
|
53
|
+
var messageListenerEventHandler = (0, _react.useRef)(function (_e) {});
|
|
54
|
+
var unloadEventHandler = (0, _react.useRef)(function (_e) {});
|
|
55
55
|
var intl = (0, _reactIntlNext.useIntl)();
|
|
56
56
|
var _useAnalyticsEvents = (0, _analyticsNext.useAnalyticsEvents)(),
|
|
57
57
|
createAnalyticsEvent = _useAnalyticsEvents.createAnalyticsEvent;
|
|
@@ -31,8 +31,8 @@ const GiveKudosLauncher = props => {
|
|
|
31
31
|
const [isCloseConfirmModalOpen, setIsCloseConfirmModalOpen] = useState(false);
|
|
32
32
|
const [isDirty, setIsDirty] = useState(false);
|
|
33
33
|
const iframeEl = useRef(null);
|
|
34
|
-
const messageListenerEventHandler = useRef(
|
|
35
|
-
const unloadEventHandler = useRef(
|
|
34
|
+
const messageListenerEventHandler = useRef(_e => {});
|
|
35
|
+
const unloadEventHandler = useRef(_e => {});
|
|
36
36
|
const intl = useIntl();
|
|
37
37
|
const {
|
|
38
38
|
createAnalyticsEvent
|
|
@@ -41,8 +41,8 @@ var GiveKudosLauncher = function GiveKudosLauncher(props) {
|
|
|
41
41
|
isDirty = _useState4[0],
|
|
42
42
|
setIsDirty = _useState4[1];
|
|
43
43
|
var iframeEl = useRef(null);
|
|
44
|
-
var messageListenerEventHandler = useRef(function (
|
|
45
|
-
var unloadEventHandler = useRef(function (
|
|
44
|
+
var messageListenerEventHandler = useRef(function (_e) {});
|
|
45
|
+
var unloadEventHandler = useRef(function (_e) {});
|
|
46
46
|
var intl = useIntl();
|
|
47
47
|
var _useAnalyticsEvents = useAnalyticsEvents(),
|
|
48
48
|
createAnalyticsEvent = _useAnalyticsEvents.createAnalyticsEvent;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/give-kudos",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.6",
|
|
4
4
|
"description": "Give Kudos experience ",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@atlaskit/button": "^23.6.0",
|
|
43
43
|
"@atlaskit/css": "^0.15.0",
|
|
44
44
|
"@atlaskit/drawer": "^11.0.0",
|
|
45
|
-
"@atlaskit/icon": "^
|
|
45
|
+
"@atlaskit/icon": "^29.0.0",
|
|
46
46
|
"@atlaskit/intl-messages-provider": "^2.0.0",
|
|
47
47
|
"@atlaskit/link": "^3.2.0",
|
|
48
48
|
"@atlaskit/modal-dialog": "^14.6.0",
|