@wealthx/shadcn 1.5.36 → 1.5.38

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 (34) hide show
  1. package/.turbo/turbo-build.log +125 -119
  2. package/CHANGELOG.md +12 -0
  3. package/dist/{chunk-734FOOJC.mjs → chunk-B5PSUONN.mjs} +25 -58
  4. package/dist/chunk-EFHPSKVF.mjs +192 -0
  5. package/dist/{chunk-NB3ZL36B.mjs → chunk-MZI77ZMX.mjs} +17 -2
  6. package/dist/chunk-R7M657QL.mjs +587 -0
  7. package/dist/{chunk-DIH2NZZ3.mjs → chunk-RRROLESJ.mjs} +33 -23
  8. package/dist/components/ui/ai-assistant-drawer.js +269 -121
  9. package/dist/components/ui/ai-assistant-drawer.mjs +2 -1
  10. package/dist/components/ui/ai-conversations/index.js +474 -286
  11. package/dist/components/ui/ai-conversations/index.mjs +2 -1
  12. package/dist/components/ui/chat-input-area.js +429 -0
  13. package/dist/components/ui/chat-input-area.mjs +11 -0
  14. package/dist/components/ui/page-top-bar.js +182 -5
  15. package/dist/components/ui/page-top-bar.mjs +3 -1
  16. package/dist/components/ui/support-agent/index.js +1131 -0
  17. package/dist/components/ui/support-agent/index.mjs +27 -0
  18. package/dist/index.js +4760 -4027
  19. package/dist/index.mjs +54 -36
  20. package/dist/styles.css +1 -1
  21. package/package.json +11 -1
  22. package/src/components/index.tsx +24 -0
  23. package/src/components/ui/ai-assistant-drawer.tsx +24 -51
  24. package/src/components/ui/ai-conversations/index.tsx +16 -8
  25. package/src/components/ui/ai-conversations/thread.tsx +38 -27
  26. package/src/components/ui/chat-input-area.tsx +244 -0
  27. package/src/components/ui/page-top-bar.tsx +31 -5
  28. package/src/components/ui/support-agent/index.tsx +25 -0
  29. package/src/components/ui/support-agent/support-agent-fab.tsx +116 -0
  30. package/src/components/ui/support-agent/support-agent-panel.tsx +498 -0
  31. package/src/components/ui/support-agent/support-agent-primitives.tsx +354 -0
  32. package/src/styles/globals.css +1 -0
  33. package/src/styles/styles-css.ts +1 -1
  34. package/tsup.config.ts +2 -0
