@atlaskit/link-datasource 1.25.3 → 1.25.4

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,12 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 1.25.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#88354](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88354) [`4c87d9b4f0c2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4c87d9b4f0c2) - The internal composition of this component has changed. There is no expected change in behavior.
8
+ - Updated dependencies
9
+
3
10
  ## 1.25.3
4
11
 
5
12
  ### Patch Changes
@@ -14,7 +14,7 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
14
14
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
15
15
  var availableBasicFilterTypes = exports.availableBasicFilterTypes = ['project', 'type', 'status', 'assignee'];
16
16
  var basicFilterContainerStyles = (0, _primitives.xcss)({
17
- paddingLeft: "var(--ds-space-100, 8px)"
17
+ paddingLeft: 'space.100'
18
18
  });
19
19
  var BasicFilterContainer = function BasicFilterContainer(_ref) {
20
20
  var jql = _ref.jql,
@@ -16,11 +16,11 @@ var _loadingMessage = _interopRequireDefault(require("./loadingMessage"));
16
16
  var _noOptionsMessage = _interopRequireDefault(require("./noOptionsMessage"));
17
17
  var _excluded = ["children"];
18
18
  var inlineSpinnerStyles = (0, _primitives.xcss)({
19
- paddingTop: "var(--ds-space-075, 6px)"
19
+ paddingTop: 'space.075'
20
20
  });
21
21
  var showMoreButtonBoxStyles = (0, _primitives.xcss)({
22
- paddingLeft: "var(--ds-space-075, 6px)",
23
- paddingTop: "var(--ds-space-100, 8px)"
22
+ paddingLeft: 'space.075',
23
+ paddingTop: 'space.100'
24
24
  });
25
25
  var CustomMenuList = function CustomMenuList(_ref) {
26
26
  var children = _ref.children,
@@ -11,7 +11,7 @@ var _heading = _interopRequireDefault(require("@atlaskit/heading"));
11
11
  var _primitives = require("@atlaskit/primitives");
12
12
  var boxStyles = (0, _primitives.xcss)({
13
13
  height: "var(--ds-space-800, 64px)",
14
- marginBottom: "var(--ds-space-200, 16px)"
14
+ marginBottom: 'space.200'
15
15
  });
16
16
  var stackStyles = (0, _primitives.xcss)({
17
17
  paddingTop: 'space.100',
@@ -19,8 +19,8 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
19
19
  var dropDownItemGroupStyles = (0, _primitives.xcss)({
20
20
  width: '320px',
21
21
  height: '140px',
22
- paddingTop: "var(--ds-space-050, 4px)",
23
- paddingBottom: "var(--ds-space-050, 4px)",
22
+ paddingTop: 'space.050',
23
+ paddingBottom: 'space.050',
24
24
  borderRadius: 'border.radius'
25
25
  });
26
26
  var InlineIcon = (0, _react.jsx)("svg", {
@@ -4,7 +4,7 @@ import { extractValuesFromNonComplexJQL } from '../utils/extractValuesFromNonCom
4
4
  import AsyncPopupSelect from './async-popup-select';
5
5
  export const availableBasicFilterTypes = ['project', 'type', 'status', 'assignee'];
6
6
  const basicFilterContainerStyles = xcss({
7
- paddingLeft: "var(--ds-space-100, 8px)"
7
+ paddingLeft: 'space.100'
8
8
  });
9
9
  const BasicFilterContainer = ({
10
10
  jql,
@@ -7,11 +7,11 @@ import CustomErrorMessage from './errorMessage';
7
7
  import CustomDropdownLoadingMessage from './loadingMessage';
8
8
  import CustomNoOptionsMessage from './noOptionsMessage';
9
9
  const inlineSpinnerStyles = xcss({
10
- paddingTop: "var(--ds-space-075, 6px)"
10
+ paddingTop: 'space.075'
11
11
  });
12
12
  const showMoreButtonBoxStyles = xcss({
13
- paddingLeft: "var(--ds-space-075, 6px)",
14
- paddingTop: "var(--ds-space-100, 8px)"
13
+ paddingLeft: 'space.075',
14
+ paddingTop: 'space.100'
15
15
  });
16
16
  const CustomMenuList = ({
17
17
  children,
@@ -4,7 +4,7 @@ import Heading from '@atlaskit/heading';
4
4
  import { Flex, Stack, xcss } from '@atlaskit/primitives';
5
5
  const boxStyles = xcss({
6
6
  height: "var(--ds-space-800, 64px)",
7
- marginBottom: "var(--ds-space-200, 16px)"
7
+ marginBottom: 'space.200'
8
8
  });
9
9
  const stackStyles = xcss({
10
10
  paddingTop: 'space.100',
@@ -8,8 +8,8 @@ import { modalMessages } from '../messages';
8
8
  const dropDownItemGroupStyles = xcss({
9
9
  width: '320px',
10
10
  height: '140px',
11
- paddingTop: "var(--ds-space-050, 4px)",
12
- paddingBottom: "var(--ds-space-050, 4px)",
11
+ paddingTop: 'space.050',
12
+ paddingBottom: 'space.050',
13
13
  borderRadius: 'border.radius'
14
14
  });
15
15
  const InlineIcon = jsx("svg", {
@@ -4,7 +4,7 @@ import { extractValuesFromNonComplexJQL } from '../utils/extractValuesFromNonCom
4
4
  import AsyncPopupSelect from './async-popup-select';
5
5
  export var availableBasicFilterTypes = ['project', 'type', 'status', 'assignee'];
6
6
  var basicFilterContainerStyles = xcss({
7
- paddingLeft: "var(--ds-space-100, 8px)"
7
+ paddingLeft: 'space.100'
8
8
  });
9
9
  var BasicFilterContainer = function BasicFilterContainer(_ref) {
10
10
  var jql = _ref.jql,
@@ -9,11 +9,11 @@ import CustomErrorMessage from './errorMessage';
9
9
  import CustomDropdownLoadingMessage from './loadingMessage';
10
10
  import CustomNoOptionsMessage from './noOptionsMessage';
11
11
  var inlineSpinnerStyles = xcss({
12
- paddingTop: "var(--ds-space-075, 6px)"
12
+ paddingTop: 'space.075'
13
13
  });
14
14
  var showMoreButtonBoxStyles = xcss({
15
- paddingLeft: "var(--ds-space-075, 6px)",
16
- paddingTop: "var(--ds-space-100, 8px)"
15
+ paddingLeft: 'space.075',
16
+ paddingTop: 'space.100'
17
17
  });
18
18
  var CustomMenuList = function CustomMenuList(_ref) {
19
19
  var children = _ref.children,
@@ -4,7 +4,7 @@ import Heading from '@atlaskit/heading';
4
4
  import { Flex, Stack, xcss } from '@atlaskit/primitives';
5
5
  var boxStyles = xcss({
6
6
  height: "var(--ds-space-800, 64px)",
7
- marginBottom: "var(--ds-space-200, 16px)"
7
+ marginBottom: 'space.200'
8
8
  });
9
9
  var stackStyles = xcss({
10
10
  paddingTop: 'space.100',
@@ -8,8 +8,8 @@ import { modalMessages } from '../messages';
8
8
  var dropDownItemGroupStyles = xcss({
9
9
  width: '320px',
10
10
  height: '140px',
11
- paddingTop: "var(--ds-space-050, 4px)",
12
- paddingBottom: "var(--ds-space-050, 4px)",
11
+ paddingTop: 'space.050',
12
+ paddingBottom: 'space.050',
13
13
  borderRadius: 'border.radius'
14
14
  });
15
15
  var InlineIcon = jsx("svg", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "1.25.3",
3
+ "version": "1.25.4",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -36,7 +36,7 @@
36
36
  "@atlaskit/avatar": "^21.5.0",
37
37
  "@atlaskit/avatar-group": "^9.5.0",
38
38
  "@atlaskit/badge": "^15.3.0",
39
- "@atlaskit/button": "^17.10.0",
39
+ "@atlaskit/button": "^17.11.0",
40
40
  "@atlaskit/dropdown-menu": "^12.8.0",
41
41
  "@atlaskit/editor-prosemirror": "3.0.0",
42
42
  "@atlaskit/empty-state": "^7.7.0",
@@ -61,7 +61,7 @@
61
61
  "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^1.1.0",
62
62
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.0",
63
63
  "@atlaskit/primitives": "^5.5.0",
64
- "@atlaskit/select": "^17.5.0",
64
+ "@atlaskit/select": "^17.6.0",
65
65
  "@atlaskit/smart-card": "^26.52.0",
66
66
  "@atlaskit/spinner": "^16.0.0",
67
67
  "@atlaskit/tag": "^12.0.0",