@atlaskit/link-picker 1.34.8 → 1.34.10
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 +12 -0
- package/dist/cjs/common/generic-error-svg/styled.js +5 -4
- package/dist/cjs/common/ui/min-height-container/styled.js +6 -4
- package/dist/cjs/i18n/index.js +137 -0
- package/dist/cjs/ui/error-boundary/error-boundary-fallback/styled.js +3 -4
- package/dist/cjs/ui/index.js +1 -1
- package/dist/cjs/ui/link-picker/form-footer/feature-discovery/styled.js +11 -5
- package/dist/cjs/ui/link-picker/form-footer/styled.js +7 -5
- package/dist/cjs/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/styled.js +5 -4
- package/dist/cjs/ui/link-picker/search-results/search-results-container/styled.js +6 -4
- package/dist/cjs/ui/link-picker/search-results/styled.js +17 -6
- package/dist/cjs/ui/link-picker/styled.js +5 -2
- package/dist/cjs/ui/link-picker/text-input/styled.js +16 -5
- package/dist/cjs/ui/loader-fallback/styled.js +3 -4
- package/dist/cjs/ui/messages-provider/lazy-messages-provider/utils/fetch-messages-for-locale.js +67 -22
- package/dist/cjs/ui/styled.js +3 -4
- package/dist/es2019/common/generic-error-svg/styled.js +5 -5
- package/dist/es2019/common/ui/min-height-container/styled.js +6 -6
- package/dist/es2019/i18n/index.js +27 -0
- package/dist/es2019/ui/error-boundary/error-boundary-fallback/styled.js +3 -3
- package/dist/es2019/ui/index.js +1 -1
- package/dist/es2019/ui/link-picker/form-footer/feature-discovery/styled.js +10 -10
- package/dist/es2019/ui/link-picker/form-footer/styled.js +7 -7
- package/dist/es2019/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/styled.js +5 -5
- package/dist/es2019/ui/link-picker/search-results/search-results-container/styled.js +6 -6
- package/dist/es2019/ui/link-picker/search-results/styled.js +17 -17
- package/dist/es2019/ui/link-picker/styled.js +4 -3
- package/dist/es2019/ui/link-picker/text-input/styled.js +15 -15
- package/dist/es2019/ui/loader-fallback/styled.js +3 -3
- package/dist/es2019/ui/messages-provider/lazy-messages-provider/utils/fetch-messages-for-locale.js +35 -12
- package/dist/es2019/ui/styled.js +3 -3
- package/dist/esm/common/generic-error-svg/styled.js +5 -3
- package/dist/esm/common/ui/min-height-container/styled.js +6 -3
- package/dist/esm/i18n/index.js +77 -0
- package/dist/esm/ui/error-boundary/error-boundary-fallback/styled.js +3 -3
- package/dist/esm/ui/index.js +1 -1
- package/dist/esm/ui/link-picker/form-footer/feature-discovery/styled.js +11 -4
- package/dist/esm/ui/link-picker/form-footer/styled.js +7 -4
- package/dist/esm/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg/styled.js +5 -3
- package/dist/esm/ui/link-picker/search-results/search-results-container/styled.js +6 -3
- package/dist/esm/ui/link-picker/search-results/styled.js +17 -5
- package/dist/esm/ui/link-picker/styled.js +5 -2
- package/dist/esm/ui/link-picker/text-input/styled.js +16 -4
- package/dist/esm/ui/loader-fallback/styled.js +3 -3
- package/dist/esm/ui/messages-provider/lazy-messages-provider/utils/fetch-messages-for-locale.js +62 -17
- package/dist/esm/ui/styled.js +3 -3
- package/dist/types/i18n/index.d.ts +1 -0
- package/dist/types-ts4.5/i18n/index.d.ts +1 -0
- package/package.json +9 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-picker",
|
|
3
|
-
"version": "1.34.
|
|
3
|
+
"version": "1.34.10",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -49,6 +49,9 @@
|
|
|
49
49
|
},
|
|
50
50
|
"platform.linking-platform.link-picker.remove-dst-empty-state": {
|
|
51
51
|
"type": "boolean"
|
|
52
|
+
},
|
|
53
|
+
"platform.linking-platform.link-picker.translations-map": {
|
|
54
|
+
"type": "boolean"
|
|
52
55
|
}
|
|
53
56
|
},
|
|
54
57
|
"scripts": {
|
|
@@ -56,23 +59,23 @@
|
|
|
56
59
|
},
|
|
57
60
|
"dependencies": {
|
|
58
61
|
"@atlaskit/analytics-next": "^9.2.0",
|
|
59
|
-
"@atlaskit/button": "^17.
|
|
62
|
+
"@atlaskit/button": "^17.12.0",
|
|
60
63
|
"@atlaskit/empty-state": "^7.7.0",
|
|
61
|
-
"@atlaskit/form": "^9.
|
|
64
|
+
"@atlaskit/form": "^9.2.0",
|
|
62
65
|
"@atlaskit/frontend-utilities": "^2.7.0",
|
|
63
66
|
"@atlaskit/heading": "^2.1.0",
|
|
64
67
|
"@atlaskit/icon": "^22.1.0",
|
|
65
68
|
"@atlaskit/intl-messages-provider": "^1.0.2",
|
|
66
69
|
"@atlaskit/linking-common": "^5.6.0",
|
|
67
|
-
"@atlaskit/onboarding": "^11.
|
|
70
|
+
"@atlaskit/onboarding": "^11.3.0",
|
|
68
71
|
"@atlaskit/platform-feature-flags": "^0.2.1",
|
|
69
72
|
"@atlaskit/primitives": "^5.5.0",
|
|
70
73
|
"@atlaskit/spinner": "^16.0.0",
|
|
71
|
-
"@atlaskit/tabs": "^14.
|
|
74
|
+
"@atlaskit/tabs": "^14.1.0",
|
|
72
75
|
"@atlaskit/textfield": "^6.1.0",
|
|
73
76
|
"@atlaskit/theme": "^12.7.0",
|
|
74
77
|
"@atlaskit/tokens": "^1.43.0",
|
|
75
|
-
"@atlaskit/tooltip": "^18.
|
|
78
|
+
"@atlaskit/tooltip": "^18.2.0",
|
|
76
79
|
"@atlaskit/ufo": "^0.2.0",
|
|
77
80
|
"@atlaskit/visually-hidden": "^1.2.0",
|
|
78
81
|
"@babel/runtime": "^7.0.0",
|