@atlaskit/link-picker 1.41.1 → 1.41.3

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,20 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 1.41.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.41.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [#126437](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/126437)
14
+ [`272d94f729337`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/272d94f729337) -
15
+ Updates typing of ConditionalSpotlightTargetWrapper to be compatible for React18
16
+ - Updated dependencies
17
+
3
18
  ## 1.41.1
4
19
 
5
20
  ### Patch Changes
@@ -33,7 +33,7 @@ var testIds = exports.testIds = {
33
33
  };
34
34
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
35
35
  packageName: "@atlaskit/link-picker" || '',
36
- packageVersion: "1.41.1" || '',
36
+ packageVersion: "1.41.3" || '',
37
37
  componentName: _constants.COMPONENT_NAME,
38
38
  source: _constants.COMPONENT_NAME
39
39
  };
@@ -21,7 +21,7 @@ export const testIds = {
21
21
  };
22
22
  export const PACKAGE_DATA = {
23
23
  packageName: "@atlaskit/link-picker" || '',
24
- packageVersion: "1.41.1" || '',
24
+ packageVersion: "1.41.3" || '',
25
25
  componentName: COMPONENT_NAME,
26
26
  source: COMPONENT_NAME
27
27
  };
@@ -22,7 +22,7 @@ export var testIds = {
22
22
  };
23
23
  export var PACKAGE_DATA = {
24
24
  packageName: "@atlaskit/link-picker" || '',
25
- packageVersion: "1.41.1" || '',
25
+ packageVersion: "1.41.3" || '',
26
26
  componentName: COMPONENT_NAME,
27
27
  source: COMPONENT_NAME
28
28
  };
@@ -1,6 +1,6 @@
1
- import React, { type FunctionComponent } from 'react';
1
+ import React from 'react';
2
2
  export interface ConditionalSpotlightTargetWrapperProps {
3
3
  spotlightTargetName?: string;
4
4
  children: React.ReactElement;
5
5
  }
6
- export declare const ConditionalSpotlightTargetWrapper: FunctionComponent<ConditionalSpotlightTargetWrapperProps>;
6
+ export declare const ConditionalSpotlightTargetWrapper: ({ spotlightTargetName, children, }: ConditionalSpotlightTargetWrapperProps) => JSX.Element;
@@ -1,6 +1,6 @@
1
- import React, { type FunctionComponent } from 'react';
1
+ import React from 'react';
2
2
  export interface ConditionalSpotlightTargetWrapperProps {
3
3
  spotlightTargetName?: string;
4
4
  children: React.ReactElement;
5
5
  }
6
- export declare const ConditionalSpotlightTargetWrapper: FunctionComponent<ConditionalSpotlightTargetWrapperProps>;
6
+ export declare const ConditionalSpotlightTargetWrapper: ({ spotlightTargetName, children, }: ConditionalSpotlightTargetWrapperProps) => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.41.1",
3
+ "version": "1.41.3",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -53,15 +53,15 @@
53
53
  "codegen-analytics": "yarn run ts-analytics-codegen --command='yarn workspace @atlaskit/link-picker run codegen-analytics'"
54
54
  },
55
55
  "dependencies": {
56
- "@atlaskit/analytics-next": "^9.3.0",
56
+ "@atlaskit/analytics-next": "^10.0.0",
57
57
  "@atlaskit/atlassian-context": "^0.0.0",
58
58
  "@atlaskit/button": "^19.1.0",
59
59
  "@atlaskit/form": "^10.4.0",
60
60
  "@atlaskit/frontend-utilities": "^2.7.0",
61
61
  "@atlaskit/heading": "^2.4.0",
62
- "@atlaskit/icon": "^22.7.0",
62
+ "@atlaskit/icon": "^22.10.0",
63
63
  "@atlaskit/intl-messages-provider": "^1.0.2",
64
- "@atlaskit/linking-common": "^5.8.0",
64
+ "@atlaskit/linking-common": "^5.9.0",
65
65
  "@atlaskit/onboarding": "^11.10.0",
66
66
  "@atlaskit/platform-feature-flags": "^0.3.0",
67
67
  "@atlaskit/primitives": "^11.1.0",
@@ -69,7 +69,7 @@
69
69
  "@atlaskit/tabs": "^16.3.0",
70
70
  "@atlaskit/textfield": "^6.4.0",
71
71
  "@atlaskit/theme": "^12.11.0",
72
- "@atlaskit/tokens": "^1.56.0",
72
+ "@atlaskit/tokens": "^1.57.0",
73
73
  "@atlaskit/tooltip": "^18.5.0",
74
74
  "@atlaskit/ufo": "^0.2.0",
75
75
  "@atlaskit/visually-hidden": "^1.4.0",
@@ -89,9 +89,9 @@
89
89
  "@af/analytics-codegen": "^0.1.0",
90
90
  "@af/integration-testing": "*",
91
91
  "@af/visual-regression": "*",
92
- "@atlaskit/dropdown-menu": "^12.14.0",
92
+ "@atlaskit/dropdown-menu": "^12.15.0",
93
93
  "@atlaskit/link-provider": "^1.14.0",
94
- "@atlaskit/link-test-helpers": "^7.0.0",
94
+ "@atlaskit/link-test-helpers": "^7.2.0",
95
95
  "@atlaskit/visual-regression": "*",
96
96
  "@atlassian/feature-flags-test-utils": "*",
97
97
  "@testing-library/dom": "^10.1.0",