@atlaskit/give-kudos 4.5.0 → 4.5.1

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,12 @@
1
1
  # @atlassian/give-kudos
2
2
 
3
+ ## 4.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`70898c8166c77`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/70898c8166c77) -
8
+ Icon migration entry point update
9
+
3
10
  ## 4.5.0
4
11
 
5
12
  ### Minor Changes
@@ -19,8 +19,8 @@ var _analyticsNext = require("@atlaskit/analytics-next");
19
19
  var _new = require("@atlaskit/button/new");
20
20
  var _standardButton = _interopRequireDefault(require("@atlaskit/button/standard-button"));
21
21
  var _drawer = require("@atlaskit/drawer");
22
+ var _arrowLeft = _interopRequireDefault(require("@atlaskit/icon/core/arrow-left"));
22
23
  var _linkExternal = _interopRequireDefault(require("@atlaskit/icon/core/link-external"));
23
- var _arrowLeft = _interopRequireDefault(require("@atlaskit/icon/core/migration/arrow-left"));
24
24
  var _intlMessagesProvider = require("@atlaskit/intl-messages-provider");
25
25
  var _link = _interopRequireDefault(require("@atlaskit/link"));
26
26
  var _modalDialog = _interopRequireWildcard(require("@atlaskit/modal-dialog"));
@@ -203,7 +203,7 @@ var GiveKudosLauncher = function GiveKudosLauncher(props) {
203
203
  if (eventData.eventType && (0, _types.isFlagEventTypeValue)(eventData.eventType)) {
204
204
  createFlagWithJsonStringifiedInput(eventData);
205
205
  }
206
- } catch (e) {
206
+ } catch (_e) {
207
207
  // Swallow any errors
208
208
  }
209
209
  }
@@ -9,8 +9,8 @@ import { useAnalyticsEvents } from '@atlaskit/analytics-next';
9
9
  import { IconButton } from '@atlaskit/button/new';
10
10
  import Button from '@atlaskit/button/standard-button';
11
11
  import { Drawer } from '@atlaskit/drawer';
12
+ import ArrowLeft from '@atlaskit/icon/core/arrow-left';
12
13
  import LinkExternalIcon from '@atlaskit/icon/core/link-external';
13
- import ArrowLeft from '@atlaskit/icon/core/migration/arrow-left';
14
14
  import { IntlMessagesProvider } from '@atlaskit/intl-messages-provider';
15
15
  import Link from '@atlaskit/link';
16
16
  import Modal, { ModalBody, ModalFooter, ModalHeader, ModalTitle, ModalTransition } from '@atlaskit/modal-dialog';
@@ -183,7 +183,7 @@ const GiveKudosLauncher = props => {
183
183
  if (eventData.eventType && isFlagEventTypeValue(eventData.eventType)) {
184
184
  createFlagWithJsonStringifiedInput(eventData);
185
185
  }
186
- } catch (e) {
186
+ } catch (_e) {
187
187
  // Swallow any errors
188
188
  }
189
189
  }
@@ -13,8 +13,8 @@ import { useAnalyticsEvents } from '@atlaskit/analytics-next';
13
13
  import { IconButton } from '@atlaskit/button/new';
14
14
  import Button from '@atlaskit/button/standard-button';
15
15
  import { Drawer } from '@atlaskit/drawer';
16
+ import ArrowLeft from '@atlaskit/icon/core/arrow-left';
16
17
  import LinkExternalIcon from '@atlaskit/icon/core/link-external';
17
- import ArrowLeft from '@atlaskit/icon/core/migration/arrow-left';
18
18
  import { IntlMessagesProvider } from '@atlaskit/intl-messages-provider';
19
19
  import Link from '@atlaskit/link';
20
20
  import Modal, { ModalBody, ModalFooter, ModalHeader, ModalTitle, ModalTransition } from '@atlaskit/modal-dialog';
@@ -194,7 +194,7 @@ var GiveKudosLauncher = function GiveKudosLauncher(props) {
194
194
  if (eventData.eventType && isFlagEventTypeValue(eventData.eventType)) {
195
195
  createFlagWithJsonStringifiedInput(eventData);
196
196
  }
197
- } catch (e) {
197
+ } catch (_e) {
198
198
  // Swallow any errors
199
199
  }
200
200
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/give-kudos",
3
- "version": "4.5.0",
3
+ "version": "4.5.1",
4
4
  "description": "Give Kudos experience ",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -61,7 +61,7 @@
61
61
  "devDependencies": {
62
62
  "@af/integration-testing": "workspace:^",
63
63
  "@atlaskit/ssr": "workspace:^",
64
- "@testing-library/react": "^13.4.0",
64
+ "@testing-library/react": "^16.3.0",
65
65
  "react-dom": "^18.2.0",
66
66
  "wait-for-expect": "^1.2.0"
67
67
  },