@atlaskit/link-picker 1.36.1 → 1.37.0
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 +516 -506
- package/CONTRIBUTING.md +3 -0
- package/dist/cjs/ui/index.js +1 -1
- package/dist/cjs/ui/link-picker/announcer.js +1 -0
- package/dist/cjs/ui/link-picker/search-results/scrolling-tabs/index.js +3 -1
- package/dist/cjs/ui/link-picker/search-results/scrolling-tabs/styles.js +4 -0
- package/dist/es2019/ui/index.js +1 -1
- package/dist/es2019/ui/link-picker/announcer.js +1 -0
- package/dist/es2019/ui/link-picker/search-results/scrolling-tabs/index.js +3 -1
- package/dist/es2019/ui/link-picker/search-results/scrolling-tabs/styles.js +4 -0
- package/dist/esm/ui/index.js +1 -1
- package/dist/esm/ui/link-picker/announcer.js +1 -0
- package/dist/esm/ui/link-picker/search-results/scrolling-tabs/index.js +3 -1
- package/dist/esm/ui/link-picker/search-results/scrolling-tabs/styles.js +4 -0
- package/dist/types/common/analytics/context.d.ts +2 -2
- package/dist/types/common/analytics/experiences.d.ts +1 -1
- package/dist/types/common/analytics/input-field-tracking.d.ts +1 -1
- package/dist/types/common/types.d.ts +2 -2
- package/dist/types/common/utils/handleNavKeyDown.d.ts +1 -1
- package/dist/types/controllers/session-provider/index.d.ts +1 -1
- package/dist/types/services/use-plugins/reducer.d.ts +1 -1
- package/dist/types/services/use-plugins/utils.d.ts +1 -1
- package/dist/types/services/use-search-query/index.d.ts +1 -1
- package/dist/types/ui/error-boundary/error-boundary-base/index.d.ts +1 -1
- package/dist/types/ui/error-boundary/index.d.ts +1 -1
- package/dist/types/ui/index.d.ts +2 -2
- package/dist/types/ui/link-picker/announcer.d.ts +1 -1
- package/dist/types/ui/link-picker/form-footer/index.d.ts +2 -2
- package/dist/types/ui/link-picker/form-footer/utils.d.ts +1 -1
- package/dist/types/ui/link-picker/index.d.ts +3 -3
- package/dist/types/ui/link-picker/search-results/index.d.ts +2 -2
- package/dist/types/ui/link-picker/search-results/link-search-list/index.d.ts +2 -2
- package/dist/types/ui/link-picker/search-results/link-search-list/list-item/index.d.ts +2 -2
- package/dist/types/ui/link-picker/search-results/link-search-list/use-track-results-shown/index.d.ts +1 -1
- package/dist/types/ui/link-picker/search-results/scrolling-tabs/scrolling-tabs.d.ts +1 -1
- package/dist/types/ui/link-picker/search-results/scrolling-tabs/styles.d.ts +1 -1
- package/dist/types/ui/link-picker/search-results/track-tab-viewed/index.d.ts +1 -1
- package/dist/types/ui/link-picker/text-input/conditional-spotlight-target-wrapper/index.d.ts +1 -1
- package/dist/types/ui/link-picker/text-input/index.d.ts +2 -2
- package/dist/types/ui/link-picker/text-input/utils.d.ts +1 -1
- package/dist/types/ui/link-picker/transformTimeStamp.d.ts +1 -1
- package/dist/types/ui/link-picker/utils.d.ts +2 -2
- package/dist/types/ui/messages-provider/lazy-messages-provider/utils/fetch-messages-for-locale.d.ts +1 -1
- package/dist/types-ts4.5/common/analytics/context.d.ts +2 -2
- package/dist/types-ts4.5/common/analytics/experiences.d.ts +1 -1
- package/dist/types-ts4.5/common/analytics/input-field-tracking.d.ts +1 -1
- package/dist/types-ts4.5/common/types.d.ts +2 -2
- package/dist/types-ts4.5/common/utils/handleNavKeyDown.d.ts +1 -1
- package/dist/types-ts4.5/controllers/session-provider/index.d.ts +1 -1
- package/dist/types-ts4.5/services/use-plugins/reducer.d.ts +1 -1
- package/dist/types-ts4.5/services/use-plugins/utils.d.ts +1 -1
- package/dist/types-ts4.5/services/use-search-query/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/error-boundary/error-boundary-base/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/error-boundary/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/link-picker/announcer.d.ts +1 -1
- package/dist/types-ts4.5/ui/link-picker/form-footer/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/link-picker/form-footer/utils.d.ts +1 -1
- package/dist/types-ts4.5/ui/link-picker/index.d.ts +3 -3
- package/dist/types-ts4.5/ui/link-picker/search-results/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/link-picker/search-results/link-search-list/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/link-picker/search-results/link-search-list/list-item/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/link-picker/search-results/link-search-list/use-track-results-shown/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/link-picker/search-results/scrolling-tabs/scrolling-tabs.d.ts +1 -1
- package/dist/types-ts4.5/ui/link-picker/search-results/scrolling-tabs/styles.d.ts +1 -1
- package/dist/types-ts4.5/ui/link-picker/search-results/track-tab-viewed/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/link-picker/text-input/conditional-spotlight-target-wrapper/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/link-picker/text-input/index.d.ts +2 -2
- package/dist/types-ts4.5/ui/link-picker/text-input/utils.d.ts +1 -1
- package/dist/types-ts4.5/ui/link-picker/transformTimeStamp.d.ts +1 -1
- package/dist/types-ts4.5/ui/link-picker/utils.d.ts +2 -2
- package/dist/types-ts4.5/ui/messages-provider/lazy-messages-provider/utils/fetch-messages-for-locale.d.ts +1 -1
- package/package.json +11 -13
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IntlShape } from 'react-intl-next';
|
|
2
|
-
import { LinkPickerPlugin, LinkSearchListItemData } from '../../common/types';
|
|
1
|
+
import { type IntlShape } from 'react-intl-next';
|
|
2
|
+
import { type LinkPickerPlugin, type LinkSearchListItemData } from '../../common/types';
|
|
3
3
|
/**
|
|
4
4
|
* Retrieve the data source for a link given the item and the plugin that resolved it
|
|
5
5
|
*/
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { I18NMessages } from '@atlaskit/intl-messages-provider';
|
|
1
|
+
import { type I18NMessages } from '@atlaskit/intl-messages-provider';
|
|
2
2
|
export declare const fetchMessagesForLocale: (locale: string) => Promise<I18NMessages | undefined>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-picker",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.37.0",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -59,23 +59,23 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@atlaskit/analytics-next": "^9.3.0",
|
|
62
|
-
"@atlaskit/button": "^17.
|
|
62
|
+
"@atlaskit/button": "^17.17.0",
|
|
63
63
|
"@atlaskit/empty-state": "^7.8.0",
|
|
64
|
-
"@atlaskit/form": "^
|
|
64
|
+
"@atlaskit/form": "^10.2.0",
|
|
65
65
|
"@atlaskit/frontend-utilities": "^2.7.0",
|
|
66
|
-
"@atlaskit/heading": "^2.
|
|
67
|
-
"@atlaskit/icon": "^22.
|
|
66
|
+
"@atlaskit/heading": "^2.3.0",
|
|
67
|
+
"@atlaskit/icon": "^22.3.0",
|
|
68
68
|
"@atlaskit/intl-messages-provider": "^1.0.2",
|
|
69
|
-
"@atlaskit/linking-common": "^5.
|
|
69
|
+
"@atlaskit/linking-common": "^5.7.0",
|
|
70
70
|
"@atlaskit/onboarding": "^11.5.0",
|
|
71
71
|
"@atlaskit/platform-feature-flags": "^0.2.1",
|
|
72
|
-
"@atlaskit/primitives": "^6.
|
|
72
|
+
"@atlaskit/primitives": "^6.4.0",
|
|
73
73
|
"@atlaskit/spinner": "^16.1.0",
|
|
74
74
|
"@atlaskit/tabs": "^16.1.0",
|
|
75
75
|
"@atlaskit/textfield": "^6.3.0",
|
|
76
|
-
"@atlaskit/theme": "^12.
|
|
77
|
-
"@atlaskit/tokens": "^1.
|
|
78
|
-
"@atlaskit/tooltip": "^18.
|
|
76
|
+
"@atlaskit/theme": "^12.8.0",
|
|
77
|
+
"@atlaskit/tokens": "^1.49.0",
|
|
78
|
+
"@atlaskit/tooltip": "^18.4.0",
|
|
79
79
|
"@atlaskit/ufo": "^0.2.0",
|
|
80
80
|
"@atlaskit/visually-hidden": "^1.3.0",
|
|
81
81
|
"@babel/runtime": "^7.0.0",
|
|
@@ -98,7 +98,6 @@
|
|
|
98
98
|
"@atlaskit/link-provider": "^1.9.0",
|
|
99
99
|
"@atlaskit/link-test-helpers": "^7.0.0",
|
|
100
100
|
"@atlaskit/visual-regression": "*",
|
|
101
|
-
"@atlassian/atlassian-frontend-prettier-config-1.0.0": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.0",
|
|
102
101
|
"@atlassian/feature-flags-test-utils": "*",
|
|
103
102
|
"@testing-library/dom": "^8.17.1",
|
|
104
103
|
"@testing-library/jest-dom": "^5.16.5",
|
|
@@ -145,6 +144,5 @@
|
|
|
145
144
|
"stricter": [
|
|
146
145
|
"@atlassian/tangerine/project-structure"
|
|
147
146
|
]
|
|
148
|
-
}
|
|
149
|
-
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.0"
|
|
147
|
+
}
|
|
150
148
|
}
|