@atlaskit/link-picker 4.2.23 → 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 +6 -0
- package/dist/cjs/ui/main.js +1 -1
- package/dist/es2019/ui/main.js +1 -1
- package/dist/esm/ui/main.js +1 -1
- package/dist/types/ui/link-picker/announcer.d.ts +1 -1
- package/dist/types/ui/link-picker/index.d.ts +8 -8
- package/dist/types-ts4.5/ui/link-picker/announcer.d.ts +1 -1
- package/dist/types-ts4.5/ui/link-picker/index.d.ts +8 -8
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/cjs/ui/main.js
CHANGED
|
@@ -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: "4.2.
|
|
29
|
+
packageVersion: "4.2.24" || '',
|
|
30
30
|
componentName: _constants.COMPONENT_NAME,
|
|
31
31
|
source: _constants.COMPONENT_NAME
|
|
32
32
|
};
|
package/dist/es2019/ui/main.js
CHANGED
package/dist/esm/ui/main.js
CHANGED
|
@@ -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,
|
|
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:
|
|
12
|
-
readonly cancelButton:
|
|
13
|
-
readonly actionButton:
|
|
14
|
-
readonly submitStatusA11yIndicator:
|
|
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:
|
|
26
|
-
readonly linkPicker:
|
|
27
|
-
readonly urlInputField:
|
|
28
|
-
readonly textInputField:
|
|
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,
|
|
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:
|
|
12
|
-
readonly cancelButton:
|
|
13
|
-
readonly actionButton:
|
|
14
|
-
readonly submitStatusA11yIndicator:
|
|
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:
|
|
26
|
-
readonly linkPicker:
|
|
27
|
-
readonly urlInputField:
|
|
28
|
-
readonly textInputField:
|
|
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.
|
|
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": "^
|
|
69
|
-
"@atlaskit/smart-card": "^43.
|
|
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": "^
|
|
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",
|