@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
|
@@ -2,9 +2,6 @@ import {
|
|
|
2
2
|
LeadCard,
|
|
3
3
|
OpportunityCard
|
|
4
4
|
} from "./chunk-YV7XF32X.mjs";
|
|
5
|
-
import {
|
|
6
|
-
Spinner
|
|
7
|
-
} from "./chunk-JVMXMFBB.mjs";
|
|
8
5
|
import {
|
|
9
6
|
Tooltip,
|
|
10
7
|
TooltipContent,
|
|
@@ -18,6 +15,9 @@ import {
|
|
|
18
15
|
DropdownMenuSeparator,
|
|
19
16
|
DropdownMenuTrigger
|
|
20
17
|
} from "./chunk-H5DTKPJ2.mjs";
|
|
18
|
+
import {
|
|
19
|
+
Spinner
|
|
20
|
+
} from "./chunk-JVMXMFBB.mjs";
|
|
21
21
|
import {
|
|
22
22
|
Badge
|
|
23
23
|
} 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
|
Sheet,
|
|
3
9
|
SheetContent
|
|
@@ -5,12 +11,6 @@ import {
|
|
|
5
11
|
import {
|
|
6
12
|
Spinner
|
|
7
13
|
} from "./chunk-JVMXMFBB.mjs";
|
|
8
|
-
import {
|
|
9
|
-
Tabs,
|
|
10
|
-
TabsContent,
|
|
11
|
-
TabsList,
|
|
12
|
-
TabsTrigger
|
|
13
|
-
} from "./chunk-WE4YKBDE.mjs";
|
|
14
14
|
import {
|
|
15
15
|
Button
|
|
16
16
|
} from "./chunk-NOOEKOWY.mjs";
|
|
@@ -25,13 +25,13 @@ import {
|
|
|
25
25
|
DialogHeader,
|
|
26
26
|
DialogTitle
|
|
27
27
|
} from "./chunk-OIETBBXQ.mjs";
|
|
28
|
-
import {
|
|
29
|
-
Label
|
|
30
|
-
} from "./chunk-LSRGA5BI.mjs";
|
|
31
28
|
import {
|
|
32
29
|
ToggleGroup,
|
|
33
30
|
ToggleGroupItem
|
|
34
31
|
} from "./chunk-OWFQSXVD.mjs";
|
|
32
|
+
import {
|
|
33
|
+
Label
|
|
34
|
+
} from "./chunk-LSRGA5BI.mjs";
|
|
35
35
|
import {
|
|
36
36
|
Input
|
|
37
37
|
} from "./chunk-LBTHZSBT.mjs";
|
|
@@ -2,12 +2,12 @@ import {
|
|
|
2
2
|
Sheet,
|
|
3
3
|
SheetContent
|
|
4
4
|
} from "./chunk-H3PTREG6.mjs";
|
|
5
|
-
import {
|
|
6
|
-
Spinner
|
|
7
|
-
} from "./chunk-JVMXMFBB.mjs";
|
|
8
5
|
import {
|
|
9
6
|
Textarea
|
|
10
7
|
} from "./chunk-BS75ICOO.mjs";
|
|
8
|
+
import {
|
|
9
|
+
Spinner
|
|
10
|
+
} from "./chunk-JVMXMFBB.mjs";
|
|
11
11
|
import {
|
|
12
12
|
Badge
|
|
13
13
|
} from "./chunk-X6RC5UWB.mjs";
|
|
@@ -2,13 +2,13 @@ import {
|
|
|
2
2
|
AppointmentConfirmDialog,
|
|
3
3
|
AppointmentRescheduleDialog
|
|
4
4
|
} from "./chunk-ZSMQZ3VN.mjs";
|
|
5
|
+
import {
|
|
6
|
+
Separator
|
|
7
|
+
} from "./chunk-2GIYVERS.mjs";
|
|
5
8
|
import {
|
|
6
9
|
Sheet,
|
|
7
10
|
SheetContent
|
|
8
11
|
} from "./chunk-H3PTREG6.mjs";
|
|
9
|
-
import {
|
|
10
|
-
Separator
|
|
11
|
-
} from "./chunk-2GIYVERS.mjs";
|
|
12
12
|
import {
|
|
13
13
|
Avatar,
|
|
14
14
|
AvatarFallback
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Spinner
|
|
3
|
-
} from "./chunk-JVMXMFBB.mjs";
|
|
4
1
|
import {
|
|
5
2
|
Tabs,
|
|
6
3
|
TabsContent,
|
|
@@ -10,6 +7,9 @@ import {
|
|
|
10
7
|
import {
|
|
11
8
|
Textarea
|
|
12
9
|
} from "./chunk-BS75ICOO.mjs";
|
|
10
|
+
import {
|
|
11
|
+
Spinner
|
|
12
|
+
} from "./chunk-JVMXMFBB.mjs";
|
|
13
13
|
import {
|
|
14
14
|
Dialog,
|
|
15
15
|
DialogContent,
|
|
@@ -4,6 +4,12 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
Skeleton
|
|
6
6
|
} from "./chunk-GTAVSBDO.mjs";
|
|
7
|
+
import {
|
|
8
|
+
Tooltip,
|
|
9
|
+
TooltipContent,
|
|
10
|
+
TooltipProvider,
|
|
11
|
+
TooltipTrigger
|
|
12
|
+
} from "./chunk-3S6KVFF5.mjs";
|
|
7
13
|
import {
|
|
8
14
|
Table,
|
|
9
15
|
TableBody,
|
|
@@ -22,12 +28,6 @@ import {
|
|
|
22
28
|
import {
|
|
23
29
|
Spinner
|
|
24
30
|
} from "./chunk-JVMXMFBB.mjs";
|
|
25
|
-
import {
|
|
26
|
-
Tooltip,
|
|
27
|
-
TooltipContent,
|
|
28
|
-
TooltipProvider,
|
|
29
|
-
TooltipTrigger
|
|
30
|
-
} from "./chunk-3S6KVFF5.mjs";
|
|
31
31
|
import {
|
|
32
32
|
Dialog,
|
|
33
33
|
DialogContent,
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Slider
|
|
3
3
|
} from "./chunk-ISUA7DSB.mjs";
|
|
4
|
-
import {
|
|
5
|
-
Label
|
|
6
|
-
} from "./chunk-LSRGA5BI.mjs";
|
|
7
4
|
import {
|
|
8
5
|
ToggleGroup,
|
|
9
6
|
ToggleGroupItem
|
|
10
7
|
} from "./chunk-OWFQSXVD.mjs";
|
|
8
|
+
import {
|
|
9
|
+
Label
|
|
10
|
+
} from "./chunk-LSRGA5BI.mjs";
|
|
11
11
|
import {
|
|
12
12
|
Input
|
|
13
13
|
} from "./chunk-LBTHZSBT.mjs";
|
|
@@ -4,17 +4,23 @@ import {
|
|
|
4
4
|
SectionHeading,
|
|
5
5
|
StaffRowItem
|
|
6
6
|
} from "./chunk-DWJHPNFL.mjs";
|
|
7
|
-
import {
|
|
8
|
-
ColorPicker
|
|
9
|
-
} from "./chunk-IW33VLL5.mjs";
|
|
10
7
|
import {
|
|
11
8
|
UploadCard
|
|
12
9
|
} from "./chunk-I4KVSZCH.mjs";
|
|
10
|
+
import {
|
|
11
|
+
ColorPicker
|
|
12
|
+
} from "./chunk-IW33VLL5.mjs";
|
|
13
13
|
import {
|
|
14
14
|
Field,
|
|
15
15
|
FieldError,
|
|
16
16
|
FieldLabel
|
|
17
17
|
} from "./chunk-KPGARKFC.mjs";
|
|
18
|
+
import {
|
|
19
|
+
Tooltip,
|
|
20
|
+
TooltipContent,
|
|
21
|
+
TooltipProvider,
|
|
22
|
+
TooltipTrigger
|
|
23
|
+
} from "./chunk-3S6KVFF5.mjs";
|
|
18
24
|
import {
|
|
19
25
|
Checkbox
|
|
20
26
|
} from "./chunk-IKXYTCSB.mjs";
|
|
@@ -25,12 +31,6 @@ import {
|
|
|
25
31
|
SelectTrigger,
|
|
26
32
|
SelectValue
|
|
27
33
|
} from "./chunk-K6VCC2MK.mjs";
|
|
28
|
-
import {
|
|
29
|
-
Tooltip,
|
|
30
|
-
TooltipContent,
|
|
31
|
-
TooltipProvider,
|
|
32
|
-
TooltipTrigger
|
|
33
|
-
} from "./chunk-3S6KVFF5.mjs";
|
|
34
34
|
import {
|
|
35
35
|
Separator
|
|
36
36
|
} from "./chunk-2GIYVERS.mjs";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Calendar
|
|
3
|
-
} from "./chunk-FBNEIYSE.mjs";
|
|
4
1
|
import {
|
|
5
2
|
Popover,
|
|
6
3
|
PopoverContent,
|
|
7
4
|
PopoverTrigger
|
|
8
5
|
} from "./chunk-HB5BKRMH.mjs";
|
|
6
|
+
import {
|
|
7
|
+
Calendar
|
|
8
|
+
} from "./chunk-FBNEIYSE.mjs";
|
|
9
9
|
import {
|
|
10
10
|
Input
|
|
11
11
|
} from "./chunk-LBTHZSBT.mjs";
|