@salesforce/webapp-template-feature-react-agentforce-conversation-client-experimental 1.62.0 → 1.63.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 (24) hide show
  1. package/dist/.a4drules/webapp.md +0 -2
  2. package/dist/CHANGELOG.md +27 -0
  3. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/package-lock.json +4168 -233
  4. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/package.json +12 -5
  5. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/alert.tsx +76 -0
  6. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/button.tsx +67 -0
  7. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/card.tsx +103 -0
  8. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/dialog.tsx +162 -0
  9. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/field.tsx +237 -0
  10. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/index.ts +84 -0
  11. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/input.tsx +19 -0
  12. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/label.tsx +22 -0
  13. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/pagination.tsx +132 -0
  14. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/select.tsx +193 -0
  15. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/separator.tsx +26 -0
  16. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/skeleton.tsx +14 -0
  17. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/spinner.tsx +16 -0
  18. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/table.tsx +114 -0
  19. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components/ui/tabs.tsx +88 -0
  20. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/components.json +18 -0
  21. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/lib/utils.ts +6 -0
  22. package/dist/force-app/main/default/webapplications/feature-react-agentforce-conversation-client/src/styles/global.css +122 -0
  23. package/dist/package.json +1 -1
  24. package/package.json +3 -4
@@ -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,33 @@
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.63.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.62.2...v1.63.0) (2026-03-03)
7
+
8
+
9
+ ### Features
10
+
11
+ * 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))
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.62.2](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.62.1...v1.62.2) (2026-03-02)
18
+
19
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
20
+
21
+
22
+
23
+
24
+
25
+ ## [1.62.1](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.62.0...v1.62.1) (2026-03-02)
26
+
27
+ **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental
28
+
29
+
30
+
31
+
32
+
6
33
  # [1.62.0](https://github.com/salesforce-experience-platform-emu/webapps/compare/v1.61.4...v1.62.0) (2026-03-02)
7
34
 
8
35
  **Note:** Version bump only for package @salesforce/webapp-template-base-sfdx-project-experimental