@atlaskit/link-picker 1.29.0 → 1.29.1

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
+ ## 1.29.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
8
+
3
9
  ## 1.29.0
4
10
 
5
11
  ### Minor Changes
@@ -27,7 +27,7 @@ var testIds = {
27
27
  exports.testIds = testIds;
28
28
  var PACKAGE_DATA = {
29
29
  packageName: "@atlaskit/link-picker",
30
- packageVersion: "1.29.0",
30
+ packageVersion: "1.29.1",
31
31
  componentName: _constants.COMPONENT_NAME,
32
32
  source: _constants.COMPONENT_NAME
33
33
  };
@@ -14,7 +14,7 @@ var listContainerStyles = (0, _react.css)(_templateObject || (_templateObject =
14
14
  exports.listContainerStyles = listContainerStyles;
15
15
  var spinnerContainerStyles = (0, _react.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n flex-grow: 1;\n flex-direction: column;\n align-items: center;\n"])));
16
16
  exports.spinnerContainerStyles = spinnerContainerStyles;
17
- var listStyles = (0, _react.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n padding: 0;\n margin: 0 calc(-1 * ", ");\n list-style: none;\n"])), "var(--ds-space-200, 16px)");
17
+ var listStyles = (0, _react.css)(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2.default)(["\n padding: 0;\n margin: 0 ", ";\n list-style: none;\n"])), "var(--ds-space-negative-200, -16px)");
18
18
  exports.listStyles = listStyles;
19
19
  var listTitleStyles = (0, _react.css)(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n ", "\n text-transform: uppercase;\n margin-top: 0;\n margin-bottom: ", ";\n"])), _theme.typography.h100(), "var(--ds-space-050, 4px)");
20
20
  exports.listTitleStyles = listTitleStyles;
@@ -8,7 +8,7 @@ exports.tabsWrapperStyles = exports.spinnerContainerStyles = exports.flexColumnS
8
8
  var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
9
9
  var _react = require("@emotion/react");
10
10
  var _templateObject, _templateObject2, _templateObject3;
11
- var tabsWrapperStyles = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n margin-top: ", ";\n margin-left: calc(-1 * ", ");\n margin-right: calc(-1 * ", ");\n"])), "var(--ds-space-150, 12px)", "var(--ds-space-100, 8px)", "var(--ds-space-100, 8px)");
11
+ var tabsWrapperStyles = (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n margin-top: ", ";\n margin-left: ", ";\n margin-right: ", ";\n"])), "var(--ds-space-150, 12px)", "var(--ds-space-negative-100, -8px)", "var(--ds-space-negative-100, -8px)");
12
12
  exports.tabsWrapperStyles = tabsWrapperStyles;
13
13
  var spinnerContainerStyles = (0, _react.css)(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n min-height: 80px;\n display: flex;\n align-items: center;\n justify-content: center;\n align-self: center;\n flex-grow: 1;\n"])));
14
14
  exports.spinnerContainerStyles = spinnerContainerStyles;
@@ -16,7 +16,7 @@ export const testIds = {
16
16
  };
17
17
  export const PACKAGE_DATA = {
18
18
  packageName: "@atlaskit/link-picker",
19
- packageVersion: "1.29.0",
19
+ packageVersion: "1.29.1",
20
20
  componentName: COMPONENT_NAME,
21
21
  source: COMPONENT_NAME
22
22
  };
@@ -20,7 +20,7 @@ export const spinnerContainerStyles = css`
20
20
  `;
21
21
  export const listStyles = css`
22
22
  padding: 0;
23
- margin: 0 calc(-1 * ${"var(--ds-space-200, 16px)"});
23
+ margin: 0 ${"var(--ds-space-negative-200, -16px)"};
24
24
  list-style: none;
25
25
  `;
26
26
  export const listTitleStyles = css`
@@ -1,8 +1,8 @@
1
1
  import { css } from '@emotion/react';
2
2
  export const tabsWrapperStyles = css`
3
3
  margin-top: ${"var(--ds-space-150, 12px)"};
4
- margin-left: calc(-1 * ${"var(--ds-space-100, 8px)"});
5
- margin-right: calc(-1 * ${"var(--ds-space-100, 8px)"});
4
+ margin-left: ${"var(--ds-space-negative-100, -8px)"};
5
+ margin-right: ${"var(--ds-space-negative-100, -8px)"};
6
6
  `;
7
7
  export const spinnerContainerStyles = css`
8
8
  min-height: 80px;
@@ -17,7 +17,7 @@ export var testIds = {
17
17
  };
18
18
  export var PACKAGE_DATA = {
19
19
  packageName: "@atlaskit/link-picker",
20
- packageVersion: "1.29.0",
20
+ packageVersion: "1.29.1",
21
21
  componentName: COMPONENT_NAME,
22
22
  source: COMPONENT_NAME
23
23
  };
@@ -7,5 +7,5 @@ import { css } from '@emotion/react';
7
7
  import { typography } from '@atlaskit/theme';
8
8
  export var listContainerStyles = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n width: 100%;\n padding-top: 0;\n min-height: 80px;\n margin-top: ", ";\n margin-bottom: ", ";\n flex-grow: 1;\n display: flex;\n flex-direction: column;\n"])), "var(--ds-space-200, 16px)", "var(--ds-space-200, 16px)");
9
9
  export var spinnerContainerStyles = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n flex-grow: 1;\n flex-direction: column;\n align-items: center;\n"])));
10
- export var listStyles = css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n padding: 0;\n margin: 0 calc(-1 * ", ");\n list-style: none;\n"])), "var(--ds-space-200, 16px)");
10
+ export var listStyles = css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n padding: 0;\n margin: 0 ", ";\n list-style: none;\n"])), "var(--ds-space-negative-200, -16px)");
11
11
  export var listTitleStyles = css(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n ", "\n text-transform: uppercase;\n margin-top: 0;\n margin-bottom: ", ";\n"])), typography.h100(), "var(--ds-space-050, 4px)");
@@ -1,6 +1,6 @@
1
1
  import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
2
2
  var _templateObject, _templateObject2, _templateObject3;
3
3
  import { css } from '@emotion/react';
4
- export var tabsWrapperStyles = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n margin-top: ", ";\n margin-left: calc(-1 * ", ");\n margin-right: calc(-1 * ", ");\n"])), "var(--ds-space-150, 12px)", "var(--ds-space-100, 8px)", "var(--ds-space-100, 8px)");
4
+ export var tabsWrapperStyles = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n margin-top: ", ";\n margin-left: ", ";\n margin-right: ", ";\n"])), "var(--ds-space-150, 12px)", "var(--ds-space-negative-100, -8px)", "var(--ds-space-negative-100, -8px)");
5
5
  export var spinnerContainerStyles = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n min-height: 80px;\n display: flex;\n align-items: center;\n justify-content: center;\n align-self: center;\n flex-grow: 1;\n"])));
6
6
  export var flexColumnStyles = css(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n"])));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.29.0",
3
+ "version": "1.29.1",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@atlaskit/analytics-next": "^9.1.0",
56
- "@atlaskit/button": "^16.9.0",
56
+ "@atlaskit/button": "^16.10.0",
57
57
  "@atlaskit/empty-state": "^7.6.0",
58
58
  "@atlaskit/form": "^8.11.0",
59
59
  "@atlaskit/frontend-utilities": "^2.7.0",
@@ -65,7 +65,7 @@
65
65
  "@atlaskit/tabs": "^13.4.0",
66
66
  "@atlaskit/textfield": "^5.6.0",
67
67
  "@atlaskit/theme": "^12.6.0",
68
- "@atlaskit/tokens": "^1.20.0",
68
+ "@atlaskit/tokens": "^1.21.0",
69
69
  "@atlaskit/tooltip": "^17.8.0",
70
70
  "@atlaskit/ufo": "^0.2.0",
71
71
  "@atlaskit/visually-hidden": "^1.2.0",