@wealthx/shadcn 1.5.37 → 1.5.39

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 (60) hide show
  1. package/.turbo/turbo-build.log +142 -133
  2. package/CHANGELOG.md +12 -0
  3. package/dist/{chunk-LSSIWLYU.mjs → chunk-6XNEHTII.mjs} +1 -1
  4. package/dist/{chunk-ULQ53FRJ.mjs → chunk-7NQKFPXE.mjs} +1 -1
  5. package/dist/{chunk-734FOOJC.mjs → chunk-B5PSUONN.mjs} +25 -58
  6. package/dist/{chunk-DSVKEVX6.mjs → chunk-CZOGJC76.mjs} +1 -1
  7. package/dist/chunk-EFHPSKVF.mjs +192 -0
  8. package/dist/{chunk-JPGL36WQ.mjs → chunk-FL7DEYUA.mjs} +6 -7
  9. package/dist/{chunk-2CHH5QOA.mjs → chunk-FQUT5XD6.mjs} +1 -1
  10. package/dist/chunk-MGIDYXOP.mjs +814 -0
  11. package/dist/{chunk-OG2VM34K.mjs → chunk-MHBQJVHE.mjs} +1 -1
  12. package/dist/{chunk-NB3ZL36B.mjs → chunk-MZI77ZMX.mjs} +17 -2
  13. package/dist/chunk-R7M657QL.mjs +587 -0
  14. package/dist/{chunk-DIH2NZZ3.mjs → chunk-RRROLESJ.mjs} +33 -23
  15. package/dist/components/ui/ai-assistant-drawer.js +269 -121
  16. package/dist/components/ui/ai-assistant-drawer.mjs +2 -1
  17. package/dist/components/ui/ai-conversations/index.js +474 -286
  18. package/dist/components/ui/ai-conversations/index.mjs +2 -1
  19. package/dist/components/ui/chat-input-area.js +429 -0
  20. package/dist/components/ui/chat-input-area.mjs +11 -0
  21. package/dist/components/ui/file-preview-dialog.js +6 -7
  22. package/dist/components/ui/file-preview-dialog.mjs +2 -2
  23. package/dist/components/ui/kanban-column.js +6 -7
  24. package/dist/components/ui/kanban-column.mjs +3 -3
  25. package/dist/components/ui/opportunity-card.js +6 -7
  26. package/dist/components/ui/opportunity-card.mjs +2 -2
  27. package/dist/components/ui/page-top-bar.js +182 -5
  28. package/dist/components/ui/page-top-bar.mjs +3 -1
  29. package/dist/components/ui/pipeline-board.js +6 -7
  30. package/dist/components/ui/pipeline-board.mjs +4 -4
  31. package/dist/components/ui/policy-ai/index.js +1636 -0
  32. package/dist/components/ui/policy-ai/index.mjs +36 -0
  33. package/dist/components/ui/progress.js +6 -7
  34. package/dist/components/ui/progress.mjs +1 -1
  35. package/dist/components/ui/stage-timeline.js +6 -7
  36. package/dist/components/ui/stage-timeline.mjs +2 -2
  37. package/dist/components/ui/support-agent/index.js +1131 -0
  38. package/dist/components/ui/support-agent/index.mjs +27 -0
  39. package/dist/index.js +5609 -4100
  40. package/dist/index.mjs +77 -41
  41. package/dist/styles.css +1 -1
  42. package/package.json +16 -1
  43. package/src/components/index.tsx +54 -0
  44. package/src/components/ui/ai-assistant-drawer.tsx +24 -51
  45. package/src/components/ui/ai-conversations/index.tsx +16 -8
  46. package/src/components/ui/ai-conversations/thread.tsx +38 -27
  47. package/src/components/ui/chat-input-area.tsx +244 -0
  48. package/src/components/ui/page-top-bar.tsx +31 -5
  49. package/src/components/ui/policy-ai/index.tsx +41 -0
  50. package/src/components/ui/policy-ai/policy-ai-panel.tsx +526 -0
  51. package/src/components/ui/policy-ai/policy-ai-primitives.tsx +332 -0
  52. package/src/components/ui/policy-ai/policy-ai-responses.tsx +543 -0
  53. package/src/components/ui/progress.tsx +15 -12
  54. package/src/components/ui/support-agent/index.tsx +25 -0
  55. package/src/components/ui/support-agent/support-agent-fab.tsx +116 -0
  56. package/src/components/ui/support-agent/support-agent-panel.tsx +498 -0
  57. package/src/components/ui/support-agent/support-agent-primitives.tsx +354 -0
  58. package/src/styles/globals.css +1 -0
  59. package/src/styles/styles-css.ts +1 -1
  60. package/tsup.config.ts +3 -0
