@wealthx/shadcn 1.5.23 → 1.5.25
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 +147 -147
- package/CHANGELOG.md +12 -0
- package/dist/{chunk-K4GJTP6N.mjs → chunk-4FJC64FV.mjs} +467 -386
- package/dist/{chunk-FGHM34AV.mjs → chunk-7JVKSZ4O.mjs} +1 -1
- package/dist/{chunk-6HTE24TP.mjs → chunk-EY5YPFKX.mjs} +1 -1
- package/dist/{chunk-3HFOSFOM.mjs → chunk-IG7DEIWU.mjs} +4 -4
- package/dist/{chunk-2VTOF7PW.mjs → chunk-K2KX3NX7.mjs} +1 -1
- package/dist/{chunk-NXZ2F4JA.mjs → chunk-KGBLORCQ.mjs} +1 -1
- package/dist/{chunk-2SDEURIQ.mjs → chunk-PX2B3Q3A.mjs} +7 -7
- package/dist/{chunk-66NM4AX2.mjs → chunk-QM7LU2BR.mjs} +10 -10
- package/dist/{chunk-4UCRTTVL.mjs → chunk-RNLIZRAK.mjs} +1 -1
- package/dist/{chunk-BWG7AX6X.mjs → chunk-SQ54W3JH.mjs} +1 -1
- package/dist/{chunk-RJHE3V4M.mjs → chunk-UMR3HVZF.mjs} +4 -4
- package/dist/{chunk-JGUC3KCA.mjs → chunk-VNB5E7SI.mjs} +5 -5
- package/dist/{chunk-ETT5JAXF.mjs → chunk-Z5QI7CW2.mjs} +1 -1
- package/dist/components/ui/about-you-form.mjs +4 -4
- package/dist/components/ui/ai-assistant-drawer.mjs +2 -2
- package/dist/components/ui/{ai-conversations.js → ai-conversations/index.js} +818 -740
- package/dist/components/ui/ai-conversations/index.mjs +42 -0
- package/dist/components/ui/appointment-action-dialogs.mjs +1 -1
- package/dist/components/ui/appointment-availability-settings.mjs +5 -5
- package/dist/components/ui/appointment-book-dialog.mjs +4 -4
- package/dist/components/ui/appointment-detail-sheet.mjs +3 -3
- package/dist/components/ui/appointment-upcoming-card.mjs +1 -1
- package/dist/components/ui/assets-liabilities-side-card.mjs +6 -6
- package/dist/components/ui/backoffice-signup-steps.mjs +4 -4
- package/dist/components/ui/bank-statement-generate-dialog.mjs +6 -6
- package/dist/components/ui/contact-alert-dialog/index.mjs +2 -2
- package/dist/components/ui/create-contact-modal.mjs +3 -3
- package/dist/components/ui/date-picker.mjs +2 -2
- package/dist/components/ui/expense-detail-item.mjs +3 -3
- package/dist/components/ui/expense-work-details.mjs +9 -9
- package/dist/components/ui/file-preview-dialog.mjs +2 -2
- package/dist/components/ui/financial-drawers.mjs +2 -2
- package/dist/components/ui/form-primitives.mjs +2 -2
- package/dist/components/ui/frontend-signup-steps.mjs +5 -5
- package/dist/components/ui/income-work-details.mjs +3 -3
- package/dist/components/ui/kanban-column.mjs +4 -4
- package/dist/components/ui/opportunity-card.mjs +1 -1
- package/dist/components/ui/opportunity-edit-modals.mjs +6 -6
- package/dist/components/ui/opportunity-summary-tab.mjs +8 -8
- package/dist/components/ui/pipeline-board.mjs +6 -6
- package/dist/components/ui/pipeline-dialogs.mjs +5 -5
- package/dist/components/ui/property-report-dialog.mjs +4 -4
- package/dist/components/ui/savings-goal-modal.mjs +4 -4
- package/dist/components/ui/share-details-dialog.mjs +2 -2
- package/dist/components/ui/signup-form-primitives.mjs +1 -1
- package/dist/index.js +4912 -4834
- package/dist/index.mjs +160 -160
- package/dist/styles.css +1 -1
- package/package.json +4 -4
- package/src/components/index.tsx +1 -0
- package/src/components/ui/ai-conversations/helpers.tsx +31 -0
- package/src/components/ui/ai-conversations/index.tsx +468 -0
- package/src/components/ui/ai-conversations/lead-panel.tsx +517 -0
- package/src/components/ui/ai-conversations/list.tsx +335 -0
- package/src/components/ui/ai-conversations/thread.tsx +919 -0
- package/src/components/ui/ai-conversations/types.ts +83 -0
- package/src/styles/styles-css.ts +1 -1
- package/tsup.config.ts +1 -1
- package/dist/components/ui/ai-conversations.mjs +0 -42
- package/src/components/ui/ai-conversations.tsx +0 -2213
- package/dist/{chunk-A43XIVO6.mjs → chunk-2PWTXE66.mjs} +3 -3
- package/dist/{chunk-PSBQ4I3M.mjs → chunk-53ZB2JWT.mjs} +6 -6
- package/dist/{chunk-G6RCC2SF.mjs → chunk-5ST6BK7R.mjs} +3 -3
- package/dist/{chunk-H5NI6ZIU.mjs → chunk-734FOOJC.mjs} +3 -3
- package/dist/{chunk-ONYADWSO.mjs → chunk-ABVCQWDY.mjs} +3 -3
- package/dist/{chunk-AADJ5IT6.mjs → chunk-ECC2LLZM.mjs} +3 -3
- package/dist/{chunk-DK55HZPN.mjs → chunk-KENLXFJ7.mjs} +6 -6
- package/dist/{chunk-ET4MTPIY.mjs → chunk-LDC6V6DJ.mjs} +3 -3
- package/dist/{chunk-3S4XQTAL.mjs → chunk-SO4RB3XB.mjs} +9 -9
- package/dist/{chunk-UMF6LLQK.mjs → chunk-TRM3KIHT.mjs} +3 -3
package/tsup.config.ts
CHANGED
|
@@ -99,7 +99,7 @@ export default defineConfig((options) => ({
|
|
|
99
99
|
"src/components/ui/property-report-dialog.tsx",
|
|
100
100
|
"src/components/ui/stepper.tsx",
|
|
101
101
|
"src/components/ui/ai-assistant-drawer.tsx",
|
|
102
|
-
"src/components/ui/ai-conversations.tsx",
|
|
102
|
+
"src/components/ui/ai-conversations/index.tsx",
|
|
103
103
|
"src/components/ui/chat-widget-primitives.tsx",
|
|
104
104
|
"src/components/ui/chat-widget.tsx",
|
|
105
105
|
"src/components/ui/opportunity-edit-modals.tsx",
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
AICollectedDataSection,
|
|
3
|
-
AiConvAssignAdvisorDialog,
|
|
4
|
-
ChatBubble,
|
|
5
|
-
ChatComposer,
|
|
6
|
-
ChatThread,
|
|
7
|
-
ConversationList,
|
|
8
|
-
ConversationListItem,
|
|
9
|
-
ConversationStatusChip,
|
|
10
|
-
ConversationsPage,
|
|
11
|
-
LeadInfoPanel
|
|
12
|
-
} from "../../chunk-K4GJTP6N.mjs";
|
|
13
|
-
import "../../chunk-3S6KVFF5.mjs";
|
|
14
|
-
import "../../chunk-WE4YKBDE.mjs";
|
|
15
|
-
import "../../chunk-H5DTKPJ2.mjs";
|
|
16
|
-
import "../../chunk-2GIYVERS.mjs";
|
|
17
|
-
import "../../chunk-BS75ICOO.mjs";
|
|
18
|
-
import "../../chunk-OIETBBXQ.mjs";
|
|
19
|
-
import "../../chunk-H6NQTIF4.mjs";
|
|
20
|
-
import "../../chunk-X6RC5UWB.mjs";
|
|
21
|
-
import "../../chunk-OWFQSXVD.mjs";
|
|
22
|
-
import "../../chunk-6QAFGZC2.mjs";
|
|
23
|
-
import "../../chunk-HB5BKRMH.mjs";
|
|
24
|
-
import "../../chunk-LBTHZSBT.mjs";
|
|
25
|
-
import "../../chunk-XYSRRDBH.mjs";
|
|
26
|
-
import "../../chunk-FRCTOAKZ.mjs";
|
|
27
|
-
import "../../chunk-NOOEKOWY.mjs";
|
|
28
|
-
import "../../chunk-R4HCRDU5.mjs";
|
|
29
|
-
import "../../chunk-AFML43VJ.mjs";
|
|
30
|
-
import "../../chunk-WNQUEZJF.mjs";
|
|
31
|
-
export {
|
|
32
|
-
AICollectedDataSection,
|
|
33
|
-
AiConvAssignAdvisorDialog,
|
|
34
|
-
ChatBubble,
|
|
35
|
-
ChatComposer,
|
|
36
|
-
ChatThread,
|
|
37
|
-
ConversationList,
|
|
38
|
-
ConversationListItem,
|
|
39
|
-
ConversationStatusChip,
|
|
40
|
-
ConversationsPage,
|
|
41
|
-
LeadInfoPanel
|
|
42
|
-
};
|