@wealthx/shadcn 1.5.31 → 1.5.33
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 +101 -101
- package/CHANGELOG.md +12 -0
- package/dist/{chunk-SYJ6LVJ6.mjs → chunk-3ZU5BH6X.mjs} +1 -1
- package/dist/{chunk-FTQ2AKZ2.mjs → chunk-4QTHK7ML.mjs} +1 -1
- package/dist/{chunk-T5HU4S4X.mjs → chunk-C7ZTZTEW.mjs} +1 -1
- package/dist/{chunk-KI57CBJR.mjs → chunk-DQNNP6I4.mjs} +33 -24
- package/dist/{chunk-AE4JKISB.mjs → chunk-EEI4FLEE.mjs} +1 -1
- package/dist/{chunk-IEQX4UVP.mjs → chunk-EY36WDCF.mjs} +1 -1
- package/dist/{chunk-HB5BKRMH.mjs → chunk-F3CU6KEI.mjs} +11 -1
- package/dist/chunk-H65NB7KI.mjs +182 -0
- package/dist/{chunk-TRM3KIHT.mjs → chunk-ICCPK3J2.mjs} +1 -1
- package/dist/{chunk-KGVVK6OS.mjs → chunk-ORMC3TV3.mjs} +3 -1
- package/dist/{chunk-HSXMTFIM.mjs → chunk-UD5UF5OC.mjs} +1 -1
- package/dist/{chunk-IW33VLL5.mjs → chunk-X3VEDQPO.mjs} +7 -3
- package/dist/{chunk-AAZSLTER.mjs → chunk-XGRSPFFC.mjs} +16 -7
- package/dist/components/ui/about-you-form.js +9 -6
- package/dist/components/ui/about-you-form.mjs +2 -2
- package/dist/components/ui/ai-conversations/index.js +4 -1
- package/dist/components/ui/ai-conversations/index.mjs +2 -2
- package/dist/components/ui/appointment-availability-settings.js +24 -12
- package/dist/components/ui/appointment-availability-settings.mjs +3 -3
- package/dist/components/ui/appointment-book-dialog.js +33 -24
- package/dist/components/ui/appointment-book-dialog.mjs +1 -1
- package/dist/components/ui/appointment-detail-sheet.js +3 -1
- package/dist/components/ui/appointment-detail-sheet.mjs +1 -1
- package/dist/components/ui/appointment-gmail-connect.js +127 -70
- package/dist/components/ui/appointment-gmail-connect.mjs +1 -1
- package/dist/components/ui/backoffice-signup-steps.js +23 -16
- package/dist/components/ui/backoffice-signup-steps.mjs +3 -3
- package/dist/components/ui/bank-statement-generate-dialog.js +12 -9
- package/dist/components/ui/bank-statement-generate-dialog.mjs +3 -3
- package/dist/components/ui/color-picker.js +21 -14
- package/dist/components/ui/color-picker.mjs +2 -2
- package/dist/components/ui/date-picker.js +6 -3
- package/dist/components/ui/date-picker.mjs +2 -2
- package/dist/components/ui/opportunity-edit-modals.js +45 -42
- package/dist/components/ui/opportunity-edit-modals.mjs +3 -3
- package/dist/components/ui/opportunity-summary-tab.js +48 -45
- package/dist/components/ui/opportunity-summary-tab.mjs +4 -4
- package/dist/components/ui/pipeline-dialogs.js +12 -9
- package/dist/components/ui/pipeline-dialogs.mjs +3 -3
- package/dist/components/ui/popover.js +22 -1
- package/dist/components/ui/popover.mjs +3 -1
- package/dist/components/ui/savings-goal-modal.js +11 -8
- package/dist/components/ui/savings-goal-modal.mjs +2 -2
- package/dist/index.js +349 -257
- package/dist/index.mjs +15 -13
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/src/components/index.tsx +4 -0
- package/src/components/ui/appointment-availability-settings.tsx +32 -19
- package/src/components/ui/appointment-book-dialog.tsx +52 -73
- package/src/components/ui/appointment-detail-sheet.tsx +3 -1
- package/src/components/ui/appointment-gmail-connect.tsx +89 -29
- package/src/components/ui/color-picker.tsx +12 -4
- package/src/components/ui/popover.tsx +33 -2
- package/src/styles/styles-css.ts +1 -1
- package/dist/chunk-7TMPOZDE.mjs +0 -122
package/dist/index.mjs
CHANGED
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
ConversationStatusChip,
|
|
10
10
|
ConversationsPage,
|
|
11
11
|
LeadInfoPanel
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-EEI4FLEE.mjs";
|
|
13
13
|
import {
|
|
14
14
|
ALERT_QUERY_FIELDS,
|
|
15
15
|
AlertSharingType,
|
|
@@ -86,7 +86,7 @@ import {
|
|
|
86
86
|
ChangePriorityDialog,
|
|
87
87
|
DeleteOpportunityDialog,
|
|
88
88
|
PutOnHoldDialog
|
|
89
|
-
} from "./chunk-
|
|
89
|
+
} from "./chunk-C7ZTZTEW.mjs";
|
|
90
90
|
import {
|
|
91
91
|
PropertyCashflowDoughnutChart
|
|
92
92
|
} from "./chunk-VLVEZHFE.mjs";
|
|
@@ -95,7 +95,7 @@ import {
|
|
|
95
95
|
} from "./chunk-GYWOD2YI.mjs";
|
|
96
96
|
import {
|
|
97
97
|
OpportunitySummaryTab
|
|
98
|
-
} from "./chunk-
|
|
98
|
+
} from "./chunk-3ZU5BH6X.mjs";
|
|
99
99
|
import {
|
|
100
100
|
EditAboutApplicantModal,
|
|
101
101
|
EditAssetsModal,
|
|
@@ -103,7 +103,7 @@ import {
|
|
|
103
103
|
EditExpensesModal,
|
|
104
104
|
EditIncomeModal,
|
|
105
105
|
EditLoanScenarioModal
|
|
106
|
-
} from "./chunk-
|
|
106
|
+
} from "./chunk-UD5UF5OC.mjs";
|
|
107
107
|
import {
|
|
108
108
|
PageHeader
|
|
109
109
|
} from "./chunk-NT4FX27K.mjs";
|
|
@@ -299,7 +299,7 @@ import {
|
|
|
299
299
|
PaymentView,
|
|
300
300
|
PersonalDetailsStep,
|
|
301
301
|
StripeView
|
|
302
|
-
} from "./chunk-
|
|
302
|
+
} from "./chunk-EY36WDCF.mjs";
|
|
303
303
|
import {
|
|
304
304
|
FormField,
|
|
305
305
|
PasswordField,
|
|
@@ -320,13 +320,13 @@ import {
|
|
|
320
320
|
ColorSwatch,
|
|
321
321
|
isValidHex,
|
|
322
322
|
normalizeHex
|
|
323
|
-
} from "./chunk-
|
|
323
|
+
} from "./chunk-X3VEDQPO.mjs";
|
|
324
324
|
import {
|
|
325
325
|
BankStatementDocumentTable
|
|
326
326
|
} from "./chunk-7N6O3VPJ.mjs";
|
|
327
327
|
import {
|
|
328
328
|
BankStatementGenerateDialog
|
|
329
|
-
} from "./chunk-
|
|
329
|
+
} from "./chunk-4QTHK7ML.mjs";
|
|
330
330
|
import {
|
|
331
331
|
Field,
|
|
332
332
|
FieldContent,
|
|
@@ -380,10 +380,10 @@ import {
|
|
|
380
380
|
} from "./chunk-R2ON6CAN.mjs";
|
|
381
381
|
import {
|
|
382
382
|
AppointmentDetailSheet
|
|
383
|
-
} from "./chunk-
|
|
383
|
+
} from "./chunk-ORMC3TV3.mjs";
|
|
384
384
|
import {
|
|
385
385
|
AppointmentGmailConnect
|
|
386
|
-
} from "./chunk-
|
|
386
|
+
} from "./chunk-H65NB7KI.mjs";
|
|
387
387
|
import {
|
|
388
388
|
AppointmentMiniCard
|
|
389
389
|
} from "./chunk-4Z66LMIQ.mjs";
|
|
@@ -417,14 +417,14 @@ import {
|
|
|
417
417
|
} from "./chunk-NGKTJRFN.mjs";
|
|
418
418
|
import {
|
|
419
419
|
AppointmentAvailabilitySettings
|
|
420
|
-
} from "./chunk-
|
|
420
|
+
} from "./chunk-XGRSPFFC.mjs";
|
|
421
421
|
import {
|
|
422
422
|
Switch,
|
|
423
423
|
SwitchCard
|
|
424
424
|
} from "./chunk-PNSYFE3K.mjs";
|
|
425
425
|
import {
|
|
426
426
|
AppointmentBookDialog
|
|
427
|
-
} from "./chunk-
|
|
427
|
+
} from "./chunk-DQNNP6I4.mjs";
|
|
428
428
|
import {
|
|
429
429
|
RadioGroup,
|
|
430
430
|
RadioGroupCard,
|
|
@@ -607,16 +607,17 @@ import {
|
|
|
607
607
|
import "./chunk-FFXTQTB4.mjs";
|
|
608
608
|
import {
|
|
609
609
|
DatePicker
|
|
610
|
-
} from "./chunk-
|
|
610
|
+
} from "./chunk-ICCPK3J2.mjs";
|
|
611
611
|
import {
|
|
612
612
|
Popover,
|
|
613
613
|
PopoverAnchor,
|
|
614
614
|
PopoverContent,
|
|
615
615
|
PopoverDescription,
|
|
616
616
|
PopoverHeader,
|
|
617
|
+
PopoverPortalProvider,
|
|
617
618
|
PopoverTitle,
|
|
618
619
|
PopoverTrigger
|
|
619
|
-
} from "./chunk-
|
|
620
|
+
} from "./chunk-F3CU6KEI.mjs";
|
|
620
621
|
import {
|
|
621
622
|
ToggleGroup,
|
|
622
623
|
ToggleGroupItem
|
|
@@ -929,6 +930,7 @@ export {
|
|
|
929
930
|
PopoverContent,
|
|
930
931
|
PopoverDescription,
|
|
931
932
|
PopoverHeader,
|
|
933
|
+
PopoverPortalProvider,
|
|
932
934
|
PopoverTitle,
|
|
933
935
|
PopoverTrigger,
|
|
934
936
|
Progress,
|