@salesforce/ui-bundle-features 1.118.4 → 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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/ui-bundle-features",
3
- "version": "1.118.4",
3
+ "version": "1.119.0",
4
4
  "description": "CLI tool for searching and installing UI features into Salesforce UI Bundles",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "type": "module",