@salesforce/webapps-features-experimental 1.70.0 → 1.71.1

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.
@@ -14,7 +14,7 @@
14
14
  "session",
15
15
  "user management"
16
16
  ],
17
- "featureDependencies": ["shadcn"],
17
+ "featureDependencies": [],
18
18
  "packageDependencies": {
19
19
  "@salesforce/sdk-data": "^1.56.1",
20
20
  "@salesforce/webapp-experimental": "^1.56.1",
@@ -28,13 +28,13 @@
28
28
  "description": "Apex authentication handler classes"
29
29
  },
30
30
  {
31
- "from": "force-app/main/default/webapplications/feature-react-authentication/src/auth",
32
- "to": "<webappDir>/src/auth",
31
+ "from": "force-app/main/default/webapplications/feature-react-authentication/src/features/authentication",
32
+ "to": "<webappDir>/src/features/authentication",
33
33
  "description": "Authentication components, context, and pages"
34
34
  },
35
35
  {
36
36
  "from": "force-app/main/default/webapplications/feature-react-authentication/src/routes.tsx",
37
- "to": "<webappDir>/src/__example__auth-routes.tsx",
37
+ "to": "<webappDir>/src/features/authentication/__example__authentication-routes.tsx",
38
38
  "description": "Example showing how to add authentication routes",
39
39
  "integrationTarget": "src/routes.tsx"
40
40
  }
@@ -61,77 +61,11 @@
61
61
  "ChangePassword - Password change page"
62
62
  ]
63
63
  },
