@salesforce/webapp-template-app-react-sample-b2x-experimental 1.112.10 → 1.113.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.
Files changed (206) hide show
  1. package/README.md +9 -9
  2. package/dist/CHANGELOG.md +8 -0
  3. package/dist/README.md +7 -7
  4. package/dist/force-app/main/default/digitalExperienceConfigs/{appreactsampleb2x1.digitalExperienceConfig → propertyrentalapp1.digitalExperienceConfig} +3 -3
  5. package/dist/force-app/main/default/digitalExperiences/site/{appreactsampleb2x1/appreactsampleb2x1.digitalExperience-meta.xml → propertyrentalapp1/propertyrentalapp1.digitalExperience-meta.xml} +1 -1
  6. package/dist/force-app/main/default/digitalExperiences/site/{appreactsampleb2x1/sfdc_cms__site/appreactsampleb2x1 → propertyrentalapp1/sfdc_cms__site/propertyrentalapp1}/_meta.json +1 -1
  7. package/dist/force-app/main/default/digitalExperiences/site/{appreactsampleb2x1/sfdc_cms__site/appreactsampleb2x1 → propertyrentalapp1/sfdc_cms__site/propertyrentalapp1}/content.json +3 -3
  8. package/dist/force-app/main/default/networks/{appreactsampleb2x.network → propertyrentalapp.network} +4 -4
  9. package/dist/force-app/main/default/package.xml +4 -4
  10. package/dist/force-app/main/default/sites/{appreactsampleb2x.site → propertyrentalapp.site} +2 -2
  11. package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/README.md +2 -2
  12. package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/package.json +3 -3
  13. package/dist/force-app/main/default/webapplications/{appreactsampleb2x/appreactsampleb2x.webapplication-meta.xml → propertyrentalapp/propertyrentalapp.webapplication-meta.xml} +1 -1
  14. package/dist/package-lock.json +2 -2
  15. package/dist/package.json +1 -1
  16. package/package.json +2 -2
  17. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/.forceignore +0 -0
  18. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/.graphqlrc.yml +0 -0
  19. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/.prettierignore +0 -0
  20. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/.prettierrc +0 -0
  21. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/CHANGELOG.md +0 -0
  22. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/codegen.yml +0 -0
  23. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/components.json +0 -0
  24. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/e2e/app.spec.ts +0 -0
  25. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/eslint.config.js +0 -0
  26. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/index.html +0 -0
  27. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/playwright.config.ts +0 -0
  28. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/scripts/get-graphql-schema.mjs +0 -0
  29. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/scripts/rewrite-e2e-assets.mjs +0 -0
  30. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/api/applications/applicationApi.ts +0 -0
  31. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/api/graphql-operations-types.ts +0 -0
  32. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/api/graphqlClient.ts +0 -0
  33. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/api/leadApi.ts +0 -0
  34. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/api/maintenanceRequests/maintenanceRequestApi.ts +0 -0
  35. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/api/properties/propertyDetailGraphQL.ts +0 -0
  36. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/api/properties/propertyListingGraphQL.ts +0 -0
  37. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/app.tsx +0 -0
  38. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/appLayout.tsx +0 -0
  39. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/assets/icons/appliances.svg +0 -0
  40. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/assets/icons/book.svg +0 -0
  41. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/assets/icons/copy.svg +0 -0
  42. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/assets/icons/electrical.svg +0 -0
  43. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/assets/icons/hvac.svg +0 -0
  44. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/assets/icons/pest.svg +0 -0
  45. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/assets/icons/plumbing.svg +0 -0
  46. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/assets/icons/rocket.svg +0 -0
  47. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/assets/icons/star.svg +0 -0
  48. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/assets/icons/zen-logo.svg +0 -0
  49. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/assets/images/codey-1.png +0 -0
  50. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/assets/images/codey-2.png +0 -0
  51. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/assets/images/codey-3.png +0 -0
  52. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/assets/images/vibe-codey.svg +0 -0
  53. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/SkeletonPrimitives.tsx +0 -0
  54. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/alerts/status-alert.tsx +0 -0
  55. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/dashboard/WeatherWidget.tsx +0 -0
  56. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/layout/TopBar.tsx +0 -0
  57. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/layout/VerticalNav.tsx +0 -0
  58. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/layouts/card-layout.tsx +0 -0
  59. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/maintenanceRequests/MaintenanceRequestIcon.tsx +0 -0
  60. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/maintenanceRequests/MaintenanceRequestList.tsx +0 -0
  61. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/maintenanceRequests/MaintenanceRequestListItem.tsx +0 -0
  62. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/maintenanceRequests/MaintenanceSummaryDetailsModal.tsx +0 -0
  63. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/maintenanceRequests/StatusBadge.tsx +0 -0
  64. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/properties/PropertyListingCard.tsx +0 -0
  65. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/properties/PropertyListingSearchPagination.tsx +0 -0
  66. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/properties/PropertyMap.tsx +0 -0
  67. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/properties/PropertySearchFilters.tsx +0 -0
  68. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/alert.tsx +0 -0
  69. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/badge.tsx +0 -0
  70. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/breadcrumb.tsx +0 -0
  71. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/button.tsx +0 -0
  72. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/calendar.tsx +0 -0
  73. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/card.tsx +0 -0
  74. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/checkbox.tsx +0 -0
  75. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/collapsible.tsx +0 -0
  76. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/datePicker.tsx +0 -0
  77. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/dialog.tsx +0 -0
  78. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/field.tsx +0 -0
  79. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/index.ts +0 -0
  80. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/input.tsx +0 -0
  81. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/label.tsx +0 -0
  82. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/pagination.tsx +0 -0
  83. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/popover.tsx +0 -0
  84. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/select.tsx +0 -0
  85. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/separator.tsx +0 -0
  86. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/skeleton.tsx +0 -0
  87. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/sonner.tsx +0 -0
  88. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/spinner.tsx +0 -0
  89. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/table.tsx +0 -0
  90. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/components/ui/tabs.tsx +0 -0
  91. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/constants/propertyListing.ts +0 -0
  92. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/api/userProfileApi.ts +0 -0
  93. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/authHelpers.ts +0 -0
  94. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/authenticationConfig.ts +0 -0
  95. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/context/AuthContext.tsx +0 -0
  96. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/footers/footer-link.tsx +0 -0
  97. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/forms/auth-form.tsx +0 -0
  98. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/forms/submit-button.tsx +0 -0
  99. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/hooks/form.tsx +0 -0
  100. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/hooks/useCountdownTimer.ts +0 -0
  101. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/hooks/useRetryWithBackoff.ts +0 -0
  102. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/layout/card-skeleton.tsx +0 -0
  103. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/layout/centered-page-layout.tsx +0 -0
  104. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/layouts/AuthAppLayout.tsx +0 -0
  105. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/layouts/authenticationRouteLayout.tsx +0 -0
  106. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/layouts/privateRouteLayout.tsx +0 -0
  107. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/pages/ChangePassword.tsx +0 -0
  108. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/pages/ForgotPassword.tsx +0 -0
  109. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/pages/Login.tsx +0 -0
  110. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/pages/Profile.tsx +0 -0
  111. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/pages/Register.tsx +0 -0
  112. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/pages/ResetPassword.tsx +0 -0
  113. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/sessionTimeout/SessionTimeoutValidator.tsx +0 -0
  114. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/sessionTimeout/sessionTimeService.ts +0 -0
  115. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/sessionTimeout/sessionTimeoutConfig.ts +0 -0
  116. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/authentication/utils/helpers.ts +0 -0
  117. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/__examples__/api/accountSearchService.ts +0 -0
  118. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/__examples__/api/query/distinctAccountIndustries.graphql +0 -0
  119. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/__examples__/api/query/distinctAccountTypes.graphql +0 -0
  120. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/__examples__/api/query/getAccountDetail.graphql +0 -0
  121. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/__examples__/api/query/searchAccounts.graphql +0 -0
  122. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/__examples__/pages/AccountObjectDetailPage.tsx +0 -0
  123. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/__examples__/pages/AccountSearch.tsx +0 -0
  124. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/__examples__/pages/Home.tsx +0 -0
  125. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/api/objectSearchService.ts +0 -0
  126. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/components/ActiveFilters.tsx +0 -0
  127. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/components/FilterContext.tsx +0 -0
  128. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/components/ObjectBreadcrumb.tsx +0 -0
  129. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/components/PaginationControls.tsx +0 -0
  130. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/components/SearchBar.tsx +0 -0
  131. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/components/SortControl.tsx +0 -0
  132. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/components/filters/BooleanFilter.tsx +0 -0
  133. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/components/filters/DateFilter.tsx +0 -0
  134. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/components/filters/DateRangeFilter.tsx +0 -0
  135. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/components/filters/MultiSelectFilter.tsx +0 -0
  136. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/components/filters/NumericRangeFilter.tsx +0 -0
  137. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/components/filters/SearchFilter.tsx +0 -0
  138. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/components/filters/SelectFilter.tsx +0 -0
  139. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/components/filters/TextFilter.tsx +0 -0
  140. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/hooks/useAsyncData.ts +0 -0
  141. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/hooks/useCachedAsyncData.ts +0 -0
  142. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/hooks/useObjectSearchParams.ts +0 -0
  143. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/utils/debounce.ts +0 -0
  144. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/utils/fieldUtils.ts +0 -0
  145. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/utils/filterUtils.ts +0 -0
  146. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/features/object-search/utils/sortUtils.ts +0 -0
  147. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/hooks/useGeocode.ts +0 -0
  148. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/hooks/useMaintenanceRequests.ts +0 -0
  149. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/hooks/usePropertyAddresses.ts +0 -0
  150. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/hooks/usePropertyDetail.ts +0 -0
  151. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/hooks/usePropertyListingAmenities.ts +0 -0
  152. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/hooks/usePropertyListingSearch.ts +0 -0
  153. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/hooks/usePropertyMapMarkers.ts +0 -0
  154. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/hooks/usePropertyPrimaryImages.ts +0 -0
  155. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/hooks/useWeather.ts +0 -0
  156. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/lib/utils.ts +0 -0
  157. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/navigationMenu.tsx +0 -0
  158. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/pages/Application.tsx +0 -0
  159. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/pages/Contact.tsx +0 -0
  160. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/pages/Dashboard.tsx +0 -0
  161. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/pages/Home.tsx +0 -0
  162. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/pages/Maintenance.tsx +0 -0
  163. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/pages/NotFound.tsx +0 -0
  164. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/pages/PropertyDetails.tsx +0 -0
  165. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/pages/PropertySearch.tsx +0 -0
  166. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/pages/PropertySearchPlaceholder.tsx +0 -0
  167. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-01.jpg +0 -0
  168. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-02.jpg +0 -0
  169. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-03.jpg +0 -0
  170. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-04.jpg +0 -0
  171. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-05.jpg +0 -0
  172. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-06.jpg +0 -0
  173. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-07.jpg +0 -0
  174. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-08.jpg +0 -0
  175. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-09.jpg +0 -0
  176. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-10.jpg +0 -0
  177. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-11.jpg +0 -0
  178. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-12.jpg +0 -0
  179. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-13.jpg +0 -0
  180. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-14.jpg +0 -0
  181. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-15.jpg +0 -0
  182. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-16.jpg +0 -0
  183. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-17.jpg +0 -0
  184. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-18.jpg +0 -0
  185. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-19.jpg +0 -0
  186. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-20.jpg +0 -0
  187. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-21.jpg +0 -0
  188. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-22.jpg +0 -0
  189. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-23.jpg +0 -0
  190. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-24.jpg +0 -0
  191. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/public/property-25.jpg +0 -0
  192. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/router-utils.tsx +0 -0
  193. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/routes.tsx +0 -0
  194. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/styles/global.css +0 -0
  195. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/types/leaflet.d.ts +0 -0
  196. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/types/searchResults.ts +0 -0
  197. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/utils/geocode.ts +0 -0
  198. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/src/utils/propertyListingPaginationUtils.ts +0 -0
  199. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/tsconfig.json +0 -0
  200. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/tsconfig.node.json +0 -0
  201. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/vite-env.d.ts +0 -0
  202. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/vite.config.ts +0 -0
  203. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/vitest-env.d.ts +0 -0
  204. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/vitest.config.ts +0 -0
  205. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/vitest.setup.ts +0 -0
  206. /package/dist/force-app/main/default/webapplications/{appreactsampleb2x → propertyrentalapp}/webapplication.json +0 -0
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # appreactsampleb2x
1
+ # Property Rental App
2
2
 
