@atlaskit/help-layout 6.2.1 → 6.2.2

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-layout
2
2
 
3
+ ## 6.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#153983](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/153983)
8
+ [`f9c637ec4160b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f9c637ec4160b) -
9
+ [ux] UI bug fixes when AI enabled
10
+
3
11
  ## 6.2.1
4
12
 
5
13
  ### Patch Changes
@@ -14,5 +14,5 @@ var createAndFire = exports.createAndFire = x.createAndFireEvent('atlaskit');
14
14
  var defaultAnalyticsAttributes = exports.defaultAnalyticsAttributes = {
15
15
  componentName: 'helpPanel',
16
16
  packageName: "@atlaskit/help-layout",
17
- packageVersion: "6.2.1"
17
+ packageVersion: "6.2.2"
18
18
  };
@@ -56,7 +56,7 @@ var BackButtonWithContext = function BackButtonWithContext(props) {
56
56
  data: {
57
57
  componentName: 'backButton',
58
58
  packageName: "@atlaskit/help-layout",
59
- packageVersion: "6.2.1"
59
+ packageVersion: "6.2.2"
60
60
  }
61
61
  }, /*#__PURE__*/_react.default.createElement(BackButton, props));
62
62
  };
@@ -55,7 +55,7 @@ var CloseButtonWithContext = function CloseButtonWithContext(props) {
55
55
  data: {
56
56
  componentName: 'closeButton',
57
57
  packageName: "@atlaskit/help-layout",
58
- packageVersion: "6.2.1"
58
+ packageVersion: "6.2.2"
59
59
  }
60
60
  }, /*#__PURE__*/_react.default.createElement(CloseButton, props));
61
61
  };
@@ -3,11 +3,13 @@
3
3
  ._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
4
4
  ._zulpu2gc{gap:var(--ds-space-100,8px)}
5
5
  ._1h6d15qp{border-color:var(--ds-border-accent-blue,#1d7afc)}
6
- ._1rjcu2gc{padding-block:var(--ds-space-100,8px)}._18m91wug{overflow-y:auto}
6
+ ._1rjcu2gc{padding-block:var(--ds-space-100,8px)}._18m915vq{overflow-y:hidden}
7
+ ._18m91wug{overflow-y:auto}
7
8
  ._18u01b66{margin-left:var(--ds-space-050,4px)}
8
9
  ._19pk1b66{margin-top:var(--ds-space-050,4px)}
9
10
  ._1bsb1osq{width:100%}
10
11
  ._1e0c1txw{display:flex}
12
+ ._1reo15vq{overflow-x:hidden}
11
13
  ._1reo1wug{overflow-x:auto}
12
14
  ._1ul91wqb{min-width:60px}
13
15
  ._2hwx1b66{margin-right:var(--ds-space-050,4px)}
@@ -19,7 +19,7 @@ var _DynamicHeader = require("../DynamicHeader");
19
19
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
20
20
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
21
21
  var styles = {
22
- mainContent: "_1reo1wug _18m91wug _4t3i1osq _1bsb1osq",
22
+ mainContent: "_1reo15vq _18m915vq _4t3i1osq _1bsb1osq",
23
23
  navBarWrapper: "_1reo1wug _18m91wug _4t3i1osq _1bsb1osq",
24
24
  navButton: "_2rkoiti9 _zulpu2gc _19it145i _1rjcu2gc _1e0c1txw _bfhk1j28 _2lx21bp4 _4cvr1h6o _80omtlke _vchhusvi _o5721q9c _1bsb1osq _irr3166n _30l31fxt",
25
25
  navButtonSelected: "_1h6d15qp _bfhkfg4m _syaz14q2 _irr3i1yw _30l314q2",
@@ -5,5 +5,5 @@ export const createAndFire = x.createAndFireEvent('atlaskit');
5
5
  export const defaultAnalyticsAttributes = {
6
6
  componentName: 'helpPanel',
7
7
  packageName: "@atlaskit/help-layout",
8
- packageVersion: "6.2.1"
8
+ packageVersion: "6.2.2"
9
9
  };
@@ -50,7 +50,7 @@ const BackButtonWithContext = props => {
50
50
  data: {
51
51
  componentName: 'backButton',
52
52
  packageName: "@atlaskit/help-layout",
53
- packageVersion: "6.2.1"
53
+ packageVersion: "6.2.2"
54
54
  }
55
55
  }, /*#__PURE__*/React.createElement(BackButton, props));
56
56
  };
@@ -51,7 +51,7 @@ const CloseButtonWithContext = props => {
51
51
  data: {
52
52
  componentName: 'closeButton',
53
53
  packageName: "@atlaskit/help-layout",
54
- packageVersion: "6.2.1"
54
+ packageVersion: "6.2.2"
55
55
  }
56
56
  }, /*#__PURE__*/React.createElement(CloseButton, props));
57
57
  };
@@ -3,11 +3,13 @@
3
3
  ._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
4
4
  ._zulpu2gc{gap:var(--ds-space-100,8px)}
5
5
  ._1h6d15qp{border-color:var(--ds-border-accent-blue,#1d7afc)}
6
- ._1rjcu2gc{padding-block:var(--ds-space-100,8px)}._18m91wug{overflow-y:auto}
6
+ ._1rjcu2gc{padding-block:var(--ds-space-100,8px)}._18m915vq{overflow-y:hidden}
7
+ ._18m91wug{overflow-y:auto}
7
8
  ._18u01b66{margin-left:var(--ds-space-050,4px)}
8
9
  ._19pk1b66{margin-top:var(--ds-space-050,4px)}
9
10
  ._1bsb1osq{width:100%}
10
11
  ._1e0c1txw{display:flex}
12
+ ._1reo15vq{overflow-x:hidden}
11
13
  ._1reo1wug{overflow-x:auto}
12
14
  ._1ul91wqb{min-width:60px}
13
15
  ._2hwx1b66{margin-right:var(--ds-space-050,4px)}
@@ -8,7 +8,7 @@ import { Box, Flex, Pressable, Stack, Text } from '@atlaskit/primitives/compiled
8
8
  import Tooltip from '@atlaskit/tooltip';
9
9
  import { DynamicHeader } from '../DynamicHeader';
10
10
  const styles = {
11
- mainContent: "_1reo1wug _18m91wug _4t3i1osq _1bsb1osq",
11
+ mainContent: "_1reo15vq _18m915vq _4t3i1osq _1bsb1osq",
12
12
  navBarWrapper: "_1reo1wug _18m91wug _4t3i1osq _1bsb1osq",
13
13
  navButton: "_2rkoiti9 _zulpu2gc _19it145i _1rjcu2gc _1e0c1txw _bfhk1j28 _2lx21bp4 _4cvr1h6o _80omtlke _vchhusvi _o5721q9c _1bsb1osq _irr3166n _30l31fxt",
14
14
  navButtonSelected: "_1h6d15qp _bfhkfg4m _syaz14q2 _irr3i1yw _30l314q2",
@@ -5,5 +5,5 @@ export var createAndFire = x.createAndFireEvent('atlaskit');
5
5
  export var defaultAnalyticsAttributes = {
6
6
  componentName: 'helpPanel',
7
7
  packageName: "@atlaskit/help-layout",
8
- packageVersion: "6.2.1"
8
+ packageVersion: "6.2.2"
9
9
  };
@@ -49,7 +49,7 @@ var BackButtonWithContext = function BackButtonWithContext(props) {
49
49
  data: {
50
50
  componentName: 'backButton',
51
51
  packageName: "@atlaskit/help-layout",
52
- packageVersion: "6.2.1"
52
+ packageVersion: "6.2.2"
53
53
  }
54
54
  }, /*#__PURE__*/React.createElement(BackButton, props));
55
55
  };
@@ -48,7 +48,7 @@ var CloseButtonWithContext = function CloseButtonWithContext(props) {
48
48
  data: {
49
49
  componentName: 'closeButton',
50
50
  packageName: "@atlaskit/help-layout",
51
- packageVersion: "6.2.1"
51
+ packageVersion: "6.2.2"
52
52
  }
53
53
  }, /*#__PURE__*/React.createElement(CloseButton, props));
54
54
  };
@@ -3,11 +3,13 @@
3
3
  ._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
4
4
  ._zulpu2gc{gap:var(--ds-space-100,8px)}
5
5
  ._1h6d15qp{border-color:var(--ds-border-accent-blue,#1d7afc)}
6
- ._1rjcu2gc{padding-block:var(--ds-space-100,8px)}._18m91wug{overflow-y:auto}
6
+ ._1rjcu2gc{padding-block:var(--ds-space-100,8px)}._18m915vq{overflow-y:hidden}
7
+ ._18m91wug{overflow-y:auto}
7
8
  ._18u01b66{margin-left:var(--ds-space-050,4px)}
8
9
  ._19pk1b66{margin-top:var(--ds-space-050,4px)}
9
10
  ._1bsb1osq{width:100%}
10
11
  ._1e0c1txw{display:flex}
12
+ ._1reo15vq{overflow-x:hidden}
11
13
  ._1reo1wug{overflow-x:auto}
12
14
  ._1ul91wqb{min-width:60px}
13
15
  ._2hwx1b66{margin-right:var(--ds-space-050,4px)}
@@ -9,7 +9,7 @@ import { Box, Flex, Pressable, Stack, Text } from '@atlaskit/primitives/compiled
9
9
  import Tooltip from '@atlaskit/tooltip';
10
10
  import { DynamicHeader } from '../DynamicHeader';
11
11
  var styles = {
12
- mainContent: "_1reo1wug _18m91wug _4t3i1osq _1bsb1osq",
12
+ mainContent: "_1reo15vq _18m915vq _4t3i1osq _1bsb1osq",
13
13
  navBarWrapper: "_1reo1wug _18m91wug _4t3i1osq _1bsb1osq",
14
14
  navButton: "_2rkoiti9 _zulpu2gc _19it145i _1rjcu2gc _1e0c1txw _bfhk1j28 _2lx21bp4 _4cvr1h6o _80omtlke _vchhusvi _o5721q9c _1bsb1osq _irr3166n _30l31fxt",
15
15
  navButtonSelected: "_1h6d15qp _bfhkfg4m _syaz14q2 _irr3i1yw _30l314q2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help-layout",
3
- "version": "6.2.1",
3
+ "version": "6.2.2",
4
4
  "description": "Layout for the atlaskit/help component.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"