@atlaskit/link-picker 3.1.0 → 3.1.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.
Files changed (73) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/cjs/common/generic-error-svg-v2/index.compiled.css +3 -0
  3. package/dist/cjs/common/generic-error-svg-v2/index.js +54 -0
  4. package/dist/cjs/common/ui/empty-state/index.compiled.css +4 -0
  5. package/dist/cjs/common/ui/empty-state/index.js +19 -1
  6. package/dist/cjs/ui/error-boundary/error-boundary-fallback/index.js +4 -1
  7. package/dist/cjs/ui/link-picker/form-footer/index.compiled.css +2 -1
  8. package/dist/cjs/ui/link-picker/form-footer/index.js +4 -1
  9. package/dist/cjs/ui/link-picker/index.compiled.css +3 -0
  10. package/dist/cjs/ui/link-picker/index.js +11 -4
  11. package/dist/cjs/ui/link-picker/messages.js +10 -0
  12. package/dist/cjs/ui/link-picker/search-results/index.js +4 -1
  13. package/dist/cjs/ui/link-picker/search-results/link-search-error/index.js +16 -2
  14. package/dist/cjs/ui/link-picker/search-results/link-search-list/link-search-no-results/index.js +5 -1
  15. package/dist/cjs/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg-v2/index.compiled.css +3 -0
  16. package/dist/cjs/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg-v2/index.js +49 -0
  17. package/dist/cjs/ui/link-picker/search-results/link-search-list/list-item/index.compiled.css +1 -0
  18. package/dist/cjs/ui/link-picker/search-results/link-search-list/list-item/index.js +7 -1
  19. package/dist/cjs/ui/link-picker/search-results/search-results-container/index.js +2 -1
  20. package/dist/cjs/ui/main.js +1 -1
  21. package/dist/es2019/common/generic-error-svg-v2/index.compiled.css +3 -0
  22. package/dist/es2019/common/generic-error-svg-v2/index.js +41 -0
  23. package/dist/es2019/common/ui/empty-state/index.compiled.css +4 -0
  24. package/dist/es2019/common/ui/empty-state/index.js +19 -1
  25. package/dist/es2019/ui/error-boundary/error-boundary-fallback/index.js +2 -1
  26. package/dist/es2019/ui/link-picker/form-footer/index.compiled.css +2 -1
  27. package/dist/es2019/ui/link-picker/form-footer/index.js +4 -1
  28. package/dist/es2019/ui/link-picker/index.compiled.css +3 -0
  29. package/dist/es2019/ui/link-picker/index.js +10 -3
  30. package/dist/es2019/ui/link-picker/messages.js +10 -0
  31. package/dist/es2019/ui/link-picker/search-results/index.js +4 -1
  32. package/dist/es2019/ui/link-picker/search-results/link-search-error/index.js +15 -2
  33. package/dist/es2019/ui/link-picker/search-results/link-search-list/link-search-no-results/index.js +3 -1
  34. package/dist/es2019/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg-v2/index.compiled.css +3 -0
  35. package/dist/es2019/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg-v2/index.js +37 -0
  36. package/dist/es2019/ui/link-picker/search-results/link-search-list/list-item/index.compiled.css +1 -0
  37. package/dist/es2019/ui/link-picker/search-results/link-search-list/list-item/index.js +5 -2
  38. package/dist/es2019/ui/link-picker/search-results/search-results-container/index.js +2 -1
  39. package/dist/es2019/ui/main.js +1 -1
  40. package/dist/esm/common/generic-error-svg-v2/index.compiled.css +3 -0
  41. package/dist/esm/common/generic-error-svg-v2/index.js +44 -0
  42. package/dist/esm/common/ui/empty-state/index.compiled.css +4 -0
  43. package/dist/esm/common/ui/empty-state/index.js +19 -1
  44. package/dist/esm/ui/error-boundary/error-boundary-fallback/index.js +4 -1
  45. package/dist/esm/ui/link-picker/form-footer/index.compiled.css +2 -1
  46. package/dist/esm/ui/link-picker/form-footer/index.js +4 -1
  47. package/dist/esm/ui/link-picker/index.compiled.css +3 -0
  48. package/dist/esm/ui/link-picker/index.js +11 -4
  49. package/dist/esm/ui/link-picker/messages.js +10 -0
  50. package/dist/esm/ui/link-picker/search-results/index.js +4 -1
  51. package/dist/esm/ui/link-picker/search-results/link-search-error/index.js +16 -2
  52. package/dist/esm/ui/link-picker/search-results/link-search-list/link-search-no-results/index.js +5 -1
  53. package/dist/esm/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg-v2/index.compiled.css +3 -0
  54. package/dist/esm/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg-v2/index.js +40 -0
  55. package/dist/esm/ui/link-picker/search-results/link-search-list/list-item/index.compiled.css +1 -0
  56. package/dist/esm/ui/link-picker/search-results/link-search-list/list-item/index.js +8 -2
  57. package/dist/esm/ui/link-picker/search-results/search-results-container/index.js +2 -1
  58. package/dist/esm/ui/main.js +1 -1
  59. package/dist/types/common/generic-error-svg-v2/index.d.ts +2 -0
  60. package/dist/types/common/types.d.ts +4 -0
  61. package/dist/types/common/ui/empty-state/index.d.ts +3 -1
  62. package/dist/types/ui/link-picker/index.d.ts +1 -0
  63. package/dist/types/ui/link-picker/messages.d.ts +10 -0
  64. package/dist/types/ui/link-picker/search-results/link-search-error/index.d.ts +11 -1
  65. package/dist/types/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg-v2/index.d.ts +2 -0
  66. package/dist/types-ts4.5/common/generic-error-svg-v2/index.d.ts +2 -0
  67. package/dist/types-ts4.5/common/types.d.ts +4 -0
  68. package/dist/types-ts4.5/common/ui/empty-state/index.d.ts +3 -1
  69. package/dist/types-ts4.5/ui/link-picker/index.d.ts +1 -0
  70. package/dist/types-ts4.5/ui/link-picker/messages.d.ts +10 -0
  71. package/dist/types-ts4.5/ui/link-picker/search-results/link-search-error/index.d.ts +11 -1
  72. package/dist/types-ts4.5/ui/link-picker/search-results/link-search-list/link-search-no-results/no-results-svg-v2/index.d.ts +2 -0
  73. package/package.json +7 -4
