@salesforce/webapp-template-feature-react-agentforce-conversation-client-experimental 1.62.2 → 1.64.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 (28) hide show
  1. package/dist/.a4drules/skills/feature-graphql-graphql-data-access/SKILL.md +1 -1
  2. package/dist/.a4drules/skills/feature-micro-frontend-micro-frontend/SKILL.md +1 -1
  3. package/dist/.a4drules/skills/feature-react-agentforce-conversation-client-embedded-agent/SKILL.md +1 -1
  4. package/dist/.a4drules/skills/feature-react-chart-analytics-charts/SKILL.md +1 -1
  5. package/dist/.a4drules/webapp.md +0 -2
  6. package/dist/CHANGELOG.md +19 -0
  7. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/package-lock.json +4172 -237
  8. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/package.json +12 -5
  9. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/alert.tsx +76 -0
  10. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/button.tsx +67 -0
  11. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/card.tsx +103 -0
  12. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/dialog.tsx +162 -0
  13. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/field.tsx +237 -0
  14. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/index.ts +84 -0
  15. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/input.tsx +19 -0
  16. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/label.tsx +22 -0
  17. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/pagination.tsx +132 -0
  18. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/select.tsx +193 -0
  19. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/separator.tsx +26 -0
  20. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/skeleton.tsx +14 -0
  21. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/spinner.tsx +16 -0
  22. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/table.tsx +114 -0
  23. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/tabs.tsx +88 -0
  24. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components.json +18 -0
  25. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/lib/utils.ts +6 -0
  26. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/styles/global.css +122 -0
  27. package/dist/package.json +1 -1
  28. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: graphql-data-access
2
+ name: feature-graphql-graphql-data-access
3
3
  description: Add or modify Salesforce GraphQL data access code. Use when the user asks to fetch, query, or mutate Salesforce data, or add a GraphQL operation for an object like Account, Contact, or Opportunity.
4
4
  ---
5
5
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: micro-frontends
2
+ name: feature-micro-frontend-micro-frontend
3
3
  description: Generate a Micro Frontend LWC component for a Web Application.
4
4
  license: Proprietary. LICENSE.txt has complete terms
5
5
  metadata:
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: embedded-agent
2
+ name: feature-react-agentforce-conversation-client-embedded-agent
3
3
  description: Embed an Agentforce conversation client (chat UI) into a React web application. Use when the user wants to add an employee agent, a chat client, chatbot, chat widget, chat component, conversation client, or conversational interface to their React app. Also applies when the user asks to embed or integrate any Salesforce agent — including employee agent, travel agent, HR agent, service agent, or any custom-named agent — or mentions Agentforce, Agentforce widget, Agentforce chat, or agent chat.
4
4
  ---
5
5
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: analytics-charts
2
+ name: feature-react-chart-analytics-charts
3
3
  description: Add or change charts from raw data. Use when the user asks for a chart, graph, or analytics visualization from JSON/data.
4
4
  ---
5
5
 
@@ -75,8 +75,6 @@ Agents consistently miss these. **You must not leave them default.**
75
75
  - **Motion:** Use high-impact motion (e.g. staggered reveals).
76
76
  - **Depth:** Add atmosphere/depth in backgrounds.
77
77
 
78
- Follow **webapplications-design-system** expert knowledge for full guidance.
79
-
80
78
  # Development Cycle
81
79
 
82
80
  - Execute tasks continuously until all planned items complete in the current iteration.
package/dist/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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.64.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.63.0...v1.64.0) (2026-03-03)
7
+
8
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
9
+
10
+
11
+
12
+
13
+
14
+ # [1.63.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.62.2...v1.63.0) (2026-03-03)
15
+
16
+
17
+ ### Features
18
+
19
+ * move shadcn UI into base-react-app ([#188](https://github.com/salesforce-experience-platform-emu/webapps/issues/188)) ([366443f](https://github.com/salesforce-experience-platform-emu/webapps/commit/366443f626c5232ca56c6a5dc6da874bfb955f22))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [1.62.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.62.1...v1.62.2) (2026-03-02)
7
26
 
8
27
  **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental