@atlaskit/link-picker 4.2.22 → 4.2.24

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,17 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 4.2.24
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 4.2.23
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 4.2.22
4
16
 
5
17
  ### Patch Changes
@@ -26,7 +26,7 @@ var testIds = exports.testIds = {
26
26
  };
27
27
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
28
28
  packageName: "@atlaskit/link-picker" || '',
29
- packageVersion: "0.0.0-development" || '',
29
+ packageVersion: "4.2.24" || '',
30
30
  componentName: _constants.COMPONENT_NAME,
31
31
  source: _constants.COMPONENT_NAME
32
32
  };
@@ -16,7 +16,7 @@ export const testIds = {
16
16
  };
17
17
  export const PACKAGE_DATA = {
18
18
  packageName: "@atlaskit/link-picker" || '',
19
- packageVersion: "0.0.0-development" || '',
19
+ packageVersion: "4.2.24" || '',
20
20
  componentName: COMPONENT_NAME,
21
21
  source: COMPONENT_NAME
22
22
  };
@@ -17,7 +17,7 @@ export var testIds = {
17
17
  };
18
18
  export var PACKAGE_DATA = {
19
19
  packageName: "@atlaskit/link-picker" || '',
20
- packageVersion: "0.0.0-development" || '',
20
+ packageVersion: "4.2.24" || '',
21
21
  componentName: COMPONENT_NAME,
22
22
  source: COMPONENT_NAME
23
23
  };
@@ -18,5 +18,5 @@ type AnnouncerProps = {
18
18
  * It can be useful for cases when the parent component re-renders with the same announcer's text. */
19
19
  delay?: number;
20
20
  };
21
- export declare const Announcer: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<AnnouncerProps, "ref"> & React.RefAttributes<HTMLDivElement>>>;
21
+ export declare const Announcer: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<AnnouncerProps, 'ref'> & React.RefAttributes<HTMLDivElement>>>;
22
22
  export {};
@@ -8,10 +8,10 @@ export declare const testIds: {
8
8
  readonly urlError: string;
9
9
  readonly clearUrlButton: string;
10
10
  readonly linkHelperText: string;
11
- readonly insertButton: "link-picker-insert-button";
12
- readonly cancelButton: "link-picker-cancel-button";
13
- readonly actionButton: "link-picker-action-button";
14
- readonly submitStatusA11yIndicator: "link-picker-submit-status-a11y-indicator";
11
+ readonly insertButton: 'link-picker-insert-button';
12
+ readonly cancelButton: 'link-picker-cancel-button';
13
+ readonly actionButton: 'link-picker-action-button';
14
+ readonly submitStatusA11yIndicator: 'link-picker-submit-status-a11y-indicator';
15
15
  readonly tabsLoadingIndicator: string;
16
16
  readonly tabList: string;
17
17
  readonly tabItem: string;
@@ -22,9 +22,9 @@ export declare const testIds: {
22
22
  readonly searchResultIcon: string;
23
23
  readonly emptyResultPage: string;
24
24
  readonly searchError: string;
25
- readonly linkPickerRoot: "link-picker-root";
26
- readonly linkPicker: "link-picker";
27
- readonly urlInputField: "link-url";
28
- readonly textInputField: "link-text";
25
+ readonly linkPickerRoot: 'link-picker-root';
26
+ readonly linkPicker: 'link-picker';
27
+ readonly urlInputField: 'link-url';
28
+ readonly textInputField: 'link-text';
29
29
  };
30
30
  export declare const LinkPicker: ComponentType<LinkPickerProps>;
@@ -18,5 +18,5 @@ type AnnouncerProps = {
18
18
  * It can be useful for cases when the parent component re-renders with the same announcer's text. */
19
19
  delay?: number;
20
20
  };
21
- export declare const Announcer: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<AnnouncerProps, "ref"> & React.RefAttributes<HTMLDivElement>>>;
21
+ export declare const Announcer: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<AnnouncerProps, 'ref'> & React.RefAttributes<HTMLDivElement>>>;
22
22
  export {};
@@ -8,10 +8,10 @@ export declare const testIds: {
8
8
  readonly urlError: string;
9
9
  readonly clearUrlButton: string;
10
10
  readonly linkHelperText: string;
11
- readonly insertButton: "link-picker-insert-button";
12
- readonly cancelButton: "link-picker-cancel-button";
13
- readonly actionButton: "link-picker-action-button";
14
- readonly submitStatusA11yIndicator: "link-picker-submit-status-a11y-indicator";
11
+ readonly insertButton: 'link-picker-insert-button';
12
+ readonly cancelButton: 'link-picker-cancel-button';
13
+ readonly actionButton: 'link-picker-action-button';
14
+ readonly submitStatusA11yIndicator: 'link-picker-submit-status-a11y-indicator';
15
15
  readonly tabsLoadingIndicator: string;
16
16
  readonly tabList: string;
17
17
  readonly tabItem: string;
@@ -22,9 +22,9 @@ export declare const testIds: {
22
22
  readonly searchResultIcon: string;
23
23
  readonly emptyResultPage: string;
24
24
  readonly searchError: string;
25
- readonly linkPickerRoot: "link-picker-root";
26
- readonly linkPicker: "link-picker";
27
- readonly urlInputField: "link-url";
28
- readonly textInputField: "link-text";
25
+ readonly linkPickerRoot: 'link-picker-root';
26
+ readonly linkPicker: 'link-picker';
27
+ readonly urlInputField: 'link-url';
28
+ readonly textInputField: 'link-text';
29
29
  };
30
30
  export declare const LinkPicker: ComponentType<LinkPickerProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "4.2.22",
3
+ "version": "4.2.24",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -65,12 +65,12 @@
65
65
  "@atlaskit/linking-common": "^9.11.0",
66
66
  "@atlaskit/onboarding": "^14.5.0",
67
67
  "@atlaskit/platform-feature-flags": "^1.1.0",
68
- "@atlaskit/primitives": "^18.1.0",
69
- "@atlaskit/smart-card": "^43.31.0",
68
+ "@atlaskit/primitives": "^19.0.0",
69
+ "@atlaskit/smart-card": "^43.32.0",
70
70
  "@atlaskit/spinner": "^19.1.0",
71
71
  "@atlaskit/tabs": "^19.0.0",
72
72
  "@atlaskit/textfield": "^8.3.0",
73
- "@atlaskit/tokens": "^11.4.0",
73
+ "@atlaskit/tokens": "^13.0.0",
74
74
  "@atlaskit/tooltip": "^21.1.0",
75
75
  "@atlaskit/ufo": "^0.4.0",
76
76
  "@atlaskit/visually-hidden": "^3.0.0",