@atlaskit/help 9.1.17 → 9.1.18

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/help
2
2
 
3
+ ## 9.1.18
4
+
5
+ ### Patch Changes
6
+
7
+ - [`f0662cd7a143e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f0662cd7a143e) -
8
+ Internal changes to how borders are applied.
9
+ - Updated dependencies
10
+
3
11
  ## 9.1.17
4
12
 
5
13
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  ._11c8376l{font:var(--ds-font-body,inherit)}
2
2
  ._19itglyw{border:none}
3
- ._2rko1y44{border-radius:4px}
3
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
4
4
  ._2rkofajl{border-radius:var(--ds-radius-small,3px)}
5
5
  ._18u0idpf{margin-left:0}
6
6
  ._19bv1b66{padding-left:var(--ds-space-050,4px)}
@@ -66,7 +66,7 @@ var helpContentButtonIconStyles = null;
66
66
  var HelpContentButtonIcon = exports.HelpContentButtonIcon = function HelpContentButtonIcon(_ref2) {
67
67
  var children = _ref2.children;
68
68
  return /*#__PURE__*/_react.default.createElement("div", {
69
- className: (0, _runtime.ax)(["_2rko1y44 _1e0c1o8l _s7n4nkob _1bsbgktf _4t3igktf _kqswh2mm _vr2wstnw _1t181ssb _1t981ssb _1eab1ooe"])
69
+ className: (0, _runtime.ax)(["_2rko12b0 _1e0c1o8l _s7n4nkob _1bsbgktf _4t3igktf _kqswh2mm _vr2wstnw _1t181ssb _1t981ssb _1eab1ooe"])
70
70
  }, children);
71
71
  };
72
72
  var helpContentButtonTextStyles = null;
@@ -1,6 +1,6 @@
1
1
  ._11c8376l{font:var(--ds-font-body,inherit)}
2
2
  ._19itglyw{border:none}
3
- ._2rko1y44{border-radius:4px}
3
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
4
4
  ._2rkofajl{border-radius:var(--ds-radius-small,3px)}
5
5
  ._18u0idpf{margin-left:0}
6
6
  ._19bv1b66{padding-left:var(--ds-space-050,4px)}
@@ -46,7 +46,7 @@ const helpContentButtonIconStyles = null;
46
46
  export const HelpContentButtonIcon = ({
47
47
  children
48
48
  }) => /*#__PURE__*/React.createElement("div", {
49
- className: ax(["_2rko1y44 _1e0c1o8l _s7n4nkob _1bsbgktf _4t3igktf _kqswh2mm _vr2wstnw _1t181ssb _1t981ssb _1eab1ooe"])
49
+ className: ax(["_2rko12b0 _1e0c1o8l _s7n4nkob _1bsbgktf _4t3igktf _kqswh2mm _vr2wstnw _1t181ssb _1t981ssb _1eab1ooe"])
50
50
  }, children);
51
51
  const helpContentButtonTextStyles = null;
52
52
  export const HelpContentButtonText = ({
@@ -1,6 +1,6 @@
1
1
  ._11c8376l{font:var(--ds-font-body,inherit)}
2
2
  ._19itglyw{border:none}
3
- ._2rko1y44{border-radius:4px}
3
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
4
4
  ._2rkofajl{border-radius:var(--ds-radius-small,3px)}
5
5
  ._18u0idpf{margin-left:0}
6
6
  ._19bv1b66{padding-left:var(--ds-space-050,4px)}
@@ -59,7 +59,7 @@ var helpContentButtonIconStyles = null;
59
59
  export var HelpContentButtonIcon = function HelpContentButtonIcon(_ref2) {
60
60
  var children = _ref2.children;
61
61
  return /*#__PURE__*/React.createElement("div", {
62
- className: ax(["_2rko1y44 _1e0c1o8l _s7n4nkob _1bsbgktf _4t3igktf _kqswh2mm _vr2wstnw _1t181ssb _1t981ssb _1eab1ooe"])
62
+ className: ax(["_2rko12b0 _1e0c1o8l _s7n4nkob _1bsbgktf _4t3igktf _kqswh2mm _vr2wstnw _1t181ssb _1t981ssb _1eab1ooe"])
63
63
  }, children);
64
64
  };
65
65
  var helpContentButtonTextStyles = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "9.1.17",
3
+ "version": "9.1.18",
4
4
  "description": "A cross-product help component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -55,7 +55,7 @@
55
55
  "@atlaskit/spinner": "^19.0.0",
56
56
  "@atlaskit/textarea": "^8.0.0",
57
57
  "@atlaskit/textfield": "^8.0.0",
58
- "@atlaskit/theme": "^20.0.0",
58
+ "@atlaskit/theme": "^21.0.0",
59
59
  "@atlaskit/tokens": "^6.3.0",
60
60
  "@atlaskit/tooltip": "^20.4.0",
61
61
  "@babel/runtime": "^7.0.0",