@atlaskit/link-picker 1.47.17 → 1.47.19

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,17 @@
1
1
  # @atlaskit/link-picker
2
2
 
3
+ ## 1.47.19
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 1.47.18
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 1.47.17
4
16
 
5
17
  ### Patch Changes
@@ -17,6 +17,7 @@ var _minHeightContainer = require("../../../common/ui/min-height-container");
17
17
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
18
18
 
19
19
  var errorBoundaryFallbackStyles = (0, _react.css)({
20
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
20
21
  lineHeight: 'initial'
21
22
  });
22
23
  var messages = (0, _reactIntlNext.defineMessages)({
@@ -43,6 +43,7 @@ var rootContainerStyles = (0, _react2.css)({
43
43
  paddingTop: 'var(--link-picker-padding-top)',
44
44
  paddingBottom: 'var(--link-picker-padding-bottom)',
45
45
  boxSizing: 'border-box',
46
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
46
47
  lineHeight: 'initial',
47
48
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles
48
49
  display: 'block !important'
@@ -31,7 +31,7 @@ var testIds = exports.testIds = {
31
31
  };
32
32
  var PACKAGE_DATA = exports.PACKAGE_DATA = {
33
33
  packageName: "@atlaskit/link-picker" || '',
34
- packageVersion: "1.47.17" || '',
34
+ packageVersion: "1.47.19" || '',
35
35
  componentName: _constants.COMPONENT_NAME,
36
36
  source: _constants.COMPONENT_NAME
37
37
  };
@@ -10,6 +10,7 @@ import { GenericErrorSVG } from '../../../common/generic-error-svg';
10
10
  import { EmptyState } from '../../../common/ui/empty-state';
11
11
  import { MinHeightContainer } from '../../../common/ui/min-height-container';
12
12
  const errorBoundaryFallbackStyles = css({
13
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
13
14
  lineHeight: 'initial'
14
15
  });
15
16
  const messages = defineMessages({
@@ -35,6 +35,7 @@ const rootContainerStyles = css({
35
35
  paddingTop: 'var(--link-picker-padding-top)',
36
36
  paddingBottom: 'var(--link-picker-padding-bottom)',
37
37
  boxSizing: 'border-box',
38
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
38
39
  lineHeight: 'initial',
39
40
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles
40
41
  display: 'block !important'
@@ -19,7 +19,7 @@ export const testIds = {
19
19
  };
20
20
  export const PACKAGE_DATA = {
21
21
  packageName: "@atlaskit/link-picker" || '',
22
- packageVersion: "1.47.17" || '',
22
+ packageVersion: "1.47.19" || '',
23
23
  componentName: COMPONENT_NAME,
24
24
  source: COMPONENT_NAME
25
25
  };
@@ -10,6 +10,7 @@ import { GenericErrorSVG } from '../../../common/generic-error-svg';
10
10
  import { EmptyState } from '../../../common/ui/empty-state';
11
11
  import { MinHeightContainer } from '../../../common/ui/min-height-container';
12
12
  var errorBoundaryFallbackStyles = css({
13
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
13
14
  lineHeight: 'initial'
14
15
  });
15
16
  var messages = defineMessages({
@@ -39,6 +39,7 @@ var rootContainerStyles = css({
39
39
  paddingTop: 'var(--link-picker-padding-top)',
40
40
  paddingBottom: 'var(--link-picker-padding-bottom)',
41
41
  boxSizing: 'border-box',
42
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
42
43
  lineHeight: 'initial',
43
44
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-important-styles
44
45
  display: 'block !important'
@@ -20,7 +20,7 @@ export var testIds = {
20
20
  };
21
21
  export var PACKAGE_DATA = {
22
22
  packageName: "@atlaskit/link-picker" || '',
23
- packageVersion: "1.47.17" || '',
23
+ packageVersion: "1.47.19" || '',
24
24
  componentName: COMPONENT_NAME,
25
25
  source: COMPONENT_NAME
26
26
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.47.17",
3
+ "version": "1.47.19",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -47,19 +47,19 @@
47
47
  "@atlaskit/atlassian-context": "^0.0.2",
48
48
  "@atlaskit/button": "^20.3.0",
49
49
  "@atlaskit/form": "^11.0.0",
50
- "@atlaskit/frontend-utilities": "^2.7.0",
50
+ "@atlaskit/frontend-utilities": "^2.8.0",
51
51
  "@atlaskit/heading": "^4.0.0",
52
- "@atlaskit/icon": "^23.1.0",
52
+ "@atlaskit/icon": "^23.4.0",
53
53
  "@atlaskit/intl-messages-provider": "^1.0.2",
54
54
  "@atlaskit/linking-common": "^6.1.0",
55
55
  "@atlaskit/onboarding": "^12.2.0",
56
56
  "@atlaskit/platform-feature-flags": "^0.3.0",
57
57
  "@atlaskit/primitives": "^13.3.0",
58
- "@atlaskit/spinner": "^16.3.0",
59
- "@atlaskit/tabs": "^17.0.0",
58
+ "@atlaskit/spinner": "^17.0.0",
59
+ "@atlaskit/tabs": "^17.1.0",
60
60
  "@atlaskit/textfield": "^6.7.0",
61
61
  "@atlaskit/theme": "^14.0.0",
62
- "@atlaskit/tokens": "^2.5.0",
62
+ "@atlaskit/tokens": "^3.2.0",
63
63
  "@atlaskit/tooltip": "^19.0.0",
64
64
  "@atlaskit/ufo": "^0.3.0",
65
65
  "@atlaskit/visually-hidden": "^1.5.0",
@@ -79,7 +79,7 @@
79
79
  "@af/analytics-codegen": "^0.1.0",
80
80
  "@af/integration-testing": "*",
81
81
  "@af/visual-regression": "*",
82
- "@atlaskit/dropdown-menu": "^12.23.0",
82
+ "@atlaskit/dropdown-menu": "^12.25.0",
83
83
  "@atlaskit/link-provider": "^1.18.0",
84
84
  "@atlaskit/link-test-helpers": "^7.5.0",
85
85
  "@atlaskit/visual-regression": "*",