@atlaskit/link-picker 1.44.0 → 1.44.1

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-picker
2
2
 
3
+ ## 1.44.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#134101](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/134101)
8
+ [`1f36f8dc358de`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1f36f8dc358de) -
9
+ [ux] Minor UI style and copy tweaks
10
+
3
11
  ## 1.44.0
4
12
 
5
13
  ### Minor Changes
@@ -47,7 +47,7 @@ var formMessages = exports.formMessages = (0, _reactIntlNext.defineMessages)({
47
47
  },
48
48
  clearLink: {
49
49
  id: 'fabric.linkPicker.clearLink',
50
- defaultMessage: 'Clear link',
50
+ defaultMessage: 'Clear',
51
51
  description: 'Tooltip message for link input clear button'
52
52
  }
53
53
  });
@@ -32,7 +32,7 @@ var testIds = exports.testIds = {
32
32
  };
33
33
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
34
34
  packageName: "@atlaskit/link-picker" || '',
35
- packageVersion: "1.44.0" || '',
35
+ packageVersion: "1.44.1" || '',
36
36
  componentName: _constants.COMPONENT_NAME,
37
37
  source: _constants.COMPONENT_NAME
38
38
  };
@@ -41,7 +41,7 @@ export const formMessages = defineMessages({
41
41
  },
42
42
  clearLink: {
43
43
  id: 'fabric.linkPicker.clearLink',
44
- defaultMessage: 'Clear link',
44
+ defaultMessage: 'Clear',
45
45
  description: 'Tooltip message for link input clear button'
46
46
  }
47
47
  });
@@ -20,7 +20,7 @@ export const testIds = {
20
20
  };
21
21
  export const PACKAGE_DATA = {
22
22
  packageName: "@atlaskit/link-picker" || '',
23
- packageVersion: "1.44.0" || '',
23
+ packageVersion: "1.44.1" || '',
24
24
  componentName: COMPONENT_NAME,
25
25
  source: COMPONENT_NAME
26
26
  };
@@ -41,7 +41,7 @@ export var formMessages = defineMessages({
41
41
  },
42
42
  clearLink: {
43
43
  id: 'fabric.linkPicker.clearLink',
44
- defaultMessage: 'Clear link',
44
+ defaultMessage: 'Clear',
45
45
  description: 'Tooltip message for link input clear button'
46
46
  }
47
47
  });
@@ -21,7 +21,7 @@ export var testIds = {
21
21
  };
22
22
  export var PACKAGE_DATA = {
23
23
  packageName: "@atlaskit/link-picker" || '',
24
- packageVersion: "1.44.0" || '',
24
+ packageVersion: "1.44.1" || '',
25
25
  componentName: COMPONENT_NAME,
26
26
  source: COMPONENT_NAME
27
27
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.44.0",
3
+ "version": "1.44.1",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -60,7 +60,7 @@
60
60
  "@atlaskit/form": "^10.5.0",
61
61
  "@atlaskit/frontend-utilities": "^2.7.0",
62
62
  "@atlaskit/heading": "^2.4.0",
63
- "@atlaskit/icon": "^22.14.0",
63
+ "@atlaskit/icon": "^22.15.0",
64
64
  "@atlaskit/intl-messages-provider": "^1.0.2",
65
65
  "@atlaskit/linking-common": "^5.11.0",
66
66
  "@atlaskit/onboarding": "^11.12.0",