@wealthx/shadcn 1.5.0 → 1.5.2

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 (36) hide show
  1. package/.turbo/turbo-build.log +119 -119
  2. package/CHANGELOG.md +12 -0
  3. package/dist/chunk-G2EWIP2N.mjs +960 -0
  4. package/dist/{chunk-MHHA7QGO.mjs → chunk-ODO6BUOF.mjs} +1 -1
  5. package/dist/chunk-PX4M67XQ.mjs +301 -0
  6. package/dist/{chunk-FYUSF5KO.mjs → chunk-QRVEI6J3.mjs} +1 -1
  7. package/dist/{chunk-42NEC57Y.mjs → chunk-RAKBWNQH.mjs} +272 -3
  8. package/dist/components/ui/{contact-alert-dialog.js → contact-alert-dialog/index.js} +1029 -593
  9. package/dist/components/ui/contact-alert-dialog/index.mjs +31 -0
  10. package/dist/components/ui/file-preview-dialog.js +407 -100
  11. package/dist/components/ui/file-preview-dialog.mjs +3 -1
  12. package/dist/components/ui/kanban-column.js +408 -113
  13. package/dist/components/ui/kanban-column.mjs +3 -2
  14. package/dist/components/ui/opportunity-card.js +383 -88
  15. package/dist/components/ui/opportunity-card.mjs +2 -1
  16. package/dist/components/ui/pipeline-board.js +424 -129
  17. package/dist/components/ui/pipeline-board.mjs +4 -3
  18. package/dist/index.js +3081 -2282
  19. package/dist/index.mjs +39 -35
  20. package/dist/styles.css +1 -1
  21. package/package.json +6 -5
  22. package/src/components/index.tsx +3 -2
  23. package/src/components/ui/contact-alert-dialog/builder-ui.tsx +556 -0
  24. package/src/components/ui/contact-alert-dialog/config.ts +262 -0
  25. package/src/components/ui/contact-alert-dialog/contact-alert-dialog.tsx +214 -0
  26. package/src/components/ui/contact-alert-dialog/index.tsx +15 -0
  27. package/src/components/ui/contact-alert-dialog/types.ts +61 -0
  28. package/src/components/ui/contact-alert-dialog/utils.ts +93 -0
  29. package/src/components/ui/file-preview-dialog.tsx +299 -99
  30. package/src/components/ui/opportunity-card.tsx +328 -1
  31. package/src/styles/styles-css.ts +1 -1
  32. package/tsup.config.ts +1 -1
  33. package/dist/chunk-5WMFKQZ6.mjs +0 -180
  34. package/dist/chunk-Y24TXIFJ.mjs +0 -518
  35. package/dist/components/ui/contact-alert-dialog.mjs +0 -27
  36. package/src/components/ui/contact-alert-dialog.tsx +0 -710
package/dist/index.mjs CHANGED
@@ -1,6 +1,10 @@
1
1
  import {
2
- VideoBackground
3
- } from "./chunk-ZGQIVGIN.mjs";
2
+ ALERT_QUERY_FIELDS,
3
+ AlertSharingType,
4
+ ContactAlertDialog,
5
+ ContactAlertQueryBuilder,
6
+ createAlertTree
7
+ } from "./chunk-G2EWIP2N.mjs";
4
8
  import {
5
9
  TransactionsExpenseCategoriesDoughnutChart
6
10
  } from "./chunk-KB7MZMED.mjs";
@@ -14,8 +18,8 @@ import {
14
18
  TwoFASetupForm
15
19
  } from "./chunk-B7DD3ODQ.mjs";
16
20
  import {
17
- SidebarNav
18
- } from "./chunk-PV7PNA6K.mjs";
21
+ VideoBackground
22
+ } from "./chunk-ZGQIVGIN.mjs";
19
23
  import {
20
24
  FrontendShell,
21
25
  SignupShell,
@@ -32,8 +36,8 @@ import {
32
36
  ShareDetailsDialog
33
37
  } from "./chunk-TGVXRD53.mjs";
34
38
  import {
35
- PropertyCashflowDoughnutChart
36
- } from "./chunk-BDESHD25.mjs";
39
+ SidebarNav
40
+ } from "./chunk-PV7PNA6K.mjs";
37
41
  import {
38
42
  PropertyDebtEquityDoughnutChart
39
43
  } from "./chunk-AHKHVBWR.mjs";
