@natoora-libs/core 0.1.10 → 0.1.11

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.
@@ -2,7 +2,7 @@ import {
2
2
  Loading_default,
3
3
  colors,
4
4
  isDarkModeEnabled
5
- } from "../chunk-ZYZWAAFL.js";
5
+ } from "../chunk-CKW5LT7K.js";
6
6
  import {
7
7
  __commonJS,
8
8
  __toESM
@@ -617,7 +617,7 @@ var ExtendedButton = ({
617
617
  buttonType = "button",
618
618
  color = "noOutline",
619
619
  disabled = false,
620
- href = "",
620
+ href,
621
621
  tooltip = "",
622
622
  component = "button",
623
623
  type,
@@ -654,7 +654,7 @@ var ExtendedButton = ({
654
654
  component,
655
655
  "data-testid": copy ? `extended-button-${copy.toLowerCase()}` : "extended-button",
656
656
  disabled,
657
- href,
657
+ href: href ? href : void 0,
658
658
  onClick,
659
659
  type: buttonType,
660
660
  variant,