@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.
Files changed (32) hide show
  1. package/.turbo/turbo-build.log +74 -74
  2. package/CHANGELOG.md +6 -0
  3. package/dist/{chunk-CPM6P63C.mjs → chunk-BF5FKUF6.mjs} +53 -24
  4. package/dist/chunk-KICT4VQL.mjs +508 -0
  5. package/dist/chunk-V23CBULF.mjs +432 -0
  6. package/dist/components/ui/appointment-calendar-view.js +177 -176
  7. package/dist/components/ui/appointment-calendar-view.mjs +1 -1
  8. package/dist/components/ui/bank-statement-generate-dialog.js +163 -76
  9. package/dist/components/ui/bank-statement-generate-dialog.mjs +2 -1
  10. package/dist/components/ui/resource-center/index.js +1030 -0
  11. package/dist/components/ui/resource-center/index.mjs +29 -0
  12. package/dist/index.js +540 -364
  13. package/dist/index.mjs +15 -13
  14. package/dist/styles.css +1 -1
  15. package/package.json +4 -4
  16. package/src/components/index.tsx +2 -0
  17. package/src/components/ui/appointment-calendar-view.tsx +211 -199
  18. package/src/components/ui/bank-statement-generate-dialog.tsx +125 -97
  19. package/src/components/ui/resource-center/index.tsx +35 -0
  20. package/src/components/ui/resource-center/resource-cards.tsx +218 -0
  21. package/src/components/ui/resource-center/resource-carousel.tsx +122 -0
  22. package/src/components/ui/resource-center/resource-center-header.tsx +95 -0
  23. package/src/components/ui/resource-center/resource-email-editor-dialog.tsx +131 -0
  24. package/src/components/ui/resource-center/resource-modal.tsx +76 -0
  25. package/src/components/ui/resource-center/types.ts +81 -0
  26. package/src/styles/styles-css.ts +1 -1
  27. package/tsup.config.ts +1 -1
  28. package/dist/chunk-IODGRCQG.mjs +0 -438
  29. package/dist/chunk-XYWEGBAA.mjs +0 -348
  30. package/dist/components/ui/resource-center.js +0 -748
  31. package/dist/components/ui/resource-center.mjs +0 -24
  32. 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-CPM6P63C.mjs";
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-IODGRCQG.mjs";
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,