@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.
Files changed (58) hide show
  1. package/.turbo/turbo-build.log +101 -101
  2. package/CHANGELOG.md +12 -0
  3. package/dist/{chunk-SYJ6LVJ6.mjs → chunk-3ZU5BH6X.mjs} +1 -1
  4. package/dist/{chunk-FTQ2AKZ2.mjs → chunk-4QTHK7ML.mjs} +1 -1
  5. package/dist/{chunk-T5HU4S4X.mjs → chunk-C7ZTZTEW.mjs} +1 -1
  6. package/dist/{chunk-KI57CBJR.mjs → chunk-DQNNP6I4.mjs} +33 -24
  7. package/dist/{chunk-AE4JKISB.mjs → chunk-EEI4FLEE.mjs} +1 -1
  8. package/dist/{chunk-IEQX4UVP.mjs → chunk-EY36WDCF.mjs} +1 -1
  9. package/dist/{chunk-HB5BKRMH.mjs → chunk-F3CU6KEI.mjs} +11 -1
  10. package/dist/chunk-H65NB7KI.mjs +182 -0
  11. package/dist/{chunk-TRM3KIHT.mjs → chunk-ICCPK3J2.mjs} +1 -1
  12. package/dist/{chunk-KGVVK6OS.mjs → chunk-ORMC3TV3.mjs} +3 -1
  13. package/dist/{chunk-HSXMTFIM.mjs → chunk-UD5UF5OC.mjs} +1 -1
  14. package/dist/{chunk-IW33VLL5.mjs → chunk-X3VEDQPO.mjs} +7 -3
  15. package/dist/{chunk-AAZSLTER.mjs → chunk-XGRSPFFC.mjs} +16 -7
  16. package/dist/components/ui/about-you-form.js +9 -6
  17. package/dist/components/ui/about-you-form.mjs +2 -2
  18. package/dist/components/ui/ai-conversations/index.js +4 -1
  19. package/dist/components/ui/ai-conversations/index.mjs +2 -2
  20. package/dist/components/ui/appointment-availability-settings.js +24 -12
  21. package/dist/components/ui/appointment-availability-settings.mjs +3 -3
  22. package/dist/components/ui/appointment-book-dialog.js +33 -24
  23. package/dist/components/ui/appointment-book-dialog.mjs +1 -1
  24. package/dist/components/ui/appointment-detail-sheet.js +3 -1
  25. package/dist/components/ui/appointment-detail-sheet.mjs +1 -1
  26. package/dist/components/ui/appointment-gmail-connect.js +127 -70
  27. package/dist/components/ui/appointment-gmail-connect.mjs +1 -1
  28. package/dist/components/ui/backoffice-signup-steps.js +23 -16
  29. package/dist/components/ui/backoffice-signup-steps.mjs +3 -3
  30. package/dist/components/ui/bank-statement-generate-dialog.js +12 -9
  31. package/dist/components/ui/bank-statement-generate-dialog.mjs +3 -3
  32. package/dist/components/ui/color-picker.js +21 -14
  33. package/dist/components/ui/color-picker.mjs +2 -2
  34. package/dist/components/ui/date-picker.js +6 -3
  35. package/dist/components/ui/date-picker.mjs +2 -2
  36. package/dist/components/ui/opportunity-edit-modals.js +45 -42
  37. package/dist/components/ui/opportunity-edit-modals.mjs +3 -3
  38. package/dist/components/ui/opportunity-summary-tab.js +48 -45
  39. package/dist/components/ui/opportunity-summary-tab.mjs +4 -4
  40. package/dist/components/ui/pipeline-dialogs.js +12 -9
  41. package/dist/components/ui/pipeline-dialogs.mjs +3 -3
  42. package/dist/components/ui/popover.js +22 -1
  43. package/dist/components/ui/popover.mjs +3 -1
  44. package/dist/components/ui/savings-goal-modal.js +11 -8
  45. package/dist/components/ui/savings-goal-modal.mjs +2 -2
  46. package/dist/index.js +349 -257
  47. package/dist/index.mjs +15 -13
  48. package/dist/styles.css +1 -1
  49. package/package.json +1 -1
  50. package/src/components/index.tsx +4 -0
  51. package/src/components/ui/appointment-availability-settings.tsx +32 -19
  52. package/src/components/ui/appointment-book-dialog.tsx +52 -73
  53. package/src/components/ui/appointment-detail-sheet.tsx +3 -1
  54. package/src/components/ui/appointment-gmail-connect.tsx +89 -29
  55. package/src/components/ui/color-picker.tsx +12 -4
  56. package/src/components/ui/popover.tsx +33 -2
  57. package/src/styles/styles-css.ts +1 -1
  58. 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-AE4JKISB.mjs";
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-T5HU4S4X.mjs";
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-SYJ6LVJ6.mjs";
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-HSXMTFIM.mjs";
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-IEQX4UVP.mjs";
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-IW33VLL5.mjs";
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-FTQ2AKZ2.mjs";
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-KGVVK6OS.mjs";
383
+ } from "./chunk-ORMC3TV3.mjs";
384
384
  import {
385
385
  AppointmentGmailConnect
386
- } from "./chunk-7TMPOZDE.mjs";
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-AAZSLTER.mjs";
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-KI57CBJR.mjs";
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-TRM3KIHT.mjs";
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-HB5BKRMH.mjs";
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,