3
- B2X (Business-to-Consumer) sample app — property listings, site container, and Experience Cloud deployment.
3
+ Property rental sample app — property listings, site container, and Experience Cloud deployment.
4
4
 
5
5
  ## In this monorepo
6
6
 
@@ -9,15 +9,15 @@ This package is a **template app** in the webapps monorepo. It is built by apply
9
9
  ### Build
10
10
 
11
11
  ```bash
12
- nx run appreactsampleb2x:build
12
+ nx run propertyrentalapp:build
13
13
  ```
14
14
 
15
- Produces an SFDX project in `dist/` with the web app at `dist/force-app/main/default/webapplications/appreactsampleb2x/`.
15
+ Produces an SFDX project in `dist/` with the web app at `dist/force-app/main/default/webapplications/propertyrentalapp/`.
16
16
 
17
17
  ### Dev server
18
18
 
19
19
  ```bash
20
- nx run appreactsampleb2x:dev
20
+ nx run propertyrentalapp:dev
21
21
  ```
22
22
 
23
23
  Starts the Vite dev server from the built output in `dist/`.
@@ -25,7 +25,7 @@ Starts the Vite dev server from the built output in `dist/`.
25
25
  ### Watch
26
26
 
27
27
  ```bash
28
- nx run appreactsampleb2x:watch
28
+ nx run propertyrentalapp:watch
29
29
  ```
