@atlaskit/link-datasource 1.24.9 → 1.24.11

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,18 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 1.24.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [#86784](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86784) [`c3e5e5eb1a2c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c3e5e5eb1a2c) - Fixes display padding of datasources for no results modal
8
+ - Updated dependencies
9
+
10
+ ## 1.24.10
11
+
12
+ ### Patch Changes
13
+
14
+ - [#86724](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86724) [`718a9aa2424d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/718a9aa2424d) - [ED-22607] Remove references to maxFrames for multi bodied extensions and bump adf-schema from 35.7.0 to 35.8.0
15
+
3
16
  ## 1.24.9
4
17
 
5
18
  ### Patch Changes
@@ -15,6 +15,7 @@ var _messages = require("./messages");
15
15
  /** @jsx jsx */
16
16
 
17
17
  var noResultsContainerStyles = (0, _react2.css)({
18
+ margin: "var(--ds-space-500, 40px)".concat(" auto"),
18
19
  display: 'grid',
19
20
  gap: "var(--ds-space-300, 24px)",
20
21
  placeItems: 'center',
@@ -7,6 +7,7 @@ import { fontFallback } from '@atlaskit/theme/typography';
7
7
  import { useDatasourceAnalyticsEvents } from '../../../analytics';
8
8
  import { loadingErrorMessages } from './messages';
9
9
  const noResultsContainerStyles = css({
10
+ margin: `${"var(--ds-space-500, 40px)"} auto`,
10
11
  display: 'grid',
11
12
  gap: "var(--ds-space-300, 24px)",
12
13
  placeItems: 'center',
@@ -7,6 +7,7 @@ import { fontFallback } from '@atlaskit/theme/typography';
7
7
  import { useDatasourceAnalyticsEvents } from '../../../analytics';
8
8
  import { loadingErrorMessages } from './messages';
9
9
  var noResultsContainerStyles = css({
10
+ margin: "var(--ds-space-500, 40px)".concat(" auto"),
10
11
  display: 'grid',
11
12
  gap: "var(--ds-space-300, 24px)",
12
13
  placeItems: 'center',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "1.24.9",
3
+ "version": "1.24.11",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,7 +31,7 @@
31
31
  "analytics:codegen": "yarn workspace @atlassian/analytics-tooling run analytics:codegen link-datasource --output ./src/analytics/generated"
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/adf-schema": "^35.7.0",
34
+ "@atlaskit/adf-schema": "^35.8.0",
35
35
  "@atlaskit/analytics-next": "^9.2.0",
36
36
  "@atlaskit/avatar": "^21.5.0",
37
37
  "@atlaskit/avatar-group": "^9.5.0",
@@ -60,9 +60,9 @@
60
60
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.0",
61
61
  "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^1.0.0",
62
62
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.0.0",
63
- "@atlaskit/primitives": "^5.2.0",
63
+ "@atlaskit/primitives": "^5.3.0",
64
64
  "@atlaskit/select": "^17.3.0",
65
- "@atlaskit/smart-card": "^26.50.0",
65
+ "@atlaskit/smart-card": "^26.51.0",
66
66
  "@atlaskit/spinner": "^16.0.0",
67
67
  "@atlaskit/tag": "^12.0.0",
68
68
  "@atlaskit/textfield": "6.1.3",