@asgardeo/react 0.5.18 → 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/cjs/index.js
CHANGED
|
@@ -2674,8 +2674,6 @@ var BaseSignOutButton = (0, import_react29.forwardRef)(
|
|
|
2674
2674
|
disabled: isLoading,
|
|
2675
2675
|
loading: isLoading,
|
|
2676
2676
|
type: "button",
|
|
2677
|
-
color: "secondary",
|
|
2678
|
-
variant: "outline",
|
|
2679
2677
|
...rest,
|
|
2680
2678
|
children
|
|
2681
2679
|
}
|
|
@@ -2746,8 +2744,6 @@ var BaseSignUpButton = (0, import_react31.forwardRef)(
|
|
|
2746
2744
|
disabled: isLoading,
|
|
2747
2745
|
loading: isLoading,
|
|
2748
2746
|
type: "button",
|
|
2749
|
-
color: "primary",
|
|
2750
|
-
variant: "outline",
|
|
2751
2747
|
...rest,
|
|
2752
2748
|
children
|
|
2753
2749
|
}
|