@atlaskit/link-create 2.11.2 → 2.11.3

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-create
2
2
 
3
+ ## 2.11.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#131099](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/131099)
8
+ [`9df8c5e6d9886`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9df8c5e6d9886) -
9
+ Accessibility and minor UI bug fixes
10
+
3
11
  ## 2.11.2
4
12
 
5
13
  ### Patch Changes
@@ -13,7 +13,7 @@ var CREATE_FORM_MIN_HEIGHT_IN_PX = exports.CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
13
13
  var LINK_CREATE_FORM_POST_CREATE_FIELD = exports.LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
14
14
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
15
15
  packageName: "@atlaskit/link-create" || '',
16
- packageVersion: "2.11.2" || '',
16
+ packageVersion: "2.11.3" || '',
17
17
  component: COMPONENT_NAME,
18
18
  componentName: COMPONENT_NAME
19
19
  };
@@ -59,6 +59,7 @@ function UserPicker(_ref) {
59
59
  productKey: productKey,
60
60
  siteId: siteId,
61
61
  fieldId: fieldId,
62
+ inputId: fieldId,
62
63
  debounceTime: DEFAULT_DEBOUNCE_TIME,
63
64
  prefetch: true,
64
65
  isClearable: false,
@@ -7,7 +7,7 @@ export const CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
7
7
  export const LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
8
8
  export const PACKAGE_DATA = {
9
9
  packageName: "@atlaskit/link-create" || '',
10
- packageVersion: "2.11.2" || '',
10
+ packageVersion: "2.11.3" || '',
11
11
  component: COMPONENT_NAME,
12
12
  componentName: COMPONENT_NAME
13
13
  };
@@ -46,6 +46,7 @@ export function UserPicker({
46
46
  productKey: productKey,
47
47
  siteId: siteId,
48
48
  fieldId: fieldId,
49
+ inputId: fieldId,
49
50
  debounceTime: DEFAULT_DEBOUNCE_TIME,
50
51
  prefetch: true,
51
52
  isClearable: false,
@@ -7,7 +7,7 @@ export var CREATE_FORM_MIN_HEIGHT_IN_PX = '200';
7
7
  export var LINK_CREATE_FORM_POST_CREATE_FIELD = '__post_create__';
8
8
  export var PACKAGE_DATA = {
9
9
  packageName: "@atlaskit/link-create" || '',
10
- packageVersion: "2.11.2" || '',
10
+ packageVersion: "2.11.3" || '',
11
11
  component: COMPONENT_NAME,
12
12
  componentName: COMPONENT_NAME
13
13
  };
@@ -51,6 +51,7 @@ export function UserPicker(_ref) {
51
51
  productKey: productKey,
52
52
  siteId: siteId,
53
53
  fieldId: fieldId,
54
+ inputId: fieldId,
54
55
  debounceTime: DEFAULT_DEBOUNCE_TIME,
55
56
  prefetch: true,
56
57
  isClearable: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-create",
3
- "version": "2.11.2",
3
+ "version": "2.11.3",
4
4
  "description": "The driver component of meta creation flow",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -50,7 +50,7 @@
50
50
  "@atlaskit/linking-common": "^5.11.0",
51
51
  "@atlaskit/modal-dialog": "^12.15.0",
52
52
  "@atlaskit/primitives": "^12.0.0",
53
- "@atlaskit/select": "^17.13.0",
53
+ "@atlaskit/select": "^17.15.0",
54
54
  "@atlaskit/smart-user-picker": "^6.10.0",
55
55
  "@atlaskit/spinner": "^16.3.0",
56
56
  "@atlaskit/textfield": "^6.5.0",