@atlaskit/link-picker 1.38.2 → 1.39.2
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 +22 -0
- package/dist/cjs/common/ui/min-height-container/styled.js +1 -1
- package/dist/cjs/ui/error-boundary/error-boundary-fallback/styled.js +1 -1
- package/dist/cjs/ui/index.js +1 -1
- package/dist/cjs/ui/link-picker/form-footer/feature-discovery/styled.js +1 -1
- package/dist/cjs/ui/link-picker/form-footer/styled.js +2 -2
- package/dist/cjs/ui/link-picker/search-results/link-search-error/index.js +4 -2
- package/dist/cjs/ui/link-picker/search-results/link-search-list/list-item/styled.js +7 -7
- package/dist/cjs/ui/link-picker/search-results/link-search-list/styled.js +4 -4
- package/dist/cjs/ui/link-picker/search-results/scrolling-tabs/styles.js +5 -5
- package/dist/cjs/ui/link-picker/search-results/search-results-container/styled.js +1 -1
- package/dist/cjs/ui/link-picker/search-results/styled.js +3 -3
- package/dist/cjs/ui/link-picker/styled.js +2 -2
- package/dist/cjs/ui/link-picker/text-input/styled.js +1 -1
- package/dist/cjs/ui/loader-fallback/styled.js +1 -1
- package/dist/cjs/ui/messages-provider/lazy-messages-provider/utils/fetch-messages-for-locale.js +22 -66
- package/dist/cjs/ui/styled.js +1 -1
- package/dist/es2019/common/ui/min-height-container/styled.js +1 -1
- package/dist/es2019/ui/error-boundary/error-boundary-fallback/styled.js +1 -1
- package/dist/es2019/ui/index.js +1 -1
- package/dist/es2019/ui/link-picker/form-footer/feature-discovery/styled.js +1 -1
- package/dist/es2019/ui/link-picker/form-footer/styled.js +2 -2
- package/dist/es2019/ui/link-picker/search-results/link-search-error/index.js +3 -1
- package/dist/es2019/ui/link-picker/search-results/link-search-list/list-item/styled.js +7 -7
- package/dist/es2019/ui/link-picker/search-results/link-search-list/styled.js +4 -4
- package/dist/es2019/ui/link-picker/search-results/scrolling-tabs/styles.js +5 -5
- package/dist/es2019/ui/link-picker/search-results/search-results-container/styled.js +1 -1
- package/dist/es2019/ui/link-picker/search-results/styled.js +3 -3
- package/dist/es2019/ui/link-picker/styled.js +2 -2
- package/dist/es2019/ui/link-picker/text-input/styled.js +1 -1
- package/dist/es2019/ui/loader-fallback/styled.js +1 -1
- package/dist/es2019/ui/messages-provider/lazy-messages-provider/utils/fetch-messages-for-locale.js +13 -30
- package/dist/es2019/ui/styled.js +1 -1
- package/dist/esm/common/ui/min-height-container/styled.js +1 -1
- package/dist/esm/ui/error-boundary/error-boundary-fallback/styled.js +1 -1
- package/dist/esm/ui/index.js +1 -1
- package/dist/esm/ui/link-picker/form-footer/feature-discovery/styled.js +1 -1
- package/dist/esm/ui/link-picker/form-footer/styled.js +2 -2
- package/dist/esm/ui/link-picker/search-results/link-search-error/index.js +3 -1
- package/dist/esm/ui/link-picker/search-results/link-search-list/list-item/styled.js +7 -7
- package/dist/esm/ui/link-picker/search-results/link-search-list/styled.js +4 -4
- package/dist/esm/ui/link-picker/search-results/scrolling-tabs/styles.js +5 -5
- package/dist/esm/ui/link-picker/search-results/search-results-container/styled.js +1 -1
- package/dist/esm/ui/link-picker/search-results/styled.js +3 -3
- package/dist/esm/ui/link-picker/styled.js +2 -2
- package/dist/esm/ui/link-picker/text-input/styled.js +1 -1
- package/dist/esm/ui/loader-fallback/styled.js +1 -1
- package/dist/esm/ui/messages-provider/lazy-messages-provider/utils/fetch-messages-for-locale.js +22 -51
- package/dist/esm/ui/styled.js +1 -1
- package/dist/types/ui/link-picker/search-results/link-search-error/index.d.ts +1 -0
- package/dist/types-ts4.5/ui/link-picker/search-results/link-search-error/index.d.ts +1 -0
- package/package.json +9 -11
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import { jsx } from '@emotion/react';
|
|
3
3
|
export declare const CONTACT_SUPPORT_LINK = "https://support.atlassian.com/contact/";
|
|
4
|
+
export declare const CONTACT_SUPPORT_LINK_FEDRAMP = "https://gcs.atlassian-us-gov-mod.net/servicedesk/customer/portals";
|
|
4
5
|
export declare const messages: {
|
|
5
6
|
searchErrorHeader: {
|
|
6
7
|
id: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-picker",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.39.2",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -46,9 +46,6 @@
|
|
|
46
46
|
},
|
|
47
47
|
"platform.linking-platform.link-picker.enable-jira-create": {
|
|
48
48
|
"type": "boolean"
|
|
49
|
-
},
|
|
50
|
-
"platform.linking-platform.link-picker.translations-map": {
|
|
51
|
-
"type": "boolean"
|
|
52
49
|
}
|
|
53
50
|
},
|
|
54
51
|
"scripts": {
|
|
@@ -56,16 +53,17 @@
|
|
|
56
53
|
},
|
|
57
54
|
"dependencies": {
|
|
58
55
|
"@atlaskit/analytics-next": "^9.3.0",
|
|
59
|
-
"@atlaskit/
|
|
56
|
+
"@atlaskit/atlassian-context": "^0.0.0",
|
|
57
|
+
"@atlaskit/button": "^18.3.0",
|
|
60
58
|
"@atlaskit/form": "^10.4.0",
|
|
61
59
|
"@atlaskit/frontend-utilities": "^2.7.0",
|
|
62
60
|
"@atlaskit/heading": "^2.4.0",
|
|
63
|
-
"@atlaskit/icon": "^22.
|
|
61
|
+
"@atlaskit/icon": "^22.6.0",
|
|
64
62
|
"@atlaskit/intl-messages-provider": "^1.0.2",
|
|
65
63
|
"@atlaskit/linking-common": "^5.7.0",
|
|
66
|
-
"@atlaskit/onboarding": "^11.
|
|
64
|
+
"@atlaskit/onboarding": "^11.10.0",
|
|
67
65
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
68
|
-
"@atlaskit/primitives": "^
|
|
66
|
+
"@atlaskit/primitives": "^11.0.0",
|
|
69
67
|
"@atlaskit/spinner": "^16.2.0",
|
|
70
68
|
"@atlaskit/tabs": "^16.2.0",
|
|
71
69
|
"@atlaskit/textfield": "^6.4.0",
|
|
@@ -90,18 +88,18 @@
|
|
|
90
88
|
"@af/analytics-codegen": "^0.1.0",
|
|
91
89
|
"@af/integration-testing": "*",
|
|
92
90
|
"@af/visual-regression": "*",
|
|
93
|
-
"@atlaskit/dropdown-menu": "^12.
|
|
91
|
+
"@atlaskit/dropdown-menu": "^12.14.0",
|
|
94
92
|
"@atlaskit/link-provider": "^1.12.0",
|
|
95
93
|
"@atlaskit/link-test-helpers": "^7.0.0",
|
|
96
94
|
"@atlaskit/visual-regression": "*",
|
|
97
95
|
"@atlassian/feature-flags-test-utils": "*",
|
|
98
|
-
"@testing-library/dom": "^
|
|
96
|
+
"@testing-library/dom": "^10.1.0",
|
|
99
97
|
"@testing-library/jest-dom": "^6.4.5",
|
|
100
98
|
"@testing-library/react": "^12.1.5",
|
|
101
99
|
"@testing-library/react-hooks": "^8.0.1",
|
|
102
100
|
"@testing-library/user-event": "^14.4.3",
|
|
103
101
|
"fetch-mock": "^8.0.0",
|
|
104
|
-
"jest-extended": "^0.
|
|
102
|
+
"jest-extended": "^4.0.2",
|
|
105
103
|
"lodash": "^4.17.21",
|
|
106
104
|
"mockdate": "^3.0.5",
|
|
107
105
|
"node-fetch": "^2.6.7",
|