@@ -0,0 +1,40 @@
1
+ /* index.tsx generated by @compiled/babel-plugin v0.36.1 */
2
+ import "./index.compiled.css";
3
+ import * as React from 'react';
4
+ import { ax, ix } from "@compiled/react/runtime";
5
+ var SIZE = 96;
6
+ var noResultsSVGStyles = null;
7
+ export var NoResultsV2SVG = function NoResultsV2SVG() {
8
+ return /*#__PURE__*/React.createElement("svg", {
9
+ viewBox: "0 0 96 96",
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ className: ax(["_1bsbwdok _4t3iwdok _1e0c1ule"]),
13
+ style: {
14
+ "--_cjikvn": ix("".concat(SIZE, "px"))
15
+ }
16
+ }, /*#__PURE__*/React.createElement("path", {
17
+ fill: "#fff",
18
+ d: "M64.861 32.06a27.747 27.747 0 0 0-2.667-4.133 28.188 28.188 0 0 0-3.376-3.669c-6.985-6.311-15.57-6.89-23.609-2.53a30.246 30.246 0 0 0-4.056 2.656 30.624 30.624 0 0 0-3.735 3.4c-6.225 6.717-7.82 15.154-3.505 23.463a28.103 28.103 0 0 0 2.698 4.192 27.67 27.67 0 0 0 3.33 3.62c6.94 6.267 15.518 6.85 23.596 2.507a30.502 30.502 0 0 0 4.23-2.758 30.071 30.071 0 0 0 3.593-3.257c6.252-6.692 7.847-15.161 3.494-23.49h.007Z"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fill: "#DDDEE1",
21
+ d: "M43.092 66.774c-5.306 0-10.382-1.997-14.75-5.938a30.405 30.405 0 0 1-3.62-3.93 30.222 30.222 0 0 1-2.928-4.553c-4.657-8.96-3.247-18.509 3.871-26.192a33.27 33.27 0 0 1 4.025-3.669 32.825 32.825 0 0 1 4.378-2.87c9.209-4.995 18.816-3.951 26.353 2.86a30.96 30.96 0 0 1 3.665 3.98 30.302 30.302 0 0 1 2.898 4.489c4.706 9.003 3.295 18.564-3.868 26.23a32.157 32.157 0 0 1-3.879 3.516 33.436 33.436 0 0 1-4.562 2.974c-3.858 2.073-7.781 3.1-11.583 3.1v.003Zm2.53-45.486c-3.019 0-6.147.841-9.274 2.541a28.43 28.43 0 0 0-3.736 2.447 28.058 28.058 0 0 0-3.442 3.135c-5.746 6.203-6.86 13.566-3.135 20.736a25.4 25.4 0 0 0 2.472 3.83 25.297 25.297 0 0 0 3.044 3.309c5.99 5.41 13.398 6.182 20.862 2.175a28.01 28.01 0 0 0 3.9-2.545 28.04 28.04 0 0 0 3.308-2.999c5.778-6.182 6.885-13.552 3.125-20.75a25.545 25.545 0 0 0-2.44-3.777 25.854 25.854 0 0 0-3.086-3.358c-3.491-3.152-7.443-4.744-11.59-4.744h-.007Z"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ fill: "#DDDEE1",
24
+ d: "M62.822 59.695c-1.235-1.721-2.562-1.71-3.857-.709-1.215.939-1.54 2.21-.244 3.882l1.48 1.913 4.102-3.173-1.48-1.913Z"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ fill: "#DDDEE1",
27
+ d: "m65.334 60.811-6.158 4.762 11.573 14.969 6.159-4.762L65.334 60.81Z"
28
+ }), /*#__PURE__*/React.createElement("path", {
29
+ fill: "#B7B9BE",
30
+ d: "m64.344 61.577-4.178 3.23 3.925 5.076 4.178-3.23-3.925-5.076Z"
31
+ }), /*#__PURE__*/React.createElement("path", {
32
+ fill: "#DDDEE1",
33
+ d: "M46.496 47.476h-3.492v-.221c-.119-2.484 1.29-5.174 3.295-6.274l.038-.02c.054-.028.107-.061.157-.095 1.094-.705 1.717-1.92 1.678-3.257-.038-1.326-.722-2.49-1.829-3.117a4.596 4.596 0 0 0-2.256-.605c-2.365 0-4.289 1.938-4.289 4.319h-3.492c0-4.32 3.49-7.835 7.78-7.835 1.375 0 2.747.365 3.967 1.055 2.186 1.237 3.536 3.51 3.61 6.082.074 2.583-1.15 4.943-3.272 6.312-.143.093-.289.18-.433.256-.832.468-1.529 1.907-1.465 3.033l.003.367Z"
34
+ }), /*#__PURE__*/React.createElement("path", {
35
+ fill: "#DDDEE1",
36
+ fillRule: "evenodd",
37
+ d: "M44.413 49.492a3.465 3.465 0 0 1 1.119-.003c1.138.187 2.064.985 2.289 2.229l.002.009.001.01a3.419 3.419 0 0 1-.001 1.126v.004c-.22 1.256-1.161 2.052-2.295 2.236a3.5 3.5 0 0 1-1.108-.003h-.001c-1.14-.184-2.07-.981-2.296-2.224l-.002-.01-.001-.01a3.37 3.37 0 0 1 0-1.12l.001-.01.002-.01c.227-1.249 1.161-2.034 2.288-2.223h.002Z",
38
+ clipRule: "evenodd"
39
+ }));
40
+ };
@@ -21,6 +21,7 @@
21
21
  ._otyridpf{margin-bottom:0}
