@thecb/components 8.3.1-beta.8 → 8.3.1-beta.9

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/dist/index.cjs.js CHANGED
@@ -21519,6 +21519,7 @@ var ButtonWithLink = function ButtonWithLink(_ref) {
21519
21519
  var _ref$url = _ref.url,
21520
21520
  url = _ref$url === void 0 ? "/" : _ref$url,
21521
21521
  _ref$matchesCurrentRo = _ref.matchesCurrentRoute,
21522
+ matchesCurrentRoute = _ref$matchesCurrentRo === void 0 ? false : _ref$matchesCurrentRo,
21522
21523
  _ref$disabled = _ref.disabled,
21523
21524
  disabled = _ref$disabled === void 0 ? false : _ref$disabled,
21524
21525
  _ref$fileLink = _ref.fileLink,
@@ -21559,6 +21560,7 @@ var ButtonWithLink = function ButtonWithLink(_ref) {
21559
21560
  };
21560
21561
 
21561
21562
  return /*#__PURE__*/React__default.createElement(ButtonWithLinkWrapper, {
21563
+ matchesCurrentRoute: matchesCurrentRoute,
21562
21564
  url: url,
21563
21565
  disabled: disabled,
21564
21566
  newTab: newTab,