@atlaskit/link-datasource 6.0.3 → 6.0.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,15 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 6.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`c10405c7e4695`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c10405c7e4695) -
8
+ Internal changes to use tokens for skeleton component border radius.
9
+ - [`c10405c7e4695`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c10405c7e4695) -
10
+ Internal changes to use tokens for skeleton component border radius.
11
+ - Updated dependencies
12
+
3
13
  ## 6.0.3
4
14
 
5
15
  ### Patch Changes
@@ -145,7 +145,7 @@ var EmptyState = function EmptyState(_ref5) {
145
145
  }
146
146
  }, /*#__PURE__*/React.createElement(_linkingCommon.Skeleton, {
147
147
  appearance: "darkGray",
148
- borderRadius: 8,
148
+ borderRadius: "var(--ds-radius-full, 9999px)",
149
149
  testId: "empty-state-skeleton",
150
150
  height: 12,
151
151
  width: width
@@ -135,7 +135,7 @@ const EmptyState = ({
135
135
  }
136
136
  }, /*#__PURE__*/React.createElement(Skeleton, {
137
137
  appearance: "darkGray",
138
- borderRadius: 8,
138
+ borderRadius: "var(--ds-radius-full, 9999px)",
139
139
  testId: "empty-state-skeleton",
140
140
  height: 12,
141
141
  width: width
@@ -137,7 +137,7 @@ var EmptyState = function EmptyState(_ref5) {
137
137
  }
138
138
  }, /*#__PURE__*/React.createElement(Skeleton, {
139
139
  appearance: "darkGray",
140
- borderRadius: 8,
140
+ borderRadius: "var(--ds-radius-full, 9999px)",
141
141
  testId: "empty-state-skeleton",
142
142
  height: 12,
143
143
  width: width
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "6.0.3",
3
+ "version": "6.0.4",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -79,7 +79,7 @@
79
79
  "@atlaskit/primitives": "^20.0.0",
80
80
  "@atlaskit/react-select": "^4.1.0",
81
81
  "@atlaskit/select": "^22.1.0",
82
- "@atlaskit/smart-card": "^45.2.0",
82
+ "@atlaskit/smart-card": "^45.3.0",
83
83
  "@atlaskit/smart-user-picker": "^11.0.0",
84
84
  "@atlaskit/spinner": "^20.0.0",
85
85
  "@atlaskit/tag": "^15.0.0",