@wealthx/shadcn 1.5.6 → 1.5.7
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 +141 -135
- package/CHANGELOG.md +6 -0
- package/dist/{chunk-2LLFNGJZ.mjs → chunk-3OOUI5TO.mjs} +1 -1
- package/dist/{chunk-AUEUTZIC.mjs → chunk-3QAQQBCM.mjs} +2 -2
- package/dist/chunk-3Z75IKFO.mjs +34 -0
- package/dist/{chunk-RAKBWNQH.mjs → chunk-5WCIGJ3E.mjs} +26 -65
- package/dist/chunk-65PZNG4Y.mjs +129 -0
- package/dist/{chunk-D447W45Z.mjs → chunk-7OLKVKJF.mjs} +41 -49
- package/dist/{chunk-UEREFDAE.mjs → chunk-AZGLSIHF.mjs} +1 -1
- package/dist/{chunk-QRVEI6J3.mjs → chunk-BQBSYM2I.mjs} +1 -3
- package/dist/{chunk-BFB3UH7V.mjs → chunk-C2QMHKLT.mjs} +1 -1
- package/dist/chunk-CEEVYRQA.mjs +61 -0
- package/dist/{chunk-VJ3GC7W3.mjs → chunk-CXGZSIQN.mjs} +4 -30
- package/dist/{chunk-VLELWBEW.mjs → chunk-E2BNCA6L.mjs} +1 -1
- package/dist/{chunk-46Q4335I.mjs → chunk-F73QFUZH.mjs} +10 -20
- package/dist/{chunk-Q35PNFJ7.mjs → chunk-FBNEIYSE.mjs} +1 -1
- package/dist/{chunk-HO6S3ECM.mjs → chunk-G4WLCKFV.mjs} +1 -1
- package/dist/{chunk-ODO6BUOF.mjs → chunk-HRHXZIX5.mjs} +1 -3
- package/dist/{chunk-IXR4BQSQ.mjs → chunk-I6QVWQCD.mjs} +1 -1
- package/dist/{chunk-Q5SGEIJV.mjs → chunk-IXKE6LHN.mjs} +1 -1
- package/dist/{chunk-OL65UQHQ.mjs → chunk-JCH2BG24.mjs} +26 -60
- package/dist/{chunk-PV3Y7QGK.mjs → chunk-LHWJQNLG.mjs} +3 -3
- package/dist/{chunk-JTG5R5YV.mjs → chunk-MS4PDUSU.mjs} +284 -58
- package/dist/{chunk-VFH632TB.mjs → chunk-SDNG4XL6.mjs} +1 -1
- package/dist/{chunk-DFL5CV75.mjs → chunk-T6MMCOX6.mjs} +1 -1
- package/dist/{chunk-6TX73WG7.mjs → chunk-TCE5L44O.mjs} +3 -2
- package/dist/{chunk-HROG643K.mjs → chunk-W5QJ57PU.mjs} +1 -1
- package/dist/{chunk-EW72FINW.mjs → chunk-XVZGXPIX.mjs} +1 -1
- package/dist/components/ui/about-you-form.mjs +3 -3
- package/dist/components/ui/add-column-modal.js +56 -227
- package/dist/components/ui/add-column-modal.mjs +1 -2
- package/dist/components/ui/ai-conversations.js +278 -58
- package/dist/components/ui/ai-conversations.mjs +1 -1
- package/dist/components/ui/appointment-action-dialogs.mjs +3 -3
- package/dist/components/ui/appointment-availability-settings.js +2 -28
- package/dist/components/ui/appointment-availability-settings.mjs +4 -4
- package/dist/components/ui/appointment-book-dialog.js +11 -21
- package/dist/components/ui/appointment-book-dialog.mjs +3 -3
- package/dist/components/ui/appointment-calendar-view.mjs +2 -2
- package/dist/components/ui/appointment-detail-sheet.mjs +4 -4
- package/dist/components/ui/appointment-upcoming-card.mjs +3 -3
- package/dist/components/ui/bank-statement-generate-dialog.mjs +4 -4
- package/dist/components/ui/calendar.mjs +2 -2
- package/dist/components/ui/dashboard-transactions-table.mjs +1 -1
- package/dist/components/ui/date-picker.mjs +3 -3
- package/dist/components/ui/financial-cards.mjs +2 -2
- package/dist/components/ui/financial-sections.mjs +3 -3
- package/dist/components/ui/integration-card.js +326 -0
- package/dist/components/ui/integration-card.mjs +11 -0
- package/dist/components/ui/kanban-column.js +151 -243
- package/dist/components/ui/kanban-column.mjs +3 -4
- package/dist/components/ui/loan-application-cards.mjs +1 -1
- package/dist/components/ui/onboarding-layout.js +65 -4
- package/dist/components/ui/onboarding-layout.mjs +6 -4
- package/dist/components/ui/opportunity-card.js +126 -216
- package/dist/components/ui/opportunity-card.mjs +2 -3
- package/dist/components/ui/opportunity-edit-modals.mjs +4 -4
- package/dist/components/ui/opportunity-summary-tab.mjs +6 -6
- package/dist/components/ui/pipeline-board.js +167 -261
- package/dist/components/ui/pipeline-board.mjs +4 -5
- package/dist/components/ui/pipeline-chart.js +128 -55
- package/dist/components/ui/pipeline-chart.mjs +2 -1
- package/dist/components/ui/pipeline-dialogs.mjs +4 -4
- package/dist/components/ui/savings-goal-modal.mjs +3 -3
- package/dist/components/ui/selectable-card.js +163 -0
- package/dist/components/ui/selectable-card.mjs +9 -0
- package/dist/components/ui/signup-shell.js +3 -2
- package/dist/components/ui/signup-shell.mjs +2 -2
- package/dist/components/ui/stepper.js +3 -2
- package/dist/components/ui/stepper.mjs +1 -1
- package/dist/index.js +2121 -1878
- package/dist/index.mjs +56 -46
- package/dist/styles.css +1 -1
- package/package.json +11 -1
- package/src/components/index.tsx +13 -1
- package/src/components/ui/add-column-modal.tsx +9 -58
- package/src/components/ui/ai-conversations.tsx +308 -42
- package/src/components/ui/appointment-availability-settings.tsx +2 -35
- package/src/components/ui/appointment-book-dialog.tsx +25 -48
- package/src/components/ui/integration-card.tsx +88 -0
- package/src/components/ui/kanban-column.tsx +0 -7
- package/src/components/ui/onboarding-layout.tsx +102 -1
- package/src/components/ui/opportunity-card.tsx +5 -53
- package/src/components/ui/pipeline-board.tsx +0 -3
- package/src/components/ui/pipeline-chart.tsx +47 -53
- package/src/components/ui/selectable-card.tsx +37 -0
- package/src/components/ui/stepper.tsx +3 -2
- package/src/lib/format-date.ts +6 -6
- package/src/styles/styles-css.ts +1 -1
- package/tsup.config.ts +2 -0
- package/dist/chunk-2P7HP7LR.mjs +0 -68
package/dist/index.mjs
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import {
|
|
2
|
+
VideoBackground
|
|
3
|
+
} from "./chunk-ZGQIVGIN.mjs";
|
|
1
4
|
import {
|
|
2
5
|
ALERT_QUERY_FIELDS,
|
|
3
6
|
AlertSharingType,
|
|
@@ -18,26 +21,29 @@ import {
|
|
|
18
21
|
TwoFASetupForm
|
|
19
22
|
} from "./chunk-B7DD3ODQ.mjs";
|
|
20
23
|
import {
|
|
21
|
-
|
|
22
|
-
} from "./chunk-
|
|
24
|
+
StageTimeline
|
|
25
|
+
} from "./chunk-IQGKOT7A.mjs";
|
|
26
|
+
import {
|
|
27
|
+
SidebarNav
|
|
28
|
+
} from "./chunk-IKDTOCSY.mjs";
|
|
23
29
|
import {
|
|
24
30
|
FrontendShell,
|
|
25
31
|
SignupShell,
|
|
26
32
|
SignupVideoPanel
|
|
27
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-AZGLSIHF.mjs";
|
|
28
34
|
import {
|
|
29
35
|
Toaster
|
|
30
36
|
} from "./chunk-WZ6UJCBL.mjs";
|
|
31
37
|
import {
|
|
32
|
-
|
|
33
|
-
} from "./chunk-
|
|
38
|
+
SelectableCard
|
|
39
|
+
} from "./chunk-3Z75IKFO.mjs";
|
|
34
40
|
import {
|
|
35
41
|
EmailTemplateDialog,
|
|
36
42
|
ShareDetailsDialog
|
|
37
43
|
} from "./chunk-TGVXRD53.mjs";
|
|
38
44
|
import {
|
|
39
|
-
|
|
40
|
-
} from "./chunk-
|
|
45
|
+
PropertyCashflowDoughnutChart
|
|
46
|
+
} from "./chunk-BDESHD25.mjs";
|
|
41
47
|
import {
|
|
42
48
|
PropertyDebtEquityDoughnutChart
|
|
43
49
|
} from "./chunk-AHKHVBWR.mjs";
|
|
@@ -58,23 +64,35 @@ import {
|
|
|
58
64
|
import {
|
|
59
65
|
ReviewAlertsDialog
|
|
60
66
|
} from "./chunk-WUA546RX.mjs";
|
|
67
|
+
import {
|
|
68
|
+
PipelineAlerts
|
|
69
|
+
} from "./chunk-KFH36NKF.mjs";
|
|
61
70
|
import {
|
|
62
71
|
PipelineBoard
|
|
63
|
-
} from "./chunk-
|
|
72
|
+
} from "./chunk-BQBSYM2I.mjs";
|
|
64
73
|
import {
|
|
65
74
|
PipelineChart
|
|
66
|
-
} from "./chunk-
|
|
75
|
+
} from "./chunk-7OLKVKJF.mjs";
|
|
67
76
|
import {
|
|
68
77
|
ChangePriorityDialog,
|
|
69
78
|
DeleteOpportunityDialog,
|
|
70
79
|
PutOnHoldDialog
|
|
71
|
-
} from "./chunk-
|
|
80
|
+
} from "./chunk-SDNG4XL6.mjs";
|
|
72
81
|
import {
|
|
73
|
-
|
|
74
|
-
|
|
82
|
+
OnboardingLayout,
|
|
83
|
+
OnboardingPanelLayout
|
|
84
|
+
} from "./chunk-65PZNG4Y.mjs";
|
|
85
|
+
import {
|
|
86
|
+
Step,
|
|
87
|
+
StepContent,
|
|
88
|
+
StepIndicator,
|
|
89
|
+
StepItem,
|
|
90
|
+
StepLabel,
|
|
91
|
+
Stepper
|
|
92
|
+
} from "./chunk-TCE5L44O.mjs";
|
|
75
93
|
import {
|
|
76
94
|
OpportunitySummaryTab
|
|
77
|
-
} from "./chunk-
|
|
95
|
+
} from "./chunk-3QAQQBCM.mjs";
|
|
78
96
|
import {
|
|
79
97
|
EditAboutApplicantModal,
|
|
80
98
|
EditAssetsModal,
|
|
@@ -82,7 +100,7 @@ import {
|
|
|
82
100
|
EditExpensesModal,
|
|
83
101
|
EditIncomeModal,
|
|
84
102
|
EditLoanScenarioModal
|
|
85
|
-
} from "./chunk-
|
|
103
|
+
} from "./chunk-IXKE6LHN.mjs";
|
|
86
104
|
import {
|
|
87
105
|
PageHeader
|
|
88
106
|
} from "./chunk-NT4FX27K.mjs";
|
|
@@ -90,41 +108,30 @@ import {
|
|
|
90
108
|
PageTopBar
|
|
91
109
|
} from "./chunk-NB3ZL36B.mjs";
|
|
92
110
|
import {
|
|
93
|
-
|
|
94
|
-
} from "./chunk-
|
|
111
|
+
LoanEntryShell
|
|
112
|
+
} from "./chunk-623YVI5O.mjs";
|
|
95
113
|
import {
|
|
96
114
|
LoanWizardShell
|
|
97
115
|
} from "./chunk-PUJ42INK.mjs";
|
|
98
|
-
import {
|
|
99
|
-
OnboardingLayout
|
|
100
|
-
} from "./chunk-2P7HP7LR.mjs";
|
|
101
|
-
import {
|
|
102
|
-
Step,
|
|
103
|
-
StepContent,
|
|
104
|
-
StepIndicator,
|
|
105
|
-
StepItem,
|
|
106
|
-
StepLabel,
|
|
107
|
-
Stepper
|
|
108
|
-
} from "./chunk-6TX73WG7.mjs";
|
|
109
116
|
import {
|
|
110
117
|
KanbanColumn
|
|
111
|
-
} from "./chunk-
|
|
118
|
+
} from "./chunk-HRHXZIX5.mjs";
|
|
112
119
|
import {
|
|
113
120
|
LeadCard,
|
|
114
121
|
OpportunityCard
|
|
115
|
-
} from "./chunk-
|
|
122
|
+
} from "./chunk-5WCIGJ3E.mjs";
|
|
116
123
|
import {
|
|
117
124
|
TaskCheckItem
|
|
118
125
|
} from "./chunk-2WCIORP7.mjs";
|
|
119
126
|
import {
|
|
120
127
|
LoanApplicationBadge
|
|
121
128
|
} from "./chunk-4DO3WM7V.mjs";
|
|
122
|
-
import {
|
|
123
|
-
LoanEntryShell
|
|
124
|
-
} from "./chunk-623YVI5O.mjs";
|
|
125
129
|
import {
|
|
126
130
|
IncomeWorkDetails
|
|
127
131
|
} from "./chunk-2QNOPXMQ.mjs";
|
|
132
|
+
import {
|
|
133
|
+
IntegrationCard
|
|
134
|
+
} from "./chunk-CEEVYRQA.mjs";
|
|
128
135
|
import {
|
|
129
136
|
OpportunityDetailsDrawer,
|
|
130
137
|
SummaryReportDrawer
|
|
@@ -138,7 +145,7 @@ import {
|
|
|
138
145
|
LoanScenarioSection,
|
|
139
146
|
OtherLiabilitiesSection,
|
|
140
147
|
PropertyHoldingsSection
|
|
141
|
-
} from "./chunk-
|
|
148
|
+
} from "./chunk-E2BNCA6L.mjs";
|
|
142
149
|
import {
|
|
143
150
|
AboutCard,
|
|
144
151
|
AlertCard,
|
|
@@ -147,7 +154,7 @@ import {
|
|
|
147
154
|
IncomeCard,
|
|
148
155
|
OtherLiabilityCard,
|
|
149
156
|
PropertyCard
|
|
150
|
-
} from "./chunk-
|
|
157
|
+
} from "./chunk-W5QJ57PU.mjs";
|
|
151
158
|
import {
|
|
152
159
|
FinancialCardHeader,
|
|
153
160
|
FinancialDetailField,
|
|
@@ -307,7 +314,7 @@ import {
|
|
|
307
314
|
} from "./chunk-TC43SMIN.mjs";
|
|
308
315
|
import {
|
|
309
316
|
BankStatementGenerateDialog
|
|
310
|
-
} from "./chunk-
|
|
317
|
+
} from "./chunk-I6QVWQCD.mjs";
|
|
311
318
|
import {
|
|
312
319
|
Field,
|
|
313
320
|
FieldContent,
|
|
@@ -355,7 +362,7 @@ import {
|
|
|
355
362
|
} from "./chunk-R2ON6CAN.mjs";
|
|
356
363
|
import {
|
|
357
364
|
AppointmentBookDialog
|
|
358
|
-
} from "./chunk-
|
|
365
|
+
} from "./chunk-F73QFUZH.mjs";
|
|
359
366
|
import {
|
|
360
367
|
RadioGroup,
|
|
361
368
|
RadioGroupCard,
|
|
@@ -372,10 +379,10 @@ import {
|
|
|
372
379
|
} from "./chunk-ISUA7DSB.mjs";
|
|
373
380
|
import {
|
|
374
381
|
AppointmentCalendarView
|
|
375
|
-
} from "./chunk-
|
|
382
|
+
} from "./chunk-XVZGXPIX.mjs";
|
|
376
383
|
import {
|
|
377
384
|
AppointmentDetailSheet
|
|
378
|
-
} from "./chunk-
|
|
385
|
+
} from "./chunk-G4WLCKFV.mjs";
|
|
379
386
|
import {
|
|
380
387
|
AppointmentGmailConnect
|
|
381
388
|
} from "./chunk-ZXEUBBHJ.mjs";
|
|
@@ -384,7 +391,7 @@ import {
|
|
|
384
391
|
} from "./chunk-4Z66LMIQ.mjs";
|
|
385
392
|
import {
|
|
386
393
|
AppointmentUpcomingCard
|
|
387
|
-
} from "./chunk-
|
|
394
|
+
} from "./chunk-T6MMCOX6.mjs";
|
|
388
395
|
import {
|
|
389
396
|
Alert,
|
|
390
397
|
AlertDescription,
|
|
@@ -399,17 +406,17 @@ import {
|
|
|
399
406
|
import {
|
|
400
407
|
AppointmentConfirmDialog,
|
|
401
408
|
AppointmentRescheduleDialog
|
|
402
|
-
} from "./chunk-
|
|
409
|
+
} from "./chunk-3OOUI5TO.mjs";
|
|
403
410
|
import {
|
|
404
411
|
AppointmentSlotSection,
|
|
405
412
|
AppointmentTimeSlotPicker
|
|
406
413
|
} from "./chunk-FRT3S72S.mjs";
|
|
407
414
|
import {
|
|
408
415
|
AppointmentAvailabilitySettings
|
|
409
|
-
} from "./chunk-
|
|
416
|
+
} from "./chunk-CXGZSIQN.mjs";
|
|
410
417
|
import {
|
|
411
418
|
AddColumnModal
|
|
412
|
-
} from "./chunk-
|
|
419
|
+
} from "./chunk-JCH2BG24.mjs";
|
|
413
420
|
import {
|
|
414
421
|
AddLeadModal
|
|
415
422
|
} from "./chunk-XN37434W.mjs";
|
|
@@ -507,7 +514,7 @@ import {
|
|
|
507
514
|
ConversationStatusChip,
|
|
508
515
|
ConversationsPage,
|
|
509
516
|
LeadInfoPanel
|
|
510
|
-
} from "./chunk-
|
|
517
|
+
} from "./chunk-MS4PDUSU.mjs";
|
|
511
518
|
import {
|
|
512
519
|
DropdownMenu,
|
|
513
520
|
DropdownMenuCheckboxItem,
|
|
@@ -597,7 +604,7 @@ import {
|
|
|
597
604
|
import "./chunk-FFXTQTB4.mjs";
|
|
598
605
|
import {
|
|
599
606
|
DatePicker
|
|
600
|
-
} from "./chunk-
|
|
607
|
+
} from "./chunk-C2QMHKLT.mjs";
|
|
601
608
|
import {
|
|
602
609
|
Popover,
|
|
603
610
|
PopoverAnchor,
|
|
@@ -610,8 +617,8 @@ import {
|
|
|
610
617
|
import {
|
|
611
618
|
Calendar,
|
|
612
619
|
CalendarDayButton
|
|
613
|
-
} from "./chunk-
|
|
614
|
-
import "./chunk-
|
|
620
|
+
} from "./chunk-FBNEIYSE.mjs";
|
|
621
|
+
import "./chunk-LHWJQNLG.mjs";
|
|
615
622
|
import {
|
|
616
623
|
Label
|
|
617
624
|
} from "./chunk-P7CEBZM6.mjs";
|
|
@@ -876,6 +883,7 @@ export {
|
|
|
876
883
|
InputOTPGroup,
|
|
877
884
|
InputOTPSeparator,
|
|
878
885
|
InputOTPSlot,
|
|
886
|
+
IntegrationCard,
|
|
879
887
|
IntegrationInstructionCard,
|
|
880
888
|
IntegrationServiceCard,
|
|
881
889
|
InviteStaffView,
|
|
@@ -888,6 +896,7 @@ export {
|
|
|
888
896
|
LoanScenarioSection,
|
|
889
897
|
LoanWizardShell,
|
|
890
898
|
OnboardingLayout,
|
|
899
|
+
OnboardingPanelLayout,
|
|
891
900
|
OpportunityCard,
|
|
892
901
|
OpportunityDetailsDrawer,
|
|
893
902
|
OpportunitySummaryTab,
|
|
@@ -949,6 +958,7 @@ export {
|
|
|
949
958
|
SelectSeparator,
|
|
950
959
|
SelectTrigger,
|
|
951
960
|
SelectValue,
|
|
961
|
+
SelectableCard,
|
|
952
962
|
Separator,
|
|
953
963
|
ServiceConfigurationModal,
|
|
954
964
|
ShareDetailsDialog,
|