@wealthx/shadcn 1.5.39 → 1.5.41

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 (30) hide show
  1. package/.turbo/turbo-build.log +118 -118
  2. package/CHANGELOG.md +12 -0
  3. package/dist/{chunk-MGIDYXOP.mjs → chunk-DWNLBUDC.mjs} +459 -67
  4. package/dist/{chunk-EFHPSKVF.mjs → chunk-EGM4DARZ.mjs} +110 -1
  5. package/dist/{chunk-R7M657QL.mjs → chunk-GIQGZFP6.mjs} +138 -46
  6. package/dist/{chunk-B5PSUONN.mjs → chunk-TF5TOVIM.mjs} +1 -1
  7. package/dist/{chunk-RRROLESJ.mjs → chunk-XHZONBL4.mjs} +1 -1
  8. package/dist/components/ui/ai-assistant-drawer.js +101 -0
  9. package/dist/components/ui/ai-assistant-drawer.mjs +2 -2
  10. package/dist/components/ui/ai-conversations/index.js +101 -0
  11. package/dist/components/ui/ai-conversations/index.mjs +2 -2
  12. package/dist/components/ui/chat-input-area.js +101 -0
  13. package/dist/components/ui/chat-input-area.mjs +1 -1
  14. package/dist/components/ui/policy-ai/index.js +818 -261
  15. package/dist/components/ui/policy-ai/index.mjs +11 -2
  16. package/dist/components/ui/support-agent/index.js +233 -45
  17. package/dist/components/ui/support-agent/index.mjs +2 -2
  18. package/dist/index.js +3521 -3330
  19. package/dist/index.mjs +5 -5
  20. package/dist/styles.css +1 -1
  21. package/package.json +1 -1
  22. package/src/components/ui/chat-input-area.tsx +181 -2
  23. package/src/components/ui/policy-ai/index.tsx +12 -0
  24. package/src/components/ui/policy-ai/policy-ai-context-sidebar.tsx +231 -0
  25. package/src/components/ui/policy-ai/policy-ai-history-panel.tsx +175 -0
  26. package/src/components/ui/policy-ai/policy-ai-page.tsx +243 -0
  27. package/src/components/ui/policy-ai/policy-ai-panel.tsx +64 -57
  28. package/src/components/ui/policy-ai/policy-ai-responses.tsx +8 -12
  29. package/src/components/ui/support-agent/support-agent-panel.tsx +170 -48
  30. package/src/styles/styles-css.ts +1 -1
package/dist/index.mjs CHANGED
@@ -16,7 +16,7 @@ import {
16
16
  ConversationStatusChip,
17
17
  ConversationsPage,
18
18
  LeadInfoPanel
19
- } from "./chunk-RRROLESJ.mjs";
19
+ } from "./chunk-XHZONBL4.mjs";
20
20
  import {
21
21
  ALERT_QUERY_FIELDS,
22
22
  AlertSharingType,
@@ -33,7 +33,7 @@ import {
33
33
  PolicyRankedList,
34
34
  PolicySingleBankAnswer,
35
35
  PolicyVerdictBadge
36
- } from "./chunk-MGIDYXOP.mjs";
36
+ } from "./chunk-DWNLBUDC.mjs";
37
37
  import {
38
38
  ResourceCarousel,
39
39
  ResourceCenterHeader,
@@ -50,7 +50,7 @@ import {
50
50
  SupportContextChip,
51
51
  SupportStepGuideCard,
52
52
  SupportSuggestedQuestion
53
- } from "./chunk-R7M657QL.mjs";
53
+ } from "./chunk-GIQGZFP6.mjs";
54
54
  import {
55
55
  TransactionsExpenseCategoriesDoughnutChart
56
56
  } from "./chunk-FGMDBJCF.mjs";
@@ -565,10 +565,10 @@ import {
565
565
  } from "./chunk-AJUAJC5O.mjs";
566
566
  import {
567
567
  AiAssistantDrawer
568
- } from "./chunk-B5PSUONN.mjs";
568
+ } from "./chunk-TF5TOVIM.mjs";
569
569
  import {
570
570
  ChatInputArea
571
- } from "./chunk-EFHPSKVF.mjs";
571
+ } from "./chunk-EGM4DARZ.mjs";
572
572
  import {
573
573
  Sheet,
574
574
  SheetClose,