package/dist/index.mjs CHANGED
@@ -1,3 +1,10 @@
1
+ import {
2
+ AgentCard,
3
+ AgentMenuModal,
4
+ IntegrationInstructionCard,
5
+ IntegrationServiceCard,
6
+ ServiceConfigurationModal
7
+ } from "./chunk-BZWQU52U.mjs";
1
8
  import {
2
9
  AICollectedDataSection,
3
10
  AiConvAssignAdvisorDialog,
@@ -9,7 +16,7 @@ import {
9
16
  ConversationStatusChip,
10
17
  ConversationsPage,
11
18
  LeadInfoPanel
12
- } from "./chunk-DIH2NZZ3.mjs";
19
+ } from "./chunk-RRROLESJ.mjs";
13
20
  import {
14
21
  ALERT_QUERY_FIELDS,
15
22
  AlertSharingType,
@@ -26,6 +33,14 @@ import {
26
33
  ResourceModal,
27
34
  ResourceVideoCard
28
35
  } from "./chunk-FYZBGWYR.mjs";
36
+ import {
37
+ SupportAgentFAB,
38
+ SupportAgentPanel,
39
+ SupportArticleCard,
40
+ SupportContextChip,
41
+ SupportStepGuideCard,
42
+ SupportSuggestedQuestion
43
+ } from "./chunk-R7M657QL.mjs";
29
44
  import {
30
45
  TransactionsExpenseCategoriesDoughnutChart
31
46
  } from "./chunk-FGMDBJCF.mjs";
@@ -41,13 +56,6 @@ import {
41
56
  import {
42
57
  VideoBackground
43
58
  } from "./chunk-ZGQIVGIN.mjs";
44
- import {
45
- AgentCard,
46
- AgentMenuModal,
47
- IntegrationInstructionCard,
48
- IntegrationServiceCard,
49
- ServiceConfigurationModal
50
- } from "./chunk-BZWQU52U.mjs";
51
59
  import {
52
60
  FrontendShell,
53
61
  SignupShell,
@@ -70,6 +78,9 @@ import {
70
78
  import {
71
79
  SidebarNav
72
80
  } from "./chunk-E432NK23.mjs";
81
+ import {
82
+ PropertyDebtEquityDoughnutChart
83
+ } from "./chunk-GYWOD2YI.mjs";
73
84
  import {
74
85
  PropertyMobileEstimateLineChart
75
86
  } from "./chunk-JUMEIPII.mjs";
@@ -79,6 +90,9 @@ import {
79
90
  import {
80
91
  ReviewAlertsDialog
81
92
  } from "./chunk-HONTZFLO.mjs";
93
+ import {
94
+ PipelineBoard
95
+ } from "./chunk-2CHH5QOA.mjs";
82
96
  import {
83
97
  PipelineChart
84
98
  } from "./chunk-PCULNQWA.mjs";
@@ -90,9 +104,6 @@ import {
90
104
  import {
91
105
  PropertyCashflowDoughnutChart
92
106
  } from "./chunk-VLVEZHFE.mjs";
93
- import {
94
- PropertyDebtEquityDoughnutChart
95
- } from "./chunk-GYWOD2YI.mjs";
96
107
  import {
97
108
  OpportunitySummaryTab
98
109
  } from "./chunk-3ZU5BH6X.mjs";
@@ -109,13 +120,10 @@ import {
109
120
  } from "./chunk-NT4FX27K.mjs";
110
121
  import {
111
122
  PageTopBar
112
- } from "./chunk-NB3ZL36B.mjs";
123
+ } from "./chunk-MZI77ZMX.mjs";
113
124
  import {
114
125
  PipelineAlerts
115
126
  } from "./chunk-KFH36NKF.mjs";
116
- import {
117
- PipelineBoard
118
- } from "./chunk-2CHH5QOA.mjs";
119
127
  import {
120
128
  LoanWizardShell
121
129
  } from "./chunk-PUJ42INK.mjs";
@@ -147,9 +155,16 @@ import {
147
155
  import {
148
156
  LoanEntryShell
149
157
  } from "./chunk-623YVI5O.mjs";
158
+ import {
159
+ IncomeWorkDetails
160
+ } from "./chunk-ZA37ZWZW.mjs";
150
161
  import {
151
162
  IntegrationCard
152
163
  } from "./chunk-67DGIPQ4.mjs";
164
+ import {
165
+ OpportunityDetailsDrawer,
166
+ SummaryReportDrawer
167
+ } from "./chunk-53ZB2JWT.mjs";
153
168
  import {
154
169
  AlertAccordion,
155
170
  DebtSection,
@@ -175,9 +190,6 @@ import {
175
190
  InputOTPSeparator,
176
191
  InputOTPSlot
177
192
  } from "./chunk-HK4HUQTV.mjs";
178
- import {
179
- IncomeWorkDetails
180
- } from "./chunk-ZA37ZWZW.mjs";
181
193
  import {
182
194
  IncomeBarChart
183
195
  } from "./chunk-IRZWYTGV.mjs";
@@ -209,10 +221,6 @@ import {
209
221
  FinancialSubtotalBlock,
210
222
  FinancialSubtotalFrame
211
223
  } from "./chunk-DQB4EPIS.mjs";
212
- import {
213
- OpportunityDetailsDrawer,
214
- SummaryReportDrawer
215
- } from "./chunk-53ZB2JWT.mjs";
216
224
  import {
217
225
  DeleteContactComponent
218
226
  } from "./chunk-5DAQU3B6.mjs";
@@ -231,6 +239,19 @@ import {
231
239
  DrawerTitle,
232
240
  DrawerTrigger
233
241
  } from "./chunk-EHQ35FYA.mjs";
242
+ import {
243
+ Combobox,
244
+ ComboboxContent,
245
+ ComboboxEmpty,
246
+ ComboboxGroup,
247
+ ComboboxGroupLabel,
248
+ ComboboxInput,
249
+ ComboboxItem,
250
+ ComboboxList,
251
+ ComboboxSeparator,
252
+ ComboboxTrigger,
253
+ ComboboxValue
254
+ } from "./chunk-OEOOYMC2.mjs";
234
255
  import {
235
256
  CreateContactModal
236
257
  } from "./chunk-OKIWXOJL.mjs";
@@ -275,19 +296,6 @@ import {
275
296
  import {
276
297
  Chip
277
298
  } from "./chunk-MPA2HV5U.mjs";
278
- import {
279
- Combobox,
280
- ComboboxContent,
281
- ComboboxEmpty,
282
- ComboboxGroup,
283
- ComboboxGroupLabel,
284
- ComboboxInput,
285
- ComboboxItem,
286
- ComboboxList,
287
- ComboboxSeparator,
288
- ComboboxTrigger,
289
- ComboboxValue
290
- } from "./chunk-OEOOYMC2.mjs";
291
299
  import {
292
300
  CashBalanceLineChart
293
301
  } from "./chunk-LHQACMZY.mjs";
@@ -547,7 +555,10 @@ import {
547
555
  } from "./chunk-AJUAJC5O.mjs";
548
556
  import {
549
557
  AiAssistantDrawer
550
- } from "./chunk-734FOOJC.mjs";
558
+ } from "./chunk-B5PSUONN.mjs";
559
+ import {
560
+ ChatInputArea
561
+ } from "./chunk-EFHPSKVF.mjs";
551
562
  import {
552
563
  Sheet,
553
564
  SheetClose,
@@ -743,6 +754,7 @@ export {
743
754
  ChangePriorityDialog,
744
755
  ChatBubble,
745
756
  ChatComposer,
757
+ ChatInputArea,
746
758
  ChatThread,
747
759
  ChatWidget,
748
760
  ChatWidgetHeader,
@@ -995,6 +1007,12 @@ export {
995
1007
  Stepper,
996
1008
  StripeView,
997
1009
  SummaryReportDrawer,
1010
+ SupportAgentFAB,
1011
+ SupportAgentPanel,
1012
+ SupportArticleCard,
1013
+ SupportContextChip,
1014
+ SupportStepGuideCard,
1015
+ SupportSuggestedQuestion,
998
1016
  Switch,
999
1017
  SwitchCard,
1000
1018
  TYPOGRAPHY,