@asgardeo/react 0.5.19 → 0.5.20
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/cjs/index.js +0 -4
- package/dist/cjs/index.js.map +2 -2
- package/dist/index.js +0 -4
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2564,8 +2564,6 @@ var BaseSignOutButton = forwardRef4(
|
|
|
2564
2564
|
disabled: isLoading,
|
|
2565
2565
|
loading: isLoading,
|
|
2566
2566
|
type: "button",
|
|
2567
|
-
color: "primary",
|
|
2568
|
-
variant: "outline",
|
|
2569
2567
|
...rest,
|
|
2570
2568
|
children
|
|
2571
2569
|
}
|
|
@@ -2638,8 +2636,6 @@ var BaseSignUpButton = forwardRef6(
|
|
|
2638
2636
|
disabled: isLoading,
|
|
2639
2637
|
loading: isLoading,
|
|
2640
2638
|
type: "button",
|
|
2641
|
-
color: "primary",
|
|
2642
|
-
variant: "outline",
|
|
2643
2639
|
...rest,
|
|
2644
2640
|
children
|
|
2645
2641
|
}
|