@wealthx/shadcn 1.5.23 → 1.5.25
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.
- package/.turbo/turbo-build.log +147 -147
- package/CHANGELOG.md +12 -0
- package/dist/{chunk-K4GJTP6N.mjs → chunk-4FJC64FV.mjs} +467 -386
- package/dist/{chunk-FGHM34AV.mjs → chunk-7JVKSZ4O.mjs} +1 -1
- package/dist/{chunk-6HTE24TP.mjs → chunk-EY5YPFKX.mjs} +1 -1
- package/dist/{chunk-3HFOSFOM.mjs → chunk-IG7DEIWU.mjs} +4 -4
- package/dist/{chunk-2VTOF7PW.mjs → chunk-K2KX3NX7.mjs} +1 -1
- package/dist/{chunk-NXZ2F4JA.mjs → chunk-KGBLORCQ.mjs} +1 -1
- package/dist/{chunk-2SDEURIQ.mjs → chunk-PX2B3Q3A.mjs} +7 -7
- package/dist/{chunk-66NM4AX2.mjs → chunk-QM7LU2BR.mjs} +10 -10
- package/dist/{chunk-4UCRTTVL.mjs → chunk-RNLIZRAK.mjs} +1 -1
- package/dist/{chunk-BWG7AX6X.mjs → chunk-SQ54W3JH.mjs} +1 -1
- package/dist/{chunk-RJHE3V4M.mjs → chunk-UMR3HVZF.mjs} +4 -4
- package/dist/{chunk-JGUC3KCA.mjs → chunk-VNB5E7SI.mjs} +5 -5
- package/dist/{chunk-ETT5JAXF.mjs → chunk-Z5QI7CW2.mjs} +1 -1
- package/dist/components/ui/about-you-form.mjs +4 -4
- package/dist/components/ui/ai-assistant-drawer.mjs +2 -2
- package/dist/components/ui/{ai-conversations.js → ai-conversations/index.js} +818 -740
- package/dist/components/ui/ai-conversations/index.mjs +42 -0
- package/dist/components/ui/appointment-action-dialogs.mjs +1 -1
- package/dist/components/ui/appointment-availability-settings.mjs +5 -5
- package/dist/components/ui/appointment-book-dialog.mjs +4 -4
- package/dist/components/ui/appointment-detail-sheet.mjs +3 -3
- package/dist/components/ui/appointment-upcoming-card.mjs +1 -1
- package/dist/components/ui/assets-liabilities-side-card.mjs +6 -6
- package/dist/components/ui/backoffice-signup-steps.mjs +4 -4
- package/dist/components/ui/bank-statement-generate-dialog.mjs +6 -6
- package/dist/components/ui/contact-alert-dialog/index.mjs +2 -2
- package/dist/components/ui/create-contact-modal.mjs +3 -3
- package/dist/components/ui/date-picker.mjs +2 -2
- package/dist/components/ui/expense-detail-item.mjs +3 -3
- package/dist/components/ui/expense-work-details.mjs +9 -9
- package/dist/components/ui/file-preview-dialog.mjs +2 -2
- package/dist/components/ui/financial-drawers.mjs +2 -2
- package/dist/components/ui/form-primitives.mjs +2 -2
- package/dist/components/ui/frontend-signup-steps.mjs +5 -5
- package/dist/components/ui/income-work-details.mjs +3 -3
- package/dist/components/ui/kanban-column.mjs +4 -4
- package/dist/components/ui/opportunity-card.mjs +1 -1
- package/dist/components/ui/opportunity-edit-modals.mjs +6 -6
- package/dist/components/ui/opportunity-summary-tab.mjs +8 -8
- package/dist/components/ui/pipeline-board.mjs +6 -6
- package/dist/components/ui/pipeline-dialogs.mjs +5 -5
- package/dist/components/ui/property-report-dialog.mjs +4 -4
- package/dist/components/ui/savings-goal-modal.mjs +4 -4
- package/dist/components/ui/share-details-dialog.mjs +2 -2
- package/dist/components/ui/signup-form-primitives.mjs +1 -1
- package/dist/index.js +4912 -4834
- package/dist/index.mjs +160 -160
- package/dist/styles.css +1 -1
- package/package.json +4 -4
- package/src/components/index.tsx +1 -0
- package/src/components/ui/ai-conversations/helpers.tsx +31 -0
- package/src/components/ui/ai-conversations/index.tsx +468 -0
- package/src/components/ui/ai-conversations/lead-panel.tsx +517 -0
- package/src/components/ui/ai-conversations/list.tsx +335 -0
- package/src/components/ui/ai-conversations/thread.tsx +919 -0
- package/src/components/ui/ai-conversations/types.ts +83 -0
- package/src/styles/styles-css.ts +1 -1
- package/tsup.config.ts +1 -1
- package/dist/components/ui/ai-conversations.mjs +0 -42
- package/src/components/ui/ai-conversations.tsx +0 -2213
- package/dist/{chunk-A43XIVO6.mjs → chunk-2PWTXE66.mjs} +3 -3
- package/dist/{chunk-PSBQ4I3M.mjs → chunk-53ZB2JWT.mjs} +6 -6
- package/dist/{chunk-G6RCC2SF.mjs → chunk-5ST6BK7R.mjs} +3 -3
- package/dist/{chunk-H5NI6ZIU.mjs → chunk-734FOOJC.mjs} +3 -3
- package/dist/{chunk-ONYADWSO.mjs → chunk-ABVCQWDY.mjs} +3 -3
- package/dist/{chunk-AADJ5IT6.mjs → chunk-ECC2LLZM.mjs} +3 -3
- package/dist/{chunk-DK55HZPN.mjs → chunk-KENLXFJ7.mjs} +6 -6
- package/dist/{chunk-ET4MTPIY.mjs → chunk-LDC6V6DJ.mjs} +3 -3
- package/dist/{chunk-3S4XQTAL.mjs → chunk-SO4RB3XB.mjs} +9 -9
- package/dist/{chunk-UMF6LLQK.mjs → chunk-TRM3KIHT.mjs} +3 -3
package/dist/index.mjs
CHANGED
|
@@ -1,13 +1,22 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
AICollectedDataSection,
|
|
3
|
+
AiConvAssignAdvisorDialog,
|
|
4
|
+
ChatBubble,
|
|
5
|
+
ChatComposer,
|
|
6
|
+
ChatThread,
|
|
7
|
+
ConversationList,
|
|
8
|
+
ConversationListItem,
|
|
9
|
+
ConversationStatusChip,
|
|
10
|
+
ConversationsPage,
|
|
11
|
+
LeadInfoPanel
|
|
12
|
+
} from "./chunk-4FJC64FV.mjs";
|
|
4
13
|
import {
|
|
5
14
|
ALERT_QUERY_FIELDS,
|
|
6
15
|
AlertSharingType,
|
|
7
16
|
ContactAlertDialog,
|
|
8
17
|
ContactAlertQueryBuilder,
|
|
9
18
|
createAlertTree
|
|
10
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-5ST6BK7R.mjs";
|
|
11
20
|
import {
|
|
12
21
|
ResourceCarousel,
|
|
13
22
|
ResourceCenterHeader,
|
|
@@ -30,8 +39,8 @@ import {
|
|
|
30
39
|
TwoFASetupForm
|
|
31
40
|
} from "./chunk-7T4TYUO3.mjs";
|
|
32
41
|
import {
|
|
33
|
-
|
|
34
|
-
} from "./chunk-
|
|
42
|
+
VideoBackground
|
|
43
|
+
} from "./chunk-ZGQIVGIN.mjs";
|
|
35
44
|
import {
|
|
36
45
|
FrontendShell,
|
|
37
46
|
SignupShell,
|
|
@@ -50,10 +59,10 @@ import {
|
|
|
50
59
|
EmailTemplateDialog,
|
|
51
60
|
ShareContactDialog,
|
|
52
61
|
ShareDetailsDialog
|
|
53
|
-
} from "./chunk-
|
|
62
|
+
} from "./chunk-ECC2LLZM.mjs";
|
|
54
63
|
import {
|
|
55
|
-
|
|
56
|
-
} from "./chunk-
|
|
64
|
+
SidebarNav
|
|
65
|
+
} from "./chunk-RSEVIQEO.mjs";
|
|
57
66
|
import {
|
|
58
67
|
PropertyDebtEquityDoughnutChart
|
|
59
68
|
} from "./chunk-GYWOD2YI.mjs";
|
|
@@ -62,16 +71,13 @@ import {
|
|
|
62
71
|
} from "./chunk-JUMEIPII.mjs";
|
|
63
72
|
import {
|
|
64
73
|
PropertyReportDialog
|
|
65
|
-
} from "./chunk-
|
|
74
|
+
} from "./chunk-UMR3HVZF.mjs";
|
|
66
75
|
import {
|
|
67
76
|
ReviewAlertsDialog
|
|
68
77
|
} from "./chunk-RVDBYV2B.mjs";
|
|
69
|
-
import {
|
|
70
|
-
PipelineAlerts
|
|
71
|
-
} from "./chunk-KFH36NKF.mjs";
|
|
72
78
|
import {
|
|
73
79
|
PipelineBoard
|
|
74
|
-
} from "./chunk-
|
|
80
|
+
} from "./chunk-7JVKSZ4O.mjs";
|
|
75
81
|
import {
|
|
76
82
|
PipelineChart
|
|
77
83
|
} from "./chunk-PCULNQWA.mjs";
|
|
@@ -79,22 +85,13 @@ import {
|
|
|
79
85
|
ChangePriorityDialog,
|
|
80
86
|
DeleteOpportunityDialog,
|
|
81
87
|
PutOnHoldDialog
|
|
82
|
-
} from "./chunk-
|
|
83
|
-
import {
|
|
84
|
-
OnboardingLayout,
|
|
85
|
-
OnboardingPanelLayout
|
|
86
|
-
} from "./chunk-65PZNG4Y.mjs";
|
|
88
|
+
} from "./chunk-Z5QI7CW2.mjs";
|
|
87
89
|
import {
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
StepIndicator,
|
|
91
|
-
StepItem,
|
|
92
|
-
StepLabel,
|
|
93
|
-
Stepper
|
|
94
|
-
} from "./chunk-TCE5L44O.mjs";
|
|
90
|
+
PropertyCashflowDoughnutChart
|
|
91
|
+
} from "./chunk-VLVEZHFE.mjs";
|
|
95
92
|
import {
|
|
96
93
|
OpportunitySummaryTab
|
|
97
|
-
} from "./chunk-
|
|
94
|
+
} from "./chunk-PX2B3Q3A.mjs";
|
|
98
95
|
import {
|
|
99
96
|
EditAboutApplicantModal,
|
|
100
97
|
EditAssetsModal,
|
|
@@ -102,7 +99,7 @@ import {
|
|
|
102
99
|
EditExpensesModal,
|
|
103
100
|
EditIncomeModal,
|
|
104
101
|
EditLoanScenarioModal
|
|
105
|
-
} from "./chunk-
|
|
102
|
+
} from "./chunk-VNB5E7SI.mjs";
|
|
106
103
|
import {
|
|
107
104
|
PageHeader
|
|
108
105
|
} from "./chunk-NT4FX27K.mjs";
|
|
@@ -110,14 +107,26 @@ import {
|
|
|
110
107
|
PageTopBar
|
|
111
108
|
} from "./chunk-NB3ZL36B.mjs";
|
|
112
109
|
import {
|
|
113
|
-
|
|
114
|
-
} from "./chunk-
|
|
110
|
+
PipelineAlerts
|
|
111
|
+
} from "./chunk-KFH36NKF.mjs";
|
|
115
112
|
import {
|
|
116
113
|
LoanWizardShell
|
|
117
114
|
} from "./chunk-PUJ42INK.mjs";
|
|
115
|
+
import {
|
|
116
|
+
OnboardingLayout,
|
|
117
|
+
OnboardingPanelLayout
|
|
118
|
+
} from "./chunk-65PZNG4Y.mjs";
|
|
119
|
+
import {
|
|
120
|
+
Step,
|
|
121
|
+
StepContent,
|
|
122
|
+
StepIndicator,
|
|
123
|
+
StepItem,
|
|
124
|
+
StepLabel,
|
|
125
|
+
Stepper
|
|
126
|
+
} from "./chunk-TCE5L44O.mjs";
|
|
118
127
|
import {
|
|
119
128
|
KanbanColumn
|
|
120
|
-
} from "./chunk-
|
|
129
|
+
} from "./chunk-2PWTXE66.mjs";
|
|
121
130
|
import {
|
|
122
131
|
LeadCard,
|
|
123
132
|
OpportunityCard
|
|
@@ -128,16 +137,19 @@ import {
|
|
|
128
137
|
import {
|
|
129
138
|
LoanApplicationBadge
|
|
130
139
|
} from "./chunk-K4VWSDJJ.mjs";
|
|
140
|
+
import {
|
|
141
|
+
LoanEntryShell
|
|
142
|
+
} from "./chunk-623YVI5O.mjs";
|
|
131
143
|
import {
|
|
132
144
|
IncomeWorkDetails
|
|
133
|
-
} from "./chunk-
|
|
145
|
+
} from "./chunk-KGBLORCQ.mjs";
|
|
134
146
|
import {
|
|
135
147
|
IntegrationCard
|
|
136
148
|
} from "./chunk-67DGIPQ4.mjs";
|
|
137
149
|
import {
|
|
138
150
|
OpportunityDetailsDrawer,
|
|
139
151
|
SummaryReportDrawer
|
|
140
|
-
} from "./chunk-
|
|
152
|
+
} from "./chunk-53ZB2JWT.mjs";
|
|
141
153
|
import {
|
|
142
154
|
AlertAccordion,
|
|
143
155
|
DebtSection,
|
|
@@ -148,25 +160,6 @@ import {
|
|
|
148
160
|
OtherLiabilitiesSection,
|
|
149
161
|
PropertyHoldingsSection
|
|
150
162
|
} from "./chunk-EHQL64B7.mjs";
|
|
151
|
-
import {
|
|
152
|
-
AboutCard,
|
|
153
|
-
AlertCard,
|
|
154
|
-
DebtCard,
|
|
155
|
-
ExpensesCard,
|
|
156
|
-
IncomeCard,
|
|
157
|
-
OtherLiabilityCard,
|
|
158
|
-
PropertyCard
|
|
159
|
-
} from "./chunk-7LN5OGC2.mjs";
|
|
160
|
-
import {
|
|
161
|
-
FinancialCardHeader,
|
|
162
|
-
FinancialDetailField,
|
|
163
|
-
FinancialLineItem,
|
|
164
|
-
FinancialLvrBar,
|
|
165
|
-
FinancialSectionLabel,
|
|
166
|
-
FinancialSubsectionTitle,
|
|
167
|
-
FinancialSubtotalBlock,
|
|
168
|
-
FinancialSubtotalFrame
|
|
169
|
-
} from "./chunk-DQB4EPIS.mjs";
|
|
170
163
|
import {
|
|
171
164
|
BrokerRequestStep,
|
|
172
165
|
BuyingGoalStep,
|
|
@@ -175,7 +168,7 @@ import {
|
|
|
175
168
|
FrontendSuccessStep,
|
|
176
169
|
PhoneVerifyStep,
|
|
177
170
|
RetrieveBankDataStep
|
|
178
|
-
} from "./chunk-
|
|
171
|
+
} from "./chunk-RNLIZRAK.mjs";
|
|
179
172
|
import {
|
|
180
173
|
InputOTP,
|
|
181
174
|
InputOTPGroup,
|
|
@@ -190,18 +183,29 @@ import {
|
|
|
190
183
|
} from "./chunk-4LLTZ45R.mjs";
|
|
191
184
|
import {
|
|
192
185
|
FilePreviewDialog
|
|
193
|
-
} from "./chunk-
|
|
186
|
+
} from "./chunk-KENLXFJ7.mjs";
|
|
194
187
|
import {
|
|
195
188
|
Progress
|
|
196
189
|
} from "./chunk-JPGL36WQ.mjs";
|
|
197
190
|
import {
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
191
|
+
AboutCard,
|
|
192
|
+
AlertCard,
|
|
193
|
+
DebtCard,
|
|
194
|
+
ExpensesCard,
|
|
195
|
+
IncomeCard,
|
|
196
|
+
OtherLiabilityCard,
|
|
197
|
+
PropertyCard
|
|
198
|
+
} from "./chunk-7LN5OGC2.mjs";
|
|
199
|
+
import {
|
|
200
|
+
FinancialCardHeader,
|
|
201
|
+
FinancialDetailField,
|
|
202
|
+
FinancialLineItem,
|
|
203
|
+
FinancialLvrBar,
|
|
204
|
+
FinancialSectionLabel,
|
|
205
|
+
FinancialSubsectionTitle,
|
|
206
|
+
FinancialSubtotalBlock,
|
|
207
|
+
FinancialSubtotalFrame
|
|
208
|
+
} from "./chunk-DQB4EPIS.mjs";
|
|
205
209
|
import {
|
|
206
210
|
DeleteContactComponent
|
|
207
211
|
} from "./chunk-5DAQU3B6.mjs";
|
|
@@ -235,7 +239,7 @@ import {
|
|
|
235
239
|
} from "./chunk-OEOOYMC2.mjs";
|
|
236
240
|
import {
|
|
237
241
|
CreateContactModal
|
|
238
|
-
} from "./chunk-
|
|
242
|
+
} from "./chunk-SQ54W3JH.mjs";
|
|
239
243
|
import {
|
|
240
244
|
CsvImportModal
|
|
241
245
|
} from "./chunk-RGHKARAK.mjs";
|
|
@@ -247,6 +251,14 @@ import {
|
|
|
247
251
|
InputGroupText,
|
|
248
252
|
InputGroupTextarea
|
|
249
253
|
} from "./chunk-7YI3HEBH.mjs";
|
|
254
|
+
import {
|
|
255
|
+
DataTable,
|
|
256
|
+
DataTableColumnHeader,
|
|
257
|
+
DataTablePagination,
|
|
258
|
+
DataTableSkeleton,
|
|
259
|
+
DataTableToolbar,
|
|
260
|
+
getSelectionColumn
|
|
261
|
+
} from "./chunk-IG7JBQZO.mjs";
|
|
250
262
|
import {
|
|
251
263
|
CashBalanceLineChart
|
|
252
264
|
} from "./chunk-DCKT635J.mjs";
|
|
@@ -275,9 +287,6 @@ import {
|
|
|
275
287
|
import {
|
|
276
288
|
BorrowingCapacityLineChart
|
|
277
289
|
} from "./chunk-UTCW5YUX.mjs";
|
|
278
|
-
import {
|
|
279
|
-
BackofficeContactHistoryChart
|
|
280
|
-
} from "./chunk-BAONSY54.mjs";
|
|
281
290
|
import {
|
|
282
291
|
BackofficeContactMatchingChart
|
|
283
292
|
} from "./chunk-ZFKAYRFQ.mjs";
|
|
@@ -289,7 +298,7 @@ import {
|
|
|
289
298
|
PaymentView,
|
|
290
299
|
PersonalDetailsStep,
|
|
291
300
|
StripeView
|
|
292
|
-
} from "./chunk-
|
|
301
|
+
} from "./chunk-SO4RB3XB.mjs";
|
|
293
302
|
import {
|
|
294
303
|
FormField,
|
|
295
304
|
PasswordField,
|
|
@@ -299,6 +308,10 @@ import {
|
|
|
299
308
|
import {
|
|
300
309
|
PasswordStrengthTooltip
|
|
301
310
|
} from "./chunk-WHIW6KOB.mjs";
|
|
311
|
+
import {
|
|
312
|
+
UploadCard,
|
|
313
|
+
uploadCardVariants
|
|
314
|
+
} from "./chunk-I4KVSZCH.mjs";
|
|
302
315
|
import {
|
|
303
316
|
COLOR_PICKER_PRESETS,
|
|
304
317
|
ColorPicker,
|
|
@@ -307,16 +320,12 @@ import {
|
|
|
307
320
|
isValidHex,
|
|
308
321
|
normalizeHex
|
|
309
322
|
} from "./chunk-IW33VLL5.mjs";
|
|
310
|
-
import {
|
|
311
|
-
UploadCard,
|
|
312
|
-
uploadCardVariants
|
|
313
|
-
} from "./chunk-I4KVSZCH.mjs";
|
|
314
323
|
import {
|
|
315
324
|
BankStatementDocumentTable
|
|
316
325
|
} from "./chunk-7N6O3VPJ.mjs";
|
|
317
326
|
import {
|
|
318
327
|
BankStatementGenerateDialog
|
|
319
|
-
} from "./chunk-
|
|
328
|
+
} from "./chunk-EY5YPFKX.mjs";
|
|
320
329
|
import {
|
|
321
330
|
Field,
|
|
322
331
|
FieldContent,
|
|
@@ -350,6 +359,9 @@ import {
|
|
|
350
359
|
import {
|
|
351
360
|
BackofficeConnectionsChart
|
|
352
361
|
} from "./chunk-WWIWRNBK.mjs";
|
|
362
|
+
import {
|
|
363
|
+
BackofficeContactHistoryChart
|
|
364
|
+
} from "./chunk-BAONSY54.mjs";
|
|
353
365
|
import {
|
|
354
366
|
Skeleton
|
|
355
367
|
} from "./chunk-GTAVSBDO.mjs";
|
|
@@ -362,29 +374,12 @@ import {
|
|
|
362
374
|
EmptyMedia,
|
|
363
375
|
EmptyTitle
|
|
364
376
|
} from "./chunk-R2ON6CAN.mjs";
|
|
365
|
-
import {
|
|
366
|
-
AppointmentBookDialog
|
|
367
|
-
} from "./chunk-3HFOSFOM.mjs";
|
|
368
|
-
import {
|
|
369
|
-
RadioGroup,
|
|
370
|
-
RadioGroupCard,
|
|
371
|
-
RadioGroupItem
|
|
372
|
-
} from "./chunk-JTK6VJXY.mjs";
|
|
373
|
-
import {
|
|
374
|
-
AddressAutocomplete,
|
|
375
|
-
ConcernScale,
|
|
376
|
-
CurrencyInputWithSlider,
|
|
377
|
-
OwnershipSplit
|
|
378
|
-
} from "./chunk-ET4MTPIY.mjs";
|
|
379
|
-
import {
|
|
380
|
-
Slider
|
|
381
|
-
} from "./chunk-ISUA7DSB.mjs";
|
|
382
377
|
import {
|
|
383
378
|
AppointmentCalendarView
|
|
384
379
|
} from "./chunk-V23CBULF.mjs";
|
|
385
380
|
import {
|
|
386
381
|
AppointmentDetailSheet
|
|
387
|
-
} from "./chunk-
|
|
382
|
+
} from "./chunk-ABVCQWDY.mjs";
|
|
388
383
|
import {
|
|
389
384
|
AppointmentGmailConnect
|
|
390
385
|
} from "./chunk-7TMPOZDE.mjs";
|
|
@@ -395,10 +390,11 @@ import {
|
|
|
395
390
|
AppointmentUpcomingCard
|
|
396
391
|
} from "./chunk-WIDZVCH3.mjs";
|
|
397
392
|
import {
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
393
|
+
Tooltip,
|
|
394
|
+
TooltipContent,
|
|
395
|
+
TooltipProvider,
|
|
396
|
+
TooltipTrigger
|
|
397
|
+
} from "./chunk-3S6KVFF5.mjs";
|
|
402
398
|
import {
|
|
403
399
|
ApplicantDocumentChecklist
|
|
404
400
|
} from "./chunk-UTCQN6XU.mjs";
|
|
@@ -409,13 +405,37 @@ import {
|
|
|
409
405
|
AppointmentConfirmDialog,
|
|
410
406
|
AppointmentRescheduleDialog
|
|
411
407
|
} from "./chunk-ZSMQZ3VN.mjs";
|
|
408
|
+
import {
|
|
409
|
+
AppointmentAvailabilitySettings
|
|
410
|
+
} from "./chunk-QM7LU2BR.mjs";
|
|
411
|
+
import {
|
|
412
|
+
Tabs,
|
|
413
|
+
TabsContent,
|
|
414
|
+
TabsList,
|
|
415
|
+
TabsTrigger,
|
|
416
|
+
tabsListVariants
|
|
417
|
+
} from "./chunk-WE4YKBDE.mjs";
|
|
418
|
+
import {
|
|
419
|
+
AppointmentBookDialog
|
|
420
|
+
} from "./chunk-IG7DEIWU.mjs";
|
|
421
|
+
import {
|
|
422
|
+
RadioGroup,
|
|
423
|
+
RadioGroupCard,
|
|
424
|
+
RadioGroupItem
|
|
425
|
+
} from "./chunk-JTK6VJXY.mjs";
|
|
426
|
+
import {
|
|
427
|
+
AddressAutocomplete,
|
|
428
|
+
ConcernScale,
|
|
429
|
+
CurrencyInputWithSlider,
|
|
430
|
+
OwnershipSplit
|
|
431
|
+
} from "./chunk-LDC6V6DJ.mjs";
|
|
432
|
+
import {
|
|
433
|
+
Slider
|
|
434
|
+
} from "./chunk-ISUA7DSB.mjs";
|
|
412
435
|
import {
|
|
413
436
|
AppointmentSlotSection,
|
|
414
437
|
AppointmentTimeSlotPicker
|
|
415
438
|
} from "./chunk-CQ7HKBEX.mjs";
|
|
416
|
-
import {
|
|
417
|
-
AppointmentAvailabilitySettings
|
|
418
|
-
} from "./chunk-66NM4AX2.mjs";
|
|
419
439
|
import {
|
|
420
440
|
AddColumnModal
|
|
421
441
|
} from "./chunk-QJ3RSZF4.mjs";
|
|
@@ -464,13 +484,33 @@ import {
|
|
|
464
484
|
AdvisorCard,
|
|
465
485
|
AdvisorInviteCard
|
|
466
486
|
} from "./chunk-S6AYZJYO.mjs";
|
|
487
|
+
import {
|
|
488
|
+
DropdownMenu,
|
|
489
|
+
DropdownMenuCheckboxItem,
|
|
490
|
+
DropdownMenuContent,
|
|
491
|
+
DropdownMenuGroup,
|
|
492
|
+
DropdownMenuItem,
|
|
493
|
+
DropdownMenuLabel,
|
|
494
|
+
DropdownMenuPortal,
|
|
495
|
+
DropdownMenuRadioGroup,
|
|
496
|
+
DropdownMenuRadioItem,
|
|
497
|
+
DropdownMenuSeparator,
|
|
498
|
+
DropdownMenuShortcut,
|
|
499
|
+
DropdownMenuSub,
|
|
500
|
+
DropdownMenuSubContent,
|
|
501
|
+
DropdownMenuSubTrigger,
|
|
502
|
+
DropdownMenuTrigger
|
|
503
|
+
} from "./chunk-H5DTKPJ2.mjs";
|
|
504
|
+
import {
|
|
505
|
+
Separator
|
|
506
|
+
} from "./chunk-2GIYVERS.mjs";
|
|
467
507
|
import {
|
|
468
508
|
AgentEvaluationCard,
|
|
469
509
|
showAgentEvaluationToast
|
|
470
510
|
} from "./chunk-AJUAJC5O.mjs";
|
|
471
511
|
import {
|
|
472
512
|
AiAssistantDrawer
|
|
473
|
-
} from "./chunk-
|
|
513
|
+
} from "./chunk-734FOOJC.mjs";
|
|
474
514
|
import {
|
|
475
515
|
Sheet,
|
|
476
516
|
SheetClose,
|
|
@@ -482,6 +522,9 @@ import {
|
|
|
482
522
|
SheetTitle,
|
|
483
523
|
SheetTrigger
|
|
484
524
|
} from "./chunk-H3PTREG6.mjs";
|
|
525
|
+
import {
|
|
526
|
+
Textarea
|
|
527
|
+
} from "./chunk-BS75ICOO.mjs";
|
|
485
528
|
import {
|
|
486
529
|
Spinner,
|
|
487
530
|
spinnerVariants
|
|
@@ -506,54 +549,6 @@ import {
|
|
|
506
549
|
Switch,
|
|
507
550
|
SwitchCard
|
|
508
551
|
} from "./chunk-PNSYFE3K.mjs";
|
|
509
|
-
import {
|
|
510
|
-
AICollectedDataSection,
|
|
511
|
-
AiConvAssignAdvisorDialog,
|
|
512
|
-
ChatBubble,
|
|
513
|
-
ChatComposer,
|
|
514
|
-
ChatThread,
|
|
515
|
-
ConversationList,
|
|
516
|
-
ConversationListItem,
|
|
517
|
-
ConversationStatusChip,
|
|
518
|
-
ConversationsPage,
|
|
519
|
-
LeadInfoPanel
|
|
520
|
-
} from "./chunk-K4GJTP6N.mjs";
|
|
521
|
-
import {
|
|
522
|
-
Tooltip,
|
|
523
|
-
TooltipContent,
|
|
524
|
-
TooltipProvider,
|
|
525
|
-
TooltipTrigger
|
|
526
|
-
} from "./chunk-3S6KVFF5.mjs";
|
|
527
|
-
import {
|
|
528
|
-
Tabs,
|
|
529
|
-
TabsContent,
|
|
530
|
-
TabsList,
|
|
531
|
-
TabsTrigger,
|
|
532
|
-
tabsListVariants
|
|
533
|
-
} from "./chunk-WE4YKBDE.mjs";
|
|
534
|
-
import {
|
|
535
|
-
DropdownMenu,
|
|
536
|
-
DropdownMenuCheckboxItem,
|
|
537
|
-
DropdownMenuContent,
|
|
538
|
-
DropdownMenuGroup,
|
|
539
|
-
DropdownMenuItem,
|
|
540
|
-
DropdownMenuLabel,
|
|
541
|
-
DropdownMenuPortal,
|
|
542
|
-
DropdownMenuRadioGroup,
|
|
543
|
-
DropdownMenuRadioItem,
|
|
544
|
-
DropdownMenuSeparator,
|
|
545
|
-
DropdownMenuShortcut,
|
|
546
|
-
DropdownMenuSub,
|
|
547
|
-
DropdownMenuSubContent,
|
|
548
|
-
DropdownMenuSubTrigger,
|
|
549
|
-
DropdownMenuTrigger
|
|
550
|
-
} from "./chunk-H5DTKPJ2.mjs";
|
|
551
|
-
import {
|
|
552
|
-
Separator
|
|
553
|
-
} from "./chunk-2GIYVERS.mjs";
|
|
554
|
-
import {
|
|
555
|
-
Textarea
|
|
556
|
-
} from "./chunk-BS75ICOO.mjs";
|
|
557
552
|
import {
|
|
558
553
|
Dialog,
|
|
559
554
|
DialogClose,
|
|
@@ -592,6 +587,11 @@ import {
|
|
|
592
587
|
AlertDialogTitle,
|
|
593
588
|
AlertDialogTrigger
|
|
594
589
|
} from "./chunk-CEYEK3TI.mjs";
|
|
590
|
+
import {
|
|
591
|
+
Alert,
|
|
592
|
+
AlertDescription,
|
|
593
|
+
AlertTitle
|
|
594
|
+
} from "./chunk-MDUKXXIL.mjs";
|
|
595
595
|
import {
|
|
596
596
|
FONT_FAMILY_SANS,
|
|
597
597
|
TYPOGRAPHY,
|
|
@@ -607,15 +607,16 @@ import {
|
|
|
607
607
|
import "./chunk-FFXTQTB4.mjs";
|
|
608
608
|
import {
|
|
609
609
|
DatePicker
|
|
610
|
-
} from "./chunk-
|
|
611
|
-
import {
|
|
612
|
-
Calendar,
|
|
613
|
-
CalendarDayButton
|
|
614
|
-
} from "./chunk-FBNEIYSE.mjs";
|
|
615
|
-
import "./chunk-LHWJQNLG.mjs";
|
|
610
|
+
} from "./chunk-TRM3KIHT.mjs";
|
|
616
611
|
import {
|
|
617
|
-
|
|
618
|
-
|
|
612
|
+
Popover,
|
|
613
|
+
PopoverAnchor,
|
|
614
|
+
PopoverContent,
|
|
615
|
+
PopoverDescription,
|
|
616
|
+
PopoverHeader,
|
|
617
|
+
PopoverTitle,
|
|
618
|
+
PopoverTrigger
|
|
619
|
+
} from "./chunk-HB5BKRMH.mjs";
|
|
619
620
|
import {
|
|
620
621
|
ToggleGroup,
|
|
621
622
|
ToggleGroupItem
|
|
@@ -625,14 +626,13 @@ import {
|
|
|
625
626
|
toggleVariants
|
|
626
627
|
} from "./chunk-6QAFGZC2.mjs";
|
|
627
628
|
import {
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
} from "./chunk-HB5BKRMH.mjs";
|
|
629
|
+
Calendar,
|
|
630
|
+
CalendarDayButton
|
|
631
|
+
} from "./chunk-FBNEIYSE.mjs";
|
|
632
|
+
import "./chunk-LHWJQNLG.mjs";
|
|
633
|
+
import {
|
|
634
|
+
Label
|
|
635
|
+
} from "./chunk-LSRGA5BI.mjs";
|
|
636
636
|
import {
|
|
637
637
|
Input
|
|
638
638
|
} from "./chunk-LBTHZSBT.mjs";
|