@atlaskit/link-datasource 0.24.0 → 0.24.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-datasource
2
2
 
3
+ ## 0.24.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`2d2b6b23bec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d2b6b23bec) - Updated dependencies
8
+
3
9
  ## 0.24.0
4
10
 
5
11
  ### Minor Changes
@@ -150,7 +150,7 @@ var IssueLikeDataTableView = function IssueLikeDataTableView(_ref2) {
150
150
  cells: visibleSortedColumns.map(function (_ref4) {
151
151
  var key = _ref4.key;
152
152
  var content = (0, _react2.jsx)(_linkingCommon.Skeleton, {
153
- borderRadius: "var(--ds-radius-100, 3px)",
153
+ borderRadius: "var(--ds-border-radius-100, 3px)",
154
154
  width: '100%',
155
155
  height: '20px'
156
156
  });
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
4
4
  "sideEffects": false
5
5
  }
@@ -119,7 +119,7 @@ export const IssueLikeDataTableView = ({
119
119
  key
120
120
  }) => {
121
121
  const content = jsx(Skeleton, {
122
- borderRadius: "var(--ds-radius-100, 3px)",
122
+ borderRadius: "var(--ds-border-radius-100, 3px)",
123
123
  width: '100%',
124
124
  height: '20px'
125
125
  });
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
4
4
  "sideEffects": false
5
5
  }
@@ -144,7 +144,7 @@ export var IssueLikeDataTableView = function IssueLikeDataTableView(_ref2) {
144
144
  cells: visibleSortedColumns.map(function (_ref4) {
145
145
  var key = _ref4.key;
146
146
  var content = jsx(Skeleton, {
147
- borderRadius: "var(--ds-radius-100, 3px)",
147
+ borderRadius: "var(--ds-border-radius-100, 3px)",
148
148
  width: '100%',
149
149
  height: '20px'
150
150
  });
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,7 +34,7 @@
34
34
  "@atlaskit/icon": "^21.12.0",
35
35
  "@atlaskit/icon-object": "^6.3.0",
36
36
  "@atlaskit/image": "^1.1.0",
37
- "@atlaskit/link-client-extension": "^1.2.0",
37
+ "@atlaskit/link-client-extension": "^1.2.1",
38
38
  "@atlaskit/linking-common": "^2.15.0",
39
39
  "@atlaskit/linking-types": "^6.0.0",
40
40
  "@atlaskit/lozenge": "^11.4.0",
@@ -49,7 +49,7 @@
49
49
  "@atlaskit/tag": "^11.5.0",
50
50
  "@atlaskit/textfield": "5.5.1",
51
51
  "@atlaskit/theme": "^12.5.0",
52
- "@atlaskit/tokens": "^1.5.0",
52
+ "@atlaskit/tokens": "^1.6.0",
53
53
  "@atlassianlabs/jql-editor": "^1.2.0",
54
54
  "@atlassianlabs/jql-editor-autocomplete-rest": "^1.0.1",
55
55
  "@babel/runtime": "^7.0.0",