@atlaskit/link-datasource 2.11.2 → 2.11.4

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,24 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 2.11.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#131911](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/131911)
8
+ [`2f9601a8a634b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2f9601a8a634b) -
9
+ This version removes `platform.design-system-team.use-default-select-in-popup-select_46rmj`
10
+ feature flag. The `PopupSelect` component now uses the internal `Select` component ensure the
11
+ accessibility of options with group labels for assistive technologies.
12
+
13
+ ## 2.11.3
14
+
15
+ ### Patch Changes
16
+
17
+ - [#131211](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/131211)
18
+ [`35d5f222a8212`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35d5f222a8212) -
19
+ Prevents inline-edit to fire execute callback on blur or with an empty string
20
+ - Updated dependencies
21
+
3
22
  ## 2.11.2
4
23
 
5
24
  ### Patch Changes
@@ -76,6 +76,9 @@ var _default = exports.default = {
76
76
  'linkDataSource.datasource.table.authScreenDescriptionText': 'Connect your {providerName} account to collaborate on work across Atlassian products.',
77
77
  'linkDataSource.datasource.table.authScreenHeaderText': 'Connect your {providerName} account',
78
78
  'linkDataSource.datasource.table.learnMoreAboutSmartLinks': 'Learn more about Smart Links.',
79
+ 'linkDataSource.issue-line-table.error-generic-description.nonfinal': 'We had an issue trying to complete the update. Refresh the page and try again.',
80
+ 'linkDataSource.issue-line-table.error-generic-title.nonfinal': 'Something went wrong',
81
+ 'linkDataSource.issue-line-table.go-to-resource.nonfinal': 'Go to item',
79
82
  'linkDataSource.issue-line-table.unwrap-text': 'Unwrap text',
80
83
  'linkDataSource.issue-line-table.wrap-text': 'Wrap text',
81
84
  'linkDataSource.jira-issues.accessInstructions': 'To request access, contact your site administrator.',
@@ -76,6 +76,9 @@ var _default = exports.default = {
76
76
  'linkDataSource.datasource.table.authScreenDescriptionText': 'Connect your {providerName} account to collaborate on work across Atlassian products.',
77
77
  'linkDataSource.datasource.table.authScreenHeaderText': 'Connect your {providerName} account',
78
78
  'linkDataSource.datasource.table.learnMoreAboutSmartLinks': 'Learn more about Smart Links.',
79
+ 'linkDataSource.issue-line-table.error-generic-description.nonfinal': 'We had an issue trying to complete the update. Refresh the page and try again.',
80
+ 'linkDataSource.issue-line-table.error-generic-title.nonfinal': 'Something went wrong',
81
+ 'linkDataSource.issue-line-table.go-to-resource.nonfinal': 'Go to item',
79
82
  'linkDataSource.issue-line-table.unwrap-text': 'Unwrap text',
80
83
  'linkDataSource.issue-line-table.wrap-text': 'Wrap text',
81
84
  'linkDataSource.checkConnectionWithSource': 'Check your connection and refresh, or <a>open this query in Jira</a> to review.',
@@ -76,6 +76,9 @@ var _default = exports.default = {
76
76
  'linkDataSource.datasource.table.authScreenDescriptionText': '⁣⁢Connect your {providerName} account to collaborate on work across Atlassian products.⁡‌⁡⁡⁠⁠⁠⁠‌‌⁣⁤',
77
77
  'linkDataSource.datasource.table.authScreenHeaderText': '⁣⁢Connect your {providerName} account‌⁡⁠⁣⁤',
78
78
  'linkDataSource.datasource.table.learnMoreAboutSmartLinks': '⁣⁢Learn more about Smart Links.‍‌‍⁡؜؜‍‌⁠⁡⁠⁠‍‌⁠⁣⁤',
79
+ 'linkDataSource.issue-line-table.error-generic-description.nonfinal': '⁣⁢We had an issue trying to complete the update. Refresh the page and try again.؜⁡‌‌‍⁡‍؜⁡؜⁠⁡؜؜⁣⁤',
80
+ 'linkDataSource.issue-line-table.error-generic-title.nonfinal': '⁣⁢Something went wrong‍⁡‍؜‍؜⁡⁡‍‌‍؜⁠⁣⁤',
81
+ 'linkDataSource.issue-line-table.go-to-resource.nonfinal': '⁣⁢Go to item‌⁡⁡‍؜؜؜⁠‌‍؜⁣⁤',
79
82
  'linkDataSource.issue-line-table.unwrap-text': '⁣⁢Unwrap text⁡⁡‍⁡‍؜‍؜⁠‌‍⁣⁤',
80
83
  'linkDataSource.issue-line-table.wrap-text': '⁣⁢Wrap text؜⁡‌‌‍⁠⁣⁤',
81
84
  'linkDataSource.jira-issues.accessInstructions': '⁣⁢To request access, contact your site administrator.⁡؜؜⁣⁤',
@@ -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.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.select) === 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 () {
@@ -33,6 +33,9 @@ var mapUpdatedItem = function mapUpdatedItem(type, existingItem, columnKey, newV
33
33
  }
34
34
  return null;
35
35
  };
36
+ var isNewValue = function isNewValue(columnKey, newItem, existingData) {
37
+ return newItem[columnKey].data && newItem[columnKey].data !== existingData[columnKey].data;
38
+ };
36
39
  var InlineEdit = exports.InlineEdit = function InlineEdit(_ref) {
37
40
  var ari = _ref.ari,
38
41
  execute = _ref.execute,
@@ -60,7 +63,7 @@ var InlineEdit = exports.InlineEdit = function InlineEdit(_ref) {
60
63
  }
61
64
  var existingData = item.data;
62
65
  var newItem = mapUpdatedItem(datasourceTypeWithValues.type, item.data, columnKey, value);
63
- if (!newItem) {
66
+ if (!newItem || !isNewValue(columnKey, newItem, existingData)) {
64
67
  setIsEditing(false);
65
68
  return;
66
69
  }
@@ -70,6 +70,9 @@ export default {
70
70
  'linkDataSource.datasource.table.authScreenDescriptionText': 'Connect your {providerName} account to collaborate on work across Atlassian products.',
71
71
  'linkDataSource.datasource.table.authScreenHeaderText': 'Connect your {providerName} account',
72
72
  'linkDataSource.datasource.table.learnMoreAboutSmartLinks': 'Learn more about Smart Links.',
73
+ 'linkDataSource.issue-line-table.error-generic-description.nonfinal': 'We had an issue trying to complete the update. Refresh the page and try again.',
74
+ 'linkDataSource.issue-line-table.error-generic-title.nonfinal': 'Something went wrong',
75
+ 'linkDataSource.issue-line-table.go-to-resource.nonfinal': 'Go to item',
73
76
  'linkDataSource.issue-line-table.unwrap-text': 'Unwrap text',
74
77
  'linkDataSource.issue-line-table.wrap-text': 'Wrap text',
75
78
  'linkDataSource.jira-issues.accessInstructions': 'To request access, contact your site administrator.',
@@ -70,6 +70,9 @@ export default {
70
70
  'linkDataSource.datasource.table.authScreenDescriptionText': 'Connect your {providerName} account to collaborate on work across Atlassian products.',
71
71
  'linkDataSource.datasource.table.authScreenHeaderText': 'Connect your {providerName} account',
72
72
  'linkDataSource.datasource.table.learnMoreAboutSmartLinks': 'Learn more about Smart Links.',
73
+ 'linkDataSource.issue-line-table.error-generic-description.nonfinal': 'We had an issue trying to complete the update. Refresh the page and try again.',
74
+ 'linkDataSource.issue-line-table.error-generic-title.nonfinal': 'Something went wrong',
75
+ 'linkDataSource.issue-line-table.go-to-resource.nonfinal': 'Go to item',
73
76
  'linkDataSource.issue-line-table.unwrap-text': 'Unwrap text',
74
77
  'linkDataSource.issue-line-table.wrap-text': 'Wrap text',
75
78
  'linkDataSource.checkConnectionWithSource': 'Check your connection and refresh, or <a>open this query in Jira</a> to review.',
@@ -70,6 +70,9 @@ export default {
70
70
  'linkDataSource.datasource.table.authScreenDescriptionText': '⁣⁢Connect your {providerName} account to collaborate on work across Atlassian products.⁡‌⁡⁡⁠⁠⁠⁠‌‌⁣⁤',
71
71
  'linkDataSource.datasource.table.authScreenHeaderText': '⁣⁢Connect your {providerName} account‌⁡⁠⁣⁤',
72
72
  'linkDataSource.datasource.table.learnMoreAboutSmartLinks': '⁣⁢Learn more about Smart Links.‍‌‍⁡؜؜‍‌⁠⁡⁠⁠‍‌⁠⁣⁤',
73
+ 'linkDataSource.issue-line-table.error-generic-description.nonfinal': '⁣⁢We had an issue trying to complete the update. Refresh the page and try again.؜⁡‌‌‍⁡‍؜⁡؜⁠⁡؜؜⁣⁤',
74
+ 'linkDataSource.issue-line-table.error-generic-title.nonfinal': '⁣⁢Something went wrong‍⁡‍؜‍؜⁡⁡‍‌‍؜⁠⁣⁤',
75
+ 'linkDataSource.issue-line-table.go-to-resource.nonfinal': '⁣⁢Go to item‌⁡⁡‍؜؜؜⁠‌‍؜⁣⁤',
73
76
  'linkDataSource.issue-line-table.unwrap-text': '⁣⁢Unwrap text⁡⁡‍⁡‍؜‍؜⁠‌‍⁣⁤',
74
77
  'linkDataSource.issue-line-table.wrap-text': '⁣⁢Wrap text؜⁡‌‌‍⁠⁣⁤',
75
78
  'linkDataSource.jira-issues.accessInstructions': '⁣⁢To request access, contact your site administrator.⁡؜؜⁣⁤',
@@ -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;
84
+ var _pickerRef$current, _pickerRef$current$se, _pickerRef$current$se2, _pickerRef$current$se3;
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.inputRef) === null || _pickerRef$current$se2 === void 0 ? void 0 : _pickerRef$current$se2.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.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();
87
87
  }
88
88
  }, [allOptions]);
89
89
  useEffect(() => {
@@ -22,6 +22,9 @@ const mapUpdatedItem = (type, existingItem, columnKey, newValue) => {
22
22
  }
23
23
  return null;
24
24
  };
25
+ const isNewValue = (columnKey, newItem, existingData) => {
26
+ return newItem[columnKey].data && newItem[columnKey].data !== existingData[columnKey].data;
27
+ };
25
28
  export const InlineEdit = ({
26
29
  ari,
27
30
  execute,
@@ -49,7 +52,7 @@ export const InlineEdit = ({
49
52
  }
50
53
  const existingData = item.data;
51
54
  const newItem = mapUpdatedItem(datasourceTypeWithValues.type, item.data, columnKey, value);
52
- if (!newItem) {
55
+ if (!newItem || !isNewValue(columnKey, newItem, existingData)) {
53
56
  setIsEditing(false);
54
57
  return;
55
58
  }
@@ -70,6 +70,9 @@ export default {
70
70
  'linkDataSource.datasource.table.authScreenDescriptionText': 'Connect your {providerName} account to collaborate on work across Atlassian products.',
71
71
  'linkDataSource.datasource.table.authScreenHeaderText': 'Connect your {providerName} account',
72
72
  'linkDataSource.datasource.table.learnMoreAboutSmartLinks': 'Learn more about Smart Links.',
73
+ 'linkDataSource.issue-line-table.error-generic-description.nonfinal': 'We had an issue trying to complete the update. Refresh the page and try again.',
74
+ 'linkDataSource.issue-line-table.error-generic-title.nonfinal': 'Something went wrong',
75
+ 'linkDataSource.issue-line-table.go-to-resource.nonfinal': 'Go to item',
73
76
  'linkDataSource.issue-line-table.unwrap-text': 'Unwrap text',
74
77
  'linkDataSource.issue-line-table.wrap-text': 'Wrap text',
75
78
  'linkDataSource.jira-issues.accessInstructions': 'To request access, contact your site administrator.',
@@ -70,6 +70,9 @@ export default {
70
70
  'linkDataSource.datasource.table.authScreenDescriptionText': 'Connect your {providerName} account to collaborate on work across Atlassian products.',
71
71
  'linkDataSource.datasource.table.authScreenHeaderText': 'Connect your {providerName} account',
72
72
  'linkDataSource.datasource.table.learnMoreAboutSmartLinks': 'Learn more about Smart Links.',
73
+ 'linkDataSource.issue-line-table.error-generic-description.nonfinal': 'We had an issue trying to complete the update. Refresh the page and try again.',
74
+ 'linkDataSource.issue-line-table.error-generic-title.nonfinal': 'Something went wrong',
75
+ 'linkDataSource.issue-line-table.go-to-resource.nonfinal': 'Go to item',
73
76
  'linkDataSource.issue-line-table.unwrap-text': 'Unwrap text',
74
77
  'linkDataSource.issue-line-table.wrap-text': 'Wrap text',
75
78
  'linkDataSource.checkConnectionWithSource': 'Check your connection and refresh, or <a>open this query in Jira</a> to review.',
@@ -70,6 +70,9 @@ export default {
70
70
  'linkDataSource.datasource.table.authScreenDescriptionText': '⁣⁢Connect your {providerName} account to collaborate on work across Atlassian products.⁡‌⁡⁡⁠⁠⁠⁠‌‌⁣⁤',
71
71
  'linkDataSource.datasource.table.authScreenHeaderText': '⁣⁢Connect your {providerName} account‌⁡⁠⁣⁤',
72
72
  'linkDataSource.datasource.table.learnMoreAboutSmartLinks': '⁣⁢Learn more about Smart Links.‍‌‍⁡؜؜‍‌⁠⁡⁠⁠‍‌⁠⁣⁤',
73
+ 'linkDataSource.issue-line-table.error-generic-description.nonfinal': '⁣⁢We had an issue trying to complete the update. Refresh the page and try again.؜⁡‌‌‍⁡‍؜⁡؜⁠⁡؜؜⁣⁤',
74
+ 'linkDataSource.issue-line-table.error-generic-title.nonfinal': '⁣⁢Something went wrong‍⁡‍؜‍؜⁡⁡‍‌‍؜⁠⁣⁤',
75
+ 'linkDataSource.issue-line-table.go-to-resource.nonfinal': '⁣⁢Go to item‌⁡⁡‍؜؜؜⁠‌‍؜⁣⁤',
73
76
  'linkDataSource.issue-line-table.unwrap-text': '⁣⁢Unwrap text⁡⁡‍⁡‍؜‍؜⁠‌‍⁣⁤',
74
77
  'linkDataSource.issue-line-table.wrap-text': '⁣⁢Wrap text؜⁡‌‌‍⁠⁣⁤',
75
78
  'linkDataSource.jira-issues.accessInstructions': '⁣⁢To request access, contact your site administrator.⁡؜؜⁣⁤',
@@ -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.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.select) === 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 () {
@@ -23,6 +23,9 @@ var mapUpdatedItem = function mapUpdatedItem(type, existingItem, columnKey, newV
23
23
  }
24
24
  return null;
25
25
  };
26
+ var isNewValue = function isNewValue(columnKey, newItem, existingData) {
27
+ return newItem[columnKey].data && newItem[columnKey].data !== existingData[columnKey].data;
28
+ };
26
29
  export var InlineEdit = function InlineEdit(_ref) {
27
30
  var ari = _ref.ari,
28
31
  execute = _ref.execute,
@@ -50,7 +53,7 @@ export var InlineEdit = function InlineEdit(_ref) {
50
53
  }
51
54
  var existingData = item.data;
52
55
  var newItem = mapUpdatedItem(datasourceTypeWithValues.type, item.data, columnKey, value);
53
- if (!newItem) {
56
+ if (!newItem || !isNewValue(columnKey, newItem, existingData)) {
54
57
  setIsEditing(false);
55
58
  return;
56
59
  }
@@ -68,6 +68,9 @@ declare const _default: {
68
68
  'linkDataSource.datasource.table.authScreenDescriptionText': string;
69
69
  'linkDataSource.datasource.table.authScreenHeaderText': string;
70
70
  'linkDataSource.datasource.table.learnMoreAboutSmartLinks': string;
71
+ 'linkDataSource.issue-line-table.error-generic-description.nonfinal': string;
72
+ 'linkDataSource.issue-line-table.error-generic-title.nonfinal': string;
73
+ 'linkDataSource.issue-line-table.go-to-resource.nonfinal': string;
71
74
  'linkDataSource.issue-line-table.unwrap-text': string;
72
75
  'linkDataSource.issue-line-table.wrap-text': string;
73
76
  'linkDataSource.jira-issues.accessInstructions': string;
@@ -68,6 +68,9 @@ declare const _default: {
68
68
  'linkDataSource.datasource.table.authScreenDescriptionText': string;
69
69
  'linkDataSource.datasource.table.authScreenHeaderText': string;
70
70
  'linkDataSource.datasource.table.learnMoreAboutSmartLinks': string;
71
+ 'linkDataSource.issue-line-table.error-generic-description.nonfinal': string;
72
+ 'linkDataSource.issue-line-table.error-generic-title.nonfinal': string;
73
+ 'linkDataSource.issue-line-table.go-to-resource.nonfinal': string;
71
74
  'linkDataSource.issue-line-table.unwrap-text': string;
72
75
  'linkDataSource.issue-line-table.wrap-text': string;
73
76
  'linkDataSource.checkConnectionWithSource': string;
@@ -68,6 +68,9 @@ declare const _default: {
68
68
  'linkDataSource.datasource.table.authScreenDescriptionText': string;
69
69
  'linkDataSource.datasource.table.authScreenHeaderText': string;
70
70
  'linkDataSource.datasource.table.learnMoreAboutSmartLinks': string;
71
+ 'linkDataSource.issue-line-table.error-generic-description.nonfinal': string;
72
+ 'linkDataSource.issue-line-table.error-generic-title.nonfinal': string;
73
+ 'linkDataSource.issue-line-table.go-to-resource.nonfinal': string;
71
74
  'linkDataSource.issue-line-table.unwrap-text': string;
72
75
  'linkDataSource.issue-line-table.wrap-text': string;
73
76
  'linkDataSource.jira-issues.accessInstructions': string;
@@ -68,6 +68,9 @@ declare const _default: {
68
68
  'linkDataSource.datasource.table.authScreenDescriptionText': string;
69
69
  'linkDataSource.datasource.table.authScreenHeaderText': string;
70
70
  'linkDataSource.datasource.table.learnMoreAboutSmartLinks': string;
71
+ 'linkDataSource.issue-line-table.error-generic-description.nonfinal': string;
72
+ 'linkDataSource.issue-line-table.error-generic-title.nonfinal': string;
73
+ 'linkDataSource.issue-line-table.go-to-resource.nonfinal': string;
71
74
  'linkDataSource.issue-line-table.unwrap-text': string;
72
75
  'linkDataSource.issue-line-table.wrap-text': string;
73
76
  'linkDataSource.jira-issues.accessInstructions': string;
@@ -68,6 +68,9 @@ declare const _default: {
68
68
  'linkDataSource.datasource.table.authScreenDescriptionText': string;
69
69
  'linkDataSource.datasource.table.authScreenHeaderText': string;
70
70
  'linkDataSource.datasource.table.learnMoreAboutSmartLinks': string;
71
+ 'linkDataSource.issue-line-table.error-generic-description.nonfinal': string;
72
+ 'linkDataSource.issue-line-table.error-generic-title.nonfinal': string;
73
+ 'linkDataSource.issue-line-table.go-to-resource.nonfinal': string;
71
74
  'linkDataSource.issue-line-table.unwrap-text': string;
72
75
  'linkDataSource.issue-line-table.wrap-text': string;
73
76
  'linkDataSource.checkConnectionWithSource': string;
@@ -68,6 +68,9 @@ declare const _default: {
68
68
  'linkDataSource.datasource.table.authScreenDescriptionText': string;
69
69
  'linkDataSource.datasource.table.authScreenHeaderText': string;
70
70
  'linkDataSource.datasource.table.learnMoreAboutSmartLinks': string;
71
+ 'linkDataSource.issue-line-table.error-generic-description.nonfinal': string;
72
+ 'linkDataSource.issue-line-table.error-generic-title.nonfinal': string;
73
+ 'linkDataSource.issue-line-table.go-to-resource.nonfinal': string;
71
74
  'linkDataSource.issue-line-table.unwrap-text': string;
72
75
  'linkDataSource.issue-line-table.wrap-text': string;
73
76
  'linkDataSource.jira-issues.accessInstructions': string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "2.11.2",
3
+ "version": "2.11.4",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -41,7 +41,7 @@
41
41
  "@atlaskit/avatar": "^21.15.0",
42
42
  "@atlaskit/avatar-group": "^9.11.0",
43
43
  "@atlaskit/badge": "^16.4.0",
44
- "@atlaskit/button": "^20.0.0",
44
+ "@atlaskit/button": "^20.1.0",
45
45
  "@atlaskit/datetime-picker": "^13.11.0",
46
46
  "@atlaskit/dropdown-menu": "^12.17.0",
47
47
  "@atlaskit/editor-prosemirror": "5.0.1",
@@ -49,7 +49,7 @@
49
49
  "@atlaskit/flag": "^15.8.0",
50
50
  "@atlaskit/form": "^10.5.0",
51
51
  "@atlaskit/heading": "^2.4.0",
52
- "@atlaskit/icon": "^22.13.0",
52
+ "@atlaskit/icon": "^22.14.0",
53
53
  "@atlaskit/icon-object": "^6.5.0",
54
54
  "@atlaskit/image": "^1.3.0",
55
55
  "@atlaskit/inline-edit": "^13.6.0",
@@ -78,7 +78,7 @@
78
78
  "@atlaskit/tag": "^12.5.0",
79
79
  "@atlaskit/textfield": "6.5.1",
80
80
  "@atlaskit/theme": "^13.0.0",
81
- "@atlaskit/tokens": "^1.58.0",
81
+ "@atlaskit/tokens": "^1.59.0",
82
82
  "@atlaskit/tooltip": "^18.7.0",
83
83
  "@atlaskit/ufo": "^0.3.0",
84
84
  "@atlaskit/width-detector": "^4.3.0",