@atlaskit/link-picker 4.2.0 → 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 +16 -0
- package/dist/cjs/ui/link-picker/search-results/scrolling-tabs/index.js +2 -2
- package/dist/cjs/ui/link-picker/text-input/index.js +2 -2
- package/dist/es2019/ui/link-picker/search-results/scrolling-tabs/index.js +2 -2
- package/dist/es2019/ui/link-picker/text-input/index.js +1 -1
- package/dist/esm/ui/link-picker/search-results/scrolling-tabs/index.js +2 -2
- package/dist/esm/ui/link-picker/text-input/index.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
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
|
+
|
|
11
|
+
## 4.2.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`6a82d7964a37b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6a82d7964a37b) -
|
|
16
|
+
Icon entrypoint migration
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 4.2.0
|
|
4
20
|
|
|
5
21
|
### Minor 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/
|
|
17
|
-
var _chevronRight = _interopRequireDefault(require("@atlaskit/icon/core/
|
|
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); }
|
|
@@ -14,7 +14,7 @@ var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/h
|
|
|
14
14
|
var _react = _interopRequireWildcard(require("react"));
|
|
15
15
|
var _useCallbackRef = require("use-callback-ref");
|
|
16
16
|
var _form = require("@atlaskit/form");
|
|
17
|
-
var
|
|
17
|
+
var _crossCircle = _interopRequireDefault(require("@atlaskit/icon/core/cross-circle"));
|
|
18
18
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
19
19
|
var _textfield = _interopRequireDefault(require("@atlaskit/textfield"));
|
|
20
20
|
var _tooltip = _interopRequireDefault(require("@atlaskit/tooltip"));
|
|
@@ -100,7 +100,7 @@ var TextInput = exports.TextInput = function TextInput(_ref) {
|
|
|
100
100
|
xcss: styles.clearTextButton,
|
|
101
101
|
onClick: handleClear,
|
|
102
102
|
testId: testIds.clearUrlButton
|
|
103
|
-
}, /*#__PURE__*/_react.default.createElement(
|
|
103
|
+
}, /*#__PURE__*/_react.default.createElement(_crossCircle.default, {
|
|
104
104
|
LEGACY_size: "medium",
|
|
105
105
|
label: clearLabel || '',
|
|
106
106
|
color: "var(--ds-icon-subtle, #505258)",
|
|
@@ -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/
|
|
8
|
-
import ChevronRightIcon from '@atlaskit/icon/core/
|
|
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() {
|
|
@@ -5,7 +5,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
5
5
|
import React, { Fragment, useCallback, useMemo, useRef } from 'react';
|
|
6
6
|
import { useMergeRefs } from 'use-callback-ref';
|
|
7
7
|
import { ErrorMessage, Field } from '@atlaskit/form';
|
|
8
|
-
import Selectclear from '@atlaskit/icon/core/
|
|
8
|
+
import Selectclear from '@atlaskit/icon/core/cross-circle';
|
|
9
9
|
import { Box, Pressable } from '@atlaskit/primitives/compiled';
|
|
10
10
|
import Textfield from '@atlaskit/textfield';
|
|
11
11
|
import Tooltip from '@atlaskit/tooltip';
|
|
@@ -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/
|
|
12
|
-
import ChevronRightIcon from '@atlaskit/icon/core/
|
|
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() {
|
|
@@ -7,7 +7,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
7
7
|
import React, { Fragment, useCallback, useMemo, useRef } from 'react';
|
|
8
8
|
import { useMergeRefs } from 'use-callback-ref';
|
|
9
9
|
import { ErrorMessage, Field } from '@atlaskit/form';
|
|
10
|
-
import Selectclear from '@atlaskit/icon/core/
|
|
10
|
+
import Selectclear from '@atlaskit/icon/core/cross-circle';
|
|
11
11
|
import { Box, Pressable } from '@atlaskit/primitives/compiled';
|
|
12
12
|
import Textfield from '@atlaskit/textfield';
|
|
13
13
|
import Tooltip from '@atlaskit/tooltip';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-picker",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.2",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -52,25 +52,25 @@
|
|
|
52
52
|
"@atlaskit/afm-i18n-platform-linking-platform-link-picker": "2.7.0",
|
|
53
53
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
54
54
|
"@atlaskit/atlassian-context": "^0.6.0",
|
|
55
|
-
"@atlaskit/button": "^23.
|
|
56
|
-
"@atlaskit/css": "^0.
|
|
57
|
-
"@atlaskit/form": "^15.
|
|
55
|
+
"@atlaskit/button": "^23.9.0",
|
|
56
|
+
"@atlaskit/css": "^0.19.0",
|
|
57
|
+
"@atlaskit/form": "^15.2.0",
|
|
58
58
|
"@atlaskit/frontend-utilities": "^3.2.0",
|
|
59
59
|
"@atlaskit/heading": "^5.2.0",
|
|
60
|
-
"@atlaskit/icon": "^29.
|
|
60
|
+
"@atlaskit/icon": "^29.3.0",
|
|
61
61
|
"@atlaskit/intl-messages-provider": "^2.0.0",
|
|
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.
|
|
65
|
+
"@atlaskit/onboarding": "^14.5.0",
|
|
66
66
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
67
|
-
"@atlaskit/primitives": "^
|
|
67
|
+
"@atlaskit/primitives": "^17.0.0",
|
|
68
68
|
"@atlaskit/smart-card": "^43.17.0",
|
|
69
69
|
"@atlaskit/spinner": "^19.0.0",
|
|
70
70
|
"@atlaskit/tabs": "^18.3.0",
|
|
71
71
|
"@atlaskit/textfield": "^8.2.0",
|
|
72
72
|
"@atlaskit/theme": "^21.0.0",
|
|
73
|
-
"@atlaskit/tokens": "^
|
|
73
|
+
"@atlaskit/tokens": "^9.0.0",
|
|
74
74
|
"@atlaskit/tooltip": "^20.11.0",
|
|
75
75
|
"@atlaskit/ufo": "^0.4.0",
|
|
76
76
|
"@atlaskit/visually-hidden": "^3.0.0",
|