@atlaskit/link-picker 4.2.1 → 4.2.2

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,13 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 4.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`9123fad528082`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9123fad528082) -
8
+ Icon entry point migration update
9
+ - Updated dependencies
10
+
3
11
  ## 4.2.1
4
12
 
5
13
  ### Patch Changes
@@ -13,8 +13,8 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
13
13
  var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
14
14
  var _react = _interopRequireWildcard(require("react"));
15
15
  var _new = require("@atlaskit/button/new");
16
- var _chevronLeft = _interopRequireDefault(require("@atlaskit/icon/core/migration/chevron-left"));
17
- var _chevronRight = _interopRequireDefault(require("@atlaskit/icon/core/migration/chevron-right"));
16
+ var _chevronLeft = _interopRequireDefault(require("@atlaskit/icon/core/chevron-left"));
17
+ var _chevronRight = _interopRequireDefault(require("@atlaskit/icon/core/chevron-right"));
18
18
  var _colors = require("@atlaskit/theme/colors");
19
19
  var _scrollingTabs = require("./scrolling-tabs");
20
20
  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); }
@@ -4,8 +4,8 @@ import "./index.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import React, { useCallback, useMemo, useRef, useState } from 'react';
6
6
  import { IconButton } from '@atlaskit/button/new';
7
- import ChevronLeftIcon from '@atlaskit/icon/core/migration/chevron-left';
8
- import ChevronRightIcon from '@atlaskit/icon/core/migration/chevron-right';
7
+ import ChevronLeftIcon from '@atlaskit/icon/core/chevron-left';
8
+ import ChevronRightIcon from '@atlaskit/icon/core/chevron-right';
9
9
  import { N0, N30 } from '@atlaskit/theme/colors';
10
10
  import { calculateConditionalButtons, createGhost, getTabList, scrollBack, scrollForward } from './scrolling-tabs';
11
11
  function isTouchDevice() {
@@ -8,8 +8,8 @@ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r)
8
8
  function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
9
9
  import React, { useCallback, useMemo, useRef, useState } from 'react';
10
10
  import { IconButton } from '@atlaskit/button/new';
11
- import ChevronLeftIcon from '@atlaskit/icon/core/migration/chevron-left';
12
- import ChevronRightIcon from '@atlaskit/icon/core/migration/chevron-right';
11
+ import ChevronLeftIcon from '@atlaskit/icon/core/chevron-left';
12
+ import ChevronRightIcon from '@atlaskit/icon/core/chevron-right';
13
13
  import { N0, N30 } from '@atlaskit/theme/colors';
14
14
  import { calculateConditionalButtons, createGhost, getTabList, scrollBack, scrollForward } from './scrolling-tabs';
15
15
  function isTouchDevice() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -54,7 +54,7 @@
54
54
  "@atlaskit/atlassian-context": "^0.6.0",
55
55
  "@atlaskit/button": "^23.9.0",
56
56
  "@atlaskit/css": "^0.19.0",
57
- "@atlaskit/form": "^15.1.0",
57
+ "@atlaskit/form": "^15.2.0",
58
58
  "@atlaskit/frontend-utilities": "^3.2.0",
59
59
  "@atlaskit/heading": "^5.2.0",
60
60
  "@atlaskit/icon": "^29.3.0",
@@ -62,7 +62,7 @@
62
62
  "@atlaskit/link": "^3.2.0",
63
63
  "@atlaskit/link-provider": "^4.0.0",
64
64
  "@atlaskit/linking-common": "^9.9.0",
65
- "@atlaskit/onboarding": "^14.4.0",
65
+ "@atlaskit/onboarding": "^14.5.0",
66
66
  "@atlaskit/platform-feature-flags": "^1.1.0",
67
67
  "@atlaskit/primitives": "^17.0.0",
68
68
  "@atlaskit/smart-card": "^43.17.0",