@salesforce/ui-bundle-features 1.118.3 → 1.119.0
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/features.json +1 -0
- package/package.json +1 -1
package/dist/features.json
CHANGED
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
],
|
|
52
52
|
"components": [
|
|
53
53
|
"AuthContext - React context for managing authentication state",
|
|
54
|
+
"AuthMenu - Composable authentication menu with login/logout dropdown",
|
|
54
55
|
"PrivateRoute - Route protection for authenticated-only pages",
|
|
55
56
|
"AuthenticationRoute - Route layout that redirects authenticated users",
|
|
56
57
|
"Login - Login page component",
|
package/package.json
CHANGED