@asgardeo/react 0.5.17 → 0.5.19
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 +2 -1
- package/dist/cjs/index.js.map +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +2 -2
- package/package.json +2 -2
package/dist/cjs/index.js
CHANGED
|
@@ -133,6 +133,7 @@ __export(index_exports, {
|
|
|
133
133
|
getMeProfile: () => getScim2Me_default,
|
|
134
134
|
getOrganization: () => getOrganization_default,
|
|
135
135
|
getSchemas: () => getSchemas_default,
|
|
136
|
+
http: () => import_browser68.http,
|
|
136
137
|
updateMeProfile: () => updateMeProfile_default,
|
|
137
138
|
updateOrganization: () => updateOrganization_default,
|
|
138
139
|
useAlertVariant: () => useAlertVariant,
|
|
@@ -2673,7 +2674,7 @@ var BaseSignOutButton = (0, import_react29.forwardRef)(
|
|
|
2673
2674
|
disabled: isLoading,
|
|
2674
2675
|
loading: isLoading,
|
|
2675
2676
|
type: "button",
|
|
2676
|
-
color: "
|
|
2677
|
+
color: "primary",
|
|
2677
2678
|
variant: "outline",
|
|
2678
2679
|
...rest,
|
|
2679
2680
|
children
|