@wealthx/shadcn 1.5.11 → 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 (36) hide show
  1. package/.turbo/turbo-build.log +88 -88
  2. package/CHANGELOG.md +12 -0
  3. package/dist/{chunk-O5CP6VP6.mjs → chunk-BF5FKUF6.mjs} +104 -63
  4. package/dist/{chunk-ZMTCMP2G.mjs → chunk-EB626HVW.mjs} +70 -3
  5. package/dist/chunk-KICT4VQL.mjs +508 -0
  6. package/dist/chunk-V23CBULF.mjs +432 -0
  7. package/dist/components/ui/ai-conversations.js +70 -3
  8. package/dist/components/ui/ai-conversations.mjs +1 -1
  9. package/dist/components/ui/appointment-calendar-view.js +177 -176
  10. package/dist/components/ui/appointment-calendar-view.mjs +1 -1
  11. package/dist/components/ui/bank-statement-generate-dialog.js +209 -107
  12. package/dist/components/ui/bank-statement-generate-dialog.mjs +2 -1
  13. package/dist/components/ui/resource-center/index.js +1030 -0
  14. package/dist/components/ui/resource-center/index.mjs +29 -0
  15. package/dist/index.js +661 -403
  16. package/dist/index.mjs +16 -14
  17. package/dist/styles.css +1 -1
  18. package/package.json +4 -4
  19. package/src/components/index.tsx +2 -0
  20. package/src/components/ui/ai-conversations.tsx +157 -23
  21. package/src/components/ui/appointment-calendar-view.tsx +211 -199
  22. package/src/components/ui/bank-statement-generate-dialog.tsx +147 -96
  23. package/src/components/ui/resource-center/index.tsx +35 -0
  24. package/src/components/ui/resource-center/resource-cards.tsx +218 -0
  25. package/src/components/ui/resource-center/resource-carousel.tsx +122 -0
  26. package/src/components/ui/resource-center/resource-center-header.tsx +95 -0
  27. package/src/components/ui/resource-center/resource-email-editor-dialog.tsx +131 -0
  28. package/src/components/ui/resource-center/resource-modal.tsx +76 -0
  29. package/src/components/ui/resource-center/types.ts +81 -0
  30. package/src/styles/styles-css.ts +1 -1
  31. package/tsup.config.ts +1 -1
  32. package/dist/chunk-IODGRCQG.mjs +0 -438
  33. package/dist/chunk-XYWEGBAA.mjs +0 -348
  34. package/dist/components/ui/resource-center.js +0 -748
  35. package/dist/components/ui/resource-center.mjs +0 -24
  36. 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-O5CP6VP6.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";
@@ -515,7 +516,7 @@ import {
515
516
  ConversationStatusChip,
516
517
  ConversationsPage,
517
518
  LeadInfoPanel
518
- } from "./chunk-ZMTCMP2G.mjs";
519
+ } from "./chunk-EB626HVW.mjs";
519
520
  import {
520
521
  Tooltip,
521
522
  TooltipContent,
@@ -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,