30
30
 
31
31
  Re-applies patches automatically when source files change.
@@ -35,8 +35,8 @@ Re-applies patches automatically when source files change.
35
35
  This package has no dedicated test target. To run tests, build first, then run them from the built web app:
36
36
 
37
37
  ```bash
38
- nx run appreactsampleb2x:build
39
- cd dist/force-app/main/default/webapplications/appreactsampleb2x && npm install && npm test
38
+ nx run propertyrentalapp:build
39
+ cd dist/force-app/main/default/webapplications/propertyrentalapp && npm install && npm test
40
40
  ```
41
41
 
42
42
  ### Clean
@@ -49,4 +49,4 @@ Removes the `dist/` directory.
49
49
 
50
50
  ---
51
51
 
52
- For standalone run, deploy, and test instructions (e.g. after publishing or extracting `dist/`), see the [web app README](dist/force-app/main/default/webapplications/appreactsampleb2x/README.md).
52
+ For standalone run, deploy, and test instructions (e.g. after publishing or extracting `dist/`), see the [web app README](dist/force-app/main/default/webapplications/propertyrentalapp/README.md).
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.113.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.112.10...v1.113.0) (2026-03-25)
7
+
8
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.112.10](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.112.9...v1.112.10) (2026-03-24)
7
15
 
