@natoora-libs/core 0.2.4 → 0.2.41
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/components/index.js
CHANGED
|
@@ -1379,7 +1379,7 @@ var FilledButton = ({
|
|
|
1379
1379
|
color = "primary",
|
|
1380
1380
|
copy,
|
|
1381
1381
|
disabled = false,
|
|
1382
|
-
href
|
|
1382
|
+
href,
|
|
1383
1383
|
isLoading = false,
|
|
1384
1384
|
onClick,
|
|
1385
1385
|
type = "button",
|
|
@@ -1395,7 +1395,7 @@ var FilledButton = ({
|
|
|
1395
1395
|
}),
|
|
1396
1396
|
disabled: disabled || isLoading,
|
|
1397
1397
|
focusRipple: autoFocus,
|
|
1398
|
-
href,
|
|
1398
|
+
href: href || void 0,
|
|
1399
1399
|
onClick,
|
|
1400
1400
|
type,
|
|
1401
1401
|
variant,
|
|
@@ -1754,7 +1754,7 @@ var OutlinedButton = ({
|
|
|
1754
1754
|
color,
|
|
1755
1755
|
copy,
|
|
1756
1756
|
disabled,
|
|
1757
|
-
href
|
|
1757
|
+
href,
|
|
1758
1758
|
isLoading,
|
|
1759
1759
|
onClick,
|
|
1760
1760
|
startIcon,
|
|
@@ -1770,7 +1770,7 @@ var OutlinedButton = ({
|
|
|
1770
1770
|
[classes.loading]: isLoading
|
|
1771
1771
|
}),
|
|
1772
1772
|
disabled: disabled || isLoading,
|
|
1773
|
-
href,
|
|
1773
|
+
href: href || void 0,
|
|
1774
1774
|
onClick,
|
|
1775
1775
|
startIcon,
|
|
1776
1776
|
style,
|