@atlaskit/link-picker 3.9.4 → 3.9.5

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,11 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 3.9.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 3.9.4
4
10
 
5
11
  ### Patch Changes
@@ -123,7 +123,7 @@ var TextInput = exports.TextInput = function TextInput(_ref) {
123
123
  elemAfterInput: clearText,
124
124
  isInvalid: !!error
125
125
  }, (0, _platformFeatureFlags.fg)('navx-1368-link-picker-a11y-mandatory-states') ? {
126
- "aria-describedby": "".concat(restProps["aria-describedby"], " ").concat(fieldProps.id, "-error")
126
+ 'aria-describedby': "".concat(restProps['aria-describedby'], " ").concat(fieldProps.id, "-error")
127
127
  } : {})), error && /*#__PURE__*/_react.default.createElement(_form.ErrorMessage, {
128
128
  testId: testIds.urlError
129
129
  }, error)));
@@ -25,7 +25,7 @@ var testIds = exports.testIds = {
25
25
  };
26
26
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
27
27
  packageName: "@atlaskit/link-picker" || '',
28
- packageVersion: "3.9.3" || '',
28
+ packageVersion: "3.9.4" || '',
29
29
  componentName: _constants.COMPONENT_NAME,
30
30
  source: _constants.COMPONENT_NAME
31
31
  };
@@ -111,7 +111,7 @@ export const TextInput = ({
111
111
  elemAfterInput: clearText,
112
112
  isInvalid: !!error
113
113
  }, fg('navx-1368-link-picker-a11y-mandatory-states') ? {
114
- "aria-describedby": `${restProps["aria-describedby"]} ${fieldProps.id}-error`
114
+ 'aria-describedby': `${restProps['aria-describedby']} ${fieldProps.id}-error`
115
115
  } : {})), error && /*#__PURE__*/React.createElement(ErrorMessage, {
116
116
  testId: testIds.urlError
117
117
  }, error)));
@@ -15,7 +15,7 @@ export const testIds = {
15
15
  };
16
16
  export const PACKAGE_DATA = {
17
17
  packageName: "@atlaskit/link-picker" || '',
18
- packageVersion: "3.9.3" || '',
18
+ packageVersion: "3.9.4" || '',
19
19
  componentName: COMPONENT_NAME,
20
20
  source: COMPONENT_NAME
21
21
  };
@@ -114,7 +114,7 @@ export var TextInput = function TextInput(_ref) {
114
114
  elemAfterInput: clearText,
115
115
  isInvalid: !!error
116
116
  }, fg('navx-1368-link-picker-a11y-mandatory-states') ? {
117
- "aria-describedby": "".concat(restProps["aria-describedby"], " ").concat(fieldProps.id, "-error")
117
+ 'aria-describedby': "".concat(restProps['aria-describedby'], " ").concat(fieldProps.id, "-error")
118
118
  } : {})), error && /*#__PURE__*/React.createElement(ErrorMessage, {
119
119
  testId: testIds.urlError
120
120
  }, error)));
@@ -16,7 +16,7 @@ export var testIds = {
16
16
  };
17
17
  export var PACKAGE_DATA = {
18
18
  packageName: "@atlaskit/link-picker" || '',
19
- packageVersion: "3.9.3" || '',
19
+ packageVersion: "3.9.4" || '',
20
20
  componentName: COMPONENT_NAME,
21
21
  source: COMPONENT_NAME
22
22
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "3.9.4",
3
+ "version": "3.9.5",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -57,7 +57,7 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@atlaskit/analytics-next": "^11.1.0",
60
- "@atlaskit/atlassian-context": "^0.4.0",
60
+ "@atlaskit/atlassian-context": "^0.5.0",
61
61
  "@atlaskit/button": "^23.4.0",
62
62
  "@atlaskit/css": "^0.12.0",
63
63
  "@atlaskit/form": "^12.1.0",
@@ -66,8 +66,8 @@
66
66
  "@atlaskit/icon": "^27.12.0",
67
67
  "@atlaskit/intl-messages-provider": "^2.0.0",
68
68
  "@atlaskit/link": "^3.2.0",
69
- "@atlaskit/link-provider": "^3.4.0",
70
- "@atlaskit/linking-common": "^9.2.0",
69
+ "@atlaskit/link-provider": "^3.7.0",
70
+ "@atlaskit/linking-common": "^9.5.0",
71
71
  "@atlaskit/onboarding": "^14.3.0",
72
72
  "@atlaskit/platform-feature-flags": "^1.1.0",
73
73
  "@atlaskit/primitives": "^14.11.0",