@wealthx/shadcn 1.5.1 → 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.
- package/.turbo/turbo-build.log +118 -118
- package/CHANGELOG.md +6 -0
- package/dist/chunk-G2EWIP2N.mjs +960 -0
- package/dist/{chunk-MHHA7QGO.mjs → chunk-ODO6BUOF.mjs} +1 -1
- package/dist/chunk-PX4M67XQ.mjs +301 -0
- package/dist/{chunk-FYUSF5KO.mjs → chunk-QRVEI6J3.mjs} +1 -1
- package/dist/{chunk-42NEC57Y.mjs → chunk-RAKBWNQH.mjs} +272 -3
- package/dist/components/ui/{contact-alert-dialog.js → contact-alert-dialog/index.js} +1029 -593
- package/dist/components/ui/contact-alert-dialog/index.mjs +31 -0
- package/dist/components/ui/file-preview-dialog.js +407 -100
- package/dist/components/ui/file-preview-dialog.mjs +3 -1
- package/dist/components/ui/kanban-column.js +408 -113
- package/dist/components/ui/kanban-column.mjs +3 -2
- package/dist/components/ui/opportunity-card.js +383 -88
- package/dist/components/ui/opportunity-card.mjs +2 -1
- package/dist/components/ui/pipeline-board.js +424 -129
- package/dist/components/ui/pipeline-board.mjs +4 -3
- package/dist/index.js +3081 -2282
- package/dist/index.mjs +39 -35
- package/dist/styles.css +1 -1
- package/package.json +5 -4
- package/src/components/index.tsx +3 -2
- package/src/components/ui/contact-alert-dialog/builder-ui.tsx +556 -0
- package/src/components/ui/contact-alert-dialog/config.ts +262 -0
- package/src/components/ui/contact-alert-dialog/contact-alert-dialog.tsx +214 -0
- package/src/components/ui/contact-alert-dialog/index.tsx +15 -0
- package/src/components/ui/contact-alert-dialog/types.ts +61 -0
- package/src/components/ui/contact-alert-dialog/utils.ts +93 -0
- package/src/components/ui/file-preview-dialog.tsx +299 -99
- package/src/components/ui/opportunity-card.tsx +328 -1
- package/src/styles/styles-css.ts +1 -1
- package/tsup.config.ts +1 -1
- package/dist/chunk-5WMFKQZ6.mjs +0 -180
- package/dist/chunk-Y24TXIFJ.mjs +0 -518
- package/dist/components/ui/contact-alert-dialog.mjs +0 -27
- package/src/components/ui/contact-alert-dialog.tsx +0 -710
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
|
|
18
|
-
} from "./chunk-
|
|
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
|
-
|
|
36
|
-
} from "./chunk-
|
|
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-
|
|
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
|
-
|
|
73
|
-
} from "./chunk-
|
|
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
|
-
|
|
101
|
-
} from "./chunk-
|
|
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-
|
|
111
|
+
} from "./chunk-ODO6BUOF.mjs";
|
|
108
112
|
import {
|
|
109
113
|
LeadCard,
|
|
110
114
|
OpportunityCard
|
|
111
|
-
} from "./chunk-
|
|
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,
|