64
- "shadcn": {
65
- "name": "Shared UI (shadcn)",
66
- "package": "@salesforce/webapp-template-feature-react-shadcn-experimental",
67
- "shortDescription": "Comprehensive UI component library based on shadcn/ui design system",
68
- "longDescription": "Comprehensive UI component library based on shadcn/ui design system. Includes commonly-used components like Button, Card, Input, Select, Table, Tabs, Dialog, and many more. Components are accessible, customizable, and follow modern React patterns. Provides a consistent design language across your application with built-in dark mode support and theming capabilities. All components use Tailwind CSS for styling and are built with accessibility in mind following ARIA guidelines.",
69
- "keywords": [
70
- "shadcn",
71
- "UI components",
72
- "Button",
73
- "Card",
74
- "Input",
75
- "Select",
76
- "Table",
77
- "Tabs",
78
- "design system"
79
- ],
80
- "packageDependencies": {
81
- "class-variance-authority": "^0.7.1",
82
- "clsx": "^2.1.1",
83
- "lucide-react": "^0.562.0",
84
- "radix-ui": "^1.4.3",
85
- "shadcn": "^3.8.5",
86
- "tailwind-merge": "^3.5.0",
87
- "tw-animate-css": "^1.4.0"
88
- },
89
- "copy": [
90
- {
91
- "from": "force-app/main/default/webapplications/feature-react-shadcn/src/components/ui",
92
- "to": "<webappDir>/src/components/ui",
93
- "description": "shadcn-ui component library"
94
- },
95
- {
96
- "from": "force-app/main/default/webapplications/feature-react-shadcn/src/lib",
97
- "to": "<webappDir>/src/lib",
98
- "description": "Utility functions (cn, etc.)"
99
- },
100
- {
101
- "from": "force-app/main/default/webapplications/feature-react-shadcn/src/styles/global.css",
102
- "to": "<webappDir>/src/styles/__example__shadcn-global.css",
103
- "description": "Example showing design tokens and theming styles to add",
104
- "integrationTarget": "src/styles/global.css"
105
- }
106
- ],
107
- "features": [
108
- "Accessible Components - All components follow ARIA guidelines",
109
- "TypeScript - Fully typed with comprehensive type definitions",
110
- "Tailwind CSS - Styled with utility classes",
111
- "Customizable - Easy to customize with className props",
112
- "Dark Mode - Built-in support for dark mode theming",
113
- "Responsive - Components adapt to different screen sizes"
114
- ],
115
- "components": [
116
- "Alert - Alert, AlertTitle, AlertDescription",
117
- "Button - Button component with variants",
118
- "Card - Card, CardHeader, CardFooter, CardTitle, CardDescription, CardContent",
119
- "Field - Field, FieldLabel, FieldDescription, FieldError, FieldGroup",
120
- "Input - Text input component",
121
- "Label - Form label component (Radix UI based)",
122
- "Pagination - Complete pagination component set",
123
- "Select - Select dropdown with Radix UI",
124
- "Skeleton - Loading skeleton for placeholder content",
125
- "Spinner - Loading spinner component",
126
- "Table - Complete table component set",
127
- "Tabs - Tabbed interface components"
128
- ]
129
- },
130
64
  "global-search": {
131
- "name": "Global Search",
65
+ "name": "Global Search (Single Object)",
132
66
  "package": "@salesforce/webapp-template-feature-react-global-search-experimental",
133
- "shortDescription": "Powerful global search for querying Salesforce objects with filters and pagination",
134
- "longDescription": "Global search feature for querying Salesforce objects using GraphQL-powered record list queries with cursor-based pagination. Includes a search input component with keyword search and browse-all modes, a filterable and sortable results page, and a record detail page with layout-driven field display. Supports formatted field rendering (address, email, phone, URL), configurable page sizes, object metadata introspection, and filter criteria with picklist values. Components are accessible with ARIA attributes and screen reader support.",
67
+ "shortDescription": "Single-object search for querying records within a specific Salesforce object with filters and pagination",
68
+ "longDescription": "Single-object search feature for querying records within a specific Salesforce object using GraphQL-powered record list queries with cursor-based pagination. Designed for searching within one object type at a time rather than across multiple objects. Includes a search input component with keyword search and browse-all modes, a filterable and sortable results page, and a record detail page with layout-driven field display. Supports formatted field rendering (address, email, phone, URL), configurable page sizes, object metadata introspection, and filter criteria with picklist values. Components are accessible with ARIA attributes and screen reader support.",
135
69
  "keywords": [
136
70
  "search",
137
71
  "Salesforce objects",
@@ -142,112 +76,27 @@
142
76
  "record detail",
143
77
  "object info"
144
78
  ],
145
- "featureDependencies": ["shadcn"],
79
+ "featureDependencies": [],
146
80
  "packageDependencies": {
147
81
  "@salesforce/webapp-experimental": "^1.56.1",
148
82
  "@tanstack/react-form": "^1.28.3",
149
83
  "zod": "^4.3.6"
150
84
  },
151
85
  "copy": [
152
- {
153
- "from": "force-app/main/default/webapplications/feature-react-global-search/src/api",
154
- "to": "<webappDir>/src/api",
155
- "description": "API services for object info, record detail, and GraphQL record list queries"
156
- },
157
- {
158
- "from": "force-app/main/default/webapplications/feature-react-global-search/src/components/alerts",
159
- "to": "<webappDir>/src/components/alerts",
160
- "description": "Status alert components"
161
- },
162
- {
163
- "from": "force-app/main/default/webapplications/feature-react-global-search/src/components/detail",
164
- "to": "<webappDir>/src/components/detail",
165
- "description": "Record detail view components with formatted field display (address, email, phone, URL)"
166
- },
167
- {
168
- "from": "force-app/main/default/webapplications/feature-react-global-search/src/components/filters",
169
- "to": "<webappDir>/src/components/filters",
170
- "description": "Filter input components for narrowing search results"
171
- },
172
- {
173
- "from": "force-app/main/default/webapplications/feature-react-global-search/src/components/forms",
174
- "to": "<webappDir>/src/components/forms",
175
- "description": "Form components for filter submission"
176
- },
177
- {
178
- "from": "force-app/main/default/webapplications/feature-react-global-search/src/components/layout",
179
- "to": "<webappDir>/src/components/layout",
180
- "description": "Card-based layout components"
181
- },
182
- {
183
- "from": "force-app/main/default/webapplications/feature-react-global-search/src/components/search",
184
- "to": "<webappDir>/src/components/search",
185
- "description": "Search results display with header, result fields, and pagination"
186
- },
187
- {
188
- "from": "force-app/main/default/webapplications/feature-react-global-search/src/components/shared",
189
- "to": "<webappDir>/src/components/shared",
190
- "description": "Shared components including GlobalSearchInput"
191
- },
192
- {
193
- "from": "force-app/main/default/webapplications/feature-react-global-search/src/components/FiltersPanel.tsx",
194
- "to": "<webappDir>/src/components/FiltersPanel.tsx",
195
- "description": "Filters panel container component"
196
- },
197
- {
198
- "from": "force-app/main/default/webapplications/feature-react-global-search/src/components/LoadingFallback.tsx",
199
- "to": "<webappDir>/src/components/LoadingFallback.tsx",
200
- "description": "Loading fallback for Suspense boundaries"
201
- },
202
- {
203
- "from": "force-app/main/default/webapplications/feature-react-global-search/src/components/SearchResultCard.tsx",
204
- "to": "<webappDir>/src/components/SearchResultCard.tsx",
205
- "description": "Individual search result card component"
206
- },
207
- {
208
- "from": "force-app/main/default/webapplications/feature-react-global-search/src/constants.ts",
209
- "to": "<webappDir>/src/constants.ts",
210
- "description": "Feature constants (object API names, page size defaults)"
211
- },
212
86
  {
213
87
  "from": "force-app/main/default/webapplications/feature-react-global-search/src/features/global-search",
214
88
  "to": "<webappDir>/src/features/global-search",
215
- "description": "Public API barrel exports for the global search feature"
216
- },
217
- {
218
- "from": "force-app/main/default/webapplications/feature-react-global-search/src/hooks",
219
- "to": "<webappDir>/src/hooks",
220
- "description": "React hooks for search data, object info, record list (GraphQL), and record detail layout"
221
- },
222
- {
223
- "from": "force-app/main/default/webapplications/feature-react-global-search/src/pages/GlobalSearch.tsx",
224
- "to": "<webappDir>/src/pages/GlobalSearch.tsx",
225
- "description": "Global search results page with filters, sorting, and cursor-based pagination"
226
- },
227
- {
228
- "from": "force-app/main/default/webapplications/feature-react-global-search/src/pages/DetailPage.tsx",
229
- "to": "<webappDir>/src/pages/DetailPage.tsx",
230
- "description": "Record detail page with layout-driven form display"
231
- },
232
- {
233
- "from": "force-app/main/default/webapplications/feature-react-global-search/src/types",
234
- "to": "<webappDir>/src/types",
235
- "description": "TypeScript type definitions for filters, object info, record detail, and search results"
236
- },
237
- {
238
- "from": "force-app/main/default/webapplications/feature-react-global-search/src/utils",
239
- "to": "<webappDir>/src/utils",
240
- "description": "Utility functions for API calls, caching, filtering, pagination, field extraction, and data transforms"
89
+ "description": "Global search components, pages, hooks, API services, filters, record detail views, and utilities"
241
90
  },
242
91
  {
243
92
  "from": "force-app/main/default/webapplications/feature-react-global-search/src/pages/Home.tsx",
244
- "to": "<webappDir>/src/pages/<desired-page-with-search-input>.tsx",
93
+ "to": "<webappDir>/src/features/global-search/__example__global-search-Home.tsx",
245
94
  "description": "Example home page showing GlobalSearchInput integration",
246
- "integrationTarget": "src/pages/Home.tsx"
95
+ "integrationTarget": "src/<path-to-desired-page-with-search-input>.tsx"
247
96
  },
248
97
  {
249
98
  "from": "force-app/main/default/webapplications/feature-react-global-search/src/routes.tsx",
250
- "to": "<webappDir>/src/__example__search-routes.tsx",
99
+ "to": "<webappDir>/src/features/global-search/__example__global-search-routes.tsx",
251
100
  "description": "Example showing how to add global search and detail routes",
252
101
  "integrationTarget": "src/routes.tsx"
253
102
  }
@@ -283,54 +132,6 @@
283
132
  "FilterInput - Text input for filter values",
284
133
  "FilterSelect - Dropdown select for picklist filter values"
285
134
  ]
286
- },
287
- "nav-menu": {
288
- "name": "Navigation Menu",
289
- "package": "@salesforce/webapp-template-feature-react-nav-menu-experimental",
290
- "shortDescription": "Responsive application layout with collapsible navigation menu",
291
- "longDescription": "Responsive application layout with collapsible navigation menu. Provides a consistent app shell structure with sidebar navigation that adapts to mobile, tablet, and desktop viewports. Includes navigation state management, active route highlighting, and customizable menu items with icons.",
292
- "keywords": ["navigation", "app layout", "sidebar", "responsive", "menu", "routing"],
293
- "status": "schema-pending"
294
- },
295
- "charts": {
296
- "name": "Analytics Charts",
297
- "package": "@salesforce/webapp-template-feature-react-chart-experimental",
298
- "shortDescription": "Data visualization components powered by Recharts with built-in theming",
299
- "longDescription": "Data visualization components powered by Recharts with built-in theming support. Provides AnalyticsChart and ChartContainer components for rendering line charts, bar charts, and other visualizations. Includes responsive chart sizing, customizable axes, legends, tooltips, and theme-aware colors that match your application design system.",
300
- "keywords": [
301
- "charts",
302
- "analytics",
303
- "Recharts",
304
- "data visualization",
305
- "line chart",
306
- "bar chart",
307
- "theming"
308
- ],
309
- "status": "schema-pending"
310
- },
311
- "graphql": {
312
- "name": "GraphQL",
313
- "package": "@salesforce/webapp-template-feature-graphql-experimental",
314
- "shortDescription": "Complete GraphQL integration for Salesforce data access with type safety",
315
- "longDescription": "Complete GraphQL integration for Salesforce data access. Includes executeGraphQL utility functions for running queries and mutations, code generation tooling for type-safe GraphQL operations, and example components like AccountsTable demonstrating best practices. Ideal for fetching detailed object data and relationships. Note: for list search operations, REST keyword search may be more appropriate.",
316
- "keywords": [
317
- "GraphQL",
318
- "executeGraphQL",
319
- "codegen",
320
- "type safety",
321
- "Salesforce data",
322
- "queries",
323
- "mutations"
324
- ],
325
- "status": "schema-pending"
326
- },
327
- "agentforce": {
328
- "name": "Agentforce Conversation",
329
- "package": "@salesforce/webapp-template-feature-react-agentforce-conversation-client-experimental",
330
- "shortDescription": "Embedded AI-powered conversation interface using Salesforce Agentforce",
331
- "longDescription": "Embedded AI-powered conversation interface using Salesforce Agentforce. Provides a chat-like copilot or agent UI component that integrates via Lightning Out. Enables users to interact with AI assistants directly within your web application. Requires a valid Salesforce session and proper Agentforce configuration in your Salesforce org.",
332
- "keywords": ["Agentforce", "conversation", "copilot", "agent", "AI", "chat", "Lightning Out"],
333
- "status": "schema-pending"
334
135
  }
