@wealthx/shadcn 1.5.12 → 1.5.13
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 +74 -74
- package/CHANGELOG.md +6 -0
- package/dist/{chunk-CPM6P63C.mjs → chunk-BF5FKUF6.mjs} +53 -24
- package/dist/chunk-KICT4VQL.mjs +508 -0
- 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-generate-dialog.js +163 -76
- package/dist/components/ui/bank-statement-generate-dialog.mjs +2 -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 +540 -364
- package/dist/index.mjs +15 -13
- 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-generate-dialog.tsx +125 -97
- 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";
|
|
@@ -315,7 +316,7 @@ import {
|
|
|
315
316
|
} from "./chunk-TC43SMIN.mjs";
|
|
316
317
|
import {
|
|
317
318
|
BankStatementGenerateDialog
|
|
318
|
-
} from "./chunk-
|
|
319
|
+
} from "./chunk-BF5FKUF6.mjs";
|
|
319
320
|
import {
|
|
320
321
|
Field,
|
|
321
322
|
FieldContent,
|
|
@@ -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,
|