22
22
  ._p12fpxbi{max-width:var(--ds-space-200,1pc)}
23
23
  ._syaz121t{color:var(--_1pseksa)}
24
+ ._syaz1svm{color:var(--_1trgtlr)}
24
25
  ._syazct01{color:var(--_khvm95)}
25
26
  ._syazpsu8{color:var(--_vrm7dk)}
26
27
  ._u5f3kq6n{padding-right:var(--_1kucder)}
@@ -7,7 +7,7 @@ import { forwardRef, Fragment } from 'react';
7
7
  import { useIntl } from 'react-intl-next';
8
8
  import { fg } from '@atlaskit/platform-feature-flags';
9
9
  import { Text } from '@atlaskit/primitives/compiled';
10
- import { B100, B400, B50, N20, N200, N300, N400 } from '@atlaskit/theme/colors';
10
+ import { B100, B400, B50, N20, N200, N300, N400, N40A } from '@atlaskit/theme/colors';
11
11
  /* eslint-disable-next-line @atlassian/tangerine/import/no-parent-imports */
12
12
  import { transformTimeStamp } from '../../../transformTimeStamp';
13
13
  export var testIds = {
@@ -25,6 +25,7 @@ var listItemContextStyles = null;
25
25
  var listItemContainerStyles = null;
26
26
  var listItemContainerInnerStyles = null;
27
27
  var listItemContainerInnerStylesA11yRefresh = null;
28
+ var listItemContainerInnerStylesSeparatorLinkPickerRefresh = null;
28
29
  var itemNameStyles = null;
29
30
  var imgStyles = null;
30
31
  var listItemBaseStyles = null;
@@ -79,7 +80,12 @@ var ListItemSubtitle = function ListItemSubtitle(_ref) {
79
80
  "--_1pseksa": ix("var(--ds-text-subtle, ".concat(N400, ")")),
80
81
  "--_vrm7dk": ix("var(--ds-text-subtlest, ".concat(N200, ")"))
81
82
  }
82
- }, /*#__PURE__*/React.createElement(Fragment, null, "\xA0 \u2022\xA0 "), /*#__PURE__*/React.createElement(Fragment, null, secondItem)));
83
+ }, fg('platform-linking-visual-refresh-link-picker') ? /*#__PURE__*/React.createElement("span", {
84
+ className: ax(["_syaz1svm"]),
85
+ style: {
86
+ "--_1trgtlr": ix("var(--ds-border, ".concat(N40A, ")"))
87
+ }
88
+ }, /*#__PURE__*/React.createElement(Fragment, null, "\xA0 \u2022\xA0 ")) : /*#__PURE__*/React.createElement(Fragment, null, "\xA0 \u2022\xA0 "), /*#__PURE__*/React.createElement(Fragment, null, secondItem)));
83
89
  };