8
16
  **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
package/dist/README.md CHANGED
@@ -1,12 +1,12 @@
1
- # App React Sample B2X
1
+ # Property Rental App
2
2
 
3
- A B2X (Business-to-Consumer) sample React web app for Salesforce Experience Cloud. Demonstrates property listings, maintenance requests, and a dashboard with an app shell designed for external-facing deployment. Built with React, Vite, TypeScript, and Tailwind/shadcn.
3
+ A property rental sample React web app for Salesforce Experience Cloud. Demonstrates property listings, maintenance requests, and a dashboard with an app shell designed for external-facing deployment. Built with React, Vite, TypeScript, and Tailwind/shadcn.
4
4
 
5
5
  ## What's included
6
6
 
7
7
  | Path | Description |
8
8
  | ----------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
9
- | `force-app/main/default/webapplications/appreactsampleb2x/` | React web app (source, config, tests) |
9
+ | `force-app/main/default/webapplications/propertyrentalapp/` | React web app (source, config, tests) |
10
10
  | `force-app/main/default/objects/` | 17 custom objects — Agent\_\_c, Application\_\_c, KPI_Snapshot\_\_c, Lease\_\_c, Maintenance_Request\_\_c, Maintenance_Worker\_\_c, Notification\_\_c, Payment\_\_c, Property\_\_c, Property_Cost\_\_c, Property_Feature\_\_c, Property_Image\_\_c, Property_Listing\_\_c, Property_Management_Company\_\_c, Property_Owner\_\_c, Property_Sale\_\_c, Tenant\_\_c |
11
11
  | `force-app/main/default/layouts/` | Page layouts for each custom object |
12
12
  | `force-app/main/default/permissionsets/` | `Property_Management_Access` permission set |
@@ -23,26 +23,26 @@ A B2X (Business-to-Consumer) sample React web app for Salesforce Experience Clou
23
23
  Navigate to the web app and install dependencies:
24
24
 
25
25
  ```bash
26
- cd force-app/main/default/webapplications/appreactsampleb2x
26
+ cd force-app/main/default/webapplications/propertyrentalapp
27
27
  npm install
28
28
  npm run dev
29
29
  ```
30
30
 
31
- Opens at http://localhost:5173 by default. For build and test instructions, see the [web app README](force-app/main/default/webapplications/appreactsampleb2x/README.md).
31
+ Opens at http://localhost:5173 by default. For build and test instructions, see the [web app README](force-app/main/default/webapplications/propertyrentalapp/README.md).
32
32
 
33
33
  ## Deploy
34
34
 
35
35
  ### Deploy everything (metadata + Experience Cloud site + web app)
36
36
 
37
37
  ```bash
38
- cd force-app/main/default/webapplications/appreactsampleb2x && npm install && npm run build && cd -
38
+ cd force-app/main/default/webapplications/propertyrentalapp && npm install && npm run build && cd -
39
39
  sf project deploy start --source-dir force-app --target-org <alias>
40
40
  ```
41
41
 
42
42
  ### Deploy the web app only
43
43
 
44
44
  ```bash
45
- cd force-app/main/default/webapplications/appreactsampleb2x && npm install && npm run build && cd -
45
+ cd force-app/main/default/webapplications/propertyrentalapp && npm install && npm run build && cd -
46
46
  sf project deploy start --source-dir force-app/main/default/webapplications --target-org <alias>
47
47
  ```
48
48
 
@@ -1,8 +1,8 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <DigitalExperienceConfig xmlns="http://soap.sforce.com/2006/04/metadata">
3
- <label>appreactsampleb2x</label>
3
+ <label>propertyrentalapp</label>
4
4
  <site>
5
- <urlPathPrefix>appreactsampleb2x</urlPathPrefix>
5
+ <urlPathPrefix>propertyrentalapp</urlPathPrefix>
6
6
  </site>
7
- <space>site/appreactsampleb2x1</space>
7
+ <space>site/propertyrentalapp1</space>
8
8
  </DigitalExperienceConfig>
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <DigitalExperienceBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3
3
  <digitalExperienceFolderShares/>
4
- <label>appreactsampleb2x1</label>
4
+ <label>propertyrentalapp1</label>
5
5
  <modules>
6
6
  <module>
7
7
  <fullyQualifiedName>sfdc_cms__collection</fullyQualifiedName>
@@ -1,5 +1,5 @@
1
1
  {
2
- "apiName": "appreactsampleb2x1",
2
+ "apiName": "propertyrentalapp1",
3
3
  "type": "sfdc_cms__site",
4
4
  "path": ""
5
5
  }
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "type": "sfdc_cms__site",
3
- "title": "appreactsampleb2x",
3
+ "title": "propertyrentalapp",
4
4
  "contentBody": {
5
5
  "authenticationType": "AUTHENTICATED_WITH_PUBLIC_ACCESS_ENABLED",
6
6
  "appContainer": true,
7
- "appSpace": "c__appreactsampleb2x"
7
+ "appSpace": "c__propertyrentalapp"
8
8
  },
9
- "urlName": "appreactsampleb2x"
9
+ "urlName": "propertyrentalapp"
10
10
  }
@@ -6,7 +6,7 @@
6
6
  <communityRoles/>
7
7
  <disableReputationRecordConversations>true</disableReputationRecordConversations>
8
8
  <emailSenderAddress>trialorgfarmforu@salesforce.com.invalid.invalid</emailSenderAddress>
9
- <emailSenderName>appreactsampleb2x</emailSenderName>
9
+ <emailSenderName>propertyrentalapp</emailSenderName>
10
10
  <embeddedLoginEnabled>false</embeddedLoginEnabled>
11
11
  <enableApexCDNCaching>true</enableApexCDNCaching>
12
12
  <enableCustomVFErrorPageOverrides>false</enableCustomVFErrorPageOverrides>
@@ -45,16 +45,16 @@
45
45
  <selfRegProfilePageOverrideSetting>Designer</selfRegProfilePageOverrideSetting>
46
46
  </networkPageOverrides>
47
47
  <newSenderAddress>trialorgfarmforu@salesforce.com</newSenderAddress>
48
- <picassoSite>appreactsampleb2x1</picassoSite>
48
+ <picassoSite>propertyrentalapp1</picassoSite>
49
49
  <selfRegistration>false</selfRegistration>
50
50
  <sendWelcomeEmail>true</sendWelcomeEmail>
51
- <site>appreactsampleb2x</site>
51
+ <site>propertyrentalapp</site>
52
52
  <siteArchiveStatus>NotArchived</siteArchiveStatus>
53
53
  <status>Live</status>
54
54
  <tabs>
55
55
  <defaultTab>home</defaultTab>
56
56
  <standardTab>Chatter</standardTab>
57
57
  </tabs>
58
- <urlPathPrefix>appreactsampleb2xvforcesite</urlPathPrefix>
58
+ <urlPathPrefix>propertyrentalappvforcesite</urlPathPrefix>
59
59
  <welcomeTemplate>unfiled$public/CommunityWelcomeEmailTemplate</welcomeTemplate>
