@atlaskit/link-datasource 2.9.6 → 2.9.8

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,25 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 2.9.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#126628](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/126628)
8
+ [`90125d71e1af2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/90125d71e1af2) -
9
+ Update prebuilt to contain changes from devmetrics-dev-server and devmetrics-events
10
+
11
+ ## 2.9.7
12
+
13
+ ### Patch Changes
14
+
15
+ - [#127454](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127454)
16
+ [`e869f31dbe200`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e869f31dbe200) -
17
+ [ux] Migrates away from legacy icons behind a feature flag.
18
+ - [#127125](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/127125)
19
+ [`8ebc56af5f1ca`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8ebc56af5f1ca) -
20
+ Revert due to HOT-110871 - causing Jira red master
21
+ - Updated dependencies
22
+
3
23
  ## 2.9.6
4
24
 
5
25
  ### Patch Changes
@@ -107,7 +107,7 @@ var ColumnPicker = exports.ColumnPicker = function ColumnPicker(_ref) {
107
107
  if (allOptions.length) {
108
108
  var _pickerRef$current;
109
109
  // necessary to refocus the search input after the loading state
110
- pickerRef === null || pickerRef === void 0 || (_pickerRef$current = pickerRef.current) === null || _pickerRef$current === void 0 || (_pickerRef$current = _pickerRef$current.selectRef) === null || _pickerRef$current === void 0 || (_pickerRef$current = _pickerRef$current.select) === null || _pickerRef$current === void 0 || (_pickerRef$current = _pickerRef$current.inputRef) === null || _pickerRef$current === void 0 || _pickerRef$current.focus();
110
+ pickerRef === null || pickerRef === void 0 || (_pickerRef$current = pickerRef.current) === null || _pickerRef$current === void 0 || (_pickerRef$current = _pickerRef$current.selectRef) === null || _pickerRef$current === void 0 || (_pickerRef$current = _pickerRef$current.inputRef) === null || _pickerRef$current === void 0 || _pickerRef$current.focus();
111
111
  }
112
112
  }, [allOptions]);
113
113
  (0, _react.useEffect)(function () {
@@ -18,8 +18,8 @@ var _reactIntlNext = require("react-intl-next");
18
18
  var _tinyInvariant = _interopRequireDefault(require("tiny-invariant"));
19
19
  var _new = _interopRequireDefault(require("@atlaskit/button/new"));
20
20
  var _dropdownMenu = _interopRequireWildcard(require("@atlaskit/dropdown-menu"));
21
- var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/glyph/chevron-down"));
22
- var _chevronUp = _interopRequireDefault(require("@atlaskit/icon/glyph/chevron-up"));
21
+ var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/utility/migration/chevron-down"));
22
+ var _chevronUp = _interopRequireDefault(require("@atlaskit/icon/utility/migration/chevron-up"));
23
23
  var _closestEdge = require("@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge");
24
24
  var _boxWithoutTerminal = require("@atlaskit/pragmatic-drag-and-drop-react-drop-indicator/box-without-terminal");
25
25
  var _combine = require("@atlaskit/pragmatic-drag-and-drop/combine");
@@ -81,9 +81,9 @@ export const ColumnPicker = ({
81
81
  };
82
82
  useEffect(() => {
83
83
  if (allOptions.length) {
84
- var _pickerRef$current, _pickerRef$current$se, _pickerRef$current$se2, _pickerRef$current$se3;
84
+ var _pickerRef$current, _pickerRef$current$se, _pickerRef$current$se2;
85
85
  // necessary to refocus the search input after the loading state
86
- pickerRef === null || pickerRef === void 0 ? void 0 : (_pickerRef$current = pickerRef.current) === null || _pickerRef$current === void 0 ? void 0 : (_pickerRef$current$se = _pickerRef$current.selectRef) === null || _pickerRef$current$se === void 0 ? void 0 : (_pickerRef$current$se2 = _pickerRef$current$se.select) === null || _pickerRef$current$se2 === void 0 ? void 0 : (_pickerRef$current$se3 = _pickerRef$current$se2.inputRef) === null || _pickerRef$current$se3 === void 0 ? void 0 : _pickerRef$current$se3.focus();
86
+ pickerRef === null || pickerRef === void 0 ? void 0 : (_pickerRef$current = pickerRef.current) === null || _pickerRef$current === void 0 ? void 0 : (_pickerRef$current$se = _pickerRef$current.selectRef) === null || _pickerRef$current$se === void 0 ? void 0 : (_pickerRef$current$se2 = _pickerRef$current$se.inputRef) === null || _pickerRef$current$se2 === void 0 ? void 0 : _pickerRef$current$se2.focus();
87
87
  }
88
88
  }, [allOptions]);
89
89
  useEffect(() => {
@@ -14,8 +14,8 @@ import { FormattedMessage } from 'react-intl-next';
14
14
  import invariant from 'tiny-invariant';
15
15
  import Button from '@atlaskit/button/new';
16
16
  import DropdownMenu, { DropdownItem } from '@atlaskit/dropdown-menu';
17
- import ChevronDown from '@atlaskit/icon/glyph/chevron-down';
18
- import ChevronUp from '@atlaskit/icon/glyph/chevron-up';
17
+ import ChevronDown from '@atlaskit/icon/utility/migration/chevron-down';
18
+ import ChevronUp from '@atlaskit/icon/utility/migration/chevron-up';
19
19
  import { attachClosestEdge, extractClosestEdge } from '@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge';
20
20
  import { DropIndicator } from '@atlaskit/pragmatic-drag-and-drop-react-drop-indicator/box-without-terminal';
21
21
  import { combine } from '@atlaskit/pragmatic-drag-and-drop/combine';
@@ -101,7 +101,7 @@ export var ColumnPicker = function ColumnPicker(_ref) {
101
101
  if (allOptions.length) {
102
102
  var _pickerRef$current;
103
103
  // necessary to refocus the search input after the loading state
104
- pickerRef === null || pickerRef === void 0 || (_pickerRef$current = pickerRef.current) === null || _pickerRef$current === void 0 || (_pickerRef$current = _pickerRef$current.selectRef) === null || _pickerRef$current === void 0 || (_pickerRef$current = _pickerRef$current.select) === null || _pickerRef$current === void 0 || (_pickerRef$current = _pickerRef$current.inputRef) === null || _pickerRef$current === void 0 || _pickerRef$current.focus();
104
+ pickerRef === null || pickerRef === void 0 || (_pickerRef$current = pickerRef.current) === null || _pickerRef$current === void 0 || (_pickerRef$current = _pickerRef$current.selectRef) === null || _pickerRef$current === void 0 || (_pickerRef$current = _pickerRef$current.inputRef) === null || _pickerRef$current === void 0 || _pickerRef$current.focus();
105
105
  }
106
106
  }, [allOptions]);
107
107
  useEffect(function () {
@@ -20,8 +20,8 @@ import { FormattedMessage } from 'react-intl-next';
20
20
  import invariant from 'tiny-invariant';
21
21
  import Button from '@atlaskit/button/new';
22
22
  import DropdownMenu, { DropdownItem } from '@atlaskit/dropdown-menu';
23
- import ChevronDown from '@atlaskit/icon/glyph/chevron-down';
24
- import ChevronUp from '@atlaskit/icon/glyph/chevron-up';
23
+ import ChevronDown from '@atlaskit/icon/utility/migration/chevron-down';
24
+ import ChevronUp from '@atlaskit/icon/utility/migration/chevron-up';
25
25
  import { attachClosestEdge, extractClosestEdge } from '@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge';
26
26
  import { DropIndicator } from '@atlaskit/pragmatic-drag-and-drop-react-drop-indicator/box-without-terminal';
27
27
  import { combine } from '@atlaskit/pragmatic-drag-and-drop/combine';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "2.9.6",
3
+ "version": "2.9.8",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@atlaskit/adf-schema": "^40.3.0",
39
- "@atlaskit/analytics-next": "^9.3.0",
39
+ "@atlaskit/analytics-next": "^10.0.0",
40
40
  "@atlaskit/avatar": "^21.12.0",
41
41
  "@atlaskit/avatar-group": "^9.9.0",
42
42
  "@atlaskit/badge": "^16.3.0",
@@ -70,10 +70,10 @@
70
70
  "@atlaskit/primitives": "^11.1.0",
71
71
  "@atlaskit/select": "^17.11.0",
72
72
  "@atlaskit/smart-card": "^27.13.0",
73
- "@atlaskit/smart-user-picker": "6.10.0",
73
+ "@atlaskit/smart-user-picker": "6.10.1",
74
74
  "@atlaskit/spinner": "^16.2.0",
75
75
  "@atlaskit/tag": "^12.4.0",
76
- "@atlaskit/textfield": "6.4.2",
76
+ "@atlaskit/textfield": "6.4.3",
77
77
  "@atlaskit/theme": "^12.11.0",
78
78
  "@atlaskit/tokens": "^1.57.0",
79
79
  "@atlaskit/tooltip": "^18.5.0",