@@ -0,0 +1,36 @@
1
+ import {
2
+ PolicyAIFAB,
3
+ PolicyAIPanel,
4
+ PolicyCitationPanel,
5
+ PolicyComparisonTable,
6
+ PolicyQueryChip,
7
+ PolicyRankedList,
8
+ PolicySingleBankAnswer,
9
+ PolicyVerdictBadge
10
+ } from "../../../chunk-MGIDYXOP.mjs";
11
+ import "../../../chunk-FL7DEYUA.mjs";
12
+ import "../../../chunk-FQYFPHDO.mjs";
13
+ import "../../../chunk-3S6KVFF5.mjs";
14
+ import "../../../chunk-WE4YKBDE.mjs";
15
+ import "../../../chunk-H6NQTIF4.mjs";
16
+ import "../../../chunk-EFHPSKVF.mjs";
17
+ import "../../../chunk-BS75ICOO.mjs";
18
+ import "../../../chunk-X6RC5UWB.mjs";
19
+ import "../../../chunk-F3CU6KEI.mjs";
20
+ import "../../../chunk-LBTHZSBT.mjs";
21
+ import "../../../chunk-XYSRRDBH.mjs";
22
+ import "../../../chunk-FRCTOAKZ.mjs";
23
+ import "../../../chunk-NOOEKOWY.mjs";
24
+ import "../../../chunk-R4HCRDU5.mjs";
25
+ import "../../../chunk-AFML43VJ.mjs";
26
+ import "../../../chunk-WNQUEZJF.mjs";
27
+ export {
28
+ PolicyAIFAB,
29
+ PolicyAIPanel,
30
+ PolicyCitationPanel,
31
+ PolicyComparisonTable,
32
+ PolicyQueryChip,
33
+ PolicyRankedList,
34
+ PolicySingleBankAnswer,
35
+ PolicyVerdictBadge
36
+ };
@@ -98,25 +98,24 @@ var import_jsx_runtime = require("react/jsx-runtime");
98
98
  function Progress(_a) {
99
99
  var _b = _a, {
100
100
  className,
101
- value
101
+ value,
102
+ indicatorClassName
102
103
  } = _b, props = __objRest(_b, [
103
104
  "className",
104
- "value"
105
+ "value",
106
+ "indicatorClassName"
105
107
  ]);
106
108
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
107
109
  import_progress.Progress.Root,
108
110
  __spreadProps(__spreadValues({
109
- className: cn(
110
- "relative h-2 w-full overflow-hidden bg-muted",
111
- className
112
- ),
111
+ className: cn("relative h-2 w-full overflow-hidden bg-muted", className),
113
112
  "data-slot": "progress",
114
113
  value
115
114
  }, props), {
116
115
  children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_progress.Progress.Track, { className: "h-full", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
117
116
  import_progress.Progress.Indicator,
118
117
  {
119
- className: "h-full bg-primary transition-all",
118
+ className: cn("h-full bg-primary transition-all", indicatorClassName),
120
119
  "data-slot": "progress-indicator"
121
120
  }
122
121
  ) })
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Progress
3
- } from "../../chunk-JPGL36WQ.mjs";
3
+ } from "../../chunk-FL7DEYUA.mjs";
4
4
  import "../../chunk-AFML43VJ.mjs";
5
5
  import "../../chunk-WNQUEZJF.mjs";
6
6
  export {
@@ -184,25 +184,24 @@ var import_jsx_runtime2 = require("react/jsx-runtime");
184
184
  function Progress(_a) {
185
185
  var _b = _a, {
186
186
  className,
187
- value
187
+ value,
188
+ indicatorClassName
188
189
  } = _b, props = __objRest(_b, [
189
190
  "className",
190
- "value"
191
+ "value",
192
+ "indicatorClassName"
191
193
  ]);
192
194
  return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
193
195
  import_progress.Progress.Root,
194
196
  __spreadProps(__spreadValues({
195
- className: cn(
196
- "relative h-2 w-full overflow-hidden bg-muted",
197
- className
198
- ),
197
+ className: cn("relative h-2 w-full overflow-hidden bg-muted", className),
199
198
  "data-slot": "progress",
200
199
  value
201
200
  }, props), {
202
201
  children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_progress.Progress.Track, { className: "h-full", children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
203
202
  import_progress.Progress.Indicator,
204
203
  {
205
- className: "h-full bg-primary transition-all",
204
+ className: cn("h-full bg-primary transition-all", indicatorClassName),
206
205
  "data-slot": "progress-indicator"
207
206
  }
208
207
  ) })
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  StageTimeline
3
- } from "../../chunk-LSSIWLYU.mjs";
3
+ } from "../../chunk-6XNEHTII.mjs";
4
4
  import "../../chunk-L6LE4OIM.mjs";
5
- import "../../chunk-JPGL36WQ.mjs";
5
+ import "../../chunk-FL7DEYUA.mjs";
6
6
  import "../../chunk-PNSYFE3K.mjs";
7
7
  import "../../chunk-IKXYTCSB.mjs";
8
8
  import "../../chunk-JVMXMFBB.mjs";