@atlaskit/smart-card 20.0.2 → 20.0.3

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/smart-card
2
2
 
3
+ ## 20.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`4c2c26ca270`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c2c26ca270) - Fix regression in logos in BlockCard footers in preview mode cuased by the `appearance` prop.
8
+ - [`d4133fe0edc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d4133fe0edc) - Fix regression in logos in BlockCard footers caused by inheriting ProseMirror styles after a change in @atlaskit/logo internals.
9
+ - Updated dependencies
10
+
3
11
  ## 20.0.2
4
12
 
5
13
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "20.0.2",
3
+ "version": "20.0.3",
4
4
  "sideEffects": false
5
5
  }
@@ -33,11 +33,12 @@ var Provider = function Provider(_ref) {
33
33
  return (0, _core.jsx)("div", {
34
34
  css: {
35
35
  display: 'flex',
36
- alignItems: 'center'
36
+ alignItems: 'center',
37
+ fontSize: (0, _utils.gs)(1.5),
38
+ whiteSpace: 'normal'
37
39
  }
38
40
  }, iconToRender, (0, _core.jsx)("span", {
39
41
  css: {
40
- fontSize: (0, _utils.gs)(1.5),
41
42
  color: (0, _tokens.token)('color.text.subtlest', _colors.N300),
42
43
  margin: 0,
43
44
  marginLeft: (0, _utils.gs)(0.5),
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "20.0.2",
3
+ "version": "20.0.3",
4
4
  "sideEffects": false
5
5
  }
@@ -23,11 +23,12 @@ export const Provider = ({
23
23
  return jsx("div", {
24
24
  css: {
25
25
  display: 'flex',
26
- alignItems: 'center'
26
+ alignItems: 'center',
27
+ fontSize: gs(1.5),
28
+ whiteSpace: 'normal'
27
29
  }
28
30
  }, iconToRender, jsx("span", {
29
31
  css: {
30
- fontSize: gs(1.5),
31
32
  color: token('color.text.subtlest', N300),
32
33
  margin: 0,
33
34
  marginLeft: gs(0.5),
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "20.0.2",
3
+ "version": "20.0.3",
4
4
  "sideEffects": false
5
5
  }
@@ -22,11 +22,12 @@ export var Provider = function Provider(_ref) {
22
22
  return jsx("div", {
23
23
  css: {
24
24
  display: 'flex',
25
- alignItems: 'center'
25
+ alignItems: 'center',
26
+ fontSize: gs(1.5),
27
+ whiteSpace: 'normal'
26
28
  }
27
29
  }, iconToRender, jsx("span", {
28
30
  css: {
29
- fontSize: gs(1.5),
30
31
  color: token('color.text.subtlest', N300),
31
32
  margin: 0,
32
33
  marginLeft: gs(0.5),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "20.0.2",
3
+ "version": "20.0.3",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,7 +34,7 @@
34
34
  "@atlaskit/icon-priority": "^6.3.0",
35
35
  "@atlaskit/in-product-testing": "^0.1.0",
36
36
  "@atlaskit/linking-common": "^1.2.0",
37
- "@atlaskit/logo": "^13.7.0",
37
+ "@atlaskit/logo": "^13.8.0",
38
38
  "@atlaskit/lozenge": "^11.1.0",
39
39
  "@atlaskit/media-common": "^2.15.0",
40
40
  "@atlaskit/modal-dialog": "^12.2.0",
@@ -58,7 +58,7 @@
58
58
  "uuid": "^3.1.0"
59
59
  },
60
60
  "peerDependencies": {
61
- "@atlaskit/link-provider": "^1.1.0",
61
+ "@atlaskit/link-provider": "^1.1.2",
62
62
  "react": "^16.8.0",
63
63
  "react-dom": "^16.8.0",
64
64
  "react-intl-next": "npm:react-intl@^5.18.1"