335
136
  }
336
137
  }
@@ -1 +1 @@
1
- {"version":3,"file":"package-manager.d.ts","sourceRoot":"","sources":["../src/package-manager.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH,OAAO,KAAK,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAkCtE;;;GAGG;AACH,wBAAsB,cAAc,CACnC,WAAW,EAAE,MAAM,EACnB,KAAK,EAAE,OAAO,EACd,SAAS,EAAE,MAAM,EACjB,MAAM,UAAQ,EACd,OAAO,UAAQ,GACb,OAAO,CAAC,IAAI,CAAC,CAkBf;AAED;;;GAGG;AACH,wBAAsB,0BAA0B,CAC/C,MAAM,EAAE,cAAc,EACtB,OAAO,EAAE,mBAAmB,GAC1B,OAAO,CAAC,IAAI,CAAC,CAmGf;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAoBlF"}
1
+ {"version":3,"file":"package-manager.d.ts","sourceRoot":"","sources":["../src/package-manager.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAMH,OAAO,KAAK,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAkCtE;;;GAGG;AACH,wBAAsB,cAAc,CACnC,WAAW,EAAE,MAAM,EACnB,KAAK,EAAE,OAAO,EACd,SAAS,EAAE,MAAM,EACjB,MAAM,UAAQ,EACd,OAAO,UAAQ,GACb,OAAO,CAAC,IAAI,CAAC,CAkBf;AAED;;;GAGG;AACH,wBAAsB,0BAA0B,CAC/C,MAAM,EAAE,cAAc,EACtB,OAAO,EAAE,mBAAmB,GAC1B,OAAO,CAAC,IAAI,CAAC,CAoGf;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAoBlF"}
@@ -6,7 +6,6 @@
6
6
  import { spawn } from "child_process";
7
7
  import { existsSync, readFileSync, writeFileSync } from "fs";
8
8
  import { join } from "path";
9
- import ora from "ora";
10
9
  import { Logger } from "./logger.js";
11
10
  const fallbackLogger = new Logger();
12
11
  /**
@@ -131,6 +130,7 @@ export async function installPackageDependencies(schema, context) {
131
130
  // Write updated package.json
132
131
  writeFileSync(packageJsonPath, JSON.stringify(packageJson, null, 2) + "\n", "utf-8");
133
132
  // Run npm install with spinner
133
+ const { default: ora } = await import("ora");
134
134
  const spinner = ora({ text: "Running npm install...", indent: 2 }).start();
135
135
  try {
136
136
  const output = await runNpm(["install"], context.webappDir);
@@ -1 +1 @@
1
- {"version":3,"file":"package-manager.js","sourceRoot":"","sources":["../src/package-manager.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"package-manager.js","sourceRoot":"","sources":["../src/package-manager.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapps-features-experimental",
3
- "version": "1.70.0",
3
+ "version": "1.71.1",
4
4
  "description": "CLI tool for searching and installing UI features into Salesforce webapps",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "type": "module",