@salesforce/webapp-template-app-react-template-b2e-experimental 1.67.0 → 1.68.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/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.68.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.67.1...v1.68.0) (2026-03-04)
7
+
8
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.67.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.67.0...v1.67.1) (2026-03-04)
15
+
16
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
17
+
18
+
19
+
20
+
21
+
6
22
  # [1.67.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.66.0...v1.67.0) (2026-03-03)
7
23
 
8
24
  **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
@@ -15,11 +15,11 @@
15
15
  "graphql:schema": "node scripts/get-graphql-schema.mjs"
16
16
  },
17
17
  "dependencies": {
18
- "@salesforce/agentforce-conversation-client": "^1.67.0",
19
- "@salesforce/sdk-data": "^1.67.0",
20
- "@salesforce/webapp-experimental": "^1.67.0",
18
+ "@salesforce/agentforce-conversation-client": "^1.68.0",
19
+ "@salesforce/sdk-data": "^1.68.0",
20
+ "@salesforce/webapp-experimental": "^1.68.0",
21
21
  "@tailwindcss/vite": "^4.1.17",
22
- "@tanstack/react-form": "^1.28.3",
22
+ "@tanstack/react-form": "^1.28.4",
23
23
  "class-variance-authority": "^0.7.1",
24
24
  "clsx": "^2.1.1",
25
25
  "lucide-react": "^0.562.0",
@@ -41,7 +41,7 @@
41
41
  "@graphql-eslint/eslint-plugin": "^4.1.0",
42
42
  "@graphql-tools/utils": "^11.0.0",
43
43
  "@playwright/test": "^1.49.0",
44
- "@salesforce/vite-plugin-webapp-experimental": "^1.67.0",
44
+ "@salesforce/vite-plugin-webapp-experimental": "^1.68.0",
45
45
  "@testing-library/jest-dom": "^6.6.3",
46
46
  "@testing-library/react": "^16.1.0",
47
47
  "@testing-library/user-event": "^14.5.2",
@@ -19,11 +19,10 @@ export { validateRangeValues } from "../utils/formUtils";
19
19
  export const { fieldContext, formContext, useFieldContext, useFormContext } =
20
20
  createFormHookContexts();
21
21
 
22
- interface FilterTextFieldProps
23
- extends Omit<
24
- React.ComponentProps<typeof Input>,
25
- "name" | "value" | "onBlur" | "onChange" | "aria-invalid"
26
- > {
22
+ interface FilterTextFieldProps extends Omit<
23
+ React.ComponentProps<typeof Input>,
24
+ "name" | "value" | "onBlur" | "onChange" | "aria-invalid"
25
+ > {
27
26
  label: string;
28
27
  description?: React.ReactNode;
29
28
  placeholder?: string;
@@ -119,11 +118,10 @@ function FilterSelectField({
119
118
  );
120
119
  }
121
120
 
122
- interface FilterRangeFieldProps
123
- extends Omit<
124
- React.ComponentProps<typeof Input>,
125
- "name" | "value" | "onBlur" | "onChange" | "aria-invalid"
126
- > {
121
+ interface FilterRangeFieldProps extends Omit<
122
+ React.ComponentProps<typeof Input>,
123
+ "name" | "value" | "onBlur" | "onChange" | "aria-invalid"
124
+ > {
127
125
  label?: string;
128
126
  description?: React.ReactNode;
129
127
  placeholder?: string;
@@ -167,21 +165,19 @@ function FilterRangeFieldBase({
167
165
  );
168
166
  }
169
167
 
170
- interface FilterRangeMinFieldProps
171
- extends Omit<
172
- React.ComponentProps<typeof Input>,
173
- "name" | "value" | "onBlur" | "onChange" | "aria-invalid"
174
- > {
168
+ interface FilterRangeMinFieldProps extends Omit<
169
+ React.ComponentProps<typeof Input>,
170
+ "name" | "value" | "onBlur" | "onChange" | "aria-invalid"
171
+ > {
175
172
  label?: string;
176
173
  description?: React.ReactNode;
177
174
  placeholder?: string;
178
175
  }
179
176
 
180
- interface FilterRangeMaxFieldProps
181
- extends Omit<
182
- React.ComponentProps<typeof Input>,
183
- "name" | "value" | "onBlur" | "onChange" | "aria-invalid"
184
- > {
177
+ interface FilterRangeMaxFieldProps extends Omit<
178
+ React.ComponentProps<typeof Input>,
179
+ "name" | "value" | "onBlur" | "onChange" | "aria-invalid"
180
+ > {
185
181
  label?: string;
186
182
  description?: React.ReactNode;
187
183
  placeholder?: string;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-base-sfdx-project-experimental",
3
- "version": "1.67.0",
3
+ "version": "1.68.0",
4
4
  "description": "Base SFDX project template",
5
5
  "private": true,
6
6
  "files": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-app-react-template-b2e-experimental",
3
- "version": "1.67.0",
3
+ "version": "1.68.0",
4
4
  "description": "B2E template app (from BYO)",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "",