@salesforce/webapp-template-app-react-sample-b2x-experimental 1.116.4 → 1.116.5

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.116.5](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.116.4...v1.116.5) (2026-03-26)
7
+
8
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.116.4](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.116.3...v1.116.4) (2026-03-26)
7
15
 
8
16
  **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
@@ -12,38 +12,7 @@
12
12
  <title>ZENLEASE</title>
13
13
  </head>
14
14
  <body>
15
- <div id="root">
16
- <div
17
- style="
18
- display: flex;
19
- align-items: center;
20
- justify-content: center;
21
- height: 100vh;
22
- background: #f9fafb;
23
- "
24
- >
25
- <svg
26
- width="40"
27
- height="40"
28
- viewBox="0 0 24 24"
29
- fill="none"
30
- stroke="#0d9488"
31
- stroke-width="2"
32
- stroke-linecap="round"
33
- stroke-linejoin="round"
34
- style="animation: spin 1s linear infinite"
35
- >
36
- <style>
37
- @keyframes spin {
38
- to {
39
- transform: rotate(360deg);
40
- }
41
- }
42
- </style>
43
- <path d="M21 12a9 9 0 1 1-6.219-8.56" />
44
- </svg>
45
- </div>
46
- </div>
15
+ <div id="root"></div>
47
16
  <script type="module" src="src/app.tsx"></script>
48
17
  </body>
49
18
  </html>
@@ -15,8 +15,8 @@
15
15
  "graphql:schema": "node scripts/get-graphql-schema.mjs"
16
16
  },
17
17
  "dependencies": {
18
- "@salesforce/sdk-data": "^1.116.4",
19
- "@salesforce/webapp-experimental": "^1.116.4",
18
+ "@salesforce/sdk-data": "^1.116.5",
19
+ "@salesforce/webapp-experimental": "^1.116.5",
20
20
  "@tailwindcss/vite": "^4.1.17",
21
21
  "class-variance-authority": "^0.7.1",
22
22
  "clsx": "^2.1.1",
@@ -47,7 +47,7 @@
47
47
  "@graphql-eslint/eslint-plugin": "^4.1.0",
48
48
  "@graphql-tools/utils": "^11.0.0",
49
49
  "@playwright/test": "^1.49.0",
50
- "@salesforce/vite-plugin-webapp-experimental": "^1.116.4",
50
+ "@salesforce/vite-plugin-webapp-experimental": "^1.116.5",
51
51
  "@testing-library/jest-dom": "^6.6.3",
52
52
  "@testing-library/react": "^16.1.0",
53
53
  "@testing-library/user-event": "^14.5.2",
@@ -2,7 +2,6 @@ import { createBrowserRouter, RouterProvider } from "react-router";
2
2
  import { routes } from "@/routes";
3
3
  import { StrictMode, Component, type ReactNode } from "react";
4
4
  import { createRoot } from "react-dom/client";
5
- import { AuthProvider } from "./features/authentication/context/AuthContext";
6
5
  import "./styles/global.css";
7
6
 
8
7
  class ErrorBoundary extends Component<
@@ -37,9 +36,7 @@ if (rootEl) {
37
36
  createRoot(rootEl).render(
38
37
  <StrictMode>
39
38
  <ErrorBoundary>
40
- <AuthProvider>
41
- <RouterProvider router={router} />
42
- </AuthProvider>
39
+ <RouterProvider router={router} />
43
40
  </ErrorBoundary>
44
41
  </StrictMode>,
45
42
  );
@@ -3,6 +3,7 @@ import Home from '@/pages/Home';
3
3
  import NotFound from '@/pages/NotFound';
4
4
  import AccountSearch from "./features/object-search/__examples__/pages/AccountSearch";
5
5
  import AccountObjectDetail from "./features/object-search/__examples__/pages/AccountObjectDetailPage";
6
+ import AuthAppLayout from "./features/authentication/layouts/AuthAppLayout";
6
7
  import Login from "./features/authentication/pages/Login";
7
8
  import Register from "./features/authentication/pages/Register";
8
9
  import ForgotPassword from "./features/authentication/pages/ForgotPassword";
@@ -12,7 +13,6 @@ import ChangePassword from "./features/authentication/pages/ChangePassword";
12
13
  import AuthenticationRoute from "./features/authentication/layouts/authenticationRouteLayout";
13
14
  import PrivateRoute from "./features/authentication/layouts/privateRouteLayout";
14
15
  import { ROUTES } from "./features/authentication/authenticationConfig";
15
- import AppLayout from "@/appLayout";
16
16
  import Dashboard from "@/pages/Dashboard";
17
17
  import Maintenance from "@/pages/Maintenance";
18
18
  import PropertySearch from "@/pages/PropertySearch";
@@ -23,7 +23,7 @@ import Contact from "@/pages/Contact";
23
23
  export const routes: RouteObject[] = [
24
24
  {
25
25
  path: "/",
26
- element: <AppLayout />,
26
+ element: <AuthAppLayout />,
27
27
  children: [
28
28
  {
29
29
  index: true,
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
3
- "version": "1.116.4",
3
+ "version": "1.116.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
9
- "version": "1.116.4",
9
+ "version": "1.116.5",
10
10
  "license": "SEE LICENSE IN LICENSE.txt",
11
11
  "devDependencies": {
12
12
  "@lwc/eslint-plugin-lwc": "^3.3.0",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
3
- "version": "1.116.4",
3
+ "version": "1.116.5",
4
4
  "description": "Base SFDX project template",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "publishConfig": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-app-react-sample-b2x-experimental",
3
- "version": "1.116.4",
3
+ "version": "1.116.5",
4
4
  "description": "Salesforce sample property rental React app",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "",