@atlaskit/link-datasource 1.27.0 → 1.27.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 +6 -0
- package/dist/cjs/ui/common/error-state/no-instances.js +1 -1
- package/dist/cjs/ui/issue-like-table/render-type/user/index.js +1 -1
- package/dist/es2019/ui/common/error-state/no-instances.js +1 -1
- package/dist/es2019/ui/issue-like-table/render-type/user/index.js +1 -1
- package/dist/esm/ui/common/error-state/no-instances.js +1 -1
- package/dist/esm/ui/issue-like-table/render-type/user/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 1.27.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#89629](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89629) [`cb82b58b4ae2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cb82b58b4ae2) - Update xcss usages to align to new types.
|
|
8
|
+
|
|
3
9
|
## 1.27.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
|
@@ -19,7 +19,7 @@ var descriptionStyles = (0, _react.css)({
|
|
|
19
19
|
marginTop: "var(--ds-space-100, 8px)"
|
|
20
20
|
});
|
|
21
21
|
var containerStyles = (0, _primitives.xcss)({
|
|
22
|
-
marginTop: '
|
|
22
|
+
marginTop: 'space.800'
|
|
23
23
|
});
|
|
24
24
|
var NoInstancesView = exports.NoInstancesView = function NoInstancesView(_ref) {
|
|
25
25
|
var title = _ref.title,
|
|
@@ -27,7 +27,7 @@ var userWrapperStyles = (0, _primitives.xcss)({
|
|
|
27
27
|
fontSize: "".concat(_styled2.fieldTextFontSize, "px")
|
|
28
28
|
});
|
|
29
29
|
var avatarWrapperStyles = (0, _primitives.xcss)({
|
|
30
|
-
marginRight: '
|
|
30
|
+
marginRight: 'space.100'
|
|
31
31
|
});
|
|
32
32
|
var widthObserverWrapperStyles = (0, _primitives.xcss)({
|
|
33
33
|
position: 'relative'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "1.27.
|
|
3
|
+
"version": "1.27.1",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.0",
|
|
63
63
|
"@atlaskit/primitives": "^5.5.0",
|
|
64
64
|
"@atlaskit/select": "^17.6.0",
|
|
65
|
-
"@atlaskit/smart-card": "^26.
|
|
65
|
+
"@atlaskit/smart-card": "^26.55.0",
|
|
66
66
|
"@atlaskit/spinner": "^16.0.0",
|
|
67
67
|
"@atlaskit/tag": "^12.0.0",
|
|
68
68
|
"@atlaskit/textfield": "6.1.3",
|