@wealthx/shadcn 1.5.12 → 1.5.14
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 +79 -79
- package/CHANGELOG.md +12 -0
- package/dist/{chunk-TC43SMIN.mjs → chunk-7N6O3VPJ.mjs} +6 -6
- package/dist/{chunk-CPM6P63C.mjs → chunk-GMF7INNS.mjs} +59 -30
- package/dist/chunk-KICT4VQL.mjs +508 -0
- package/dist/{chunk-BXL74CM2.mjs → chunk-UXWNUMQA.mjs} +4 -4
- package/dist/chunk-V23CBULF.mjs +432 -0
- package/dist/components/ui/appointment-calendar-view.js +177 -176
- package/dist/components/ui/appointment-calendar-view.mjs +1 -1
- package/dist/components/ui/bank-statement-document-table.js +6 -6
- package/dist/components/ui/bank-statement-document-table.mjs +1 -1
- package/dist/components/ui/bank-statement-generate-dialog.js +164 -77
- package/dist/components/ui/bank-statement-generate-dialog.mjs +2 -1
- package/dist/components/ui/bank-statement-pdf-viewer.js +4 -4
- package/dist/components/ui/bank-statement-pdf-viewer.mjs +1 -1
- package/dist/components/ui/resource-center/index.js +1030 -0
- package/dist/components/ui/resource-center/index.mjs +29 -0
- package/dist/index.js +556 -380
- package/dist/index.mjs +17 -15
- package/dist/styles.css +1 -1
- package/package.json +4 -4
- package/src/components/index.tsx +2 -0
- package/src/components/ui/appointment-calendar-view.tsx +211 -199
- package/src/components/ui/bank-statement-document-table.tsx +12 -6
- package/src/components/ui/bank-statement-generate-dialog.tsx +125 -97
- package/src/components/ui/bank-statement-pdf-viewer.tsx +4 -4
- package/src/components/ui/resource-center/index.tsx +35 -0
- package/src/components/ui/resource-center/resource-cards.tsx +218 -0
- package/src/components/ui/resource-center/resource-carousel.tsx +122 -0
- package/src/components/ui/resource-center/resource-center-header.tsx +95 -0
- package/src/components/ui/resource-center/resource-email-editor-dialog.tsx +131 -0
- package/src/components/ui/resource-center/resource-modal.tsx +76 -0
- package/src/components/ui/resource-center/types.ts +81 -0
- package/src/styles/styles-css.ts +1 -1
- package/tsup.config.ts +1 -1
- package/dist/chunk-IODGRCQG.mjs +0 -438
- package/dist/chunk-XYWEGBAA.mjs +0 -348
- package/dist/components/ui/resource-center.js +0 -748
- package/dist/components/ui/resource-center.mjs +0 -24
- package/src/components/ui/resource-center.tsx +0 -539
package/dist/index.mjs
CHANGED
|
@@ -8,6 +8,15 @@ import {
|
|
|
8
8
|
ContactAlertQueryBuilder,
|
|
9
9
|
createAlertTree
|
|
10
10
|
} from "./chunk-QHAMVWDG.mjs";
|
|
11
|
+
import {
|
|
12
|
+
ResourceCarousel,
|
|
13
|
+
ResourceCenterHeader,
|
|
14
|
+
ResourceDocumentCard,
|
|
15
|
+
ResourceEmailEditorDialog,
|
|
16
|
+
ResourceEmailTemplateCard,
|
|
17
|
+
ResourceModal,
|
|
18
|
+
ResourceVideoCard
|
|
19
|
+
} from "./chunk-KICT4VQL.mjs";
|
|
11
20
|
import {
|
|
12
21
|
TransactionsExpenseCategoriesDoughnutChart
|
|
13
22
|
} from "./chunk-FGMDBJCF.mjs";
|
|
@@ -20,9 +29,6 @@ import {
|
|
|
20
29
|
import {
|
|
21
30
|
TwoFASetupForm
|
|
22
31
|
} from "./chunk-B7DD3ODQ.mjs";
|
|
23
|
-
import {
|
|
24
|
-
StageTimeline
|
|
25
|
-
} from "./chunk-K35TFQUB.mjs";
|
|
26
32
|
import {
|
|
27
33
|
SidebarNav
|
|
28
34
|
} from "./chunk-RSEVIQEO.mjs";
|
|
@@ -34,6 +40,9 @@ import {
|
|
|
34
40
|
import {
|
|
35
41
|
Toaster
|
|
36
42
|
} from "./chunk-WZ6UJCBL.mjs";
|
|
43
|
+
import {
|
|
44
|
+
StageTimeline
|
|
45
|
+
} from "./chunk-K35TFQUB.mjs";
|
|
37
46
|
import {
|
|
38
47
|
SelectableCard
|
|
39
48
|
} from "./chunk-3Z75IKFO.mjs";
|
|
@@ -54,14 +63,6 @@ import {
|
|
|
54
63
|
import {
|
|
55
64
|
PropertyReportDialog
|
|
56
65
|
} from "./chunk-LPVXO3TD.mjs";
|
|
57
|
-
import {
|
|
58
|
-
ResourceCarousel,
|
|
59
|
-
ResourceCenterHeader,
|
|
60
|
-
ResourceDocumentCard,
|
|
61
|
-
ResourceEmailTemplateCard,
|
|
62
|
-
ResourceModal,
|
|
63
|
-
ResourceVideoCard
|
|
64
|
-
} from "./chunk-XYWEGBAA.mjs";
|
|
65
66
|
import {
|
|
66
67
|
ReviewAlertsDialog
|
|
67
68
|
} from "./chunk-IFSQWDRN.mjs";
|
|
@@ -312,10 +313,10 @@ import {
|
|
|
312
313
|
} from "./chunk-I4KVSZCH.mjs";
|
|
313
314
|
import {
|
|
314
315
|
BankStatementDocumentTable
|
|
315
|
-
} from "./chunk-
|
|
316
|
+
} from "./chunk-7N6O3VPJ.mjs";
|
|
316
317
|
import {
|
|
317
318
|
BankStatementGenerateDialog
|
|
318
|
-
} from "./chunk-
|
|
319
|
+
} from "./chunk-GMF7INNS.mjs";
|
|
319
320
|
import {
|
|
320
321
|
Field,
|
|
321
322
|
FieldContent,
|
|
@@ -330,7 +331,7 @@ import {
|
|
|
330
331
|
} from "./chunk-MUV4EGDW.mjs";
|
|
331
332
|
import {
|
|
332
333
|
BankStatementPDFViewer
|
|
333
|
-
} from "./chunk-
|
|
334
|
+
} from "./chunk-UXWNUMQA.mjs";
|
|
334
335
|
import {
|
|
335
336
|
AuthLogo
|
|
336
337
|
} from "./chunk-Y2MTAVAK.mjs";
|
|
@@ -380,7 +381,7 @@ import {
|
|
|
380
381
|
} from "./chunk-ISUA7DSB.mjs";
|
|
381
382
|
import {
|
|
382
383
|
AppointmentCalendarView
|
|
383
|
-
} from "./chunk-
|
|
384
|
+
} from "./chunk-V23CBULF.mjs";
|
|
384
385
|
import {
|
|
385
386
|
AppointmentDetailSheet
|
|
386
387
|
} from "./chunk-R6U246E4.mjs";
|
|
@@ -943,6 +944,7 @@ export {
|
|
|
943
944
|
ResourceCarousel,
|
|
944
945
|
ResourceCenterHeader,
|
|
945
946
|
ResourceDocumentCard,
|
|
947
|
+
ResourceEmailEditorDialog,
|
|
946
948
|
ResourceEmailTemplateCard,
|
|
947
949
|
ResourceModal,
|
|
948
950
|
ResourceVideoCard,
|