@bigbinary/neeto-molecules 1.0.85 → 1.0.87

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.
@@ -1601,16 +1601,22 @@ var SubHeader = function SubHeader(_ref) {
1601
1601
  var _ref$className = _ref.className,
1602
1602
  className = _ref$className === void 0 ? "" : _ref$className,
1603
1603
  leftActionBlock = _ref.leftActionBlock,
1604
- rightActionBlock = _ref.rightActionBlock;
1604
+ rightActionBlock = _ref.rightActionBlock,
1605
+ _ref$dataCy = _ref["data-cy"],
1606
+ dataCy = _ref$dataCy === void 0 ? "subheader" : _ref$dataCy;
1605
1607
  return /*#__PURE__*/React__default.createElement("div", {
1606
1608
  className: classnames(["neeto-molecules-subheader", className]),
1609
+ "data-cy": dataCy,
1607
1610
  "data-testid": "subheader"
1608
1611
  }, /*#__PURE__*/React__default.createElement("div", {
1609
- className: "neeto-molecules-subheader__left-wrapper"
1612
+ className: "neeto-molecules-subheader__left-wrapper",
1613
+ "data-cy": "subheader-left-wrapper"
1610
1614
  }, leftActionBlock && /*#__PURE__*/React__default.createElement("div", {
1611
- className: "neeto-molecules-subheader__left"
1615
+ className: "neeto-molecules-subheader__left",
1616
+ "data-cy": "subheader-left"
1612
1617
  }, leftActionBlock)), rightActionBlock && /*#__PURE__*/React__default.createElement("div", {
1613
- className: "neeto-molecules-subheader__right"
1618
+ className: "neeto-molecules-subheader__right",
1619
+ "data-cy": "subheader-right"
1614
1620
  }, rightActionBlock));
1615
1621
  };
1616
1622
  SubHeader.RightBlock = RightBlock;
@@ -1652,6 +1658,7 @@ var Breadcrumbs = function Breadcrumbs(_ref) {
1652
1658
  link = _ref2.link;
1653
1659
  return /*#__PURE__*/React__default.createElement("div", {
1654
1660
  className: "neeto-molecules-header__breadcrumb",
1661
+ "data-cy": "header-breadcrumb",
1655
1662
  key: index
1656
1663
  }, /*#__PURE__*/React__default.createElement(Link, {
1657
1664
  to: link