@atlaskit/link-picker 1.25.4 → 1.25.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 +6 -0
- package/dist/cjs/common/constants.js +4 -2
- package/dist/cjs/i18n/en.js +2 -1
- package/dist/cjs/i18n/en_GB.js +2 -1
- package/dist/cjs/i18n/en_ZZ.js +2 -1
- package/dist/cjs/ui/link-picker/index.js +24 -56
- package/dist/cjs/ui/link-picker/search-results/index.js +90 -0
- package/dist/cjs/ui/link-picker/{link-search-error → search-results/link-search-error}/index.js +1 -1
- package/dist/cjs/ui/link-picker/{link-search-list → search-results/link-search-list}/index.js +1 -1
- package/dist/cjs/ui/link-picker/{link-search-list → search-results/link-search-list}/list-item/index.js +1 -2
- package/dist/cjs/ui/link-picker/{link-search-list → search-results/link-search-list}/list-item/styled.js +2 -2
- package/dist/cjs/ui/link-picker/{link-search-list → search-results/link-search-list}/styled.js +1 -1
- package/dist/cjs/ui/link-picker/{link-search-list → search-results/link-search-list}/use-track-results-shown/index.js +2 -2
- package/dist/cjs/ui/link-picker/search-results/styled.js +16 -0
- package/dist/cjs/ui/link-picker/{track-tab-viewed → search-results/track-tab-viewed}/index.js +2 -2
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/common/constants.js +2 -1
- package/dist/es2019/i18n/en.js +2 -1
- package/dist/es2019/i18n/en_GB.js +2 -1
- package/dist/es2019/i18n/en_ZZ.js +2 -1
- package/dist/es2019/ui/link-picker/index.js +23 -50
- package/dist/es2019/ui/link-picker/search-results/index.js +77 -0
- package/dist/es2019/ui/link-picker/{link-search-error → search-results/link-search-error}/index.js +1 -1
- package/dist/es2019/ui/link-picker/{link-search-list → search-results/link-search-list}/index.js +1 -1
- package/dist/es2019/ui/link-picker/{link-search-list → search-results/link-search-list}/list-item/index.js +1 -2
- package/dist/es2019/ui/link-picker/{link-search-list → search-results/link-search-list}/list-item/styled.js +2 -2
- package/dist/es2019/ui/link-picker/{link-search-list → search-results/link-search-list}/styled.js +1 -1
- package/dist/es2019/ui/link-picker/{link-search-list → search-results/link-search-list}/use-track-results-shown/index.js +2 -2
- package/dist/es2019/ui/link-picker/search-results/styled.js +17 -0
- package/dist/es2019/ui/link-picker/{track-tab-viewed → search-results/track-tab-viewed}/index.js +2 -2
- package/dist/es2019/version.json +1 -1
- package/dist/esm/common/constants.js +2 -1
- package/dist/esm/i18n/en.js +2 -1
- package/dist/esm/i18n/en_GB.js +2 -1
- package/dist/esm/i18n/en_ZZ.js +2 -1
- package/dist/esm/ui/link-picker/index.js +23 -52
- package/dist/esm/ui/link-picker/search-results/index.js +79 -0
- package/dist/esm/ui/link-picker/{link-search-error → search-results/link-search-error}/index.js +1 -1
- package/dist/esm/ui/link-picker/{link-search-list → search-results/link-search-list}/index.js +1 -1
- package/dist/esm/ui/link-picker/{link-search-list → search-results/link-search-list}/list-item/index.js +1 -2
- package/dist/esm/ui/link-picker/{link-search-list → search-results/link-search-list}/list-item/styled.js +2 -2
- package/dist/esm/ui/link-picker/{link-search-list → search-results/link-search-list}/styled.js +1 -1
- package/dist/esm/ui/link-picker/{link-search-list → search-results/link-search-list}/use-track-results-shown/index.js +2 -2
- package/dist/esm/ui/link-picker/search-results/styled.js +6 -0
- package/dist/esm/ui/link-picker/{track-tab-viewed → search-results/track-tab-viewed}/index.js +2 -2
- package/dist/esm/version.json +1 -1
- package/dist/types/common/constants.d.ts +1 -0
- package/dist/types/i18n/en.d.ts +1 -0
- package/dist/types/i18n/en_GB.d.ts +1 -0
- package/dist/types/i18n/en_ZZ.d.ts +1 -0
- package/dist/types/ui/link-picker/index.d.ts +6 -6
- package/dist/types/ui/link-picker/search-results/index.d.ts +40 -0
- package/dist/{types-ts4.5/ui/link-picker → types/ui/link-picker/search-results}/link-search-list/index.d.ts +1 -1
- package/dist/{types-ts4.5/ui/link-picker → types/ui/link-picker/search-results}/link-search-list/list-item/index.d.ts +1 -1
- package/dist/types/ui/link-picker/{link-search-list → search-results/link-search-list}/use-track-results-shown/index.d.ts +1 -1
- package/dist/types/ui/link-picker/search-results/styled.d.ts +3 -0
- package/dist/types/ui/link-picker/{track-tab-viewed → search-results/track-tab-viewed}/index.d.ts +1 -1
- package/dist/types-ts4.5/common/constants.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -0
- package/dist/types-ts4.5/ui/link-picker/index.d.ts +6 -6
- package/dist/types-ts4.5/ui/link-picker/search-results/index.d.ts +40 -0
- package/dist/{types/ui/link-picker → types-ts4.5/ui/link-picker/search-results}/link-search-list/index.d.ts +1 -1
- package/dist/{types/ui/link-picker → types-ts4.5/ui/link-picker/search-results}/link-search-list/list-item/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/link-picker/{link-search-list → search-results/link-search-list}/use-track-results-shown/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/link-picker/search-results/styled.d.ts +3 -0
- package/dist/types-ts4.5/ui/link-picker/{track-tab-viewed → search-results/track-tab-viewed}/index.d.ts +1 -1
- package/package.json +4 -3
- /package/dist/cjs/ui/link-picker/{link-search-list → search-results/link-search-list}/link-search-no-results/index.js +0 -0
- /package/dist/cjs/ui/link-picker/{link-search-list → search-results/link-search-list}/link-search-no-results/no-results-svg/index.js +0 -0
- /package/dist/cjs/ui/link-picker/{link-search-list → search-results/link-search-list}/link-search-no-results/no-results-svg/styled.js +0 -0
- /package/dist/cjs/ui/link-picker/{link-search-list → search-results/link-search-list}/link-search-no-results/styled.js +0 -0
- /package/dist/cjs/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/index.js +0 -0
- /package/dist/cjs/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/scrolling-tabs.js +0 -0
- /package/dist/cjs/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/styles.js +0 -0
- /package/dist/es2019/ui/link-picker/{link-search-list → search-results/link-search-list}/link-search-no-results/index.js +0 -0
- /package/dist/es2019/ui/link-picker/{link-search-list → search-results/link-search-list}/link-search-no-results/no-results-svg/index.js +0 -0
- /package/dist/es2019/ui/link-picker/{link-search-list → search-results/link-search-list}/link-search-no-results/no-results-svg/styled.js +0 -0
- /package/dist/es2019/ui/link-picker/{link-search-list → search-results/link-search-list}/link-search-no-results/styled.js +0 -0
- /package/dist/es2019/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/index.js +0 -0
- /package/dist/es2019/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/scrolling-tabs.js +0 -0
- /package/dist/es2019/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/styles.js +0 -0
- /package/dist/esm/ui/link-picker/{link-search-list → search-results/link-search-list}/link-search-no-results/index.js +0 -0
- /package/dist/esm/ui/link-picker/{link-search-list → search-results/link-search-list}/link-search-no-results/no-results-svg/index.js +0 -0
- /package/dist/esm/ui/link-picker/{link-search-list → search-results/link-search-list}/link-search-no-results/no-results-svg/styled.js +0 -0
- /package/dist/esm/ui/link-picker/{link-search-list → search-results/link-search-list}/link-search-no-results/styled.js +0 -0
- /package/dist/esm/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/index.js +0 -0
- /package/dist/esm/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/scrolling-tabs.js +0 -0
- /package/dist/esm/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/styles.js +0 -0
- /package/dist/types/ui/link-picker/{link-search-error → search-results/link-search-error}/index.d.ts +0 -0
- /package/dist/types/ui/link-picker/{link-search-list → search-results/link-search-list}/link-search-no-results/index.d.ts +0 -0
- /package/dist/types/ui/link-picker/{link-search-list → search-results/link-search-list}/link-search-no-results/no-results-svg/index.d.ts +0 -0
- /package/dist/types/ui/link-picker/{link-search-list → search-results/link-search-list}/link-search-no-results/no-results-svg/styled.d.ts +0 -0
- /package/dist/types/ui/link-picker/{link-search-list → search-results/link-search-list}/link-search-no-results/styled.d.ts +0 -0
- /package/dist/types/ui/link-picker/{link-search-list → search-results/link-search-list}/list-item/styled.d.ts +0 -0
- /package/dist/types/ui/link-picker/{link-search-list → search-results/link-search-list}/styled.d.ts +0 -0
- /package/dist/types/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/index.d.ts +0 -0
- /package/dist/types/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/scrolling-tabs.d.ts +0 -0
- /package/dist/types/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/styles.d.ts +0 -0
- /package/dist/types-ts4.5/ui/link-picker/{link-search-error → search-results/link-search-error}/index.d.ts +0 -0
- /package/dist/types-ts4.5/ui/link-picker/{link-search-list → search-results/link-search-list}/link-search-no-results/index.d.ts +0 -0
- /package/dist/types-ts4.5/ui/link-picker/{link-search-list → search-results/link-search-list}/link-search-no-results/no-results-svg/index.d.ts +0 -0
- /package/dist/types-ts4.5/ui/link-picker/{link-search-list → search-results/link-search-list}/link-search-no-results/no-results-svg/styled.d.ts +0 -0
- /package/dist/types-ts4.5/ui/link-picker/{link-search-list → search-results/link-search-list}/link-search-no-results/styled.d.ts +0 -0
- /package/dist/types-ts4.5/ui/link-picker/{link-search-list → search-results/link-search-list}/list-item/styled.d.ts +0 -0
- /package/dist/types-ts4.5/ui/link-picker/{link-search-list → search-results/link-search-list}/styled.d.ts +0 -0
- /package/dist/types-ts4.5/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/index.d.ts +0 -0
- /package/dist/types-ts4.5/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/scrolling-tabs.d.ts +0 -0
- /package/dist/types-ts4.5/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/styles.d.ts +0 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/** @jsx jsx */
|
|
2
|
+
import { KeyboardEvent } from 'react';
|
|
3
|
+
import { jsx } from '@emotion/react';
|
|
4
|
+
import { LinkPickerPlugin, LinkSearchListItemData } from '../../../common/types';
|
|
5
|
+
export declare const testIds: {
|
|
6
|
+
tabsLoadingIndicator: string;
|
|
7
|
+
tabList: string;
|
|
8
|
+
tabItem: string;
|
|
9
|
+
resultListTitle: string;
|
|
10
|
+
searchResultList: string;
|
|
11
|
+
searchResultLoadingIndicator: string;
|
|
12
|
+
searchResultItem: string;
|
|
13
|
+
searchResultIcon: string;
|
|
14
|
+
emptyResultPage: string;
|
|
15
|
+
searchError: string;
|
|
16
|
+
};
|
|
17
|
+
export type SearchResultsProps = {
|
|
18
|
+
activePlugin?: LinkPickerPlugin;
|
|
19
|
+
tabs: {
|
|
20
|
+
tabTitle: string;
|
|
21
|
+
}[];
|
|
22
|
+
isLoadingPlugins?: boolean;
|
|
23
|
+
isLoadingResults: boolean;
|
|
24
|
+
activeTab: number;
|
|
25
|
+
handleTabChange: (activeTab: number) => void;
|
|
26
|
+
handleSearchListOnChange: (id: string) => void;
|
|
27
|
+
featureFlags?: Record<string, unknown>;
|
|
28
|
+
linkSearchListId: string;
|
|
29
|
+
queryState?: {
|
|
30
|
+
query: string;
|
|
31
|
+
};
|
|
32
|
+
items?: LinkSearchListItemData[] | null;
|
|
33
|
+
activeIndex: number;
|
|
34
|
+
selectedIndex: number;
|
|
35
|
+
handleSelected: (objectId: string) => void;
|
|
36
|
+
handleKeyDown: (e: KeyboardEvent<HTMLElement>) => void;
|
|
37
|
+
error?: unknown;
|
|
38
|
+
retry: () => void;
|
|
39
|
+
};
|
|
40
|
+
export declare const SearchResults: ({ tabs, activeTab, activePlugin, isLoadingPlugins, isLoadingResults, handleTabChange, handleSearchListOnChange, featureFlags, linkSearchListId, error, queryState, items, activeIndex, selectedIndex, handleSelected, handleKeyDown, retry, }: SearchResultsProps) => jsx.JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import { KeyboardEvent } from 'react';
|
|
3
|
-
import { LinkPickerPlugin, LinkSearchListItemData } from '
|
|
3
|
+
import { LinkPickerPlugin, LinkSearchListItemData } from '../../../../common/types';
|
|
4
4
|
export declare const messages: {
|
|
5
5
|
titleRecentlyViewed: {
|
|
6
6
|
id: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import { KeyboardEvent } from 'react';
|
|
3
|
-
import { LinkSearchListItemData } from '
|
|
3
|
+
import { LinkSearchListItemData } from '../../../../../common/types';
|
|
4
4
|
export declare const testIds: {
|
|
5
5
|
searchResultItem: string;
|
|
6
6
|
searchResultIcon: string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { LinkSearchListItemData } from '
|
|
1
|
+
import { LinkSearchListItemData } from '../../../../../common/types';
|
|
2
2
|
export declare const useTrackResultsShown: (isLoading: boolean, items?: LinkSearchListItemData[] | null | undefined, hasSearchTerm?: boolean) => void;
|
|
@@ -2,21 +2,21 @@
|
|
|
2
2
|
import { UIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
3
3
|
import { LinkInputType, LinkPickerPlugin } from '../../common/types';
|
|
4
4
|
export declare const testIds: {
|
|
5
|
-
readonly tabList: "link-picker-tabs";
|
|
6
|
-
readonly tabItem: "link-picker-tab";
|
|
7
5
|
readonly urlError: string;
|
|
8
6
|
readonly clearUrlButton: string;
|
|
7
|
+
readonly insertButton: "link-picker-insert-button";
|
|
8
|
+
readonly cancelButton: "link-picker-cancel-button";
|
|
9
|
+
readonly actionButton: "link-picker-action-button";
|
|
10
|
+
readonly tabsLoadingIndicator: string;
|
|
11
|
+
readonly tabList: string;
|
|
12
|
+
readonly tabItem: string;
|
|
9
13
|
readonly resultListTitle: string;
|
|
10
14
|
readonly searchResultList: string;
|
|
11
15
|
readonly searchResultLoadingIndicator: string;
|
|
12
|
-
readonly tabsLoadingIndicator: string;
|
|
13
16
|
readonly searchResultItem: string;
|
|
14
17
|
readonly searchResultIcon: string;
|
|
15
18
|
readonly emptyResultPage: string;
|
|
16
19
|
readonly searchError: string;
|
|
17
|
-
readonly insertButton: "link-picker-insert-button";
|
|
18
|
-
readonly cancelButton: "link-picker-cancel-button";
|
|
19
|
-
readonly actionButton: "link-picker-action-button";
|
|
20
20
|
readonly linkPickerRoot: "link-picker-root";
|
|
21
21
|
readonly linkPicker: "link-picker";
|
|
22
22
|
readonly urlInputField: "link-url";
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/** @jsx jsx */
|
|
2
|
+
import { KeyboardEvent } from 'react';
|
|
3
|
+
import { jsx } from '@emotion/react';
|
|
4
|
+
import { LinkPickerPlugin, LinkSearchListItemData } from '../../../common/types';
|
|
5
|
+
export declare const testIds: {
|
|
6
|
+
tabsLoadingIndicator: string;
|
|
7
|
+
tabList: string;
|
|
8
|
+
tabItem: string;
|
|
9
|
+
resultListTitle: string;
|
|
10
|
+
searchResultList: string;
|
|
11
|
+
searchResultLoadingIndicator: string;
|
|
12
|
+
searchResultItem: string;
|
|
13
|
+
searchResultIcon: string;
|
|
14
|
+
emptyResultPage: string;
|
|
15
|
+
searchError: string;
|
|
16
|
+
};
|
|
17
|
+
export type SearchResultsProps = {
|
|
18
|
+
activePlugin?: LinkPickerPlugin;
|
|
19
|
+
tabs: {
|
|
20
|
+
tabTitle: string;
|
|
21
|
+
}[];
|
|
22
|
+
isLoadingPlugins?: boolean;
|
|
23
|
+
isLoadingResults: boolean;
|
|
24
|
+
activeTab: number;
|
|
25
|
+
handleTabChange: (activeTab: number) => void;
|
|
26
|
+
handleSearchListOnChange: (id: string) => void;
|
|
27
|
+
featureFlags?: Record<string, unknown>;
|
|
28
|
+
linkSearchListId: string;
|
|
29
|
+
queryState?: {
|
|
30
|
+
query: string;
|
|
31
|
+
};
|
|
32
|
+
items?: LinkSearchListItemData[] | null;
|
|
33
|
+
activeIndex: number;
|
|
34
|
+
selectedIndex: number;
|
|
35
|
+
handleSelected: (objectId: string) => void;
|
|
36
|
+
handleKeyDown: (e: KeyboardEvent<HTMLElement>) => void;
|
|
37
|
+
error?: unknown;
|
|
38
|
+
retry: () => void;
|
|
39
|
+
};
|
|
40
|
+
export declare const SearchResults: ({ tabs, activeTab, activePlugin, isLoadingPlugins, isLoadingResults, handleTabChange, handleSearchListOnChange, featureFlags, linkSearchListId, error, queryState, items, activeIndex, selectedIndex, handleSelected, handleKeyDown, retry, }: SearchResultsProps) => jsx.JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import { KeyboardEvent } from 'react';
|
|
3
|
-
import { LinkPickerPlugin, LinkSearchListItemData } from '
|
|
3
|
+
import { LinkPickerPlugin, LinkSearchListItemData } from '../../../../common/types';
|
|
4
4
|
export declare const messages: {
|
|
5
5
|
titleRecentlyViewed: {
|
|
6
6
|
id: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import { KeyboardEvent } from 'react';
|
|
3
|
-
import { LinkSearchListItemData } from '
|
|
3
|
+
import { LinkSearchListItemData } from '../../../../../common/types';
|
|
4
4
|
export declare const testIds: {
|
|
5
5
|
searchResultItem: string;
|
|
6
6
|
searchResultIcon: string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { LinkSearchListItemData } from '
|
|
1
|
+
import { LinkSearchListItemData } from '../../../../../common/types';
|
|
2
2
|
export declare const useTrackResultsShown: (isLoading: boolean, items?: LinkSearchListItemData[] | null | undefined, hasSearchTerm?: boolean) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-picker",
|
|
3
|
-
"version": "1.25.
|
|
3
|
+
"version": "1.25.5",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@atlaskit/tabs": "^13.4.0",
|
|
60
60
|
"@atlaskit/textfield": "^5.5.0",
|
|
61
61
|
"@atlaskit/theme": "^12.5.0",
|
|
62
|
-
"@atlaskit/tokens": "^1.
|
|
62
|
+
"@atlaskit/tokens": "^1.11.0",
|
|
63
63
|
"@atlaskit/tooltip": "^17.8.0",
|
|
64
64
|
"@atlaskit/ufo": "^0.2.0",
|
|
65
65
|
"@atlaskit/visually-hidden": "^1.2.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@af/analytics-codegen": "^0.1.0",
|
|
80
80
|
"@atlaskit/docs": "*",
|
|
81
81
|
"@atlaskit/dropdown-menu": "^11.10.0",
|
|
82
|
-
"@atlaskit/link-analytics": "^8.
|
|
82
|
+
"@atlaskit/link-analytics": "^8.1.0",
|
|
83
83
|
"@atlaskit/link-provider": "^1.6.0",
|
|
84
84
|
"@atlaskit/link-test-helpers": "^4.1.0",
|
|
85
85
|
"@atlaskit/linking-common": "^3.1.0",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"@atlaskit/webdriver-runner": "*",
|
|
90
90
|
"@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
|
|
91
91
|
"@atlassian/feature-flags-test-utils": "*",
|
|
92
|
+
"@atlassian/gemini-visual-regression": "*",
|
|
92
93
|
"@atlassian/link-picker-atlassian-plugin": "^34.1.0",
|
|
93
94
|
"@atlassian/link-picker-plugins": "^23.0.0",
|
|
94
95
|
"@atlassian/recent-work-client": "^1.8.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/cjs/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/scrolling-tabs.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/es2019/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/index.js
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/es2019/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/styles.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/esm/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/scrolling-tabs.js
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/types/ui/link-picker/{link-search-error → search-results/link-search-error}/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/types/ui/link-picker/{link-search-list → search-results/link-search-list}/styled.d.ts
RENAMED
|
File without changes
|
/package/dist/types/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/types/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/styles.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/types-ts4.5/ui/link-picker/{scrolling-tabs → search-results/scrolling-tabs}/index.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|