@wealthx/shadcn 1.5.24 → 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 +144 -144
- package/CHANGELOG.md +6 -0
- package/dist/{chunk-RYGZRDP6.mjs → chunk-4FJC64FV.mjs} +468 -410
- 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 -763
- 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 +4913 -4858
- 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 -2270
- 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
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
} from "./chunk-JTK6VJXY.mjs";
|
|
6
6
|
import {
|
|
7
7
|
AddressAutocomplete
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-LDC6V6DJ.mjs";
|
|
9
9
|
import {
|
|
10
10
|
AppointmentSlotSection
|
|
11
11
|
} from "./chunk-CQ7HKBEX.mjs";
|
|
@@ -38,6 +38,9 @@ import {
|
|
|
38
38
|
import {
|
|
39
39
|
Badge
|
|
40
40
|
} from "./chunk-X6RC5UWB.mjs";
|
|
41
|
+
import {
|
|
42
|
+
Toggle
|
|
43
|
+
} from "./chunk-6QAFGZC2.mjs";
|
|
41
44
|
import {
|
|
42
45
|
Calendar
|
|
43
46
|
} from "./chunk-FBNEIYSE.mjs";
|
|
@@ -47,9 +50,6 @@ import {
|
|
|
47
50
|
import {
|
|
48
51
|
Label
|
|
49
52
|
} from "./chunk-LSRGA5BI.mjs";
|
|
50
|
-
import {
|
|
51
|
-
Toggle
|
|
52
|
-
} from "./chunk-6QAFGZC2.mjs";
|
|
53
53
|
import {
|
|
54
54
|
Input
|
|
55
55
|
} from "./chunk-LBTHZSBT.mjs";
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
EditIncomeModal,
|
|
7
7
|
EditLoanScenarioModal,
|
|
8
8
|
PROPERTY_ASSET_TYPES
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-VNB5E7SI.mjs";
|
|
10
10
|
import {
|
|
11
11
|
AboutCard,
|
|
12
12
|
DebtCard,
|
|
@@ -21,6 +21,12 @@ import {
|
|
|
21
21
|
FinancialSubtotalBlock,
|
|
22
22
|
FinancialSubtotalFrame
|
|
23
23
|
} from "./chunk-DQB4EPIS.mjs";
|
|
24
|
+
import {
|
|
25
|
+
Tabs,
|
|
26
|
+
TabsContent,
|
|
27
|
+
TabsList,
|
|
28
|
+
TabsTrigger
|
|
29
|
+
} from "./chunk-WE4YKBDE.mjs";
|
|
24
30
|
import {
|
|
25
31
|
Checkbox
|
|
26
32
|
} from "./chunk-IKXYTCSB.mjs";
|
|
@@ -30,12 +36,6 @@ import {
|
|
|
30
36
|
SelectItem,
|
|
31
37
|
SelectTrigger
|
|
32
38
|
} from "./chunk-K6VCC2MK.mjs";
|
|
33
|
-
import {
|
|
34
|
-
Tabs,
|
|
35
|
-
TabsContent,
|
|
36
|
-
TabsList,
|
|
37
|
-
TabsTrigger
|
|
38
|
-
} from "./chunk-WE4YKBDE.mjs";
|
|
39
39
|
import {
|
|
40
40
|
Badge
|
|
41
41
|
} from "./chunk-X6RC5UWB.mjs";
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Tabs,
|
|
3
|
+
TabsContent,
|
|
4
|
+
TabsList,
|
|
5
|
+
TabsTrigger
|
|
6
|
+
} from "./chunk-WE4YKBDE.mjs";
|
|
1
7
|
import {
|
|
2
8
|
Select,
|
|
3
9
|
SelectContent,
|
|
@@ -5,18 +11,12 @@ import {
|
|
|
5
11
|
SelectTrigger,
|
|
6
12
|
SelectValue
|
|
7
13
|
} from "./chunk-K6VCC2MK.mjs";
|
|
8
|
-
import {
|
|
9
|
-
Switch
|
|
10
|
-
} from "./chunk-PNSYFE3K.mjs";
|
|
11
|
-
import {
|
|
12
|
-
Tabs,
|
|
13
|
-
TabsContent,
|
|
14
|
-
TabsList,
|
|
15
|
-
TabsTrigger
|
|
16
|
-
} from "./chunk-WE4YKBDE.mjs";
|
|
17
14
|
import {
|
|
18
15
|
Separator
|
|
19
16
|
} from "./chunk-2GIYVERS.mjs";
|
|
17
|
+
import {
|
|
18
|
+
Switch
|
|
19
|
+
} from "./chunk-PNSYFE3K.mjs";
|
|
20
20
|
import {
|
|
21
21
|
Dialog,
|
|
22
22
|
DialogContent,
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
} from "./chunk-OIETBBXQ.mjs";
|
|
28
28
|
import {
|
|
29
29
|
DatePicker
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-TRM3KIHT.mjs";
|
|
31
31
|
import {
|
|
32
32
|
formatDateWithWeekday
|
|
33
33
|
} from "./chunk-LHWJQNLG.mjs";
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "./chunk-KPGARKFC.mjs";
|
|
5
5
|
import {
|
|
6
6
|
AddressAutocomplete
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-LDC6V6DJ.mjs";
|
|
8
8
|
import {
|
|
9
9
|
Table,
|
|
10
10
|
TableBody,
|
|
@@ -16,12 +16,12 @@ import {
|
|
|
16
16
|
import {
|
|
17
17
|
Checkbox
|
|
18
18
|
} from "./chunk-IKXYTCSB.mjs";
|
|
19
|
-
import {
|
|
20
|
-
Spinner
|
|
21
|
-
} from "./chunk-JVMXMFBB.mjs";
|
|
22
19
|
import {
|
|
23
20
|
Separator
|
|
24
21
|
} from "./chunk-2GIYVERS.mjs";
|
|
22
|
+
import {
|
|
23
|
+
Spinner
|
|
24
|
+
} from "./chunk-JVMXMFBB.mjs";
|
|
25
25
|
import {
|
|
26
26
|
Dialog,
|
|
27
27
|
DialogContent,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
AddressAutocomplete,
|
|
7
7
|
CurrencyInputWithSlider,
|
|
8
8
|
OwnershipSplit
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-LDC6V6DJ.mjs";
|
|
10
10
|
import {
|
|
11
11
|
Slider
|
|
12
12
|
} from "./chunk-ISUA7DSB.mjs";
|
|
@@ -32,14 +32,14 @@ import {
|
|
|
32
32
|
} from "./chunk-OIETBBXQ.mjs";
|
|
33
33
|
import {
|
|
34
34
|
DatePicker
|
|
35
|
-
} from "./chunk-
|
|
36
|
-
import {
|
|
37
|
-
Label
|
|
38
|
-
} from "./chunk-LSRGA5BI.mjs";
|
|
35
|
+
} from "./chunk-TRM3KIHT.mjs";
|
|
39
36
|
import {
|
|
40
37
|
ToggleGroup,
|
|
41
38
|
ToggleGroupItem
|
|
42
39
|
} from "./chunk-OWFQSXVD.mjs";
|
|
40
|
+
import {
|
|
41
|
+
Label
|
|
42
|
+
} from "./chunk-LSRGA5BI.mjs";
|
|
43
43
|
import {
|
|
44
44
|
Input
|
|
45
45
|
} from "./chunk-LBTHZSBT.mjs";
|
|
@@ -3,15 +3,15 @@ import {
|
|
|
3
3
|
} from "../../chunk-FFXTQTB4.mjs";
|
|
4
4
|
import {
|
|
5
5
|
DatePicker
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-TRM3KIHT.mjs";
|
|
7
|
+
import "../../chunk-HB5BKRMH.mjs";
|
|
8
|
+
import "../../chunk-OWFQSXVD.mjs";
|
|
9
|
+
import "../../chunk-6QAFGZC2.mjs";
|
|
7
10
|
import "../../chunk-FBNEIYSE.mjs";
|
|
8
11
|
import "../../chunk-LHWJQNLG.mjs";
|
|
9
12
|
import {
|
|
10
13
|
Label
|
|
11
14
|
} from "../../chunk-LSRGA5BI.mjs";
|
|
12
|
-
import "../../chunk-OWFQSXVD.mjs";
|
|
13
|
-
import "../../chunk-6QAFGZC2.mjs";
|
|
14
|
-
import "../../chunk-HB5BKRMH.mjs";
|
|
15
15
|
import {
|
|
16
16
|
Input
|
|
17
17
|
} from "../../chunk-LBTHZSBT.mjs";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AiAssistantDrawer
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-734FOOJC.mjs";
|
|
4
4
|
import "../../chunk-H3PTREG6.mjs";
|
|
5
|
-
import "../../chunk-JVMXMFBB.mjs";
|
|
6
5
|
import "../../chunk-BS75ICOO.mjs";
|
|
6
|
+
import "../../chunk-JVMXMFBB.mjs";
|
|
7
7
|
import "../../chunk-X6RC5UWB.mjs";
|
|
8
8
|
import "../../chunk-XYSRRDBH.mjs";
|
|
9
9
|
import "../../chunk-FRCTOAKZ.mjs";
|