@@ -54,12 +58,9 @@ import {
54
58
  import {
55
59
  ReviewAlertsDialog
56
60
  } from "./chunk-WUA546RX.mjs";
57
- import {
58
- PipelineAlerts
59
- } from "./chunk-KFH36NKF.mjs";
60
61
  import {
61
62
  PipelineBoard
62
- } from "./chunk-FYUSF5KO.mjs";
63
+ } from "./chunk-QRVEI6J3.mjs";
63
64
  import {
64
65
  PipelineChart
65
66
  } from "./chunk-D447W45Z.mjs";
@@ -69,16 +70,8 @@ import {
69
70
  PutOnHoldDialog
70
71
  } from "./chunk-VFH632TB.mjs";
71
72
  import {
72
- OnboardingLayout
73
- } from "./chunk-2P7HP7LR.mjs";
74
- import {
75
- Step,
76
- StepContent,
77
- StepIndicator,
78
- StepItem,
79
- StepLabel,
80
- Stepper
81
- } from "./chunk-6TX73WG7.mjs";
73
+ PropertyCashflowDoughnutChart
74
+ } from "./chunk-BDESHD25.mjs";
82
75
  import {
83
76
  OpportunitySummaryTab
84
77
  } from "./chunk-AUEUTZIC.mjs";
@@ -97,33 +90,41 @@ import {
97
90
  PageTopBar
98
91
  } from "./chunk-NB3ZL36B.mjs";
99
92
  import {
100
- LoanEntryShell
101
- } from "./chunk-623YVI5O.mjs";
93
+ PipelineAlerts
94
+ } from "./chunk-KFH36NKF.mjs";
102
95
  import {
103
96
  LoanWizardShell
104
97
  } 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";
105
109
  import {
106
110
  KanbanColumn
107
- } from "./chunk-MHHA7QGO.mjs";
111
+ } from "./chunk-ODO6BUOF.mjs";
108
112
  import {
109
113
  LeadCard,
110
114
  OpportunityCard
111
- } from "./chunk-42NEC57Y.mjs";
115
+ } from "./chunk-RAKBWNQH.mjs";
112
116
  import {
113
117
  TaskCheckItem
114
118
  } from "./chunk-2WCIORP7.mjs";
115
119
  import {
116
120
  LoanApplicationBadge
117
121
  } from "./chunk-4DO3WM7V.mjs";
122
+ import {
123
+ LoanEntryShell
124
+ } from "./chunk-623YVI5O.mjs";
118
125
  import {
119
126
  IncomeWorkDetails
120
127
  } from "./chunk-2QNOPXMQ.mjs";
121
- import {
122
- FilePreviewDialog
123
- } from "./chunk-5WMFKQZ6.mjs";
124
- import {
125
- Progress
126
- } from "./chunk-JPGL36WQ.mjs";
127
128
  import {
128
129
  OpportunityDetailsDrawer,
129
130
  SummaryReportDrawer
@@ -178,6 +179,12 @@ import {
178
179
  import {
179
180
  ExpenseBarChart
180
181
  } from "./chunk-KLJLDNCA.mjs";
182
+ import {
183
+ FilePreviewDialog
184
+ } from "./chunk-PX4M67XQ.mjs";
185
+ import {
186
+ Progress
187
+ } from "./chunk-JPGL36WQ.mjs";
181
188
  import {
182
189
  DataTable,
183
190
  DataTableColumnHeader,
@@ -217,11 +224,6 @@ import {
217
224
  ComboboxTrigger,
218
225
  ComboboxValue
219
226
  } from "./chunk-OEOOYMC2.mjs";
220
- import {
221
- ALERT_QUERY_FIELDS,
222
- ContactAlertDialog,
223
- ContactAlertQueryBuilder
224
- } from "./chunk-Y24TXIFJ.mjs";
225
227
  import {
226
228
  CreateContactModal
227
229
  } from "./chunk-2A53WPEC.mjs";
@@ -676,6 +678,7 @@ export {
676
678
  AlertDialogPortal,
677
679
  AlertDialogTitle,
678
680
  AlertDialogTrigger,
681
+ AlertSharingType,
679
682
  AlertTitle,
680
683
  ApplicantDocumentChecklist,
681
684
  ApplicationMobileLayout,
@@ -1015,6 +1018,7 @@ export {
1015
1018
  badgeVariants,
1016
1019
  buttonVariants,
1017
1020
  cn,
1021
+ createAlertTree,
1018
1022
  getResponsiveTypographyCssVars,
1019
1023
  getSelectionColumn,
1020
1024
  getTypographyCssVars,