@atlaskit/link-datasource 1.16.0 → 1.16.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 1.16.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#43034](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43034) [`b191795744a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b191795744a) - [ux] Decreases spacing between search input and basic filters.
8
+
9
+ ## 1.16.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#42398](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42398) [`55d91a074ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55d91a074ea) - Update mocking for Assets Datasource Requests
14
+
3
15
  ## 1.16.0
4
16
 
5
17
  ### Minor Changes
@@ -7,5 +7,5 @@ exports.packageMetaData = exports.EVENT_CHANNEL = void 0;
7
7
  var EVENT_CHANNEL = exports.EVENT_CHANNEL = 'media';
8
8
  var packageMetaData = exports.packageMetaData = {
9
9
  packageName: "@atlaskit/link-datasource",
10
- packageVersion: "1.16.0"
10
+ packageVersion: "1.16.2"
11
11
  };
@@ -17,7 +17,8 @@ var searchButtonStyles = (0, _react.css)({
17
17
  marginRight: "var(--ds-space-075, 6px)"
18
18
  });
19
19
  var formStyles = (0, _react.css)({
20
- flex: 1
20
+ flex: 1,
21
+ paddingRight: "var(--ds-space-100, 8px)"
21
22
  });
22
23
  var BasicSearchInput = exports.BasicSearchInput = function BasicSearchInput(_ref) {
23
24
  var isDisabled = _ref.isDisabled,
@@ -26,7 +26,6 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
26
26
  var inputContainerStyles = (0, _react2.css)({
27
27
  alignItems: 'baseline',
28
28
  display: 'flex',
29
- gap: "var(--ds-space-250, 20px)",
30
29
  minHeight: '60px'
31
30
  });
32
31
  var DEFAULT_JQL_QUERY = 'created >= -30d order by created DESC';
@@ -23,7 +23,8 @@ var modeSwitcherStyles = (0, _react2.css)({
23
23
  padding: "var(--ds-space-075, 6px)",
24
24
  '&:disabled': {
25
25
  opacity: '0.5'
26
- }
26
+ },
27
+ marginLeft: "var(--ds-space-250, 20px)"
27
28
  });
28
29
  var compactModeSwitcherStyles = (0, _react2.css)({
29
30
  padding: "var(--ds-space-050, 4px)",
@@ -1,5 +1,5 @@
1
1
  export const EVENT_CHANNEL = 'media';
2
2
  export const packageMetaData = {
3
3
  packageName: "@atlaskit/link-datasource",
4
- packageVersion: "1.16.0"
4
+ packageVersion: "1.16.2"
5
5
  };
@@ -9,7 +9,8 @@ const searchButtonStyles = css({
9
9
  marginRight: "var(--ds-space-075, 6px)"
10
10
  });
11
11
  const formStyles = css({
12
- flex: 1
12
+ flex: 1,
13
+ paddingRight: "var(--ds-space-100, 8px)"
13
14
  });
14
15
  export const BasicSearchInput = ({
15
16
  isDisabled,
@@ -14,7 +14,6 @@ import { modeSwitcherMessages } from './messages';
14
14
  const inputContainerStyles = css({
15
15
  alignItems: 'baseline',
16
16
  display: 'flex',
17
- gap: "var(--ds-space-250, 20px)",
18
17
  minHeight: '60px'
19
18
  });
20
19
  const DEFAULT_JQL_QUERY = 'created >= -30d order by created DESC';
@@ -15,7 +15,8 @@ const modeSwitcherStyles = css({
15
15
  padding: "var(--ds-space-075, 6px)",
16
16
  '&:disabled': {
17
17
  opacity: '0.5'
18
- }
18
+ },
19
+ marginLeft: "var(--ds-space-250, 20px)"
19
20
  });
20
21
  const compactModeSwitcherStyles = css({
21
22
  padding: "var(--ds-space-050, 4px)",
@@ -1,5 +1,5 @@
1
1
  export var EVENT_CHANNEL = 'media';
2
2
  export var packageMetaData = {
3
3
  packageName: "@atlaskit/link-datasource",
4
- packageVersion: "1.16.0"
4
+ packageVersion: "1.16.2"
5
5
  };
@@ -9,7 +9,8 @@ var searchButtonStyles = css({
9
9
  marginRight: "var(--ds-space-075, 6px)"
10
10
  });
11
11
  var formStyles = css({
12
- flex: 1
12
+ flex: 1,
13
+ paddingRight: "var(--ds-space-100, 8px)"
13
14
  });
14
15
  export var BasicSearchInput = function BasicSearchInput(_ref) {
15
16
  var isDisabled = _ref.isDisabled,
@@ -15,7 +15,6 @@ import { modeSwitcherMessages } from './messages';
15
15
  var inputContainerStyles = css({
16
16
  alignItems: 'baseline',
17
17
  display: 'flex',
18
- gap: "var(--ds-space-250, 20px)",
19
18
  minHeight: '60px'
20
19
  });
21
20
  var DEFAULT_JQL_QUERY = 'created >= -30d order by created DESC';
@@ -15,7 +15,8 @@ var modeSwitcherStyles = css({
15
15
  padding: "var(--ds-space-075, 6px)",
16
16
  '&:disabled': {
17
17
  opacity: '0.5'
18
- }
18
+ },
19
+ marginLeft: "var(--ds-space-250, 20px)"
19
20
  });
20
21
  var compactModeSwitcherStyles = css({
21
22
  padding: "var(--ds-space-050, 4px)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "1.16.0",
3
+ "version": "1.16.2",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -33,7 +33,7 @@
33
33
  "@atlaskit/adf-schema": "^32.0.0",
34
34
  "@atlaskit/analytics-next": "^9.1.3",
35
35
  "@atlaskit/avatar": "^21.4.0",
36
- "@atlaskit/button": "^16.14.0",
36
+ "@atlaskit/button": "^16.15.0",
37
37
  "@atlaskit/editor-prosemirror": "1.1.0",
38
38
  "@atlaskit/empty-state": "^7.5.0",
39
39
  "@atlaskit/form": "^9.0.0",