@wealthx/shadcn 1.5.6 → 1.5.7
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 +141 -135
- package/CHANGELOG.md +6 -0
- package/dist/{chunk-2LLFNGJZ.mjs → chunk-3OOUI5TO.mjs} +1 -1
- package/dist/{chunk-AUEUTZIC.mjs → chunk-3QAQQBCM.mjs} +2 -2
- package/dist/chunk-3Z75IKFO.mjs +34 -0
- package/dist/{chunk-RAKBWNQH.mjs → chunk-5WCIGJ3E.mjs} +26 -65
- package/dist/chunk-65PZNG4Y.mjs +129 -0
- package/dist/{chunk-D447W45Z.mjs → chunk-7OLKVKJF.mjs} +41 -49
- package/dist/{chunk-UEREFDAE.mjs → chunk-AZGLSIHF.mjs} +1 -1
- package/dist/{chunk-QRVEI6J3.mjs → chunk-BQBSYM2I.mjs} +1 -3
- package/dist/{chunk-BFB3UH7V.mjs → chunk-C2QMHKLT.mjs} +1 -1
- package/dist/chunk-CEEVYRQA.mjs +61 -0
- package/dist/{chunk-VJ3GC7W3.mjs → chunk-CXGZSIQN.mjs} +4 -30
- package/dist/{chunk-VLELWBEW.mjs → chunk-E2BNCA6L.mjs} +1 -1
- package/dist/{chunk-46Q4335I.mjs → chunk-F73QFUZH.mjs} +10 -20
- package/dist/{chunk-Q35PNFJ7.mjs → chunk-FBNEIYSE.mjs} +1 -1
- package/dist/{chunk-HO6S3ECM.mjs → chunk-G4WLCKFV.mjs} +1 -1
- package/dist/{chunk-ODO6BUOF.mjs → chunk-HRHXZIX5.mjs} +1 -3
- package/dist/{chunk-IXR4BQSQ.mjs → chunk-I6QVWQCD.mjs} +1 -1
- package/dist/{chunk-Q5SGEIJV.mjs → chunk-IXKE6LHN.mjs} +1 -1
- package/dist/{chunk-OL65UQHQ.mjs → chunk-JCH2BG24.mjs} +26 -60
- package/dist/{chunk-PV3Y7QGK.mjs → chunk-LHWJQNLG.mjs} +3 -3
- package/dist/{chunk-JTG5R5YV.mjs → chunk-MS4PDUSU.mjs} +284 -58
- package/dist/{chunk-VFH632TB.mjs → chunk-SDNG4XL6.mjs} +1 -1
- package/dist/{chunk-DFL5CV75.mjs → chunk-T6MMCOX6.mjs} +1 -1
- package/dist/{chunk-6TX73WG7.mjs → chunk-TCE5L44O.mjs} +3 -2
- package/dist/{chunk-HROG643K.mjs → chunk-W5QJ57PU.mjs} +1 -1
- package/dist/{chunk-EW72FINW.mjs → chunk-XVZGXPIX.mjs} +1 -1
- package/dist/components/ui/about-you-form.mjs +3 -3
- package/dist/components/ui/add-column-modal.js +56 -227
- package/dist/components/ui/add-column-modal.mjs +1 -2
- package/dist/components/ui/ai-conversations.js +278 -58
- package/dist/components/ui/ai-conversations.mjs +1 -1
- package/dist/components/ui/appointment-action-dialogs.mjs +3 -3
- package/dist/components/ui/appointment-availability-settings.js +2 -28
- package/dist/components/ui/appointment-availability-settings.mjs +4 -4
- package/dist/components/ui/appointment-book-dialog.js +11 -21
- package/dist/components/ui/appointment-book-dialog.mjs +3 -3
- package/dist/components/ui/appointment-calendar-view.mjs +2 -2
- package/dist/components/ui/appointment-detail-sheet.mjs +4 -4
- package/dist/components/ui/appointment-upcoming-card.mjs +3 -3
- package/dist/components/ui/bank-statement-generate-dialog.mjs +4 -4
- package/dist/components/ui/calendar.mjs +2 -2
- package/dist/components/ui/dashboard-transactions-table.mjs +1 -1
- package/dist/components/ui/date-picker.mjs +3 -3
- package/dist/components/ui/financial-cards.mjs +2 -2
- package/dist/components/ui/financial-sections.mjs +3 -3
- package/dist/components/ui/integration-card.js +326 -0
- package/dist/components/ui/integration-card.mjs +11 -0
- package/dist/components/ui/kanban-column.js +151 -243
- package/dist/components/ui/kanban-column.mjs +3 -4
- package/dist/components/ui/loan-application-cards.mjs +1 -1
- package/dist/components/ui/onboarding-layout.js +65 -4
- package/dist/components/ui/onboarding-layout.mjs +6 -4
- package/dist/components/ui/opportunity-card.js +126 -216
- package/dist/components/ui/opportunity-card.mjs +2 -3
- package/dist/components/ui/opportunity-edit-modals.mjs +4 -4
- package/dist/components/ui/opportunity-summary-tab.mjs +6 -6
- package/dist/components/ui/pipeline-board.js +167 -261
- package/dist/components/ui/pipeline-board.mjs +4 -5
- package/dist/components/ui/pipeline-chart.js +128 -55
- package/dist/components/ui/pipeline-chart.mjs +2 -1
- package/dist/components/ui/pipeline-dialogs.mjs +4 -4
- package/dist/components/ui/savings-goal-modal.mjs +3 -3
- package/dist/components/ui/selectable-card.js +163 -0
- package/dist/components/ui/selectable-card.mjs +9 -0
- package/dist/components/ui/signup-shell.js +3 -2
- package/dist/components/ui/signup-shell.mjs +2 -2
- package/dist/components/ui/stepper.js +3 -2
- package/dist/components/ui/stepper.mjs +1 -1
- package/dist/index.js +2121 -1878
- package/dist/index.mjs +56 -46
- package/dist/styles.css +1 -1
- package/package.json +11 -1
- package/src/components/index.tsx +13 -1
- package/src/components/ui/add-column-modal.tsx +9 -58
- package/src/components/ui/ai-conversations.tsx +308 -42
- package/src/components/ui/appointment-availability-settings.tsx +2 -35
- package/src/components/ui/appointment-book-dialog.tsx +25 -48
- package/src/components/ui/integration-card.tsx +88 -0
- package/src/components/ui/kanban-column.tsx +0 -7
- package/src/components/ui/onboarding-layout.tsx +102 -1
- package/src/components/ui/opportunity-card.tsx +5 -53
- package/src/components/ui/pipeline-board.tsx +0 -3
- package/src/components/ui/pipeline-chart.tsx +47 -53
- package/src/components/ui/selectable-card.tsx +37 -0
- package/src/components/ui/stepper.tsx +3 -2
- package/src/lib/format-date.ts +6 -6
- package/src/styles/styles-css.ts +1 -1
- package/tsup.config.ts +2 -0
- package/dist/chunk-2P7HP7LR.mjs +0 -68
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
LeadCard,
|
|
3
3
|
OpportunityCard
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-5WCIGJ3E.mjs";
|
|
5
5
|
import "../../chunk-2WCIORP7.mjs";
|
|
6
6
|
import "../../chunk-JPGL36WQ.mjs";
|
|
7
7
|
import "../../chunk-IKXYTCSB.mjs";
|
|
8
8
|
import "../../chunk-PNSYFE3K.mjs";
|
|
9
9
|
import "../../chunk-HNDTLT5X.mjs";
|
|
10
|
-
import "../../chunk-6SR4K5T5.mjs";
|
|
11
10
|
import "../../chunk-2GIYVERS.mjs";
|
|
12
11
|
import "../../chunk-WL6WVV47.mjs";
|
|
13
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-LHWJQNLG.mjs";
|
|
14
13
|
import "../../chunk-WDTXHLYM.mjs";
|
|
15
14
|
import "../../chunk-S4CTM3UE.mjs";
|
|
16
15
|
import "../../chunk-UNACI2YK.mjs";
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
EditExpensesModal,
|
|
6
6
|
EditIncomeModal,
|
|
7
7
|
EditLoanScenarioModal
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-IXKE6LHN.mjs";
|
|
9
9
|
import "../../chunk-JTK6VJXY.mjs";
|
|
10
10
|
import "../../chunk-MXP2RX2V.mjs";
|
|
11
11
|
import "../../chunk-ISUA7DSB.mjs";
|
|
@@ -13,10 +13,10 @@ import "../../chunk-IKXYTCSB.mjs";
|
|
|
13
13
|
import "../../chunk-TAX3KL66.mjs";
|
|
14
14
|
import "../../chunk-BS75ICOO.mjs";
|
|
15
15
|
import "../../chunk-NCUH54IZ.mjs";
|
|
16
|
-
import "../../chunk-
|
|
16
|
+
import "../../chunk-C2QMHKLT.mjs";
|
|
17
17
|
import "../../chunk-C6SWS7OW.mjs";
|
|
18
|
-
import "../../chunk-
|
|
19
|
-
import "../../chunk-
|
|
18
|
+
import "../../chunk-FBNEIYSE.mjs";
|
|
19
|
+
import "../../chunk-LHWJQNLG.mjs";
|
|
20
20
|
import "../../chunk-P7CEBZM6.mjs";
|
|
21
21
|
import "../../chunk-OWFQSXVD.mjs";
|
|
22
22
|
import "../../chunk-6QAFGZC2.mjs";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
OpportunitySummaryTab
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-3QAQQBCM.mjs";
|
|
4
|
+
import "../../chunk-IXKE6LHN.mjs";
|
|
5
|
+
import "../../chunk-W5QJ57PU.mjs";
|
|
6
6
|
import "../../chunk-DQB4EPIS.mjs";
|
|
7
7
|
import "../../chunk-JTK6VJXY.mjs";
|
|
8
8
|
import "../../chunk-MXP2RX2V.mjs";
|
|
@@ -13,10 +13,10 @@ import "../../chunk-WE4YKBDE.mjs";
|
|
|
13
13
|
import "../../chunk-BS75ICOO.mjs";
|
|
14
14
|
import "../../chunk-NCUH54IZ.mjs";
|
|
15
15
|
import "../../chunk-WL6WVV47.mjs";
|
|
16
|
-
import "../../chunk-
|
|
16
|
+
import "../../chunk-C2QMHKLT.mjs";
|
|
17
17
|
import "../../chunk-C6SWS7OW.mjs";
|
|
18
|
-
import "../../chunk-
|
|
19
|
-
import "../../chunk-
|
|
18
|
+
import "../../chunk-FBNEIYSE.mjs";
|
|
19
|
+
import "../../chunk-LHWJQNLG.mjs";
|
|
20
20
|
import "../../chunk-P7CEBZM6.mjs";
|
|
21
21
|
import "../../chunk-OWFQSXVD.mjs";
|
|
22
22
|
import "../../chunk-6QAFGZC2.mjs";
|