@wealthx/shadcn 1.3.0 → 1.3.1
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 +43 -43
- package/CHANGELOG.md +6 -0
- package/dist/chunk-MLNEWRWV.mjs +449 -0
- package/dist/{chunk-FNQXOAYJ.mjs → chunk-Q2BGOAMG.mjs} +61 -28
- package/dist/components/ui/advisor-card.js +61 -28
- package/dist/components/ui/advisor-card.mjs +5 -3
- package/dist/components/ui/sidebar-nav.js +268 -172
- package/dist/components/ui/sidebar-nav.mjs +2 -1
- package/dist/index.js +515 -424
- package/dist/index.mjs +5 -3
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/src/components/index.tsx +2 -1
- package/src/components/ui/advisor-card.tsx +111 -54
- package/src/components/ui/sidebar-nav.tsx +194 -137
- package/src/styles/styles-css.ts +1 -1
- package/dist/chunk-ZC45IGZO.mjs +0 -388
package/dist/index.mjs
CHANGED
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
} from "./chunk-U4NDAF2P.mjs";
|
|
21
21
|
import {
|
|
22
22
|
SidebarNav
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-MLNEWRWV.mjs";
|
|
24
24
|
import {
|
|
25
25
|
Tooltip,
|
|
26
26
|
TooltipContent,
|
|
@@ -286,8 +286,9 @@ import {
|
|
|
286
286
|
CardTitle
|
|
287
287
|
} from "./chunk-C7CQJNMR.mjs";
|
|
288
288
|
import {
|
|
289
|
-
AdvisorCard
|
|
290
|
-
|
|
289
|
+
AdvisorCard,
|
|
290
|
+
AdvisorInviteCard
|
|
291
|
+
} from "./chunk-Q2BGOAMG.mjs";
|
|
291
292
|
import {
|
|
292
293
|
AiAssistantDrawer
|
|
293
294
|
} from "./chunk-CFMQP5QS.mjs";
|
|
@@ -489,6 +490,7 @@ export {
|
|
|
489
490
|
AddLeadModal,
|
|
490
491
|
AddressAutocomplete,
|
|
491
492
|
AdvisorCard,
|
|
493
|
+
AdvisorInviteCard,
|
|
492
494
|
AiAssistantDrawer,
|
|
493
495
|
Alert,
|
|
494
496
|
AlertAccordion,
|