84
90
  var getDefaultSubtitleItems = function getDefaultSubtitleItems(item, intl) {
85
91
  var container = item.container;
@@ -3,6 +3,7 @@ import "./index.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import { useLayoutEffect, useRef } from 'react';
6
+ import { fg } from '@atlaskit/platform-feature-flags';
6
7
  import { MinHeightContainer } from '../../../../common/ui/min-height-container';
7
8
  var flexColumn = null;
8
9
  export var SearchResultsContainer = function SearchResultsContainer(_ref) {
@@ -12,7 +13,7 @@ export var SearchResultsContainer = function SearchResultsContainer(_ref) {
12
13
  children = _ref.children;
13
14
  var ref = useRef(null);
14
15
  var currentHeight = useRef(null);
15
- var fixedMinHeight = hasTabs ? '347px' : '302px';
16
+ var fixedMinHeight = fg('platform-linking-visual-refresh-link-picker') ? hasTabs ? '296px' : '251px' : hasTabs ? '347px' : '302px';
16
17
  var adaptiveMinHeight = isLoadingResults && !!currentHeight.current ? "".concat(currentHeight.current, "px") : 'auto';
17
18
  var minheight = adaptiveHeight ? adaptiveMinHeight : fixedMinHeight;
18
19
  useLayoutEffect(function () {
@@ -16,7 +16,7 @@ export var testIds = {
16
16
  };
17
17
  export var PACKAGE_DATA = {
18
18
  packageName: "@atlaskit/link-picker" || '',
19
- packageVersion: "3.1.0" || '',
19
+ packageVersion: "3.1.2" || '',
20
20
  componentName: COMPONENT_NAME,
21
21
  source: COMPONENT_NAME
22
22
  };
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const GenericErrorSVGV2: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
@@ -122,6 +122,8 @@ export interface LinkPickerProps {
122
122
  url?: string;
123
123
  /** The desired text to be displayed alternatively to the title of the linked resource for editing. */
124
124
  displayText?: string | null;
125
+ /** The desired text to be displayed below the display text input field. Only displayed when `platform-linking-visual-refresh-link-picker` gate is enabled. */
126
+ displayHelperText?: string | null;
125
127
  /** Plugins that provide link suggestions / search capabilities. */
126
128
  plugins?: LinkPickerPlugin[];
127
129
  /** If set true, Link picker will show the loading spinner where the tabs and results will show. */
@@ -163,6 +165,8 @@ type CustomLinkPickerMessages = {
163
165
  linkTextLabel?: MessageDescriptor;
164
166
  /** Placeholder for the link display text field */
165
167
  linkTextPlaceholder?: MessageDescriptor;
168
+ /** Helper text for the link display text field */
169
+ linkHelperTextLabel?: MessageDescriptor;
166
170
  /** Label for the submit button */
167
171
  submitButtonLabel?: MessageDescriptor;
168
172
  };
@@ -4,6 +4,8 @@ type EmptyStateProps = {
4
4
  testId?: string;
5
5
  description?: React.ReactNode;
6
6
  renderImage?: () => React.ReactNode;
7
+ /** Only rendered if fg `platform-linking-visual-refresh-link-picker` is enabled */
8
+ action?: React.ReactNode;
7
9
  };
8
- export declare const EmptyState: ({ testId, header, description, renderImage }: EmptyStateProps) => JSX.Element;
10
+ export declare const EmptyState: ({ testId, header, description, action, renderImage, }: EmptyStateProps) => JSX.Element;
9
11
  export {};
@@ -21,5 +21,6 @@ export declare const testIds: {
21
21
  readonly linkPicker: "link-picker";
22
22
  readonly urlInputField: "link-url";
23
23
  readonly textInputField: "link-text";
24
+ readonly linkHelperText: "link-helper-text";
24
25
  };
25
26
  export declare const LinkPicker: import("react").ComponentType<LinkPickerProps>;
@@ -65,6 +65,16 @@ export declare const linkTextMessages: {
65
65
  defaultMessage: string;
66
66
  description: string;
67
67
  };
68
+ linkHelperTextLabel: {
69
+ id: string;
70
+ defaultMessage: string;
71
+ description: string;
72
+ };
73
+ linkHelperTextAriaLabel: {
74
+ id: string;
75
+ defaultMessage: string;
76
+ description: string;
77
+ };
68
78
  };
69
79
  export declare const timeMessages: {
70
80
  updated: {
@@ -12,8 +12,18 @@ export declare const messages: {
12
12
  defaultMessage: string;
13
13
  description: string;
14
14
  };
15
+ searchErrorAction: {
16
+ id: string;
17
+ defaultMessage: string;
18
+ description: string;
19
+ };
15
20
  };
16
21
  export declare const testIds: {
17
22
  searchError: string;
18
23
  };
19
- export declare const LinkSearchError: () => React.JSX.Element;
24
+ type LinkSearchErrorProps = {
25
+ /** Only used if fg `platform-linking-visual-refresh-link-picker` is enabled */
26
+ onRetry?: () => void;
27
+ };
28
+ export declare const LinkSearchError: ({ onRetry }: LinkSearchErrorProps) => React.JSX.Element;
29
+ export {};
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const NoResultsV2SVG: () => JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const GenericErrorSVGV2: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
@@ -125,6 +125,8 @@ export interface LinkPickerProps {
125
125
  url?: string;
126
126
  /** The desired text to be displayed alternatively to the title of the linked resource for editing. */
127
127
  displayText?: string | null;
128
+ /** The desired text to be displayed below the display text input field. Only displayed when `platform-linking-visual-refresh-link-picker` gate is enabled. */
129
+ displayHelperText?: string | null;
128
130
  /** Plugins that provide link suggestions / search capabilities. */
129
131
  plugins?: LinkPickerPlugin[];
130
132
  /** If set true, Link picker will show the loading spinner where the tabs and results will show. */
@@ -166,6 +168,8 @@ type CustomLinkPickerMessages = {
166
168
  linkTextLabel?: MessageDescriptor;
167
169
  /** Placeholder for the link display text field */
168
170
  linkTextPlaceholder?: MessageDescriptor;
171
+ /** Helper text for the link display text field */
172
+ linkHelperTextLabel?: MessageDescriptor;
169
173
  /** Label for the submit button */
170
174
  submitButtonLabel?: MessageDescriptor;
171
175
  };
@@ -4,6 +4,8 @@ type EmptyStateProps = {
4
4
  testId?: string;
5
5
  description?: React.ReactNode;
6
6
  renderImage?: () => React.ReactNode;
7
+ /** Only rendered if fg `platform-linking-visual-refresh-link-picker` is enabled */
8
+ action?: React.ReactNode;
7
9
  };
8
- export declare const EmptyState: ({ testId, header, description, renderImage }: EmptyStateProps) => JSX.Element;
10
+ export declare const EmptyState: ({ testId, header, description, action, renderImage, }: EmptyStateProps) => JSX.Element;
9
11
  export {};
@@ -21,5 +21,6 @@ export declare const testIds: {
21
21
  readonly linkPicker: "link-picker";
22
22
  readonly urlInputField: "link-url";
23
23
  readonly textInputField: "link-text";
24
+ readonly linkHelperText: "link-helper-text";
24
25
  };
25
26
  export declare const LinkPicker: import("react").ComponentType<LinkPickerProps>;
@@ -65,6 +65,16 @@ export declare const linkTextMessages: {
65
65
  defaultMessage: string;
66
66
  description: string;
67
67
  };
68
+ linkHelperTextLabel: {
69
+ id: string;
70
+ defaultMessage: string;
71
+ description: string;
72
+ };
73
+ linkHelperTextAriaLabel: {
74
+ id: string;
75
+ defaultMessage: string;
76
+ description: string;
77
+ };
68
78
  };
69
79
  export declare const timeMessages: {
70
80
  updated: {
@@ -12,8 +12,18 @@ export declare const messages: {
12
12
  defaultMessage: string;
13
13
  description: string;
14
14
  };
15
+ searchErrorAction: {
16
+ id: string;
17
+ defaultMessage: string;
18
+ description: string;
19
+ };
15
20
  };
16
21
  export declare const testIds: {
17
22
  searchError: string;
18
23
  };
19
- export declare const LinkSearchError: () => React.JSX.Element;
24
+ type LinkSearchErrorProps = {
25
+ /** Only used if fg `platform-linking-visual-refresh-link-picker` is enabled */
26
+ onRetry?: () => void;
27
+ };
28
+ export declare const LinkSearchError: ({ onRetry }: LinkSearchErrorProps) => React.JSX.Element;
29
+ export {};
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const NoResultsV2SVG: () => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -42,6 +42,9 @@
42
42
  },
43
43
  "bandicoots-a11y-link-picker-styling": {
44
44
  "type": "boolean"
45
+ },
46
+ "platform-linking-visual-refresh-link-picker": {
47
+ "type": "boolean"
45
48
  }
46
49
  },
47
50
  "scripts": {
@@ -50,12 +53,12 @@
50
53
  "dependencies": {
51
54
  "@atlaskit/analytics-next": "^11.0.0",
52
55
  "@atlaskit/atlassian-context": "^0.2.0",
53
- "@atlaskit/button": "^21.1.0",
56
+ "@atlaskit/button": "^22.0.0",
54
57
  "@atlaskit/css": "^0.10.0",
55
58
  "@atlaskit/form": "^12.0.0",
56
59
  "@atlaskit/frontend-utilities": "^3.0.0",
57
60
  "@atlaskit/heading": "^5.1.0",
58
- "@atlaskit/icon": "^25.0.0",
61
+ "@atlaskit/icon": "^25.2.0",
59
62
  "@atlaskit/intl-messages-provider": "^2.0.0",
60
63
  "@atlaskit/linking-common": "^8.0.0",
61
64
  "@atlaskit/onboarding": "^13.0.0",
@@ -70,7 +73,7 @@
70
73
  "@atlaskit/ufo": "^0.4.0",
71
74
  "@atlaskit/visually-hidden": "^3.0.0",
72
75
  "@babel/runtime": "^7.0.0",
73
- "@compiled/react": "^0.18.2",
76
+ "@compiled/react": "^0.18.3",
74
77
  "@react-loosely-lazy/manifest": "^1.0.0",
75
78
  "date-fns": "^2.17.0",
76
79
  "react-loosely-lazy": "^1.0.0",