@atlaskit/smart-card 42.3.0 → 42.3.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,13 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 42.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`f3494b0a49dbc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f3494b0a49dbc) -
8
+ Internal changes to use new shape tokens. No visual changes.
9
+ - Updated dependencies
10
+
3
11
  ## 42.3.0
4
12
 
5
13
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkoftgi{border-radius:8px}._16jlkb7n{flex-grow:1}
2
+ ._2rko1mok{border-radius:var(--ds-radius-large,8px)}._16jlkb7n{flex-grow:1}
3
3
  ._19bvv77o{padding-left:var(--ds-space-025,2px)}
4
4
  ._1bsb1ns9{width:-moz-fit-content;width:fit-content}
5
5
  ._1e0c1txw{display:flex}
@@ -44,7 +44,7 @@ var AIGlowingBorder = function AIGlowingBorder(_ref) {
44
44
  isGlowing: true,
45
45
  className: className
46
46
  }), /*#__PURE__*/React.createElement("div", {
47
- className: (0, _runtime.ax)(["_2rkoftgi _16jlkb7n _1pbykb7n"])
47
+ className: (0, _runtime.ax)(["_2rko1mok _16jlkb7n _1pbykb7n"])
48
48
  }, children, " "));
49
49
  };
50
50
  var _default = exports.default = AIGlowingBorder;
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkoftgi{border-radius:8px}._16jlkb7n{flex-grow:1}
2
+ ._2rko1mok{border-radius:var(--ds-radius-large,8px)}._16jlkb7n{flex-grow:1}
3
3
  ._19bvv77o{padding-left:var(--ds-space-025,2px)}
4
4
  ._1bsb1ns9{width:-moz-fit-content;width:fit-content}
5
5
  ._1e0c1txw{display:flex}
@@ -34,6 +34,6 @@ React.createElement(AnimatedSvgContainer, {
34
34
  isGlowing: true,
35
35
  className: className
36
36
  }), /*#__PURE__*/React.createElement("div", {
37
- className: ax(["_2rkoftgi _16jlkb7n _1pbykb7n"])
37
+ className: ax(["_2rko1mok _16jlkb7n _1pbykb7n"])
38
38
  }, children, " "));
39
39
  export default AIGlowingBorder;
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkoftgi{border-radius:8px}._16jlkb7n{flex-grow:1}
2
+ ._2rko1mok{border-radius:var(--ds-radius-large,8px)}._16jlkb7n{flex-grow:1}
3
3
  ._19bvv77o{padding-left:var(--ds-space-025,2px)}
4
4
  ._1bsb1ns9{width:-moz-fit-content;width:fit-content}
5
5
  ._1e0c1txw{display:flex}
@@ -35,7 +35,7 @@ var AIGlowingBorder = function AIGlowingBorder(_ref) {
35
35
  isGlowing: true,
36
36
  className: className
37
37
  }), /*#__PURE__*/React.createElement("div", {
38
- className: ax(["_2rkoftgi _16jlkb7n _1pbykb7n"])
38
+ className: ax(["_2rko1mok _16jlkb7n _1pbykb7n"])
39
39
  }, children, " "));
40
40
  };
41
41
  export default AIGlowingBorder;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "42.3.0",
3
+ "version": "42.3.1",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -71,8 +71,8 @@
71
71
  "@atlaskit/textfield": "^8.0.0",
72
72
  "@atlaskit/theme": "^21.0.0",
73
73
  "@atlaskit/tmp-editor-statsig": "^12.32.0",
74
- "@atlaskit/tokens": "^6.3.0",
75
- "@atlaskit/tooltip": "^20.4.0",
74
+ "@atlaskit/tokens": "^6.4.0",
75
+ "@atlaskit/tooltip": "^20.5.0",
76
76
  "@atlaskit/ufo": "^0.4.0",
77
77
  "@babel/runtime": "^7.0.0",
78
78
  "@compiled/react": "^0.18.3",