@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 +2 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/button-with-link/ButtonWithLink.js +1 -0
- /package/src/components/atoms/icons/{ExternalLinkicon.js → ExternalLinkIcon.js} +0 -0
package/dist/index.esm.js
CHANGED
|
@@ -21511,6 +21511,7 @@ var ButtonWithLink = function ButtonWithLink(_ref) {
|
|
|
21511
21511
|
var _ref$url = _ref.url,
|
|
21512
21512
|
url = _ref$url === void 0 ? "/" : _ref$url,
|
|
21513
21513
|
_ref$matchesCurrentRo = _ref.matchesCurrentRoute,
|
|
21514
|
+
matchesCurrentRoute = _ref$matchesCurrentRo === void 0 ? false : _ref$matchesCurrentRo,
|
|
21514
21515
|
_ref$disabled = _ref.disabled,
|
|
21515
21516
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
21516
21517
|
_ref$fileLink = _ref.fileLink,
|
|
@@ -21551,6 +21552,7 @@ var ButtonWithLink = function ButtonWithLink(_ref) {
|
|
|
21551
21552
|
};
|
|
21552
21553
|
|
|
21553
21554
|
return /*#__PURE__*/React.createElement(ButtonWithLinkWrapper, {
|
|
21555
|
+
matchesCurrentRoute: matchesCurrentRoute,
|
|
21554
21556
|
url: url,
|
|
21555
21557
|
disabled: disabled,
|
|
21556
21558
|
newTab: newTab,
|