@atlaskit/css 0.12.3 → 0.12.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,13 @@
1
1
  # @atlaskit/css
2
2
 
3
+ ## 0.12.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`3b5b4a919aaaf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3b5b4a919aaaf) -
8
+ Internal changes to how border radius is applied.
9
+ - Updated dependencies
10
+
3
11
  ## 0.12.3
4
12
 
5
13
  ### Patch Changes
@@ -168,7 +168,7 @@ import { token } from '@atlaskit/tokens';
168
168
  import { Card } from './Card';
169
169
 
170
170
  const styles = cssMap({
171
- root: { padding: token('space.200'), borderRadius: token('border.radius.200') },
171
+ root: { padding: token('space.200'), borderRadius: token('radius.large') },
172
172
  inverse: {
173
173
  backgroundColor: token('color.background.discovery'),
174
174
  color: token('color.text.inverse'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/css",
3
- "version": "0.12.3",
3
+ "version": "0.12.4",
4
4
  "description": "Style components backed by Atlassian Design System design tokens powered by Compiled CSS-in-JS.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",