@atlaskit/link-picker 5.1.4 → 5.1.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 5.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 5.1.4
4
10
 
5
11
  ### Patch Changes
@@ -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: "0.0.0-development" || '',
29
+ packageVersion: "5.1.4" || '',
30
30
  componentName: _constants.COMPONENT_NAME,
31
31
  source: _constants.COMPONENT_NAME
32
32
  };
@@ -16,7 +16,7 @@ export const testIds = {
16
16
  };
17
17
  export const PACKAGE_DATA = {
18
18
  packageName: "@atlaskit/link-picker" || '',
19
- packageVersion: "0.0.0-development" || '',
19
+ packageVersion: "5.1.4" || '',
20
20
  componentName: COMPONENT_NAME,
21
21
  source: COMPONENT_NAME
22
22
  };
@@ -17,7 +17,7 @@ export var testIds = {
17
17
  };
18
18
  export var PACKAGE_DATA = {
19
19
  packageName: "@atlaskit/link-picker" || '',
20
- packageVersion: "0.0.0-development" || '',
20
+ packageVersion: "5.1.4" || '',
21
21
  componentName: COMPONENT_NAME,
22
22
  source: COMPONENT_NAME
23
23
  };
@@ -20,7 +20,7 @@ const documentation: ComponentStructuredContentSource[] = [
20
20
  import: {
21
21
  name: 'LinkPicker',
22
22
  package: '@atlaskit/link-picker',
23
- type: 'default',
23
+ type: 'named',
24
24
  packagePath,
25
25
  packageJson,
26
26
  },
@@ -47,28 +47,29 @@ const documentation: ComponentStructuredContentSource[] = [
47
47
  },
48
48
  ],
49
49
  },
50
- {
51
- name: 'LoaderFallback',
52
- description: 'Fallback UI shown while the LinkPicker (or its lazy-loaded parts) are loading.',
53
- status: 'general-availability',
54
- import: {
55
- name: 'LoaderFallback',
56
- package: '@atlaskit/link-picker',
57
- type: 'named',
58
- packagePath,
59
- packageJson,
60
- },
61
- usageGuidelines: [
62
- 'Use when rendering LinkPicker lazily (e.g. via react-loosely-lazy) to show a consistent loading state until the picker is ready.',
63
- ],
64
- contentGuidelines: [],
65
- accessibilityGuidelines: [
66
- 'Ensure the fallback is announced as loading (e.g. aria-busy or live region) so screen reader users know content is pending.',
67
- ],
68
- keywords: ['link-picker', 'loader', 'fallback', 'lazy'],
69
- categories: ['linking', 'interaction'],
70
- examples: [],
71
- },
50
+ // Needs examples
51
+ // {
52
+ // name: 'LoaderFallback',
53
+ // description: 'Fallback UI shown while the LinkPicker (or its lazy-loaded parts) are loading.',
54
+ // status: 'general-availability',
55
+ // import: {
56
+ // name: 'LoaderFallback',
57
+ // package: '@atlaskit/link-picker',
58
+ // type: 'named',
59
+ // packagePath,
60
+ // packageJson,
61
+ // },
62
+ // usageGuidelines: [
63
+ // 'Use when rendering LinkPicker lazily (e.g. via react-loosely-lazy) to show a consistent loading state until the picker is ready.',
64
+ // ],
65
+ // contentGuidelines: [],
66
+ // accessibilityGuidelines: [
67
+ // 'Ensure the fallback is announced as loading (e.g. aria-busy or live region) so screen reader users know content is pending.',
68
+ // ],
69
+ // keywords: ['link-picker', 'loader', 'fallback', 'lazy'],
70
+ // categories: ['linking', 'interaction'],
71
+ // examples: [],
72
+ // },
72
73
  ];
73
74
 
74
75
  export default documentation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "5.1.4",
3
+ "version": "5.1.5",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -55,16 +55,16 @@
55
55
  "@atlaskit/form": "^15.5.0",
56
56
  "@atlaskit/frontend-utilities": "^3.2.0",
57
57
  "@atlaskit/heading": "^5.4.0",
58
- "@atlaskit/icon": "^34.3.0",
58
+ "@atlaskit/icon": "^34.4.0",
59
59
  "@atlaskit/intl-messages-provider": "^3.1.0",
60
60
  "@atlaskit/link": "^3.4.0",
61
61
  "@atlaskit/link-provider": "^4.3.0",
62
62
  "@atlaskit/linking-common": "^9.11.0",
63
63
  "@atlaskit/platform-feature-flags": "^1.1.0",
64
64
  "@atlaskit/primitives": "^19.0.0",
65
- "@atlaskit/smart-card": "^44.5.0",
65
+ "@atlaskit/smart-card": "^44.7.0",
66
66
  "@atlaskit/spinner": "^19.1.0",
67
- "@atlaskit/spotlight": "^0.13.0",
67
+ "@atlaskit/spotlight": "^0.14.0",
68
68
  "@atlaskit/tabs": "^19.1.0",
69
69
  "@atlaskit/textfield": "^8.3.0",
70
70
  "@atlaskit/tokens": "^13.0.0",