60
60
  </Network>
@@ -1,19 +1,19 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <Package xmlns="http://soap.sforce.com/2006/04/metadata">
3
3
  <types>
4
- <members>appreactsampleb2x</members>
4
+ <members>propertyrentalapp</members>
5
5
  <name>CustomSite</name>
6
6
  </types>
7
7
  <types>
8
- <members>site/appreactsampleb2x1</members>
8
+ <members>site/propertyrentalapp1</members>
9
9
  <name>DigitalExperienceBundle</name>
10
10
  </types>
11
11
  <types>
12
- <members>appreactsampleb2x1</members>
12
+ <members>propertyrentalapp1</members>
13
13
  <name>DigitalExperienceConfig</name>
14
14
  </types>
15
15
  <types>
16
- <members>appreactsampleb2x</members>
16
+ <members>propertyrentalapp</members>
17
17
  <name>Network</name>
18
18
  </types>
19
19
  <version>66.0</version>
@@ -19,7 +19,7 @@
19
19
  <genericErrorPage>Exception</genericErrorPage>
20
20
  <inMaintenancePage>InMaintenance</inMaintenancePage>
21
21
  <indexPage>CommunitiesLanding</indexPage>
22
- <masterLabel>appreactsampleb2x</masterLabel>
22
+ <masterLabel>propertyrentalapp</masterLabel>
23
23
  <redirectToCustomDomain>false</redirectToCustomDomain>
24
24
  <referrerPolicyOriginWhenCrossOrigin>true</referrerPolicyOriginWhenCrossOrigin>
25
25
  <selfRegPage>CommunitiesSelfReg</selfRegPage>
@@ -27,5 +27,5 @@
27
27
  <!-- <siteAdmin>epic.out.d1d3a2d722c8@orgfarm.salesforce.com</siteAdmin> -->
28
28
  <!-- <siteGuestRecordDefaultOwner>epic.out.d1d3a2d722c8@orgfarm.salesforce.com</siteGuestRecordDefaultOwner> -->
29
29
  <siteType>ChatterNetwork</siteType>
30
- <urlPathPrefix>appreactsampleb2xvforcesite</urlPathPrefix>
30
+ <urlPathPrefix>propertyrentalappvforcesite</urlPathPrefix>
31
31
  </CustomSite>
@@ -1,6 +1,6 @@
1
- # App React Sample B2X
1
+ # Property Rental App
2
2
 
3
- A sample B2X (Business-to-Consumer) React web app with an app shell for Salesforce Experience Cloud. Includes property listings, maintenance requests, and a dashboard. Built with React, Vite, TypeScript, and Tailwind/shadcn.
3
+ A property rental sample React web app with an app shell for Salesforce Experience Cloud. Includes property listings, maintenance requests, and a dashboard. Built with React, Vite, TypeScript, and Tailwind/shadcn.
4
4
 
5
5
  For project-level details (metadata, deploy, sample data), see the [project README](../../../../../../README.md).
6
6
 
@@ -15,8 +15,8 @@
15
15
  "graphql:schema": "node scripts/get-graphql-schema.mjs"
16
16
  },
17
17
  "dependencies": {
18
- "@salesforce/sdk-data": "^1.112.10",
19
- "@salesforce/webapp-experimental": "^1.112.10",
18
+ "@salesforce/sdk-data": "^1.113.0",
19
+ "@salesforce/webapp-experimental": "^1.113.0",
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.112.10",
50
+ "@salesforce/vite-plugin-webapp-experimental": "^1.113.0",
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",
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <WebApplication xmlns="http://soap.sforce.com/2006/04/metadata">
3
- <masterLabel>appreactsampleb2x</masterLabel>
3
+ <masterLabel>propertyrentalapp</masterLabel>
4
4
  <description>A Salesforce web application.</description>
5
5
  <isActive>true</isActive>
6
6
  <version>1</version>
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
3
- "version": "1.112.10",
3
+ "version": "1.113.0",
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.112.10",
9
+ "version": "1.113.0",
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.112.10",
3
+ "version": "1.113.0",
4
4
  "description": "Base SFDX project template",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "publishConfig": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-app-react-sample-b2x-experimental",
3
- "version": "1.112.10",
4
- "description": "B2C sample app template with app shell",
3
+ "version": "1.113.0",
4
+ "description": "Salesforce sample property rental React app",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "",
7
7
  "type": "module",